From 2654a849bcbbd03df38592b29c22df56d750fb27 Mon Sep 17 00:00:00 2001
From: 647556386 <647556386@qq.com>
Date: 星期一, 12 一月 2026 15:48:04 +0800
Subject: [PATCH] 优化
---
项目代码/WIDESEA_WMSClient/src/views/outbound/allocateoutboundOrder.vue | 15 ++++++++-------
1 files changed, 8 insertions(+), 7 deletions(-)
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEA_WMSClient/src/views/outbound/allocateoutboundOrder.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEA_WMSClient/src/views/outbound/allocateoutboundOrder.vue"
index 2a9ad08..a408b17 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEA_WMSClient/src/views/outbound/allocateoutboundOrder.vue"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEA_WMSClient/src/views/outbound/allocateoutboundOrder.vue"
@@ -152,6 +152,7 @@
width: 150,
align: "left",
bind: { key: "businessType", data: [] },
+ hidden: true,
},
{
field: "orderStatus",
@@ -191,19 +192,18 @@
align: "left"
},
{
+ field: "returnToMESStatus",
+ title: "鍥炰紶MES鐘舵��",
+ width: 120,
+ bind: { key: "createType", data: [{ key: 0, value: "鏈洖浼�" }, { key: 1, value: "宸插洖浼犳垚鍔�" }, { key: 2, value: "鍥炰紶澶辫触" }] },
+ },
+ {
field: "departmentCode",
title: "淇敼鏃堕棿",
type: "string",
width: 120,
align: "left",
hidden: true
- },
- {
- field: "departmentName",
- title: "閮ㄩ棬鍚嶇О",
- type: "string",
- width: 160,
- align: "left",
},
{
field: "creater",
@@ -239,6 +239,7 @@
type: "string",
width: 100,
align: "left",
+ hidden: true,
},
]);
const detail = ref({
--
Gitblit v1.9.3