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
8057d335
Commit
8057d335
authored
Nov 07, 2025
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
详情页定位日期
parent
9b2dbd09
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
jz_Line.vue
pages/jiuzhai/jz_Line.vue
+0
-2
jz_LineDetail.vue
pages/jiuzhai/jz_LineDetail.vue
+5
-1
No files found.
pages/jiuzhai/jz_Line.vue
View file @
8057d335
...
...
@@ -947,11 +947,9 @@
},
open
(
index
)
{
this
.
$refs
.
uDropdown
.
highlight
();
console
.
log
(
this
.
$refs
.
uDropdown
.
active
,
'-----'
)
},
close
(
index
)
{
this
.
$refs
.
uDropdown
.
highlight
(
index
);
console
.
log
(
this
.
$refs
.
uDropdown
.
highlight
(
index
),
'-----33'
)
},
research
()
{
this
.
msg
.
pageIndex
=
1
;
...
...
pages/jiuzhai/jz_LineDetail.vue
View file @
8057d335
...
...
@@ -1806,9 +1806,13 @@
this
.
getDayInfo
(
temp
);
}
}
this
.
dataList
.
priceList
.
forEach
((
x
)
=>
{
this
.
dataList
.
priceList
.
forEach
((
x
,
index
)
=>
{
if
(
x
.
tcid
==
this
.
delMsg
.
tcid
)
{
this
.
delMsg
.
tcnum
=
x
.
tcnum
;
if
(
index
>
2
){
this
.
customerDate
=
x
}
}
if
(
x
.
remainNum
>
0
||
x
.
isSubstitution
==
1
)
{
this
.
canCreateOrder
=
true
;
...
...
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