28169 8 miesięcy temu
rodzic
commit
4f3411b5e6

+ 9 - 0
src/api/drug/drug.js Wyświetl plik

818
     method:"post",
818
     method:"post",
819
     data:params,
819
     data:params,
820
    })
820
    })
821
+}
822
+
823
+export function getSelfDrugQuery(params){
824
+  
825
+  return request({
826
+    url:"/api/drug/getselfdrugquery",
827
+    method:"get",
828
+    params:params
829
+  })
821
 }
830
 }

+ 17 - 8
src/router/modules/selfPreparedMedicine.js Wyświetl plik

12
     isChild: true
12
     isChild: true
13
   },
13
   },
14
   children: [
14
   children: [
15
+    // {
16
+    //   path: '/stock/selfstockquery',
17
+    //   component: () => import('@/xt_pages/stock/selfPreparedMedicine/stockquery'),
18
+    //   name: 'stockquery',
19
+    //   meta: { title: '库存查询', noCache: true }
20
+
21
+    // },
22
+
23
+    {
24
+      path:'/stock/selfdrugquery',
25
+      component: () => import('@/xt_pages/stock/selfPreparedMedicine/selfDrugQuery'),
26
+      name: 'stockquery',
27
+      meta: { title: '自备药库存查询', noCache: true }
28
+
29
+    },
30
+
15
     {
31
     {
16
       path: '/stock/selfwarehouse/info',
32
       path: '/stock/selfwarehouse/info',
17
       component: () => import('@/xt_pages/stock/selfPreparedMedicine/warehouseInfo'),
33
       component: () => import('@/xt_pages/stock/selfPreparedMedicine/warehouseInfo'),
58
       hidden: true,
74
       hidden: true,
59
       is_menu: false,
75
       is_menu: false,
60
     },
76
     },
61
-    {
62
-      path: '/stock/selfstockquery',
63
-      component: () => import('@/xt_pages/stock/selfPreparedMedicine/stockquery'),
64
-      name: 'stockquery',
65
-      meta: { title: '库存查询', noCache: true }
66
-
67
-    },
68
-
77
+    
69
     {
78
     {
70
       path: '/stock/selfPreparedMedicineIndex',
79
       path: '/stock/selfPreparedMedicineIndex',
71
       component: () => import('@/xt_pages/stock/selfPreparedMedicine/index'),
80
       component: () => import('@/xt_pages/stock/selfPreparedMedicine/index'),

+ 31 - 7
src/xt_pages/dialysis/batch_print/batch_print_order_seventeen.vue Wyświetl plik

184
                     
184
                     
185
                     <span style="display:inline-block;">
185
                     <span style="display:inline-block;">
186
                     <label-box :isChecked="record.prescription.anticoagulant == 7 ? true : false" showValue="低分子肝素钠"></label-box>:
186
                     <label-box :isChecked="record.prescription.anticoagulant == 7 ? true : false" showValue="低分子肝素钠"></label-box>:
187
-                    <label-box :isChecked="record.prescription.anticoagulant == 6 ? true : false" showValue="低分子肝素钙"></label-box>:
187
+                    <!-- <label-box :isChecked="record.prescription.anticoagulant == 6 ? true : false" showValue="低分子肝素钙"></label-box>: -->
188
                     <label-box :isChecked="record.prescription.anticoagulant == 8 ? true : false" showValue="依诺肝素"></label-box>:
188
                     <label-box :isChecked="record.prescription.anticoagulant == 8 ? true : false" showValue="依诺肝素"></label-box>:
189
                     <label-box :isChecked="record.prescription.anticoagulant == 16 ? true : false" showValue="低分子量肝素钙"></label-box>:
189
                     <label-box :isChecked="record.prescription.anticoagulant == 16 ? true : false" showValue="低分子量肝素钙"></label-box>:
190
                     </span>
190
                     </span>
191
-                    <span style="display:inline-block;">
191
+                    <!-- <span style="display:inline-block;">
192
                         <div style="display:inline-block;width:30px;text-align:center">
192
                         <div style="display:inline-block;width:30px;text-align:center">
193
-                            {{ record.prescription.anticoagulant == 7 && record.prescription.anticoagulant_shouji ? record.prescription.anticoagulant_shouji : "/" }}
193
+                            {{ record.prescription.anticoagulant == 7 && record.prescription.anticoagulant_shouji ? record.prescription.anticoagulant_shouji : "" }}
194
+                            {{ record.prescription.anticoagulant == 2 && record.prescription.anticoagulant_shouji ? record.prescription.anticoagulant_shouji : "" }}
195
+                            {{ record.prescription.anticoagulant == 6 && record.prescription.anticoagulant_shouji ? record.prescription.anticoagulant_shouji : "" }}
196
+                            {{ record.prescription.anticoagulant == 8 && record.prescription.anticoagulant_shouji ? record.prescription.anticoagulant_shouji : "" }}
197
+                            {{ record.prescription.anticoagulant == 16 && record.prescription.anticoagulant_shouji ? record.prescription.anticoagulant_shouji : "" }}
194
                         </div>
198
                         </div>
195
                         <span v-if="record.prescription.anticoagulant == 5">mg</span>
199
                         <span v-if="record.prescription.anticoagulant == 5">mg</span>
196
                         <span v-if="record.prescription.anticoagulant == 4">mg</span>
200
                         <span v-if="record.prescription.anticoagulant == 4">mg</span>
199
                         <span v-if="record.prescription.anticoagulant == 1">mg</span>
203
                         <span v-if="record.prescription.anticoagulant == 1">mg</span>
200
                         <span v-if="record.prescription.anticoagulant == 6">iu</span>
204
                         <span v-if="record.prescription.anticoagulant == 6">iu</span>
201
                         <span v-if="record.prescription.anticoagulant == 7">iu</span>
205
                         <span v-if="record.prescription.anticoagulant == 7">iu</span>
202
-                    </span>
206
+                        <span v-if="record.prescription.anticoagulant == 8">iu</span>
207
+                        <span v-if="record.prescription.anticoagulant == 1">iu</span>
208
+                    </span> -->
203
                     <span style="display:inline-block;">
209
                     <span style="display:inline-block;">
204
                         <label-box :isChecked="record.prescription.anticoagulant == 2 ? true : false" showValue="普通肝素"></label-box>
210
                         <label-box :isChecked="record.prescription.anticoagulant == 2 ? true : false" showValue="普通肝素"></label-box>
205
                     </span>
211
                     </span>
206
                     <span style="display:inline-block;">
212
                     <span style="display:inline-block;">
207
                         首剂:
213
                         首剂:
208
                         <div style="display:inline-block;width:30px;text-align:center">
214
                         <div style="display:inline-block;width:30px;text-align:center">
209
-                            {{ record.prescription.anticoagulant == 2 && record.prescription.anticoagulant_shouji ? record.prescription.anticoagulant_shouji : "/" }}
215
+                            {{ record.prescription.anticoagulant == 2 && record.prescription.anticoagulant_shouji ? record.prescription.anticoagulant_shouji : "" }}
216
+                            {{ record.prescription.anticoagulant == 6 && record.prescription.anticoagulant_shouji ? record.prescription.anticoagulant_shouji : "" }}
217
+                            {{ record.prescription.anticoagulant == 7 && record.prescription.anticoagulant_shouji ? record.prescription.anticoagulant_shouji : "" }}
218
+                            {{ record.prescription.anticoagulant == 8 && record.prescription.anticoagulant_shouji ? record.prescription.anticoagulant_shouji : "" }}
219
+                            {{ record.prescription.anticoagulant == 16 && record.prescription.anticoagulant_shouji ? record.prescription.anticoagulant_shouji : "" }}
210
                         </div>
220
                         </div>
211
                         <span v-if="record.prescription.anticoagulant == 5">mg</span>
221
                         <span v-if="record.prescription.anticoagulant == 5">mg</span>
212
                         <span v-if="record.prescription.anticoagulant == 4">mg</span>
222
                         <span v-if="record.prescription.anticoagulant == 4">mg</span>
215
                         <span v-if="record.prescription.anticoagulant == 1">mg</span>
225
                         <span v-if="record.prescription.anticoagulant == 1">mg</span>
216
                         <span v-if="record.prescription.anticoagulant == 6">iu</span>
226
                         <span v-if="record.prescription.anticoagulant == 6">iu</span>
217
                         <span v-if="record.prescription.anticoagulant == 7">iu</span>
227
                         <span v-if="record.prescription.anticoagulant == 7">iu</span>
228
+                        <span v-if="record.prescription.anticoagulant == 8">iu</span>
229
+                        <span v-if="record.prescription.anticoagulant == 16">iu</span>
218
                     </span>
230
                     </span>
219
                     <span style="display:inline-block;">
231
                     <span style="display:inline-block;">
220
                         维持:
232
                         维持:
221
                         <div style="display:inline-block;width:30px;text-align:center">
233
                         <div style="display:inline-block;width:30px;text-align:center">
222
-                            {{ record.prescription.anticoagulant == 2 && record.prescription.anticoagulant_weichi ? record.prescription.anticoagulant_weichi : "/" }}
234
+                            {{ record.prescription.anticoagulant == 2 && record.prescription.anticoagulant_weichi ? record.prescription.anticoagulant_weichi : "" }}
235
+                            {{ record.prescription.anticoagulant == 6 && record.prescription.anticoagulant_weichi ? record.prescription.anticoagulant_weichi : "" }}
236
+                            {{ record.prescription.anticoagulant == 7 && record.prescription.anticoagulant_weichi ? record.prescription.anticoagulant_weichi : "" }}
237
+                            {{ record.prescription.anticoagulant == 8 && record.prescription.anticoagulant_weichi ? record.prescription.anticoagulant_weichi : "" }}
238
+                            {{ record.prescription.anticoagulant == 16 && record.prescription.anticoagulant_weichi ? record.prescription.anticoagulant_weichi : "" }}
223
                         </div>
239
                         </div>
224
                         <span v-if="record.prescription.anticoagulant == 5">ml/h</span>
240
                         <span v-if="record.prescription.anticoagulant == 5">ml/h</span>
225
                         <span v-if="record.prescription.anticoagulant == 4">mg/h</span>
241
                         <span v-if="record.prescription.anticoagulant == 4">mg/h</span>
228
                         <span v-if="record.prescription.anticoagulant == 1">mg/h</span>
244
                         <span v-if="record.prescription.anticoagulant == 1">mg/h</span>
229
                         <span v-if="record.prescription.anticoagulant == 6">iu/h</span>
245
                         <span v-if="record.prescription.anticoagulant == 6">iu/h</span>
230
                         <span v-if="record.prescription.anticoagulant == 7">iu/h</span>
246
                         <span v-if="record.prescription.anticoagulant == 7">iu/h</span>
247
+                        <span v-if="record.prescription.anticoagulant == 8">iu/h</span>
248
+                        <span v-if="record.prescription.anticoagulant == 16">iu/h</span>
231
                     </span>
249
                     </span>
232
                     <span style="display:inline-block;">
250
                     <span style="display:inline-block;">
233
                         总量:
251
                         总量:
234
                         <div style="display:inline-block;width:30px;text-align:center">
252
                         <div style="display:inline-block;width:30px;text-align:center">
235
-                            {{ record.prescription.anticoagulant == 2 && record.prescription.anticoagulant_zongliang ? record.prescription.anticoagulant_zongliang : "/" }}
253
+                            {{ record.prescription.anticoagulant == 2 && record.prescription.anticoagulant_zongliang ? record.prescription.anticoagulant_zongliang : "" }}
254
+                            {{ record.prescription.anticoagulant == 6 && record.prescription.anticoagulant_zongliang ? record.prescription.anticoagulant_zongliang : "" }}
255
+                            {{ record.prescription.anticoagulant == 7 && record.prescription.anticoagulant_zongliang ? record.prescription.anticoagulant_zongliang : "" }}
256
+                            {{ record.prescription.anticoagulant == 8 && record.prescription.anticoagulant_zongliang ? record.prescription.anticoagulant_zongliang : "" }}
257
+                            {{ record.prescription.anticoagulant == 16 && record.prescription.anticoagulant_zongliang ? record.prescription.anticoagulant_zongliang : "" }}
236
                         </div>
258
                         </div>
237
                         <span v-if="record.prescription.anticoagulant == 5">mg</span>
259
                         <span v-if="record.prescription.anticoagulant == 5">mg</span>
238
                         <span v-if="record.prescription.anticoagulant == 4">mg</span>
260
                         <span v-if="record.prescription.anticoagulant == 4">mg</span>
241
                         <span v-if="record.prescription.anticoagulant == 1">mg</span>
263
                         <span v-if="record.prescription.anticoagulant == 1">mg</span>
242
                         <span v-if="record.prescription.anticoagulant == 6">iu</span>
264
                         <span v-if="record.prescription.anticoagulant == 6">iu</span>
243
                         <span v-if="record.prescription.anticoagulant == 7">iu</span>
265
                         <span v-if="record.prescription.anticoagulant == 7">iu</span>
266
+                        <span v-if="record.prescription.anticoagulant == 8">iu</span>
267
+                        <span v-if="record.prescription.anticoagulant == 16">iu</span>
244
                     </span>
268
                     </span>
245
                     <span style="display:inline-block;">
269
                     <span style="display:inline-block;">
246
                     <label-box :isChecked="record.prescription.anticoagulant == 1 ? true : false" showValue="无肝素"></label-box>
270
                     <label-box :isChecked="record.prescription.anticoagulant == 1 ? true : false" showValue="无肝素"></label-box>

+ 20 - 23
src/xt_pages/dialysis/batch_print/batch_print_order_six.vue Wyświetl plik

3869
           this.records = this.records.concat(resp.data.schedules);
3869
           this.records = this.records.concat(resp.data.schedules);
3870
 
3870
 
3871
           //华池
3871
           //华池
3872
-          if(this.org_id == 0 || this.org_id ==10440){
3872
+          if(this.org_id ==10440){
3873
 
3873
 
3874
           var parint_id =0
3874
           var parint_id =0
3875
 
3875
 
3931
             }
3931
             }
3932
           }
3932
           }
3933
           for (const recordIndex in this.records) {
3933
           for (const recordIndex in this.records) {
3934
-            var dlegh = 0;
3935
-            if (
3936
-              this.records[recordIndex].monitor_records &&
3937
-              this.records[recordIndex].monitor_records.length < 8
3938
-            ) {
3939
-              dlegh = 8 - this.records[recordIndex].monitor_records.length;
3940
-            } else {
3941
-              dlegh = 0;
3942
-            }
3943
-            if (dlegh > 0) {
3944
-              if (
3945
-                typeof this.records[recordIndex].monitor_records ===
3946
-                  "undefined" ||
3947
-                this.records[recordIndex].monitor_records == null
3948
-              ) {
3949
-                this.records[recordIndex].monitor_records = [];
3950
-              }
3951
-              for (let index = 0; index < dlegh; index++) {
3952
-                this.records[recordIndex].monitor_records.push([]);
3953
-              }
3954
-            }
3934
+            var dlegh = this.records[recordIndex].monitor_records.length;
3935
+            // if (this.records[recordIndex].monitor_records &&this.records[recordIndex].monitor_records.length < 8) {
3936
+            //   dlegh = this.records[recordIndex].monitor_records.length;
3937
+            // } else {
3938
+            //   dlegh = 0;
3939
+            // }
3940
+            // if (dlegh > 0) {
3941
+            //   if (
3942
+            //     typeof this.records[recordIndex].monitor_records ===
3943
+            //       "undefined" ||
3944
+            //     this.records[recordIndex].monitor_records == null
3945
+            //   ) {
3946
+            //     this.records[recordIndex].monitor_records = [];
3947
+            //   }
3948
+            //   for (let index = 0; index < dlegh; index++) {
3949
+            //     this.records[recordIndex].monitor_records.push([]);
3950
+            //   }
3951
+            // }
3955
 
3952
 
3956
             this.records[recordIndex].isShowZero = false;
3953
             this.records[recordIndex].isShowZero = false;
3957
             if (this.records[recordIndex].patient.user_org_id == 9535) {
3954
             if (this.records[recordIndex].patient.user_org_id == 9535) {
4099
 
4096
 
4100
 
4097
 
4101
           if(this.records!=null && this.records.length>0){
4098
           if(this.records!=null && this.records.length>0){
4102
-            console.log("进啦地方大丰")
4099
+           
4103
             for(let i=0;i<this.records.length;i++){
4100
             for(let i=0;i<this.records.length;i++){
4104
               this.records[i].new_his_advices = []
4101
               this.records[i].new_his_advices = []
4105
                 for(let j=0;j<this.records[i].his_advices.length;j++){
4102
                 for(let j=0;j<this.records[i].his_advices.length;j++){

+ 49 - 36
src/xt_pages/dialysis/details/dialog/dialysisPrescriptionDialog.vue Wyświetl plik

347
                     </el-col>
347
                     </el-col>
348
 
348
 
349
                     <el-col :span="8" v-if="anticoagulant!=undefined && anticoagulant.shouji != -1 && isShows('首剂')  && dialysisPrescription.anticoagulant!=1 && dialysisPrescription.anticoagulant!=12">
349
                     <el-col :span="8" v-if="anticoagulant!=undefined && anticoagulant.shouji != -1 && isShows('首剂')  && dialysisPrescription.anticoagulant!=1 && dialysisPrescription.anticoagulant!=12">
350
-                        <div v-if="this.$store.getters.xt_user.template_info.org_id != 10157 &&
351
-                        this.$store.getters.xt_user.template_info.template_id != 54 &&
352
-                        this.$store.getters.xt_user.template_info.org_id != 10340 &&
353
-                        this.$store.getters.xt_user.template_info.org_id != 10432 &&
354
-                        this.$store.getters.xt_user.template_info.org_id != 9829 &&
355
-                        this.$store.getters.xt_user.template_info.org_id != 10440 &&
356
-                        this.$store.getters.xt_user.template_info.org_id != 10469 &&
357
-                        this.$store.getters.xt_user.template_info.org_id != 10471 &&
358
-                        this.$store.getters.xt_user.template_info.org_id != 10495 &&
359
-                        this.$store.getters.xt_user.template_info.org_id != 10375 &&
360
-                        this.$store.getters.xt_user.template_info.org_id != 10600">
361
-                       <div v-if="this.$store.getters.xt_user.template_info.org_id != 10101 &&
362
-                          this.$store.getters.xt_user.template_info.template_id != 45 &&
363
-                          this.$store.getters.xt_user.template_info.org_id != 10346 &&
364
-                          this.$store.getters.xt_user.template_info.org_id != 10387 &&
365
-                          this.$store.getters.xt_user.template_info.org_id != 10495 &&
366
-                          this.$store.getters.xt_user.template_info.org_id != 10375 &&
367
-                          this.$store.getters.xt_user.template_info.org_id != 10551 &&
368
-                          this.$store.getters.xt_user.template_info.org_id != 10600
369
-                           ">
370
-                            <el-form-item
371
-                                    v-if='dialysisPrescription.anticoagulant != 1 &&
372
-                                    this.$store.getters.xt_user.template_info.template_id != 21 &&
373
-                                     this.$store.getters.xt_user.template_info.template_id != 23 &&
374
-                                      this.$store.getters.xt_user.template_info.template_id != 38 &&
375
-                                       this.$store.getters.xt_user.template_info.org_id != 9987 &&
376
-                                        this.$store.getters.xt_user.template_info.org_id!=9990'
377
-                                    :label="'首剂(' + anticoagulant.shouji_unit + ') : '" prop="anticoagulant_shouji"
378
-                                    :rules="isCheckmust('首剂')">
350
+                        <div v-if="this.$store.getters.xt_user.template_info.org_id != 10157 && this.$store.getters.xt_user.template_info.template_id != 54 && this.$store.getters.xt_user.template_info.org_id != 10340 && this.$store.getters.xt_user.template_info.org_id != 10432 && this.$store.getters.xt_user.template_info.org_id != 9829 && this.$store.getters.xt_user.template_info.org_id != 10440 &&  this.$store.getters.xt_user.template_info.org_id != 10469 && this.$store.getters.xt_user.template_info.org_id != 10471 &&this.$store.getters.xt_user.template_info.org_id != 10495 &&this.$store.getters.xt_user.template_info.org_id != 10375 &&this.$store.getters.xt_user.template_info.org_id != 10600 && this.$store.getters.xt_user.template_info.org_id != 10702">
351
+                         <div v-if="this.$store.getters.xt_user.template_info.org_id != 10101 &&this.$store.getters.xt_user.template_info.template_id != 45 &&this.$store.getters.xt_user.template_info.org_id != 10346 &&this.$store.getters.xt_user.template_info.org_id != 10387 &&this.$store.getters.xt_user.template_info.org_id != 10495 && this.$store.getters.xt_user.template_info.org_id != 10375 &&this.$store.getters.xt_user.template_info.org_id != 10551 && this.$store.getters.xt_user.template_info.org_id != 10600">
352
+                            <el-form-item v-if='dialysisPrescription.anticoagulant != 1 && this.$store.getters.xt_user.template_info.template_id != 21 && this.$store.getters.xt_user.template_info.template_id != 23 && this.$store.getters.xt_user.template_info.template_id != 38 &&  this.$store.getters.xt_user.template_info.org_id != 9987 &&  this.$store.getters.xt_user.template_info.org_id!=9990' :label="'首剂(' + anticoagulant.shouji_unit + ') : '" prop="anticoagulant_shouji" :rules="isCheckmust('首剂')">
379
 
353
 
380
                                 <el-input type="number" v-if="dialysisPrescription.anticoagulant != 1"
354
                                 <el-input type="number" v-if="dialysisPrescription.anticoagulant != 1"
381
                                           v-model="dialysisPrescription.anticoagulant_shouji"></el-input>
355
                                           v-model="dialysisPrescription.anticoagulant_shouji"></el-input>
382
 
356
 
383
-                                <el-input type="number" disabled v-if="dialysisPrescription.anticoagulant == 1"
384
-                                          v-model="dialysisPrescription.no_anticoagulant_shouji"></el-input>
357
+                                <el-input type="number" disabled v-if="dialysisPrescription.anticoagulant == 1" v-model="dialysisPrescription.no_anticoagulant_shouji"></el-input>
385
                             </el-form-item>
358
                             </el-form-item>
386
 
359
 
387
                             <el-form-item v-if="this.$store.getters.xt_user.template_info.org_id == 9990 && dialysisPrescription.anticoagulant==7 &&
360
                             <el-form-item v-if="this.$store.getters.xt_user.template_info.org_id == 9990 && dialysisPrescription.anticoagulant==7 &&
452
                                           v-model="dialysisPrescription.no_anticoagulant_shouji"></el-input>
425
                                           v-model="dialysisPrescription.no_anticoagulant_shouji"></el-input>
453
                             </el-form-item>
426
                             </el-form-item>
454
 
427
 
455
-                            <el-form-item v-else :label="'首剂(' + anticoagulant.shouji_unit + ') : '" prop="anticoagulant_shouji" :rules="isCheckmust('首剂')">
428
+                            <el-form-item v-if="dialysisPrescription.anticoagulant == 13" :label="'首剂(AXaIU) : '" prop="anticoagulant_shouji" :rules="isCheckmust('首剂')">
429
+                                <el-input type="number" v-if="dialysisPrescription.anticoagulant != 1"
430
+                                          v-model="dialysisPrescription.anticoagulant_shouji"></el-input>
431
+                                <el-input type="number" disabled v-if="dialysisPrescription.anticoagulant == 1"
432
+                                          v-model="dialysisPrescription.no_anticoagulant_shouji"></el-input>
433
+                            </el-form-item>
434
+                            <el-form-item v-if="dialysisPrescription.anticoagulant == 11" :label="'首剂(AXaIU) : '" prop="anticoagulant_shouji" :rules="isCheckmust('首剂')">
435
+                                <el-input type="number" v-if="dialysisPrescription.anticoagulant != 1"
436
+                                          v-model="dialysisPrescription.anticoagulant_shouji"></el-input>
437
+                                <el-input type="number" disabled v-if="dialysisPrescription.anticoagulant == 1"
438
+                                          v-model="dialysisPrescription.no_anticoagulant_shouji"></el-input>
439
+                            </el-form-item>
440
+
441
+                            <el-form-item  v-if="dialysisPrescription.anticoagulant != 2 && dialysisPrescription.anticoagulant != 11 && dialysisPrescription.anticoagulant != 13" :label="'首剂(' + anticoagulant.shouji_unit + ') : '" prop="anticoagulant_shouji" :rules="isCheckmust('首剂')">
456
                                 <el-input type="number" v-if="dialysisPrescription.anticoagulant != 1"
442
                                 <el-input type="number" v-if="dialysisPrescription.anticoagulant != 1"
457
                                           v-model="dialysisPrescription.anticoagulant_shouji"></el-input>
443
                                           v-model="dialysisPrescription.anticoagulant_shouji"></el-input>
458
                                 <el-input type="number" disabled v-if="dialysisPrescription.anticoagulant == 1"
444
                                 <el-input type="number" disabled v-if="dialysisPrescription.anticoagulant == 1"
466
 
452
 
467
 
453
 
468
                     <el-col :span="8" v-if="anticoagulant!=undefined &&anticoagulant.weichi != -1 && isShows('维持')  && dialysisPrescription.anticoagulant!=1&& dialysisPrescription.anticoagulant!=12">
454
                     <el-col :span="8" v-if="anticoagulant!=undefined &&anticoagulant.weichi != -1 && isShows('维持')  && dialysisPrescription.anticoagulant!=1&& dialysisPrescription.anticoagulant!=12">
469
-                        <div v-if="this.$store.getters.xt_user.template_info.org_id != 10157  && this.$store.getters.xt_user.template_info.org_id != 9990 && this.$store.getters.xt_user.template_info.org_id != 9671  && this.$store.getters.xt_user.template_info.org_id != 10340 && this.$store.getters.xt_user.template_info.org_id != 10432 && this.$store.getters.xt_user.template_info.org_id != 9829 && this.$store.getters.xt_user.template_info.org_id != 10440 && this.$store.getters.xt_user.template_info.org_id != 10469 && this.$store.getters.xt_user.template_info.org_id != 10471 && this.$store.getters.xt_user.template_info.org_id != 10495 && this.$store.getters.xt_user.template_info.org_id != 10375 && this.$store.getters.xt_user.template_info.org_id != 10600">
455
+                        <div v-if="this.$store.getters.xt_user.template_info.org_id != 10157  && this.$store.getters.xt_user.template_info.org_id != 9990 && this.$store.getters.xt_user.template_info.org_id != 9671  && this.$store.getters.xt_user.template_info.org_id != 10340 && this.$store.getters.xt_user.template_info.org_id != 10432 && this.$store.getters.xt_user.template_info.org_id != 9829 && this.$store.getters.xt_user.template_info.org_id != 10440 && this.$store.getters.xt_user.template_info.org_id != 10469 && this.$store.getters.xt_user.template_info.org_id != 10471 && this.$store.getters.xt_user.template_info.org_id != 10495 && this.$store.getters.xt_user.template_info.org_id != 10375 && this.$store.getters.xt_user.template_info.org_id != 10600 && this.$store.getters.xt_user.template_info.org_id != 10702">
470
                           <div v-if="this.$store.getters.xt_user.template_info.org_id != 10101 && this.$store.getters.xt_user.template_info.template_id != 45 && this.$store.getters.xt_user.template_info.template_id != 54 && this.$store.getters.xt_user.template_info.org_id != 10346 && this.$store.getters.xt_user.template_info.org_id != 10387 && this.$store.getters.xt_user.template_info.org_id != 10495 && this.$store.getters.xt_user.template_info.org_id != 10375 ">
456
                           <div v-if="this.$store.getters.xt_user.template_info.org_id != 10101 && this.$store.getters.xt_user.template_info.template_id != 45 && this.$store.getters.xt_user.template_info.template_id != 54 && this.$store.getters.xt_user.template_info.org_id != 10346 && this.$store.getters.xt_user.template_info.org_id != 10387 && this.$store.getters.xt_user.template_info.org_id != 10495 && this.$store.getters.xt_user.template_info.org_id != 10375 ">
471
                             <el-form-item :label="'维持(' + anticoagulant.weichi_unit + ') : '"
457
                             <el-form-item :label="'维持(' + anticoagulant.weichi_unit + ') : '"
472
                                           v-if="anticoagulant.weichi != -1 &&
458
                                           v-if="anticoagulant.weichi != -1 &&
539
                                 <el-input type="number" disabled v-if="dialysisPrescription.anticoagulant == 1"
525
                                 <el-input type="number" disabled v-if="dialysisPrescription.anticoagulant == 1"
540
                                           v-model="dialysisPrescription.no_anticoagulant_weichi"></el-input>
526
                                           v-model="dialysisPrescription.no_anticoagulant_weichi"></el-input>
541
                             </el-form-item>
527
                             </el-form-item>
542
-                            <el-form-item :label="'维持(' + anticoagulant.weichi_unit + ') : '" v-else
528
+                            <el-form-item v-if="dialysisPrescription.anticoagulant == 13" :label="'维持(AXaIU) : '"
529
+                            prop="anticoagulant_weichi" :rules="isCheckmust('维持')">
530
+                                <el-input type="number" v-if="dialysisPrescription.anticoagulant != 1"
531
+                                          v-model="dialysisPrescription.anticoagulant_weichi"></el-input>
532
+                                <el-input type="number" disabled v-if="dialysisPrescription.anticoagulant == 1"
533
+                                          v-model="dialysisPrescription.no_anticoagulant_weichi"></el-input>
534
+                            </el-form-item>
535
+                            <el-form-item v-if="dialysisPrescription.anticoagulant == 11" :label="'维持(AXaIU) : '"
536
+                            prop="anticoagulant_weichi" :rules="isCheckmust('维持')">
537
+                                <el-input type="number" v-if="dialysisPrescription.anticoagulant != 1"
538
+                                          v-model="dialysisPrescription.anticoagulant_weichi"></el-input>
539
+                                <el-input type="number" disabled v-if="dialysisPrescription.anticoagulant == 1"
540
+                                          v-model="dialysisPrescription.no_anticoagulant_weichi"></el-input>
541
+                            </el-form-item>
542
+                            <el-form-item :label="'维持(' + anticoagulant.weichi_unit + ') : '" 
543
+                            v-if="dialysisPrescription.anticoagulant != 2 && dialysisPrescription.anticoagulant != 11 && dialysisPrescription.anticoagulant != 13"
543
                             prop="anticoagulant_weichi" :rules="isCheckmust('维持')">
544
                             prop="anticoagulant_weichi" :rules="isCheckmust('维持')">
544
                                 <el-input type="number" v-if="dialysisPrescription.anticoagulant != 1"
545
                                 <el-input type="number" v-if="dialysisPrescription.anticoagulant != 1"
545
                                           v-model="dialysisPrescription.anticoagulant_weichi"></el-input>
546
                                           v-model="dialysisPrescription.anticoagulant_weichi"></el-input>
562
 
563
 
563
 
564
 
564
                     <el-col :span="8" v-if="anticoagulant!=undefined &&anticoagulant.zongliang != -1 && isShows('总量') && dialysisPrescription.anticoagulant!=1&& dialysisPrescription.anticoagulant!=12">
565
                     <el-col :span="8" v-if="anticoagulant!=undefined &&anticoagulant.zongliang != -1 && isShows('总量') && dialysisPrescription.anticoagulant!=1&& dialysisPrescription.anticoagulant!=12">
565
-                        <div v-if="this.$store.getters.xt_user.template_info.org_id != 10157 && this.$store.getters.xt_user.template_info.org_id != 9671 && this.$store.getters.xt_user.template_info.org_id != 9675 && this.$store.getters.xt_user.template_info.org_id != 10340 && this.$store.getters.xt_user.template_info.org_id != 10432 && this.$store.getters.xt_user.template_info.org_id != 9829 && this.$store.getters.xt_user.template_info.org_id != 10440 && this.$store.getters.xt_user.template_info.org_id != 10469 && this.$store.getters.xt_user.template_info.org_id != 10471 && this.$store.getters.xt_user.template_info.org_id != 10495 && this.$store.getters.xt_user.template_info.org_id != 10375 && this.$store.getters.xt_user.template_info.org_id != 10551 && this.$store.getters.xt_user.template_info.org_id != 10600">
566
+                        <div v-if="this.$store.getters.xt_user.template_info.org_id != 10157 && this.$store.getters.xt_user.template_info.org_id != 9671 && this.$store.getters.xt_user.template_info.org_id != 9675 && this.$store.getters.xt_user.template_info.org_id != 10340 && this.$store.getters.xt_user.template_info.org_id != 10432 && this.$store.getters.xt_user.template_info.org_id != 9829 && this.$store.getters.xt_user.template_info.org_id != 10440 && this.$store.getters.xt_user.template_info.org_id != 10469 && this.$store.getters.xt_user.template_info.org_id != 10471 && this.$store.getters.xt_user.template_info.org_id != 10495 && this.$store.getters.xt_user.template_info.org_id != 10375 && this.$store.getters.xt_user.template_info.org_id != 10551 && this.$store.getters.xt_user.template_info.org_id != 10600 && this.$store.getters.xt_user.template_info.org_id != 10702">
566
                           <div v-if="this.$store.getters.xt_user.template_info.org_id != 10101 && this.$store.getters.xt_user.template_info.template_id != 45 && this.$store.getters.xt_user.template_info.template_id != 54 && this.$store.getters.xt_user.template_info.org_id != 10346 && this.$store.getters.xt_user.template_info.org_id != 10387 && this.$store.getters.xt_user.template_info.org_id != 10495">
567
                           <div v-if="this.$store.getters.xt_user.template_info.org_id != 10101 && this.$store.getters.xt_user.template_info.template_id != 45 && this.$store.getters.xt_user.template_info.template_id != 54 && this.$store.getters.xt_user.template_info.org_id != 10346 && this.$store.getters.xt_user.template_info.org_id != 10387 && this.$store.getters.xt_user.template_info.org_id != 10495">
567
                             <el-form-item
568
                             <el-form-item
568
                                     v-if='this.$store.getters.xt_user.template_info.template_id != 21 && this.$store.getters.xt_user.template_info.template_id != 23 && this.$store.getters.xt_user.template_info.template_id != 38  && this.$store.getters.xt_user.template_info.org_id != 9987 && this.$store.getters.xt_user.template_info.template_id != 54 && this.$store.getters.xt_user.template_info.org_id != 10346 && this.$store.getters.xt_user.template_info.org_id != 10387 && this.$store.getters.xt_user.template_info.org_id != 9990 && this.$store.getters.xt_user.template_info.org_id != 10495 && this.$store.getters.xt_user.template_info.org_id != 10375  && this.$store.getters.xt_user.template_info.org_id != 10551 && this.$store.getters.xt_user.template_info.org_id != 10600'
569
                                     v-if='this.$store.getters.xt_user.template_info.template_id != 21 && this.$store.getters.xt_user.template_info.template_id != 23 && this.$store.getters.xt_user.template_info.template_id != 38  && this.$store.getters.xt_user.template_info.org_id != 9987 && this.$store.getters.xt_user.template_info.template_id != 54 && this.$store.getters.xt_user.template_info.org_id != 10346 && this.$store.getters.xt_user.template_info.org_id != 10387 && this.$store.getters.xt_user.template_info.org_id != 9990 && this.$store.getters.xt_user.template_info.org_id != 10495 && this.$store.getters.xt_user.template_info.org_id != 10375  && this.$store.getters.xt_user.template_info.org_id != 10551 && this.$store.getters.xt_user.template_info.org_id != 10600'
624
                                 <el-input type="number" disabled v-if="dialysisPrescription.anticoagulant == 1"
625
                                 <el-input type="number" disabled v-if="dialysisPrescription.anticoagulant == 1"
625
                                           v-model="dialysisPrescription.no_anticoagulant_zongliang"></el-input>
626
                                           v-model="dialysisPrescription.no_anticoagulant_zongliang"></el-input>
626
                             </el-form-item>
627
                             </el-form-item>
627
-                            <el-form-item v-else :label="'总量(' + anticoagulant.zongliang_unit + ') : '" prop="anticoagulant_zongliang" :rules="isCheckmust('总量')">
628
+                            <el-form-item v-if="dialysisPrescription.anticoagulant == 13" :label="'总量(AXaIU) : '" prop="anticoagulant_zongliang" :rules="isCheckmust('总量')">
629
+                                <el-input type="number" v-if="dialysisPrescription.anticoagulant != 1"
630
+                                          v-model="dialysisPrescription.anticoagulant_zongliang"></el-input>
631
+                                <el-input type="number" disabled v-if="dialysisPrescription.anticoagulant == 1"
632
+                                          v-model="dialysisPrescription.no_anticoagulant_zongliang"></el-input>
633
+                            </el-form-item>
634
+                            <el-form-item v-if="dialysisPrescription.anticoagulant == 11" :label="'总量(AXaIU) : '" prop="anticoagulant_zongliang" :rules="isCheckmust('总量')">
635
+                                <el-input type="number" v-if="dialysisPrescription.anticoagulant != 1"
636
+                                          v-model="dialysisPrescription.anticoagulant_zongliang"></el-input>
637
+                                <el-input type="number" disabled v-if="dialysisPrescription.anticoagulant == 1"
638
+                                          v-model="dialysisPrescription.no_anticoagulant_zongliang"></el-input>
639
+                            </el-form-item>
640
+                            <el-form-item v-if="dialysisPrescription.anticoagulant != 2 && dialysisPrescription.anticoagulant != 11 && dialysisPrescription.anticoagulant != 13" :label="'总量(' + anticoagulant.zongliang_unit + ') : '" prop="anticoagulant_zongliang" :rules="isCheckmust('总量')">
628
                                 <el-input type="number" v-if="dialysisPrescription.anticoagulant != 1"
641
                                 <el-input type="number" v-if="dialysisPrescription.anticoagulant != 1"
629
                                           v-model="dialysisPrescription.anticoagulant_zongliang"></el-input>
642
                                           v-model="dialysisPrescription.anticoagulant_zongliang"></el-input>
630
                                 <el-input type="number" disabled v-if="dialysisPrescription.anticoagulant == 1"
643
                                 <el-input type="number" disabled v-if="dialysisPrescription.anticoagulant == 1"

+ 9 - 8
src/xt_pages/dialysis/details/dialog/monitor_dialog.vue Wyświetl plik

387
                 org_id == 10599 || 
387
                 org_id == 10599 || 
388
                 org_id == 10612 ||
388
                 org_id == 10612 ||
389
                 org_id == 10617 ||
389
                 org_id == 10617 ||
390
-                org_id ==10580 || org_id ==10629 || org_id==10677 || org_id ==10667 || org_id ==10697 || org_id ==10635) &&
390
+                org_id ==10580 || org_id ==10629 || org_id==10677 || org_id ==10667 || org_id ==10697 || org_id ==10635 || org_id ==10702) &&
391
                 org_id!=10387
391
                 org_id!=10387
392
             "
392
             "
393
           >
393
           >
458
               && org_id!=10432 && org_id!=10445
458
               && org_id!=10432 && org_id!=10445
459
               && org_id!=10410 && org_id!=10495 &&
459
               && org_id!=10410 && org_id!=10495 &&
460
                org_id!=10485 && org_id!=10395 && org_id!=10375
460
                org_id!=10485 && org_id!=10395 && org_id!=10375
461
-               && org_id!=10480  && org_id!=10551 && org_id!=10597 && org_id!=10599 && org_id!=10612 && org_id!=10617 && org_id!=10580 && org_id!=10629 && org_id!=10677 && org_id!=10667 && org_id!=10697 && org_id!=10635)
461
+               && org_id!=10480  && org_id!=10551 && org_id!=10597 && org_id!=10599 && org_id!=10612 && org_id!=10617 && org_id!=10580 && org_id!=10629 && org_id!=10677 && org_id!=10667 && org_id!=10697 && org_id!=10635  && org_id!=10702)
462
               || org_id == 10387
462
               || org_id == 10387
463
             "
463
             "
464
           >
464
           >
529
                 org_id == 10410 ||
529
                 org_id == 10410 ||
530
                 org_id == 10495  ||
530
                 org_id == 10495  ||
531
                 org_id == 10395
531
                 org_id == 10395
532
-                || org_id == 10485 || org_id == 10375 || org_id ==10480 || org_id ==10551 || org_id ==10597 || org_id ==10599 || org_id ==10612 || org_id==10617 || org_id ==10580 || org_id ==10629 || org_id ==10677 || org_id == 10667 || org_id == 10693 || org_id == 10697 || org_id ==10635)
532
+                || org_id == 10485 || org_id == 10375 || org_id ==10480 || org_id ==10551 || org_id ==10597 || org_id ==10599 || org_id ==10612 || org_id==10617 || org_id ==10580 || org_id ==10629 || org_id ==10677 || org_id == 10667 || org_id == 10693 || org_id == 10697 || org_id ==10635 || org_id ==10702)
533
                 && org_id!=10387
533
                 && org_id!=10387
534
             "
534
             "
535
           >
535
           >
584
               org_id!=10432 &&
584
               org_id!=10432 &&
585
               org_id!=10445 &&
585
               org_id!=10445 &&
586
               org_id!=10410 && org_id!=10495
586
               org_id!=10410 && org_id!=10495
587
-              && org_id!=10485 && org_id!=10395 && org_id!=10375 && org_id!=10480 && org_id!=10551 && org_id!=10597 && org_id!=10599&& org_id!=10612 && org_id!=10617 && org_id!=10580 && org_id!=10629 && org_id!=10677 && org_id!=10667 && org_id!=10693  && org_id!=10697  && org_id!=10635) ||
587
+              && org_id!=10485 && org_id!=10395 && org_id!=10375 && org_id!=10480 && org_id!=10551 && org_id!=10597 && org_id!=10599&& org_id!=10612 && org_id!=10617 && org_id!=10580 && org_id!=10629 && org_id!=10677 && org_id!=10667 && org_id!=10693  && org_id!=10697  && org_id!=10635  && org_id!=10702) ||
588
               org_id == 10387
588
               org_id == 10387
589
             "
589
             "
590
           >
590
           >
1681
                 org_id== 10432 ||
1681
                 org_id== 10432 ||
1682
                 org_id== 10445 ||
1682
                 org_id== 10445 ||
1683
                 org_id== 10410 ||
1683
                 org_id== 10410 ||
1684
-                org_id == 10485 || org_id == 10375 || org_id == 10480 || org_id == 10551 || org_id ==10612 || org_id ==10580 || org_id ==10617 || org_id ==10667 || org_id == 10693 || org_id ==10697 || org_id ==10635) &&
1684
+                org_id == 10485 || org_id == 10375 || org_id == 10480 || org_id == 10551 || org_id ==10612 || org_id ==10580 || org_id ==10617 || org_id ==10667 || org_id == 10693 || org_id ==10697 || org_id ==10635 || org_id ==10702) &&
1685
                 org_id!=10387
1685
                 org_id!=10387
1686
             "
1686
             "
1687
           >
1687
           >
1729
               org_id!=10445 &&
1729
               org_id!=10445 &&
1730
               org_id!=10410 &&
1730
               org_id!=10410 &&
1731
               org_id!=10485 &&
1731
               org_id!=10485 &&
1732
-              org_id!=10375 &&  org_id!=10480 &&  org_id!=10551 && org_id!=10612 && org_id!=10617 && org_id!=10580 && org_id!=10667 && org_id!=10693 && org_id!=10697 && org_id!=10635)
1732
+              org_id!=10375 &&  org_id!=10480 &&  org_id!=10551 && org_id!=10612 && org_id!=10617 && org_id!=10580 && org_id!=10667 && org_id!=10693 && org_id!=10697 && org_id!=10635 && org_id!=10702)
1733
               || org_id == 10387
