Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
J
jz_Travel
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
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
zhengke
jz_Travel
Commits
dd59a352
Commit
dd59a352
authored
Jan 16, 2025
by
youjie
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/zk123/jz_travel
parents
4c016f13
c9ee319f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
jz_Reserve.vue
pages/jiuzhai/jz_Reserve.vue
+2
-1
user-center.vue
pages/user-center/user-center.vue
+4
-1
No files found.
pages/jiuzhai/jz_Reserve.vue
View file @
dd59a352
...
@@ -766,7 +766,7 @@
...
@@ -766,7 +766,7 @@
var
ContactName
=
this
.
customer
.
name
;
//联系人
var
ContactName
=
this
.
customer
.
name
;
//联系人
var
ContactMobile
=
this
.
customer
.
contactNumber
;
//联系电话
var
ContactMobile
=
this
.
customer
.
contactNumber
;
//联系电话
var
CustomerType
=
this
.
customer
.
isMember
//4;
var
CustomerType
=
this
.
customer
.
isMember
//4;
var
CustomerCreateBy
=
this
.
customer
.
createBy
;
var
price
=
0
;
var
price
=
0
;
if
(
this
.
$utils
.
getretailer
())
{
if
(
this
.
$utils
.
getretailer
())
{
price
=
this
.
currentPriceInfo
.
b2BPrice
;
price
=
this
.
currentPriceInfo
.
b2BPrice
;
...
@@ -825,6 +825,7 @@
...
@@ -825,6 +825,7 @@
CommissionSharePeople
:
0
,
CommissionSharePeople
:
0
,
CommissionShareMoney
:
0
,
CommissionShareMoney
:
0
,
MiniAppUserId
:
MiniAppUserId
,
MiniAppUserId
:
MiniAppUserId
,
CreateBy
:
CustomerCreateBy
,
//同行联系人创建人
DirectCustomerId
:
0
,
//直客Id
DirectCustomerId
:
0
,
//直客Id
// #ifdef MP-WEIXIN
// #ifdef MP-WEIXIN
OrderSource
:
5
,
OrderSource
:
5
,
...
...
pages/user-center/user-center.vue
View file @
dd59a352
...
@@ -45,9 +45,12 @@
...
@@ -45,9 +45,12 @@
立即登录
立即登录
</
template
>
</
template
>
</Text>
</Text>
<view
style=
"font-size:12px; margin-top:
5
px;"
>
<view
style=
"font-size:12px; margin-top:
3
px;"
>
<
template
v-if=
"b2b_user_info&&b2b_user_info.customerName&&b2b_user_info.customerName!=''"
>
<
template
v-if=
"b2b_user_info&&b2b_user_info.customerName&&b2b_user_info.customerName!=''"
>
{{
b2b_user_info
.
customerName
}}
{{
b2b_user_info
.
customerName
}}
<template
v-if=
"b2b_user_info&&b2b_user_info.salesBaseInfo&&b2b_user_info.salesBaseInfo.emName!=''"
>
(销售经理:
{{
b2b_user_info
.
salesBaseInfo
.
emName
}}
)
</
template
>
</template>
</template>
<
template
v-else
>
<
template
v-else
>
{{
b2b_user_info
?
b2b_user_info
.
name
:
""
}}
{{
b2b_user_info
?
b2b_user_info
.
name
:
""
}}
...
...
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