中扬CRM客户关系管理系统
#
luxiaotao1123
2022-11-22 99b62c6b4849c0d9d3c31e135e56994199fb793c
src/main/webapp/static/js/plan/plan.js
@@ -229,11 +229,11 @@
                                    method: 'GET',
                                    success: function (res0) {
                                        let planType = res0.data;
                                        console.log(planType);
                                        if (res0.code === 200) {
                                            admin.open({
                                                type: 1,
                                                area: '1500px',
                                                area: ["95%", "90%"],
                                                offset: 'auto',
                                                title: '添加售前规划申请单' + ' - ' + planType.name,
                                                content: $('#editDialog').html(),
                                                success: function (layero0, dIndex0) {