|
@@ -106,13 +106,13 @@
|
|
|
@click="handleSH(record)"
|
|
|
v-if="record.state !='WAIT_SUBMIT'"
|
|
|
id="allocateBillList-examine-btn">审核进度</a-button>
|
|
|
- <a-button
|
|
|
+ <!-- <a-button
|
|
|
size="small"
|
|
|
type="link"
|
|
|
v-if="record.state == 'FINISH'"
|
|
|
@click="handleEdit(record)"
|
|
|
class="button-info"
|
|
|
- id="bulkWarehousingOrderList-edit-btn">同步到ERP</a-button>
|
|
|
+ id="bulkWarehousingOrderList-edit-btn">同步到ERP</a-button> -->
|
|
|
<a-button
|
|
|
size="small"
|
|
|
type="link"
|
|
@@ -180,7 +180,7 @@ export default {
|
|
|
{ title: '序号', dataIndex: 'no', width: '5%', align: 'center' },
|
|
|
{ title: '创建时间', dataIndex: 'createDate', width: '8%', align: 'center', customRender: function (text) { return text || '--' } },
|
|
|
{ title: '采购退货单号', scopedSlots: { customRender: 'sparePartsReturnNo' }, width: '15%', align: 'center' },
|
|
|
- { title: '供应商名称', dataIndex: 'supplierName', align: 'center', width: '15%', customRender: function (text) { return text || '--' }, ellipsis: true },
|
|
|
+ { title: '供应商名称', dataIndex: 'supplier.supplierName', align: 'center', width: '15%', customRender: function (text) { return text || '--' }, ellipsis: true },
|
|
|
{ title: '退货原因', dataIndex: 'explainInfo', width: '15%', align: 'center', customRender: function (text) { return text || '--' }, ellipsis: true },
|
|
|
{ title: '申请退货数量', dataIndex: 'totalPutQty', width: '8%', align: 'center', customRender: function (text) { return ((text || text == 0) ? text : '--') } },
|
|
|
{ title: '退货金额', dataIndex: 'totalCost', width: '8%', align: 'center', customRender: function (text) { return ((text || text == 0) ? toFixedDecimal(text, 2) : '--') } },
|