|
@@ -247,9 +247,9 @@
|
|
|
<div class="right_item">{{costData.repaymentInfo.alreadyRepaid}}</div>
|
|
|
</div>
|
|
|
<div class="right_btn">
|
|
|
- <el-button @click="submit(1)" v-if="costData.orderStatusKey == 9 && costData.orderStatusKey == 19">
|
|
|
+ <el-button @click="submit(1)" v-if="costData.orderStatusKey == 9 || costData.orderStatusKey == 19">
|
|
|
确认</el-button>
|
|
|
- <el-button @click="submit(2)" v-if="costData.orderStatusKey == 9 && costData.orderStatusKey == 19">
|
|
|
+ <el-button @click="submit(2)" v-if="costData.orderStatusKey == 9 || costData.orderStatusKey == 19">
|
|
|
驳回</el-button>
|
|
|
<el-button @click="complete" v-if="costData.cargoOwnerStatusKey == 29">完结</el-button>
|
|
|
<el-button @click="rightSee = false">关闭</el-button>
|