|
@@ -2,16 +2,19 @@
|
|
* @Author : yuanrunwei
|
|
* @Author : yuanrunwei
|
|
* @Date : 2021-12-04 14:23:58
|
|
* @Date : 2021-12-04 14:23:58
|
|
* @LastEditors: daiqisheng
|
|
* @LastEditors: daiqisheng
|
|
- * @LastEditTime: 2022-04-08 14:20:42
|
|
|
|
|
|
+ * @LastEditTime: 2022-04-14 15:08:01
|
|
* @FilePath : \spfm-market-front\src\pages\main\performance\components\sheet.vue
|
|
* @FilePath : \spfm-market-front\src\pages\main\performance\components\sheet.vue
|
|
-->
|
|
-->
|
|
<template>
|
|
<template>
|
|
<div class="sheet-container">
|
|
<div class="sheet-container">
|
|
<div class="flex-justify-align-end margin-bottom-20">
|
|
<div class="flex-justify-align-end margin-bottom-20">
|
|
- <span class="margin-right-10 font-size-16"
|
|
|
|
|
|
+ <span
|
|
|
|
+ class="margin-right-10 font-size-16"
|
|
|
|
+ v-if="['template'].includes(attribute)"
|
|
><span class="sheet-container-require">*</span>模板类型:</span
|
|
><span class="sheet-container-require">*</span>模板类型:</span
|
|
>
|
|
>
|
|
<el-input
|
|
<el-input
|
|
|
|
+ v-if="['template'].includes(attribute)"
|
|
v-model="templateType"
|
|
v-model="templateType"
|
|
:disabled="type === 'view' || (type === 'edit' && attribute === 'file')"
|
|
:disabled="type === 'view' || (type === 'edit' && attribute === 'file')"
|
|
></el-input>
|
|
></el-input>
|
|
@@ -23,7 +26,10 @@
|
|
>
|
|
>
|
|
<el-button type="primary" @click="handleDownload">导出</el-button>
|
|
<el-button type="primary" @click="handleDownload">导出</el-button>
|
|
<el-button type="primary" @click="handleFullscreen()">全屏显示</el-button>
|
|
<el-button type="primary" @click="handleFullscreen()">全屏显示</el-button>
|
|
- <el-button type="primary" @click="handleSupervise('confirm')"
|
|
|
|
|
|
+ <el-button
|
|
|
|
+ type="primary"
|
|
|
|
+ @click="handleSupervise('confirm')"
|
|
|
|
+ v-if="['template'].includes(attribute)"
|
|
>督办</el-button
|
|
>督办</el-button
|
|
>
|
|
>
|
|
<template v-if="['edit'].includes(type)">
|
|
<template v-if="['edit'].includes(type)">
|
|
@@ -259,7 +265,7 @@
|
|
></el-option>
|
|
></el-option>
|
|
</el-select>
|
|
</el-select>
|
|
</el-form-item>
|
|
</el-form-item>
|
|
- <el-form-item prop="write" label="填报周期">
|
|
|
|
|
|
+ <el-form-item prop="write" label="填报日期">
|
|
<el-date-picker v-model="superviseForm.write" type="date">
|
|
<el-date-picker v-model="superviseForm.write" type="date">
|
|
</el-date-picker
|
|
</el-date-picker
|
|
></el-form-item>
|
|
></el-form-item>
|
|
@@ -267,7 +273,7 @@
|
|
<el-date-picker
|
|
<el-date-picker
|
|
v-model="superviseForm.endTime"
|
|
v-model="superviseForm.endTime"
|
|
type="datetime"
|
|
type="datetime"
|
|
- format="yyyy-MM-dd HH:00:00"
|
|
|
|
|
|
+ format="yyyy-MM-dd HH:MM:SS"
|
|
>
|
|
>
|
|
</el-date-picker
|
|
</el-date-picker
|
|
></el-form-item>
|
|
></el-form-item>
|