This commit is contained in:
liushuai
2020-04-07 19:13:40 +08:00
parent a0474aaf33
commit 193dd7ece6
22 changed files with 865 additions and 330 deletions

View File

@@ -115,7 +115,7 @@ export function alldelete(basicNum) {
ModularID: router.currentRoute.path,
type: '2',
name: 'PDM_零件明细表_基本件_删除数据_根据组件流水号',
param: `件流水号=${basicNum}`
param: `基本件流水号=${basicNum}`
}
})
}
@@ -193,7 +193,7 @@ export function alldeleteWB(num) {
ModularID: router.currentRoute.path,
type: '2',
name: 'PDM_零件明细表_标准件和外购件_删除数据_根据组件流水号',
param: '件流水号=' + num + '=int'
param: '标准件和外购件流水号=' + num
}
})
}