Showing
3 changed files
with
3 additions
and
3 deletions
| ... | ... | @@ -119,7 +119,7 @@ |
| 119 | 119 | </uni-list-item> |
| 120 | 120 | <uni-list-item title="外贸加工费"> |
| 121 | 121 | <template v-slot:footer> |
| 122 | - <uni-easyinput v-model="item.processingFee" type="number" :inputBorder="false" placeholder="请输入外贸加工费" /> | |
| 122 | + <uni-easyinput v-model="item.processingFee" type="digit" :inputBorder="false" placeholder="请输入外贸加工费" /> | |
| 123 | 123 | </template> |
| 124 | 124 | </uni-list-item> |
| 125 | 125 | <!-- <uni-list-item title="不含税金额"> | ... | ... |
| ... | ... | @@ -121,7 +121,7 @@ |
| 121 | 121 | </uni-list-item> |
| 122 | 122 | <uni-list-item title="外贸加工费"> |
| 123 | 123 | <template v-slot:footer> |
| 124 | - <uni-easyinput v-model="item.processingFee" type="number" :inputBorder="false" placeholder="请输入外贸加工费" /> | |
| 124 | + <uni-easyinput v-model="item.processingFee" type="digit" :inputBorder="false" placeholder="请输入外贸加工费" /> | |
| 125 | 125 | </template> |
| 126 | 126 | </uni-list-item> |
| 127 | 127 | <!-- <uni-list-item title="不含税金额"> | ... | ... |
| ... | ... | @@ -119,7 +119,7 @@ |
| 119 | 119 | </uni-list-item> |
| 120 | 120 | <uni-list-item title="外贸加工费"> |
| 121 | 121 | <template v-slot:footer> |
| 122 | - <uni-easyinput v-model="item.processingFee" type="number" :inputBorder="false" placeholder="请输入外贸加工费" /> | |
| 122 | + <uni-easyinput v-model="item.processingFee" type="digit" :inputBorder="false" placeholder="请输入外贸加工费" /> | |
| 123 | 123 | </template> |
| 124 | 124 | </uni-list-item> |
| 125 | 125 | <!-- <uni-list-item title="不含税金额"> | ... | ... |