Commit f4381225 authored by jingnan's avatar jingnan 👀

胶漆打印标签取值修改

parent f048796c
......@@ -131,7 +131,7 @@ export default {
{
text: data.cardNo,
title: '漆料合格标签',
count: { label: '领取量', value: '' },
count: { label: '领取量', value: data.assignTotalAmount },
number: { label: '编号', value: data.cardNo },
standard: {
label: '材料规范',
......@@ -178,7 +178,7 @@ export default {
{
text: data.cardNo,
title: '阿洛丁刷涂合格标签',
count: { label: '领取量', value: '' },
count: { label: '领取量', value: data.assignTotalAmount },
number: { label: '编号', value: data.cardNo },
mark: {
label: '阿洛丁牌号',
......@@ -188,7 +188,7 @@ export default {
label: '合格证编号',
value: data.certificateNo
},
receiveDate: { label: '领取日期', value: '' },
receiveDate: { label: '领取日期', value: this.$moment().format('yyyy-MM-DD HH:mm') },
validity: {
label: '有效期',
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