|
|
|
|
@ -269,6 +269,7 @@ export default { |
|
|
|
|
type: 'warning', |
|
|
|
|
}) |
|
|
|
|
.then(() => { |
|
|
|
|
this.loading = true; |
|
|
|
|
moldComplete({ yoId: yoId }).then(res => { |
|
|
|
|
this.$message.success('操作成功'); |
|
|
|
|
this.onLoad(this.page, this.query); |
|
|
|
|
@ -286,6 +287,7 @@ export default { |
|
|
|
|
type: 'warning', |
|
|
|
|
}) |
|
|
|
|
.then(() => { |
|
|
|
|
this.loading = true; |
|
|
|
|
sendKit({ yoId: yoId }).then(res => { |
|
|
|
|
this.$message.success('操作成功'); |
|
|
|
|
this.onLoad(this.page, this.query); |
|
|
|
|
@ -303,7 +305,8 @@ export default { |
|
|
|
|
type: 'warning', |
|
|
|
|
}) |
|
|
|
|
.then(() => { |
|
|
|
|
loadBigWmsSend().then(res => { |
|
|
|
|
this.loading = true; |
|
|
|
|
loadBigWmsSend({ yoId: yoId }).then(res => { |
|
|
|
|
this.$message.success('操作成功'); |
|
|
|
|
this.onLoad(this.page, this.query); |
|
|
|
|
}); |
|
|
|
|
|