Browse Source

Merge branch '20230223_pc_vue_new_branch' of http://git.shengws.com/csx/Vue_New into 20230223_pc_vue_new_branch

杨青 2 years ago
parent
commit
fc1fe9a87a

+ 12 - 0
src/router/modules/dialysis.js View File

@@ -803,5 +803,17 @@ export default {
803 803
         noCache: true
804 804
       }
805 805
     },
806
+    {
807
+      path: '/dialysis/print/batch/fiftyThree',
808
+      component: () =>
809
+        import('@/xt_pages/dialysis/batch_print/batch_print_order_fiftyThree'),
810
+      hidden: true,
811
+      is_menu: false,
812
+      name: 'batch_print_order_fiftyThree',
813
+      meta: {
814
+        title: '批量打印',
815
+        noCache: true
816
+      }
817
+    },
806 818
   ]
807 819
 }

File diff suppressed because it is too large
+ 1337 - 0
src/xt_pages/dialysis/batch_print/batch_print_order_fiftyThree.vue


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

@@ -1429,14 +1429,14 @@
1429 1429
                           </td>
1430 1430
 
1431 1431
                           <td>
1432
-                            <span v-if="org_id == 9671 || org_id == 10440">
1432
+                            <span v-if="org_id == 9671 || org_id == 10440 || org_id == 10471">
1433 1433
                                 {{
1434 1434
                               monitor_record.ultrafiltration_volume
1435 1435
                                 ? monitor_record.ultrafiltration_volume
1436 1436
                                 : "0"
1437 1437
                             }}
1438 1438
                             </span>
