Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
mes-pda-scan
Project
Project
Details
Activity
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
ximai
mes-pda-scan
Commits
cb384b4e
Commit
cb384b4e
authored
Jul 01, 2024
by
何远江
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug 修改
parent
5cad3eee
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
confirComplete.vue
pages/confirComplete/confirComplete.vue
+3
-2
No files found.
pages/confirComplete/confirComplete.vue
View file @
cb384b4e
...
...
@@ -5,7 +5,7 @@
<view
class=
"selectSheet"
>
<u-row
>
<u-col
span=
"12"
>
<u-picker
v-model=
"depotShow"
mode=
"selector"
:default-selector=
"[0]"
range-key=
"
LGOBE
"
:range=
"depotLists"
@
confirm=
"actionSheetCallback"
></u-picker>
<u-picker
v-model=
"depotShow"
mode=
"selector"
:default-selector=
"[0]"
range-key=
"
text
"
:range=
"depotLists"
@
confirm=
"actionSheetCallback"
></u-picker>
<u-input
v-model=
"LGOBE"
placeholder=
"请选择仓库别"
:type=
"type"
:border=
"border"
@
click=
"depotShow = true"
/>
</u-col>
</u-row>
...
...
@@ -112,9 +112,10 @@ export default {
.
then
((
res
)
=>
{
if
(
res
)
{
res
.
forEach
((
ele
)
=>
{
ele
.
text
=
ele
.
LGOBE
;
ele
.
text
=
ele
.
LGO
RT
+
"-"
+
ele
.
LGO
BE
;
});
this
.
depotLists
=
res
;
console
.
log
(
this
.
depotLists
,
'depotLists'
,
res
);
}
else
{
this
.
depotLists
=
[];
}
...
...
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