王 垚
2022-09-29 aa363365e707c49303c5d6ccff7272b5ce682dbc
到获确认 优化
1个文件已修改
14 ■■■■ 已修改文件
WebTM/views/领料发货/收料入库/Kf_ReciveBill_Fast.html 14 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/views/ÁìÁÏ·¢»õ/ÊÕÁÏÈë¿â/Kf_ReciveBill_Fast.html
@@ -140,7 +140,7 @@
                    <div class="layer-footer" style="text-align: center;">
                        <button type="button" lay-submit="" class="layui-btn buttom_box_little" lay-filter="btn_Check" id="btn_Check">审核</button>
                        <button type="button" class="layui-btn buttom_box_little" lay-filter="btn_Cancel" id="btn_Cancel">退出</button>
                        <button type="button" lay-submit="" class="layui-btn buttom_box_little" lay-filter="btn_Cancel" id="btn_Cancel">退出</button>
                    </div>
                </form>
            </div>
@@ -224,12 +224,8 @@
                $('#HBarCode').val("");
                $("#HBarCode").focus();
            }
            //退出-关闭页面方法
            $('#btn_Cancel').on('click', function () {
                layer.confirm('您确定要退出吗?', { icon: 3, title: '提示' }, function (index) {
                    window.close();
                });
            form.on('submit(btn_Cancel)', function () {
                parent.location.href = "../../../views/index.html"
            })
            //审核
            form.on('submit(btn_Check)', function (data) {//审核
@@ -269,8 +265,7 @@
            function set_InitGrid() {
                //表头
                columns = [
                    { type: 'checkbox', fixed: 'left' }
                    , { templet: '#xuhao', title: '序号', sort: true, fixed: 'left' }
                    { templet: '#xuhao', title: '序号', sort: true, fixed: 'left' }
                    , { field: 'HSQty', title: '数量', edit: 'text' }
                    , { field: 'HQty', title: '订单数量' }
                    , { field: 'HMaterID', title: 'HMaterID' }
@@ -279,7 +274,6 @@
                    , { field: 'HModel', title: '规格型号' }
                    , { field: 'HInterID', title: '主内码', sort: true, width: 200 }
                    , { field: 'HEntryID', title: '子内码', sort: true, width: 200 }
                    , { fixed: 'right', title: '操作', toolbar: '#barDemo', width: 150 }
                ];
                option = {
                    id: 'mainTable'