采购结算

This commit is contained in:
‘huanghaiixia’
2026-02-12 14:07:35 +08:00
parent c17af80e52
commit b036408017
11 changed files with 844 additions and 190 deletions

View File

@ -302,6 +302,14 @@ export const PAGE_CUSTOM_ROUTE: AppRouteRecordRaw[] = [{
title: (route) => ('管道气销售合同详情')
}
},
{
path: '/contract/ContractPurPng/viewForm',
name: 'ContractPurPngviewForm',
component: () => import('/@/views/contract/ContractPurPng/components/createForm.vue'),
meta: {
title: (route) => ('管道气采购合同详情')
}
}
]