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
5dbbb11d
Commit
5dbbb11d
authored
Jul 22, 2025
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2121
parent
93fe4244
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
7 deletions
+16
-7
otherInfor6.vue
pages/teamLeader/components/report/otherInfor6.vue
+16
-7
No files found.
pages/teamLeader/components/report/otherInfor6.vue
View file @
5dbbb11d
...
...
@@ -158,9 +158,18 @@
<view
class=
"row"
>
<text>
购物店名称
</text>
</view>
<view
class=
"inputBoxRight row"
@
click=
"showOptionVisible(i,1)"
>
<text>
{{
item
.
ShopStr
?
item
.
ShopStr
:
'选择购物店名称'
}}
</text>
<u-icon
class=
"iconRight"
name=
"arrow-down"
color=
"#BBBBBB"
size=
"42"
/>
<!--日本线选择购物店-->
<view
v-if=
"data&&data.IsSelectShop"
>
<view
class=
"inputBoxRight row"
@
click=
"showOptionVisible(i,1)"
>
<text>
{{
item
.
ShopName
?
item
.
ShopName
:
'选择购物店名称'
}}
</text>
<u-icon
class=
"iconRight"
name=
"arrow-down"
color=
"#BBBBBB"
size=
"42"
/>
</view>
</view>
<!--其他线路填写购物店-->
<view
v-else
>
<view
class=
"inputBoxRight"
>
<input
class=
"text-right"
type=
"text"
v-model=
"item.ShopName"
/>
</view>
</view>
</view>
<view
class=
"inputBox row justify-between"
>
...
...
@@ -274,7 +283,7 @@
x
.
EnterTime
=
x
.
EnterTime
?
this
.
$utils
.
formatDates
(
new
Date
(
x
.
EnterTime
),
'yyyy-MM-dd'
)
:
null
let
findIndex
=
this
.
options
.
findIndex
(
y
=>
y
.
id
==
x
.
ShopId
)
if
(
findIndex
!=
-
1
)
x
.
Shop
Str
=
this
.
options
[
findIndex
].
name
if
(
findIndex
!=
-
1
)
x
.
Shop
Name
=
this
.
options
[
findIndex
].
name
let
findIndex2
=
this
.
currencyList
.
findIndex
(
y
=>
y
.
id
==
x
.
CurrencyId
)
if
(
findIndex2
!=
-
1
)
x
.
CurrencyName
=
this
.
currencyList
[
findIndex2
].
name
})
...
...
@@ -310,7 +319,7 @@
if
(
this
.
optionType
==
1
)
{
this
.
optionList
=
this
.
options
this
.
optionObj
=
{
name
:
this
.
LeaderShopList
[
this
.
ReimIndex
].
Shop
Str
,
name
:
this
.
LeaderShopList
[
this
.
ReimIndex
].
Shop
Name
,
id
:
this
.
LeaderShopList
[
this
.
ReimIndex
].
ShopId
,
}
}
else
{
...
...
@@ -330,7 +339,7 @@
let
findIndex
=
this
.
optionList
.
findIndex
(
x
=>
x
.
id
==
value
)
this
.
optionObj
=
this
.
optionList
[
findIndex
]
if
(
this
.
optionType
==
1
)
{
this
.
LeaderShopList
[
this
.
ReimIndex
].
Shop
Str
=
this
.
optionObj
.
name
this
.
LeaderShopList
[
this
.
ReimIndex
].
Shop
Name
=
this
.
optionObj
.
name
this
.
LeaderShopList
[
this
.
ReimIndex
].
ShopId
=
this
.
optionObj
.
id
}
else
{
this
.
LeaderShopList
[
this
.
ReimIndex
].
CurrencyName
=
this
.
optionObj
.
name
...
...
@@ -359,7 +368,7 @@
...
this
.
ReimDatas
,
Id
:
0
,
ShopId
:
null
,
Shop
Str
:
''
,
Shop
Name
:
''
,
//购物店名称
CurrencyName
:
''
,
CurrencyId
:
0
,
ShopMoney
:
0
,
...
...
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