From f8a5192aa2797e83f5000ff9035f149b0a1b00a1 Mon Sep 17 00:00:00 2001
From: whycq <913841844@qq.com>
Date: 星期一, 28 十月 2024 15:42:58 +0800
Subject: [PATCH] #更新接口

---
 zy-asrs-wms/src/main/webapp/static/js/locMast/locMast.js |   11 +++--------
 1 files changed, 3 insertions(+), 8 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..e77d713 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,12 +22,13 @@
 //            ,{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: ''}
             // ,{field: 'locSts', align: 'center',title: ''}
             // ,{field: 'sheetNo', align: 'center',title: ''}
-            ,{field: 'crnNo', align: 'center',title: '鍫嗗灈鏈哄彿'}
+            //,{field: 'crnNo', align: 'center',title: '鍫嗗灈鏈哄彿'}
             ,{field: 'row1', align: 'center',title: '鎺�', sort:true}
             ,{field: 'bay1', align: 'center',title: '鍒�', sort:true}
             ,{field: 'lev1', align: 'center',title: '灞�', sort:true}
@@ -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