From 6fa59de585fcd153e54c129f10f91a2ce34afaaa Mon Sep 17 00:00:00 2001 From: zzr99 <1940172413@qq.com> Date: 星期五, 08 七月 2022 19:47:04 +0800 Subject: [PATCH] 扫码记录缓存报表 --- WebTM/views/验收入库/外购入库/Kf_POStockInBackBill.html | 12 +++++++----- 1 files changed, 7 insertions(+), 5 deletions(-) diff --git "a/WebTM/views/\351\252\214\346\224\266\345\205\245\345\272\223/\345\244\226\350\264\255\345\205\245\345\272\223/Kf_POStockInBackBill.html" "b/WebTM/views/\351\252\214\346\224\266\345\205\245\345\272\223/\345\244\226\350\264\255\345\205\245\345\272\223/Kf_POStockInBackBill.html" index 2f56366..4072cbf 100644 --- "a/WebTM/views/\351\252\214\346\224\266\345\205\245\345\272\223/\345\244\226\350\264\255\345\205\245\345\272\223/Kf_POStockInBackBill.html" +++ "b/WebTM/views/\351\252\214\346\224\266\345\205\245\345\272\223/\345\244\226\350\264\255\345\205\245\345\272\223/Kf_POStockInBackBill.html" @@ -860,12 +860,13 @@ table.render({ elem: '#wl-table' , url: GetWEBURL() + '/POStockInBackBill/DisBillEntryList_Webs_Json' - , toolbar: '#toolbarDemo' + , toolbar: '#toolbarDemo' + , totalRow: true , where: { HBillID: sInterID, HBillType: '1239', 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: '鐗╂枡浠g爜', width: 150 } , { field: 'HMaterName', title: '鐗╂枡鍚嶇О', width: 150 } , { field: 'HMaterModel', title: '瑙勬牸鍨嬪彿', width: 150 } @@ -923,14 +924,15 @@ element.tabChange('tab-POStockInBackBill', '2'); table.render({ elem: '#wl-table' + , totalRow: true //, url: 'http://61.130.49.162:9090/WMSAPI///POStockInBackBill/DisBillEntryList_Webs_Json' , url: GetWEBURL() + '/POStockInBackBill/DisBillEntryList_Webs_Json' //, toolbar: '#toolbarDemo' , where: { HBillID: sInterID, HBillType: '1239', sWhere: '' } , cols: [[ { type: 'radio' } - , { field: 'HQty', title: '鏁伴噺', width: 80 } - , { field: 'HQtyMust', title: '搴旀敹鏁伴噺', width: 80 } + , { field: 'HQty', title: '鏁伴噺', width: 80, totalRow: true} + , { field: 'HQtyMust', title: '搴旀敹鏁伴噺', width: 80, totalRow: true } , { field: 'HMaterNumber', title: '鐗╂枡浠g爜', width: 100 } , { field: 'HMaterName', title: '鐗╂枡鍚嶇О', width: 100 } , { field: 'HMaterModel', title: '瑙勬牸鍨嬪彿', width: 100 } -- Gitblit v1.9.1