From 26356a0e6472be4620651adceddda0e38c78fffa Mon Sep 17 00:00:00 2001 From: chengsc <Demo@DESKTOP-CPA90BF> Date: 星期四, 17 十月 2024 18:09:50 +0800 Subject: [PATCH] 修改问题 --- HTML/views/ASNSetting/LabelBox.html | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/HTML/views/ASNSetting/LabelBox.html b/HTML/views/ASNSetting/LabelBox.html index 90e09ef..c7f560b 100644 --- a/HTML/views/ASNSetting/LabelBox.html +++ b/HTML/views/ASNSetting/LabelBox.html @@ -75,19 +75,19 @@ </div> </div> <div class="layui-inline" style="margin-right: 0;"> - <label class="layui-form-label" style="width: 60px;">鎵规鍙�</label> + <label class="layui-form-label" style="width: 60px;">杩涘巶缂栧彿</label> <div class="layui-input-inline" style="margin-right: 0;"> <div class="layui-input-inline" style="margin-right: 0;"> - <input type="text" id="LotNo" name="LotNo" placeholder="鎵规鍙�" autocomplete="off" + <input type="text" id="LotNo" name="LotNo" placeholder="杩涘巶缂栧彿" autocomplete="off" class="layui-input"> </div> </div> </div> <div class="layui-inline" style="margin-right: 0;"> - <label class="layui-form-label" style="width: 60px;">渚涜揣鎵规</label> + <label class="layui-form-label" style="width: 60px;">鍘熷巶鎵瑰彿</label> <div class="layui-input-inline" style="margin-right: 0;"> <div class="layui-input-inline" style="margin-right: 0;"> - <input type="text" id="SupplierLot" name="SupplierLot" placeholder="渚涜揣鎵规" + <input type="text" id="SupplierLot" name="SupplierLot" placeholder="鍘熷巶鎵瑰彿" autocomplete="off" class="layui-input"> </div> </div> @@ -138,7 +138,7 @@ </div> </div> <div class="layui-inline DivLoadingArea" style="margin-top: 10px;"> - <label class="layui-form-label">鎵规鍙�</label> + <label class="layui-form-label">杩涘巶缂栧彿</label> <div class="layui-input-inline" style="width: 220px;"> <select name="LotNoSelect" id="LotNoSelect" lay-search> <option value=""></option> @@ -461,9 +461,9 @@ { field: 'SkuName', title: '鐗╂枡鍚嶇О', align: 'center', width: 240, }, { field: 'Qty', title: '鏁伴噺', align: 'center', width: 100, }, { field: 'FullQty', title: '鏁寸鏁伴噺', align: 'center', width: 100, }, - { field: 'LotNo', title: '鎵规鍙�', align: 'center', width: 155, }, + { field: 'LotNo', title: '杩涘巶缂栧彿', align: 'center', width: 155, }, { field: 'LotText', title: '鎵规鎻忚堪', align: 'center', width: 165 }, - { field: 'SupplierLot', title: '渚涜揣鎵规', align: 'center', width: 155 }, + { field: 'SupplierLot', title: '鍘熷巶鎵瑰彿', align: 'center', width: 155 }, { field: 'Status', title: '鐘舵��', align: 'center', templet: '#templetStatus', width: 90 }, { field: 'Standard', title: '瑙勬牸/鍨嬪彿', align: 'center', width: 165 }, -- Gitblit v1.8.0