中扬CRM客户关系管理系统
#
luxiaotao1123
2022-11-22 a7a851832bb051c2cc9e488c920cf79b2b997977
#
1个文件已修改
16 ■■■■ 已修改文件
src/main/webapp/static/js/plan/plan.js 16 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/static/js/plan/plan.js
@@ -229,7 +229,6 @@
                                    method: 'GET',
                                    success: function (res0) {
                                        let planType = res0.data;
                                        console.log(planType);
                                        if (res0.code === 200) {
                                            admin.open({
                                                type: 1,
@@ -390,12 +389,21 @@
    /* 弹窗 - 新增、修改 */
    function showEditModel(mData) {
        let loadIndex = layer.load(2);
        $.ajax({
            url: baseUrl + "/planType/" + mData.planType + "/auth",
            headers: {'token': localStorage.getItem('token')},
            method: 'GET',
            success: function (res) {
                layer.close(loadIndex);
        admin.open({
            type: 1,
            area: '600px',
            title: (mData ? '修改' : '添加') + '售前规划申请单',
                    area: ["95%", "90%"],
                    offset: 'auto',
                    title: '编辑售前规划申请单 - ' + res.data.name,
            content: $('#editDialog').html(),
            success: function (layero, dIndex) {
                        console.log(mData)
                layDateRender(mData);
                form.val('detail', mData);
                form.on('submit(editSubmit)', function (data) {
@@ -425,6 +433,8 @@
            }
        });
    }
        });
    }
    /* 删除 */
    function del(ids) {