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
3112a73e
Commit
3112a73e
authored
May 23, 2023
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.04版本
parent
ba4343bf
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
30 additions
and
4 deletions
+30
-4
manifest.json
manifest.json
+2
-2
index.vue
pages/dl_kw_adjust/index.vue
+12
-0
index.vue
pages/dl_kw_clear/index.vue
+14
-1
index.vue
pages/dl_tray_outbound/index.vue
+2
-1
No files found.
manifest.json
View file @
3112a73e
...
...
@@ -2,8 +2,8 @@
"name"
:
"wcs"
,
"appid"
:
"__UNI__79C58F0"
,
"description"
:
"徐工道路系统功能"
,
"versionName"
:
"1.0.
2
"
,
"versionCode"
:
10
2
,
"versionName"
:
"1.0.
4
"
,
"versionCode"
:
10
4
,
"transformPx"
:
false
,
/*
5
+App特有相关
*/
"app-plus"
:
{
...
...
pages/dl_kw_adjust/index.vue
View file @
3112a73e
...
...
@@ -20,6 +20,7 @@
<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
.
mapdatacode
}}
</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
.
status
|
ztName
}}
</span></view>
</view>
</view>
<view
class=
"padding flex align-center bg-white justify-around"
>
...
...
@@ -38,6 +39,17 @@
apiEmptyGw
}
from
'@/api/dlapi.js'
export
default
{
filters
:{
ztName
(
value
){
let
map
=
{
'E'
:
'空库'
,
'U'
:
'存储'
,
'L'
:
'锁定'
}
return
map
[
value
]
}
},
data
()
{
return
{
loadshow
:
false
,
...
...
pages/dl_kw_clear/index.vue
View file @
3112a73e
...
...
@@ -19,7 +19,9 @@
<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>
</view>
<view
class=
"padding flex align-center bg-white justify-around"
>
...
...
@@ -38,6 +40,17 @@
emptyKwByCode
}
from
'@/api/dlapi.js'
export
default
{
filters
:{
ztName
(
value
){
let
map
=
{
'E'
:
'空库'
,
'U'
:
'存储'
,
'L'
:
'锁定'
}
return
map
[
value
]
}
},
data
()
{
return
{
loadshow
:
false
,
...
...
pages/dl_tray_outbound/index.vue
View file @
3112a73e
...
...
@@ -116,13 +116,14 @@
// this.apiQueryEmptyTpKw(this.pickerArray[index].id)
/* 做出托盘查询请求*/
this
.
apiQueryEmptyTpKw
(
this
.
pickerArray
[
this
.
selectedIndex
].
id
)
},
onPickerChange_rqlb
(
event
){
const
index
=
event
.
detail
.
value
// 设置选中值名称
this
.
selectedIndex_rqlb
=
index
this
.
rqlb
=
this
.
rqlbArray
[
this
.
selectedIndex_rqlb
].
id
this
.
apiQueryEmptyTpKw
(
this
.
pickerArray
[
this
.
selectedIndex
].
id
)
},
onPickerChange_gys
(
event
){
...
...
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