张保健 3 years ago
parent
commit
323d9d950f
1 changed files with 59 additions and 59 deletions
  1. 59 59
      src/xt_pages/dialysis/template/DialysisPrintOrderSix.vue

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

@@ -576,7 +576,7 @@
576 576
                         </td>
577 577
                         <td v-if="org_id != 9836">{{ monitor.dialysate_temperature ? monitor.dialysate_temperature : "" }}</td>
578 578
                         <td v-if="org_id == 9836">{{ monitor.temperature ? monitor.temperature : "" }}</td>
579
-                        <td>{{ monitor.sodium_concentration ? monitor.sodium_concentration : "" }}
579
+                        <td>{{ monitor.conductivity ? monitor.conductivity : "" }}
580 580
                         </td>
581 581
                         <td v-if="(dialysisOrder && monitor.operate_time > dialysisOrder.end_time) || (dialysisOrder && monitor.operate_time < dialysisOrder.start_time)">
582 582
                           {{ monitor.ultrafiltration_volume ? monitor.ultrafiltration_volume : "" }}
@@ -1258,114 +1258,114 @@ export default {
1258 1258
         gaimingcheng_unit: '',
1259 1259
         gaijiliang_unit: ''
1260 1260
       },
1261
-      org_id:0,
1261
+      org_id: 0
1262 1262
     }
1263 1263
   },
