From 43be32b8523e5139850b8cefc660026f35eb97bb Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期一, 22 十二月 2025 18:14:33 +0800
Subject: [PATCH] 1.海川开心-生产订单展示字段修改
---
src/views/productionManagement/productionOrder/index.vue | 10 +++++-----
src/views/inventoryManagement/issueManagement/index.vue | 4 ++--
src/views/productionManagement/productionDispatching/index.vue | 14 --------------
3 files changed, 7 insertions(+), 21 deletions(-)
diff --git a/src/views/inventoryManagement/issueManagement/index.vue b/src/views/inventoryManagement/issueManagement/index.vue
index 57ac9be..7e8e580 100644
--- a/src/views/inventoryManagement/issueManagement/index.vue
+++ b/src/views/inventoryManagement/issueManagement/index.vue
@@ -69,7 +69,7 @@
<el-table-column label="鍚◣鎬讳环(鍏�)" prop="taxInclusiveTotalPrice" width="150"></el-table-column>
<el-table-column fixed="right" label="鎿嶄綔" min-width="60" align="center">
<template #default="scope">
- <el-button link type="primary" size="small" @click="openForm(scope.row);">棰嗙敤</el-button>
+ <el-button link type="primary" size="small" @click="openForm(scope.row);">鍙戞枡</el-button>
</template>
</el-table-column>
</el-table>
@@ -108,7 +108,7 @@
<el-table-column label="鍓╀綑搴撳瓨" prop="inboundNum0" width="90" show-overflow-tooltip />
<el-table-column fixed="right" label="鎿嶄綔" width="100" align="center">
<template #default="scope">
- <el-button link type="primary" size="small" @click="openForm(scope.row);">棰嗙敤</el-button>
+ <el-button link type="primary" size="small" @click="openForm(scope.row);">鍙戞枡</el-button>
</template>
</el-table-column>
</el-table>
diff --git a/src/views/productionManagement/productionDispatching/index.vue b/src/views/productionManagement/productionDispatching/index.vue
index 2d39890..28b4bc6 100644
--- a/src/views/productionManagement/productionDispatching/index.vue
+++ b/src/views/productionManagement/productionDispatching/index.vue
@@ -148,20 +148,6 @@
width: 120,
},
{
- label: "鐘舵��",
- prop: "status",
- dataType: "tag",
- formatType: (params) => {
- if (params == '鐢熶骇涓�') {
- return "warning";
- } else if (params == '鏈紑濮�') {
- return "danger";
- } else {
- return "success";
- }
- },
- },
- {
label: "鐢熶骇杩涘害",
prop: "progress",
formatData: (cellValue) => {
diff --git a/src/views/productionManagement/productionOrder/index.vue b/src/views/productionManagement/productionOrder/index.vue
index 03b8ae4..d730513 100644
--- a/src/views/productionManagement/productionOrder/index.vue
+++ b/src/views/productionManagement/productionOrder/index.vue
@@ -87,16 +87,16 @@
// width:300
// },
{
- label: "浠樻鐘舵��",
+ label: "鐢熶骇鐘舵��",
prop: "status",
dataType: "tag",
formatType: (params) => {
- if (params == '鏈畬鎴�') {
+ if (params == '鐢熶骇涓�') {
+ return "warning";
+ } else if (params == '鏈紑濮�') {
return "danger";
- } else if (params == '宸插畬鎴�') {
- return "success";
} else {
- return null;
+ return "success";
}
},
},
--
Gitblit v1.9.3