cdk
2025-08-20 7514d441d7f06a23ee3ddb9ce234385359a597c2
pages/CangKuManage/GS_XSHD.html
@@ -56,7 +56,7 @@
         </div>
         <div class="mui-input-row" id="row003">
            <label>物料编码</label>
            <select id="ITEMNO" style="margin:auto; color:#000;font-size: 18px" >
            <select id="ITEMNO" style="margin:auto; color:#000;font-size: 18px" onchange="GetInfoBarcode()"  >
               <option value="">请选择物料编码</option>
            </select>
         </div>
@@ -64,7 +64,40 @@
            <label>条码</label>
            <input id="DAB001" type="text" value="" class="mui-input-clear text-color" placeholder="请扫描条码" onkeypress="CheckBarInfo()" />
         </div>
         <div class="mui-input-row" id="row001">
            <label>已扫合计</label>
            <input id="YSHJ" type="text" value="" class="mui-input-clear text-color" readonly />
         </div>
         <div class="mui-input-row" id="row001">
            <label>数量合计</label>
            <input id="SLHJ" type="text" value="" class="mui-input-clear text-color" readonly />
         </div>
            <div id="txtInfo"><!--<div class="mui-input-row" style="height: 350px; margin-top: 10px;">-->
               <div class="link-area" id="div001">
                  <h4 style="color: #008000; text-align: center;">
                     条码明细
                  </h4>
               </div>
            </div>
            <div class="data-table-container" style="height: 100%; width: 100%;">
              <table class="data-table" id="myTable" style="height: 100%; width: 100%;">
                <!-- 表格代码 -->
               <table class="data-table" id="myTable" style="height:100% width: 100%;;">
                 <thead>
                   <tr>
                     <th>物料编码</th>
                    <th>到货通知单</th>
                    <th>条码</th>
                    <th>数量</th>
                    <th>是否核对</th>
                   </tr>
                 </thead>
                 <tbody>
                   <!-- 表格内容将通过 JS 动态生成 -->
                 </tbody>
               </table>
              </table>
            </div>
      </div>
      <script type="text/javascript" src="../../js/CangKuManage_js/XSHD.js" ></script>