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
8eb8fb9b
Commit
8eb8fb9b
authored
Apr 07, 2023
by
李苏
💬
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of gitlab.gavelinfo.com:lisu/xgdlapp
parents
35233337
b802d066
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
23 deletions
+14
-23
InfoCard.vue
components/InfoCard/InfoCard.vue
+2
-11
index.vue
pages/dl_outin/index.vue
+2
-2
index.vue
pages/index/index.vue
+10
-10
No files found.
components/InfoCard/InfoCard.vue
View file @
8eb8fb9b
...
...
@@ -32,20 +32,15 @@
},
getKeys
:
function
(
e
)
{
let
keyList
=
{
"wlname"
:
"物料名称"
,
"wlgg"
:
"物料规格"
,
"wlph"
:
"物料批号"
,
"tpcode"
:
"托盘号"
,
"ztsl"
:
"数量"
,
"wlcode"
:
"物料编码"
,
"rwdh"
:
"任务单号"
,
"rwzt"
:
"任务状态"
,
"agvrwdh"
:
"agv任务单号"
,
"agvrwzt"
:
"agv任务状态"
,
"djid"
:
"生产订单"
,
"wlxxName"
:
"产品名称"
,
"
ph"
:
"批号
"
"
zlh"
:
"批号信息
"
};
return
keyList
[
e
]
},
...
...
@@ -72,12 +67,8 @@
data
()
{
return
{
whiteList
:[
"wlname"
,
"wlgg"
,
"wlph"
,
"tpcode"
,
"ztsl"
,
"wlcode"
,
"rwdh"
,
"rwzt"
,
"agvrwdh"
,
...
...
@@ -86,7 +77,7 @@
"djid"
,
"cpname"
,
"wlxxName"
,
"
p
h"
"
zl
h"
]
};
...
...
pages/dl_outin/index.vue
View file @
8eb8fb9b
...
...
@@ -15,12 +15,12 @@
<view
class=
"tbtit"
>
<view
class=
"tbtit_son"
>
配盘单号
</view>
<view
class=
"tbtit_son"
>
批号
</view>
<
view
style=
"flex: 1;"
>
仓库
</view
>
<
!--
<view
style=
"flex: 1;"
>
仓库
</view>
--
>
</view>
<view
class=
"tbtit_row "
:class=
"item.selected?'selected':''"
v-for=
"(item,index) in jhList"
:key=
"index"
@
tap=
"selectTb(item,index)"
@
longtap=
"longtapTb(item,index)"
>
<view
class=
"tbtit_row_son1"
>
{{
item
.
djid
}}
</view>
<view
style=
"flex: 1"
>
{{
item
.
ph
}}
</view>
<
view
class=
"tbtit_row_son3"
>
{{
item
.
ckName
||
'未知'
}}
</view
>
<
!--
<view
class=
"tbtit_row_son3"
>
{{
item
.
ckName
||
'未知'
}}
</view>
--
>
</view>
<view
class=
"tbtit_row "
style=
"display: flex;"
v-if=
"!jhList[0]"
>
<span
style=
"flex: 1;"
>
...
...
pages/index/index.vue
View file @
8eb8fb9b
...
...
@@ -122,12 +122,12 @@
useCount
:
1000
,
page
:
"putin_storage"
},
{
/*
{
title: "出库登记",
icon: "/static/icon/work3.png",
useCount: 1000,
page: "putout_storage"
}
}
*/
],
newckglList
:
[],
gwjlList
:
[{
...
...
@@ -137,10 +137,10 @@
page
:
"cmaterial"
},
{
title
:
"清空库位
"
,
icon
:
"/static/icon/adjust
.png"
,
useCount
:
1000
,
page
:
"kwAdjust
"
"title"
:
"空托出库
"
,
"icon"
:
"/static/icon/off
.png"
,
"useCount"
:
1000
,
"page"
:
"trayOutbound
"
}
],
newgwjlList
:
[],
...
...
@@ -157,10 +157,10 @@
page
:
"trayClear"
},
{
"title"
:
"空托出库
"
,
"icon"
:
"/static/icon/off
.png"
,
"useCount"
:
1000
,
"page"
:
"trayOutbound
"
title
:
"清空库位
"
,
icon
:
"/static/icon/adjust
.png"
,
useCount
:
1000
,
page
:
"kwAdjust
"
}
],
newtpglList
:
[],
...
...
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