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
c239db09
Commit
c239db09
authored
Mar 05, 2025
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
直客销售
parent
a3808913
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
13 additions
and
4 deletions
+13
-4
jz_LineDetail.vue
pages/jiuzhai/jz_LineDetail.vue
+2
-1
jz_SureOrder.vue
pages/jiuzhai/jz_SureOrder.vue
+3
-1
visaDetail.vue
pages/visa/visaDetail.vue
+2
-1
visa_Reserve.vue
pages/visa/visa_Reserve.vue
+6
-1
No files found.
pages/jiuzhai/jz_LineDetail.vue
View file @
c239db09
...
@@ -2074,7 +2074,8 @@
...
@@ -2074,7 +2074,8 @@
let createBy = 0
let createBy = 0
// #ifdef MP-DI
// #ifdef MP-DI
createBy = this.createBy>0?this.createBy:this.customer.pid
let employeeId = this.customer.salesBaseInfo&&this.customer.salesBaseInfo.employeeId?this.customer.salesBaseInfo.employeeId:0
createBy = this.createBy>0?this.createBy:employeeId
// #endif
// #endif
// #ifdef MP-AG
// #ifdef MP-AG
if(this.createBy>0||this.SaleId) createBy = this.createBy>0?this.createBy:this.SaleId
if(this.createBy>0||this.SaleId) createBy = this.createBy>0?this.createBy:this.SaleId
...
...
pages/jiuzhai/jz_SureOrder.vue
View file @
c239db09
...
@@ -793,7 +793,9 @@
...
@@ -793,7 +793,9 @@
}
else
if
(
status
==
3
&&
isCancel
!=
1
)
{
}
else
if
(
status
==
3
&&
isCancel
!=
1
)
{
this
.
orderStatus
.
code
=
0
;
this
.
orderStatus
.
code
=
0
;
this
.
orderStatus
.
text
=
"候补中"
;
this
.
orderStatus
.
text
=
"候补中"
;
this
.
showPayBtn
=
true
;
// #ifdef MP-AG
this
.
showPayBtn
=
true
;
// #endif
}
else
if
(
status
==
2
&&
isCancel
==
1
)
{
}
else
if
(
status
==
2
&&
isCancel
==
1
)
{
this
.
orderStatus
.
code
=
-
2
;
this
.
orderStatus
.
code
=
-
2
;
this
.
orderStatus
.
text
=
"审核中"
;
this
.
orderStatus
.
text
=
"审核中"
;
...
...
pages/visa/visaDetail.vue
View file @
c239db09
...
@@ -726,7 +726,8 @@
...
@@ -726,7 +726,8 @@
// #endif
// #endif
let
createBy
=
0
let
createBy
=
0
// #ifdef MP-DI
// #ifdef MP-DI
createBy
=
this
.
createBy
>
0
?
this
.
createBy
:
this
.
customer
.
pid
let
employeeId
=
this
.
customer
.
salesBaseInfo
&&
this
.
customer
.
salesBaseInfo
.
employeeId
?
this
.
customer
.
salesBaseInfo
.
employeeId
:
0
createBy
=
this
.
createBy
>
0
?
this
.
createBy
:
employeeId
// #endif
// #endif
// #ifdef MP-AG
// #ifdef MP-AG
if
(
this
.
createBy
>
0
||
this
.
SaleId
)
createBy
=
this
.
createBy
>
0
?
this
.
createBy
:
this
.
SaleId
if
(
this
.
createBy
>
0
||
this
.
SaleId
)
createBy
=
this
.
createBy
>
0
?
this
.
createBy
:
this
.
SaleId
...
...
pages/visa/visa_Reserve.vue
View file @
c239db09
...
@@ -696,7 +696,12 @@
...
@@ -696,7 +696,12 @@
</view>
</view>
<view
style=
"display: flex; margin-top: -2px"
>
<view
style=
"display: flex; margin-top: -2px"
>
<button
class=
"jz_OrderReNow"
@
click=
"goPay()"
:disabled=
"submit"
:loading=
"submit"
>
<button
class=
"jz_OrderReNow"
@
click=
"goPay()"
:disabled=
"submit"
:loading=
"submit"
>
立即预定
<!-- #ifdef MP-DI -->
立即支付
<!-- #endif -->
<!-- #ifdef MP-AG -->
立即预定
<!-- #endif -->
</button>
</button>
</view>
</view>
</view>
</view>
...
...
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