Commit d02903a6 authored by anxixi's avatar anxixi

运营指标验收等功能

parent 00d7a70e
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
<el-table-column :label="$t('litemlistjson.projectName')" width="330" > <el-table-column :label="$t('litemlistjson.projectName')" width="330" >
<template slot-scope="scope"> <template slot-scope="scope">
<p @click="setDatalist(scope.row)" class="projectNamep">{{scope.row.projectName}}</p> <p @click="setDatalist(scope.row)" class="projectNamep">{{scope.row.projectName}}</p>
<span class="stateclass">{{scope.row.authenticationState=='AS02'?$t('operationjson.pendingreview'):scope.row.authenticationState=='AS03'?$t('operationjson.audited'):scope.row.authenticationState=='AS04'?$t('operationjson.dismissed'):scope.row.authenticationState=='AS05'?(publicFun.isgetUserRoleFunc(5)?'验收通过不展示':$t('operationjson.audited')):scope.row.authenticationState=='AS06'?(publicFun.isgetUserRoleFunc(5)?'验收不通过展示':$t('operationjson.audited')):''}}</span> <span class="stateclass">{{scope.row.authenticationState=='AS02'?$t('operationjson.pendingreview'):scope.row.authenticationState=='AS03'?(publicFun.isgetUserRoleFunc(5)?'验收通过展示':$t('operationjson.audited')):scope.row.authenticationState=='AS04'?$t('operationjson.dismissed'):scope.row.authenticationState=='AS05'?(publicFun.isgetUserRoleFunc(5)?'验收通过不展示':$t('operationjson.audited')):scope.row.authenticationState=='AS06'?(publicFun.isgetUserRoleFunc(5)?'验收不通过展示':$t('operationjson.audited')):''}}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column prop="projectModel" :label="$t('litemlistjson.projectModel')" align='center'> <el-table-column prop="projectModel" :label="$t('litemlistjson.projectModel')" align='center'>
......
...@@ -442,6 +442,10 @@ ...@@ -442,6 +442,10 @@
}else{ }else{
this.isShowErrorText = false; this.isShowErrorText = false;
} }
if((!this.formData.projectBpUrl||this.formData.projectBpUrl.length==0)&&this.publicFun.isgetUserRoleFunc(5)){
this.$message.error('请上传项目BP');
return
}
this.formData.projectId = this.formId; this.formData.projectId = this.formId;
this.$refs.formData.validate((valid) => { this.$refs.formData.validate((valid) => {
if(valid) { if(valid) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment