浏览代码

Merge branch '20230223_pc_vue_new_branch' of http://git.shengws.com/csx/Vue_New into 20230223_pc_vue_new_branch

28169 2 年前
父节点
当前提交
8e23d8ed8c
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      src/xt_pages/outpatientCharges/components/chargeDialog.vue

+ 2 - 0
src/xt_pages/outpatientCharges/components/chargeDialog.vue 查看文件

@@ -333,6 +333,8 @@
333 333
         this.form.total = total + this.form.medical_insurance_price
334 334
         this.form.discount_price = 0.0
335 335
         this.form.preferential_price = 0.0
336
+        this.form.pay_ways = []
337
+        this.form.acct_used_flag = 0
336 338
 
337 339
 
338 340