Commit 196af866 authored by youjie's avatar youjie

no message

parent d609fe49
...@@ -159,8 +159,9 @@ ...@@ -159,8 +159,9 @@
width="150"> width="150">
<template slot-scope="scope"> <template slot-scope="scope">
<div class="_icon_btn"> <div class="_icon_btn">
<el-tooltip class="item" effect="dark" content="审核" placement="top" v-if="scope.row.BranchAuditState==1"> <el-tooltip class="item" effect="dark" content="审核" placement="top"
<i class="iconfont icon-ico_commodity_defaul" @click="shenhei(scope.row)"></i> v-if="scope.row.BranchAuditState==1">
<i v-loading="loading" class="iconfont icon-ico_commodity_defaul" @click="shenhei(scope.row)"></i>
</el-tooltip> </el-tooltip>
<el-tooltip class="item" effect="dark" content="驳回" placement="top" v-if="scope.row.BranchAuditState==1"> <el-tooltip class="item" effect="dark" content="驳回" placement="top" v-if="scope.row.BranchAuditState==1">
<i class="iconfont icon-shenhebohui" @click="bohui(scope.row)"></i> <i class="iconfont icon-shenhebohui" @click="bohui(scope.row)"></i>
...@@ -199,18 +200,16 @@ ...@@ -199,18 +200,16 @@
></el-input> ></el-input>
<el-row :gutter="20" style="margin-top: 20px;"> <el-row :gutter="20" style="margin-top: 20px;">
<el-col :span="24" style="text-align: right;"> <el-col :span="24" style="text-align: right;">
<input <el-button
type="button"
class="normalBtn" class="normalBtn"
value="确定驳回" value=""
@click="cancelOrderHandler" @click="cancelOrderHandler"
/> :loading="loading"
<input >确定驳回</el-button>
type="button" <el-button
class="hollowFixedBtn" class="hollowFixedBtn"
value="关闭"
@click="cancelOrderDialog = false,cancelRemark=''" @click="cancelOrderDialog = false,cancelRemark=''"
/> >关闭</el-button>
</el-col> </el-col>
</el-row> </el-row>
</div> </div>
...@@ -452,6 +451,7 @@ ...@@ -452,6 +451,7 @@
BranchAuditState:type, BranchAuditState:type,
BranchAuditRemark:this.cancelRemark BranchAuditRemark:this.cancelRemark
} }
this.loading = true
this.apipost("travel_post_AuditPriceOutBranchTeamType", { this.apipost("travel_post_AuditPriceOutBranchTeamType", {
TCID:TCID, TCID:TCID,
BranchAuditState:type, BranchAuditState:type,
...@@ -472,6 +472,7 @@ ...@@ -472,6 +472,7 @@
} else { } else {
this.Error(res.data.message); this.Error(res.data.message);
} }
this.loading = false
}, },
err => { } err => { }
); );
......
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