Commit a6bd2d62 by 刘泽奇

123

parent 16e7989c
...@@ -171,7 +171,7 @@ ...@@ -171,7 +171,7 @@
付款信息 付款信息
</div> </div>
<div> <div>
<span>实付金额: <span>¥{{form.totalSum?form.totalSum:\' -\'}}</span></span> <span>实付金额: <span>¥{{receiptVoucher.totalSum?receiptVoucher.totalSum:\' -\'}}</span></span>
<!-- <span>官费:<span>¥300.00</span></span> <!-- <span>官费:<span>¥300.00</span></span>
<span>服务费:<span>¥213</span></span> --> <span>服务费:<span>¥213</span></span> -->
</div> </div>
......
...@@ -328,6 +328,8 @@ ...@@ -328,6 +328,8 @@
brandType: "", brandType: "",
/*修改验证 对应表单的值 */ /*修改验证 对应表单的值 */
popupValue: "", popupValue: "",
/**订单付款信息 */
receiptVoucher:"",
} }
}, },
mounted: function() { mounted: function() {
...@@ -442,6 +444,7 @@ ...@@ -442,6 +444,7 @@
this.form = JSON.parse(JSON.stringify(this.deliveryInfo)); this.form = JSON.parse(JSON.stringify(this.deliveryInfo));
this.editDeliveryInfo = JSON.parse(JSON.stringify(this.deliveryInfo)); this.editDeliveryInfo = JSON.parse(JSON.stringify(this.deliveryInfo));
this.form.tmFormType = Number(this.form.tmFormType); this.form.tmFormType = Number(this.form.tmFormType);
this.receiptVoucher = d.data.receiptVoucher[0];
switch (this.form.tmFormType) { switch (this.form.tmFormType) {
case 3: case 3:
this.brandType = "文字"; this.brandType = "文字";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment