From a9edf162ac5dd98719c2f93ab0800c98673fd220 Mon Sep 17 00:00:00 2001
From: xiazhengtongxue <133085197+xiazhengtongxue@users.noreply.github.com>
Date: 星期三, 01 四月 2026 16:14:49 +0800
Subject: [PATCH] fix: 修复AGV任务下发,修改找空闲为深度优先等
---
Code/WMS/WIDESEA_WMSClient/src/views/stock/stockInfo.vue | 12 +++++++++---
1 files changed, 9 insertions(+), 3 deletions(-)
diff --git a/Code/WMS/WIDESEA_WMSClient/src/views/stock/stockInfo.vue b/Code/WMS/WIDESEA_WMSClient/src/views/stock/stockInfo.vue
index f7ec3e1..1b870bb 100644
--- a/Code/WMS/WIDESEA_WMSClient/src/views/stock/stockInfo.vue
+++ b/Code/WMS/WIDESEA_WMSClient/src/views/stock/stockInfo.vue
@@ -1,4 +1,3 @@
-
<template>
<view-grid
ref="grid"
@@ -77,6 +76,14 @@
width: 150,
align: "left",
},
+ {
+ field: "stockStatus",
+ title: "搴撳瓨鐘舵��",
+ type: "int",
+ width: 150,
+ align: "left",
+ bind: { key: "stockStatusEmun", data: [] },
+ },
// {
// field: "isFull",
// title: "鏄惁婊$洏",
@@ -150,5 +157,4 @@
};
},
});
- </script>
-
\ No newline at end of file
+ </script>
\ No newline at end of file
--
Gitblit v1.9.3