src/tabviews/tableshare/mutilform/index.jsx
@@ -68,7 +68,7 @@ if (item.type === 'textarea' || item.type === 'fileupload') { _fieldlen = item.fieldlength || 512 } else if (item.type === 'number') { _fieldlen = (item.decimal || item.decimal === 0) ? item.decimal : 18 _fieldlen = item.decimal ? item.decimal : 0 } datatype[item.field] = item.type