Browse Source

数字限制

devlop
mo-bai 4 years ago
parent
commit
d1519f1da2
3 changed files with 3 additions and 3 deletions
  1. 2
      pages/fs-credit/index.vue
  2. 2
      pages/mine/index.vue
  3. 2
      pages/month-credit/index.vue

2
pages/fs-credit/index.vue

@ -34,7 +34,7 @@
></qn-data-picker>
</qn-form-item>
<qn-form-item label="授信额度(元)" required>
<qn-easyinput :maxlength="9" v-model="form.creditLine" :inputBorder="false" text="right" placeholder="请设置授信额度"></qn-easyinput>
<qn-easyinput :maxlength="9" v-model="form.creditLine" type="number" :inputBorder="false" text="right" placeholder="请设置授信额度"></qn-easyinput>
</qn-form-item>
<qn-footer fixed height="120rpx">
<view class="button_area">

2
pages/mine/index.vue

@ -20,7 +20,7 @@
<image v-if="userInfo.fddEnterpriseStatus === fddStatus.CERTIFIED_SUCCESS" class="image" src="/static/imgs/mine/certified-icon.png"></image>
<image v-else class="image" @click="certifyCompany()" src="/static/imgs/mine/non-certified-icon.png"></image>
</view>
<view style="margin-top: 16rpx">
<view style="margin-top: 30rpx">
<text
style="font-size: 26rpx; color: #fff; font-weight: 400; word-break: break-all"
@click="loginGo2(hasCompany ? 'enterprise-info-edit' : 'enterprise-info')"

2
pages/month-credit/index.vue

@ -9,7 +9,7 @@
<text class="item_text">{{ form.legalPersonName }}</text>
</qn-form-item>
<qn-form-item label="授信额度(元)" required>
<qn-easyinput :maxlength="9" v-model="form.creditLine" :inputBorder="false" text="right" placeholder="请设置授信额度"></qn-easyinput>
<qn-easyinput :maxlength="9" v-model="form.creditLine" type="nmber" :inputBorder="false" text="right" placeholder="请设置授信额度"></qn-easyinput>
</qn-form-item>
<qn-form-item label="结算周期" required>
<qn-data-picker

Loading…
Cancel
Save