From d1ecbc098962cfdcb1cf58abc06d16592fb3ce22 Mon Sep 17 00:00:00 2001
From: zhaowc <526854230@qq.com>
Date: 星期五, 17 一月 2025 15:36:46 +0800
Subject: [PATCH] 1楼空托盘垛出库禁止AGV拉货
---
HTML/views/StatisticalReport/AdventSlot.html | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/HTML/views/StatisticalReport/AdventSlot.html b/HTML/views/StatisticalReport/AdventSlot.html
index 7acc34f..9ac2358 100644
--- a/HTML/views/StatisticalReport/AdventSlot.html
+++ b/HTML/views/StatisticalReport/AdventSlot.html
@@ -44,9 +44,9 @@
</div>
</div>
<div class="layui-inline mingxi">
- <label class="layui-form-label" style="width: 60px;">鎵规鍙�</label>
+ <label class="layui-form-label" style="width: 60px;">杩涘巶缂栧彿</label>
<div class="layui-input-inline" style="width: 170px; margin-right: 0px;">
- <input type="text" id="LotNo" name="LotNo" placeholder="鎵规鍙�" autocomplete="off" class="layui-input">
+ <input type="text" id="LotNo" name="LotNo" placeholder="杩涘巶缂栧彿" autocomplete="off" class="layui-input">
</div>
</div>
<div class="layui-inline ">
@@ -229,13 +229,13 @@
// field: 'Standard', title: '鐗╂枡瑙勬牸', align: 'center',width:130
// },
// {
- // title: '鎵规鍙�', field: 'LotNo', align: 'center', width:140
+ // title: '杩涘巶缂栧彿', field: 'LotNo', align: 'center', width:140
// },
// {
// title: '鎵规鎻忚堪', field: 'LotText', align: 'center', width:100
// },
// {
- // title: '渚涜揣鎵规', field: 'SupplierLot', align: 'center', width:100
+ // title: '鍘熷巶鎵瑰彿', field: 'SupplierLot', align: 'center', width:100
// },
// {
// field: 'LocatNo', title: '鍌ㄤ綅鍦板潃', align: 'center',width:100
@@ -274,9 +274,9 @@
{field: 'SkuName', title: '鐗╂枡鍚嶇О', align: 'center',width:100},
{field: 'Qty', title: '搴撳瓨鏁伴噺', align: 'center',width:100},
{field: 'Standard', title: '鐗╂枡瑙勬牸', align: 'center',width:130},
- {field: 'LotNo',title: '鎵规鍙�', align: 'center', width:140},
+ {field: 'LotNo',title: '杩涘巶缂栧彿', align: 'center', width:140},
{field: 'LotText',title: '鎵规鎻忚堪', align: 'center', width:100},
- {field: 'SupplierLot',title: '渚涜揣鎵规', align: 'center', width:100},
+ {field: 'SupplierLot',title: '鍘熷巶鎵瑰彿', align: 'center', width:100},
{field: 'ProductionTime', title: '鐢熶骇鏃堕棿', align: 'center',width:150,templet: '#templetProductionTime'},
{field: 'Status', title: '鐗╂枡鐘舵��', align: 'center',width:100, templet: '#buttonTpl'},
{field: 'InspectMark', title: '鎶芥鏍囪', align: 'center',width:100, templet: '#InspectMarkStatus'},
--
Gitblit v1.8.0