test_user 2 лет назад
Родитель
Сommit
f888939315
1 измененных файлов: 2 добавлений и 0 удалений
  1. 2 0
      src/xt_pages/outpatientCharges/components/chargeDialog.vue

+ 2 - 0
src/xt_pages/outpatientCharges/components/chargeDialog.vue Просмотреть файл

333
         this.form.total = total + this.form.medical_insurance_price
333
         this.form.total = total + this.form.medical_insurance_price
334
         this.form.discount_price = 0.0
334
         this.form.discount_price = 0.0
335
         this.form.preferential_price = 0.0
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