#
mrzhssss
2022-04-06 682822438b89a99787be856f2af2a39b996c6361
src/main/webapp/static/js/item/item.js
@@ -162,9 +162,20 @@
            case "initPlan":
                initPlan(data.id);
                break;
            case "report":
                initReport(obj);
                break;
        }
    });
    function initReport(obj) {
        admin.open({
            type: 1,
            area: '600px',
            title: '总结生成',
            content: $('#initReport').html()
        });
    }
    /* 弹窗 - 新增、修改 */
    function showEditModel(mData) {
        admin.open({