采购联系单
This commit is contained in:
@ -549,6 +549,8 @@ const splitBackEndStrToForm = (resData: any) => {
|
||||
};
|
||||
/** 审核过程按钮操作 */
|
||||
const handleAudit = async (row) => {
|
||||
if(!row.fileId)return proxy?.$modal.msgError('用户资料未上传');
|
||||
|
||||
proxy.$tab.closePage(proxy.$route);
|
||||
proxy.$router.push({
|
||||
path: `/approval/supplierInput/indexEdit`,
|
||||
|
||||
Reference in New Issue
Block a user