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_POStockInBill_Fast.html |    1 +
 1 files changed, 1 insertions(+), 0 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_POStockInBill_Fast.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_POStockInBill_Fast.html"
index 1b7098d..1b4b641 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_POStockInBill_Fast.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_POStockInBill_Fast.html"
@@ -1174,6 +1174,7 @@
                                     , { field: 'HSourceEntryID', title: '婧愬崟瀛愬唴鐮�', sort: true, width: 200 }
                                     , { field: 'HSourceBillNo', title: '婧愬崟鍗曞彿', sort: true, width: 200 }
                                     , { field: 'HBatchNo', title: '鎵规' }
+                                    , { field: 'HPieceQty', title:'鏉$爜浠舵暟', width: 100 }
                                 ]]
                                 // , data: [linterid]
                                 // , page: true

--
Gitblit v1.9.1