@wufengteam/inputs
Version:
平台提供的右侧属性编辑器,需要在主工程中注册
97 lines • 2.39 kB
JavaScript
export var BUSI_CODE_RULE = [{
attrValueId: '851292094507286528',
attrId: '851291905507753984',
attrValue: 'FIXED',
attrValueName: '固定字符',
attrValueDesc: '固定字符',
attrCode: 'BUSI_CODE_RULE',
attrName: null
}, {
attrValueId: '851292129093517312',
attrId: '851291905507753984',
attrValue: 'SYSTIME',
attrValueName: '系统时间',
attrValueDesc: '系统时间',
attrCode: 'BUSI_CODE_RULE',
attrName: null
}, {
attrValueId: '851292162794749952',
attrId: '851291905507753984',
attrValue: 'AUTOINCR',
attrValueName: '自增长数字',
attrValueDesc: '自增长数字',
attrCode: 'BUSI_CODE_RULE',
attrName: null
}, {
attrValueId: '851292192461062144',
attrId: '851291905507753984',
attrValue: 'RELATTR',
attrValueName: '引用字段',
attrValueDesc: '引用字段',
attrCode: 'BUSI_CODE_RULE',
attrName: null
}];
export var BUSI_CODE_RESET_CYCLE = [{
attrValueId: '851300085138751488',
attrId: '851298858069950464',
attrValue: 'NEVER',
attrValueName: '不重置',
attrValueDesc: '不重置',
attrCode: 'BUSI_CODE_RESET_CYCLE',
attrName: null
}, {
attrValueId: '851300122577108992',
attrId: '851298858069950464',
attrValue: 'DAILY',
attrValueName: '每日重置',
attrValueDesc: '每日重置',
attrCode: 'BUSI_CODE_RESET_CYCLE',
attrName: null
}, {
attrValueId: '851300158417436672',
attrId: '851298858069950464',
attrValue: 'WEEKLY',
attrValueName: '每周重置',
attrValueDesc: '每周重置',
attrCode: 'BUSI_CODE_RESET_CYCLE',
attrName: null
}, {
attrValueId: '851300196770152448',
attrId: '851298858069950464',
attrValue: 'MONTHLY',
attrValueName: '每月重置',
attrValueDesc: '每月重置',
attrCode: 'BUSI_CODE_RESET_CYCLE',
attrName: null
}, {
attrValueId: '851300254806736896',
attrId: '851298858069950464',
attrValue: 'YEARLY',
attrValueName: '每年重置',
attrValueDesc: '每年重置',
attrCode: 'BUSI_CODE_RESET_CYCLE',
attrName: null
}];
export var TIME_FORMAT = [{
value: 'YYYYMMDD',
label: 'YYYYMMDD'
}, {
value: 'YYYYMM',
label: 'YYYYMM'
}, {
value: 'MMDD',
label: 'MMDD'
}, {
value: 'YYYY',
label: 'YYYY'
}, {
value: 'YYYY-MM-DD',
label: 'YYYY-MM-DD'
}, {
value: 'YYYY-MM',
label: 'YYYY-MM'
}, {
value: 'MM-DD',
label: 'MM-DD'
}];
export var SUPPORT_COMPS = ['Input', 'Select', 'Radio', 'InputNumber'];