From 1138a0e84cd7d08f3242713190b8f94b17d74cf6 Mon Sep 17 00:00:00 2001
From: lsh <lsh@163.com>
Date: 星期二, 10 九月 2024 13:57:50 +0800
Subject: [PATCH] #
---
zy-asrs-wms/src/main/webapp/static/js/locMast/locMast.js | 9 ++-------
1 files changed, 2 insertions(+), 7 deletions(-)
diff --git a/zy-asrs-wms/src/main/webapp/static/js/locMast/locMast.js b/zy-asrs-wms/src/main/webapp/static/js/locMast/locMast.js
index 57c5cc8..dcd0d0e 100644
--- a/zy-asrs-wms/src/main/webapp/static/js/locMast/locMast.js
+++ b/zy-asrs-wms/src/main/webapp/static/js/locMast/locMast.js
@@ -22,6 +22,7 @@
// ,{field: 'id', title: 'ID', sort: true,align: 'center', fixed: 'left', width: 80}
,{field: 'locNo', align: 'center',title: '搴撲綅鍙�',sort:true}
,{field: 'locSts$', align: 'center',title: '搴撲綅鐘舵��',width:200}
+ ,{field: 'whsType$', align: 'center',title: '搴撲綅绫诲瀷',width:200}
// ,{field: 'whsType$', align: 'center',title: '搴撲綅绫诲瀷'}
// ,{field: 'pltType', align: 'center',title: ''}
// ,{field: 'ctnType', align: 'center',title: ''}
@@ -429,7 +430,7 @@
shade: [0.5,'#000'] //0.1閫忔槑搴︾殑鑳屾櫙
});
var data = {
-// id: $('#id').val(),
+ id: $('#id').val(),
locNo: $('#locNo').val(),
whsType: $('#whsType').val(),
pltType: $('#pltType').val(),
@@ -443,13 +444,8 @@
fullPlt: $('#fullPlt').val(),
locType: $('#locType').val(),
outEnable: $('#outEnable').val(),
- ioTime: top.strToDate($('#ioTime\\$').val()),
- firstTime: top.strToDate($('#firstTime\\$').val()),
modiUser: $('#modiUser').val(),
- modiTime: top.strToDate($('#modiTime\\$').val()),
appeUser: $('#appeUser').val(),
- appeTime: top.strToDate($('#appeTime\\$').val()),
- errorTime: top.strToDate($('#errorTime\\$').val()),
errorMemo: $('#errorMemo').val(),
ctnKind: $('#ctnKind').val(),
scWeight: $('#scWeight').val(),
@@ -464,7 +460,6 @@
url: baseUrl+"/locMast/"+name+"/auth",
headers: {'token': localStorage.getItem('token')},
data: top.reObject(data),
- method: 'POST',
success: function (res) {
if (res.code === 200){
parent.layer.closeAll();
--
Gitblit v1.9.1