| | |
| | | </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> |
| | |
| | | <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> |
| | |
| | | <!-- <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> |
| | | <input id="FLSL" type="text" value="" class="mui-input-clear text-color" placeholder="请输入发料数量" onkeypress="is_CreateSCLLD()"/> |
| | |
| | | <th>物料代码</th> |
| | | <th>待发数量</th> |
| | | <th>已发数量</th> |
| | | <!-- <th>推荐仓位</th> --> |
| | | |
| | | <!-- <th>推荐仓位</th> --> |
| | | </tr> |
| | | </thead> |
| | | <tbody> |
| | |
| | | </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> |
| | | |
| | |
| | | </html> |
| | | |
| | | <style> |
| | | /* 添加表格样式 */ |
| | | .data-table { |
| | | width: 100%; |
| | | border-collapse: collapse; |
| | | overflow-x: auto; /* 水平滚动条 */ |
| | | } |
| | | |
| | | .data-table th, |
| | | .data-table td { |
| | | border: 1px solid #ccc; |
| | | padding: 3px; |
| | | text-align: left; |
| | | word-wrap: break-word; |
| | | white-space: pre-wrap; |
| | | text-overflow: ellipsis; /* 文本截断和省略号 */ |
| | | overflow: hidden; |
| | | font-size: 10px; |
| | | } |
| | | |
| | | /* 添加表格样式 */ |
| | | .data-table { |
| | | width: 100%; |
| | | border-collapse: collapse; |
| | | overflow-x: auto; /* 水平滚动条 */ |
| | | } |
| | | |
| | | |
| | | .data-table th, |
| | | .data-table td { |
| | | border: 1px solid #ccc; |
| | | padding: 3px; |
| | | text-align: left; |
| | | word-wrap: break-word; |
| | | white-space: pre-wrap; |
| | | text-overflow: ellipsis; /* 文本截断和省略号 */ |
| | | overflow: hidden; |
| | | font-size: 10px; |
| | | color: black; /* 将字体颜色设置为黑色 */ |
| | | } |
| | | /* 媒体查询 */ |
| | | @media (max-width: 768px) { |
| | | .data-table { |