fix(router): 修复药品管理模块审核页面路由路径
- 修正 chkstockBatch 页面审核路由路径 - 修正 lossReporting 页面审核路由路径 - 修正 purchaseDocument 页面审核路由路径 - 修正 requisitionManagement 页面审核路由路径 - 修正 returningInventory 页面审核路由路径 - 修正 returnedPurchase 页面审核路由路径 - 修正 batchTransfer 页面审核路由路径 - 修正 transferManagent 页面审核路由路径 - 在采购单据拒绝流程中添加关闭当前页签功能 - 在采购单据通过流程中添加关闭当前页签功能
This commit is contained in:
@@ -909,7 +909,7 @@ function handleReject() {
|
||||
store.clearCurrentDataLYCK();
|
||||
// 跳转到审核页面
|
||||
router.replace({
|
||||
path: '/aaaa/billapproval',
|
||||
path: '/financialManagement/medicationmanagement/billapproval',
|
||||
query: { type: 'requisitionManagement' },
|
||||
});
|
||||
}
|
||||
@@ -925,7 +925,7 @@ function handelApply() {
|
||||
store.clearCurrentDataLYCK();
|
||||
// 跳转到审核页面
|
||||
router.replace({
|
||||
path: '/aaaa/billapproval',
|
||||
path: '/financialManagement/medicationmanagement/billapproval',
|
||||
query: { type: 'requisitionManagement' },
|
||||
});
|
||||
}
|
||||
|
||||
@@ -982,7 +982,7 @@ function handleReject() {
|
||||
store.clearCurrentDataLYTK();
|
||||
// 跳转到审核页面
|
||||
router.replace({
|
||||
path: '/aaaa/billapproval',
|
||||
path: '/financialManagement/medicationmanagement/billapproval',
|
||||
query: { type: 'returningInventory' },
|
||||
});
|
||||
}
|
||||
@@ -998,7 +998,7 @@ function handelApply() {
|
||||
store.clearCurrentDataLYTK();
|
||||
// 跳转到审核页面
|
||||
router.replace({
|
||||
path: '/aaaa/billapproval',
|
||||
path: '/financialManagement/medicationmanagement/billapproval',
|
||||
query: { type: 'returningInventory' },
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user