ソースを参照

11月22 结算单

yq1 4 日 前
コミット
fbc2b17f15
共有1 個のファイルを変更した3 個の追加3 個の削除を含む
  1. 3 3
      src/xt_pages/dialysis/template/DialysisPrintOrderSixty.vue

+ 3 - 3
src/xt_pages/dialysis/template/DialysisPrintOrderSixty.vue ファイルの表示

703
                         style="width: 70px; text-align: center"
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
                       </div>
710
                       </div>
2505
       ) {
2505
       ) {
2506
         this.$message.error("置换方式未填");
2506
         this.$message.error("置换方式未填");
2507
       } else if (
2507
       } else if (
2508
-        this.prescription.displace_liqui_value == 0 &&
2508
+        this.prescription.replacement_total == 0 &&
2509
         this.prescription.mode_id == 2
2509
         this.prescription.mode_id == 2
2510
       ) {
2510
       ) {
2511
         this.$message.error("置换量未填");
2511
         this.$message.error("置换量未填");