| | |
| | | <label class="layui-form-label" style="width:40px;padding-left:0px;">鎵瑰彿</label> |
| | | </div> |
| | | <div class="layui-col-xs8"> |
| | | <input type="text" name="HBarchNo" id="HBarchNo" lay-verify="HBarchNo" autocomplete="off" class="layui-input"> |
| | | <input type="text" name="HBatchNo" id="HBatchNo" lay-verify="HBatchNo" autocomplete="off" class="layui-input"> |
| | | </div> |
| | | </div> |
| | | </div> |
| | |
| | | if (HSPID == "") { |
| | | HSPID = 0; |
| | | } |
| | | if (HWHID == "") { |
| | | HWHID = 0; |
| | | } |
| | | if (HSPNumber == "") { |
| | | HSPNumber = ''; |
| | | } |
| | | if (HWHNumber == "") { |
| | | HWHNumber = ''; |
| | | } |
| | | |
| | | //var sSourceType = $("#HBillType").val(); |
| | |
| | | , cellMinWidth: 80 |
| | | , totalRow: true |
| | | , url: GetWEBURL() + '/Kf_QCStockInCheckBill_Fast/BarCode_Json' |
| | | , where: { HBarCode: sBarCode } |
| | | , where: { HBarCode: sBarCode, HOrgID: sessionStorage["OrganizationID"] } |
| | | , cols: [[ |
| | | { type: 'radio' } |
| | | , { field: 'HQty', title: '鏁伴噺', sort: true, width: 200 } |