bugfix zentao 1

This commit is contained in:
lb
2023-09-15 14:30:19 +08:00
parent 27ebe39a96
commit 772a4b0633
29 changed files with 594 additions and 385 deletions

View File

@@ -213,32 +213,27 @@ export default {
width: 128,
prop: 'inspectionDetContent',
label: '检测内容',
align: 'center',
},
{
// width: 128,
prop: 'lineName',
label: '产线',
align: 'center',
},
{
// width: 128,
prop: 'checkPerson',
label: '检测人员',
align: 'center',
},
{
// width: 160,
prop: 'checkTime',
label: '检测时间',
align: 'center',
filter: (val) => moment(val).format('yyyy-MM-DD HH:mm:ss'),
},
{
width: 90,
prop: 'source',
label: '来源',
align: 'center',
filter: (val) => ['未知', '手动', '自动'][val],
},
],

View File

@@ -56,7 +56,6 @@ export default {
{
prop: 'inspectionContent',
label: '检测内容',
align: 'center',
},
],
};

View File

@@ -35,27 +35,22 @@ export default {
{
prop: 'lineName',
label: '产线',
align: 'center',
},
{
prop: 'sumUp',
label: '上片总数',
align: 'center',
},
{
prop: 'sumDown',
label: '下片总数',
align: 'center',
},
{
prop: 'sumCheck',
label: '检测总数',
align: 'center',
},
{
prop: 'scrapRatio',
label: '比例(%)',
align: 'center',
},
],
};

View File

@@ -171,20 +171,17 @@ export default {
// width: 160,
prop: 'inspectionContent',
label: '检测内容',
align: 'center',
},
...this.dynamicProps,
{
// width: 128,
prop: 'sumInput',
label: '检测类型总数',
align: 'center',
},
{
// width: 128,
prop: 'ratio',
label: '比例',
align: 'center',
// subcomponent: {
// name: 'TextOnly',
// props: {
@@ -381,47 +378,47 @@ export default {
// width: 128,
// prop: 'line1',
// label: '产线1',
// align: 'center',
// ,
// },
// {
// width: 128,
// prop: 'line2',
// label: '产线2',
// align: 'center',
// ,
// },
// {
// width: 128,
// prop: 'line3',
// label: '产线3',
// align: 'center',
// ,
// },
// {
// width: 128,
// prop: 'line4',
// label: '产线4',
// align: 'center',
// ,
// },
// {
// width: 128,
// prop: 'line5',
// label: '产线5',
// align: 'center',
// ,
// },
// {
// width: 128,
// prop: 'line6',
// label: '产线6',
// align: 'center',
// ,
// },
// {
// width: 128,
// prop: 'line7',
// label: '产线7',
// align: 'center',
// ,
// },
// {
// width: 128,
// prop: 'line8',
// label: '产线8',
// align: 'center',
// ,
// }, -->