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