Эх сурвалжийг харах

替换文本: 中成药处方 -> 中药制剂

cc12458 11 сар өмнө
parent
commit
b748432152

+ 1 - 1
src/utils/minix/prescribing.js

@@ -13,7 +13,7 @@ export default {
 
             saving: false,
 
-            // 中药处方 中成药处方 适宜技术处方提交前暂存
+            // 中药处方 中药制剂 适宜技术处方提交前暂存
             zhongPrescriptionVo: null,
             chengPrescriptionVo: null,
             technologyPrescriptionVo: null,

+ 1 - 1
src/views/Validation.vue

@@ -288,7 +288,7 @@
             </div>
           </div>
         </div>
-        <div class="title mr-t20">中成药处方</div>
+        <div class="title mr-t20">中药制剂</div>
         <div class="flex-vertical-center-l flex-wrap">
           <div class="flex-plane-center-l item" v-for="(item,index) in msg.solidPre" :key="index">
             <div v-for="(item1,index1) in item.solidPreList" :key="index1">

+ 1 - 1
src/views/business/MedRecordDetail copy.vue

@@ -99,7 +99,7 @@
           <div class="right">
             <div v-for="(item1,index1) in item.patientprescription" :key="index1">
               <div class="flex-plane-center-l opinion">
-                <span>{{item1.type=='0'?'中药处方':item1.type=="1"?'中成药处方':'适宜技术处方'}}</span>
+                <span>{{item1.type=='0'?'中药处方':item1.type=="1"?'中药制剂':'适宜技术处方'}}</span>
                 <div
                   class="flex-center zhuanfang"
                   @click="$router.push({path:'/index/prescribing?recipeID='+item1.pid})"

+ 1 - 1
src/views/business/MedRecordDetail.vue

@@ -130,7 +130,7 @@
           <div class="right">
             <div v-for="(item1,index1) in item.patientprescription" :key="index1">
               <div class="flex-plane-center-l opinion">
-                <span>{{item1.type=='0'?'中药处方':item1.type=="1"?'中成药处方':'适宜技术处方'}}</span>
+                <span>{{item1.type=='0'?'中药处方':item1.type=="1"?'中药制剂':'适宜技术处方'}}</span>
                 <div
                   class="flex-center zhuanfang"
                   @click="$router.push({path:'/index/prescribing?recipeID='+item1.pid})"

+ 1 - 1
src/views/business/Recipe.vue

@@ -149,7 +149,7 @@
           <el-table-column prop="type" label="处方类型" width="95">
             <template
               slot-scope="scope"
-            >{{scope.row.type=='0'?'中药处方':scope.row.type=='1'?'中成药处方':'适宜技术处方'}}</template>
+            >{{scope.row.type=='0'?'中药处方':scope.row.type=='1'?'中药制剂':'适宜技术处方'}}</template>
           </el-table-column>
 
           <!-- <el-table-column prop="detail" label="明细" width="170">

+ 1 - 1
src/views/business/RecipeAudit.vue

@@ -168,7 +168,7 @@
           <el-table-column prop="type" label="处方类型" width="100">
             <template
               slot-scope="scope"
-            >{{scope.row.type=='0'?'中药处方':scope.row.type=='1'?'中成药处方':'适宜技术处方'}}</template>
+            >{{scope.row.type=='0'?'中药处方':scope.row.type=='1'?'中药制剂':'适宜技术处方'}}</template>
           </el-table-column>
 
           <!-- <el-table-column prop="detail" label="明细" width="170">

+ 3 - 3
src/views/diagnosis/Prescribing copy.vue

@@ -1494,7 +1494,7 @@ export default {
 
       return zhongPrescriptionVo;
     },
-    // 处理中成药处方提交数据
+    // 处理中药制剂提交数据
     dealRecipe2() {
       let children = this.$children.filter(item => {
         return (
@@ -1506,7 +1506,7 @@ export default {
 
       let data1 = children[1];
       if (data1.tableData3.length == 1) {
-        // this.$message.error("请完善中成药处方药品信息");
+        // this.$message.error("请完善中药制剂药品信息");
         return {};
       }
       let hasDrugMsg = [];
@@ -1890,7 +1890,7 @@ export default {
         loading.close();
       }, 1000);
     },
-    // 获取数据 赋值给 中成药处方
+    // 获取数据 赋值给 中药制剂
     assignRecipe2(data, loading) {
       setTimeout(() => {
         let children = this.$children.filter(item => {

+ 3 - 3
src/views/diagnosis/Prescribing.vue

@@ -1892,7 +1892,7 @@ export default {
       console.groupEnd()
       return zhongPrescriptionVo;
     },
-    // 处理中成药处方提交数据
+    // 处理中药制剂提交数据
     dealRecipe2() {
       let children = this.$children.filter(item => {
         return (
@@ -1905,7 +1905,7 @@ export default {
       let data1 = children[1];
       let isAutoCheck = data1.isAutoCheck;
       if (data1.tableData3.length == 1) {
-        // this.$message.error("请完善中成药处方药品信息");
+        // this.$message.error("请完善中药制剂药品信息");
         return {};
       }
       let hasDrugMsg = [];
@@ -2321,7 +2321,7 @@ export default {
         loading.close();
       }, 1000);
     },
-    // 获取数据 赋值给 中成药处方
+    // 获取数据 赋值给 中药制剂
     assignRecipe2(data, loading) {
       setTimeout(() => {
         let children = this.$children.filter(item => {

+ 1 - 1
src/views/system/UserSytem.vue

@@ -357,7 +357,7 @@
             <div class="input">
               <el-select v-model="diaform.defaultRecipe" multiple placeholder="请选择">
                 <el-option label="中药处方" value="0"></el-option>
-                <el-option label="中成药处方" value="1"></el-option>
+                <el-option label="中药制剂" value="1"></el-option>
                 <el-option label="适宜技术处方" value="2"></el-option>
               </el-select>
             </div>