diff --git a/src/views/Gw/dataCenterPurchaseOrder/DataCenterPurchaseOrder.vue b/src/views/Gw/dataCenterPurchaseOrder/DataCenterPurchaseOrder.vue index 08288b7..2ad874e 100644 --- a/src/views/Gw/dataCenterPurchaseOrder/DataCenterPurchaseOrder.vue +++ b/src/views/Gw/dataCenterPurchaseOrder/DataCenterPurchaseOrder.vue @@ -48,11 +48,12 @@ const xGrid = ref() const gridOptionsA: any = reactive({ columns: [ - { field: 'PoNo', title: '采购订单编码', width: '120px', fixed: 'left' }, + { field: 'PurchaseName', title: '采购方公司名称', sortable: true, width: '160px', fixed: 'left' }, + { field: 'PurchaseCode', title: '采购方公司编码', sortable: true, width: '160px', fixed: 'left' }, + { field: 'Amount', title: '采购数量', sortable: true, width: '160px', fixed: 'left' }, + { field: 'PoNo', title: '采购订单编码', width: '120px' }, { field: 'ConCode', title: '合同编号', sortable: true, width: '160px' }, { field: 'ConName', title: '合同名称', sortable: true, width: '160px' }, - { field: 'PurchaseName', title: '采购方公司名称', sortable: true, width: '160px' }, - { field: 'PurchaseCode', title: '采购方公司编码', sortable: true, width: '160px' }, { field: 'ConLawCode', title: '合同编号(国网经法)', sortable: true, width: '180px' }, { field: 'SerialNumber', title: '技术规范流水号', sortable: true, width: '160px' }, { field: 'SellerSignTime', title: '合同签订日期', sortable: true, width: '160px' },