|
|
|
|
189
|
this.form.total = total + this.form.medical_insurance_price
|
189
|
this.form.total = total + this.form.medical_insurance_price
|
190
|
this.form.discount_price = 0.0
|
190
|
this.form.discount_price = 0.0
|
191
|
this.form.preferential_price = 0.0
|
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
|
this.form.fapiao_code =""
|
195
|
this.form.fapiao_code =""
|
|
|
|
|
198
|
this.order = order
|
197
|
this.order = order
|
199
|
|
198
|
|
200
|
if(this.order && this.order.id > 0){
|
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
|
this.form.total = this.order.medfee_sumamt
|
202
|
this.form.total = this.order.medfee_sumamt
|
202
|
this.form.pay_price = this.order.medfee_sumamt
|
203
|
this.form.pay_price = this.order.medfee_sumamt
|
203
|
this.form.medical_insurance_price = this.order.fund_pay_sumamt
|
204
|
this.form.medical_insurance_price = this.order.fund_pay_sumamt
|