采购联系单

This commit is contained in:
Teo
2025-09-14 17:40:43 +08:00
parent 5bec10e864
commit e7980f0d01
9 changed files with 163 additions and 96 deletions

View File

@ -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`,