客户 供应商审批按钮

This commit is contained in:
‘huanghaiixia’
2026-01-05 17:17:47 +08:00
parent 32b58d7c79
commit 93c0f9fc74
16 changed files with 595 additions and 174 deletions

View File

@ -63,7 +63,6 @@
}
const handleSuccess = (val) =>{
val.forEach(v => {
v.approId = v.id
v.id = null
})
if (!dataList.value.length) {
@ -110,7 +109,7 @@
}
if (btn == 'view') {
router.push({
path: '/approve/Appro/form',
path: '/contract/ContractFact/form',
query: {
id: record.id || record.approId,
disabled: true