|
@@ -275,9 +275,14 @@ export default {
|
|
|
},
|
|
|
{label: '最近价格', prop: 'recentlyPrice', width: 80},
|
|
|
{label: '单价差', prop: 'priceDiffer', width: 80},
|
|
|
+ {label: '申请理由', prop: 'explainStr'},
|
|
|
{label: '客户', prop: 'customerName'},
|
|
|
{label: '供应商名称1', prop: 'supplierName1'},
|
|
|
- {label: '单价1', prop: 'unitPrice1', width: 80},
|
|
|
+ {label: '单价1', prop: 'unitPrice1', width: 70},
|
|
|
+ {label: '供应商名称2', prop: 'supplierName2'},
|
|
|
+ {label: '单价2', prop: 'unitPrice2', width: 70},
|
|
|
+ {label: '供应商名称3', prop: 'supplierName3'},
|
|
|
+ {label: '单价3', prop: 'unitPrice3', width: 70},
|
|
|
]
|
|
|
// 采购订单
|
|
|
} else if (row.type == 'PU_ORDER_RULE') {
|