From e3cfda747bd53f4550904d60cd13aa8f4e525739 Mon Sep 17 00:00:00 2001
From: wangxinhui <wangxinhui@hnkhzn.com>
Date: 星期一, 01 十二月 2025 18:52:17 +0800
Subject: [PATCH] 更新WMS接口等
---
项目代码/WCSClient/src/views/taskinfo/task_hty.vue | 79 ++++++++++++---------------------------
1 files changed, 24 insertions(+), 55 deletions(-)
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WCSClient/src/views/taskinfo/task_hty.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WCSClient/src/views/taskinfo/task_hty.vue"
index 8f3b95b..5705165 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WCSClient/src/views/taskinfo/task_hty.vue"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WCSClient/src/views/taskinfo/task_hty.vue"
@@ -50,29 +50,27 @@
dataKey: "taskType",
data: [],
},
- { title: "RFID缂栧彿", field: "rfidCode", type: "like" },
- ],
- [
{
title: "浠诲姟鐘舵��",
field: "taskState",
type: "selectList",
dataKey: "taskState",
data: [],
- },
+ }
+ ],
+ [
{ title: "璧峰鍦板潃", field: "sourceAddress", type: "like" },
{ title: "鐩爣鍦板潃", field: "targetAddress", type: "like" },
{ title: "褰撳墠浣嶇疆", field: "currentAddress", type: "like" },
+ { title: "涓嬩竴浣嶇疆", field: "nextAddress", type: "like" },
],
[
- { title: "涓嬩竴浣嶇疆", field: "nextAddress", type: "like" },
- { title: "宸烽亾鍙�", field: "roadway", type: "like", type: "select",dataKey: "Stacker",data: [],},
{ title: "鍒涘缓浜�", field: "creater", type: "like" },
{ title: "鍒涘缓鏃堕棿", field: "createDate", type: "datetime" },
],
]);
const columns = ref([
- {
+ {
field: "taskId",
title: "TaskId",
type: "int",
@@ -86,28 +84,21 @@
field: "taskNum",
title: "浠诲姟鍙�",
type: "int",
- width: 90,
+ width: 120,
align: "left",
},
{
field: "palletCode",
- title: "鎵樼洏缂栧彿",
+ title: "鏂欑缂栧彿",
type: "string",
- width: 200,
- align: "left",
- },
- {
- field: "rfidCode",
- title: "RFID缂栧彿",
- type: "string",
- width: 180,
+ width: 130,
align: "left",
},
{
field: "roadway",
title: "宸烽亾鍙�",
type: "string",
- width: 150,
+ width: 100,
align: "left",
bind: { key: "Stacker", data: [] },
},
@@ -115,7 +106,7 @@
field: "taskType",
title: "浠诲姟绫诲瀷",
type: "int",
- width: 130,
+ width: 100,
align: "left",
bind: { key: "taskType", data: [] },
},
@@ -131,27 +122,34 @@
field: "sourceAddress",
title: "璧峰鍦板潃",
type: "int",
- width: 120,
+ width: 150,
align: "left",
},
{
field: "targetAddress",
title: "鐩爣鍦板潃",
type: "string",
- width: 120,
+ width: 150,
align: "left",
},
{
field: "currentAddress",
title: "褰撳墠浣嶇疆",
type: "string",
- width: 120,
+ width: 150,
align: "left",
},
{
field: "nextAddress",
title: "涓嬩竴浣嶇疆",
type: "string",
+ width: 150,
+ align: "left",
+ },
+ {
+ field: "wmsId",
+ title: "WMS浠诲姟(涓婃父)",
+ type: "int",
width: 120,
align: "left",
},
@@ -159,7 +157,7 @@
field: "exceptionMessage",
title: "寮傚父淇℃伅",
type: "string",
- width: 90,
+ width: 100,
align: "left",
},
{
@@ -173,50 +171,21 @@
field: "dispatchertime",
title: "浠诲姟涓嬪彂鏃堕棿",
type: "datetime",
- width: 150,
- align: "left",
- },
- {
- field: "wMSId",
- title: "WMS浠诲姟涓婚敭",
- type: "int",
- width: 120,
- align: "left",
- hidden: true,
- },{
- field: "operatetype",
- title: "鎿嶄綔绫诲瀷",
- type: "string",
- width: 90,
- align: "left",
- bind: { key: "OperateTypeEnum", data: [] },
- },
- {
- field: "creater",
- title: "鍒涘缓浜�",
- type: "string",
- width: 90,
+ width: 180,
align: "left",
},
{
field: "createDate",
title: "鍒涘缓鏃堕棿",
type: "datetime",
- width: 150,
- align: "left",
- },
- {
- field: "modifier",
- title: "淇敼浜�",
- type: "string",
- width: 100,
+ width: 180,
align: "left",
},
{
field: "modifyDate",
title: "淇敼鏃堕棿",
type: "datetime",
- width: 160,
+ width: 180,
align: "left",
},
{
--
Gitblit v1.9.3