剩余模块:生产退料

This commit is contained in:
2025-05-26 16:57:56 +08:00
parent b1d8dec263
commit eb2c8d2d7a
161 changed files with 18754 additions and 6607 deletions

View File

@@ -10,7 +10,7 @@
<!-- 根据uni-app的input组件文档H5和APP中只要声明了password参数(无论true还是false)type均失效此时
为了防止type=number时又存在password属性type无效此时需要设置password为undefined
-->
<input ref="input-native" id="myFocusKeeperInput" :inputmode="inputmode"
<input ref="input-native" id="myFocusKeeperInput"
class="u-input__content__field-wrapper__field upinputRef" :style="[inputStyle]" :type="type"
:focus="focus" :cursor="cursor" :value="innerValue" :auto-blur="autoBlur"
:disabled="disabled || readonly" :maxlength="maxlength" :placeholder="placeholder"
@@ -115,7 +115,7 @@
// value绑定值的变化是由内部还是外部引起的
changeFromInner: false,
// 过滤处理方法
innerFormatter: value => value
innerFormatter: value => value,
};
},
created() {