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,10 +2,7 @@ | ||
| 2 | <el-dialog :title="$t('searchOwnerInvoice.title')" :visible.sync="visible" width="80%" @close="handleClose"> | 2 | <el-dialog :title="$t('searchOwnerInvoice.title')" :visible.sync="visible" width="80%" @close="handleClose"> |
| 3 | <div> | 3 | <div> |
| 4 | <el-row :gutter="20"> | 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 | <el-col :span="9"> | 6 | <el-col :span="9"> |
| 10 | <el-input v-model="searchForm.ownerNameLike" :placeholder="$t('searchOwnerInvoice.placeholderOwner')" clearable | 7 | <el-input v-model="searchForm.ownerNameLike" :placeholder="$t('searchOwnerInvoice.placeholderOwner')" clearable |
| 11 | @keyup.enter.native="handleSearch" /> | 8 | @keyup.enter.native="handleSearch" /> |
src/views/fee/ownerApplyInvoiceLang.js
| @@ -96,7 +96,7 @@ export const messages = { | @@ -96,7 +96,7 @@ export const messages = { | ||
| 96 | noDepositSelected: '未选择账户预存' | 96 | noDepositSelected: '未选择账户预存' |
| 97 | }, | 97 | }, |
| 98 | searchOwnerInvoice: { | 98 | searchOwnerInvoice: { |
| 99 | - title: '选择业主', | 99 | + title: '选择发票抬头', |
| 100 | ownerName: '业主名称', | 100 | ownerName: '业主名称', |
| 101 | invoiceType: '发票类型', | 101 | invoiceType: '发票类型', |
| 102 | invoiceTitle: '发票名头', | 102 | invoiceTitle: '发票名头', |