From 8a286894c2f6c5a3ff027b1c0fcb45b72b96cba1 Mon Sep 17 00:00:00 2001
From: zhang <zc857179121@qq.com>
Date: 星期一, 13 四月 2026 10:05:21 +0800
Subject: [PATCH] 1
---
zy-asc-conveyor/src/main/webapp/views/pipeline.html | 22 +++++++++++-----------
1 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/zy-asc-conveyor/src/main/webapp/views/pipeline.html b/zy-asc-conveyor/src/main/webapp/views/pipeline.html
index 65846fd..40d2f98 100644
--- a/zy-asc-conveyor/src/main/webapp/views/pipeline.html
+++ b/zy-asc-conveyor/src/main/webapp/views/pipeline.html
@@ -783,10 +783,10 @@
<th>鏈夌墿</th>
<th>鍙叆</th>
<th>鍙嚭</th>
- <th>鍏ュ簱鏍囪</th>
- <th>绌烘澘淇″彿</th>
+ <th>閲嶉噺淇″彿</th>
+ <th>绌烘弧淇″彿</th>
<th>鐩爣绔�</th>
- <th>楂樹綆搴撲綅</th>
+ <th>楂樹綆淇″彿</th>
</tr>
</thead>
<tbody>
@@ -824,19 +824,19 @@
</div>
<div class="form-group">
<label class="form-label" for="workNo">宸ヤ綔鍙�:</label>
- <input id="workNo" name="workNo" type="number" class="form-input"
+ <input id="workNo" name="workNo" type="number" min="0" class="form-input"
autocomplete="off">
</div>
<div class="form-group">
<label class="form-label" for="staNo">鐩爣绔�:</label>
- <input id="staNo" name="staNo" type="number" class="form-input"
+ <input id="staNo" name="staNo" type="number" min="0" class="form-input"
autocomplete="off">
</div>
- <div class="form-group">
- <label class="form-label" for="pakMk">鍏ュ簱鏍囪:</label>
- <input id="pakMk" name="pakMk" type="text" class="form-input"
- autocomplete="off">
- </div>
+<!-- <div class="form-group">-->
+<!-- <label class="form-label" for="pakMk">鍏ュ簱鏍囪:</label>-->
+<!-- <input id="pakMk" name="pakMk" type="text" class="form-input"-->
+<!-- autocomplete="off">-->
+<!-- </div>-->
</form>
</div>
<div class="modal-footer">
@@ -987,7 +987,7 @@
${site.outEnable === 'Y' ? 'Y' : 'N'}
</span>
</td>
- <td>${site.pakMk || '--'}</td>
+ <td>${site.weight || '--'}</td>
<td>${site.emptyMk || '--'}</td>
<td>${site.staNo || '--'}</td>
<td>${site.locType1 || '--'}</td>
--
Gitblit v1.9.1