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_OtherOutBill_Check.html | 10 ++++++---- 1 files changed, 6 insertions(+), 4 deletions(-) diff --git "a/WebTM/views/\351\242\206\346\226\231\345\217\221\350\264\247/\345\205\266\344\273\226\345\207\272\345\272\223/Kf_OtherOutBill_Check.html" "b/WebTM/views/\351\242\206\346\226\231\345\217\221\350\264\247/\345\205\266\344\273\226\345\207\272\345\272\223/Kf_OtherOutBill_Check.html" index a3527f3..c59cbd7 100644 --- "a/WebTM/views/\351\242\206\346\226\231\345\217\221\350\264\247/\345\205\266\344\273\226\345\207\272\345\272\223/Kf_OtherOutBill_Check.html" +++ "b/WebTM/views/\351\242\206\346\226\231\345\217\221\350\264\247/\345\205\266\344\273\226\345\207\272\345\272\223/Kf_OtherOutBill_Check.html" @@ -848,12 +848,13 @@ var listOption = { elem: '#wl-table' , toolbar: '#toolbarDemo' + , totalRow: true , cellMinWidth: 90 , cols: [[ { type: 'radio' } , { field: 'HSNO', title: '搴忓彿', width: 60 } - , { 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: 150 } , { field: 'HMaterName', title: '鐗╂枡鍚嶇О', width: 150 } , { field: 'HMaterModel', title: '瑙勬牸鍨嬪彿', width: 150 } @@ -901,14 +902,15 @@ table.render({ elem: '#wl-table' , cellMinWidth: 80 + , totalRow: true //, url: 'http://61.130.49.162:9090/WMSAPI///POStockInBill/DisBillEntryList_Webs_Json' , url: GetWEBURL() + '/POStockInBill/DisBillEntryList_Webs_Json' //, toolbar: '#toolbarDemo' , where: { HBillID: sInterID, HBillType: '1201', sWhere: '' } , cols: [[ { type: 'radio' } - , { field: 'HQty', title: '鏁伴噺', sort: true, width: 100 } - , { field: 'HQtyMust', title: '搴旀敹鏁伴噺', sort: true, width: 100 } + , { field: 'HQty', title: '鏁伴噺', sort: true, width: 100, totalRow: true} + , { field: 'HQtyMust', title: '搴旀敹鏁伴噺', sort: true, width: 100, totalRow: true} , { field: 'HMaterNumber', title: '鐗╂枡浠g爜', sort: true, width: 200 } , { field: 'HMaterName', title: '鐗╂枡鍚嶇О', sort: true, width: 200 } , { field: 'HMaterModel', title: '瑙勬牸鍨嬪彿', sort: true, width: 200 } -- Gitblit v1.9.1