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_Fast.html |    3 ++-
 1 files changed, 2 insertions(+), 1 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_Fast.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_Fast.html"
index 6889839..44b8214 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_Fast.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_Fast.html"
@@ -923,10 +923,11 @@
                                 // , url: 'http://61.130.49.162:9090/WMSAPI///OtherOutBill/DisBillEntryList_Webs_Json'
                                 , url: GetWEBURL() + '/MateOutBill/DisBillEntryList_Webs_New_Json1'
                                 , toolbar: '#toolbarDemo'
+                                , totalRow: true
                                 , where: { HBillID: sInterID, HBillNo: sBillNo, HBillType: '1206', sMouldManagerCtl: sMouldManagerCtl, sFIFOCtl: sFIFOCtl }
                                 , cols: [[
                                     { type: 'radio' }
-                                    , { field: 'HQty', title: '閲嶉噺', width: 150 }
+                                    , { field: 'HQty', title: '閲嶉噺', width: 150, totalRow: true}
                                     , { field: 'HAuxQty', title: '绠辨暟', width: 150, totalRow: true }
                                     , { field: 'HQtyMust', title: '搴旀敹鏁伴噺', width: 150 }
                                     , { field: 'HMaterNumber', title: '鐗╂枡浠g爜', width: 150 }

--
Gitblit v1.9.1