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/StatisticalReport/InOutBoundReports.html | 18 +++++++++--------- 1 files changed, 9 insertions(+), 9 deletions(-) diff --git a/HTML/views/StatisticalReport/InOutBoundReports.html b/HTML/views/StatisticalReport/InOutBoundReports.html index c1450ef..3ff44c4 100644 --- a/HTML/views/StatisticalReport/InOutBoundReports.html +++ b/HTML/views/StatisticalReport/InOutBoundReports.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> <div class="layui-inline mingxi"> @@ -230,7 +230,7 @@ // title: '搴忓彿', type: 'numbers', fixed: 'left' // }, // { - // field: 'LotNo', title: '鎵规鍙�', align: 'center', + // field: 'LotNo', title: '杩涘巶缂栧彿', align: 'center', // }, // { // field: 'SkuNo', title: '鐗╂枡缂栫爜', align: 'center' @@ -267,7 +267,7 @@ //#region 鑷畾涔夎〃澶� var TotalColsArr = [[ {field: '',title: '搴忓彿',type:'numbers',fixed: 'left', "disabled": true}, - {field: 'LotNo', title: '鎵规鍙�', align: 'center'}, + {field: 'LotNo', title: '杩涘巶缂栧彿', align: 'center'}, {field: 'SkuNo', title: '鐗╂枡缂栫爜', align: 'center'}, {field: 'SkuName', title: '鐗╂枡鍚嶇О', align: 'center'}, {field: 'RQty', title: '鍏ュ簱鏁伴噺', align: 'center'}, @@ -316,7 +316,7 @@ var param = { SkuNo:SkuNo, //鐗╂枡鍙� SkuName:SkuName, //鐗╂枡鍚嶇О - LotNo:LotNo, //鎵规鍙� + LotNo:LotNo, //杩涘巶缂栧彿 StartTime:StartTime, //寮�濮嬫椂闂� EndTime:EndTime, //缁撴潫鏃堕棿 //StartTime:StartTime?""=chudate:StartTime, //寮�濮嬫椂闂� @@ -379,10 +379,10 @@ // field: 'SONo', title: '鍑哄簱鍗曞彿', align: 'center', width: 100 // }, // { - // field: 'LotNo', title: '鎵规鍙�', align: 'center', width: 100 + // field: 'LotNo', title: '杩涘巶缂栧彿', align: 'center', width: 100 // }, // { - // field: 'SupplierLot', title: '渚涜揣鎵规', align: 'center', width: 100 + // field: 'SupplierLot', title: '鍘熷巶鎵瑰彿', align: 'center', width: 100 // }, // { // field: 'SkuNo', title: '鐗╂枡缂栫爜', align: 'center', width: 100 @@ -439,8 +439,8 @@ {field: '',title: '搴忓彿',type:'numbers',width: 70,fixed: 'left', "disabled": true}, {field: 'ASNNo', title: '鍏ュ簱鍗曞彿', align: 'center', width: 100}, {field: 'SONo', title: '鍑哄簱鍗曞彿', align: 'center', width: 100}, - {field: 'LotNo', title: '鎵规鍙�', align: 'center', width: 100}, - {field: 'SupplierLot', title: '渚涜揣鎵规', align: 'center', width: 100}, + {field: 'LotNo', title: '杩涘巶缂栧彿', align: 'center', width: 100}, + {field: 'SupplierLot', title: '鍘熷巶鎵瑰彿', align: 'center', width: 100}, {field: 'SkuNo', title: '鐗╂枡缂栫爜', align: 'center', width: 100}, {field: 'SkuName', title: '鐗╂枡鍚嶇О', align: 'center', width: 100}, {field: 'PalletNo', title: '鎵樼洏鍙�', align: 'center', width: 100}, -- Gitblit v1.8.0