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 | 87 | </uni-list-item> |
| 88 | 88 | <uni-list-item title="单价"> |
| 89 | 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 | 91 | placeholder="请输入单价" @input="onImmediateChange(idx)" |
| 92 | 92 | @blur="onNumberBlur(idx, 'unitPrice', 0)" /> |
| 93 | 93 | </template> | ... | ... |
| ... | ... | @@ -81,7 +81,7 @@ |
| 81 | 81 | </uni-list-item> |
| 82 | 82 | <uni-list-item title="单价"> |
| 83 | 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 | 85 | </template> |
| 86 | 86 | </uni-list-item> |
| 87 | 87 | <uni-list-item title="不含税金额"> | ... | ... |
| ... | ... | @@ -85,7 +85,7 @@ |
| 85 | 85 | </template> |
| 86 | 86 | <template v-slot:footer> |
| 87 | 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 | 89 | <text class="unit">元</text> |
| 90 | 90 | </view> |
| 91 | 91 | </template> | ... | ... |