1733
               || org_id == 10387
1734
             "
1734
             "
1735
           >
1735
           >
1802
                 org_id == 10599 ||
1802
                 org_id == 10599 ||
1803
                 org_id ==10612 || 
1803
                 org_id ==10612 || 
1804
                 org_id ==10617 || 
1804
                 org_id ==10617 || 
1805
-                org_id==10580 || org_id ==10629 || org_id == 10677 || org_id == 10667 || org_id == 10693 || org_id == 10697 || org_id == 10635)
1805
+                org_id==10580 || org_id ==10629 || org_id == 10677 || org_id == 10667 || org_id == 10693 || org_id == 10697 || org_id == 10635 || org_id == 10702)
1806
                 && org_id!=10387 && org_id!=10694
1806
                 && org_id!=10387 && org_id!=10694
1807
             "
1807
             "
1808
           >
1808
           >
1874
               org_id!=10667 &&
1874
               org_id!=10667 &&
1875
               org_id!=10693 &&
1875
               org_id!=10693 &&
1876
               org_id!=10697 &&
1876
               org_id!=10697 &&
1877
-              org_id!=10635
1877
+              org_id!=10635 &&
1878
+              org_id!=10702
1878
               )
1879
               )
1879
               || org_id == 10387 || org_id == 10694
