zhaowc
2025-04-07 19e95f4acc328bbf62a0427fe658d00268019e66
HTML/views/HouseWithinSetting/StockCheckLog.html
@@ -62,9 +62,9 @@
                        </div>
                    </div>
                    <div class="layui-inline">
                        <label class="layui-form-label">批次号</label>
                        <label class="layui-form-label">进厂编号</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>
@@ -78,7 +78,7 @@
                    <div class="layui-inline">
                        <button class="layui-btn layui-btn-sm layuiadmin-btn-list" lay-submit
                            lay-filter="LAY-app-contlist-search">
                            <i class="layui-icon layui-icon-search layuiadmin-button-btn"></i>搜索
                            <i class="layui-icon layui-icon-search layuiadmin-button-btn" ></i>搜索
                        </button>
                    </div>
                </div>
@@ -183,7 +183,6 @@
                layer = layui.layer;
            var h1 = GetTableHeight();
            var TotalColsArr = 
                [[
                    { field: '',title: '序号', type: 'numbers', width: 65, fixed: 'left', "disabled": true, },
@@ -200,9 +199,9 @@
                    { field: 'SkuNo', title: '物料编码', align: 'center', width: 105, },
                    { field: 'SkuName', title: '物料名称', align: 'center', width: 105, },
                    { field: 'Standard', title: '规格', align: 'center', width: 105, },
                    { 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 },
@@ -313,9 +312,9 @@
                            //         { field: 'SkuNo', title: '物料编码', align: 'center', width: 105, },
                            //         { field: 'SkuName', title: '物料名称', align: 'center', width: 105, },
                            //         { field: 'Standard', title: '规格', align: 'center', width: 105, },
                            //         { 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, },
                            //         {