生产管理接口联调

dev-scheduling
zhangdi 2 months ago
parent 158749a2a4
commit 9f0f10b80b
  1. 5
      src/views/productionManagement/sjKitPreparation/index.vue

@ -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);
});

Loading…
Cancel
Save