From 13d295c4210ee589b3e524bd157f85c63bca5a3e Mon Sep 17 00:00:00 2001
From: zwl <1051256694@qq.com>
Date: 星期四, 30 四月 2026 13:12:08 +0800
Subject: [PATCH] 1.出库单据转历史档有问题 2.新增单据历史档 3.修复入库完成转明细失败

---
 src/main/webapp/views/basQualityTesting/basQualityTesting.html |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/webapp/views/basQualityTesting/basQualityTesting.html b/src/main/webapp/views/basQualityTesting/basQualityTesting.html
index 6320d71..e60a271 100644
--- a/src/main/webapp/views/basQualityTesting/basQualityTesting.html
+++ b/src/main/webapp/views/basQualityTesting/basQualityTesting.html
@@ -81,9 +81,9 @@
                     </div>
                 </div>
                 <div class="layui-form-item">
-                    <label class="layui-form-label">鐘舵�佸彿: </label>
+                    <label class="layui-form-label  layui-form-required">鐘舵�佸彿: </label>
                     <div class="layui-input-block">
-                        <input class="layui-input" name="boxType" placeholder="璇疯緭鍏ョ姸鎬佸彿">
+                        <input class="layui-input" name="boxType" placeholder="璇疯緭鍏ョ姸鎬佸彿" lay-vertype="tips" lay-verify="required">
                     </div>
                 </div>
 

--
Gitblit v1.9.1