|
@@ -1930,12 +1930,14 @@ export default {
|
1930
|
1930
|
) {
|
1931
|
1931
|
const obj34 = "首剂"
|
1932
|
1932
|
checkDate.push(obj34)
|
1933
|
|
- } if (this.prescription.anticoagulant_weichi == 0 &&
|
1934
|
|
- this.prescription.anticoagulant !=1 && this.prescription.anticoagulant !=''
|
1935
|
|
- ) {
|
1936
|
|
- const obj35 = "维持"
|
1937
|
|
- checkDate.push(obj35)
|
1938
|
|
- } if (this.prescription.anticoagulant_zongliang == 0 &&
|
|
1933
|
+ }
|
|
1934
|
+ // if (this.prescription.anticoagulant_weichi == 0 &&
|
|
1935
|
+ // this.prescription.anticoagulant !=1 && this.prescription.anticoagulant !=''
|
|
1936
|
+ // ) {
|
|
1937
|
+ // const obj35 = "维持"
|
|
1938
|
+ // checkDate.push(obj35)
|
|
1939
|
+ // }
|
|
1940
|
+ if (this.prescription.anticoagulant_zongliang == 0 &&
|
1939
|
1941
|
this.prescription.anticoagulant !=1 && this.prescription.anticoagulant !='' && prescription.anticoagulant != 5
|
1940
|
1942
|
) {
|
1941
|
1943
|
const obj36 = "总量"
|