From 0bdbe50ac8a4dcc1ee760e35416b825a984dd85d Mon Sep 17 00:00:00 2001
From: gaoluyang <gaoluyang@rengu.cc>
Date: 星期三, 25 九月 2024 16:59:43 +0800
Subject: [PATCH] 1.检验任务的扫码报检需要和样品管理联动,扫码报检之后样品也会入库(扫码报检也是需要弹框去选具体哪个货架),另外再加一个扫码出库的步骤,就是将该样品出库

---
 src/components/do/b1-material-ins-order/customs-inspection.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/components/do/b1-material-ins-order/customs-inspection.vue b/src/components/do/b1-material-ins-order/customs-inspection.vue
index 5c511f3..67d0a5d 100644
--- a/src/components/do/b1-material-ins-order/customs-inspection.vue
+++ b/src/components/do/b1-material-ins-order/customs-inspection.vue
@@ -1227,7 +1227,7 @@
       if (!this.addObj.type) {
         this.$message.error('鏈�夋嫨绱ф�ョ▼搴�')
       } else if (!this.addObj.formType) {
-        this.$message.error('璇疯緭鍏ユ潵鏍锋柟寮�')
+        this.$message.error('璇疯緭鍏ヨ鍗曠被鍨�')
       } else if (!this.addObj.orderType) {
         this.$message.error('璇烽�夋嫨妫�楠岀被鍒�')
       } else if (!this.addObj.production) {
@@ -1973,7 +1973,7 @@
     },
     selectEnumByCategoryForSampleForm() {
       this.$axios.post(this.$api.enums.selectEnumByCategory, {
-        category: "鏉ユ牱鏂瑰紡"
+        category: "璁㈠崟绫诲瀷"
       }).then(res => {
         this.formType = res.data
         if (this.formType.length > 0) {

--
Gitblit v1.9.3