forms/input/CInputScanCode.vue | ●●●●● patch | view | raw | blame | history |
forms/input/CInputScanCode.vue
@@ -14,6 +14,7 @@ :error="itemRes.error" :value="itemRes.formData[itemRes.name]" :onChange="evt=>itemRes.onChange(evt)" :onBlur="evt => onBlur(evt)" > <view class="c-input-scan-space"></view> <AtButton @@ -52,6 +53,11 @@ placeholder: String, // 由业务层调用app onScaning: Function, // 失去焦点回调 onBlur: { type: Function, default: () => () => null, }, }, data() { return {