Commit 8d2656347c79e09c0203699a121a60958a285e22

Authored by 史婷婷
1 parent 64fbe305

fix:加工费(三个表)-键盘不对更改

... ... @@ -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="不含税金额">
... ...