|
@@ -112,12 +112,7 @@
|
|
|
dataIndex: 'projectName',
|
|
|
ellipsis: true,
|
|
|
},
|
|
|
- {
|
|
|
- title: '批次',
|
|
|
- align:"center",
|
|
|
- dataIndex: 'batch',
|
|
|
- ellipsis: true,
|
|
|
- },
|
|
|
+
|
|
|
{
|
|
|
title: '料品编码',
|
|
|
align:"center",
|
|
@@ -130,6 +125,23 @@
|
|
|
dataIndex: 'inventoryName',
|
|
|
ellipsis: true,
|
|
|
},
|
|
|
+
|
|
|
+ {
|
|
|
+ // title: '本次执行扇数量',
|
|
|
+ align:"center",
|
|
|
+ dataIndex: 'executeOutLeafNow',
|
|
|
+ ellipsis: true,
|
|
|
+ scopedSlots: { customRender: 'executeOutLeafNow' } ,
|
|
|
+ slots:{title:'executeOutLeafNowTitle'},
|
|
|
+ },
|
|
|
+ {
|
|
|
+ // title: '本次执行框数量',
|
|
|
+ align:"center",
|
|
|
+ dataIndex: 'executeOutFramesNow',
|
|
|
+ ellipsis: true,
|
|
|
+ scopedSlots: { customRender: 'executeOutFramesNow' } ,
|
|
|
+ slots:{title:'executeOutFramesNowTitle'},
|
|
|
+ },
|
|
|
{
|
|
|
// title: '框运费',
|
|
|
align:"center",
|
|
@@ -147,20 +159,10 @@
|
|
|
slots:{title:'fanFreightTitle'},
|
|
|
},
|
|
|
{
|
|
|
- // title: '本次执行扇数量',
|
|
|
- align:"center",
|
|
|
- dataIndex: 'executeOutLeafNow',
|
|
|
- ellipsis: true,
|
|
|
- scopedSlots: { customRender: 'executeOutLeafNow' } ,
|
|
|
- slots:{title:'executeOutLeafNowTitle'},
|
|
|
- },
|
|
|
- {
|
|
|
- // title: '本次执行框数量',
|
|
|
+ title: '批次',
|
|
|
align:"center",
|
|
|
- dataIndex: 'executeOutFramesNow',
|
|
|
+ dataIndex: 'batch',
|
|
|
ellipsis: true,
|
|
|
- scopedSlots: { customRender: 'executeOutFramesNow' } ,
|
|
|
- slots:{title:'executeOutFramesNowTitle'},
|
|
|
},
|
|
|
{
|
|
|
title: '成品计量单位',
|
|
@@ -204,12 +206,7 @@
|
|
|
dataIndex: 'leafCount',
|
|
|
ellipsis: true,
|
|
|
},
|
|
|
- {
|
|
|
- title: '已入库扇数量',
|
|
|
- align:"center",
|
|
|
- dataIndex: 'executeInLeaf',
|
|
|
- ellipsis: true,
|
|
|
- },
|
|
|
+
|
|
|
{
|
|
|
title: '已入库框数量',
|
|
|
align:"center",
|
|
@@ -217,9 +214,9 @@
|
|
|
ellipsis: true,
|
|
|
},
|
|
|
{
|
|
|
- title: '已出库扇数量',
|
|
|
+ title: '已入库扇数量',
|
|
|
align:"center",
|
|
|
- dataIndex: 'executeOutLeaf',
|
|
|
+ dataIndex: 'executeInLeaf',
|
|
|
ellipsis: true,
|
|
|
},
|
|
|
{
|
|
@@ -228,6 +225,12 @@
|
|
|
dataIndex: 'executeOutFrames',
|
|
|
ellipsis: true,
|
|
|
},
|
|
|
+ {
|
|
|
+ title: '已出库扇数量',
|
|
|
+ align:"center",
|
|
|
+ dataIndex: 'executeOutLeaf',
|
|
|
+ ellipsis: true,
|
|
|
+ },
|
|
|
{
|
|
|
title: '规格',
|
|
|
align:"center",
|