pages/CangKuManage/GS_HBJCLLD_NEW.html
@@ -42,8 +42,8 @@
            </div>         
         </div> -->
         <div class="mui-input-row" id="row001">
            <label>合并工单</label>
            <input id="DGD" type="text" value="" class="mui-input-clear text-color"  placeholder="请扫描工单" onkeypress="GetBarInfoGD()"  />
            <label>合并领料单</label>
            <input id="HBLLD" type="text" value="" class="mui-input-clear text-color"  placeholder="请扫描工单" onkeypress="GetBarInfoGD()"  />
         </div>   
      <!--    <div class="mui-input-row" id="row001">
            <label>指令工单</label>
@@ -76,12 +76,23 @@
            <input id="DFSL" type="text" value="" class="mui-input-clear text-color"  readonly="readonly" />
         </div>
         <div class="mui-input-row" id="row001">
            <label>实发数量</label>
            <input id="SFSL" type="text" value="" class="mui-input-clear text-color"/>
         </div>
         <div class="mui-input-row" id="row001">
            <label>寄存仓数量</label>
            <input id="JCSL" type="text" value="" class="mui-input-clear text-color"  readonly="readonly" />
         </div>
   <div class="mui-collapse-content" style="height:80px">
      <!-- <p id="model" style="font-size: 1.0625rem;color: #000000;"></p> -->
      <textarea id='model' type="text" class='input-text' style="height:200px"></textarea>
   </div>
   <div class="mui-input-row" id="row001">
            <label>扣除顺序</label>
            <select id="stype" style="margin:auto; color:#000;font-size: 18px" >
               <option value="1">优先扣寄存仓</option>
               <option value="2">优先扣条码</option>
            </select>
   </div>
         <!-- <div class="mui-input-row" id="row001">
            <label>发料数量</label>
@@ -112,7 +123,6 @@
                 <th>待发数量</th>
                 <th>已发数量</th>
                 <!-- <th>推荐仓位</th> -->
                </tr>
              </thead>
              <tbody>
@@ -122,7 +132,7 @@
           </table>
         </div>
      </div>
      <script type="text/javascript" src="../../js/CangKuManage_js/GS_HBJCLLD.js" ></script>
      <script type="text/javascript" src="../../js/CangKuManage_js/GS_HBJCLLD_NEW.js" ></script>
      <script type="text/javascript" src="../../js/CangKuManage_js/print_template.js" ></script>
      <script type="text/javascript" src="../../js/api.js" ></script>
@@ -138,6 +148,7 @@
         overflow-x: auto; /* 水平滚动条 */
        }
        .data-table th,
        .data-table td {
          border: 1px solid #ccc;
@@ -148,8 +159,8 @@
          text-overflow: ellipsis; /* 文本截断和省略号 */
          overflow: hidden;
         font-size: 10px;
               color: black; /* 将字体颜色设置为黑色 */
        }
        /* 媒体查询 */
        @media (max-width: 768px) {
          .data-table {