From cb12d30d03e1940b1447395af46bfaba37b214eb Mon Sep 17 00:00:00 2001
From: chenhj <1263187585@qq.com>
Date: 星期二, 17 三月 2026 17:59:32 +0800
Subject: [PATCH] 车间订单详情删除刷新工艺路线
---
src/views/plan/manufacturingorder/productorder-form.vue | 17 +++++++++++++++++
1 files changed, 17 insertions(+), 0 deletions(-)
diff --git a/src/views/plan/manufacturingorder/productorder-form.vue b/src/views/plan/manufacturingorder/productorder-form.vue
index 544a9a2..e4b8842 100644
--- a/src/views/plan/manufacturingorder/productorder-form.vue
+++ b/src/views/plan/manufacturingorder/productorder-form.vue
@@ -286,6 +286,13 @@
style="padding: 3px 0;margin-right:10px;"
type="text"
size="medium"
+ @click="refresh"
+ >鍒锋柊
+ </el-button>
+ <el-button
+ style="padding: 3px 0;margin-right:10px;"
+ type="text"
+ size="medium"
@click="addOrderOperation"
>娣诲姞
</el-button>
@@ -2261,6 +2268,16 @@
}
}
},
+ refresh() {
+ getMoRoutingOption(this.dataForm.id).then((response) => {
+ if (response.data.code === 0) {
+ this.operations = response.data.data
+ this.operationIndex += 1
+ } else {
+ this.operations = []
+ }
+ })
+ },
// 鍒犻櫎褰撳墠宸ュ簭
deleteOrderOperation(row) {
this.$confirm('鏄惁纭鍒犻櫎?', '鎻愮ず', {
--
Gitblit v1.9.3