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/views/basCrnDepthRule/basCrnDepthRule.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/main/webapp/views/basCrnDepthRule/basCrnDepthRule.html b/src/main/webapp/views/basCrnDepthRule/basCrnDepthRule.html
index dff37db..dc79733 100644
--- a/src/main/webapp/views/basCrnDepthRule/basCrnDepthRule.html
+++ b/src/main/webapp/views/basCrnDepthRule/basCrnDepthRule.html
@@ -77,7 +77,7 @@
<div class="layui-form-item">
<label class="layui-form-label layui-form-required">甯冨眬</label>
<div class="layui-input-block">
- <select lay-verify="required" name="layoutType">
+ <select lay-filter="crnDepthLayoutType" lay-verify="required" name="layoutType">
<option value="">璇烽�夋嫨</option>
<option value="1">鍗曚几</option>
<option value="2">鍙屼几</option>
--
Gitblit v1.9.1