yangys
2025-08-31 8e30cbf976d036a791e9b7e6ec797f5e2d9209fd
修复工控网导出涉密网功能
已修改1个文件
22 ■■■■ 文件已修改
src/views/tasks/machinereturnfileop.vue 22 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/tasks/machinereturnfileop.vue
@@ -10,12 +10,12 @@
            @search-change="searchChange" @search-reset="searchReset" @current-change="currentChange"
            @size-change="sizeChange" @refresh-change="refreshChange" @on-load="onLoad" @selection-change="selectionChange">
            <template #menu-left>
                <el-button type="primary" plain @click="exportWebSite">导出回传涉密网</el-button>
                <el-button type="primary" :disabled="this.selectedList.length==0" plain @click="exportWebSite">导出回传涉密网</el-button>
                <!--<el-button type="primary" plain @click="reassign">挂载车床程序库</el-button>-->
                <el-button type="primary" plain @click="exportExcel">导出到EXCEL</el-button>
                <el-button type="primary" :disabled="this.selectedList.length==0" plain @click="exportExcel">导出到EXCEL</el-button>
            </template>
            <template #menu="scope">
                <el-button type="primary" text size="default" v-if="permission.flow_model_update"
                <el-button type="primary" text size="default"
                    @click.stop="handleAction(scope.row, scope.index)">审批
                </el-button>
            </template>
@@ -101,7 +101,7 @@
                    },
                    {
                        label: '确认时间',
                        prop: 'determineTime',
                        prop: 'createTime',
                        type: 'datetime',
                        format: 'YYYY-MM-DD HH:mm:ss',
                        valueFormat: 'YYYY-MM-DD HH:mm:ss',
@@ -109,17 +109,17 @@
                        searchRange: true,
                        searchSpan: 8,
                        hide: false,
                    }/*,
                    {
                        label: '接收x时间',
                        prop: 'determineTime',
                    },
                    {
                        label: '导出时间',
                        prop: 'exportTime',
                        type: 'datetime',
                        format: 'YYYY-MM-DD HH:mm:ss',
                        valueFormat: 'YYYY-MM-DD HH:mm:ss',
                    }*/
                    }
                ],
                selectedList: [],
            }
            },
            selectedList: [],
        }
    },
    methods: {