Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
X
xgdlapp
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
李苏
xgdlapp
Commits
e1cccded
Commit
e1cccded
authored
Apr 25, 2023
by
zhoumaotao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整名称
parent
bd7d853d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
index.vue
pages/dl_tray_outbound/index.vue
+3
-3
No files found.
pages/dl_tray_outbound/index.vue
View file @
e1cccded
...
...
@@ -8,7 +8,7 @@
<view
class=
"cu-form-group"
style=
"background: #eee;"
>
<view
class=
"title "
style=
"width: 30%"
>
选择
库位
:
</view>
<view
class=
"title "
style=
"width: 30%"
>
选择
分类
:
</view>
<picker
mode=
"selector"
range-key=
"name"
:value=
"selectedIndex"
:range=
"pickerArray"
@
change=
"onPickerChange"
>
<view
style=
"font-size: 15px;"
class=
"uni-input"
>
{{
pickerArray
[
selectedIndex
].
name
}}
</view>
</picker>
...
...
@@ -22,8 +22,8 @@
</picker>
</view>
<view
class=
"cu-form-group"
style=
"background: #eee;"
>
<view
class=
"title "
style=
"width: 30%"
>
容器
类别
</view>
<!--
<input
v-model=
"rqlb"
class=
"uni-input"
focus
placeholder=
"请输入容
器
类别"
/>
-->
<view
class=
"title "
style=
"width: 30%"
>
托盘
类别
</view>
<!--
<input
v-model=
"rqlb"
class=
"uni-input"
focus
placeholder=
"请输入容
托盘
类别"
/>
-->
<!-- hide -->
<picker
mode=
"selector"
range-key=
"name"
:value=
"selectedIndex_rqlb"
:range=
"rqlbArray"
@
change=
"onPickerChange_rqlb"
>
<view
style=
"font-size: 15px;"
class=
"uni-input"
>
{{
rqlbArray
[
selectedIndex_rqlb
].
name
}}
</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