提交 916835c0 编写于 作者: JunZai's avatar JunZai

update

上级 ab33649f
<date-picker type="datetime" transfer={true} format="yyyy-MM-dd HH:mm:ss" placeholder="请选择时间..." value={this.data.${item.name}} disabled={this.detailsModel.${item.name}.disabled} style="${item.getEditorCssStyle()}<#if item.getEditorParam('width','') == 'auto'>width:100%;</#if>" on-on-change={(val1: any, val2: any) => { this.data.${item.name} = val1 }}></date-picker> <app-date-picker [value]="data.${item.name}"<#if item.getEditorWidth() gt 0 && item.getEditorParam('width','') != 'auto'> width="${item.getEditorWidth()?c}"</#if> format="yyyy-MM-dd HH:mm:ss" [disabled]="detailsModel.${item.name}.disabled"<#if item.getPlaceHolder()??> placeholder="${item.getPlaceHolder()}"</#if> (onFormItemValueChange)="onFormDataChange('${item.name}', $event)"></app-date-picker>
\ No newline at end of file \ No newline at end of file
<date-picker type="date" transfer={true} format="yyyy-MM-dd" placeholder="请选择时间..." value={this.data.${item.name}} disabled={this.detailsModel.${item.name}.disabled} style="${item.getEditorCssStyle()}<#if item.getEditorParam('width','') == 'auto'>width:100%;</#if>" on-on-change={(val1: any, val2: any) => { this.data.${item.name} = val1 }}></date-picker> <app-date-picker [value]="data.${item.name}"<#if item.getEditorWidth() gt 0 && item.getEditorParam('width','') != 'auto'> width="${item.getEditorWidth()?c}"</#if> format="yyyy-MM-dd HH:mm:ss" [disabled]="detailsModel.${item.name}.disabled"<#if item.getPlaceHolder()??> placeholder="${item.getPlaceHolder()}"</#if> (onFormItemValueChange)="onFormDataChange('${item.name}', $event)"></app-date-picker>
\ No newline at end of file \ No newline at end of file
<time-picker value={this.data.${item.name}} transfer={true} disabled={this.detailsModel.${item.name}.disabled} format="mm" placeholder="请选择时间..." style="${item.getEditorCssStyle()}<#if item.getEditorParam('width','') == 'auto'>width:100%;</#if>" on-on-change={(val: any) => {this.data.${item.name} = val}}></time-picker> <app-time-picker [value]="data.${item.name}"<#if item.getEditorWidth() gt 0 && item.getEditorParam('width','') != 'auto'> width="${item.getEditorWidth()?c}"</#if> format="mm" [disabled]="detailsModel.${item.name}.disabled"<#if item.getPlaceHolder()??> placeholder="${item.getPlaceHolder()}"</#if> (onFormItemValueChange)="onFormDataChange('${item.name}', $event)"></app-time-picker>
\ No newline at end of file \ No newline at end of file
<time-picker value={this.data.${item.name}} transfer={true} disabled={this.detailsModel.${item.name}.disabled} format="HH" placeholder="请选择时间..." style="${item.getEditorCssStyle()}<#if item.getEditorParam('width','') == 'auto'>width:100%;</#if>" on-on-change={(val: any) => {this.data.${item.name} = val}}></time-picker> <app-time-picker [value]="data.${item.name}"<#if item.getEditorWidth() gt 0 && item.getEditorParam('width','') != 'auto'> width="${item.getEditorWidth()?c}"</#if> format="HH" [disabled]="detailsModel.${item.name}.disabled"<#if item.getPlaceHolder()??> placeholder="${item.getPlaceHolder()}"</#if> (onFormItemValueChange)="onFormDataChange('${item.name}', $event)"></app-time-picker>
\ No newline at end of file \ No newline at end of file
<date-picker type="date" transfer={true} format="yyyy-MM-dd" placeholder="请选择时间..." value={this.data.${item.name}} disabled={this.detailsModel.${item.name}.disabled} style="${item.getEditorCssStyle()}<#if item.getEditorParam('width','') == 'auto'>width:100%;</#if>" on-on-change={(val1: any, val2: any) => { this.data.${item.name} = val1 }}></date-picker> <app-date-picker [value]="data.${item.name}" format="yyyy-MM-dd"<#if item.getEditorWidth() gt 0 && item.getEditorParam('width','') != 'auto'> width="${item.getEditorWidth()?c}"</#if> [disabled]="detailsModel.${item.name}.disabled"<#if item.getPlaceHolder()??> placeholder="${item.getPlaceHolder()}"</#if> (onFormItemValueChange)="onFormDataChange('${item.name}', $event)"></app-date-picker>
\ No newline at end of file \ No newline at end of file
<app-time-picker [value]="data.${item.name}"<#if item.getEditorWidth() gt 0 && item.getEditorParam('width','') != 'auto'> width="${item.getEditorWidth()?c}"</#if> format="HH:mm:ss" [disabled]="detailsModel.${item.name}.disabled"<#if item.getPlaceHolder()??> placeholder="${item.getPlaceHolder()}"</#if> (onFormItemValueChange)="onFormDataChange('${item.name}', $event)"></app-time-picker>
\ No newline at end of file
EDITORTYPE=DATEPICKEREX_NODAY
\ No newline at end of file
<time-picker value={this.data.${item.name}} transfer={true} disabled={this.detailsModel.${item.name}.disabled} format="HH:mm" placeholder="请选择时间..." style="${item.getEditorCssStyle()}<#if item.getEditorParam('width','') == 'auto'>width:100%;</#if>" on-on-change={(val: any) => {this.data.${item.name} = val}}></time-picker> <app-time-picker [value]="data.${item.name}"<#if item.getEditorWidth() gt 0 && item.getEditorParam('width','') != 'auto'> width="${item.getEditorWidth()?c}"</#if> format="HH:mm" [disabled]="detailsModel.${item.name}.disabled"<#if item.getPlaceHolder()??> placeholder="${item.getPlaceHolder()}"</#if> (onFormItemValueChange)="onFormDataChange('${item.name}', $event)"></app-time-picker>
\ No newline at end of file \ No newline at end of file
<time-picker value={this.data.${item.name}} transfer={true} disabled={this.detailsModel.${item.name}.disabled} format="ss" placeholder="请选择时间..." style="${item.getEditorCssStyle()}<#if item.getEditorParam('width','') == 'auto'>width:100%;</#if>" on-on-change={(val: any) => {this.data.${item.name} = val}}></time-picker> <app-time-picker [value]="data.${item.name}"<#if item.getEditorWidth() gt 0 && item.getEditorParam('width','') != 'auto'> width="${item.getEditorWidth()?c}"</#if> format="ss" [disabled]="detailsModel.${item.name}.disabled"<#if item.getPlaceHolder()??> placeholder="${item.getPlaceHolder()}"</#if> (onFormItemValueChange)="onFormDataChange('${item.name}', $event)"></app-time-picker>
\ No newline at end of file \ No newline at end of file
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册