Commit 0d5ca39e authored by youjie's avatar youjie

no message

parent 97816936
...@@ -1048,7 +1048,7 @@ ...@@ -1048,7 +1048,7 @@
}, },
(res) => { (res) => {
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
this.minPrice = res.data.data.LowDeposit; this.minPrice = res.data.data&&res.data.data.LowDeposit;
} }
}, },
); );
...@@ -1493,7 +1493,7 @@ ...@@ -1493,7 +1493,7 @@
url = 'sellorder_post_SetOrderInfo_02' url = 'sellorder_post_SetOrderInfo_02'
} }
if(this.PProductType==2){ if(this.PProductType==2){
url = 'sellorder_post_SetTravelTeamOrderForB2B' url = 'sellorder_post_SetTravelTeamOrderForB2B' //团下单接口sellorder_post_SetOrderInfoForB2B
} }
this.apipost(url, this.apipost(url,
this.addMsg, this.addMsg,
...@@ -1762,6 +1762,13 @@ ...@@ -1762,6 +1762,13 @@
this.CurrentUserInfo = this.getLocalStorage(); this.CurrentUserInfo = this.getLocalStorage();
//获取客户类型 //获取客户类型
this.getCustomerType(); this.getCustomerType();
// 当前线路报价
this.getMinPrice(this.productObj.LineID)
// 可退景点
this.getScenicRefund(this.PTCID);
//获取所有账户列表
this.getPlatformAccount(this.productObj.PlatformAccountTypeId)
this.getPlatformAccountNew()
//参团类型 //参团类型
this.getJoinType(); this.getJoinType();
//获取员工列表 //获取员工列表
...@@ -1770,6 +1777,7 @@ ...@@ -1770,6 +1777,7 @@
this.getCityList(); this.getCityList();
//获取交易方式 //获取交易方式
this.getTradeWay(); this.getTradeWay();
}, },
watch: { watch: {
productObj:{ productObj:{
......
This diff is collapsed.
...@@ -3221,7 +3221,7 @@ export default { ...@@ -3221,7 +3221,7 @@ export default {
{ // 销售 产品查询 { // 销售 产品查询
path: '/productQuery', path: '/productQuery',
name: 'productQuery', name: 'productQuery',
component: resolve => require(['@/components/SalesModule/productQuery2'], resolve), component: resolve => require(['@/components/SalesModule/productQuery'], resolve),
meta: { meta: {
title: '产品查询' title: '产品查询'
}, },
......
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