1439
-                             <span v-if="org_id!=9671 && org_id!=10440">
1439
+                             <span v-if="org_id!=9671 && org_id!=10440 && org_id!=10471">
1440 1440
                                 {{
1441 1441
                               monitor_record.ultrafiltration_volume
1442 1442
                                 ? monitor_record.ultrafiltration_volume

+ 2 - 0
src/xt_pages/dialysis/batch_print/batch_print_order_thirtySeven.vue View File

@@ -107,10 +107,12 @@
107 107
                             <span style="display:inline-block;width:15%;margin-left:15px;width:100%;">
108 108
                                 治疗抗凝:
109 109
                                 <label-box :isChecked="record.prescription.anticoagulant == 3 ? true : record.prescription.anticoagulant == 6 ? true : record.prescription.anticoagulant == 7 ? true : false" showValue="低分子肝素"></label-box>
110
+                                <label-box :isChecked="record.prescription.anticoagulant == 8  ? true : false" showValue="依诺肝素"></label-box>
110 111
                                 <span style="display:inline-block;width:50px;">
111 112
                                     <span v-if="record.prescription.anticoagulant == 3">{{ record.prescription.anticoagulant_zongliang }}</span>
112 113
                                     <span v-if="record.prescription.anticoagulant == 6">{{ record.prescription.anticoagulant_zongliang }}</span>
113 114
                                     <span v-if="record.prescription.anticoagulant == 7">{{ record.prescription.anticoagulant_zongliang }}</span>
115
+                                    <span v-if="record.prescription.anticoagulant == 8">{{ record.prescription.anticoagulant_zongliang }}</span>
114 116
                                 </span>U
115 117
                                 <span style="margin:0 10px;">
116 118
                                     <label-box :isChecked="record.prescription.anticoagulant == 2 ? true : false" showValue="普通肝素"></label-box>

+ 11 - 0
src/xt_pages/dialysis/bloodPresssWatch.vue View File

@@ -337,6 +337,15 @@
337 337
           @click="batchPrintAction"
338 338
           type="primary"
339 339
           >批量打印</el-button>
340
+      </template>
341
+         <template v-if="this.template_id == 53">
342
+        <el-button
343
+          size="small"
344
+          icon="el-icon-printer"
345
+          :disabled="selecting_schs.length == 0"
346
+          @click="batchPrintAction"
347
+          type="primary"
348
+          >批量打印</el-button>
340 349
       </template>
341 350
       <template v-if="this.template_id == 59">
342 351
         <el-button
@@ -2106,6 +2115,8 @@ export default {
2106 2115
         this.$router.push({ path: "/dialysis/print/batch/six" });
2107 2116
       }else if (this.template_id == 51) {
2108 2117
         this.$router.push({ path: "/dialysis/print/batch/fiftyOne" });
2118
+      }else if (this.template_id == 53) {
2119
+        this.$router.push({ path: "/dialysis/print/batch/fiftyThree" });
2109 2120
       }else if (this.template_id == 59) {
2110 2121
         this.$router.push({ path: "/dialysis/print/batch/fiftynine" });
2111 2122
       }else if (this.template_id == 60) {

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

@@ -1493,8 +1493,8 @@
1493 1493
                       
1494 1494
 
1495 1495
                         <td>
1496
-                          <span v-if="org_id!=9671 && org_id!=10440"> {{ monitor.ultrafiltration_volume? monitor.ultrafiltration_volume: ""}}</span>
1497
-                          <span v-if="org_id==9671 || org_id==10440"> {{ monitor.ultrafiltration_volume? monitor.ultrafiltration_volume: "0"}}</span>
1496
+                          <span v-if="org_id!=9671 && org_id!=10440 && org_id!=10471"> {{ monitor.ultrafiltration_volume? monitor.ultrafiltration_volume: ""}}</span>
1497
+                          <span v-if="org_id==9671 || org_id==10440 || org_id == 10471"> {{ monitor.ultrafiltration_volume? monitor.ultrafiltration_volume: "0"}}</span>
1498 1498
                         </td>
1499 1499
                         <!-- <td style="width:50px">
1500 1500
                           <span v-if="(prescription.mode_id == 2 || prescription.mode_id == 5 || prescription.mode_id == 12) && ((dialysisOrder && monitor.operate_time <= dialysisOrder.end_time) && (dialysisOrder && monitor.operate_time >= dialysisOrder.start_time))">

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

@@ -94,10 +94,12 @@
94 94
                   <span style="display:inline-block;width:15%;margin-left:15px;width:100%;">
95 95
                       治疗抗凝:
96 96
                       <label-box :isChecked="prescription.anticoagulant == 3 ? true : prescription.anticoagulant == 6 ? true : prescription.anticoagulant == 7 ? true : false" showValue="低分子肝素"></label-box>
97
+                      <label-box :isChecked="prescription.anticoagulant == 8 ? true : false" showValue="依诺肝素"></label-box>
97 98
                       <span style="display:inline-block;width:50px;">
98 99
                           <span v-if="prescription.anticoagulant == 3">{{ prescription.anticoagulant_zongliang }}</span>
99 100
                           <span v-if="prescription.anticoagulant == 6">{{ prescription.anticoagulant_zongliang }}</span>
100 101
                           <span v-if="prescription.anticoagulant == 7">{{ prescription.anticoagulant_zongliang }}</span>
102
+                          <span v-if="prescription.anticoagulant == 8">{{ prescription.anticoagulant_zongliang }}</span>
101 103
                       </span>U
102 104
                       <span style="margin:0 10px;">
103 105
                           <label-box :isChecked="prescription.anticoagulant == 2 ? true : false" showValue="普通肝素"></label-box>

+ 11 - 1
src/xt_pages/dialysis/template/DialysisPrintOrderTwentyFour.vue View File

@@ -605,7 +605,17 @@
605 605
                           <tr>
606 606
                               <td width='70'>抗凝方式</td>
607 607
                               <td width='100'>
608
-                                  <label-box :isChecked="prescription.anticoagulant == 3 ? true : prescription.anticoagulant == 6 ? true : prescription.anticoagulant == 7 ? true : false" showValue="低分子肝素"></label-box>
608
+                                  <label-box :isChecked="prescription.anticoagulant == 3 ? true : false" showValue="低分子肝素"></label-box>
609
+                                  <label-box :isChecked="prescription.anticoagulant == 4 ? true : false" showValue="阿加曲班"></label-box>
610
+                                  <label-box :isChecked="prescription.anticoagulant == 5 ? true : false" showValue="枸橼酸钠"></label-box>
611
+                                  <label-box :isChecked="prescription.anticoagulant == 6 ? true : false" showValue="低分子肝素钙"></label-box>
612
+                                  <label-box :isChecked="prescription.anticoagulant == 7 ? true : false" showValue="低分子肝素钠"></label-box>
613
+                                  <label-box :isChecked="prescription.anticoagulant == 8 ? true : false" showValue="依诺肝素"></label-box>
614
+                                  <label-box :isChecked="prescription.anticoagulant == 9 ? true : false" showValue="达肝素"></label-box>
615
+                                  <label-box :isChecked="prescription.anticoagulant == 10 ? true : false" showValue="体外抗凝"></label-box>
616
+                                  <label-box :isChecked="prescription.anticoagulant == 11 ? true : false" showValue="那屈肝素"></label-box>
617
+                                  <label-box :isChecked="prescription.anticoagulant == 12 ? true : false" showValue="无抗凝剂"></label-box>
618
+                                  <label-box :isChecked="prescription.anticoagulant == 13 ? true : false" showValue="那屈肝素钙"></label-box>
609 619
                               </td>
610 620
                               <!-- <td width='100'>
611 621
                                   <div class="under-line">

+ 3 - 3
src/xt_pages/management/components/UserForm.vue View File

@@ -684,7 +684,7 @@
684 684
               >桶
685 685
             </el-form-item>
686 686
             <span style="color:red" v-show="showone"
687
-              >您已个月未更换,请注意检测</span
687
+              >您已个月未更换,请注意检测</span
688 688
             >
689 689
           </el-col>
690 690
         </el-row>
@@ -711,7 +711,7 @@
711 711
             >
712 712
               <el-checkbox v-model="userform.germ_checked">更换</el-checkbox>
713 713
               <span style="color:red" v-show="showone"
714
-                >您已个月未更换,请注意检测</span
714
+                >您已个月未更换,请注意检测</span
715 715
               >
716 716
             </el-form-item>
717 717
           </el-col>
@@ -750,7 +750,7 @@
750 750
             >
751 751
               <el-checkbox v-model="userform.clean">清洁:</el-checkbox>
752 752
               <span style="color:red" v-show="showone"
753
-                >您已个月未清洁,请检查</span
753
+                >您已个月未清洁,请检查</span
754 754
               >
755 755
             </el-form-item>
756 756
           </el-col>

+ 2 - 2
src/xt_pages/management/home.vue View File

@@ -1275,7 +1275,7 @@
1275 1275
                                       <el-form-item label="规格:">
1276 1276
                                           <el-input style="width:100px" v-model="userform.norms"></el-input><span style="color:#606266;">桶</span>
1277 1277
                                       </el-form-item>
1278
-                                       <span class="warn" v-show="warnShow">您已个月未更换,请注意检测</span>
1278
+                                       <span class="warn" v-show="warnShow">您已个月未更换,请注意检测</span>
1279 1279
                                    </el-col>
1280 1280
                                 </el-row>
1281 1281
                                 <el-row>
@@ -1292,7 +1292,7 @@
1292 1292
                                    <el-col :span="8">
1293 1293
                                      <el-form-item label="细菌过滤器:">
1294 1294
                                        <el-checkbox v-model="userform.germ_checked">更换</el-checkbox>
1295
-                                       <span class="warn" v-show="warnShowTwo">您已个月未更换,请注意检测</span>
1295
+                                       <span class="warn" v-show="warnShowTwo">您已个月未更换,请注意检测</span>
1296 1296
                                      </el-form-item>
1297 1297
 
1298 1298
                                      </el-col>

+ 2 - 0
src/xt_pages/outpatientTool/yidiClear.vue View File

@@ -11,6 +11,7 @@
11 11
         <el-date-picker
12 12
             v-model="month"
13 13
             type="month"
14
+            value-format="yyyy-MM"
14 15
             placeholder="选择年月">
15 16
         </el-date-picker>
16 17
       </div>
@@ -93,6 +94,7 @@ export default {
93 94
   methods: {
94 95
     getYidiClear(){
95 96
       var that = this;
97
+      console.log(this.month)
96 98
       let params = {
97 99
         'year':this.month.split("-")[0],
98 100
         'month':this.month.split("-")[1],

+ 1 - 1
src/xt_pages/user/coursePrint.vue View File

@@ -61,7 +61,7 @@
61 61
               </div>
62 62
             </div>
63 63
 
64
-            <div class="row" style="padding: 2px 0;line-height:24px;margin-top:10px;float:right" v-if="org_id == 0||org_id ==9671 || org_id == 10440">
64
+            <div class="row" style="padding: 2px 0;line-height:24px;margin-top:10px;float:right" v-if="org_id == 0||org_id ==9671 || org_id == 10440 || org_id == 10131">
65 65
              医生签名:
66 66
              <span v-if="setAdminUserES(item.recorder?item.recorder:item.recorder) == ''">
67 67
                   {{getName(item.recorder)}}