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
75772db5
Commit
75772db5
authored
May 09, 2023
by
zhoumaotao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
代码调整
parent
7729f276
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
14 deletions
+4
-14
index.vue
pages/dl_tray_outbound/index.vue
+4
-14
No files found.
pages/dl_tray_outbound/index.vue
View file @
75772db5
...
@@ -4,23 +4,13 @@
...
@@ -4,23 +4,13 @@
<block
slot=
"content"
>
空托出库
</block>
<block
slot=
"content"
>
空托出库
</block>
<block
slot=
"backText"
>
返回
</block>
<block
slot=
"backText"
>
返回
</block>
</cu-custom>
</cu-custom>
<view
class=
"cu-form-group"
style=
"background: #eee;"
>
<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"
>
<picker
mode=
"selector"
range-key=
"name"
:value=
"selectedIndex"
:range=
"pickerArray"
@
change=
"onPickerChange"
>
<view
style=
"font-size: 15px;"
class=
"uni-input"
>
{{
pickerArray
[
selectedIndex
].
name
}}
</view>
<view
style=
"font-size: 15px;"
class=
"uni-input"
>
{{
pickerArray
[
selectedIndex
].
name
}}
</view>
</picker>
</picker>
</view>
</view>
<!-- 新增查询条件 -->
<!-- 新增查询条件 -->
<view
class=
"cu-form-group"
style=
"background: #eee;"
>
<view
class=
"title "
style=
"width: 30%"
>
供应商代码
</view>
<!--
<input
v-model=
"gyscode"
class=
"uni-input"
focus
placeholder=
"请输入供应商代码"
/>
-->
<picker
mode=
"selector"
range-key=
"name"
:value=
"selectedIndex_gys"
:range=
"gysArray"
@
change=
"onPickerChange_gys"
>
<view
style=
"font-size: 15px;"
class=
"uni-input"
>
{{
gysArray
[
selectedIndex_gys
].
name
}}
</view>
</picker>
</view>
<view
class=
"cu-form-group"
style=
"background: #eee;"
>
<view
class=
"cu-form-group"
style=
"background: #eee;"
>
<view
class=
"title "
style=
"width: 30%"
>
托盘类别
</view>
<view
class=
"title "
style=
"width: 30%"
>
托盘类别
</view>
<!--
<input
v-model=
"rqlb"
class=
"uni-input"
focus
placeholder=
"请输入容托盘类别"
/>
-->
<!--
<input
v-model=
"rqlb"
class=
"uni-input"
focus
placeholder=
"请输入容托盘类别"
/>
-->
...
@@ -43,11 +33,11 @@
...
@@ -43,11 +33,11 @@
<view
v-show=
"item.isSelect"
style=
"position: absolute;right: 10px;top: 45px;color: #fff;font-size: 20px;"
class=
"checkBody"
>
<view
v-show=
"item.isSelect"
style=
"position: absolute;right: 10px;top: 45px;color: #fff;font-size: 20px;"
class=
"checkBody"
>
<text
class=
"lg text-gray checkItem"
:class=
"'cuIcon-check'"
></text>
<text
class=
"lg text-gray checkItem"
:class=
"'cuIcon-check'"
></text>
</view>
</view>
<view
class=
"basis-sm margin-top-xs margin-bottom-xs radius"
>
货架
<span>
{{
item
.
hjname
}}
</span></view>
<view
class=
"basis-sm margin-top-xs margin-bottom-xs radius"
>
货架
:
<span>
{{
item
.
hjname
}}
</span></view>
<view
class=
"basis-lg margin-top-xs margin-bottom-xs radius"
>
库位:
<span>
{{
item
.
code
}}
</span></view>
<view
class=
"basis-lg margin-top-xs margin-bottom-xs radius"
>
库位:
<span>
{{
item
.
code
}}
</span></view>
<view
class=
"basis-sm margin-top-xs margin-bottom-xs radius"
>
托盘类型:
<span>
{{
item
.
rq
flname
}}
</span></view>
<view
class=
"basis-sm margin-top-xs margin-bottom-xs radius"
>
托盘类型:
<span>
{{
item
.
rq
lb
}}
</span></view>
<view
class=
"basis-lg margin-top-xs margin-bottom-xs radius"
>
托盘:
<span>
{{
item
.
tpcode
}}
</span></view>
<view
class=
"basis-lg margin-top-xs margin-bottom-xs radius"
>
托盘:
<span>
{{
item
.
tpcode
}}
</span></view>
</view>
</view>
<view
class=
"cu-form-group"
style=
"min-height: 5px;"
>
<view
class=
"cu-form-group"
style=
"min-height: 5px;"
>
...
...
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