From 75d16a23d059439c7478f8d3f6372c29072ba84e Mon Sep 17 00:00:00 2001
From: xiaojiao <xiaojiao@kaokeziliao.com>
Date: 星期三, 06 五月 2026 16:27:14 +0800
Subject: [PATCH] 完善任务执行步骤
---
项目代码/WIDESEA_WCSClient/src/views/basicinfo/materialInfo.vue | 61 ++++++++++++------------------
1 files changed, 24 insertions(+), 37 deletions(-)
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEA_WCSClient/src/views/basicinfo/materialInfo.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEA_WCSClient/src/views/basicinfo/materialInfo.vue"
index 38e8eee..bc4fa10 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEA_WCSClient/src/views/basicinfo/materialInfo.vue"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEA_WCSClient/src/views/basicinfo/materialInfo.vue"
@@ -13,7 +13,7 @@
const table = ref({
key: "id",
footer: "Foots",
- cnName: "鐗╂枡缁戝畾绠$悊",
+ cnName: "鐗╂枡璁板綍",
name: "Dt_MaterialInfo",
url: "/materialInfo/",
sortName: "CreateDate",
@@ -47,34 +47,14 @@
});
const searchFormOptions = ref([
[
- { title: "浠诲姟鍙�", field: "taskNum", type: "int" },
- { title: "鎵樼洏缂栧彿", field: "palletCode", type: "text" },
- {
- title: "浠诲姟绫诲瀷",
- field: "taskType",
- type: "selectList",
- dataKey: "taskType",
- data: [],
- },
- {
- title: "浠诲姟鐘舵��",
- field: "taskState",
- type: "selectList",
- dataKey: "taskState",
- data: [],
- },
+ { title: "瀹瑰櫒缂栧彿", field: "containerCode", type: "string" },
+ { title: "闆朵欢鍙�", field: "materialName", type: "string" },
+ { title: "杞﹀瀷", field: "carmodel", type: "string" },
],
[
- { title: "璧峰鍦板潃", field: "sourceAddress", type: "text" },
- { title: "鐩爣鍦板潃", field: "targetAddress", type: "text" },
- { title: "褰撳墠浣嶇疆", field: "currentAddress", type: "text" },
- { title: "涓嬩竴浣嶇疆", field: "nextAddress", type: "text" },
- ],
- [
- { title: "宸烽亾鍙�", field: "roadway", type: "text" },
- { title: "鍒涘缓浜�", field: "creater", type: "text" },
- { title: "鍒涘缓鏃堕棿", field: "createDate", type: "datetime" },
- ],
+ { title: "瀹瑰櫒璧风偣", field: "position", type: "string" },
+ { title: "瀹瑰櫒缁堢偣", field: "endPosition", type: "string" },
+ ]
]);
const columns = ref([
{
@@ -88,7 +68,14 @@
align: "left",
},
{
- field: "ContainerCode",
+ field: "materialName",
+ title: "闆朵欢鍙�",
+ type: "string",
+ width: 150,
+ align: "left",
+ },
+ {
+ field: "containerCode",
title: "瀹瑰櫒缂栧彿",
type: "string",
width: 90,
@@ -96,37 +83,37 @@
},
{
- field: "Position",
- title: "瀹瑰櫒褰撳墠浣嶇疆",
+ field: "position",
+ title: "瀹瑰櫒璧风偣",
type: "string",
width: 160,
align: "left",
},
{
- field: "EndPosition",
- title: "瀹瑰櫒鍑哄満浣嶇疆",
+ field: "endPosition",
+ title: "瀹瑰櫒缁堢偣",
type: "string",
width: 90,
align: "left",
},
{
- field: "IsNew",
+ field: "isNew",
title: "鏄惁灞炰簬鏂板瀹瑰櫒",
type: "int",
width: 120,
align: "left",
- bind: { key: "taskType", data: [] },
+ bind: { key: "isBind", data: [] },
},
{
- field: "IsBind",
+ field: "isBind",
title: "鏄惁缁戝畾",
type: "int",
width: 150,
align: "left",
- bind: { key: "taskState", data: [] },
+ bind: { key: "isBind", data: [] },
},
{
- field: "Carmodel",
+ field: "carmodel",
title: "杞﹀瀷",
type: "string",
width: 120,
--
Gitblit v1.9.3