#
luxiaotao1123
2021-03-12 166070c6d723a84036b78e653f4ccb6afa7e79c8
src/main/webapp/static/js/custOrder/custOrder.js
@@ -43,8 +43,8 @@
//            ,{field: 'id', title: 'ID', sort: true,align: 'center', fixed: 'left', width: 80}
            ,{field: 'number', align: 'center',title: '销售单号'}
            ,{field: 'billDate', align: 'center',title: '单据日期'}
            ,{field: 'bTypeId', align: 'center',title: '客户编号'}
            ,{field: 'eTypeId', align: 'center',title: '经手人编号'}
            ,{field: 'btypeId', align: 'center',title: '客户编号'}
            ,{field: 'etypeId', align: 'center',title: '经手人编号'}
            ,{field: 'userCode', align: 'center',title: '商品编号'}
            ,{field: 'qty', align: 'center',title: '商品数量'}
            ,{field: 'price', align: 'center',title: '商品单价'}
@@ -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();
                                    }
                                )