管道气销售

This commit is contained in:
‘huanghaiixia’
2026-01-07 17:38:57 +08:00
parent f73ce1a9f1
commit 5184bc2ddc
14 changed files with 281 additions and 129 deletions

View File

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