1880
               || org_id == 10387 || org_id == 10694
1880
             "
1881
             "

+ 4 - 4
src/xt_pages/dialysis/details/dialysisMonitoring.vue Wyświetl plik

20
           <th v-if="isShow('血流量1')" width="92px">血流量(ml/min)</th>
20
           <th v-if="isShow('血流量1')" width="92px">血流量(ml/min)</th>
21
           <th v-if="isShow('跨膜压')" width="76px">跨膜压({{monitores[0]&&monitores[0]['transmembrane_pressure_type'] == 2 ? 'kpa' : 'mmHg'}})</th>
21
           <th v-if="isShow('跨膜压')" width="76px">跨膜压({{monitores[0]&&monitores[0]['transmembrane_pressure_type'] == 2 ? 'kpa' : 'mmHg'}})</th>
22
           <th v-if="isShow('跨膜压1')" width="76px">跨膜压({{monitores[0]&&monitores[0]['transmembrane_pressure_type'] == 2 ? 'kpa' : 'mmHg'}})</th>
22
           <th v-if="isShow('跨膜压1')" width="76px">跨膜压({{monitores[0]&&monitores[0]['transmembrane_pressure_type'] == 2 ? 'kpa' : 'mmHg'}})</th>
23
-          <th v-if=" isShow('超滤量') &&(template_id == 6 || template_id == 9 || template_id == 10 || template_id == 11 || template_id == 13 || template_id == 17 || template_id == 18 || template_id == 19 || template_id == 20 || template_id == 21 || template_id == 22 || template_id == 23 || template_id == 24 || template_id == 26 || template_id == 27 || template_id == 28 || template_id == 29 || template_id == 30 || template_id == 31 || template_id == 32 || template_id == 34 || template_id == 35 || template_id == 36 || template_id == 38 || template_id == 39 || template_id == 40  || template_id == 41 || template_id == 43 || template_id == 44 || template_id == 46 || template_id == 47 || template_id == 48 || this.$store.getters.xt_user.template_info.org_id == 9555 || template_id == 53 || template_id == 54 || template_id == 56 || template_id == 60 || template_id == 65 || this.$store.getters.xt_user.template_info.org_id == 10340  || this.$store.getters.xt_user.template_info.org_id == 10432 || this.$store.getters.xt_user.template_info.org_id == 10445 || this.$store.getters.xt_user.template_info.org_id == 10410 || this.$store.getters.xt_user.template_info.org_id == 10485 || this.$store.getters.xt_user.template_info.org_id == 10375 || this.$store.getters.xt_user.template_info.org_id == 10480 || this.$store.getters.xt_user.template_info.org_id == 10599 || this.$store.getters.xt_user.template_info.org_id == 10597  || this.$store.getters.xt_user.template_info.org_id == 10612  || this.$store.getters.xt_user.template_info.org_id == 10617  || this.$store.getters.xt_user.template_info.org_id == 10580  || this.$store.getters.xt_user.template_info.org_id == 10629 || this.$store.getters.xt_user.template_info.org_id == 10677  || this.$store.getters.xt_user.template_info.org_id == 10667 || this.$store.getters.xt_user.template_info.org_id == 10702 || this.$store.getters.xt_user.template_info.org_id == 10697 || this.$store.getters.xt_user.template_info.org_id == 10635) &&this.$store.getters.xt_user.template_info.org_id!=10387 " width="76px" > 超滤量(ml)</th>
24
-          <th v-if=" isShow('超滤量') && (template_id != 6 && template_id != 9 && template_id != 10 && template_id != 11 && template_id != 13 && template_id != 17 && template_id != 18 && template_id != 19 && template_id != 20 && template_id != 21 && template_id != 22 && template_id != 23 && template_id != 24 && template_id != 26 && template_id !=27 && template_id!=28 && template_id!=29 && template_id!=30 && template_id!=31 && template_id!=32 && template_id!=34 && template_id!=35 && template_id!=36 && template_id!=38 && template_id != 39 && template_id != 40  && template_id != 41 && template_id != 43 && template_id != 44 && template_id != 46  && template_id != 47 && template_id != 48 && template_id != 53  && template_id != 54  && template_id != 56  && template_id != 60 && template_id != 65 && this.$store.getters.xt_user.template_info.org_id != 9555 &&  this.$store.getters.xt_user.template_info.org_id != 10340 && this.$store.getters.xt_user.template_info.org_id!=10432  && this.$store.getters.xt_user.template_info.org_id!=10445 && this.$store.getters.xt_user.template_info.org_id!=10410 && this.$store.getters.xt_user.template_info.org_id!=10485  && this.$store.getters.xt_user.template_info.org_id!=10375 && this.$store.getters.xt_user.template_info.org_id!=10480 && this.$store.getters.xt_user.template_info.org_id!=10599  && this.$store.getters.xt_user.template_info.org_id!=10597 && this.$store.getters.xt_user.template_info.org_id!=10612 && this.$store.getters.xt_user.template_info.org_id!=10617 && this.$store.getters.xt_user.template_info.org_id!=10580 && this.$store.getters.xt_user.template_info.org_id!=10629 && this.$store.getters.xt_user.template_info.org_id!=10679 && this.$store.getters.xt_user.template_info.org_id!=10667 && this.$store.getters.xt_user.template_info.org_id!=10702 && this.$store.getters.xt_user.template_info.org_id!=10697 && this.$store.getters.xt_user.template_info.org_id!=10635) || this.$store.getters.xt_user.template_info.org_id == 10387"  width="76px"> 超滤量(L) </th>
23
+          <th v-if=" isShow('超滤量') &&(template_id == 6 || template_id == 9 || template_id == 10 || template_id == 11 || template_id == 13 || template_id == 17 || template_id == 18 || template_id == 19 || template_id == 20 || template_id == 21 || template_id == 22 || template_id == 23 || template_id == 24 || template_id == 26 || template_id == 27 || template_id == 28 || template_id == 29 || template_id == 30 || template_id == 31 || template_id == 32 || template_id == 34 || template_id == 35 || template_id == 36 || template_id == 38 || template_id == 39 || template_id == 40  || template_id == 41 || template_id == 43 || template_id == 44 || template_id == 46 || template_id == 47 || template_id == 48 || this.$store.getters.xt_user.template_info.org_id == 9555 || template_id == 53 || template_id == 54 || template_id == 56 || template_id == 60 || template_id == 65 || this.$store.getters.xt_user.template_info.org_id == 10340  || this.$store.getters.xt_user.template_info.org_id == 10432 || this.$store.getters.xt_user.template_info.org_id == 10445 || this.$store.getters.xt_user.template_info.org_id == 10410 || this.$store.getters.xt_user.template_info.org_id == 10485 || this.$store.getters.xt_user.template_info.org_id == 10375 || this.$store.getters.xt_user.template_info.org_id == 10480 || this.$store.getters.xt_user.template_info.org_id == 10599 || this.$store.getters.xt_user.template_info.org_id == 10597  || this.$store.getters.xt_user.template_info.org_id == 10612  || this.$store.getters.xt_user.template_info.org_id == 10617  || this.$store.getters.xt_user.template_info.org_id == 10580  || this.$store.getters.xt_user.template_info.org_id == 10629 || this.$store.getters.xt_user.template_info.org_id == 10677  || this.$store.getters.xt_user.template_info.org_id == 10667 || this.$store.getters.xt_user.template_info.org_id == 10702 || this.$store.getters.xt_user.template_info.org_id == 10697 || this.$store.getters.xt_user.template_info.org_id == 10635  || this.$store.getters.xt_user.template_info.org_id == 10702) &&this.$store.getters.xt_user.template_info.org_id!=10387 " width="76px" > 超滤量(ml)</th>
24
+          <th v-if=" isShow('超滤量') && (template_id != 6 && template_id != 9 && template_id != 10 && template_id != 11 && template_id != 13 && template_id != 17 && template_id != 18 && template_id != 19 && template_id != 20 && template_id != 21 && template_id != 22 && template_id != 23 && template_id != 24 && template_id != 26 && template_id !=27 && template_id!=28 && template_id!=29 && template_id!=30 && template_id!=31 && template_id!=32 && template_id!=34 && template_id!=35 && template_id!=36 && template_id!=38 && template_id != 39 && template_id != 40  && template_id != 41 && template_id != 43 && template_id != 44 && template_id != 46  && template_id != 47 && template_id != 48 && template_id != 53  && template_id != 54  && template_id != 56  && template_id != 60 && template_id != 65 && this.$store.getters.xt_user.template_info.org_id != 9555 &&  this.$store.getters.xt_user.template_info.org_id != 10340 && this.$store.getters.xt_user.template_info.org_id!=10432  && this.$store.getters.xt_user.template_info.org_id!=10445 && this.$store.getters.xt_user.template_info.org_id!=10410 && this.$store.getters.xt_user.template_info.org_id!=10485  && this.$store.getters.xt_user.template_info.org_id!=10375 && this.$store.getters.xt_user.template_info.org_id!=10480 && this.$store.getters.xt_user.template_info.org_id!=10599  && this.$store.getters.xt_user.template_info.org_id!=10597 && this.$store.getters.xt_user.template_info.org_id!=10612 && this.$store.getters.xt_user.template_info.org_id!=10617 && this.$store.getters.xt_user.template_info.org_id!=10580 && this.$store.getters.xt_user.template_info.org_id!=10629 && this.$store.getters.xt_user.template_info.org_id!=10679 && this.$store.getters.xt_user.template_info.org_id!=10667 && this.$store.getters.xt_user.template_info.org_id!=10702 && this.$store.getters.xt_user.template_info.org_id!=10697 && this.$store.getters.xt_user.template_info.org_id!=10635 && this.$store.getters.xt_user.template_info.org_id!=10702) || this.$store.getters.xt_user.template_info.org_id == 10387"  width="76px"> 超滤量(L) </th>
25
           <th v-if=" isShow('超滤量1')"  width="76px"> 超滤量(ml) </th>
