From 6c25ff12b260880f96363ddfd8b061d78c3d87e3 Mon Sep 17 00:00:00 2001
From: liyong <18434998025@163.com>
Date: 星期二, 13 一月 2026 15:45:25 +0800
Subject: [PATCH] feat(product): 添加工艺编号和产品编号
---
src/views/productionManagement/processRoute/index.vue | 4 ++++
src/views/basicData/product/index.vue | 4 ++++
src/views/productionManagement/productStructure/index.vue | 5 +++++
3 files changed, 13 insertions(+), 0 deletions(-)
diff --git a/src/views/basicData/product/index.vue b/src/views/basicData/product/index.vue
index f9a61cd..e652c53 100644
--- a/src/views/basicData/product/index.vue
+++ b/src/views/basicData/product/index.vue
@@ -235,6 +235,10 @@
const expandedKeys = ref([]);
const tableColumn = ref([
{
+ label: "浜у搧瑙勬牸缂栧彿",
+ prop: "productCode",
+ },
+ {
label: "瑙勬牸鍨嬪彿",
prop: "model",
},
diff --git a/src/views/productionManagement/processRoute/index.vue b/src/views/productionManagement/processRoute/index.vue
index 20de386..10bd0d9 100644
--- a/src/views/productionManagement/processRoute/index.vue
+++ b/src/views/productionManagement/processRoute/index.vue
@@ -66,6 +66,10 @@
const { searchForm } = toRefs(data);
const tableColumn = ref([
{
+ label: "宸ヨ壓璺嚎缂栧彿",
+ prop: "processRouteCode",
+ },
+ {
label: "浜у搧鍚嶇О",
prop: "productName",
},
diff --git a/src/views/productionManagement/productStructure/index.vue b/src/views/productionManagement/productStructure/index.vue
index bdbec9c..6ba2e4a 100644
--- a/src/views/productionManagement/productStructure/index.vue
+++ b/src/views/productionManagement/productStructure/index.vue
@@ -34,6 +34,11 @@
const tableColumn = ref([
{
+ label: "浜у搧缂栫爜",
+ prop: "productCode",
+ slot: "detail"
+ },
+ {
label: "浜у搧鍚嶇О",
prop: "productName",
dataType: 'slot',
--
Gitblit v1.9.3