Browse Source

11月14日 库存扣减更新

XMLWAN 3 years ago
parent
commit
c0a74867c4

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

28
           <el-col :span="8" v-if="isShow('实际超滤量')">
28
           <el-col :span="8" v-if="isShow('实际超滤量')">
29
             <el-form-item
29
             <el-form-item
30
               label="实际超滤量(ml): "
30
               label="实际超滤量(ml): "
31
-              v-if=" this.template_id == 6 || this.template_id == 9 || this.template_id == 10 || this.template_id == 11  || this.template_id == 17 || this.template_id == 20 || this.template_id == 21 || this.template_id == 22 || this.template_id == 23 || this.template_id == 24 || this.template_id == 26 || this.template_id == 28 || this.template_id == 27 || this.template_id == 29 || this.template_id == 30 || this.template_id == 31 || this.template_id == 32 || this.template_id == 34 || this.template_id == 36 || this.template_id == 38 || this.template_id == 43 || this.template_id == 44 || this.$store.getters.xt_user.template_info.org_id == 9555 "  >
31
+              v-if=" this.template_id == 6 || this.template_id == 9 || this.template_id == 10 || this.template_id == 11  || this.template_id == 17 || this.template_id == 20 || this.template_id == 21 || this.template_id == 22 || this.template_id == 23 || this.template_id == 24 || this.template_id == 26 || this.template_id == 28 || this.template_id == 27 || this.template_id == 29 || this.template_id == 30 || this.template_id == 31 || this.template_id == 32 || this.template_id == 34 || this.template_id == 36 || this.template_id == 38 || this.template_id == 43 || this.template_id == 44 || this.template_id == 48 || this.$store.getters.xt_user.template_info.org_id == 9555 "  >
32
               <el-input v-model="form.actual_ultrafiltration"></el-input>
32
               <el-input v-model="form.actual_ultrafiltration"></el-input>
33
             </el-form-item>
33
             </el-form-item>
34
             <el-form-item label="实际超滤量(L): " v-else>
34
             <el-form-item label="实际超滤量(L): " v-else>

+ 5 - 4
src/xt_pages/dialysis/details/dialog/monitor_dialog.vue View File

197
             width="110"
197
             width="110"
198
             v-if="
198
             v-if="
199
               isShow('超滤量') &&
199
               isShow('超滤量') &&
200
+
200
               (template_id == 6 ||
201
               (template_id == 6 ||
201
                 template_id == 9 ||
202
                 template_id == 9 ||
202
                 template_id == 10 ||
203
                 template_id == 10 ||
229
                 template_id == 46 ||
230
                 template_id == 46 ||
230
                 template_id == 47 ||
231
                 template_id == 47 ||
231
                 template_id == 48 ||
232
                 template_id == 48 ||
233
+                org_id == 10210 ||
232
                 org_id == 9555)
234
                 org_id == 9555)
233
             "
235
             "
234
           >
236
           >
279
               template_id != 46 &&
281
               template_id != 46 &&
280
               template_id != 47 &&
282
               template_id != 47 &&
281
               template_id != 48 &&
283
               template_id != 48 &&
284
+              org_id!= 10210 &&
282
               org_id != 9555
285
               org_id != 9555
283
             "
286
             "
284
           >
287
           >
482
                 template_id == 20 ||
485
                 template_id == 20 ||
483
                 template_id == 26 ||
486
                 template_id == 26 ||
484
                 template_id == 29 ||
487
                 template_id == 29 ||
485
-                template_id == 48 ||
486
                 template_id == 47)
488
                 template_id == 47)
487
             "
489
             "
488
           >
490
           >
509
               template_id != 26 &&
511
               template_id != 26 &&
510
               template_id != 29 &&
512
               template_id != 29 &&
511
               template_id != 43 &&
513
               template_id != 43 &&
512
-              template_id != 48 &&
513
               template_id != 47
514
               template_id != 47
514
             "
515
             "
515
           >
516
           >
1048
                 template_id == 46 ||
1049
                 template_id == 46 ||
1049
                 template_id == 47 ||
1050
                 template_id == 47 ||
1050
                 template_id == 48 ||
1051
                 template_id == 48 ||
1052
+                org_id == 10210 ||
1051
                 org_id == 9555)
1053
                 org_id == 9555)
1052
             "
1054
             "
1053
           >
1055
           >
1090
               template_id != 46 &&
1092
               template_id != 46 &&
1091
               template_id != 47 &&
1093
               template_id != 47 &&
1092
               template_id == 48 &&
1094
               template_id == 48 &&
1095
+              org_id !=  10210 &&
1093
               org_id != 9555
1096
               org_id != 9555
1094
             "
1097
             "
1095
           >
1098
           >
1166
               template_id != 29 &&
1169
               template_id != 29 &&
1167
               template_id != 43 &&
1170
               template_id != 43 &&
1168
               template_id != 46 &&
1171
               template_id != 46 &&
1169
-              template_id != 48 &&
1170
               template_id != 47
1172
               template_id != 47
1171
             "
1173
             "
1172
           >
1174
           >
1188
                 template_id == 26 ||
1190
                 template_id == 26 ||
1189
                 template_id == 29 ||
1191
                 template_id == 29 ||
1190
                 template_id == 46 ||
1192
                 template_id == 46 ||
1191
-                template_id == 48 ||
1192
                 template_id == 47)
1193
                 template_id == 47)
1193
             "
1194
             "
1194
           >
1195
           >

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

445
                       &nbsp;{{ prescription.replacement_total ? prescription.replacement_total : "/" }}
445
                       &nbsp;{{ prescription.replacement_total ? prescription.replacement_total : "/" }}
446
                     </div>
446
                     </div>
447
                   </td>
447
                   </td>
448
-                  <td width="20">ml</td>
448
+                  <td width="20">L</td>
449
 
449
 
450
                   <td width="80">透析方式:</td>
450
                   <td width="80">透析方式:</td>
451
                   <td width="50">
451
                   <td width="50">