Commit 9910dbf5 authored by youjie's avatar youjie

no message

parent 2071d271
...@@ -997,6 +997,7 @@ ...@@ -997,6 +997,7 @@
if (x.ID == subItem.SupplierId) { if (x.ID == subItem.SupplierId) {
subItem.IsHaveShouPeiFee = x.IsHaveShouPeiFee; subItem.IsHaveShouPeiFee = x.IsHaveShouPeiFee;
subItem.ShouPeiMoney = x.ShouPeiMoney; subItem.ShouPeiMoney = x.ShouPeiMoney;
subItem.SupplierType = x.Type;
} }
}) })
}) })
...@@ -1185,9 +1186,13 @@ ...@@ -1185,9 +1186,13 @@
}, },
// 获取供应商 // 获取供应商
initSupplier() { initSupplier() {
this.apipost("supplier_post_GetAllList", { // supplier_post_GetAllList
// Type: 1,
// Country: 651
this.apipost("travel_get_GetAllHotelList", {
Type: 1, Type: 1,
Country: 651 Country: 651,
LineId: this.$route.query.LineId
}, res => { }, res => {
if (res.data.resultCode === 1) { if (res.data.resultCode === 1) {
this.SupplierList = res.data.data; this.SupplierList = res.data.data;
...@@ -1200,6 +1205,7 @@ ...@@ -1200,6 +1205,7 @@
if (x.ID == SubItem.SupplierId) { if (x.ID == SubItem.SupplierId) {
SubItem.IsHaveShouPeiFee = x.IsHaveShouPeiFee; SubItem.IsHaveShouPeiFee = x.IsHaveShouPeiFee;
SubItem.ShouPeiMoney = x.ShouPeiMoney; SubItem.ShouPeiMoney = x.ShouPeiMoney;
SubItem.SupplierType = x.Type;
} }
}) })
}, },
......
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