Commit f4381225 authored by jingnan's avatar jingnan 👀

胶漆打印标签取值修改

parent f048796c
...@@ -131,7 +131,7 @@ export default { ...@@ -131,7 +131,7 @@ export default {
{ {
text: data.cardNo, text: data.cardNo,
title: '漆料合格标签', title: '漆料合格标签',
count: { label: '领取量', value: '' }, count: { label: '领取量', value: data.assignTotalAmount },
number: { label: '编号', value: data.cardNo }, number: { label: '编号', value: data.cardNo },
standard: { standard: {
label: '材料规范', label: '材料规范',
...@@ -178,7 +178,7 @@ export default { ...@@ -178,7 +178,7 @@ export default {
{ {
text: data.cardNo, text: data.cardNo,
title: '阿洛丁刷涂合格标签', title: '阿洛丁刷涂合格标签',
count: { label: '领取量', value: '' }, count: { label: '领取量', value: data.assignTotalAmount },
number: { label: '编号', value: data.cardNo }, number: { label: '编号', value: data.cardNo },
mark: { mark: {
label: '阿洛丁牌号', label: '阿洛丁牌号',
...@@ -188,7 +188,7 @@ export default { ...@@ -188,7 +188,7 @@ export default {
label: '合格证编号', label: '合格证编号',
value: data.certificateNo value: data.certificateNo
}, },
receiveDate: { label: '领取日期', value: '' }, receiveDate: { label: '领取日期', value: this.$moment().format('yyyy-MM-DD HH:mm') },
validity: { validity: {
label: '有效期', label: '有效期',
value: { value: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment