From 3d9b5e311f42e4a48e08a4f78fac345e8ab87d5a Mon Sep 17 00:00:00 2001 From: mhsnet Date: Mon, 8 Apr 2024 13:24:45 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=97=E8=A1=A8=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Gw/dataCenterPurchaseOrder/DataCenterPurchaseOrder.vue | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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' },