列表调整

main
mhsnet 7 months ago
parent e118b2c689
commit 3d9b5e311f

@ -48,11 +48,12 @@ const xGrid = ref()
const gridOptionsA: any = reactive({ const gridOptionsA: any = reactive({
columns: [ 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: 'ConCode', title: '合同编号', sortable: true, width: '160px' },
{ field: 'ConName', 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: 'ConLawCode', title: '合同编号(国网经法)', sortable: true, width: '180px' },
{ field: 'SerialNumber', title: '技术规范流水号', sortable: true, width: '160px' }, { field: 'SerialNumber', title: '技术规范流水号', sortable: true, width: '160px' },
{ field: 'SellerSignTime', title: '合同签订日期', sortable: true, width: '160px' }, { field: 'SellerSignTime', title: '合同签订日期', sortable: true, width: '160px' },

Loading…
Cancel
Save