Commit 196af866 authored by youjie's avatar youjie

no message

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