审批重构
This commit is contained in:
@ -350,7 +350,7 @@ const handleDelete = async (row?: ConstructionValueVO) => {
|
||||
|
||||
/** 审核按钮操作 */
|
||||
const handleAudit = async (row?: ConstructionValueVO) => {
|
||||
proxy?.$tab.openPage('/out/constructionValue/indexEdit', '审核施工产值', {
|
||||
proxy?.$tab.openPage('/approval/constructionValue/indexEdit', '审核施工产值', {
|
||||
id: row?.id,
|
||||
type: 'update'
|
||||
});
|
||||
|
@ -268,7 +268,7 @@ onMounted(() => {
|
||||
|
||||
/** 审核按钮操作 */
|
||||
const handleAudit = async (row?: MonthPlanVO) => {
|
||||
proxy?.$tab.openPage('/out/designCompletion/indexEdit', '审核设计完工产值', {
|
||||
proxy?.$tab.openPage('/approval/designCompletion/indexEdit', '审核设计完工产值', {
|
||||
id: row?.id,
|
||||
type: 'update'
|
||||
});
|
||||
|
@ -244,7 +244,7 @@ const handleDelete = async (row?: MonthPlanVO) => {
|
||||
|
||||
/** 审核按钮操作 */
|
||||
const handleAudit = async (row?: MonthPlanVO) => {
|
||||
proxy?.$tab.openPage('/out/monthPlan/indexEdit', '审核月度产值计划', {
|
||||
proxy?.$tab.openPage('/approval/monthPlan/indexEdit', '审核月度产值计划', {
|
||||
planMonth: row?.planMonth,
|
||||
type: 'update'
|
||||
});
|
||||
|
Reference in New Issue
Block a user