Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
罗超
SuperMan
Commits
0d5ca39e
Commit
0d5ca39e
authored
Apr 19, 2023
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
97816936
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
1697 additions
and
1890 deletions
+1697
-1890
productQuery2.vue
src/components/SalesModule/productQuery2.vue
+18
-1887
order-form.vue
src/components/orderCommon/order-form.vue
+10
-2
productOrderList.vue
src/components/orderCommon/productOrderList.vue
+1668
-0
config.js
src/router/config.js
+1
-1
No files found.
src/components/SalesModule/productQuery2.vue
View file @
0d5ca39e
This diff is collapsed.
Click to expand it.
src/components/orderCommon/order-form.vue
View file @
0d5ca39e
...
...
@@ -1048,7 +1048,7 @@
},
(
res
)
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
minPrice
=
res
.
data
.
data
.
LowDeposit
;
this
.
minPrice
=
res
.
data
.
data
&&
res
.
data
.
data
.
LowDeposit
;
}
},
);
...
...
@@ -1493,7 +1493,7 @@
url
=
'sellorder_post_SetOrderInfo_02'
}
if
(
this
.
PProductType
==
2
){
url
=
'sellorder_post_SetTravelTeamOrderForB2B'
url
=
'sellorder_post_SetTravelTeamOrderForB2B'
//团下单接口sellorder_post_SetOrderInfoForB2B
}
this
.
apipost
(
url
,
this
.
addMsg
,
...
...
@@ -1762,6 +1762,13 @@
this
.
CurrentUserInfo
=
this
.
getLocalStorage
();
//获取客户类型
this
.
getCustomerType
();
// 当前线路报价
this
.
getMinPrice
(
this
.
productObj
.
LineID
)
// 可退景点
this
.
getScenicRefund
(
this
.
PTCID
);
//获取所有账户列表
this
.
getPlatformAccount
(
this
.
productObj
.
PlatformAccountTypeId
)
this
.
getPlatformAccountNew
()
//参团类型
this
.
getJoinType
();
//获取员工列表
...
...
@@ -1770,6 +1777,7 @@
this
.
getCityList
();
//获取交易方式
this
.
getTradeWay
();
},
watch
:
{
productObj
:{
...
...
src/components/orderCommon/productOrderList.vue
0 → 100644
View file @
0d5ca39e
This diff is collapsed.
Click to expand it.
src/router/config.js
View file @
0d5ca39e
...
...
@@ -3221,7 +3221,7 @@ export default {
{
// 销售 产品查询
path
:
'/productQuery'
,
name
:
'productQuery'
,
component
:
resolve
=>
require
([
'@/components/SalesModule/productQuery
2
'
],
resolve
),
component
:
resolve
=>
require
([
'@/components/SalesModule/productQuery'
],
resolve
),
meta
:
{
title
:
'产品查询'
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment