Commit 0c2dc4f9dcd79e5994ce286f9da777e364414096
1 parent
34ac5192
v1.9 修复发票抬头选择bug
Showing
2 changed files
with
2 additions
and
5 deletions
src/components/fee/searchOwnerInvoice.vue
| ... | ... | @@ -2,10 +2,7 @@ |
| 2 | 2 | <el-dialog :title="$t('searchOwnerInvoice.title')" :visible.sync="visible" width="80%" @close="handleClose"> |
| 3 | 3 | <div> |
| 4 | 4 | <el-row :gutter="20"> |
| 5 | - <el-col :span="9"> | |
| 6 | - <el-input v-model="searchForm.roomName" :placeholder="$t('searchOwnerInvoice.placeholderRoom')" clearable | |
| 7 | - @keyup.enter.native="handleSearch" /> | |
| 8 | - </el-col> | |
| 5 | + | |
| 9 | 6 | <el-col :span="9"> |
| 10 | 7 | <el-input v-model="searchForm.ownerNameLike" :placeholder="$t('searchOwnerInvoice.placeholderOwner')" clearable |
| 11 | 8 | @keyup.enter.native="handleSearch" /> | ... | ... |
src/views/fee/ownerApplyInvoiceLang.js