cdk
2025-07-30 d83ec156be3c869153b7d4e8d97934d0676ecf2c
pages/CangKuManage/QTCK.html
@@ -64,6 +64,10 @@
               <label>条码数量</label>
               <input id="DAB003"  readonly="readonly" type="text" value="" class="mui-input-clear text-color" />
            </div>
            <div class="mui-input-row" id="row001">
               <label>发料数量</label>
               <input id="FLSL" type="text" value="" class="mui-input-clear text-color" placeholder="请输入发料数量" onkeypress="is_CreateSCLLD()" />
            </div>
         <!--    <div class="mui-input-row" id="row001">
               <label>出库数量</label>
               <input id="DAB004"  readonly="readonly" type="text" value="" class="mui-input-clear text-color" />
@@ -87,7 +91,8 @@
                    <th>物料代码</th>
                    <th>申请数量</th>
                    <th>已扫数量</th>
                    <th>超额管理</th>
                    <th>推荐库位</th>
                   </tr>
                 </thead>
                 <tbody>
@@ -101,6 +106,8 @@
      </div>
      <script type="text/javascript" src="../../js/CangKuManage_js/QTCK.js" ></script>
      <script type="text/javascript" src="../../js/CangKuManage_js/print_template.js" ></script>
      <script type="text/javascript" src="../../js/api.js" ></script>
   </body> 
</html>