From c81332c3a4effcc55f68ecff8abb7f3fc5158de8 Mon Sep 17 00:00:00 2001
From: 王佳豪 <g675230687@126.com>
Date: 星期三, 05 五月 2021 14:35:41 +0800
Subject: [PATCH] 1.平仓入库erp单号对应功能实现

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

diff --git a/src/main/webapp/static/js/locArea/locArea.js b/src/main/webapp/static/js/locArea/locArea.js
index 6004656..63ad46b 100644
--- a/src/main/webapp/static/js/locArea/locArea.js
+++ b/src/main/webapp/static/js/locArea/locArea.js
@@ -314,7 +314,6 @@
         }
 
         var data = {
-//            id: $('#id').val(),
             id: $('#id').val(),
             uuid: $('#uuid').val(),
             name: $('#name').val(),
@@ -324,7 +323,7 @@
             updateBy: $('#updateBy').val(),
             updateTime: top.strToDate($('#updateTime\\$').val()),
             memo: $('#memo').val(),
-
+            areaType: $('#areaType').val() === "" ? null : $('#areaType').val(),
         };
         var index = layer.load(1, {
             shade: [0.5,'#000'] //0.1閫忔槑搴︾殑鑳屾櫙

--
Gitblit v1.9.1