yangle
2023-03-06 b0c4fd3d7c914dd8aee43804fa77f1ee5d04a11d
WebTM/views/ÁìÁÏ·¢»õ/ÏúÊÛ³ö¿â/Kf_SellOutBackBill_Fast.html
@@ -808,8 +808,8 @@
                                  , where: { HBillID: sInterID, HBillType: '1247', sWhere: '' }
                                  , cols: [[
                                      { type: 'radio' }
                                    , { field: 'HQty', title: '数量', width: 150 }
                                    , { field: 'HQtyMust', title: '应收数量', width: 150 }
                                      , { field: 'HQty', title: '数量', width: 150, totalRow: true }
                                      , { field: 'HQtyMust', title: '应收数量', width: 150, totalRow: true }
                                    , { field: 'HMaterNumber', title: '物料代码', width: 150 }
                                    , { field: 'HMaterName', title: '物料名称', width: 150 }
                                    , { field: 'HMaterModel', title: '规格型号', width: 150 }
@@ -818,6 +818,7 @@
                                    , { field: 'HSourceBillNo', title: '源单单号', width: 150 }
                                    , { field: 'HSourceBillType', title: '源单类型', width: 150 }
                                    , { field: 'HBatchNo', title: '批次', width: 150 }
                                    , { field: 'HPieceQty', title: '条码数量', width: 150 }
                                  ]]
                                    // , data: [linterid]
                                    // , page: true
@@ -878,6 +879,12 @@
            $("#HDeptID").val(obj[0].HItemID);
        }
        function AllowLoadData(sSubStr) {  //非空验证
            //数字正则(包含小数)
            var reg = /^\d+(\.\d+)?$/;
            //if (reg.test($("#HQty").val()) == false || $("#HQty").val() == '') {
            //    layer.msg("数量必须为数量或小数", { icon: 5, btn: ['确认'], time: 100000, offset: 't', skin: 'layui-layer-lan', title: "温馨提示" });
            //    return false;
            //}
            //if ($("#HSourceBillNo").val() == '') {
            //    layer.msg("请先扫源单!", { icon: 5 });
            //    return false;