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
1aa73286
Commit
1aa73286
authored
Apr 07, 2023
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新增ph显示
parent
3b202dd9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
19 deletions
+7
-19
InfoCard.vue
components/InfoCard/InfoCard.vue
+6
-2
index.vue
pages/dl_tray_outbound/index.vue
+1
-17
No files found.
components/InfoCard/InfoCard.vue
View file @
1aa73286
...
@@ -32,6 +32,7 @@
...
@@ -32,6 +32,7 @@
},
},
getKeys
:
function
(
e
)
{
getKeys
:
function
(
e
)
{
let
keyList
=
{
let
keyList
=
{
"wlname"
:
"物料名称"
,
"wlname"
:
"物料名称"
,
"wlgg"
:
"物料规格"
,
"wlgg"
:
"物料规格"
,
"wlph"
:
"物料批号"
,
"wlph"
:
"物料批号"
,
...
@@ -43,7 +44,8 @@
...
@@ -43,7 +44,8 @@
"agvrwdh"
:
"agv任务单号"
,
"agvrwdh"
:
"agv任务单号"
,
"agvrwzt"
:
"agv任务状态"
,
"agvrwzt"
:
"agv任务状态"
,
"djid"
:
"生产订单"
,
"djid"
:
"生产订单"
,
"wlxxName"
:
"产品名称"
"wlxxName"
:
"产品名称"
,
"ph"
:
"批号"
};
};
return
keyList
[
e
]
return
keyList
[
e
]
},
},
...
@@ -83,7 +85,9 @@
...
@@ -83,7 +85,9 @@
/* */
/* */
"djid"
,
"djid"
,
"cpname"
,
"cpname"
,
"wlxxName"
"wlxxName"
,
"ph"
]
]
};
};
},
},
...
...
pages/dl_tray_outbound/index.vue
View file @
1aa73286
...
@@ -135,23 +135,7 @@
...
@@ -135,23 +135,7 @@
confirm
(
e
)
{
confirm
(
e
)
{
this
.
modalName
=
"DialogModal"
+
e
this
.
modalName
=
"DialogModal"
+
e
},
},
// 删除确认
deldata
(
item
,
index
)
{
let
that
=
this
uni
.
showModal
({
title
:
'提示'
,
content
:
'是否删除该条信息'
,
cancelText
:
"否"
,
// 取消按钮的文字
confirmText
:
"是"
,
// 确认按钮的文字
success
:
function
(
res
)
{
if
(
res
.
confirm
)
{
that
.
wlinfor
.
splice
(
that
.
selected
,
1
)
}
else
if
(
res
.
cancel
)
{
}
}
});
},
// 获取托盘信息
// 获取托盘信息
...
...
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