소스 검색

结算单

test_user 2 년 전
부모
커밋
f888939315
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