Commit df235522 authored by 黄奎's avatar 黄奎

页面修改

parent 9babe3c5
......@@ -3272,7 +3272,7 @@
isOrder: 1,
UnionRemark: "", //新联运备注
IsIntermodal: 0, //是否联运
TeamType:0,//团队类型(0-常规,1-小包团,2-当地游)
TeamType: 0, //团队类型(0-常规,1-小包团,2-当地游)
},
IsChargeLossOrders: 0,
Unit_PriceList: [], //成交单价下拉数据
......@@ -4628,7 +4628,7 @@
this.remarksMsg.OldRemarks = obj.remarks;
this.remarksMsg.UnionRemark = obj.unionRemark;
this.remarksMsg.IsIntermodal = obj.isIntermodal;
this.remarksMsg.TeamType = obj.teamType;
this.remarksMsg.TeamType = obj.teamType;
this.isShowLayerRemarks = true;
}
},
......
......@@ -2698,7 +2698,7 @@
}}</span>
</div>
<div v-if="childItem.AirticketUnionNotes||childItem.ConfigNum>0">
票务备注<span style="color: red">已配联运{{childItem.ConfigNum}}人,{{childItem.AirticketUnionNotes}}</span>
联运信息<span style="color: red">已配联运{{childItem.ConfigNum}}人,{{childItem.AirticketUnionNotes}}</span>
</div>
</div>
</td>
......@@ -5106,7 +5106,6 @@
this.remarksMsg.Remarks = obj.Remarks;
this.remarksMsg.OldRemarks = obj.Remarks;
},
getTypePrice() {
this.addMsg.ContactName = "";
this.addMsg.ContactMobile = "";
......@@ -5922,6 +5921,7 @@
"sellorder_get_GetOrderListByTCID",
msg,
(res) => {
console.log("sellorder_get_GetOrderListByTCID",res);
this.loading = false;
if (res.data.resultCode == 1) {
this.OrderDataList = res.data.data;
......
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