Commit bc6d92e8 authored by Mac's avatar Mac

1

parent 0c0723c2
......@@ -167,14 +167,14 @@
</div>
<div style="margin-bottom: 5px;">
<span style="margin-right: 10px;">
车辆:{{list.CarName}}{{list.CarColorName}}{{list.CarNumber}}
车辆{{list.CarName}}{{list.CarColorName}}{{list.CarNumber}}
</span>
</div>
<div style="margin-bottom: 5px;">
<span style="margin-right: 10px;">
导游:{{list.GuideName}}
导游{{list.GuideName}}
</span>
<span style="margin-right: 10px;">
服务类型:{{list.CarTypeName}}{{list.CarType==5? (list.IsSpell==1?'拼车':'不拼车'):''}}
......
......@@ -216,6 +216,7 @@
this.finMsg.SupplierId = this.msg.SupplierId;
this.finMsg.IsFinance = this.msg.IsFinance;
this.finMsg.IsSelectAll = this.msg.IsSelectAll;
this.finMsg.OrderClassify = this.msg.OrderClassify;
this.finMsg.FinanceCreateBy = this.ERPEmpId;
this.apipost("/api/Supplier/PayCostFinance", this.finMsg, res => {
if (res.data.resultCode == 1) {
......
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