From c1681fdc839bc8429346983fd1d6ac55f67e061a Mon Sep 17 00:00:00 2001
From: yusijie <ysj@hz-kingdee.com>
Date: 星期四, 01 十二月 2022 15:46:50 +0800
Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MESWMS-LayUI

---
 WebTM/views/领料发货/收料入库/Kf_ReciveBill_Fast.html |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git "a/WebTM/views/\351\242\206\346\226\231\345\217\221\350\264\247/\346\224\266\346\226\231\345\205\245\345\272\223/Kf_ReciveBill_Fast.html" "b/WebTM/views/\351\242\206\346\226\231\345\217\221\350\264\247/\346\224\266\346\226\231\345\205\245\345\272\223/Kf_ReciveBill_Fast.html"
index cab0932..ada87b8 100644
--- "a/WebTM/views/\351\242\206\346\226\231\345\217\221\350\264\247/\346\224\266\346\226\231\345\205\245\345\272\223/Kf_ReciveBill_Fast.html"
+++ "b/WebTM/views/\351\242\206\346\226\231\345\217\221\350\264\247/\346\224\266\346\226\231\345\205\245\345\272\223/Kf_ReciveBill_Fast.html"
@@ -203,7 +203,7 @@
                         if (result.code == "1") {
                             var sSubStr = table.cache['mainTable'];
                             for (var i = 0; i < sSubStr.length; i++) {
-                                if (sSubStr[i].HEntryID == result.data[0]["HSourceEntryID"]) {
+                                if (sSubStr[i].HSourceEntryID == result.data[0]["HSourceEntryID"]) {
                                     sSubStr[i].HSQty += parseInt(result.data[0]["HQty"]);
                                     table.render(option);
                                     break;
@@ -270,7 +270,7 @@
                 //琛ㄥご
                 columns = [
                     { templet: '#xuhao', title: '搴忓彿', sort: true, fixed: 'left' }
-                    , { field: 'HSQty', title: '鏁伴噺', edit: 'text', totalRow: true }
+                    , { field: 'HSQty', title: '鏉$爜鏁伴噺', edit: 'text', totalRow: true }
                     , { field: 'HQty', title: '璁㈠崟鏁伴噺' }
                     , { field: 'HMaterID', title: 'HMaterID' }
                     , { field: 'HMaterNum', title: '鐗╂枡浠g爜' }
@@ -278,7 +278,8 @@
                     , { field: 'HModel', title: '瑙勬牸鍨嬪彿' }
                     , { field: 'HInterID', title: '涓诲唴鐮�', sort: true, width: 200 }
                     , { field: 'HEntryID', title: '瀛愬唴鐮�', sort: true, width: 200 }
-                    , { field: 'HPieceQty', title: '鏉$爜鏁伴噺', width: 150 }
+                    , { field: 'HSourceInterID', title: '婧愬崟涓诲唴鐮�', sort: true, width: 200 }
+                    , { field: 'HSourceEntryID', title: '婧愬崟瀛愬唴鐮�', sort: true, width: 200 }
                 ];
                 option = {
                     id: 'mainTable'

--
Gitblit v1.9.1