|
|
@@ -473,12 +473,14 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<span slot="footer" class="dialog-footer">
|
|
|
- <el-button size="small" type="warning" @click="updatedCost" v-if="isAuditing">更改费用</el-button>
|
|
|
+ <template v-if="auditStatus!=1">
|
|
|
+ <el-button size="small" type="warning" @click="updatedCost" v-if="isAuditing">更改费用</el-button>
|
|
|
<el-button size="small" type="primary" style="background-color: #0EC216; border: 1px solid #0EC216"
|
|
|
@click="adjustFee"><span v-if="isAuditing">取消调整</span><span v-if="!isAuditing">调整费用</span></el-button>
|
|
|
<el-button size="small" type="primary"
|
|
|
style="background-color: #0EC216;border: 1px solid #0EC216;margin-right: 30px;"
|
|
|
@click="adusitFUn">审核通过</el-button>
|
|
|
+ </template>
|
|
|
<el-button size="small" type="primary" plain @click="dialogVisible = false">关闭</el-button>
|
|
|
</span>
|
|
|
</el-dialog>
|
|
|
@@ -502,6 +504,7 @@ export default {
|
|
|
type: Object,
|
|
|
default: {}
|
|
|
},
|
|
|
+ auditStatus:String,
|
|
|
feeOrderNewVoList: Object,
|
|
|
},
|
|
|
components: { OpenCloseBox },
|