1264 1264
   methods: {
1265
-    checkData(){
1266
-      if(this.receiverTreatmentAccess.way == 0){
1265
+    checkData() {
1266
+      if (this.receiverTreatmentAccess.way == 0) {
1267 1267
         this.$message.error('入科方式未填')
1268
-      }else if(this.predialysis.symptom_before_dialysis == ""){
1268
+      } else if (this.predialysis.symptom_before_dialysis == '') {
1269 1269
         this.$message.error('透前症状未填')
1270
-      }else if(this.predialysis.temperature == ""){
1270
+      } else if (this.predialysis.temperature == '') {
1271 1271
         this.$message.error('透前体温未填')
1272
-      }else if(this.predialysis.pulse_frequency == ""){
1272
+      } else if (this.predialysis.pulse_frequency == '') {
1273 1273
         this.$message.error('透前脉搏未填')
1274
-      }else if(this.predialysis.breathing_rate == ""){
1274
+      } else if (this.predialysis.breathing_rate == '') {
1275 1275
         this.$message.error('透前呼吸频率未填')
1276
-      }else if(this.predialysis.systolic_blood_pressure == 0 || this.predialysis.diastolic_blood_pressure == 0){
1276
+      } else if (this.predialysis.systolic_blood_pressure == 0 || this.predialysis.diastolic_blood_pressure == 0) {
1277 1277
         this.$message.error('透前血压未填完整')
1278
-      }else if(this.predialysis.puncture_way == ''){
1278
+      } else if (this.predialysis.puncture_way == '') {
1279 1279
         this.$message.error('穿刺方式未填')
1280
-      }else if(this.predialysis.puncture_needle == ''){
1280
+      } else if (this.predialysis.puncture_needle == '') {
1281 1281
         this.$message.error('穿刺针未填')
1282
-      }else if(this.predialysis.blood_access_part_id == '' && this.predialysis.blood_access_part_opera_name == ''){
1282
+      } else if (this.predialysis.blood_access_part_id == '' && this.predialysis.blood_access_part_opera_name == '') {
1283 1283
         this.$message.error('血管通路未填')
1284
-      }else if(this.predialysis.internal_fistula == ''){
1284
+      } else if (this.predialysis.internal_fistula == '') {
1285 1285
         this.$message.error('透前内瘘未填')
1286
-      }else if(this.predialysis.catheter == ''){
1286
+      } else if (this.predialysis.catheter == '') {
1287 1287
         this.$message.error('透前导管未填')
1288
-      }else if(this.prescription.mode_id == ""){
1288
+      } else if (this.prescription.mode_id == '') {
1289 1289
         this.$message.error('透析方式未填')
1290
-      }else if(this.prescription.displace_liqui_part == 0){
1290
+      } else if (this.prescription.displace_liqui_part == 0) {
1291 1291
         this.$message.error('置换方式未填')
1292
-      }else if(this.prescription.displace_liqui_value == 0){
1292
+      } else if (this.prescription.displace_liqui_value == 0) {
1293 1293
         this.$message.error('置换量未填')
1294
-      }else if(this.prescription.blood_flow_volume == 0){
1294
+      } else if (this.prescription.blood_flow_volume == 0) {
1295 1295
         this.$message.error('血流量未填')
1296
-      }else if(this.prescription.dialysis_duration_hour == 0 && this.prescription.dialysis_duration_minute == 0){
1296
+      } else if (this.prescription.dialysis_duration_hour == 0 && this.prescription.dialysis_duration_minute == 0) {
1297 1297
         this.$message.error('透析时间未填')
1298
-      }else if(this.prescription.dialyzer_perfusion_apparatus == "" && this.prescription.dialysis_dialyszers == ""){
1298
+      } else if (this.prescription.dialyzer_perfusion_apparatus == '' && this.prescription.dialysis_dialyszers == '') {
1299 1299
         this.$message.error('透析器未填')
1300
-      }else if(this.prescription.dialysis_irrigation == ""){
1300
+      } else if (this.prescription.dialysis_irrigation == '') {
1301 1301
         this.$message.error('灌流器未填')
1302
-      }else if(this.prescription.plasma_separator == ""){
1302
+      } else if (this.prescription.plasma_separator == '') {
1303 1303
         this.$message.error('血浆分离器未填')
1304
-      }else if(this.prescription.bilirubin_adsorption_column == ""){
1304
+      } else if (this.prescription.bilirubin_adsorption_column == '') {
1305 1305
         this.$message.error('胆红素吸附柱未填')
1306
-      }else if(this.predialysis.weight_before == 0){
1306
+      } else if (this.predialysis.weight_before == 0) {
1307 1307
         this.$message.error('透前体重未填')
1308
-      }else if(this.predialysis.dry_weight == 0){
1308
+      } else if (this.predialysis.dry_weight == 0) {
1309 1309
         this.$message.error('干体重未填')
1310
-      }else if(this.prescription.target_ultrafiltration == 0){
1310
+      } else if (this.prescription.target_ultrafiltration == 0) {
1311 1311
         this.$message.error('计划超滤量未填')
1312
-      }else if(this.prescription.calcium == 0){
1312
+      } else if (this.prescription.calcium == 0) {
1313 1313
         this.$message.error('钙未填')
1314
-      }else if(this.prescription.sodium == 0){
1314
+      } else if (this.prescription.sodium == 0) {
1315 1315
         this.$message.error('钠未填')
1316
-      }else if(this.prescription.kalium == 0){
1316
+      } else if (this.prescription.kalium == 0) {
1317 1317
         this.$message.error('钾未填')
1318
-      }else if(this.prescription.bicarbonate == 0){
1318
+      } else if (this.prescription.bicarbonate == 0) {
1319 1319
         this.$message.error('碳酸氢根未填')
1320
-      }else if(this.prescription.dialysate_flow == 0){
1320
+      } else if (this.prescription.dialysate_flow == 0) {
1321 1321
         this.$message.error('透析液流量未填')
1322
-      }else if(this.prescription.anticoagulant == 0){
1322
+      } else if (this.prescription.anticoagulant == 0) {
1323 1323
         this.$message.error('抗凝剂未填')
1324
-      }else if(this.prescription.anticoagulant_gaimingcheng == "" && this.prescription.anticoagulant == 5){
1324
+      } else if (this.prescription.anticoagulant_gaimingcheng == '' && this.prescription.anticoagulant == 5) {
1325 1325
         this.$message.error('钙名称未填')
1326
-      }else if(this.prescription.anticoagulant_gaijiliang == "" && this.prescription.anticoagulant == 5){
1326
+      } else if (this.prescription.anticoagulant_gaijiliang == '' && this.prescription.anticoagulant == 5) {
1327 1327
         this.$message.error('钙剂量未填')
1328
-      }else if(this.afterdialysis.temperature == 0){
1328
+      } else if (this.afterdialysis.temperature == 0) {
1329 1329
         this.$message.error('透后体温未填')
1330
-      }else if(this.afterdialysis.pulse_frequency == 0){
1330
+      } else if (this.afterdialysis.pulse_frequency == 0) {
1331 1331
         this.$message.error('透后脉搏未填')
1332
-      }else if(this.afterdialysis.breathing_rate == 0){
1332
+      } else if (this.afterdialysis.breathing_rate == 0) {
1333 1333
         this.$message.error('透后呼吸频率未填')
1334
-      }else if(this.afterdialysis.systolic_blood_pressure == 0 || this.afterdialysis.diastolic_blood_pressure == 0){
1334
+      } else if (this.afterdialysis.systolic_blood_pressure == 0 || this.afterdialysis.diastolic_blood_pressure == 0) {
1335 1335
         this.$message.error('透后血压未填完整')
1336
-      }else if(this.afterdialysis.actual_treatment_hour == 0 && this.afterdialysis.actual_treatment_minute == 0){
1336
+      } else if (this.afterdialysis.actual_treatment_hour == 0 && this.afterdialysis.actual_treatment_minute == 0) {
1337 1337
         this.$message.error('实际治疗时间未填')
1338
-      }else if(this.afterdialysis.cruor == ""){
1338
+      } else if (this.afterdialysis.cruor == '') {
1339 1339
         this.$message.error('透析器凝血未填')
1340
-      }else if(this.afterdialysis.internal_fistula == ''){
1340
+      } else if (this.afterdialysis.internal_fistula == '') {
1341 1341
         this.$message.error('透后内瘘未填')
1342
-      }else if(this.afterdialysis.catheter == ''){
1342
+      } else if (this.afterdialysis.catheter == '') {
1343 1343
         this.$message.error('透后导管未填')
1344
-      }else if(this.afterdialysis.weight_after == 0){
1344
+      } else if (this.afterdialysis.weight_after == 0) {
1345 1345
         this.$message.error('透后体重未填')
1346
-      }else if(this.afterdialysis.weight_loss == 0){
1346
+      } else if (this.afterdialysis.weight_loss == 0) {
1347 1347
         this.$message.error('透后体重减少未填')
1348
-      }else if(this.afterdialysis.dialysis_intakes == 0){
1348
+      } else if (this.afterdialysis.dialysis_intakes == 0) {
1349 1349
         this.$message.error('透析中入量未填')
1350
-      }else if(this.afterdialysis.actual_ultrafiltration == 0){
1350
+      } else if (this.afterdialysis.actual_ultrafiltration == 0) {
1351 1351
         this.$message.error('实际超滤量未填')
1352
-      }else if(this.summary.dialysis_summary == ""){
1352
+      } else if (this.summary.dialysis_summary == '') {
1353 1353
         this.$message.error('透析小结未填')
1354
-      }else if(this.dialysisOrder.puncture_nurse == 0){
1354
+      } else if (this.dialysisOrder.puncture_nurse == 0) {
1355 1355
         this.$message.error('穿刺护士未填')
1356
-      }else if(this.dialysisOrder.start_nurse == 0){
1356
+      } else if (this.dialysisOrder.start_nurse == 0) {
1357 1357
         this.$message.error('治疗护士未填')
1358
-      }else if(this.dialysisOrder == null && this.check.creater == 0){
1358
+      } else if (this.dialysisOrder == null && this.check.creater == 0) {
1359 1359
         this.$message.error('核对人员未填')
1360
-      }else if(this.dialysisOrder != null && this.dialysisOrder.start_nurse == this.check.modifier && this.check.creater == 0){
1360
+      } else if (this.dialysisOrder != null && this.dialysisOrder.start_nurse == this.check.modifier && this.check.creater == 0) {
1361 1361
         this.$message.error('核对人员未填')
1362
-      }else if(this.dialysisOrder != null && this.dialysisOrder.start_nurse == this.check.creater && this.check.modifier == 0){
1362
+      } else if (this.dialysisOrder != null && this.dialysisOrder.start_nurse == this.check.creater && this.check.modifier == 0) {
1363 1363
         this.$message.error('核对人员未填')
1364
-      }else if(this.dialysisOrder != null && this.dialysisOrder.start_nurse != this.check.creater && this.dialysisOrder.start_nurse != this.check.modifier && this.check.creater == 0){
1364
+      } else if (this.dialysisOrder != null && this.dialysisOrder.start_nurse != this.check.creater && this.dialysisOrder.start_nurse != this.check.modifier && this.check.creater == 0) {
1365 1365
         this.$message.error('核对人员未填')
1366
-      }else if(this.dialysisOrder.finish_nurse == 0){
1366
+      } else if (this.dialysisOrder.finish_nurse == 0) {
1367 1367
         this.$message.error('下机护士未填')
1368
-      }else if(this.prescription.creater == 0){
1368
+      } else if (this.prescription.creater == 0) {
1369 1369
         this.$message.error('医生签名未填')
1370 1370
       }
1371 1371
     },
@@ -1536,7 +1536,7 @@ export default {
1536 1536
         this.check = response.data.data.check
1537 1537
         this.xtdate = response.data.data.xtdate
1538 1538
         this.predialysis = response.data.data.PredialysisEvaluation
1539
-        console.log("透前评估",this.predialysis)
1539
+        console.log('透前评估', this.predialysis)
1540 1540
         this.predialysis.blood_access_part_opera_name = this.bloodAccessParOperaName(
1541 1541
           this.predialysis.blood_access_part_opera_id
1542 1542
         )
@@ -1656,7 +1656,7 @@ export default {
1656 1656
         }
1657 1657
 
1658 1658
         this.advices = response.data.data.advices
1659
-        console.log("医嘱数据2222222222",this.advices)
1659
+        console.log('医嘱数据2222222222', this.advices)
1660 1660
         this.monitors = response.data.data.monitors
1661 1661
         this.summary = response.data.data.summary
1662 1662
         this.org_template_info = response.data.data.org_template_info
@@ -1985,8 +1985,8 @@ export default {
1985 1985
       'hemodialysis',
1986 1986
       'vascular_access_desc'
1987 1987
     )
1988
-     this.org_id = this.$store.getters.xt_user.org.id
1989
-     console.log("=====",this.org_id)
1988
+    this.org_id = this.$store.getters.xt_user.org.id
1989
+    console.log('=====', this.org_id)
1990 1990
     // this.bloodAccessParOpera = getDataConfig('hemodialysis', 'vascular_access_desc')
1991 1991
 
1992 1992
     var bloodAccessParOpera = getDataConfig(