|
@@ -1362,12 +1362,14 @@ export default {
|
1362
|
1362
|
) {
|
1363
|
1363
|
const obj34 = "首剂"
|
1364
|
1364
|
checkDate.push(obj34)
|
1365
|
|
- } if (this.prescription.anticoagulant_weichi == 0 &&
|
1366
|
|
- this.prescription.anticoagulant !=1 && this.prescription.anticoagulant !=''
|
1367
|
|
- ) {
|
1368
|
|
- const obj35 = "维持"
|
1369
|
|
- checkDate.push(obj35)
|
1370
|
|
- } if (this.prescription.anticoagulant_zongliang == 0 &&
|
|
1365
|
+ }
|
|
1366
|
+ // if (this.prescription.anticoagulant_weichi == 0 &&
|
|
1367
|
+ // this.prescription.anticoagulant !=1 && this.prescription.anticoagulant !=''
|
|
1368
|
+ // ) {
|
|
1369
|
+ // const obj35 = "维持"
|
|
1370
|
+ // checkDate.push(obj35)
|
|
1371
|
+ // }
|
|
1372
|
+ if (this.prescription.anticoagulant_zongliang == 0 &&
|
1371
|
1373
|
this.prescription.anticoagulant !=1 && this.prescription.anticoagulant !='' && prescription.anticoagulant != 5
|
1372
|
1374
|
) {
|
1373
|
1375
|
const obj36 = "总量"
|