Commit 28c4d0ac93208bdcf4c5773123fae8f66ffb02d1

Authored by 史婷婷
1 parent 40195402

feat: 资信管理-键盘&文案

... ... @@ -86,9 +86,9 @@
86 86 <uni-easyinput v-model="form.bankAccount" placeholder="请输入账号" :inputBorder="false" />
87 87 </template>
88 88 </uni-list-item>
89   - <uni-list-item title="开户行">
  89 + <uni-list-item title="开户行">
90 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 92 </template>
93 93 </uni-list-item>
94 94 <uni-list-item title="税号">
... ... @@ -131,7 +131,7 @@
131 131 </template>
132 132 <template v-slot:footer>
133 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 135 <text class="unit">平方米</text>
136 136 </view>
137 137 </template>
... ... @@ -264,7 +264,7 @@
264 264 </template>
265 265 <template v-slot:footer>
266 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 268 </view>
269 269 </template>
270 270 </uni-list-item>
... ...
... ... @@ -85,9 +85,9 @@
85 85 <uni-easyinput v-model="form.bankAccount" placeholder="请输入账号" :inputBorder="false" />
86 86 </template>
87 87 </uni-list-item>
88   - <uni-list-item title="开户行">
  88 + <uni-list-item title="开户行">
89 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 91 </template>
92 92 </uni-list-item>
93 93 <uni-list-item title="税号">
... ... @@ -130,7 +130,7 @@
130 130 </template>
131 131 <template v-slot:footer>
132 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 134 <text class="unit">平方米</text>
135 135 </view>
136 136 </template>
... ... @@ -263,7 +263,7 @@
263 263 </template>
264 264 <template v-slot:footer>
265 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 267 </view>
268 268 </template>
269 269 </uni-list-item>
... ...
... ... @@ -84,9 +84,9 @@
84 84 <uni-easyinput v-model="form.bankAccount" placeholder="请输入账号" :inputBorder="false" />
85 85 </template>
86 86 </uni-list-item>
87   - <uni-list-item title="开户行">
  87 + <uni-list-item title="开户行">
88 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 90 </template>
91 91 </uni-list-item>
92 92 <uni-list-item title="税号">
... ... @@ -129,7 +129,7 @@
129 129 </template>
130 130 <template v-slot:footer>
131 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 133 <text class="unit">平方米</text>
134 134 </view>
135 135 </template>
... ... @@ -262,7 +262,7 @@
262 262 </template>
263 263 <template v-slot:footer>
264 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 266 </view>
267 267 </template>
268 268 </uni-list-item>
... ...
... ... @@ -93,8 +93,8 @@
93 93 </template>
94 94 <template v-slot:footer>
95 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 98 </view>
99 99 </template>
100 100 </uni-list-item>
... ...