中扬CRM客户关系管理系统
#
luxiaotao1123
2022-11-22 a25b8525f3ef2857232890fe9120068a575dfec1
src/main/webapp/static/js/plan/plan.js
@@ -229,6 +229,7 @@
                                    method: 'GET',
                                    success: function (res0) {
                                        let planType = res0.data;
                                        console.log(planType);
                                        if (res0.code === 200) {
                                            admin.open({
                                                type: 1,
@@ -236,6 +237,8 @@
                                                title: '添加售前规划申请单' + ' - ' + planType.name,
                                                content: $('#editDialog').html(),
                                                success: function (layero0, dIndex0) {
                                                    $('#customizeBox').html(planType.html)
                                                    layer.close(loadIndex0);
                                                    let orderSel = loadOrderSel();
                                                    let cstmrSel = loadCstmrSel();