@ -197,6 +197,7 @@ export default {
changeInv() {
this.selInvVisible = true;
this.getDeptList();
},
getDeptList() {
@ -250,6 +250,10 @@ export default {
orderDetailEntities: this.detailList,
code: this.udiCode,
}
if (event == null) {
} else event.target.select();
this.$refs.inputRef.select();
acceptAddCode(postQuery)
.then((response) => {
if (response.code == 20000) {
@ -119,7 +119,7 @@
</template>
</el-table-column>
<el-table-column label="审核时间" prop="createTime" show-overflow-tooltip width="150">
<el-table-column label="审核时间" prop="auditTime" show-overflow-tooltip width="150">
<template slot-scope="scope">
<i class="el-icon-time"></i>
<span>{{ scope.row.createTime }}</span>
@ -147,7 +147,7 @@
@ -117,7 +117,7 @@
@ -152,7 +152,7 @@