@@ -3,6 +3,7 @@
"version": "3.2.0",
"scripts": {
"dev": "vite --host",
+ "local": "vite --host",
"prod": "vite --mode production",
"build": "vite build",
"build:prod": "vite build --mode production",
@@ -82,6 +82,30 @@ export default {
{ min: 4, max: 4, message: "请输入4位数字", trigger: "blur" }
],
},
+ {
+ label: "规格起始位数",
+ prop: "specStartNum",
+ type: "number",
+ rules: [
+ required: true,
+ message: '请输入规格匹配起始位数',
+ trigger: 'click',
+ }
+ ],
+ },
+ label: "条码长度",
+ prop: "codeLength",
+ message: '请输入条码长度',
{
label: "是否直接入库",
prop: "isDirectStorage",