|
@@ -27,7 +27,7 @@
|
|
|
<template slot-scope="scope">
|
|
|
<el-button size="mini" type="primary" @click="dialogCheck(scope.row,1)">查看</el-button>
|
|
|
<!--<el-button size="mini" type="danger" v-if="scope.row.sts==3"-->
|
|
|
- <el-button size="mini" type="danger" v-if="advstatus == 0 && scope.row.isBtnShow && scope.row.sts=='0'"
|
|
|
+ <el-button size="mini" type="danger" v-if="advstatus == 0 && scope.row.isBtnShow && scope.row.sts=='0' && userInfo.loginNo == scope.row.assigneeNo"
|
|
|
@click="dialogCheck(scope.row,2)">审核</el-button>
|
|
|
<el-button v-if="userInfo.loginName == scope.row.opName&&scope.row.sts=='3'" size="mini"
|
|
|
type="primary" @click="advSure(scope.row)">归档
|
|
@@ -172,7 +172,7 @@
|
|
|
v.isBtnShow = true;
|
|
|
return
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
});
|
|
|
},
|
|
|
// 分页
|
|
@@ -220,9 +220,9 @@
|
|
|
advTypeName: advTypeName,
|
|
|
// advType: this.advtype
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
this.shParam.params.terminalRes = JSON.stringify(Object.assign(JSON.parse(this.shParam.params.terminalRes) , gdParam))
|
|
|
-
|
|
|
+
|
|
|
let param = this.shParam
|
|
|
|
|
|
this.$http({
|
|
@@ -248,7 +248,7 @@
|
|
|
}
|
|
|
});
|
|
|
this.advtype = '';
|
|
|
-
|
|
|
+
|
|
|
},
|
|
|
dialogCli(v) {
|
|
|
let _this = this;
|
|
@@ -270,9 +270,9 @@
|
|
|
// advTypeName: advTypeName,
|
|
|
// advType: this.advtype
|
|
|
// }
|
|
|
-
|
|
|
+
|
|
|
// this.shParam.params.terminalRes = JSON.stringify(Object.assign(JSON.parse(this.shParam.params.terminalRes) , gdParam))
|
|
|
-
|
|
|
+
|
|
|
// let param = this.shParam
|
|
|
|
|
|
// this.$http({
|