From 46f8920cdcbff803b8b51a927ad40f33ce060b32 Mon Sep 17 00:00:00 2001
From: zwl <1051256694@qq.com>
Date: 星期三, 22 四月 2026 20:43:49 +0800
Subject: [PATCH] 出库下发流程按照进仓编号的前后顺序下发;配置一个出库进仓编号出库数量阀值; 当运行中的进仓编号任务WrkSts=25、14、15并且小于该阀值时下发下一个进仓编号的出库任务
---
src/main/webapp/static/js/basAgvMastLog/basAgvMastLog.js | 18 +++++++++---------
1 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/src/main/webapp/static/js/basAgvMastLog/basAgvMastLog.js b/src/main/webapp/static/js/basAgvMastLog/basAgvMastLog.js
index 063882f..51cf6ef 100644
--- a/src/main/webapp/static/js/basAgvMastLog/basAgvMastLog.js
+++ b/src/main/webapp/static/js/basAgvMastLog/basAgvMastLog.js
@@ -29,18 +29,18 @@
,{field: 'staNo', align: 'center',title: '鐩殑绔欑偣'}
,{field: 'sourceLocNo', align: 'center',title: '婧愬簱浣�'}
,{field: 'locNo', align: 'center',title: '鐩殑搴撲綅'}
- ,{field: 'priority', align: 'center',title: '浼樺厛绾�'}
- ,{field: 'floorNo', align: 'center',title: '妤煎眰'}
+ // ,{field: 'priority', align: 'center',title: '浼樺厛绾�'}
+ // ,{field: 'floorNo', align: 'center',title: '妤煎眰'}
,{field: 'status$', align: 'center',title: '鐘舵��'}
- ,{field: 'errorTime$', align: 'center',title: '寮傚父鏃堕棿'}
- ,{field: 'errorMemo', align: 'center',title: '寮傚父淇℃伅'}
+ // ,{field: 'errorTime$', align: 'center',title: '寮傚父鏃堕棿'}
+ // ,{field: 'errorMemo', align: 'center',title: '寮傚父淇℃伅'}
,{field: 'appeTime$', align: 'center',title: '娣诲姞鏃堕棿'}
- ,{field: 'modiTime$', align: 'center',title: '淇敼鏃堕棿'}
- ,{field: 'modiUser$', align: 'center',title: '淇敼浜哄憳'}
- ,{field: 'devpId', align: 'center',title: ''}
- ,{field: 'ioType', align: 'center',title: ''}
+ // ,{field: 'modiTime$', align: 'center',title: '淇敼鏃堕棿'}
+ // ,{field: 'modiUser$', align: 'center',title: '淇敼浜哄憳'}
+ // ,{field: 'devpId', align: 'center',title: ''}
+ // ,{field: 'ioType', align: 'center',title: ''}
- ,{fixed: 'right', title:'鎿嶄綔', align: 'center', toolbar: '#operate', width:120}
+ // ,{fixed: 'right', title:'鎿嶄綔', align: 'center', toolbar: '#operate', width:120}
]],
request: {
pageName: 'curr',
--
Gitblit v1.9.1