Browse Source

新分支

28169 1 year ago
parent
commit
914cc615e9

+ 1 - 2
src/xt_pages/Pharmacy/PatientDispensing.vue View File

@@ -705,8 +705,7 @@ export default {
705 705
         confirmButtonText: "确 定",
706 706
         cancelButtonText: "取 消",
707 707
         type: "warning",
708
-      })
709
-        .then(() => {
708
+      }).then(() => {
710 709
           drugwithdrawal(params).then((res) => {
711 710
             if (res.data.state == 1) {
712 711
               this.$message.success("操作成功");

+ 1 - 1
src/xt_pages/dialysis/batch_print/batch_print_order_six.vue View File

@@ -954,7 +954,7 @@
954 954
                       </div>
955 955
 
956 956
                       <div class="inline_block" style="flex: 1"
957
-                        v-if="(org_id==10440 ||  org_id ==0 || org_id==10469 || org_id==10490 || org_id==10478  || org_id==10495 || org_id == 10460 || org_id ==10624)&& org_id!=10510">
957
+                        v-if="(org_id==10440 ||  org_id ==0 || org_id==10469 || org_id==10490 || org_id==10478  || org_id==10495 || org_id == 10460 || org_id ==10624 || org_i==10624)&& org_id!=10510">
958 958
                         上次透后体重:
959 959
                         <div
960 960
                           class="under_line"

+ 3 - 3
src/xt_pages/dialysis/details/consumable/dialysisGood.vue View File

@@ -98,9 +98,9 @@
98 98
           :label="item.filed_name_cn"
99 99
         >
100 100
           <template slot-scope="scope">
101
-            <!-- <span v-if="scope.row.dialysis_prescription==null"> {{getName(scope.row.rowList[index].filed_name_cn,scope.row.dialysis_solution)}}</span>
102
-            <span v-if="scope.row.dialysis_prescription!=null"> {{getName(scope.row.rowList[index].filed_name_cn,scope.row.dialysis_prescription)}}</span> -->
103
-            {{getName(scope.row.rowList[index].filed_name_cn,scope.row.dialysis_solution)}}
101
+            <span v-if="scope.row.dialysis_prescription==null"> {{getName(scope.row.rowList[index].filed_name_cn,scope.row.dialysis_solution)}}</span>
102
+            <span v-if="scope.row.dialysis_prescription!=null"> {{getName(scope.row.rowList[index].filed_name_cn,scope.row.dialysis_prescription)}}</span>
103
+            <!-- {{getName(scope.row.rowList[index].filed_name_cn,scope.row.dialysis_solution)}} -->
104 104
           </template>
105 105
 
106 106
         </el-table-column>

+ 3 - 3
src/xt_pages/dialysis/details/consumable/dialysisGoodPrint.vue View File

@@ -41,9 +41,9 @@
41 41
                  <td>{{item.patient.name}}</td>
42 42
                 <td>{{item.patient.dialysis_no}}</td>
43 43
                 <td v-for="(it,index) in rowList" :key="index">
44
-                  {{getName(item.rowList[index].filed_name_cn,item.dialysis_solution)}}
45
-                  <!-- <span v-if="item.dialysis_prescription==null"> {{getName(item.rowList[index].filed_name_cn,item.dialysis_solution)}}</span>
46
-                  <span v-if="item.dialysis_prescription!=null"> {{getName(item.rowList[index].filed_name_cn,item.dialysis_prescription)}}</span> -->
44
+                  <!-- {{getName(item.rowList[index].filed_name_cn,item.dialysis_solution)}} -->
45
+                  <span v-if="item.dialysis_prescription==null"> {{getName(item.rowList[index].filed_name_cn,item.dialysis_solution)}}</span>
46
+                  <span v-if="item.dialysis_prescription!=null"> {{getName(item.rowList[index].filed_name_cn,item.dialysis_prescription)}}</span>
47 47
                 </td>
48 48
                </tr>
49 49
               </tbody>

+ 6 - 1
src/xt_pages/dialysis/details/dialog/dialysisPrescriptionDialog.vue View File

@@ -2847,10 +2847,15 @@ mu
2847 2847
               this.dialysisPrescription.dialysate_temperature = 36.5
2848 2848
               this.dialysisPrescription.prescribing_number = 1
2849 2849
             }
2850
-            if(this.$store.getters.xt_user.org.id == 10447 || this.$store.getters.xt_user.org.id == 10600){
2850
+            if(this.$store.getters.xt_user.org.id == 10447 || this.$store.getters.xt_user.org.id == 10600 ){
2851 2851
               this.dialysisPrescription.dialysate_flow = 500
2852 2852
             }
2853 2853
 
2854
+            if(this.$store.getters.xt_user.org.id == 10375){
2855
+              this.dialysisPrescription.dialysate_flow = 500
2856
+              this.dialysisPrescription.bicarbonate = 32
2857
+            }
2858
+
2854 2859
             if(this.$store.getters.xt_user.org.id == 10598 || this.$store.getters.xt_user.org.id == 10612){
2855 2860
                if(this.dialysisPrescription.dialysis_duration_minute == ""){
2856 2861
                  this.dialysisPrescription.dialysis_duration_minute =0

+ 14 - 26
src/xt_pages/dialysis/newDoctorAdvice.vue View File

@@ -42,7 +42,7 @@
42 42
 
43 43
        
44 44
       </div>
45
-      <div class="filter-container" v-if="org_id == 0 || org_id ==10101">
45
+      <div class="filter-container">
46 46
       <el-input style="width:200px" placeholder="请输入药品名称" v-model="keyword"></el-input>
47 47
        <el-button type="primary" @click="toSeachOne">搜索</el-button>
48 48
 
@@ -1477,27 +1477,30 @@ export default {
1477 1477
         return name
1478 1478
     },
1479 1479
     getAdviceContent(row, isChild) {
1480
+         console.log("rwoo22222222222222333",row)
1480 1481
         let tempSingleDoseDesc = ''
1481 1482
         let tempDrugSpecDesc = ''
1482 1483
         let tempPrescribingNumberDesc = ''
1483 1484
 
1484 1485
         if (row.prescribing_number) {
1485
-          tempPrescribingNumberDesc =
1486
-            row.prescribing_number + '' + row.prescribing_number_unit
1486
+          tempPrescribingNumberDesc = row.prescribing_number + '' + row.prescribing_number_unit
1487
+         
1487 1488
         }
1488 1489
 
1489 1490
         if (row.single_dose) {
1490 1491
           if (this.template_id != 6) {
1491
-            tempSingleDoseDesc =
1492
-              ' 单次用量 ' + '  ' + row.single_dose + '' + row.single_dose_unit
1492
+            tempSingleDoseDesc =' 单次用量 ' + '  ' + row.single_dose + '' + row.single_dose_unit
1493
+           
1493 1494
           } else {
1494
-            tempSingleDoseDesc = row.single_dose ? row.single_dose : '' + '' + row.single_dose_unit ? row.single_dose_unit : ''
1495
+            tempSingleDoseDesc = row.single_dose  + row.single_dose_unit
1495 1496
             
1496 1497
           }
1497 1498
         }
1498 1499
 
1499 1500
         if (row.advice_desc) {
1500
-          tempDrugSpecDesc = '(' + row.advice_desc + row.drug_spec_unit + ')' 
1501
+           tempDrugSpecDesc = '(' + row.advice_desc + row.drug_spec_unit + ')' 
1502
+         
1503
+          
1501 1504
         }
1502 1505
 
1503 1506
         if (isChild == 1) {
@@ -1508,30 +1511,15 @@ export default {
1508 1511
           // console.log(11,row.delivery_way)
1509 1512
           // console.log(22,row.execution_frequency)
1510 1513
 
1511
-          return (
1512
-            row.advice_name +
1513
-            tempDrugSpecDesc +
1514
-            ' ' +
1515
-            tempPrescribingNumberDesc +
1516
-            tempSingleDoseDesc +
1517
-            ' ' +
1518
-            row.delivery_way +
1519
-            ' ' +
1520
-            row.execution_frequency
1521
-          )
1514
+          return (row.advice_name + tempDrugSpecDesc + ' ' + tempPrescribingNumberDesc + tempSingleDoseDesc +' ' + row.delivery_way +' ' +row.execution_frequency)
1522 1515
         } else {
1523 1516
           // 是子药
1524
-          return (
1525
-            row.advice_name +
1526
-            tempDrugSpecDesc +
1527
-            ' ' +
1528
-            tempPrescribingNumberDesc +
1529
-            tempSingleDoseDesc
1530
-          )
1517
+          return (row.advice_name +tempDrugSpecDesc +' ' + tempPrescribingNumberDesc + tempSingleDoseDesc)
1518
+         
1531 1519
         }
1532 1520
     },
1533 1521
     handleSelectionChange(val){
1534
-      console.log("val88888888",val)
1522
+     
1535 1523
       this.selecting_schs = val;
1536 1524
       this.is_status = 1
1537 1525
     },

+ 0 - 1
src/xt_pages/dialysis/signPrint.vue View File

@@ -35,7 +35,6 @@
35 35
                             <div v-if="org_id!=0 && org_id!=10278 && org_id!=10138 && org_id!=10223">执行频率:{{it.execution_frequency}}</div>  
36 36
                             <div v-if="org_id!=10278">给药途径:{{it.delivery_way}}</div>  
37 37
                             <div v-if="org_id == 0 || org_id==10223">
38
-                                <span>配药者:</span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
39 38
                                 <span>执行者:</span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
40 39
                                 <span>核对者:</span>
41 40
                            </div> 

+ 2 - 2
src/xt_pages/dialysis/template/DialysisPrintOrderSix.vue View File

@@ -1052,10 +1052,10 @@
1052 1052
                         class="under_line"
1053 1053
                         style="width: 100px; text-align: center"
1054 1054
                       >
1055
-                        <span v-if="org_id == 10290 || org_id == 10318 || org_id== 10217 || org_id== 10188 || org_id== 9956 || org_id == 10440 || org_id == 0 || org_id == 10469 || org_id == 10478 || org_id == 10490 || org_id ==10495 || org_id == 10460 || org_id==10585 || org_id ==10567 || org_id ==10598">{{
1055
+                        <span v-if="org_id == 10290 || org_id == 10318 || org_id== 10217 || org_id== 10188 || org_id== 9956 || org_id == 10440 || org_id == 0 || org_id == 10469 || org_id == 10478 || org_id == 10490 || org_id ==10495 || org_id == 10460 || org_id==10585 || org_id ==10567 || org_id ==10598 || org_id ==10624">{{
1056 1056
                           lastafterdialysis.weight_after
1057 1057
                         }}</span>
1058
-                        <span v-if="org_id != 10290 && org_id != 10318  && org_id!= 10217 && org_id!=10188 && org_id!=9956 && org_id != 10440 && org_id!=0 && org_id!=10469 && org_id!=10478 && org_id!=10490 && org_id!=10495 && org_id!=10460 && org_id!=10585 && org_id!=10567 && org_id!=10598">{{
1058
+                        <span v-if="org_id != 10290 && org_id != 10318  && org_id!= 10217 && org_id!=10188 && org_id!=9956 && org_id != 10440 && org_id!=0 && org_id!=10469 && org_id!=10478 && org_id!=10490 && org_id!=10495 && org_id!=10460 && org_id!=10585 && org_id!=10567 && org_id!=10598&&org_id!=10624">{{
1059 1059
                           predialysis.weight_after_last_transparency
1060 1060
                             ? predialysis.weight_after_last_transparency
1061 1061
                             : "未称重"