From a8995bfca6bc1ee4dbd988c5e5b5d89c19232ad6 Mon Sep 17 00:00:00 2001
From: 王佳豪 <g675230687@126.com>
Date: 星期三, 28 四月 2021 09:49:33 +0800
Subject: [PATCH] erp平仓入库物料状态更新
---
src/main/webapp/static/js/common.js | 21 ++++++++++++++++-----
1 files changed, 16 insertions(+), 5 deletions(-)
diff --git a/src/main/webapp/static/js/common.js b/src/main/webapp/static/js/common.js
index bd652de..2550e13 100644
--- a/src/main/webapp/static/js/common.js
+++ b/src/main/webapp/static/js/common.js
@@ -7,6 +7,17 @@
// 璇︽儏绐楀彛-瀹藉害
var detailWidth = '90%';
+function getQueryVariable(variable)
+{
+ var query = window.location.search.substring(1);
+ var vars = query.split("&");
+ for (var i=0;i<vars.length;i++) {
+ var pair = vars[i].split("=");
+ if(pair[0] == variable){return pair[1];}
+ }
+ return(false);
+}
+
// 闈炵┖鍒ゆ柇
function isEmpty(obj){
return typeof obj == "undefined" || obj == null || obj === "";
@@ -176,7 +187,7 @@
,{field: 'str3', align: 'center',title: '瑙勬牸鍨嬪彿'}
,{field: 'str1', align: 'center',title: '鍩烘湰鍗曚綅', hide: true}
,{field: 'str4', align: 'center',title: '鐘舵��', hide: true}
- ,{field: 'str5', align: 'center',title: '鍗曟嵁缂栧彿', hide: true}
+ ,{field: 'str5', align: 'center',title: '鐢熶骇鍗曞彿'}
,{field: 'str6', align: 'center',title: '閫氱煡鍗曞彿'}
,{field: 'str7', align: 'center',title: '榛樿浠撳簱', hide: true}
// ,{field: 'str8', align: 'center',title: '鍝佺墝'}
@@ -207,9 +218,9 @@
,{field: 'maktx', align: 'center',title: '鐗╂枡鍚嶇О', width: 500}
,{field: 'lgnum', align: 'center',title: '瑙勬牸'}
,{field: 'type', align: 'center',title: '鐗╂枡绫诲埆'}
- ,{field: 'mnemonic', align: 'center',title: '鍗曟嵁缂栧彿', hide: true}
+ ,{field: 'mnemonic', align: 'center',title: '鐢熶骇鍗曞彿'}
,{field: 'supplier', align: 'center',title: '閫氱煡鍗曞彿'}
- // ,{field: 'warehouse', align: 'center',title: '浠撳簱'}
+ // ,{field: 'warehouse', align: 'center',title: '浜у湴'}
// ,{field: 'brand', align: 'center',title: '鍝佺墝'}
,{field: 'anfme', align: 'center',title: '鏁伴噺'}
// ,{field: 'altme', align: 'center',title: '鍗曚綅'}
@@ -221,9 +232,9 @@
,{field: 'maktx', align: 'center',title: '鐗╂枡鍚嶇О', width: 400}
,{field: 'lgnum', align: 'center',title: '瑙勬牸'}
,{field: 'type', align: 'center',title: '鐗╂枡绫诲埆'}
- ,{field: 'mnemonic', align: 'center',title: '鍗曟嵁缂栧彿', hide: true}
+ ,{field: 'mnemonic', align: 'center',title: '鐢熶骇鍗曞彿'}
,{field: 'supplier', align: 'center',title: '閫氱煡鍗曞彿'}
- ,{field: 'warehouse', align: 'center',title: '浠撳簱', hide: true}
+ // ,{field: 'warehouse', align: 'center',title: '搴撳尯'}
,{field: 'brand', align: 'center',title: '鍝佺墝', hide: true}
,{field: 'altme', align: 'center',title: '鍗曚綅'}
]
--
Gitblit v1.9.1