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 = {