see999 3 年之前
父節點
當前提交
72fa7b393e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/xt_pages/outpatientDoctorStation/components/deskPrescription.vue

+ 1 - 1
src/xt_pages/outpatientDoctorStation/components/deskPrescription.vue 查看文件

@@ -2660,7 +2660,7 @@
2660 2660
                   single_dose: temp[b].single_dose,
2661 2661
                   delivery_way: temp[b].delivery_way,
2662 2662
                   execution_frequency: temp[b].execution_frequency,
2663
-                  retail_price: temp[b].min_price.toString(),
2663
+                  retail_price: temp[b].prescribing_number_unit == temp[b].max_unit ? temp[b].retail_price.toString() : temp[b].min_price.toString(),
2664 2664
                   remark: '',
2665 2665
                   day: temp[b].drug_day ? temp[b].drug_day : 1,
2666 2666
                   prescribing_number: temp[b].prescribing_number,