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
1fa576b2
Commit
1fa576b2
authored
May 23, 2023
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.04版本
parent
3112a73e
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
index.vue
pages/dl_kw_clear/index.vue
+1
-1
index.vue
pages/dl_tray_outbound/index.vue
+1
-1
No files found.
pages/dl_kw_clear/index.vue
View file @
1fa576b2
...
...
@@ -19,7 +19,7 @@
<view
v-if=
"dminfo.id"
>
<view
class=
"flex flex-wrap padding bg-grey white radio"
style=
"position: relative;"
>
<view
class=
"basis-sm margin-top-xs margin-bottom-xs radius"
>
库位编号:
<span>
{{
dminfo
.
code
}}
</span></view>
<view
class=
"basis-lg margin-top-xs margin-bottom-xs radius"
>
库位
状态
:
<span>
{{
dminfo
.
name
}}
</span></view>
<view
class=
"basis-lg margin-top-xs margin-bottom-xs radius"
>
库位
名称
:
<span>
{{
dminfo
.
name
}}
</span></view>
<view
class=
"basis-lg margin-top-xs margin-bottom-xs radius"
>
库位状态:
<span>
{{
dminfo
.
zt
|
ztName
}}
</span></view>
</view>
...
...
pages/dl_tray_outbound/index.vue
View file @
1fa576b2
...
...
@@ -200,7 +200,7 @@
id
:
''
,
name
:
'全部'
})
this
.
apiQueryEmptyTpKw
(
this
.
pickerArray
[
0
].
id
)
//
this.apiQueryEmptyTpKw(this.pickerArray[0].id)
})
queryRqlb
().
then
(
res
=>
{
this
.
rqlbArray
=
res
.
records
.
map
(
item
=>
{
...
...
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