UAT修改
This commit is contained in:
@@ -1847,4 +1847,5 @@ module.exports = {
|
|||||||
approvalcycle:'Approval cycle(day)',
|
approvalcycle:'Approval cycle(day)',
|
||||||
transittime:'Transit Time',
|
transittime:'Transit Time',
|
||||||
returntime:'Return time',
|
returntime:'Return time',
|
||||||
|
operationguide:'Project operation guide',
|
||||||
}
|
}
|
||||||
@@ -1948,4 +1948,5 @@ module.exports = {
|
|||||||
approvalcycle:'审批周期(天)',
|
approvalcycle:'审批周期(天)',
|
||||||
transittime:'通过时间',
|
transittime:'通过时间',
|
||||||
returntime:'退回时间',
|
returntime:'退回时间',
|
||||||
|
operationguide:'项目操作指南',
|
||||||
}
|
}
|
||||||
@@ -31,13 +31,30 @@
|
|||||||
<!-- <a-icon type="question-circle-o"></a-icon>-->
|
<!-- <a-icon type="question-circle-o"></a-icon>-->
|
||||||
<!-- </a>-->
|
<!-- </a>-->
|
||||||
<!-- </span>-->
|
<!-- </span>-->
|
||||||
<div class="action" @click="Jumpflybook">
|
<!-- <div class="action" @click="Jumpflybook">-->
|
||||||
<span class="header-notice">
|
<!-- <span class="header-notice">-->
|
||||||
<a-tooltip placement="bottomRight" :title="$t('userManual')" overlayClassName="tooltipColor">
|
<!-- <a-tooltip placement="bottomRight" :title="$t('userManual')" overlayClassName="tooltipColor">-->
|
||||||
<a-icon style="font-size: 16px; padding: 4px; color: #000000A6" type="question-circle"/>
|
<!-- <a-icon style="font-size: 16px; padding: 4px; color: #000000A6" type="question-circle"/>-->
|
||||||
</a-tooltip>
|
<!-- </a-tooltip>-->
|
||||||
|
<!-- </span>-->
|
||||||
|
<!-- </div>-->
|
||||||
|
<a-dropdown>
|
||||||
|
<span class="action action-full ant-dropdown-link user-dropdown-menu">
|
||||||
|
<!-- <a-avatar class="avatar" size="small" :src="getAvatar()"/>-->
|
||||||
|
<!-- <span v-if="isDesktop()">welcome,{{ userInfo().username }}</span>-->
|
||||||
|
<a-icon style="font-size: 16px; padding: 4px; color: #000000A6" type="question-circle"/>
|
||||||
</span>
|
</span>
|
||||||
</div>
|
<a-menu slot="overlay" class="user-dropdown-menu-wrapper">
|
||||||
|
<a-menu-item key="5" @click="Jumpflybook">
|
||||||
|
<!-- <a-icon type="logout"/>-->
|
||||||
|
<span>{{$t('userManual')}}</span>
|
||||||
|
</a-menu-item>
|
||||||
|
<a-menu-item key="6" @click="Jumpoperationguide">
|
||||||
|
<!-- <a-icon type="logout"/>-->
|
||||||
|
<span>{{$t('operationguide')}}</span>
|
||||||
|
</a-menu-item>
|
||||||
|
</a-menu>
|
||||||
|
</a-dropdown>
|
||||||
<header-notice class="action"/>
|
<header-notice class="action"/>
|
||||||
<div class="action">
|
<div class="action">
|
||||||
<span v-show="localeval=='zh-cn'">
|
<span v-show="localeval=='zh-cn'">
|
||||||
@@ -217,6 +234,9 @@
|
|||||||
Jumpflybook(){
|
Jumpflybook(){
|
||||||
window.open('https://eicgyqr5mc.feishu.cn/docx/doxcnY2GbQfMSMqLP0eIFzFlEcd', '_blank');
|
window.open('https://eicgyqr5mc.feishu.cn/docx/doxcnY2GbQfMSMqLP0eIFzFlEcd', '_blank');
|
||||||
},
|
},
|
||||||
|
Jumpoperationguide(){
|
||||||
|
window.open('https://eicgyqr5mc.feishu.cn/docx/ZyhWdIz7EoMZ68xhI2bckcWWnMg', '_blank');
|
||||||
|
},
|
||||||
/* update_end author:zhaoxin date:20191129 for: 做头部菜单栏导航*/
|
/* update_end author:zhaoxin date:20191129 for: 做头部菜单栏导航*/
|
||||||
...mapActions(['Logout']),
|
...mapActions(['Logout']),
|
||||||
...mapGetters(['username', 'avatar', 'userInfo']),
|
...mapGetters(['username', 'avatar', 'userInfo']),
|
||||||
|
|||||||
@@ -71,6 +71,38 @@
|
|||||||
v-model="formInline.sdtName"/>
|
v-model="formInline.sdtName"/>
|
||||||
</div>
|
</div>
|
||||||
</a-col>
|
</a-col>
|
||||||
|
<a-col :md="6" :sm="8">
|
||||||
|
<div class="box-title-text">
|
||||||
|
<div class="title-text" :title="$t('NareaOfResponsibility')">
|
||||||
|
<span>{{$t('NareaOfResponsibility')}}</span>
|
||||||
|
</div>
|
||||||
|
<j-multi-select-tag class="box-input" v-model="formInline.dutyTerritory"
|
||||||
|
:placeholder="$t('PleaseSelect')+$t('NareaOfResponsibility')"
|
||||||
|
:type="'select'"
|
||||||
|
:triggerChange="false" :dictCode="'duty_territory'"/>
|
||||||
|
</div>
|
||||||
|
</a-col>
|
||||||
|
<a-col :md="6" :sm="8">
|
||||||
|
<div class="box-title-text">
|
||||||
|
<div class="title-text" :title="$t('Required')">
|
||||||
|
<span>{{$t('Required')}}</span>
|
||||||
|
</div>
|
||||||
|
<!-- <j-multi-select-tag class="box-input" v-model="formInline.isMust"-->
|
||||||
|
<!-- :placeholder="$t('PleaseSelect')+$t('Required')"-->
|
||||||
|
<!-- :type="'select'"-->
|
||||||
|
<!-- :triggerChange="false" :dictCode="'duty_territory'"/>-->
|
||||||
|
<!-- <a-input class="box-input" :placeholder="$t('PleaseEnter')+$t('Required')"-->
|
||||||
|
<!-- v-model="formInline.isMust"></a-input>-->
|
||||||
|
<a-select class="box-input" v-model="formInline.isMust" :placeholder="$t('PleaseSelect')+$t('Required')">
|
||||||
|
<a-select-option :value="'0'">
|
||||||
|
{{$t('yes')}}
|
||||||
|
</a-select-option>
|
||||||
|
<a-select-option :value="'1'">
|
||||||
|
{{$t('notOnlyRz')}}
|
||||||
|
</a-select-option>
|
||||||
|
</a-select>
|
||||||
|
</div>
|
||||||
|
</a-col>
|
||||||
</template>
|
</template>
|
||||||
<span style="float: right;overflow: hidden;margin-right: 11px" class="table-page-search-submitButtons">
|
<span style="float: right;overflow: hidden;margin-right: 11px" class="table-page-search-submitButtons">
|
||||||
<a-col :md="6" :sm="24">
|
<a-col :md="6" :sm="24">
|
||||||
|
|||||||
@@ -67,25 +67,25 @@
|
|||||||
<!-- </a-col>-->
|
<!-- </a-col>-->
|
||||||
<a-col :md="6" :sm="8">
|
<a-col :md="6" :sm="8">
|
||||||
<div class="box-title-text">
|
<div class="box-title-text">
|
||||||
<div class="title-text" :title="$t('certificationCategory')">
|
<div class="title-text" :title="$t('NareaOfResponsibility')">
|
||||||
<span>{{$t('certificationCategory')}}</span>
|
<span>{{$t('NareaOfResponsibility')}}</span>
|
||||||
</div>
|
</div>
|
||||||
<j-dict-select-tag class="box-input" v-model="formInline.certCategory"
|
<j-multi-select-tag class="box-input" v-model="formInline.dutyTerritory"
|
||||||
:placeholder="$t('PleaseSelect')+$t('certificationCategory')"
|
:placeholder="$t('PleaseSelect')+$t('NareaOfResponsibility')"
|
||||||
:type="'select'"
|
:type="'select'"
|
||||||
:triggerChange="false" :dictCode="'cert_category'"/>
|
:triggerChange="false" :dictCode="'duty_territory'"/>
|
||||||
</div>
|
</div>
|
||||||
</a-col>
|
</a-col>
|
||||||
<template v-if="toggleSearchStatus">
|
<template v-if="toggleSearchStatus">
|
||||||
<a-col :md="6" :sm="8">
|
<a-col :md="6" :sm="8">
|
||||||
<div class="box-title-text">
|
<div class="box-title-text">
|
||||||
<div class="title-text" :title="$t('NareaOfResponsibility')">
|
<div class="title-text" :title="$t('certificationCategory')">
|
||||||
<span>{{$t('NareaOfResponsibility')}}</span>
|
<span>{{$t('certificationCategory')}}</span>
|
||||||
</div>
|
</div>
|
||||||
<j-multi-select-tag class="box-input" v-model="formInline.dutyTerritory"
|
<j-dict-select-tag class="box-input" v-model="formInline.certCategory"
|
||||||
:placeholder="$t('PleaseSelect')+$t('NareaOfResponsibility')"
|
:placeholder="$t('PleaseSelect')+$t('certificationCategory')"
|
||||||
:type="'select'"
|
:type="'select'"
|
||||||
:triggerChange="false" :dictCode="'duty_territory'"/>
|
:triggerChange="false" :dictCode="'cert_category'"/>
|
||||||
</div>
|
</div>
|
||||||
</a-col>
|
</a-col>
|
||||||
<a-col :md="6" :sm="8">
|
<a-col :md="6" :sm="8">
|
||||||
|
|||||||
@@ -165,6 +165,7 @@
|
|||||||
this.title = val.name
|
this.title = val.name
|
||||||
this.projectQuery = val
|
this.projectQuery = val
|
||||||
this.getEchart()
|
this.getEchart()
|
||||||
|
console.log(this.projectQuery.name)
|
||||||
if (this.projectQuery.name == this.$t('certificationSubmission') || this.projectQuery.name == this.$t('certificationEnd')) {
|
if (this.projectQuery.name == this.$t('certificationSubmission') || this.projectQuery.name == this.$t('certificationEnd')) {
|
||||||
this.$nextTick(() => {
|
this.$nextTick(() => {
|
||||||
this.num = '0'
|
this.num = '0'
|
||||||
|
|||||||
Reference in New Issue
Block a user