Commit 06515ddaeb422f9e0cf98d96f17f98a9b1410989
Merge remote-tracking branch 'origin/cjerp-1.0_20251220' into publish_cjerp
Showing
6 changed files
with
2 additions
and
6 deletions
| @@ -265,7 +265,6 @@ | @@ -265,7 +265,6 @@ | ||
| 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="number" v-model="form.creditLimit" placeholder="0.00" :inputBorder="false" /> |
| 268 | - <text class="unit">万元</text> | ||
| 269 | </view> | 268 | </view> |
| 270 | </template> | 269 | </template> |
| 271 | </uni-list-item> | 270 | </uni-list-item> |
| @@ -264,7 +264,6 @@ | @@ -264,7 +264,6 @@ | ||
| 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="number" v-model="form.creditLimit" placeholder="0.00" :inputBorder="false" /> |
| 267 | - <text class="unit">万元</text> | ||
| 268 | </view> | 267 | </view> |
| 269 | </template> | 268 | </template> |
| 270 | </uni-list-item> | 269 | </uni-list-item> |
| @@ -107,7 +107,7 @@ | @@ -107,7 +107,7 @@ | ||
| 107 | getDicName('CUSTOMER_CATEGORY', form.suggestedCategory, categoryOptions) }}</text> | 107 | getDicName('CUSTOMER_CATEGORY', form.suggestedCategory, categoryOptions) }}</text> |
| 108 | </text> | 108 | </text> |
| 109 | </view> | 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 | <view class="row"><text class="label">结算期限</text><text class="value">{{ form.settlementPeriod }}</text></view> | 111 | <view class="row"><text class="label">结算期限</text><text class="value">{{ form.settlementPeriod }}</text></view> |
| 112 | <view class="row"><text class="label">加工操作方案</text><text class="value">{{ form.materialSupplyPlan }}</text> | 112 | <view class="row"><text class="label">加工操作方案</text><text class="value">{{ form.materialSupplyPlan }}</text> |
| 113 | </view> | 113 | </view> |
| @@ -263,7 +263,6 @@ | @@ -263,7 +263,6 @@ | ||
| 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="number" v-model="form.creditLimit" placeholder="0.00" :inputBorder="false" /> |
| 266 | - <text class="unit">万元</text> | ||
| 267 | </view> | 266 | </view> |
| 268 | </template> | 267 | </template> |
| 269 | </uni-list-item> | 268 | </uni-list-item> |
| @@ -147,7 +147,7 @@ | @@ -147,7 +147,7 @@ | ||
| 147 | getDicName('CUSTOMER_CATEGORY', form.companySuggestedCategory, categoryOptions) }}</text> | 147 | getDicName('CUSTOMER_CATEGORY', form.companySuggestedCategory, categoryOptions) }}</text> |
| 148 | </text> | 148 | </text> |
| 149 | </view> | 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 | </view> | 151 | </view> |
| 152 | <view class="row"><text class="label">结算期限</text><text class="value">{{ form.companySettlementPeriod | 152 | <view class="row"><text class="label">结算期限</text><text class="value">{{ form.companySettlementPeriod |
| 153 | }}</text> | 153 | }}</text> |
| @@ -95,7 +95,6 @@ | @@ -95,7 +95,6 @@ | ||
| 95 | <view class="amount-row"> | 95 | <view class="amount-row"> |
| 96 | <uni-easyinput type="number" v-model="companyReview.companyCreditLimit" | 96 | <uni-easyinput type="number" v-model="companyReview.companyCreditLimit" |
| 97 | placeholder="0.00" :inputBorder="false" /> | 97 | placeholder="0.00" :inputBorder="false" /> |
| 98 | - <text class="unit">万元</text> | ||
| 99 | </view> | 98 | </view> |
| 100 | </template> | 99 | </template> |
| 101 | </uni-list-item> | 100 | </uni-list-item> |