From 61febcbc0dc133de8ab5237921f5bf89c9558e69 Mon Sep 17 00:00:00 2001
From: zhuo <2089219845@qq.com>
Date: 星期一, 17 三月 2025 09:39:44 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/dev' into dev

---
 src/views/business/materialOrder/customsInspection.vue |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/src/views/business/materialOrder/customsInspection.vue b/src/views/business/materialOrder/customsInspection.vue
index 3aa17dc..b7af486 100644
--- a/src/views/business/materialOrder/customsInspection.vue
+++ b/src/views/business/materialOrder/customsInspection.vue
@@ -747,8 +747,10 @@
         notificationRawOrder({ifsInventoryId:this.customsInspection.id}).then(res => {
           if (res.code === 200) {
             if (res.data === 1) {
-              this.dialogVisible2 = true
-              this.dialogMessage2 = '褰撳墠鎵规鐨勬牱鍝佸凡妫�楠岃繃, 鍙互鍏嶆'
+              if (this.orderType != 1) {
+                this.dialogVisible2 = true
+                this.dialogMessage2 = '褰撳墠鎵规鐨勬牱鍝佸凡妫�楠岃繃, 鍙互鍏嶆'
+              }
             } else if (res.data === 2) {
               this.dialogVisible2 = true
               this.dialogMessage2 = '褰撳墠鎵规鐨勬牱鍝佸凡瓒�20鍚�, 闇�瑕佸绾у娆℃楠�'
@@ -1052,6 +1054,9 @@
       this.addObj.model = (trees[4] == undefined ? null : trees[4])
       this.addObj.ifsInventoryId = this.customsInspection.id
       this.saveLoad = true
+      if (this.addObj.createTime) {
+        delete this.addObj.createTime
+      }
       addInsOrder({
         insOrder: this.addObj,
         sampleList: sampleList.map(a => {

--
Gitblit v1.9.3