From 62d8d99e5053dd1623e00a5beb42c77bad24069d Mon Sep 17 00:00:00 2001
From: zgq <519541279@qq.com>
Date: 星期五, 18 六月 2021 16:06:18 +0800
Subject: [PATCH] 工序出站、进站、委外接收、委外发出。 增加附件列表功能

---
 WebTM/views/Baseset/基础资料/Sc_ProcessPlanViewList.html |   20 ++++++++++++++------
 1 files changed, 14 insertions(+), 6 deletions(-)

diff --git "a/WebTM/views/Baseset/\345\237\272\347\241\200\350\265\204\346\226\231/Sc_ProcessPlanViewList.html" "b/WebTM/views/Baseset/\345\237\272\347\241\200\350\265\204\346\226\231/Sc_ProcessPlanViewList.html"
index 516f22a..ae18792 100644
--- "a/WebTM/views/Baseset/\345\237\272\347\241\200\350\265\204\346\226\231/Sc_ProcessPlanViewList.html"
+++ "b/WebTM/views/Baseset/\345\237\272\347\241\200\350\265\204\346\226\231/Sc_ProcessPlanViewList.html"
@@ -48,7 +48,7 @@
                 //var sMainStr = JSON.stringify(table.cache['ck-table']);
                 var checkStatus = table.checkStatus('ck-table')
                  , data = checkStatus.data;
-                parent.GetHUnitNameValue(data);
+                parent.GetHPlanValue(data);
                 var index = parent.layer.getFrameIndex(window.name);
                 parent.layer.close(index);
             });
@@ -60,9 +60,17 @@
               , cellMinWidth: 80 //鍏ㄥ眬瀹氫箟甯歌鍗曞厓鏍肩殑鏈�灏忓搴︼紝layui 2.2.1 鏂板
               , cols: [[
                   { type: 'radio' }
-                , { field: 'HItemID', width: 150, title: '鍗曚綅ID', hide: true }
-                , { field: 'HNumber', width: 150, title: '璁¢噺鍗曚綅浠g爜' }
-                , { field: 'HName', width: 150, title: '璁¢噺鍗曚綅', sort: true }
+                  , { field: 'hmainid', width: 150, title: 'hmainid', hide: true, sort: true }
+                  , { field: 'hsubid', width: 150, title: 'hsubid', hide: true }
+                  , { field: '鍗曟嵁鍙�', width: 150, title: '鍗曟嵁鍙�' }
+                  , { field: 'HMaterID', width: 150, title: 'HMaterID', hide: true }
+                  , { field: '鐗╂枡浠g爜', width: 150, title: '鐗╂枡浠g爜' }
+                  , { field: '鐗╂枡鍚嶇О', width: 150, title: '鐗╂枡鍚嶇О' }
+                  , { field: 'HCenterID', width: 150, title: 'HCenterID', hide: true }
+                  , { field: '宸ヤ綔涓績', width: 150, title: '宸ヤ綔涓績' }
+                  , { field: '瑙勬牸鍨嬪彿', width: 150, title: '瑙勬牸鍨嬪彿' }
+                  , { field: '璁″垝鏁伴噺', width: 150, title: '璁″垝鏁伴噺' }
+
               ]]
               , page: true
             });
@@ -75,9 +83,9 @@
                 $.ajax({
                     type: "get",
                     //url: "http://61.130.49.162:9090/WMSAPI///Web/GetDepartmentList_Json",
-                    url: GetWEBURL() + "/Web/GetUnitList_Json",
+                    url: GetWEBURL() + "/Web/GetPlanList_Json",
                     async: true,
-                    data: { "Unit": Value },
+                    data: { "Billno": Value },
                     //data: { "Value": Value },
                     success: function (result) {
                         ajaxReturnData = JSON.parse(JSON.stringify(result)).data;

--
Gitblit v1.9.1