From 559b2321be06967f32eb40ba434790b735d7fa33 Mon Sep 17 00:00:00 2001
From: zyx <zyx123456>
Date: 星期二, 07 十一月 2023 16:53:55 +0800
Subject: [PATCH] 出库时,检测到选择的站点没有空的暂存位,则等成等待任务,等待任务的出库站点暂时不分配。 新增定时处理等待任务
---
src/main/webapp/static/js/basShuttle/basShuttle.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/main/webapp/static/js/basShuttle/basShuttle.js b/src/main/webapp/static/js/basShuttle/basShuttle.js
index 3acf500..dd19072 100644
--- a/src/main/webapp/static/js/basShuttle/basShuttle.js
+++ b/src/main/webapp/static/js/basShuttle/basShuttle.js
@@ -27,7 +27,7 @@
,{field: 'shuttleStatus', align: 'center',title: '浣滀笟鎬�'}
,{field: 'wrkNo', align: 'center',title: '浠诲姟鍙�'}
,{field: 'idleLoc', align: 'center',title: '鏆傚瓨搴撲綅'}
- ,{field: 'autoCharge', align: 'center',title: '鑷姩鍏呯數'}
+ // ,{field: 'autoCharge', align: 'center',title: '鑷姩鍏呯數'}
,{field: 'chargeLine', align: 'center',title: '鐢甸噺绾�'}
,{field: 'busyStatus$', align: 'center',title: '灏忚溅蹇欑姸鎬�'}
,{field: 'currentCode', align: 'center',title: '浜岀淮鐮�'}
--
Gitblit v1.9.1