25
           <th v-if=" isShow('超滤量1')"  width="76px"> 超滤量(ml) </th>
26
-          <th v-if="isShow('超滤率') && (template_id ==6 || template_id == 65 || template_id == 10 || template_id == 11 || template_id == 12 || template_id == 13 || template_id == 17 || template_id == 18 || template_id == 19 || template_id == 20 || template_id == 21 || template_id == 22 || template_id == 23 || template_id == 24 || template_id == 26 || template_id == 29 || template_id == 30 || template_id == 31 || template_id == 34 || template_id == 35 || template_id == 38 || template_id == 41 || template_id == 43 || template_id == 44 || template_id == 46 || template_id == 47  || template_id == 48  || template_id == 53 || template_id == 54 || template_id == 56  || template_id == 60 || this.$store.getters.xt_user.template_info.org_id == 10432 || this.$store.getters.xt_user.template_info.org_id == 10445 || this.$store.getters.xt_user.template_info.org_id == 10410 || this.$store.getters.xt_user.template_info.org_id == 10485 || this.$store.getters.xt_user.template_info.org_id == 10375 || this.$store.getters.xt_user.template_info.org_id == 10480 || this.$store.getters.xt_user.template_info.org_id == 10597 || this.$store.getters.xt_user.template_info.org_id == 10599  || this.$store.getters.xt_user.template_info.org_id == 10612 || this.$store.getters.xt_user.template_info.org_id == 10617 || this.$store.getters.xt_user.template_info.org_id == 10580 || this.$store.getters.xt_user.template_info.org_id == 10629 || this.$store.getters.xt_user.template_info.org_id == 10677 || this.$store.getters.xt_user.template_info.org_id == 10667 || this.$store.getters.xt_user.template_info.org_id == 10693 || this.$store.getters.xt_user.template_info.org_id == 10702 || this.$store.getters.xt_user.template_info.org_id == 10697 || this.$store.getters.xt_user.template_info.org_id == 10635) && this.$store.getters.xt_user.template_info.org_id!=10387" width="50px"> 超滤率 <br />(ml/h) </th>
27
-          <th v-if="isShow('超滤率') && (template_id !=6 && template_id !=65 && template_id !=10 && template_id !=11 && template_id !=12 && template_id !=13 && template_id !=17 && template_id !=18 && template_id !=19 && template_id !=20 && template_id !=21 && template_id !=22 && template_id !=23 && template_id !=24 && template_id !=26 && template_id !=29 && template_id !=30 && template_id !=31 && template_id !=34 && template_id !=35 && template_id !=38  && template_id !=41 && template_id !=43 && template_id !=44 && template_id !=46 && template_id !=47 &&  template_id !=48 &&  template_id !=53 &&  template_id !=54 &&  template_id !=56 &&  template_id !=60 && this.$store.getters.xt_user.template_info.org_id!=10432  && this.$store.getters.xt_user.template_info.org_id!=10445 && this.$store.getters.xt_user.template_info.org_id!=10410 &&this.$store.getters.xt_user.template_info.org_id!=10485 &&this.$store.getters.xt_user.template_info.org_id!=10375 && this.$store.getters.xt_user.template_info.org_id!=10480 && this.$store.getters.xt_user.template_info.org_id!=10597 && this.$store.getters.xt_user.template_info.org_id!=10599 && this.$store.getters.xt_user.template_info.org_id!=10612 && this.$store.getters.xt_user.template_info.org_id!=10617 && this.$store.getters.xt_user.template_info.org_id!=10580 && this.$store.getters.xt_user.template_info.org_id!=10629 && this.$store.getters.xt_user.template_info.org_id!=10679 && this.$store.getters.xt_user.template_info.org_id!=10667 && this.$store.getters.xt_user.template_info.org_id!=10693 && this.$store.getters.xt_user.template_info.org_id!=10702 && this.$store.getters.xt_user.template_info.org_id!=10697 && this.$store.getters.xt_user.template_info.org_id!=10635 ) || this.$store.getters.xt_user.template_info.org_id==10387" width="50px"> 超滤率 <br />(L/h) </th>
26
+          <th v-if="isShow('超滤率') && (template_id ==6 || template_id == 65 || template_id == 10 || template_id == 11 || template_id == 12 || template_id == 13 || template_id == 17 || template_id == 18 || template_id == 19 || template_id == 20 || template_id == 21 || template_id == 22 || template_id == 23 || template_id == 24 || template_id == 26 || template_id == 29 || template_id == 30 || template_id == 31 || template_id == 34 || template_id == 35 || template_id == 38 || template_id == 41 || template_id == 43 || template_id == 44 || template_id == 46 || template_id == 47  || template_id == 48  || template_id == 53 || template_id == 54 || template_id == 56  || template_id == 60 || this.$store.getters.xt_user.template_info.org_id == 10432 || this.$store.getters.xt_user.template_info.org_id == 10445 || this.$store.getters.xt_user.template_info.org_id == 10410 || this.$store.getters.xt_user.template_info.org_id == 10485 || this.$store.getters.xt_user.template_info.org_id == 10375 || this.$store.getters.xt_user.template_info.org_id == 10480 || this.$store.getters.xt_user.template_info.org_id == 10597 || this.$store.getters.xt_user.template_info.org_id == 10599  || this.$store.getters.xt_user.template_info.org_id == 10612 || this.$store.getters.xt_user.template_info.org_id == 10617 || this.$store.getters.xt_user.template_info.org_id == 10580 || this.$store.getters.xt_user.template_info.org_id == 10629 || this.$store.getters.xt_user.template_info.org_id == 10677 || this.$store.getters.xt_user.template_info.org_id == 10667 || this.$store.getters.xt_user.template_info.org_id == 10693 || this.$store.getters.xt_user.template_info.org_id == 10702 || this.$store.getters.xt_user.template_info.org_id == 10697 || this.$store.getters.xt_user.template_info.org_id == 10635 || this.$store.getters.xt_user.template_info.org_id == 10702) && this.$store.getters.xt_user.template_info.org_id!=10387" width="50px"> 超滤率 <br />(ml/h) </th>
27
+          <th v-if="isShow('超滤率') && (template_id !=6 && template_id !=65 && template_id !=10 && template_id !=11 && template_id !=12 && template_id !=13 && template_id !=17 && template_id !=18 && template_id !=19 && template_id !=20 && template_id !=21 && template_id !=22 && template_id !=23 && template_id !=24 && template_id !=26 && template_id !=29 && template_id !=30 && template_id !=31 && template_id !=34 && template_id !=35 && template_id !=38  && template_id !=41 && template_id !=43 && template_id !=44 && template_id !=46 && template_id !=47 &&  template_id !=48 &&  template_id !=53 &&  template_id !=54 &&  template_id !=56 &&  template_id !=60 && this.$store.getters.xt_user.template_info.org_id!=10432  && this.$store.getters.xt_user.template_info.org_id!=10445 && this.$store.getters.xt_user.template_info.org_id!=10410 &&this.$store.getters.xt_user.template_info.org_id!=10485 &&this.$store.getters.xt_user.template_info.org_id!=10375 && this.$store.getters.xt_user.template_info.org_id!=10480 && this.$store.getters.xt_user.template_info.org_id!=10597 && this.$store.getters.xt_user.template_info.org_id!=10599 && this.$store.getters.xt_user.template_info.org_id!=10612 && this.$store.getters.xt_user.template_info.org_id!=10617 && this.$store.getters.xt_user.template_info.org_id!=10580 && this.$store.getters.xt_user.template_info.org_id!=10629 && this.$store.getters.xt_user.template_info.org_id!=10679 && this.$store.getters.xt_user.template_info.org_id!=10667 && this.$store.getters.xt_user.template_info.org_id!=10693 && this.$store.getters.xt_user.template_info.org_id!=10702 && this.$store.getters.xt_user.template_info.org_id!=10697 && this.$store.getters.xt_user.template_info.org_id!=10635 && this.$store.getters.xt_user.template_info.org_id!=10702 ) || this.$store.getters.xt_user.template_info.org_id==10387" width="50px"> 超滤率 <br />(L/h) </th>
28
           <th v-if="isShow('超滤率2')" width="92px">超滤率(ml/h)</th>
