From bde09c027eee16a7b05b82e71dea4d3405d6d52d Mon Sep 17 00:00:00 2001
From: Admin <Admin@ADMIN>
Date: 星期四, 22 一月 2026 17:05:09 +0800
Subject: [PATCH] 前端页面优化,日志记录,日志展示
---
项目代码/WMS/WIDESEA_WMSClient/src/views/basic/locationInfo.vue | 31 +++++++++++++++++++------------
1 files changed, 19 insertions(+), 12 deletions(-)
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/basic/locationInfo.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/basic/locationInfo.vue"
index e4f0c90..cd7057d 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/basic/locationInfo.vue"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/basic/locationInfo.vue"
@@ -52,7 +52,7 @@
{ title: "绂佺敤鐘舵��", field: "enableStatus" ,type: "select",dataKey: "enableStatusEnum",data: [],},
],
[
- { title: "璐т綅鐘舵��", field: "locationStatus" ,type: "selectList",dataKey: "locationStatusEnum",data: [],},
+ { title: "璐т綅鐘舵��", field: "locationStatus" ,type: "select",dataKey: "locationStatusEnum",data: [],},
{ title: "琛�", field: "row" ,type: "int"},
{ title: "鍒�", field: "column" ,type: "int"},
{ title: "灞�", field: "layer" ,type: "int"}
@@ -68,6 +68,13 @@
readonly: true,
require: true,
align: "left",
+ },{
+ field: "warehouseId",
+ title: "浠撳簱缂栧彿",
+ type: "int",
+ width: 80,
+ align: "left",
+ bind: { key: "warehouseEnum", data: [] },
},
// {
// field: "areaId",
@@ -87,13 +94,13 @@
width: 180,
align: "left",
},
- {
- field: "locationName",
- title: "璐т綅鍚嶇О",
- type: "string",
- width: 220,
- align: "left",
- },
+ // {
+ // field: "locationName",
+ // title: "璐т綅鍚嶇О",
+ // type: "string",
+ // width: 220,
+ // align: "left",
+ // },
{
field: "roadwayNo",
title: "宸烽亾缂栧彿",
@@ -120,14 +127,14 @@
field: "layer",
title: "璐т綅灞�",
type: "string",
- width: 200,
+ width: 120,
align: "left",
},
{
field: "depth",
title: "璐т綅娣卞害",
type: "string",
- width: 180,
+ width: 120,
align: "left",
bind:{key: "locationDepth", data: []}
},
@@ -143,7 +150,7 @@
field: "locationStatus",
title: "璐т綅鐘舵��",
type: "string",
- width: 200,
+ width: 120,
align: "left",
bind: { key: "locationStatusEnum", data: [] },
},
@@ -151,7 +158,7 @@
field: "enableStatus",
title: "绂佺敤鐘舵��",
type: "string",
- width: 180,
+ width: 120,
align: "left",
bind: { key: "enableStatusEnum", data: [] },
},
--
Gitblit v1.9.3