|
@@ -326,10 +326,10 @@
|
|
<!-- 设置研究中心 -->
|
|
<!-- 设置研究中心 -->
|
|
<div class="yanjiu">
|
|
<div class="yanjiu">
|
|
<p style="margin-left:10px;color:#666;">{{ $t('dailyfilling') }}</p>
|
|
<p style="margin-left:10px;color:#666;">{{ $t('dailyfilling') }}</p>
|
|
- <el-switch style="margin-left: 40px" v-model="timeType.customDegreeActive" active-color="#13ce66" inactive-color="#ff4949"> </el-switch>
|
|
|
|
|
|
+ <el-switch style="margin-left: 40px" v-model="timeType.customDegreeActive" active-color="#20a0ff" > </el-switch>
|
|
<span style="margin-left:10px;color:#999;">{{ $t('afteritisenabled') }}</span>
|
|
<span style="margin-left:10px;color:#999;">{{ $t('afteritisenabled') }}</span>
|
|
<template v-if="timeType.customDegreeActive">
|
|
<template v-if="timeType.customDegreeActive">
|
|
- <el-switch style="margin-left: 40px" v-model="timeType.customDegreeStatus" active-color="#13ce66" inactive-color="#ff4949"> </el-switch>
|
|
|
|
|
|
+ <el-switch style="margin-left: 40px" v-model="timeType.customDegreeStatus" active-color="#20a0ff" > </el-switch>
|
|
<span style="margin-left:10px;color:#999;">{{ $t('parametermandatory') }}</span>
|
|
<span style="margin-left:10px;color:#999;">{{ $t('parametermandatory') }}</span>
|
|
</template>
|
|
</template>
|
|
</div>
|
|
</div>
|
|
@@ -350,10 +350,10 @@
|
|
<!-- 设置数值填报 -->
|
|
<!-- 设置数值填报 -->
|
|
<div class="yanjiu" v-if="user.company.packageProject==1">
|
|
<div class="yanjiu" v-if="user.company.packageProject==1">
|
|
<p style="margin-left:10px;color:#666;"><span>{{ $t('dailyfillingvalue') }}</span></p>
|
|
<p style="margin-left:10px;color:#666;"><span>{{ $t('dailyfillingvalue') }}</span></p>
|
|
- <el-switch style="margin-left: 40px" v-model="timeType.customDataActive" active-color="#13ce66" inactive-color="#ff4949"> </el-switch>
|
|
|
|
|
|
+ <el-switch style="margin-left: 40px" v-model="timeType.customDataActive" active-color="#20a0ff" > </el-switch>
|
|
<span style="margin-left:10px;color:#999;">{{ $t('afterthisunctionisenabled') }}</span>
|
|
<span style="margin-left:10px;color:#999;">{{ $t('afterthisunctionisenabled') }}</span>
|
|
<template v-if="timeType.customDataActive">
|
|
<template v-if="timeType.customDataActive">
|
|
- <el-switch style="margin-left: 40px" v-model="timeType.customDataStatus" active-color="#13ce66" inactive-color="#ff4949"> </el-switch>
|
|
|
|
|
|
+ <el-switch style="margin-left: 40px" v-model="timeType.customDataStatus" active-color="#20a0ff" > </el-switch>
|
|
<span style="margin-left:10px;color:#999;">{{ $t('parametermandatory') }}</span>
|
|
<span style="margin-left:10px;color:#999;">{{ $t('parametermandatory') }}</span>
|
|
</template>
|
|
</template>
|
|
</div>
|
|
</div>
|
|
@@ -365,7 +365,7 @@
|
|
<el-input :placeholder="$t('peaseenterthe')" maxlength="5" size="small" v-model="timeType.customDataName" clearable> </el-input>
|
|
<el-input :placeholder="$t('peaseenterthe')" maxlength="5" size="small" v-model="timeType.customDataName" clearable> </el-input>
|
|
</el-form-item>
|
|
</el-form-item>
|
|
<el-form-item :label="$t('maximumvaluelimit') " style="margin-left:10px;">
|
|
<el-form-item :label="$t('maximumvaluelimit') " style="margin-left:10px;">
|
|
- <el-switch v-model="timeType.customDataMaxStatus" active-color="#13ce66" inactive-color="#ff4949"> </el-switch>
|
|
|
|
|
|
+ <el-switch v-model="timeType.customDataMaxStatus" active-color="#20a0ff" > </el-switch>
|
|
</el-form-item>
|
|
</el-form-item>
|
|
<el-form-item :label="$t('maximum') " style="margin-left:10px;" v-if="timeType.customDataMaxStatus">
|
|
<el-form-item :label="$t('maximum') " style="margin-left:10px;" v-if="timeType.customDataMaxStatus">
|
|
<el-input-number v-model="timeType.customDataMaxValue"></el-input-number>
|
|
<el-input-number v-model="timeType.customDataMaxValue"></el-input-number>
|
|
@@ -378,10 +378,10 @@
|
|
<!-- 设置数值填报 -->
|
|
<!-- 设置数值填报 -->
|
|
<div class="yanjiu" >
|
|
<div class="yanjiu" >
|
|
<p style="margin-left:10px;color:#666;"><span>{{ $t('fillingtext') }}</span></p>
|
|
<p style="margin-left:10px;color:#666;"><span>{{ $t('fillingtext') }}</span></p>
|
|
- <el-switch style="margin-left: 40px" v-model="timeType.customTextActive" active-color="#13ce66" inactive-color="#ff4949"> </el-switch>
|
|
|
|
|
|
+ <el-switch style="margin-left: 40px" v-model="timeType.customTextActive" active-color="#20a0ff" > </el-switch>
|
|
<span style="margin-left:10px;color:#999;">{{ $t('additionalinformation') }}</span>
|
|
<span style="margin-left:10px;color:#999;">{{ $t('additionalinformation') }}</span>
|
|
<template v-if="timeType.customTextActive">
|
|
<template v-if="timeType.customTextActive">
|
|
- <el-switch style="margin-left: 40px" v-model="timeType.customTextStatus" active-color="#13ce66" inactive-color="#ff4949"> </el-switch>
|
|
|
|
|
|
+ <el-switch style="margin-left: 40px" v-model="timeType.customTextStatus" active-color="#20a0ff" > </el-switch>
|
|
<span style="margin-left:10px;color:#999;">{{ $t('parametermandatory') }}</span>
|
|
<span style="margin-left:10px;color:#999;">{{ $t('parametermandatory') }}</span>
|
|
</template>
|
|
</template>
|
|
</div>
|
|
</div>
|
|
@@ -398,13 +398,13 @@
|
|
</el-row>
|
|
</el-row>
|
|
<div class="yanjiu">
|
|
<div class="yanjiu">
|
|
<span style="margin-left:10px;color:#666;">{{user.companyId==781?$t('other.specificcontentandresults'):$t('other.workMatters')}}</span>
|
|
<span style="margin-left:10px;color:#666;">{{user.companyId==781?$t('other.specificcontentandresults'):$t('other.workMatters')}}</span>
|
|
- <el-switch :style="user.companyId==781?'margin-left:66px;':'margin-left:108px;'" v-model="timeType.workContentState" active-color="#13ce66" inactive-color="#ff4949"> </el-switch>
|
|
|
|
|
|
+ <el-switch :style="user.companyId==781?'margin-left:66px;':'margin-left:108px;'" v-model="timeType.workContentState" active-color="#20a0ff" > </el-switch>
|
|
<span style="margin-left:10px;color:#999;">{{ $t('parametermandatory') }}</span>
|
|
<span style="margin-left:10px;color:#999;">{{ $t('parametermandatory') }}</span>
|
|
</div>
|
|
</div>
|
|
<!-- 是否开启导入审核 -->
|
|
<!-- 是否开启导入审核 -->
|
|
<div class="yanjiu">
|
|
<div class="yanjiu">
|
|
<p style="margin-left:10px;color:#666;">{{ $t('importauditing') }}</p>
|
|
<p style="margin-left:10px;color:#666;">{{ $t('importauditing') }}</p>
|
|
- <el-switch style="margin-left: 55px" v-model="timeType.needDeptAudit" active-color="#13ce66" inactive-color="#ff4949"> </el-switch>
|
|
|
|
|
|
+ <el-switch style="margin-left: 55px" v-model="timeType.needDeptAudit" active-color="#20a0ff" > </el-switch>
|
|
<span v-if="timeType.needDeptAudit == 1" style="margin-left:10px;color:#999;">{{ $t('eachdepartment') }}</span>
|
|
<span v-if="timeType.needDeptAudit == 1" style="margin-left:10px;color:#999;">{{ $t('eachdepartment') }}</span>
|
|
</div>
|
|
</div>
|
|
|
|
|