Browse Source

Merge remote-tracking branch 'origin/20230223_pc_vue_new_branch' into 20230223_pc_vue_new_branch

yq1 1 year ago
parent
commit
4b1927a5c9

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

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

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

954
                       </div>
954
                       </div>
955
 
955
 
956
                       <div class="inline_block" style="flex: 1"
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
                         <div
959
                         <div
960
                           class="under_line"
960
                           class="under_line"

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

98
           :label="item.filed_name_cn"
98
           :label="item.filed_name_cn"
99
         >
99
         >
100
           <template slot-scope="scope">
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
           </template>
104
           </template>
105
 
105
 
106
         </el-table-column>
106
         </el-table-column>

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

41
                  <td>{{item.patient.name}}</td>
41
                  <td>{{item.patient.name}}</td>
42
                 <td>{{item.patient.dialysis_no}}</td>
42
                 <td>{{item.patient.dialysis_no}}</td>
43
                 <td v-for="(it,index) in rowList" :key="index">
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
                 </td>
47
                 </td>
48
                </tr>
48
                </tr>
49
               </tbody>
49
               </tbody>

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

2847
               this.dialysisPrescription.dialysate_temperature = 36.5
2847
               this.dialysisPrescription.dialysate_temperature = 36.5
2848
               this.dialysisPrescription.prescribing_number = 1
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
               this.dialysisPrescription.dialysate_flow = 500
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
             if(this.$store.getters.xt_user.org.id == 10598 || this.$store.getters.xt_user.org.id == 10612){
2859
             if(this.$store.getters.xt_user.org.id == 10598 || this.$store.getters.xt_user.org.id == 10612){
2855
                if(this.dialysisPrescription.dialysis_duration_minute == ""){
2860
                if(this.dialysisPrescription.dialysis_duration_minute == ""){
2856
                  this.dialysisPrescription.dialysis_duration_minute =0
2861
                  this.dialysisPrescription.dialysis_duration_minute =0

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

42
 
42
 
43
        
43
        
44
       </div>
44
       </div>
45
-      <div class="filter-container" v-if="org_id == 0 || org_id ==10101">
45
+      <div class="filter-container">
46
       <el-input style="width:200px" placeholder="请输入药品名称" v-model="keyword"></el-input>
46
       <el-input style="width:200px" placeholder="请输入药品名称" v-model="keyword"></el-input>
47
        <el-button type="primary" @click="toSeachOne">搜索</el-button>
47
        <el-button type="primary" @click="toSeachOne">搜索</el-button>
48
 
48
 
1477
         return name
1477
         return name
1478
     },
1478
     },
1479
     getAdviceContent(row, isChild) {
1479
     getAdviceContent(row, isChild) {
1480
+         console.log("rwoo22222222222222333",row)
1480
         let tempSingleDoseDesc = ''
1481
         let tempSingleDoseDesc = ''
1481
         let tempDrugSpecDesc = ''
1482
         let tempDrugSpecDesc = ''
1482
         let tempPrescribingNumberDesc = ''
1483
         let tempPrescribingNumberDesc = ''
1483
 
1484
 
1484
         if (row.prescribing_number) {
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
         if (row.single_dose) {
1490
         if (row.single_dose) {
1490
           if (this.template_id != 6) {
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
           } else {
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
         if (row.advice_desc) {
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
         if (isChild == 1) {
1506
         if (isChild == 1) {
1508
           // console.log(11,row.delivery_way)
1511
           // console.log(11,row.delivery_way)
1509
           // console.log(22,row.execution_frequency)
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
         } else {
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
     handleSelectionChange(val){
1521
     handleSelectionChange(val){
1534
-      console.log("val88888888",val)
1522
+     
1535
       this.selecting_schs = val;
1523
       this.selecting_schs = val;
1536
       this.is_status = 1
1524
       this.is_status = 1
1537
     },
1525
     },

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

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

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

1052
                         class="under_line"
1052
                         class="under_line"
1053
                         style="width: 100px; text-align: center"
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
                           lastafterdialysis.weight_after
1056
                           lastafterdialysis.weight_after
1057
                         }}</span>
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
                           predialysis.weight_after_last_transparency
1059
                           predialysis.weight_after_last_transparency
1060
                             ? predialysis.weight_after_last_transparency
1060
                             ? predialysis.weight_after_last_transparency
1061
                             : "未称重"
1061
                             : "未称重"