add:pc成品入库

This commit is contained in:
2024-01-19 18:36:27 +08:00
parent 1e96343e7e
commit d93fe3a4ed
15 changed files with 1841 additions and 59 deletions

View File

@@ -170,6 +170,10 @@ export default {
openParam: {
type: Array,
default: () => { return [] }
},
storId: {
type: String,
default: ''
}
},
data() {
@@ -221,6 +225,7 @@ export default {
return
}
this.fullscreenLoading = true
this.dis_row.stor_id = this.storId
crudRawAssist.delTask(this.dis_row).then(res => {
this.fullscreenLoading = false
crudRawAssist.queryTask(this.form.dtl_row).then(res => {
@@ -252,6 +257,7 @@ export default {
return
}
this.fullscreenLoading = true
this.dis_row.stor_id = this.storId
crudRawAssist.confirmTask(this.dis_row).then(res => {
crudRawAssist.queryTask(this.form.dtl_row).then(res2 => {
this.form.tableMater = res2
@@ -296,6 +302,7 @@ export default {
return
}
this.fullscreenLoading = true
this.dis_row.stor_id = this.storId
crudRawAssist.reIssueTask(this.dis_row).then(res => {
this.fullscreenLoading = false
crudRawAssist.queryTask(this.form.dtl_row).then(res2 => {