Commit eaee8453 authored by 张海景's avatar 张海景

update:修改工序检测模版新增默认值给否

parent 373c8feb
...@@ -267,7 +267,7 @@ export default { ...@@ -267,7 +267,7 @@ export default {
itemTypeName: null, itemTypeName: null,
processName: null, processName: null,
maxNum: null, maxNum: null,
isConfirm: null, isConfirm: 0,
isNewProduct: null, isNewProduct: null,
remark: null, remark: null,
}, },
...@@ -333,7 +333,7 @@ export default { ...@@ -333,7 +333,7 @@ export default {
itemTypeName: null, itemTypeName: null,
processName: null, processName: null,
maxNum: null, maxNum: null,
isConfirm: null, isConfirm: 0,
isNewProduct: null, isNewProduct: null,
remark: null, remark: null,
}; };
......
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