业务领用码提交

20231126-yw
郑明梁 2 years ago
parent 241318b12c
commit 5533b41c9d

@ -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)

@ -186,7 +186,6 @@ export default {
limit: 10,
corpName: null,
type: 3,
editStatus: 2,
invCode:null
},
statusMap: {
@ -297,7 +296,6 @@ export default {
limit: 10,
corpName: null,
type: 3,
editStatus: 2,
invCode: this.invCodebe,
};
this.actDateRange = [];

Loading…
Cancel
Save