Commit dbdce199a4e9da382c2bc80e5a671baf3a5f1f11
Merge remote-tracking branch 'origin/cjerp-1.0_20260116' into cjerp-1.0_20260122-sydd
Showing
3 changed files
with
3 additions
and
3 deletions
| @@ -87,7 +87,7 @@ | @@ -87,7 +87,7 @@ | ||
| 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="item.unitPrice" type="number" :inputBorder="false" | 90 | + <uni-easyinput v-model="item.unitPrice" type="digit" :inputBorder="false" |
| 91 | placeholder="请输入单价" @input="onImmediateChange(idx)" | 91 | placeholder="请输入单价" @input="onImmediateChange(idx)" |
| 92 | @blur="onNumberBlur(idx, 'unitPrice', 0)" /> | 92 | @blur="onNumberBlur(idx, 'unitPrice', 0)" /> |
| 93 | </template> | 93 | </template> |
| @@ -81,7 +81,7 @@ | @@ -81,7 +81,7 @@ | ||
| 81 | </uni-list-item> | 81 | </uni-list-item> |
| 82 | <uni-list-item title="单价"> | 82 | <uni-list-item title="单价"> |
| 83 | <template v-slot:footer> | 83 | <template v-slot:footer> |
| 84 | - <uni-easyinput v-model="item.unitPrice" type="number" :inputBorder="false" placeholder="请输入单价" @input="onImmediateChange(idx)" @blur="onNumberBlur(idx, 'unitPrice', 0)" /> | 84 | + <uni-easyinput v-model="item.unitPrice" type="digit" :inputBorder="false" placeholder="请输入单价" @input="onImmediateChange(idx)" @blur="onNumberBlur(idx, 'unitPrice', 0)" /> |
| 85 | </template> | 85 | </template> |
| 86 | </uni-list-item> | 86 | </uni-list-item> |
| 87 | <uni-list-item title="不含税金额"> | 87 | <uni-list-item title="不含税金额"> |
| @@ -85,7 +85,7 @@ | @@ -85,7 +85,7 @@ | ||
| 85 | </template> | 85 | </template> |
| 86 | <template v-slot:footer> | 86 | <template v-slot:footer> |
| 87 | <view class="amount-row"> | 87 | <view class="amount-row"> |
| 88 | - <uni-easyinput type="number" v-model="form.shippingCost" placeholder="0.00" :inputBorder="false" /> | 88 | + <uni-easyinput type="digit" v-model="form.shippingCost" placeholder="请输入运费" :inputBorder="false" /> |
| 89 | <text class="unit">元</text> | 89 | <text class="unit">元</text> |
| 90 | </view> | 90 | </view> |
| 91 | </template> | 91 | </template> |