28
           <th v-if="isShow('超滤率2')" width="92px">超滤率(ml/h)</th>
29
           <th v-if="isShow('钠浓度')" width="92px">钠浓度(mmol/L)</th>
29
           <th v-if="isShow('钠浓度')" width="92px">钠浓度(mmol/L)</th>
30
           <th v-if="isShow('钠浓度1')" width="92px">钠浓度(mmol/L)</th>
30
           <th v-if="isShow('钠浓度1')" width="92px">钠浓度(mmol/L)</th>

+ 24 - 6
src/xt_pages/dialysis/template/DialysisPrintOrderSeventeen.vue Wyświetl plik

165
             <td style="text-align:left;padding-left:15px;" colspan="6">
165
             <td style="text-align:left;padding-left:15px;" colspan="6">
166
               
166
               
167
               <span style="display:inline-block;">
167
               <span style="display:inline-block;">
168
-                <label-box :isChecked="anticoagulant == 6? true : false" showValue="低分子肝素钙"></label-box>:
168
+                <!-- <label-box :isChecked="anticoagulant == 6? true : false" showValue="低分子肝素钙"></label-box>: -->
169
                 <label-box :isChecked="anticoagulant == 7 ? true : false" showValue="低分子肝素钠"></label-box>:
169
                 <label-box :isChecked="anticoagulant == 7 ? true : false" showValue="低分子肝素钠"></label-box>:
