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
8dfaf3d6
Commit
8dfaf3d6
authored
Mar 07, 2025
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改商品列表
parent
f1878cb6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
jz_Line.vue
pages/jiuzhai/jz_Line.vue
+7
-1
No files found.
pages/jiuzhai/jz_Line.vue
View file @
8dfaf3d6
...
...
@@ -550,7 +550,7 @@
startDate
:
''
,
endDate
:
''
,
startCityId
:
-
1
,
companyId
:
0
,
companyId
:
-
1
,
searchKey
:
''
,
//搜索数据
priceOrderByField
:
2
,
PlaceIds
:
''
,
...
...
@@ -737,7 +737,10 @@
this
.
branchList
=
res
.
data
.
SiteList
;
this
.
startCitys
=
res
.
data
.
CityList
;
this
.
lineList
=
res
.
data
.
LineList
;
// #ifdef MP-AG
this
.
msg
.
companyId
=
this
.
branchList
[
0
].
BId
;
// #endif
this
.
currentBrachName
=
this
.
branchList
[
0
].
BName
;
this
.
CityId
=
this
.
branchList
[
0
].
CityId
;
this
.
currentLineId
=
this
.
lineList
[
0
]
...
...
@@ -755,7 +758,10 @@
if
(
customerInfo
&&
customerInfo
.
salesBaseInfo
)
{
let
tempCompany
=
this
.
branchList
.
find
(
x
=>
x
.
BId
==
customerInfo
.
salesBaseInfo
.
rB_Branch_id
)
if
(
tempCompany
&&
tempCompany
.
BId
)
{
// #ifdef MP-AG
this
.
msg
.
companyId
=
tempCompany
.
BId
// #endif
this
.
currentBrachName
=
tempCompany
.
BName
}
}
...
...
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