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/taskinfo/task.vue | 77 +++++++++++++++++++++++++++++---------
1 files changed, 58 insertions(+), 19 deletions(-)
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/taskinfo/task.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/taskinfo/task.vue"
index 545ea62..e0109d2 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/taskinfo/task.vue"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/taskinfo/task.vue"
@@ -26,8 +26,34 @@
url: "/Task/",
sortName: "CreateDate",
});
- const editFormFields = ref({});
- const editFormOptions = ref([]);
+ const editFormFields = ref({
+ taskNum: "",
+ palletCode: "",
+ roadway: "",
+ taskStatus: "",
+ taskType: "",
+ sourceAddress: "",
+ targetAddress: "",
+ currentAddress: "",
+ nextAddress: "",
+ creater: "",
+ createDate: "",
+ palletType:"",
+ WarehouseId:"",
+ });
+ const editFormOptions = ref([
+ [
+ { title: "浠诲姟鐘舵��",field: "taskStatus",type: "select",dataKey: "taskStatusEnum",data: [],},
+ ],
+ [
+ { title: "璧峰鍦板潃", field: "sourceAddress", type: "string" },
+ { title: "鐩爣鍦板潃", field: "targetAddress", type: "string" },
+ ],
+ [
+ { title: "褰撳墠浣嶇疆", field: "currentAddress", type: "string" },
+ { title: "涓嬩竴浣嶇疆", field: "nextAddress", type: "string" },
+ ]
+ ]);
const searchFormFields = ref({
taskNum: "",
palletCode: "",
@@ -77,14 +103,14 @@
field: "palletCode",
title: "鎵樼洏缂栧彿",
type: "string",
- width: 160,
+ width: 120,
align: "left",
},
{
field: "palletType",
title: "鎵樼洏绫诲瀷",
type: "string",
- width: 120,
+ width: 80,
align: "left",
bind: { key: "taskpalltype", data: [] },
},
@@ -92,14 +118,21 @@
field: "roadway",
title: "宸烽亾鍙�",
type: "string",
- width: 120,
+ width: 70,
align: "left",
+ },{
+ field: "warehouseId",
+ title: "浠撳簱缂栧彿",
+ type: "int",
+ width: 80,
+ align: "left",
+ bind: { key: "warehouseEnum", data: [] },
},
{
field: "taskType",
title: "浠诲姟绫诲瀷",
type: "int",
- width: 120,
+ width: 90,
align: "left",
bind: { key: "taskTypeEnum", data: [] },
},
@@ -107,7 +140,7 @@
field: "taskStatus",
title: "浠诲姟鐘舵��",
type: "int",
- width: 150,
+ width: 120,
align: "left",
bind: { key: "taskStatusEnum", data: [] },
},
@@ -115,28 +148,35 @@
field: "sourceAddress",
title: "璧峰鍦板潃",
type: "int",
- width: 220,
+ width: 150,
align: "left",
},
{
field: "targetAddress",
title: "鐩爣鍦板潃",
type: "string",
- width: 220,
+ width: 150,
align: "left",
},
{
field: "currentAddress",
title: "褰撳墠浣嶇疆",
type: "string",
- width: 120,
+ width: 150,
align: "left",
},
{
field: "nextAddress",
title: "涓嬩竴浣嶇疆",
type: "string",
- width: 120,
+ width: 150,
+ align: "left",
+ },
+ {
+ field: "numberSsuances",
+ title: "寮傚父娆℃暟",
+ type: "string",
+ width: 100,
align: "left",
},
{
@@ -145,15 +185,14 @@
type: "string",
width: 100,
align: "left",
- hidden: true,
},
- {
- field: "grade",
- title: "浼樺厛绾�",
- type: "int",
- width: 80,
- align: "left",
- },
+ // {
+ // field: "grade",
+ // title: "浼樺厛绾�",
+ // type: "int",
+ // width: 80,
+ // align: "left",
+ // },
{
field: "dispatchertime",
title: "浠诲姟涓嬪彂鏃堕棿",
--
Gitblit v1.9.3