add:pc成品入库
This commit is contained in:
@@ -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 => {
|
||||
|
||||
Reference in New Issue
Block a user