src/menu/components/share/actioncomponent/formconfig.jsx | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/menu/debug/index.jsx | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/templates/zshare/verifycard/index.jsx | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/menu/components/share/actioncomponent/formconfig.jsx
@@ -1459,7 +1459,7 @@ initVal: card.permission || 'true', required: false, options: [ {value: 'true', text: '继承菜单'}, {value: 'true', text: '继承组件'}, {value: 'false', text: '禁用'}, ], forbid: viewType === 'popview' src/menu/debug/index.jsx
@@ -878,6 +878,8 @@ _type = `decimal(18,2)` } if (['appkey'].includes(_key)) return _declarefields.push(`@${_key} ${_type}`) } }) @@ -900,7 +902,7 @@ } } if (!_vars.includes(_key)) { if (!_vars.includes(_key) && !['appkey'].includes(_key)) { _vars.push(_key) _declarefields.push(`@${_key} ${col.datatype || 'nvarchar(50)'}`) } src/templates/zshare/verifycard/index.jsx
@@ -754,13 +754,14 @@ let formfields = [] _fields = _fields.filter(_f => _f.field) _fields.forEach(_f => { if (_f.field.toLowerCase() === 'bid') { let key = _f.field.toLowerCase() if (key === 'bid') { hasBid = true } if (fieldArr.includes(_f.field.toLowerCase())) return if (fieldArr.includes(key)) return fieldArr.push(_f.field.toLowerCase()) fieldArr.push(key) formfields.push(_f.field) @@ -791,6 +792,8 @@ } else { _select.push(`@${_f.field}=''`) } if (['appkey'].includes(key)) return _declare.push(`@${_f.field} ${_type}`) }) @@ -831,10 +834,10 @@ _select.push(`@${_f.field}=''`) } _declare.push(`@${_f.field} ${_f.datatype}`) return } if (['appkey'].includes(key)) return _declare.push(`@${_f.field} ${_f.datatype}`) } else { let _fieldlen = _f.fieldlength || 50 if (_fieldlen > 4000) { @@ -855,7 +858,10 @@ _select.push(`@${_f.field}=''`) } if (['appkey'].includes(key)) return _declare.push(`@${_f.field} ${_type}`) } }) }