|
|
@@ -594,7 +594,7 @@
|
|
|
<div class="btns" v-if="Number(activeindex) == 0">
|
|
|
<el-button size="small" v-if="!costShow" type="primary" plain @click="handleCostChange">调整费用</el-button>
|
|
|
<div v-else style="display: flex; align-items: center; justify-content: flex-end">
|
|
|
- <el-button size="small" type="primary" plain @click="costShow = false">取消调整</el-button>
|
|
|
+ <el-button size="small" type="primary" plain @click="costShow = false,initDetail()">取消调整</el-button>
|
|
|
<el-button size="small" type="primary" plain @click="handleComputedCostInfo">留点计算</el-button>
|
|
|
<el-button size="small" type="primary" :loading="handleSaveCostloading" plain
|
|
|
@click="handleSaveCostChange">保存</el-button>
|