退料增加unitId及工程id

This commit is contained in:
syruan 2025-08-04 13:54:47 +08:00
parent 655d562096
commit d20808da3f
1 changed files with 6 additions and 3 deletions

View File

@ -323,12 +323,12 @@ export default {
onDictReady(dict) {
// back_task_status
const validOptions = dict.type.back_task_status || []
//
if (validOptions.length > 0) {
this.queryParams.status = validOptions[0].value
}
//
this.getList()
},
@ -457,10 +457,13 @@ export default {
// },
handleSubmit(row){
console.log(row)
this.$modal.confirm('是否确认提交所选择的退料任务?') .then(() => {
let param = {
id:row.id,
taskId:row.taskId
taskId:row.taskId,
proId:row.proId,
unitId:row.unitId,
}
submitBackApply(param).then((res) => {
this.getList()