170
                 <label-box :isChecked="anticoagulant == 8? true : false" showValue="依诺肝素"></label-box>:
170
                 <label-box :isChecked="anticoagulant == 8? true : false" showValue="依诺肝素"></label-box>:
171
                 <label-box :isChecked="anticoagulant == 16? true : false" showValue="低分子量肝素钙"></label-box>:
171
                 <label-box :isChecked="anticoagulant == 16? true : false" showValue="低分子量肝素钙"></label-box>:
172
                
172
                
173
               </span>
173
               </span>
174
-              <span style="display:inline-block;">
174
+              <!-- <span style="display:inline-block;">
175
                   <div style="display:inline-block;width:30px;text-align:center">
175
                   <div style="display:inline-block;width:30px;text-align:center">
176
                       {{ (anticoagulant == 6 || anticoagulant == 7) && prescription.anticoagulant_shouji ? prescription.anticoagulant_shouji : "/" }}
176
                       {{ (anticoagulant == 6 || anticoagulant == 7) && prescription.anticoagulant_shouji ? prescription.anticoagulant_shouji : "/" }}
177
                   </div>
177
                   </div>
182
                   <span v-if="prescription.anticoagulant == 1">mg</span>
182
                   <span v-if="prescription.anticoagulant == 1">mg</span>
