From ebf0db91e09be33fcbfe97ed5b91965dc2e61dfd Mon Sep 17 00:00:00 2001
From: zyx <zyx123456>
Date: 星期四, 01 八月 2024 10:54:26 +0800
Subject: [PATCH] 1. 托盘管理 2. 入库通知档导入功能 3. 工作档明细 新增来源单据类型及单据编号 4. 库存明细统计表 增加一栏ERP数量(需跟ERP确认接口实现方式)。 5. 存货档案、单据管理、库存管理可以支持模糊搜索(各个单据界面)。

---
 zy-asrs-wms/src/main/webapp/static/js/locMast/locMast.js |    8 +-------
 1 files changed, 1 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..e43530f 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
@@ -429,7 +429,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 +443,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 +459,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