Commit d13e790a194d44e2e006ffec724acfcc6b6a5424
1 parent
dff09c6b
快速出入库功能-数量输入框只能是数字
Showing
2 changed files
with
2 additions
and
2 deletions
ant-design-vue-jeecg/src/views/system/monitor/modules/ExpressDeliveryModal.vue
@@ -38,7 +38,7 @@ | @@ -38,7 +38,7 @@ | ||
38 | </a-col> | 38 | </a-col> |
39 | <a-col :span="8"> | 39 | <a-col :span="8"> |
40 | <a-form-model-item> | 40 | <a-form-model-item> |
41 | - <a-input placeholder="数量" v-model="item.shipQty"/> | 41 | + <a-input placeholder="数量" v-model="item.shipQty" type="number"/> |
42 | </a-form-model-item> | 42 | </a-form-model-item> |
43 | </a-col> | 43 | </a-col> |
44 | <a-col :span="4"> | 44 | <a-col :span="4"> |
ant-design-vue-jeecg/src/views/system/monitor/modules/ExpressStorageModal.vue
@@ -44,7 +44,7 @@ | @@ -44,7 +44,7 @@ | ||
44 | </a-col> | 44 | </a-col> |
45 | <a-col :span="8"> | 45 | <a-col :span="8"> |
46 | <a-form-model-item> | 46 | <a-form-model-item> |
47 | - <a-input placeholder="数量" v-model="item.qty"/> | 47 | + <a-input placeholder="数量" v-model="item.qty" type="number"/> |
48 | </a-form-model-item> | 48 | </a-form-model-item> |
49 | </a-col> | 49 | </a-col> |
50 | <a-col :span="4"> | 50 | <a-col :span="4"> |