提交 ffffd796 编写于 作者: Mosher's avatar Mosher

update:空格调整

上级 7909745b
......@@ -15,4 +15,4 @@
@editorEvent="onEditorEvent($event,index)"
{{/eq}}
:context="state.context"
:viewParams="state.viewParams"/>
\ No newline at end of file
:viewParams="state.viewParams"/>
......@@ -32,4 +32,4 @@
:value="record.{{item.psEditor.name}}"
@editorEvent="onEditorEvent($event,index)"
{{/eq}}
/>
\ No newline at end of file
/>
......@@ -55,4 +55,4 @@
:value="record.{{item.psEditor.name}}"
@editorEvent="onEditorEvent($event,index)"
{{/eq}}
/>
\ No newline at end of file
/>
......@@ -53,4 +53,4 @@
:value="record.{{item.psEditor.name}}"
@editorEvent="onEditorEvent($event,index)"
{{/eq}}
/>
/>
......@@ -3,7 +3,9 @@
{{#if item.psEditor.psAppCodeList}}
codeListTag="{{item.psEditor.psAppCodeList.codeListTag}}"
codeListType="{{item.psEditor.psAppCodeList.codeListType}}"
{{#if item.psEditor.psAppCodeList.valueSeparator}}valueSeparator="{{item.psEditor.psAppCodeList.valueSeparator}}"{{/if}}
{{#if item.psEditor.psAppCodeList.valueSeparator}}
valueSeparator="{{item.psEditor.psAppCodeList.valueSeparator}}"
{{/if}}
{{/if}}
{{#if item.psEditor.placeHolder}}
placeholder="{{item.psEditor.placeHolder}}"
......
......@@ -14,8 +14,6 @@
{{#eq type "PICKEREX_TRIGGER"}}{{> @macro/front-end/editors/data-picker.hbs}}{{/eq}}
{{#eq type "PICKEREX_NOAC"}}{{> @macro/front-end/editors/data-picker.hbs}}{{/eq}}
{{#eq type "PICKEREX_LINK"}}{{> @macro/front-end/editors/data-picker.hbs}}{{/eq}}
{{#eq type "PICKEREX_DROPDOWNVIEW"}}{{> @macro/front-end/editors/data-picker.hbs}}{{/eq}}
{{#eq type "PICKEREX_DROPDOWNVIEW_LINK"}}{{> @macro/front-end/editors/data-picker.hbs}}{{/eq}}
{{#eq type "ADDRESSPICKUP"}}{{> @macro/front-end/editors/data-picker.hbs}}{{/eq}}
{{#eq type "ADDRESSPICKUP_AC"}}{{> @macro/front-end/editors/data-picker.hbs}}{{/eq}}
{{#eq type "DATEPICKEREX"}}{{> @macro/front-end/editors/date-picker.hbs}}{{/eq}}
......
......@@ -47,4 +47,4 @@
:value="record.{{item.psEditor.name}}"
@editorEvent="onEditorEvent($event,index)"
{{/eq}}
/>
/>
......@@ -44,4 +44,4 @@
:value="record.{{item.psEditor.name}}"
@editorEvent="onEditorEvent($event,index)"
{{/eq}}
/>
/>
......@@ -28,4 +28,4 @@
:value="record.{{item.psEditor.name}}"
@editorEvent="onEditorEvent($event,index)"
{{/eq}}
/>
\ No newline at end of file
/>
......@@ -20,4 +20,4 @@
:value="record.{{item.psEditor.name}}"
@editorEvent="onEditorEvent($event,index)"
{{/eq}}
/>
/>
......@@ -23,4 +23,4 @@
:value="record.{{item.psEditor.name}}"
@editorEvent="onEditorEvent($event,index)"
{{/eq}}
/>
/>
......@@ -27,4 +27,4 @@
:data="record"
@editorEvent="onEditorEvent($event,index)"
{{/eq}}
/>
/>
......@@ -24,4 +24,4 @@
:value="record.{{item.psEditor.name}}"
@editorEvent="onEditorEvent($event,index)"
{{/eq}}
/>
/>
......@@ -26,4 +26,4 @@
:value="record.{{item.psEditor.name}}"
@editorEvent="onEditorEvent($event,index)"
{{/eq}}
/>
/>
......@@ -17,4 +17,4 @@
:value="record.{{item.psEditor.name}}"
@editorEvent="onEditorEvent($event,index)"
{{/eq}}
/>
/>
......@@ -37,4 +37,4 @@
:value="record.{{item.psEditor.name}}"
@editorEvent="onEditorEvent($event,index)"
{{/eq}}
/>
/>
......@@ -8,11 +8,12 @@
{{#if (eq item.columnType 'DEFGRIDCOLUMN')}}
{{#if item.enableRowEdit}}
<div v-if="state.rowEditState" class="editor-cell">
<AppFormItem
name="{{item.codeName}}"
:error="state.gridEditState.{{item.codeName}}?.[index]?.message"
:rules="state.rules.{{item.codeName}}"
>
<AppFormItem
name="{{item.codeName}}"
:error="state.gridEditState.{{item.codeName}}?.[index]?.message"
:rules="state.rules.{{item.codeName}}"
:showLabel="false"
>
{{#each ctrl.psDEGridEditItems as | editColumn | }}
{{#if (eq editColumn.codeName item.codeName)}}
{{> @macro/front-end/editors/include-editor.hbs type=editColumn.psEditor.editorType item=editColumn ctrlType="grid"}}
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册