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/agvStoMan/stoQue.js | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/main/webapp/static/js/agvStoMan/stoQue.js b/src/main/webapp/static/js/agvStoMan/stoQue.js
index aa285c38..4b0d3c1 100644
--- a/src/main/webapp/static/js/agvStoMan/stoQue.js
+++ b/src/main/webapp/static/js/agvStoMan/stoQue.js
@@ -174,6 +174,7 @@
// iframe鐗╂枡璇︽儏
function locDetlToLayer(val) {
locNo = val;
+ url = '/agv/locDetl/list/auth';
layer.open({
type: 2,
title: '搴撳瓨鏄庣粏',
--
Gitblit v1.9.1