From 1768b289dff05e5c431a14df9b649a0c5245d89d Mon Sep 17 00:00:00 2001
From: chenrui <1187576398@qq.com>
Date: 星期一, 24 二月 2025 19:48:10 +0800
Subject: [PATCH] 标准物质领用

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

diff --git a/src/views/business/materialOrder/customsInspection.vue b/src/views/business/materialOrder/customsInspection.vue
index 0135441..0f6f2c4 100644
--- a/src/views/business/materialOrder/customsInspection.vue
+++ b/src/views/business/materialOrder/customsInspection.vue
@@ -756,7 +756,6 @@
           this.$set(this.addObj, 'buyUnitMeas', this.customsInspection.buyUnitMeas)
           this.$set(this.addObj, 'updateBatchNo', this.customsInspection.updateBatchNo)
           this.$set(this.addObj, 'partDetail', this.customsInspection.partDesc)
-          console.log('this.orderType----', this.orderType)
           if (this.orderType == 1) {
             this.$set(this.addObj, 'orderType', 'Quarterly inspection')
           }

--
Gitblit v1.9.3