From c9cd6646fdd1296a7feeb4384ebfe06ab90a52d7 Mon Sep 17 00:00:00 2001 From: IPC-610 <IPC-610@DESKTOP-6LEOOS3> Date: 星期三, 27 十一月 2024 08:25:17 +0800 Subject: [PATCH] 修改批次长度判断 ,批次长度增加为11位和12位 --- HTML/views/HouseWithinSetting/WarehouseOutsidePallets.html | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/HTML/views/HouseWithinSetting/WarehouseOutsidePallets.html b/HTML/views/HouseWithinSetting/WarehouseOutsidePallets.html index ccc4cb4..8e6234b 100644 --- a/HTML/views/HouseWithinSetting/WarehouseOutsidePallets.html +++ b/HTML/views/HouseWithinSetting/WarehouseOutsidePallets.html @@ -46,9 +46,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> @@ -151,13 +151,13 @@ field: 'Standard', title: '瑙勬牸', align: 'center' }, { - title: '鎵规', field: 'LotNo', align: 'center' + title: '杩涘巶缂栧彿', field: 'LotNo', align: 'center' }, { field: 'LotText', title: '鎵规鎻忚堪',align: 'center' }, { - field: 'SupplierLot',title: '渚涜揣鎵规', align: 'center' + field: 'SupplierLot',title: '鍘熷巶鎵瑰彿', align: 'center' }, { field: 'PalletNo', title: '鎵樼洏鍙�', align: 'center' -- Gitblit v1.8.0