From 151963655582904f9197621e03cbee23d29658c2 Mon Sep 17 00:00:00 2001
From: 86156 <823267011@qq.com>
Date: Tue, 11 Nov 2025 14:38:00 +0800
Subject: [PATCH] =?UTF-8?q?=E4=B8=89=E7=BA=A7=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
klp-ui/src/views/wms/coil/actflow.vue | 24 +++++-------------------
1 file changed, 5 insertions(+), 19 deletions(-)
diff --git a/klp-ui/src/views/wms/coil/actflow.vue b/klp-ui/src/views/wms/coil/actflow.vue
index 16a34736..51bff591 100644
--- a/klp-ui/src/views/wms/coil/actflow.vue
+++ b/klp-ui/src/views/wms/coil/actflow.vue
@@ -64,15 +64,15 @@
-
+
{{ scope.row.currentCoilNo }}
-
+
- {{ getActionTypeText(scope.row.actionType) }}
+
@@ -268,6 +268,7 @@ import {
cancelAction
} from '@/api/wms/pendingAction';
import CoilSelector from '@/components/CoilSelector';
+import { Option } from 'element-ui';
export default {
name: 'CoilActflow',
@@ -550,22 +551,7 @@ export default {
this.form.coilId = coil.coilId;
this.form.currentCoilNo = coil.currentCoilNo;
},
- /** 获取操作类型文本 */
- getActionTypeText(actionType) {
- const type = parseInt(actionType);
- if (type >= 100 && type <= 199) {
- return '分条操作';
- } else if (type >= 200 && type <= 299) {
- return '合卷操作';
- } else if (type === 3) {
- return '更新信息';
- } else if (type === 4) {
- return '发货操作';
- } else if (type === 5) {
- return '移库操作';
- }
- return '未知操作';
- },
+
/** 获取状态文本 */
getStatusText(status) {
const statusMap = {