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
d00c65bf
Commit
d00c65bf
authored
Mar 06, 2025
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化
parent
1e814302
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
3 deletions
+5
-3
jz_LineDetail.vue
pages/jiuzhai/jz_LineDetail.vue
+1
-1
jz_Reserve.vue
pages/jiuzhai/jz_Reserve.vue
+3
-1
visaDetail.vue
pages/visa/visaDetail.vue
+1
-1
No files found.
pages/jiuzhai/jz_LineDetail.vue
View file @
d00c65bf
...
...
@@ -1891,7 +1891,7 @@
let
createBy
=
0
// #ifdef MP-DI
let
employeeId
=
this
.
customer
.
directCustomerId
?
this
.
customer
.
directCustomer
Id
:
0
let
employeeId
=
this
.
customer
.
salesBaseInfo
&&
this
.
customer
.
salesBaseInfo
.
employeeId
?
this
.
customer
.
salesBaseInfo
.
employee
Id
:
0
createBy
=
this
.
createBy
>
0
?
this
.
createBy
:
employeeId
// #endif
// #ifdef MP-AG
...
...
pages/jiuzhai/jz_Reserve.vue
View file @
d00c65bf
...
...
@@ -1067,7 +1067,7 @@
this
.
submit
=
true
;
this
.
userInfo
=
uni
.
getStorageSync
(
"mall_UserInfo"
);
this
.
basedataObj
=
uni
.
getStorageSync
(
"basedata"
).
mall
;
var
CustomerId
=
this
.
customer
.
customerId
let
newobj
=
JSON
.
parse
(
JSON
.
stringify
(
this
.
GuestList
));
newobj
.
forEach
((
x
)
=>
{
if
(
x
.
IsHightSchool
)
{
...
...
@@ -1084,6 +1084,7 @@
var
ContactName
=
this
.
customer
.
SurName
+
this
.
customer
.
name
;
//联系人
var
ContactMobile
=
this
.
customer
.
contactNumber
;
//联系电话
var
CustomerType
=
0
;
var
CustomerId
=
0
// #ifdef MP-DI
CustomerType
=
4
;
// #endif
...
...
@@ -1101,6 +1102,7 @@
// #ifdef MP-AG
price
=
this
.
currentPriceInfo
.
b2BPrice
;
CreateBy
=
this
.
CreateBy
CustomerId
=
this
.
customer
.
customerId
// #endif
let
CouponAllotIds
=
''
if
(
this
.
useCouponIds
.
length
>
0
){
...
...
pages/visa/visaDetail.vue
View file @
d00c65bf
...
...
@@ -728,7 +728,7 @@
// #endif
let
createBy
=
0
// #ifdef MP-DI
let
employeeId
=
this
.
customer
.
directCustomerId
?
this
.
customer
.
directCustomer
Id
:
0
let
employeeId
=
this
.
customer
.
salesBaseInfo
&&
this
.
customer
.
salesBaseInfo
.
employeeId
?
this
.
customer
.
salesBaseInfo
.
employee
Id
:
0
createBy
=
this
.
createBy
>
0
?
this
.
createBy
:
employeeId
// #endif
// #ifdef MP-AG
...
...
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