Browse Source

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

csx 3 years ago
parent
commit
fe11a44ddb
1 changed files with 3 additions and 2 deletions
  1. 3 2
      src/xt_pages/outpatientCharges/components/chargeDialog.vue

+ 3 - 2
src/xt_pages/outpatientCharges/components/chargeDialog.vue View File

@@ -189,8 +189,7 @@
189 189
         this.form.total = total + this.form.medical_insurance_price
190 190
         this.form.discount_price = 0.0
191 191
         this.form.preferential_price = 0.0
192
-        this.form.acct_pay = this.order.acct_pay
193
-        this.form.psn_pay = this.order.psn_cash_pay
192
+
194 193
 
195 194
 
196 195
         this.form.fapiao_code =""
@@ -198,6 +197,8 @@
198 197
         this.order = order
199 198
 
200 199
         if(this.order && this.order.id > 0){
200
+          this.form.acct_pay = this.order.acct_pay
201
+          this.form.psn_pay = this.order.psn_cash_pay
201 202
           this.form.total = this.order.medfee_sumamt
202 203
           this.form.pay_price = this.order.medfee_sumamt
203 204
           this.form.medical_insurance_price = this.order.fund_pay_sumamt