\r\n
\r\n -1\"\r\n v-model=\"list.val\"\r\n :name=\"list.chnname\"\r\n :label=\"list.chnname\"\r\n :ref=\"list.fieldname\"\r\n :required=\"list.mustinput\"\r\n :disabled=\"list.chnname === '当前用户'\"\r\n :rules=\"[{ required: list.mustinput, message: '必填' }]\"\r\n :type=\"list.controltype === 'memo' ? 'textarea' : ''\"\r\n :autosize=\"list.controltype === 'memo'\"\r\n :readonly=\"\r\n (list.controltype === 'combobox' &&\r\n list.comdropstyle != 'lsEditList') ||\r\n list.controltype === 'radiogroup' ||\r\n list.controltype === 'checkgroup'\r\n \"\r\n :clickable=\"\r\n (list.controltype === 'combobox' &&\r\n list.comdropstyle != 'lsEditList') ||\r\n list.controltype === 'radiogroup' ||\r\n list.controltype === 'checkgroup'\r\n \"\r\n :placeholder=\"\r\n (inputControltype.indexOf(list.controltype) > -1\r\n ? '请输入'\r\n : '请选择') + list.chnname\r\n \"\r\n @click=\"\r\n ;((list.controltype === 'combobox' ||\r\n list.controltype === 'lookupcombobox' ||\r\n list.controltype === 'radiogroup' ||\r\n list.controltype === 'checkgroup') &&\r\n list.comdropstyle != 'lsEditList' &&\r\n !list.ispoptree &&\r\n comboboxNoispoptreefocus(\r\n list.listsql,\r\n list.controltype,\r\n list\r\n )) ||\r\n ((list.controltype === 'datetime' ||\r\n list.controltype === 'maskedit' ||\r\n list.controltype === 'longdatetime') &&\r\n showdatepick(list)) ||\r\n (list.controltype === 'combobox' &&\r\n list.comdropstyle != 'lsEditList' &&\r\n list.ispoptree &&\r\n showTree(list))\r\n \"\r\n >\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
\r\n