销算结算校验

This commit is contained in:
‘huanghaiixia’
2026-02-11 10:19:01 +08:00
parent 73b14aa299
commit 127d66bb03
3 changed files with 65 additions and 23 deletions

View File

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