jialh
2025-09-22 f62b3497a5b037a6d3f15e185eee2fe7b3698fcc
更新
3个文件已修改
13 ■■■■ 已修改文件
public/components/resource/addResourceAuditFlow/addResourceAuditFlow.html 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
public/pages/property/flowchartManage/flowchartManage.html 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
public/pages/property/flowchartManage/flowchartManage.js 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
public/components/resource/addResourceAuditFlow/addResourceAuditFlow.html
@@ -31,6 +31,7 @@
                                        <option value="10001">{{vc.i18n('采购流程','addResourceAuditFlow')}}</option>
                                        <option value="10002">{{vc.i18n('领用流程','addResourceAuditFlow')}}</option>
                                        <option value="10003">{{vc.i18n('调拨流程','addResourceAuditFlow')}}</option>
                                        <option value="10003">{{vc.i18n('报销流程','addResourceAuditFlow')}}</option>
                                    </select>
                                </div>
                            </div>
public/pages/property/flowchartManage/flowchartManage.html
@@ -72,13 +72,13 @@
    <div class="white-bg padding-lg">
        <div class="margin-top">
            <div>
                <!-- <div class="text-right">
                <div class="text-right">
                    <button type="button" class="btn btn-primary btn-sm"
                        v-on:click="_exportflowchartManageOwnerExcel()">
                        <i class="fa fa-plus"></i>
                        <vc:i18n name="导出" namespace="flowchartManageOwner"></vc:i18n>
                    </button>
                </div> -->
                </div>
                <div class="margin-top">
                    <div class="hc-table-div table-scroll" :style="{'width':_computeTableDivWidth(),'height':_computeTableDivHeight()}">
                        <table class="table table-bordered middle-bordered" data-page-size="15"
public/pages/property/flowchartManage/flowchartManage.js
@@ -103,7 +103,7 @@
            _computeTableDivHeight: function () {
                // 使用 getElementsByClassName 代替 getElementByClassName
                let mainHeight = document.getElementsByClassName('vc-main-content')[0].clientHeight - document.getElementsByClassName('ibox')[0].offsetHeight;
                mainHeight = mainHeight - 120;
                mainHeight = mainHeight - 160;
                return mainHeight + 'px';
            },
            
@@ -227,9 +227,9 @@
                    }
                );
            },
            _exportReportFeeDetailOwnerExcel: function () {
                //$that.flowchartFee.conditions.communityId = vc.getCurrentCommunity().communityId;
                $that.flowchartFee.conditions.pagePath = 'reportFeeDetailOwner';
            _exportflowchartManageOwnerExcel: function () {
                $that.flowchartFee.conditions.communityId = vc.getCurrentCommunity().communityId;
                $that.flowchartFee.conditions.pagePath = 'reportFee';
                let param = {
                    params: $that.flowchartFee.conditions
                };