Commit aba66fd7 authored by 张伯涛's avatar 张伯涛

物料档案,配置SN规则添加总位数是否重复的校验

parent fca3fd1c
...@@ -686,7 +686,8 @@ export default { ...@@ -686,7 +686,8 @@ export default {
item.nltMaterialEditRules.forEach((item1, index1) => { item.nltMaterialEditRules.forEach((item1, index1) => {
ruleList.push({ ruleList.push({
ruleByte: item1.ruleByte, ruleByte: item1.ruleByte,
rules: item1.rules rules: item1.rules,
totalDigits: item.totalDigits
}) })
}) })
ruleList.sort(this.compare('ruleByte')) ruleList.sort(this.compare('ruleByte'))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment