|
@@ -78,42 +78,42 @@ export default {
|
|
|
purchaseInQuantityColumns: [
|
|
|
{
|
|
|
title: '批号',
|
|
|
- dataIndex: '',
|
|
|
+ dataIndex: 'cbatch',
|
|
|
width: 120,
|
|
|
key: '',
|
|
|
className: 'replacecolor'
|
|
|
},
|
|
|
{
|
|
|
title: '委外订单号',
|
|
|
- dataIndex: 'purchaseAboardOrderNum',
|
|
|
+ dataIndex: 'ccode',
|
|
|
width: 120,
|
|
|
key: '',
|
|
|
className: 'replacecolor'
|
|
|
},
|
|
|
{
|
|
|
title: '采购入库数量',
|
|
|
- dataIndex: 'purchaseInQuantity',
|
|
|
+ dataIndex: 'iquantityIn',
|
|
|
width: 120,
|
|
|
key: '',
|
|
|
className: 'replacecolor'
|
|
|
},
|
|
|
{
|
|
|
title: '单个物料成本',
|
|
|
- dataIndex: 'costPerMaterial',
|
|
|
+ dataIndex: 'iprice',
|
|
|
width: 120,
|
|
|
key: '',
|
|
|
className: 'replacecolor'
|
|
|
},
|
|
|
{
|
|
|
title: '开票数',
|
|
|
- dataIndex: 'invoicedQuantity',
|
|
|
+ dataIndex: 'isumBillQuantity',
|
|
|
width: 120,
|
|
|
key: '',
|
|
|
className: 'replacecolor'
|
|
|
},
|
|
|
{
|
|
|
title: '未开票数',
|
|
|
- dataIndex: 'notInvoicedQuantity',
|
|
|
+ dataIndex: 'isumBillQuantityN',
|
|
|
width: 120,
|
|
|
key: '',
|
|
|
className: 'replacecolor'
|
|
@@ -127,7 +127,7 @@ export default {
|
|
|
},
|
|
|
{
|
|
|
title: '未结算数量',
|
|
|
- dataIndex: 'notIsquantity',
|
|
|
+ dataIndex: 'isquantityN',
|
|
|
width: 120,
|
|
|
key: '',
|
|
|
className: 'replacecolor'
|