From 2bb111939922d8e48fe11374bfe8ef2834a5bb43 Mon Sep 17 00:00:00 2001
From: 44323 <443237572@qq.com>
Date: 星期五, 17 十一月 2023 19:51:01 +0800
Subject: [PATCH] 后台bug修改

---
 cloud-server-management/src/main/webapp/static/modular/system/tGoods/tGoods_info.js |    9 +++------
 1 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/cloud-server-management/src/main/webapp/static/modular/system/tGoods/tGoods_info.js b/cloud-server-management/src/main/webapp/static/modular/system/tGoods/tGoods_info.js
index c5579c2..efaa3a1 100644
--- a/cloud-server-management/src/main/webapp/static/modular/system/tGoods/tGoods_info.js
+++ b/cloud-server-management/src/main/webapp/static/modular/system/tGoods/tGoods_info.js
@@ -247,9 +247,7 @@
 
     this.clearData();
     this.collectData();
-    if(!this.validate()){
-        return ;
-    }
+    
 
     const quantityIssuedInput = document.getElementById('quantityIssued');
     const pickUpQuantityInput = document.getElementById('pickUpQuantity');
@@ -622,12 +620,11 @@
 
 }
 TGoodsInfoDlg.addSubmit1 = function() {
+    console.log("看看进入")
     let company = 3;
     this.clearData();
     this.collectData();
-    if(!this.validate()){
-        return ;
-    }
+
     var cityIds = [];
     var cts = "";
     if (company === '2'){

--
Gitblit v1.7.1