From 1cd04add762dc4e8c6b2ae55837b48847f24da58 Mon Sep 17 00:00:00 2001
From: yusijie <ysj@hz-kingdee.com>
Date: 星期四, 20 十月 2022 15:48:54 +0800
Subject: [PATCH] 网页版PDA出入库单据(全部模块):物料页签增加 行合计信息; 增加 件数列(即是 条码件数)

---
 WebTM/views/验收入库/其他入库/Kf_OtherInBill_Fast.html |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git "a/WebTM/views/\351\252\214\346\224\266\345\205\245\345\272\223/\345\205\266\344\273\226\345\205\245\345\272\223/Kf_OtherInBill_Fast.html" "b/WebTM/views/\351\252\214\346\224\266\345\205\245\345\272\223/\345\205\266\344\273\226\345\205\245\345\272\223/Kf_OtherInBill_Fast.html"
index 37f1caf..c723e0e 100644
--- "a/WebTM/views/\351\252\214\346\224\266\345\205\245\345\272\223/\345\205\266\344\273\226\345\205\245\345\272\223/Kf_OtherInBill_Fast.html"
+++ "b/WebTM/views/\351\252\214\346\224\266\345\205\245\345\272\223/\345\205\266\344\273\226\345\205\245\345\272\223/Kf_OtherInBill_Fast.html"
@@ -1183,8 +1183,8 @@
                             //    , where: { HBillID: sInterID, HBillNo: sBillNo, HBillType: HBillType, sMouldManagerCtl: sMouldManagerCtl, sFIFOCtl: sFIFOCtl  }
                             //    , 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 }
@@ -1192,6 +1192,7 @@
                             //        , { field: 'HSourceEntryID', title: '婧愬崟瀛愬唴鐮�', width: 150 }
                             //        , { field: 'HSourceBillNo', title: '婧愬崟鍗曞彿', width: 150 }
                             //        , { field: 'HBatchNo', title: '鎵规', width: 150 }
+                            //        , { field: 'HPieceQty', title: '鏉$爜鏁伴噺', width: 150 }
                             //    ]]
                             //    // , data: [linterid]
                             //    // , page: true

--
Gitblit v1.9.1