|
@@ -703,8 +703,8 @@
|
703
|
703
|
style="width: 70px; text-align: center"
|
704
|
704
|
>
|
705
|
705
|
{{
|
706
|
|
- prescription.displace_liqui_value
|
707
|
|
- ? prescription.displace_liqui_value
|
|
706
|
+ prescription.replacement_total
|
|
707
|
+ ? prescription.replacement_total
|
708
|
708
|
: "/"
|
709
|
709
|
}}
|
710
|
710
|
</div>
|
|
@@ -2505,7 +2505,7 @@ export default {
|
2505
|
2505
|
) {
|
2506
|
2506
|
this.$message.error("置换方式未填");
|
2507
|
2507
|
} else if (
|
2508
|
|
- this.prescription.displace_liqui_value == 0 &&
|
|
2508
|
+ this.prescription.replacement_total == 0 &&
|
2509
|
2509
|
this.prescription.mode_id == 2
|
2510
|
2510
|
) {
|
2511
|
2511
|
this.$message.error("置换量未填");
|