From 5842af2c8f3d00b0a5afbee4a1f4b1778ff1872d Mon Sep 17 00:00:00 2001
From: 王佳豪 <wangjiahao@wondersgroup.com>
Date: 星期四, 04 三月 2021 08:42:20 +0800
Subject: [PATCH] 1.显示"通知单号"列 2.出库作业-提取出货内容-增加通知单号的检索条件

---
 src/main/webapp/static/js/common.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/webapp/static/js/common.js b/src/main/webapp/static/js/common.js
index 89a564e..50956f9 100644
--- a/src/main/webapp/static/js/common.js
+++ b/src/main/webapp/static/js/common.js
@@ -177,7 +177,7 @@
     ,{field: 'str1', align: 'center',title: '鍩烘湰鍗曚綅', hide: true}
     ,{field: 'str4', align: 'center',title: '鐘舵��', hide: true}
     ,{field: 'str5', align: 'center',title: '鍗曟嵁缂栧彿', hide: true}
-    ,{field: 'str6', align: 'center',title: '閫氱煡鍗曞彿', hide: true}
+    ,{field: 'str6', align: 'center',title: '閫氱煡鍗曞彿'}
     ,{field: 'str7', align: 'center',title: '榛樿浠撳簱', hide: true}
     // ,{field: 'str8', align: 'center',title: '鍝佺墝'}
     // ,{field: 'str9', align: 'center',title: '閲囪喘鍛�'}
@@ -208,7 +208,7 @@
     ,{field: 'lgnum', align: 'center',title: '瑙勬牸'}
     ,{field: 'type', align: 'center',title: '鐗╂枡绫诲埆'}
     ,{field: 'mnemonic', align: 'center',title: '鍗曟嵁缂栧彿', hide: true}
-    ,{field: 'supplier', align: 'center',title: '閫氱煡鍗曞彿', hide: true}
+    ,{field: 'supplier', align: 'center',title: '閫氱煡鍗曞彿'}
     // ,{field: 'warehouse', align: 'center',title: '浠撳簱'}
     // ,{field: 'brand', align: 'center',title: '鍝佺墝'}
     ,{field: 'anfme', align: 'center',title: '鏁伴噺'}

--
Gitblit v1.9.1