#
luxiaotao1123
2021-03-11 c2cd7bc6d350d00f4e5df6d114f68f0804cb13d1
src/main/webapp/static/js/custOrder/custOrder.js
@@ -144,7 +144,7 @@
                            success: function (res) {
                                if (res.code === 200){
                                    layer.closeAll();
                                    tableReload(false);
                                    $(".layui-laypage-btn")[0].click();
                                } else if (res.code === 403){
                                    top.location.href = baseUrl+"/";
                                } else {
@@ -227,12 +227,12 @@
                            } else if (res.code === 20001) {
                                layer.confirm(res.msg, {
                                        shadeClose: true
                                        , btn: ['库存调拨', '打印']
                                        , btn: ['库存调拨', '取消']
                                    }, function() {
                                        // todo 库存调拨
                                        layer.closeAll();
                                    }, function() {
                                        printPakouts(data.number);
                                        // printPakouts(data.number);
                                        layer.closeAll();
                                    }
                                )