183
                   <span v-if="prescription.anticoagulant == 6">iu</span>
183
                   <span v-if="prescription.anticoagulant == 6">iu</span>
184
                   <span v-if="prescription.anticoagulant == 7">iu</span>
184
                   <span v-if="prescription.anticoagulant == 7">iu</span>
185
-              </span>
185
+              </span> -->
186
               <span style="display:inline-block;">
186
               <span style="display:inline-block;">
187
                   <label-box :isChecked="anticoagulant == 2 ? true : false" showValue="普通肝素"></label-box>
187
                   <label-box :isChecked="anticoagulant == 2 ? true : false" showValue="普通肝素"></label-box>
188
               </span>
188
               </span>
189
               <span style="display:inline-block;">
189
               <span style="display:inline-block;">
190
                   首剂:
190
                   首剂:
191
                   <div style="display:inline-block;width:30px;text-align:center">
191
                   <div style="display:inline-block;width:30px;text-align:center">
192
-                      {{ anticoagulant == 2 && prescription.anticoagulant_shouji ? prescription.anticoagulant_shouji : "/" }}
192
+                      {{ anticoagulant == 2 && prescription.anticoagulant_shouji ? prescription.anticoagulant_shouji : "" }}
193
+                      {{ anticoagulant == 6 && prescription.anticoagulant_shouji ? prescription.anticoagulant_shouji : "" }}
194
+                      {{ anticoagulant == 7 && prescription.anticoagulant_shouji ? prescription.anticoagulant_shouji : "" }}
195
+                      {{ anticoagulant == 8 && prescription.anticoagulant_shouji ? prescription.anticoagulant_shouji : "" }}
196
+                      {{ anticoagulant == 16 && prescription.anticoagulant_shouji ? prescription.anticoagulant_shouji : "" }}
193
                   </div>
197
                   </div>
194
                   <span v-if="prescription.anticoagulant == 5">mg</span>
198
                   <span v-if="prescription.anticoagulant == 5">mg</span>
195
                   <span v-if="prescription.anticoagulant == 4">mg</span>
199
                   <span v-if="prescription.anticoagulant == 4">mg</span>
198
                   <span v-if="prescription.anticoagulant == 1">mg</span>
202
                   <span v-if="prescription.anticoagulant == 1">mg</span>
199
                   <span v-if="prescription.anticoagulant == 6">iu</span>
203
                   <span v-if="prescription.anticoagulant == 6">iu</span>
200
                   <span v-if="prescription.anticoagulant == 7">iu</span>
204
                   <span v-if="prescription.anticoagulant == 7">iu</span>
205
+                  <span v-if="prescription.anticoagulant == 8">iu</span>
206
+                  <span v-if="prescription.anticoagulant == 16">iu</span>
201
               </span>
207
               </span>
202
               <span style="display:inline-block;">
208
               <span style="display:inline-block;">
203
                   维持:
209
                   维持:
204
                   <div style="display:inline-block;width:30px;text-align:center">
210
                   <div style="display:inline-block;width:30px;text-align:center">
205
-                      {{ anticoagulant == 2 && prescription.anticoagulant_weichi ? prescription.anticoagulant_weichi : "/" }}
211
+                      {{ anticoagulant == 2 && prescription.anticoagulant_weichi ? prescription.anticoagulant_weichi : "" }}
212
+                      {{ anticoagulant == 6 && prescription.anticoagulant_weichi ? prescription.anticoagulant_weichi : "" }}
213
+                      {{ anticoagulant == 7 && prescription.anticoagulant_weichi ? prescription.anticoagulant_weichi : "" }}
214
+                      {{ anticoagulant == 8 && prescription.anticoagulant_weichi ? prescription.anticoagulant_weichi : "" }}
215
+                      {{ anticoagulant == 16 && prescription.anticoagulant_weichi ? prescription.anticoagulant_weichi : "" }}
206
                   </div>
216
                   </div>
207
                   <span v-if="prescription.anticoagulant == 5">ml/h</span>
217
                   <span v-if="prescription.anticoagulant == 5">ml/h</span>
208
                   <span v-if="prescription.anticoagulant == 4">mg/h</span>
218
                   <span v-if="prescription.anticoagulant == 4">mg/h</span>
211
                   <span v-if="prescription.anticoagulant == 1">mg/h</span>
221
                   <span v-if="prescription.anticoagulant == 1">mg/h</span>
212
                   <span v-if="prescription.anticoagulant == 6">iu/h</span>
222
                   <span v-if="prescription.anticoagulant == 6">iu/h</span>
213
                   <span v-if="prescription.anticoagulant == 7">iu/h</span>
223
                   <span v-if="prescription.anticoagulant == 7">iu/h</span>
224
+                  <span v-if="prescription.anticoagulant == 8">iu/h</span>
225
+                  <span v-if="prescription.anticoagulant == 16">iu/h</span>
214
               </span>
226
               </span>
215
               <span style="display:inline-block;">
227
               <span style="display:inline-block;">
216
                   总量:
228
                   总量:
217
                   <div style="display:inline-block;width:30px;text-align:center">
229
                   <div style="display:inline-block;width:30px;text-align:center">
