| src/views/plan/manufacturingorder/productorder-form.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/views/plan/manufacturingorder/productorder-form.vue
@@ -2299,6 +2299,13 @@ } } this.$message.success('订单工序删除成功') getMoRoutingOption(this.dataForm.id).then((response) => { if (response.data.code === 0) { this.operations = response.data.data } else { this.operations = [] } }) } else { this.$message.error('订单工序删除失败') }