From 1650f3fe1467d21074b597042861c46f3a8c4447 Mon Sep 17 00:00:00 2001 From: zhaowc <526854230@qq.com> Date: 星期二, 01 四月 2025 10:11:24 +0800 Subject: [PATCH] 问题修改 --- HTML/views/HouseWithinSetting/StockCheck.html | 20 ++++++++++---------- 1 files changed, 10 insertions(+), 10 deletions(-) diff --git a/HTML/views/HouseWithinSetting/StockCheck.html b/HTML/views/HouseWithinSetting/StockCheck.html index b1219ad..ecbb9e8 100644 --- a/HTML/views/HouseWithinSetting/StockCheck.html +++ b/HTML/views/HouseWithinSetting/StockCheck.html @@ -79,9 +79,9 @@ </div> </div> <div class="layui-inline"> - <label class="layui-form-label" style="width: 60px;">鎵规</label> + <label class="layui-form-label" style="width: 60px;">杩涘巶缂栧彿</label> <div class="layui-input-inline"> - <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> @@ -104,10 +104,10 @@ <div class="layui-input-inline"> <select name="PickingArea" id="PickingArea" lay-search> <option value=""></option> - <option value="1">1</option> - <option value="2">2</option> - <option value="3">3</option> - <option value="4">4</option> + <option value="033">033</option> + <option value="039">039</option> + <option value="044">044</option> + <option value="051">051</option> </select> </div> </div> @@ -385,9 +385,9 @@ {field:'SkuNo', title:'鐗╂枡缂栫爜', align:'center', width:105, }, {field:'SkuName', title:'鐗╂枡鍚嶇О', align:'center', width:125, }, {field:'Standard', title:'瑙勬牸', align:'center', width:225, }, - {field:'LotNo', title:'鎵规鍙�', align:'center', width:105, }, + {field:'LotNo', title:'杩涘巶缂栧彿', align:'center', width:105, }, {field:'LotText', title:'鎵规鎻忚堪', align:'center', width:105, }, - {field:'SupplierLot', title:'渚涜揣鎵规', align:'center', width:105, }, + {field:'SupplierLot', title:'鍘熷巶鎵瑰彿', align:'center', width:105, }, {field: 'CreateUserName', title:'鍒涘缓浜�', align:'center', width:100, }, {field: 'CreateTime',title: '鍒涘缓鏃堕棿',align: 'center',width: 160, templet: '#CreateTimeButton',}, {field: 'UpdateUserName',title: '淇敼浜�',align: 'center',width: 120,hide:true}, @@ -576,9 +576,9 @@ // {field:'SkuNo', title:'鐗╂枡缂栫爜', align:'center', width:105, }, // {field:'SkuName', title:'鐗╂枡鍚嶇О', align:'center', width:125, }, // {field:'Standard', title:'瑙勬牸', align:'center', width:225, }, - // {field:'LotNo', title:'鎵规鍙�', align:'center', width:105, }, + // {field:'LotNo', title:'杩涘巶缂栧彿', align:'center', width:105, }, // {field:'LotText', title:'鎵规鎻忚堪', align:'center', width:105, }, - // {field:'SupplierLot', title:'渚涜揣鎵规', align:'center', width:105, }, + // {field:'SupplierLot', title:'鍘熷巶鎵瑰彿', align:'center', width:105, }, // {field: 'CreateUserName', title:'鍒涘缓浜�', align:'center', width:100, }, // {field: 'CreateTime',title: '鍒涘缓鏃堕棿',align: 'center',width: 160, templet: '#CreateTimeButton',}, // {field: 'UpdateUserName',title: '淇敼浜�',align: 'center',width: 120,hide:true}, -- Gitblit v1.8.0