|
@@ -59,7 +59,7 @@
|
59
|
59
|
>
|
60
|
60
|
</printSeven>
|
61
|
61
|
<print10191 :info="info" v-if="org_id == 10191"></print10191>
|
62
|
|
- <printTen :info="info" v-if="org_id == 0"></printTen>
|
|
62
|
+ <printTen :info="info" v-if="org_id == 10210"></printTen>
|
63
|
63
|
<printOne :info="info" v-if=" org_id != 9990 &&
|
64
|
64
|
org_id != 10138 &&
|
65
|
65
|
org_id != 9504 &&
|
|
@@ -423,6 +423,54 @@
|
423
|
423
|
that.info["bed_cost_part_self_total"] =
|
424
|
424
|
response.data.data.bedCostPartSelfTotal;
|
425
|
425
|
|
|
426
|
+ that.info["bedInscpTotal"] =
|
|
427
|
+ response.data.data.bedInscpTotal;
|
|
428
|
+ that.info["bedSelfTotal"] =
|
|
429
|
+ response.data.data.bedSelfTotal;
|
|
430
|
+
|
|
431
|
+
|
|
432
|
+ that.info["operationInscpTotal"] =
|
|
433
|
+ response.data.data.operationInscpTotal;
|
|
434
|
+ that.info["operationSelfTotal"] =
|
|
435
|
+ response.data.data.operationSelfTotal;
|
|
436
|
+
|
|
437
|
+ that.info["checkInscpTotal"] =
|
|
438
|
+ response.data.data.checkInscpTotal;
|
|
439
|
+ that.info["checkSelfTotal"] =
|
|
440
|
+ response.data.data.checkSelfTotal;
|
|
441
|
+
|
|
442
|
+ that.info["treatInscpTotal"] =
|
|
443
|
+ response.data.data.treatInscpTotal;
|
|
444
|
+ that.info["treatSelfTotal"] =
|
|
445
|
+ response.data.data.treatSelfTotal;
|
|
446
|
+
|
|
447
|
+
|
|
448
|
+ that.info["laboratoryInscpTotal"] =
|
|
449
|
+ response.data.data.laboratoryInscpTotal;
|
|
450
|
+ that.info["laboratorySelfTotal"] =
|
|
451
|
+ response.data.data.laboratorySelfTotal;
|
|
452
|
+
|
|
453
|
+
|
|
454
|
+ that.info["westernMedicineInscpTotal"] =
|
|
455
|
+ response.data.data.westernMedicineInscpTotal;
|
|
456
|
+ that.info["westernMedicineSelfTotal"] =
|
|
457
|
+ response.data.data.westernMedicineSelfTotal;
|
|
458
|
+
|
|
459
|
+ that.info["materialInscpTotal"] =
|
|
460
|
+ response.data.data.materialInscpTotal;
|
|
461
|
+ that.info["materialSelfTotal"] =
|
|
462
|
+ response.data.data.materialSelfTotal;
|
|
463
|
+
|
|
464
|
+ that.info["chineseTraditionalInscpTotal"] =
|
|
465
|
+ response.data.data.chineseTraditionalInscpTotal;
|
|
466
|
+ that.info["chineseTraditionalSelfTotal"] =
|
|
467
|
+ response.data.data.chineseTraditionalSelfTotal;
|
|
468
|
+
|
|
469
|
+ that.info["otherInscpTotal"] =
|
|
470
|
+ response.data.data.otherInscpTotal;
|
|
471
|
+ that.info["otherSelfTotal"] =
|
|
472
|
+ response.data.data.otherSelfTotal;
|
|
473
|
+
|
426
|
474
|
that.info["operation_cost_total"] =
|
427
|
475
|
response.data.data.operationCostTotal;
|
428
|
476
|
that.info["operation_cost_self_total"] =
|
|
@@ -1173,6 +1221,55 @@
|
1173
|
1221
|
that.info["order_infos"] = response.data.data.order_infos;
|
1174
|
1222
|
that.info["diagnosis"] = response.data.data.diagnosis;
|
1175
|
1223
|
|
|
1224
|
+ that.info["bedInscpTotal"] =
|
|
1225
|
+ response.data.data.bedInscpTotal;
|
|
1226
|
+ that.info["bedSelfTotal"] =
|
|
1227
|
+ response.data.data.bedSelfTotal;
|
|
1228
|
+
|
|
1229
|
+
|
|
1230
|
+ that.info["operationInscpTotal"] =
|
|
1231
|
+ response.data.data.operationInscpTotal;
|
|
1232
|
+ that.info["operationSelfTotal"] =
|
|
1233
|
+ response.data.data.operationSelfTotal;
|
|
1234
|
+
|
|
1235
|
+ that.info["checkInscpTotal"] =
|
|
1236
|
+ response.data.data.checkInscpTotal;
|
|
1237
|
+ that.info["checkSelfTotal"] =
|
|
1238
|
+ response.data.data.checkSelfTotal;
|
|
1239
|
+
|
|
1240
|
+ that.info["treatInscpTotal"] =
|
|
1241
|
+ response.data.data.treatInscpTotal;
|
|
1242
|
+ that.info["treatSelfTotal"] =
|
|
1243
|
+ response.data.data.treatSelfTotal;
|
|
1244
|
+
|
|
1245
|
+
|
|
1246
|
+ that.info["laboratoryInscpTotal"] =
|
|
1247
|
+ response.data.data.laboratoryInscpTotal;
|
|
1248
|
+ that.info["laboratorySelfTotal"] =
|
|
1249
|
+ response.data.data.laboratorySelfTotal;
|
|
1250
|
+
|
|
1251
|
+
|
|
1252
|
+ that.info["westernMedicineInscpTotal"] =
|
|
1253
|
+ response.data.data.westernMedicineInscpTotal;
|
|
1254
|
+ that.info["westernMedicineSelfTotal"] =
|
|
1255
|
+ response.data.data.westernMedicineSelfTotal;
|
|
1256
|
+
|
|
1257
|
+ that.info["materialInscpTotal"] =
|
|
1258
|
+ response.data.data.materialInscpTotal;
|
|
1259
|
+ that.info["materialSelfTotal"] =
|
|
1260
|
+ response.data.data.materialSelfTotal;
|
|
1261
|
+
|
|
1262
|
+ that.info["chineseTraditionalInscpTotal"] =
|
|
1263
|
+ response.data.data.chineseTraditionalInscpTotal;
|
|
1264
|
+ that.info["chineseTraditionalSelfTotal"] =
|
|
1265
|
+ response.data.data.chineseTraditionalSelfTotal;
|
|
1266
|
+
|
|
1267
|
+ that.info["otherInscpTotal"] =
|
|
1268
|
+ response.data.data.otherInscpTotal;
|
|
1269
|
+ that.info["otherSelfTotal"] =
|
|
1270
|
+ response.data.data.otherSelfTotal;
|
|
1271
|
+
|
|
1272
|
+
|
1176
|
1273
|
let obj = {
|
1177
|
1274
|
type: 1,
|
1178
|
1275
|
details: [],
|