|
|
|
@ -120,13 +120,6 @@
|
|
|
|
|
sortable="custom" :sort-orders="['ascending', 'descending']" ></el-table-column>
|
|
|
|
|
<el-table-column label="审核时间" prop="auditTime"
|
|
|
|
|
sortable="custom" :sort-orders="['ascending', 'descending']"></el-table-column>
|
|
|
|
|
<el-table-column label="操作" >
|
|
|
|
|
<template slot-scope="scope">
|
|
|
|
|
<el-button type="text" size="small" @click.native.stop="deleteDialog(scope.row)"
|
|
|
|
|
>删除
|
|
|
|
|
</el-button>
|
|
|
|
|
</template>
|
|
|
|
|
</el-table-column>
|
|
|
|
|
</el-table>
|
|
|
|
|
|
|
|
|
|
<pagination
|
|
|
|
@ -365,6 +358,7 @@ export default {
|
|
|
|
|
this.filterQuery.startAuditTime = null;
|
|
|
|
|
this.filterQuery.endAuditTime = null;
|
|
|
|
|
}
|
|
|
|
|
this.filterQuery.isUser = true;
|
|
|
|
|
this.loading = true;
|
|
|
|
|
this.detailList=[]
|
|
|
|
|
getReceiveOrder(this.filterQuery)
|
|
|
|
|