|
@@ -179,8 +179,8 @@
|
|
|
|
|
|
|
|
|
<div v-if="detailData.orderType == 0 || detailData.orderType == 4" slot="footer" class="dialog-footer">
|
|
|
- <el-button type="primary" @click="complete(0)">确认</el-button>
|
|
|
- <el-button type="danger" @click="complete(1)">作废</el-button>
|
|
|
+ <el-button type="primary" @click="complete(0)">同意</el-button>
|
|
|
+ <el-button type="danger" @click="complete(1)">驳回</el-button>
|
|
|
</div>
|
|
|
</el-dialog>
|
|
|
|
|
@@ -347,6 +347,7 @@ export default {
|
|
|
}).catch(() => {})
|
|
|
},
|
|
|
handleClick(id, tag) {
|
|
|
+ this.comment = '';
|
|
|
this.dialogStatus = tag;
|
|
|
this.getDetail(id);
|
|
|
this.dialogVisible = true;
|