Commit 5a1c7384 authored by anxixi's avatar anxixi

运营指标验收等功能

parent 6f671b98
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
</el-col> </el-col>
<el-col :span="12"> <el-col :span="12">
<span style="font-weight: bold;margin: 0 20px 0 40px;">区域联系人:</span> <span style="font-weight: bold;margin: 0 20px 0 40px;">区域联系人:</span>
<el-input style="width: 280px;" maxlength="36" placeholder="请输入区域联系人" v-model="search.empContent"></el-input> <el-input style="width: 280px;" maxlength="36" placeholder="请输入区域联系人" v-model="search.linkName"></el-input>
</el-col> </el-col>
</el-row> </el-row>
<el-row style="margin: 20px 0 0 10px" class="contnetform gendisplay"> <el-row style="margin: 20px 0 0 10px" class="contnetform gendisplay">
...@@ -103,6 +103,7 @@ ...@@ -103,6 +103,7 @@
{{scope.row.checkState=='AS02'?'待验收':scope.row.checkState=='AS03'?'已验收':scope.row.checkState=='AS04'?'已驳回':''}} {{scope.row.checkState=='AS02'?'待验收':scope.row.checkState=='AS03'?'已验收':scope.row.checkState=='AS04'?'已驳回':''}}
</template> </template>
</el-table-column> </el-table-column>
<el-table-column prop="createdTime" label="创建时间" align="center" width="80"></el-table-column>
<el-table-column :label="$t('listjson.action')" width="100" align='center' fixed="right"> <el-table-column :label="$t('listjson.action')" width="100" align='center' fixed="right">
<template slot-scope="scope"> <template slot-scope="scope">
<el-button type="text" @click="handdetail(scope.row)">{{$t('listjson.seeaction')}}</el-button> <el-button type="text" @click="handdetail(scope.row)">{{$t('listjson.seeaction')}}</el-button>
......
...@@ -77,6 +77,7 @@ ...@@ -77,6 +77,7 @@
<p>{{scope.row.authenticationState=='AS02'?'待验收':scope.row.authenticationState=='AS03'?'验收通过展示':scope.row.authenticationState=='AS05'?'验收通过不展示':scope.row.authenticationState=='AS04'?'验收驳回':scope.row.authenticationState=='AS06'?'验收不通过展示':''}}</p> <p>{{scope.row.authenticationState=='AS02'?'待验收':scope.row.authenticationState=='AS03'?'验收通过展示':scope.row.authenticationState=='AS05'?'验收通过不展示':scope.row.authenticationState=='AS04'?'验收驳回':scope.row.authenticationState=='AS06'?'验收不通过展示':''}}</p>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column prop="createdTime" label="创建时间" align="center" width="80"></el-table-column>
<el-table-column :label="$t('listjson.action')" width="100" align='center' fixed="right"> <el-table-column :label="$t('listjson.action')" width="100" align='center' fixed="right">
<template slot-scope="scope"> <template slot-scope="scope">
<el-button type="text" @click="handdetail(scope.row)">{{$t('listjson.seeaction')}}</el-button> <el-button type="text" @click="handdetail(scope.row)">{{$t('listjson.seeaction')}}</el-button>
......
...@@ -68,7 +68,7 @@ ...@@ -68,7 +68,7 @@
</div> </div>
<el-row style="margin: 40px 0 20px 0; text-align: center;width: 100%;"> <el-row style="margin: 40px 0 20px 0; text-align: center;width: 100%;">
<el-button type="primary" @click="addexpert">提交</el-button> <el-button type="primary" @click="addexpert">提交</el-button>
<el-button @click="$router.push('/kolExpertManage')" plain>取消</el-button> <el-button @click="resetCik" plain>取消</el-button>
</el-row> </el-row>
</el-tab-pane> </el-tab-pane>
</el-tabs> </el-tabs>
...@@ -148,6 +148,10 @@ ...@@ -148,6 +148,10 @@
guestimg(url){ guestimg(url){
this.expertData.empLogo = url; this.expertData.empLogo = url;
}, },
resetCik(){
this.expertData.empLogo = '';
this.$refs.expertData.resetFields();
},
addexpert(){ addexpert(){
this.$refs.expertData.validate((valid) => { this.$refs.expertData.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