|
|
@@ -81,9 +81,11 @@
|
|
|
<el-button size="mini" type="text"
|
|
|
v-if="item.orderstatus == '2' && ['恒邦财险', '众安财险', '中国人寿', '安盛天平', '紫金财险'].includes(item.inscompany)"
|
|
|
@click="querystatus(item)" style="color:#f56c6c">缴费状态查询</el-button>
|
|
|
- <!-- <el-button size="mini" type="text"
|
|
|
+
|
|
|
+ <el-button size="mini" type="text"
|
|
|
v-if="item.orderstatus == '2' && ['紫金财险'].includes(item.inscompany)"
|
|
|
- @click="cancelorder(item)" style="color:#f56c6c">撤单</el-button> -->
|
|
|
+ @click="cancelorder(item)" style="color:#f56c6c">撤单</el-button>
|
|
|
+
|
|
|
<el-button size="mini" type="text" v-if="item.orderstatus == '2'" @click="carcode(scope.row, item)"
|
|
|
style="color:#f56c6c">二维码</el-button>
|
|
|
<el-button size="mini" type="text" @click="OrderDetails(scope.row, item)">查看详情
|
|
|
@@ -1023,6 +1025,7 @@ export default {
|
|
|
startDate: "",
|
|
|
pageNum: 1,
|
|
|
pageSize: 20,
|
|
|
+ deptId:"",
|
|
|
},
|
|
|
orderInfo: {
|
|
|
//选中的订单
|
|
|
@@ -1069,6 +1072,7 @@ export default {
|
|
|
},
|
|
|
created() {
|
|
|
this.peopleid = Cookies.get('user');
|
|
|
+ this.pageRequest.deptId=JSON.parse(localStorage.getItem('user_data') ).deptId;
|
|
|
this.$api.dept.findDeptTree().then((res) => {
|
|
|
this.institutionOptions = res.data;
|
|
|
});
|