From 40475c63a8dc78b31e5104ac03b03934a6a6e9e1 Mon Sep 17 00:00:00 2001
From: licp <lichunping@guanfang.com.cn>
Date: 星期五, 13 九月 2024 17:00:18 +0800
Subject: [PATCH] Merge branch 'master' of http://114.132.189.42:9002/r/tx-lims-before into master

---
 src/components/do/b1-ins-order/add.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/components/do/b1-ins-order/add.vue b/src/components/do/b1-ins-order/add.vue
index d2d1314..6c2d005 100644
--- a/src/components/do/b1-ins-order/add.vue
+++ b/src/components/do/b1-ins-order/add.vue
@@ -254,7 +254,7 @@
             </div>
           </el-col> -->
           <el-col class="search_thing" :span="6">
-            <div class="search_label"><span class="required-span">* </span>鏉ユ牱鏂瑰紡锛�</div>
+            <div class="search_label"><span class="required-span">* </span>璁㈠崟绫诲瀷锛�</div>
             <div class="search_input">
               <el-select v-model="addObj.formType" size="small" :disabled="active>1" style="width: 100%;">
                 <el-option v-for="(a,ai) in formType" :key="ai" :label="a.label" :value="a.value"></el-option>
@@ -1629,7 +1629,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) {
@@ -2593,7 +2593,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