Commit b8690d674eb3028326cc1b55d02d20baf32c76bb

Authored by 史婷婷
1 parent 56a6eba8

feat: 资信管理-授信额度单位去除

... ... @@ -265,7 +265,6 @@
265 265 <template v-slot:footer>
266 266 <view class="amount-row">
267 267 <uni-easyinput type="number" v-model="form.creditLimit" placeholder="0.00" :inputBorder="false" />
268   - <text class="unit">万元</text>
269 268 </view>
270 269 </template>
271 270 </uni-list-item>
... ...
... ... @@ -264,7 +264,6 @@
264 264 <template v-slot:footer>
265 265 <view class="amount-row">
266 266 <uni-easyinput type="number" v-model="form.creditLimit" placeholder="0.00" :inputBorder="false" />
267   - <text class="unit">万元</text>
268 267 </view>
269 268 </template>
270 269 </uni-list-item>
... ...
... ... @@ -107,7 +107,7 @@
107 107 getDicName('CUSTOMER_CATEGORY', form.suggestedCategory, categoryOptions) }}</text>
108 108 </text>
109 109 </view>
110   - <view class="row"><text class="label">授信额度</text><text class="value">{{ form.creditLimit }} 万元</text></view>
  110 + <view class="row"><text class="label">授信额度</text><text class="value">{{ form.creditLimit }}</text></view>
111 111 <view class="row"><text class="label">结算期限</text><text class="value">{{ form.settlementPeriod }}</text></view>
112 112 <view class="row"><text class="label">加工操作方案</text><text class="value">{{ form.materialSupplyPlan }}</text>
113 113 </view>
... ...
... ... @@ -263,7 +263,6 @@
263 263 <template v-slot:footer>
264 264 <view class="amount-row">
265 265 <uni-easyinput type="number" v-model="form.creditLimit" placeholder="0.00" :inputBorder="false" />
266   - <text class="unit">万元</text>
267 266 </view>
268 267 </template>
269 268 </uni-list-item>
... ...
... ... @@ -147,7 +147,7 @@
147 147 getDicName('CUSTOMER_CATEGORY', form.companySuggestedCategory, categoryOptions) }}</text>
148 148 </text>
149 149 </view>
150   - <view class="row"><text class="label">授信额度</text><text class="value">{{ form.companyCreditLimit }} 万元</text>
  150 + <view class="row"><text class="label">授信额度</text><text class="value">{{ form.companyCreditLimit }}</text>
151 151 </view>
152 152 <view class="row"><text class="label">结算期限</text><text class="value">{{ form.companySettlementPeriod
153 153 }}</text>
... ...
... ... @@ -95,7 +95,6 @@
95 95 <view class="amount-row">
96 96 <uni-easyinput type="number" v-model="companyReview.companyCreditLimit"
97 97 placeholder="0.00" :inputBorder="false" />
98   - <text class="unit">万元</text>
99 98 </view>
100 99 </template>
101 100 </uni-list-item>
... ...