Showing
4 changed files
with
14 additions
and
14 deletions
| @@ -86,9 +86,9 @@ | @@ -86,9 +86,9 @@ | ||
| 86 | <uni-easyinput v-model="form.bankAccount" placeholder="请输入账号" :inputBorder="false" /> | 86 | <uni-easyinput v-model="form.bankAccount" placeholder="请输入账号" :inputBorder="false" /> |
| 87 | </template> | 87 | </template> |
| 88 | </uni-list-item> | 88 | </uni-list-item> |
| 89 | - <uni-list-item title="账开户行"> | 89 | + <uni-list-item title="开户行"> |
| 90 | <template v-slot:footer> | 90 | <template v-slot:footer> |
| 91 | - <uni-easyinput v-model="form.bankName" placeholder="请输入账开户行" :inputBorder="false" /> | 91 | + <uni-easyinput v-model="form.bankName" placeholder="请输入开户行" :inputBorder="false" /> |
| 92 | </template> | 92 | </template> |
| 93 | </uni-list-item> | 93 | </uni-list-item> |
| 94 | <uni-list-item title="税号"> | 94 | <uni-list-item title="税号"> |
| @@ -131,7 +131,7 @@ | @@ -131,7 +131,7 @@ | ||
| 131 | </template> | 131 | </template> |
| 132 | <template v-slot:footer> | 132 | <template v-slot:footer> |
| 133 | <view class="amount-row"> | 133 | <view class="amount-row"> |
| 134 | - <uni-easyinput type="number" v-model="form.landArea" placeholder="0.00" :inputBorder="false" /> | 134 | + <uni-easyinput type="digit" v-model="form.landArea" placeholder="请输入占地面积" :inputBorder="false" /> |
| 135 | <text class="unit">平方米</text> | 135 | <text class="unit">平方米</text> |
| 136 | </view> | 136 | </view> |
| 137 | </template> | 137 | </template> |
| @@ -264,7 +264,7 @@ | @@ -264,7 +264,7 @@ | ||
| 264 | </template> | 264 | </template> |
| 265 | <template v-slot:footer> | 265 | <template v-slot:footer> |
| 266 | <view class="amount-row"> | 266 | <view class="amount-row"> |
| 267 | - <uni-easyinput type="number" v-model="form.creditLimit" placeholder="0.00" :inputBorder="false" /> | 267 | + <uni-easyinput type="digit" v-model="form.creditLimit" placeholder="请输入授信额度" :inputBorder="false" /> |
| 268 | </view> | 268 | </view> |
| 269 | </template> | 269 | </template> |
| 270 | </uni-list-item> | 270 | </uni-list-item> |
| @@ -85,9 +85,9 @@ | @@ -85,9 +85,9 @@ | ||
| 85 | <uni-easyinput v-model="form.bankAccount" placeholder="请输入账号" :inputBorder="false" /> | 85 | <uni-easyinput v-model="form.bankAccount" placeholder="请输入账号" :inputBorder="false" /> |
| 86 | </template> | 86 | </template> |
| 87 | </uni-list-item> | 87 | </uni-list-item> |
| 88 | - <uni-list-item title="账开户行"> | 88 | + <uni-list-item title="开户行"> |
| 89 | <template v-slot:footer> | 89 | <template v-slot:footer> |
| 90 | - <uni-easyinput v-model="form.bankName" placeholder="请输入账开户行" :inputBorder="false" /> | 90 | + <uni-easyinput v-model="form.bankName" placeholder="请输入开户行" :inputBorder="false" /> |
| 91 | </template> | 91 | </template> |
| 92 | </uni-list-item> | 92 | </uni-list-item> |
| 93 | <uni-list-item title="税号"> | 93 | <uni-list-item title="税号"> |
| @@ -130,7 +130,7 @@ | @@ -130,7 +130,7 @@ | ||
| 130 | </template> | 130 | </template> |
| 131 | <template v-slot:footer> | 131 | <template v-slot:footer> |
| 132 | <view class="amount-row"> | 132 | <view class="amount-row"> |
| 133 | - <uni-easyinput type="number" v-model="form.landArea" placeholder="0.00" :inputBorder="false" /> | 133 | + <uni-easyinput type="digit" v-model="form.landArea" placeholder="请输入占地面积" :inputBorder="false" /> |
| 134 | <text class="unit">平方米</text> | 134 | <text class="unit">平方米</text> |
| 135 | </view> | 135 | </view> |
| 136 | </template> | 136 | </template> |
| @@ -263,7 +263,7 @@ | @@ -263,7 +263,7 @@ | ||
| 263 | </template> | 263 | </template> |
| 264 | <template v-slot:footer> | 264 | <template v-slot:footer> |
| 265 | <view class="amount-row"> | 265 | <view class="amount-row"> |
| 266 | - <uni-easyinput type="number" v-model="form.creditLimit" placeholder="0.00" :inputBorder="false" /> | 266 | + <uni-easyinput type="digit" v-model="form.creditLimit" placeholder="请输入授信额度" :inputBorder="false" /> |
| 267 | </view> | 267 | </view> |
| 268 | </template> | 268 | </template> |
| 269 | </uni-list-item> | 269 | </uni-list-item> |
| @@ -84,9 +84,9 @@ | @@ -84,9 +84,9 @@ | ||
| 84 | <uni-easyinput v-model="form.bankAccount" placeholder="请输入账号" :inputBorder="false" /> | 84 | <uni-easyinput v-model="form.bankAccount" placeholder="请输入账号" :inputBorder="false" /> |
| 85 | </template> | 85 | </template> |
| 86 | </uni-list-item> | 86 | </uni-list-item> |
| 87 | - <uni-list-item title="账开户行"> | 87 | + <uni-list-item title="开户行"> |
| 88 | <template v-slot:footer> | 88 | <template v-slot:footer> |
| 89 | - <uni-easyinput v-model="form.bankName" placeholder="请输入账开户行" :inputBorder="false" /> | 89 | + <uni-easyinput v-model="form.bankName" placeholder="请输入开户行" :inputBorder="false" /> |
| 90 | </template> | 90 | </template> |
| 91 | </uni-list-item> | 91 | </uni-list-item> |
| 92 | <uni-list-item title="税号"> | 92 | <uni-list-item title="税号"> |
| @@ -129,7 +129,7 @@ | @@ -129,7 +129,7 @@ | ||
| 129 | </template> | 129 | </template> |
| 130 | <template v-slot:footer> | 130 | <template v-slot:footer> |
| 131 | <view class="amount-row"> | 131 | <view class="amount-row"> |
| 132 | - <uni-easyinput type="number" v-model="form.landArea" placeholder="0.00" :inputBorder="false" /> | 132 | + <uni-easyinput type="digit" v-model="form.landArea" placeholder="请输入占地面积" :inputBorder="false" /> |
| 133 | <text class="unit">平方米</text> | 133 | <text class="unit">平方米</text> |
| 134 | </view> | 134 | </view> |
| 135 | </template> | 135 | </template> |
| @@ -262,7 +262,7 @@ | @@ -262,7 +262,7 @@ | ||
| 262 | </template> | 262 | </template> |
| 263 | <template v-slot:footer> | 263 | <template v-slot:footer> |
| 264 | <view class="amount-row"> | 264 | <view class="amount-row"> |
| 265 | - <uni-easyinput type="number" v-model="form.creditLimit" placeholder="0.00" :inputBorder="false" /> | 265 | + <uni-easyinput type="digit" v-model="form.creditLimit" placeholder="请输入授信额度" :inputBorder="false" /> |
| 266 | </view> | 266 | </view> |
| 267 | </template> | 267 | </template> |
| 268 | </uni-list-item> | 268 | </uni-list-item> |
| @@ -93,8 +93,8 @@ | @@ -93,8 +93,8 @@ | ||
| 93 | </template> | 93 | </template> |
| 94 | <template v-slot:footer> | 94 | <template v-slot:footer> |
| 95 | <view class="amount-row"> | 95 | <view class="amount-row"> |
| 96 | - <uni-easyinput type="number" v-model="companyReview.companyCreditLimit" | ||
| 97 | - placeholder="0.00" :inputBorder="false" /> | 96 | + <uni-easyinput type="digit" v-model="companyReview.companyCreditLimit" |
| 97 | + placeholder="请输入授信额度" :inputBorder="false" /> | ||
| 98 | </view> | 98 | </view> |
| 99 | </template> | 99 | </template> |
| 100 | </uni-list-item> | 100 | </uni-list-item> |