From ef409d6ed01cf7da29f0033f0180b192f18d1e1c Mon Sep 17 00:00:00 2001
From: xiaojiao <xiaojiao@kaokeziliao.com>
Date: 星期四, 30 四月 2026 08:52:46 +0800
Subject: [PATCH] Merge branch 'master' of http://115.159.85.185:8098/r/KuKa/BeiJingBeiQiAGV
---
项目代码/WIDESEA_WCSClient/src/views/basicinfo/materialInfo.vue | 26 +++++++++++++-------------
1 files changed, 13 insertions(+), 13 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..5c5c3fc 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"
@@ -50,10 +50,10 @@
{ title: "浠诲姟鍙�", field: "taskNum", type: "int" },
{ title: "鎵樼洏缂栧彿", field: "palletCode", type: "text" },
{
- title: "浠诲姟绫诲瀷",
- field: "taskType",
+ title: "鏄惁缁戝畾",
+ field: "isBind",
type: "selectList",
- dataKey: "taskType",
+ dataKey: "isBind",
data: [],
},
{
@@ -88,7 +88,7 @@
align: "left",
},
{
- field: "ContainerCode",
+ field: "containerCode",
title: "瀹瑰櫒缂栧彿",
type: "string",
width: 90,
@@ -96,37 +96,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