王 垚
2022-12-01 0286f8885db5b1d9d7e5704c58d13a32bc19e058
到货确认(安瑞)
1个文件已修改
7 ■■■■■ 已修改文件
WebTM/views/领料发货/收料入库/Kf_ReciveBill_Fast.html 7 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/views/ÁìÁÏ·¢»õ/ÊÕÁÏÈë¿â/Kf_ReciveBill_Fast.html
@@ -203,7 +203,7 @@
                        if (result.code == "1") {
                            var sSubStr = table.cache['mainTable'];
                            for (var i = 0; i < sSubStr.length; i++) {
                                if (sSubStr[i].HEntryID == result.data[0]["HSourceEntryID"]) {
                                if (sSubStr[i].HSourceEntryID == result.data[0]["HSourceEntryID"]) {
                                    sSubStr[i].HSQty += parseInt(result.data[0]["HQty"]);
                                    table.render(option);
                                    break;
@@ -270,7 +270,7 @@
                //表头
                columns = [
                    { templet: '#xuhao', title: '序号', sort: true, fixed: 'left' }
                    , { field: 'HSQty', title: '数量', edit: 'text', totalRow: true }
                    , { field: 'HSQty', title: '条码数量', edit: 'text', totalRow: true }
                    , { field: 'HQty', title: '订单数量' }
                    , { field: 'HMaterID', title: 'HMaterID' }
                    , { field: 'HMaterNum', title: '物料代码' }
@@ -278,7 +278,8 @@
                    , { field: 'HModel', title: '规格型号' }
                    , { field: 'HInterID', title: '主内码', sort: true, width: 200 }
                    , { field: 'HEntryID', title: '子内码', sort: true, width: 200 }
                    , { field: 'HPieceQty', title: '条码数量', width: 150 }
                    , { field: 'HSourceInterID', title: '源单主内码', sort: true, width: 200 }
                    , { field: 'HSourceEntryID', title: '源单子内码', sort: true, width: 200 }
                ];
                option = {
                    id: 'mainTable'