218
-                      {{ anticoagulant == 2 && prescription.anticoagulant_zongliang ? prescription.anticoagulant_zongliang : "/" }}
230
+                      {{ anticoagulant == 2 && prescription.anticoagulant_zongliang ? prescription.anticoagulant_zongliang : "" }}
231
+                      {{ anticoagulant == 6 && prescription.anticoagulant_zongliang ? prescription.anticoagulant_zongliang : "" }}
232
+                      {{ anticoagulant == 7 && prescription.anticoagulant_zongliang ? prescription.anticoagulant_zongliang : "" }}
233
+                      {{ anticoagulant == 8 && prescription.anticoagulant_zongliang ? prescription.anticoagulant_zongliang : "" }}
234
+                      {{ anticoagulant == 16 && prescription.anticoagulant_zongliang ? prescription.anticoagulant_zongliang : "" }}
219
                   </div>
235
                   </div>
220
                   <span v-if="prescription.anticoagulant == 5">mg</span>
236
                   <span v-if="prescription.anticoagulant == 5">mg</span>
221
                   <span v-if="prescription.anticoagulant == 4">mg</span>
237
                   <span v-if="prescription.anticoagulant == 4">mg</span>
224
                   <span v-if="prescription.anticoagulant == 1">mg</span>
240
                   <span v-if="prescription.anticoagulant == 1">mg</span>
225
                   <span v-if="prescription.anticoagulant == 6">iu</span>
241
                   <span v-if="prescription.anticoagulant == 6">iu</span>
226
                   <span v-if="prescription.anticoagulant == 7">iu</span>
242
                   <span v-if="prescription.anticoagulant == 7">iu</span>
243
+                  <span v-if="prescription.anticoagulant == 8">iu</span>
244
+                  <span v-if="prescription.anticoagulant == 16">iu</span>
227
               </span>
245
               </span>
228
               <span style="display:inline-block;">
246
               <span style="display:inline-block;">
229
                 <label-box :isChecked="anticoagulant == 1 ? true : false" showValue="无肝素"></label-box>
247
                 <label-box :isChecked="anticoagulant == 1 ? true : false" showValue="无肝素"></label-box>

+ 11 - 1
src/xt_pages/management/components/UserForm.vue Wyświetl plik

1101
         { id: 2, name: "500mg/l含氯消毒剂" },
1101
         { id: 2, name: "500mg/l含氯消毒剂" },
1102
         { id: 3, name: "1000mg/l含氯消毒剂" },
1102
         { id: 3, name: "1000mg/l含氯消毒剂" },
1103
         { id: 4, name: "1500mg/l含氯消毒剂" },
1103
         { id: 4, name: "1500mg/l含氯消毒剂" },
1104
-        { id: 5, name: "消毒湿巾" }
1104
+        { id: 5, name: "消毒湿巾" },
1105
+        { id: 6, name: "1.85g/L季铵盐" }
1105
       ],
1106
       ],
1106
       // 夜路消毒方式
1107
       // 夜路消毒方式
1107
       sterilizeType: [
1108
       sterilizeType: [
1406
             if (information[index].disinfectant_type === 5) {
1407
             if (information[index].disinfectant_type === 5) {
1407
                information[index].disinfectant_type = "消毒湿巾";
1408
                information[index].disinfectant_type = "消毒湿巾";
1408
             }
1409
             }
1410
+            if (information[index].disinfectant_type === 6) {
1411
+               information[index].disinfectant_type = "1.85g/L季铵盐";
1412
+            }
1409
 
1413
 
1410
             if (information[index].disinfection === 1) {
1414
             if (information[index].disinfection === 1) {
1411
               information[index].disinfection = "已消毒";
1415
               information[index].disinfection = "已消毒";
1989
             if (information[index].disinfectant_type === 5) {
1993
             if (information[index].disinfectant_type === 5) {
1990
               information[index].disinfectant_type = "消毒湿巾";
1994
               information[index].disinfectant_type = "消毒湿巾";
1991
             }
1995
             }
1996
+            if (information[index].disinfectant_type === 6) {
1997
+              information[index].disinfectant_type = "1.85g/L季铵盐";
1998
+            }
1992
 
1999
 
1993
             if (information[index].disinfection === 0) {
2000
             if (information[index].disinfection === 0) {
1994
               information[index].disinfection = "";
2001
               information[index].disinfection = "";
2327
            if (information[index].disinfectant_type === 5) {
2334
            if (information[index].disinfectant_type === 5) {
2328
               information[index].disinfectant_type = "消毒湿巾";
2335
               information[index].disinfectant_type = "消毒湿巾";
2329
             }
2336
             }
2337
+            if (information[index].disinfectant_type === 6) {
2338
+              information[index].disinfectant_type = "1.85g/L季铵盐";
2339
+            }
2330
 
2340
 
2331
             if (information[index].disinfection === 0) {
2341
             if (information[index].disinfection === 0) {
2332
               information[index].disinfection = "";
2342
               information[index].disinfection = "";

+ 8 - 1
src/xt_pages/management/home.vue Wyświetl plik

2999
           { id: 2, name: '500mg/l含氯消毒剂' },
2999
           { id: 2, name: '500mg/l含氯消毒剂' },
3000
           { id: 3, name: '1000mg/l含氯消毒剂' },
3000
           { id: 3, name: '1000mg/l含氯消毒剂' },
3001
           { id: 4, name: '1500mg/l含氯消毒剂' },
3001
           { id: 4, name: '1500mg/l含氯消毒剂' },
3002
-          { id: 5,  name:  "消毒湿巾"}
3002
+          { id: 5,  name:  "消毒湿巾"},
3003
+          { id:6,name:"1.85g/L季铵盐"}
3003
         ],
3004
         ],
3004
         // 夜路消毒方式
3005
         // 夜路消毒方式
3005
         sterilizeType: [
3006
         sterilizeType: [
3988
               if(plan[index].machine_disinfectant === 5){
3989
               if(plan[index].machine_disinfectant === 5){
3989
                  plan[index].machine_disinfectant = "消毒湿巾"
3990
                  plan[index].machine_disinfectant = "消毒湿巾"
3990
               }
3991
               }
3992
+              if(plan[index].machine_disinfectant === 6){
3993
+                 plan[index].machine_disinfectant = "1.85g/L季铵盐"
3994
+              }
3991
 
3995
 
3992
               if (plan[index].disinfectan_way === 0) {
3996
               if (plan[index].disinfectan_way === 0) {
3993
                 plan[index].disinfectan_way = '/'
3997
                 plan[index].disinfectan_way = '/'
4128
               if(plandetail[index].machine_disinfectant === 5){
4132
               if(plandetail[index].machine_disinfectant === 5){
4129
                   plandetail[index].machine_disinfectant = "消毒湿巾"
4133
                   plandetail[index].machine_disinfectant = "消毒湿巾"
4130
               }
4134
               }
4135
+              if(plandetail[index].machine_disinfectant === 6){
4136
+                  plandetail[index].machine_disinfectant = "1.85g/L季铵盐"
4137
+              }
4131
 
4138
 
4132
               if (plandetail[index].disinfectan_way === 0) {
4139
               if (plandetail[index].disinfectan_way === 0) {
4133
                 plandetail[index].disinfectan_way = '/'
4140
                 plandetail[index].disinfectan_way = '/'

+ 2 - 6
src/xt_pages/stock/selfPreparedMedicine/stockquery.vue Wyświetl plik

131
 import { uParseTime } from "@/utils/tools";
131
 import { uParseTime } from "@/utils/tools";
132
 import BreadCrumb from "@/xt_pages/components/bread-crumb";
132
 import BreadCrumb from "@/xt_pages/components/bread-crumb";
133
 import { getDictionaryDataConfig,getDataConfig } from "@/utils/data";
133
 import { getDictionaryDataConfig,getDataConfig } from "@/utils/data";
134
-import { getSelfStockQuery } from "@/api/drug/drug"
134
+import { getSelfDrugQuery } from "@/api/drug/drug"
135
 export default {
135
 export default {
136
   name: "stockIn",
136
   name: "stockIn",
137
   created() {
137
   created() {
172
 
172
 
173
      getlist(){
173
      getlist(){
174
          var params ={
174
          var params ={
175
-           type_name:this.type_name,
176
-           start_time:this.start_time,
177
-           end_time:this.end_time,
178
-           keywords:this.keywords,
179
            page:this.page,
175
            page:this.page,
180
            limit:this.limit
176
            limit:this.limit
181
          }
177
          }
182
         console.log("params",params)
178
         console.log("params",params)
183
-       getSelfStockQuery(params).then(response=>{
179
+       getSelfDrugQuery(params).then(response=>{
184
           if(response.data.state == 1){
180
           if(response.data.state == 1){
185
             var stockQuery =  response.data.data.stockQuery
181
             var stockQuery =  response.data.data.stockQuery
186
             console.log("入库",stockQuery)
182
             console.log("入库",stockQuery)

+ 13 - 13
src/xt_permission.js Wyświetl plik

12
 
12
 
13
 router.beforeEach((to, from, next) => {
13
 router.beforeEach((to, from, next) => {
14
   // 线上注释
14
   // 线上注释
15
-  if (!store.getters.configlist || store.getters.configlist === undefined || store.getters.configlist.length <= 0) {
16
-    store.dispatch('VerifyConfigList', []).then(() => {
17
-      next()
18
-    })
19
-  }
20
-  if (store.getters.permission_routers === undefined) {
21
-    store.dispatch('xt_GenerateRoutes', []).then(() => {
22
-      next()
23
-    })
24
-  } else {
25
-    next()
26
-  }
27
-  return
15
+  // if (!store.getters.configlist || store.getters.configlist === undefined || store.getters.configlist.length <= 0) {
16
+  //   store.dispatch('VerifyConfigList', []).then(() => {
17
+  //     next()
18
+  //   })
19
+  // }
20
+  // if (store.getters.permission_routers === undefined) {
21
+  //   store.dispatch('xt_GenerateRoutes', []).then(() => {
22
+  //     next()
23
+  //   })
24
+  // } else {
25
+  //   next()
26
+  // }
27
+  // return
28
   // 线上注释
28
   // 线上注释
29
   NProgress.start()
29
   NProgress.start()
30
   // console.log(store.getters.current_role_urls.indexOf(to.path))
30
   // console.log(store.getters.current_role_urls.indexOf(to.path))