|
@@ -107,15 +107,17 @@
|
|
|
</el-form-item>
|
|
|
<div class="input-item-margin">
|
|
|
<div style="display:inline-block;" v-if="deptBudgetList.priceStatus=='审核中'&&pricetype==1">
|
|
|
+ {{deptBudgetList.approveStatus}}
|
|
|
<el-button type="primary" v-hasPermission="`tranManager.vehicleDispatching.reprice`" size="small"
|
|
|
- @click="examine(1)">{{deptBudgetList.approveStatus}}
|
|
|
+ @click="examine(1)">审核中
|
|
|
</el-button>
|
|
|
</div>
|
|
|
<el-button v-if="deptBudgetList.priceStatus!='审核中'&&pricetype==1" type="primary" @click="priceSubmit(1)">提交</el-button>
|
|
|
<!-- <el-button @click="examine(1)" v-else-if="deptBudgetList.priceStatus=='审核中'&&pricetype==1" type="primary">{{deptBudgetList.approveStatus}}</el-button> -->
|
|
|
<div style="display:inline-block;" v-if="deptBudgetList.priceStatusCar=='审核中'&&pricetype==2">
|
|
|
- <el-button type="primary" v-hasPermission="`tranManager.vehicleDispatching.reprice`" size="small"
|
|
|
- @click="examine(2)">{{deptBudgetList.approveStatus}}
|
|
|
+ {{deptBudgetList.approveStatus}}
|
|
|
+ <el-button @click="examine(2)" type="primary" v-hasPermission="`tranManager.vehicleDispatching.reprice`" size="small"
|
|
|
+ >审核中
|
|
|
</el-button>
|
|
|
</div>
|
|
|
<el-button v-if="deptBudgetList.priceStatusCar!='审核中'&&pricetype==2" type="primary" @click="priceSubmit(2)">提交</el-button>
|