<template> <i-form :model="this.data" class='app-form' ref='form' id='microcomponent_main' style="" @on-validate="formItemValidate"> <input style="display:none;" /> <row > <i-col v-show="detailsModel.microcomponentname.visible" :style="{}" :lg="{ span: 24, offset: 0 }"> <app-form-item name='microcomponentname' :itemRules="this.rules().microcomponentname" class='' :caption="$t('DEF.LNAME.MICROCOMPONENTNAME', '微组件名称')" uiStyle="DEFAULT" :labelWidth="130" :isShowCaption="true" :error="detailsModel.microcomponentname.error" :isEmptyCaption="false" labelPos="LEFT"> <input-box v-model="data.microcomponentname" @enter="onEnter($event)" unit="" :disabled="detailsModel.microcomponentname.disabled" type='text' style=""> </input-box> </app-form-item> </i-col> <i-col v-show="detailsModel.group1.visible" :style="{}" :lg="{ span: 24, offset: 0 }"> <app-form-group :uiService="appUIService" :data="transformData(data)" :manageContainerStatus="detailsModel.group1.manageContainerStatus" :isManageContainer="detailsModel.group1.isManageContainer" @managecontainerclick="manageContainerClick('group1')" layoutType="TABLE_24COL" titleStyle="" class='' :uiActionGroup="detailsModel.group1.uiActionGroup" @groupuiactionclick="groupUIActionClick($event)" :caption="$t('CONTROL.DEFORM.MICROCOMPONENT.MAIN.GROUPPANEL.GROUP1', '单位选择')" :isShowCaption="true" uiStyle="DEFAULT" :titleBarCloseMode="0" :isInfoGroupMode="false" > <row> <i-col v-show="detailsModel.field3.visible" :style="{}" :sm="{ span: 12, offset: 0 }" :md="{ span: 12, offset: 0 }" :lg="{ span: 12, offset: 0 }" :xl="{ span: 12, offset: 0 }"> <app-form-item name='field3' :itemRules="this.rules().field3" class='' :caption="'指定单位及下级单位单选'" uiStyle="DEFAULT" :labelWidth="130" :isShowCaption="true" :error="detailsModel.field3.error" :isEmptyCaption="false" labelPos="LEFT"> <app-org-select :data="data" :disabled="detailsModel.field3.disabled" :context="JSON.parse(JSON.stringify(context))" :fillMap="{'id':'field4','label':'field3'}" url="/sysorganizations/${orgid}/suborg/picker" filter="srforgid" :multiple="false" style="" @select-change="onFormItemValueChange" ></app-org-select> </app-form-item> </i-col> <i-col v-show="detailsModel.field1.visible" :style="{}" :sm="{ span: 12, offset: 0 }" :md="{ span: 12, offset: 0 }" :lg="{ span: 12, offset: 0 }" :xl="{ span: 12, offset: 0 }"> <app-form-item name='field1' :itemRules="this.rules().field1" class='' :caption="'指定单位及下级单位多选'" uiStyle="DEFAULT" :labelWidth="130" :isShowCaption="true" :error="detailsModel.field1.error" :isEmptyCaption="false" labelPos="LEFT"> <app-org-select :data="data" :disabled="detailsModel.field1.disabled" :context="JSON.parse(JSON.stringify(context))" :fillMap="{'id':'field2','label':'field1'}" url="/sysorganizations/${orgid}/suborg/picker" filter="srforgid" :multiple="true" style="" @select-change="onFormItemValueChange" ></app-org-select> </app-form-item> </i-col> <i-col v-show="detailsModel.field5.visible" :style="{}" :sm="{ span: 12, offset: 0 }" :md="{ span: 12, offset: 0 }" :lg="{ span: 12, offset: 0 }" :xl="{ span: 12, offset: 0 }"> <app-form-item name='field5' :itemRules="this.rules().field5" class='' :caption="'全部单位单选'" uiStyle="DEFAULT" :labelWidth="130" :isShowCaption="true" :error="detailsModel.field5.error" :isEmptyCaption="false" labelPos="LEFT"> <app-org-select :data="data" :disabled="detailsModel.field5.disabled" :context="JSON.parse(JSON.stringify(context))" :fillMap="{'id':'field6','label':'field5'}" url="/sysorganizations/alls/suborg/picker" filter="srforgid" :multiple="false" style="" @select-change="onFormItemValueChange" ></app-org-select> </app-form-item> </i-col> <i-col v-show="detailsModel.field7.visible" :style="{}" :sm="{ span: 12, offset: 0 }" :md="{ span: 12, offset: 0 }" :lg="{ span: 12, offset: 0 }" :xl="{ span: 12, offset: 0 }"> <app-form-item name='field7' :itemRules="this.rules().field7" class='' :caption="'全部单位多选'" uiStyle="DEFAULT" :labelWidth="130" :isShowCaption="true" :error="detailsModel.field7.error" :isEmptyCaption="false" labelPos="LEFT"> <app-org-select :data="data" :disabled="detailsModel.field7.disabled" :context="JSON.parse(JSON.stringify(context))" :fillMap="{'id':'field8','label':'field7'}" url="/sysorganizations/alls/suborg/picker" filter="srforgid" :multiple="true" style="" @select-change="onFormItemValueChange" ></app-org-select> </app-form-item> </i-col> </row> </app-form-group> </i-col> <i-col v-show="detailsModel.grouppanel1.visible" :style="{}" :lg="{ span: 24, offset: 0 }"> <app-form-group :uiService="appUIService" :data="transformData(data)" :manageContainerStatus="detailsModel.grouppanel1.manageContainerStatus" :isManageContainer="detailsModel.grouppanel1.isManageContainer" @managecontainerclick="manageContainerClick('grouppanel1')" layoutType="TABLE_24COL" titleStyle="" class='' :uiActionGroup="detailsModel.grouppanel1.uiActionGroup" @groupuiactionclick="groupUIActionClick($event)" :caption="'部门选择'" :isShowCaption="true" uiStyle="DEFAULT" :titleBarCloseMode="0" :isInfoGroupMode="false" > <row> <i-col v-show="detailsModel.field11.visible" :style="{}" :sm="{ span: 12, offset: 0 }" :md="{ span: 12, offset: 0 }" :lg="{ span: 12, offset: 0 }" :xl="{ span: 12, offset: 0 }"> <app-form-item name='field11' :itemRules="this.rules().field11" class='' :caption="'指定单位及下级单位所有部门单选'" uiStyle="DEFAULT" :labelWidth="130" :isShowCaption="true" :error="detailsModel.field11.error" :isEmptyCaption="false" labelPos="LEFT"> <app-department-select :data="data" :disabled="detailsModel.field11.disabled" :context="JSON.parse(JSON.stringify(context))" url="/sysorganizations/${orgid}/suborg/sysdepartments/picker" filter="srforgid" :fillMap="{'id':'field12','label':'field11'}" :multiple="false" style="" @select-change="onFormItemValueChange" ></app-department-select> </app-form-item> </i-col> <i-col v-show="detailsModel.field9.visible" :style="{}" :sm="{ span: 12, offset: 0 }" :md="{ span: 12, offset: 0 }" :lg="{ span: 12, offset: 0 }" :xl="{ span: 12, offset: 0 }"> <app-form-item name='field9' :itemRules="this.rules().field9" class='' :caption="'指定单位及下级单位所有部门多选'" uiStyle="DEFAULT" :labelWidth="130" :isShowCaption="true" :error="detailsModel.field9.error" :isEmptyCaption="false" labelPos="LEFT"> <app-department-select :data="data" :disabled="detailsModel.field9.disabled" :context="JSON.parse(JSON.stringify(context))" url="/sysorganizations/${orgid}/suborg/sysdepartments/picker" filter="srforgid" :fillMap="{'id':'','label':'field9'}" :multiple="true" style="" @select-change="onFormItemValueChange" ></app-department-select> </app-form-item> </i-col> <i-col v-show="detailsModel.field15.visible" :style="{}" :sm="{ span: 12, offset: 0 }" :md="{ span: 12, offset: 0 }" :lg="{ span: 12, offset: 0 }" :xl="{ span: 12, offset: 0 }"> <app-form-item name='field15' :itemRules="this.rules().field15" class='' :caption="'指定单位部门单选'" uiStyle="DEFAULT" :labelWidth="130" :isShowCaption="true" :error="detailsModel.field15.error" :isEmptyCaption="false" labelPos="LEFT"> <app-department-select :data="data" :disabled="detailsModel.field15.disabled" :context="JSON.parse(JSON.stringify(context))" url="/sysorganizations/${orgid}/sysdepartments/picker" filter="srforgid" :fillMap="{'id':'field16','label':'field15'}" :multiple="false" style="" @select-change="onFormItemValueChange" ></app-department-select> </app-form-item> </i-col> <i-col v-show="detailsModel.field13.visible" :style="{}" :sm="{ span: 12, offset: 0 }" :md="{ span: 12, offset: 0 }" :lg="{ span: 12, offset: 0 }" :xl="{ span: 12, offset: 0 }"> <app-form-item name='field13' :itemRules="this.rules().field13" class='' :caption="'指定单位部门多选'" uiStyle="DEFAULT" :labelWidth="130" :isShowCaption="true" :error="detailsModel.field13.error" :isEmptyCaption="false" labelPos="LEFT"> <app-department-select :data="data" :disabled="detailsModel.field13.disabled" :context="JSON.parse(JSON.stringify(context))" url="/sysorganizations/${orgid}/sysdepartments/picker" filter="srforgid" :fillMap="{'id':'field14','label':'field13'}" :multiple="true" style="" @select-change="onFormItemValueChange" ></app-department-select> </app-form-item> </i-col> </row> </app-form-group> </i-col> <i-col v-show="detailsModel.grouppanel2.visible" :style="{}" :lg="{ span: 24, offset: 0 }"> <app-form-group :uiService="appUIService" :data="transformData(data)" :manageContainerStatus="detailsModel.grouppanel2.manageContainerStatus" :isManageContainer="detailsModel.grouppanel2.isManageContainer" @managecontainerclick="manageContainerClick('grouppanel2')" layoutType="TABLE_24COL" titleStyle="" class='' :uiActionGroup="detailsModel.grouppanel2.uiActionGroup" @groupuiactionclick="groupUIActionClick($event)" :caption="'人员选择'" :isShowCaption="true" uiStyle="DEFAULT" :titleBarCloseMode="0" :isInfoGroupMode="false" > <row> <i-col v-show="detailsModel.field19.visible" :style="{}" :sm="{ span: 12, offset: 0 }" :md="{ span: 12, offset: 0 }" :lg="{ span: 12, offset: 0 }" :xl="{ span: 12, offset: 0 }"> <app-form-item name='field19' :itemRules="this.rules().field19" class='' :caption="'指定单位人员单选'" uiStyle="DEFAULT" :labelWidth="130" :isShowCaption="true" :error="detailsModel.field19.error" :isEmptyCaption="false" labelPos="LEFT"> <app-group-select name="field19" :value='data.field19' valueitem="field20" url="/sysorganizations/${selected-orgid}/sysemployees/picker" :multiple="false" filter="srforgid" :fillmap="{'id':'field20','label':'field19'}" :disabled="detailsModel.field19.disabled" :data="data" :context="context" @formitemvaluechange="onFormItemValueChange"> </app-group-select> </app-form-item> </i-col> <i-col v-show="detailsModel.field17.visible" :style="{}" :sm="{ span: 12, offset: 0 }" :md="{ span: 12, offset: 0 }" :lg="{ span: 12, offset: 0 }" :xl="{ span: 12, offset: 0 }"> <app-form-item name='field17' :itemRules="this.rules().field17" class='' :caption="'指定单位人员多选'" uiStyle="DEFAULT" :labelWidth="130" :isShowCaption="true" :error="detailsModel.field17.error" :isEmptyCaption="false" labelPos="LEFT"> <app-group-select name="field17" :value='data.field17' valueitem="field18" url="/sysorganizations/${selected-orgid}/sysemployees/picker" :multiple="true" filter="srforgid" :fillmap="{'id':'field18','label':'field17'}" :disabled="detailsModel.field17.disabled" :data="data" :context="context" @formitemvaluechange="onFormItemValueChange"> </app-group-select> </app-form-item> </i-col> <i-col v-show="detailsModel.field23.visible" :style="{}" :sm="{ span: 12, offset: 0 }" :md="{ span: 12, offset: 0 }" :lg="{ span: 12, offset: 0 }" :xl="{ span: 12, offset: 0 }"> <app-form-item name='field23' :itemRules="this.rules().field23" class='' :caption="'指定单位及下级单位人员单选'" uiStyle="DEFAULT" :labelWidth="130" :isShowCaption="true" :error="detailsModel.field23.error" :isEmptyCaption="false" labelPos="LEFT"> <app-group-select name="field23" :value='data.field23' valueitem="field24" url="/sysorganizations/${selected-orgid}/sysemployees/picker" treeurl="/sysorganizations/${orgid}/suborg/picker" :multiple="false" filter="srforgid" :fillmap="{'id':'field24','label':'field23'}" :disabled="detailsModel.field23.disabled" :data="data" :context="context" @formitemvaluechange="onFormItemValueChange"> </app-group-select> </app-form-item> </i-col> <i-col v-show="detailsModel.field21.visible" :style="{}" :sm="{ span: 12, offset: 0 }" :md="{ span: 12, offset: 0 }" :lg="{ span: 12, offset: 0 }" :xl="{ span: 12, offset: 0 }"> <app-form-item name='field21' :itemRules="this.rules().field21" class='' :caption="'指定单位及下级单位人员多选'" uiStyle="DEFAULT" :labelWidth="130" :isShowCaption="true" :error="detailsModel.field21.error" :isEmptyCaption="false" labelPos="LEFT"> <app-group-select name="field21" :value='data.field21' valueitem="field22" url="/sysorganizations/${selected-orgid}/sysemployees/picker" treeurl="/sysorganizations/${orgid}/suborg/picker" :multiple="true" filter="srforgid" :fillmap="{'id':'field22','label':'field21'}" :disabled="detailsModel.field21.disabled" :data="data" :context="context" @formitemvaluechange="onFormItemValueChange"> </app-group-select> </app-form-item> </i-col> <i-col v-show="detailsModel.field27.visible" :style="{}" :sm="{ span: 12, offset: 0 }" :md="{ span: 12, offset: 0 }" :lg="{ span: 12, offset: 0 }" :xl="{ span: 12, offset: 0 }"> <app-form-item name='field27' :itemRules="this.rules().field27" class='' :caption="'指定部门人员单选'" uiStyle="DEFAULT" :labelWidth="130" :isShowCaption="true" :error="detailsModel.field27.error" :isEmptyCaption="false" labelPos="LEFT"> <app-department-personnel name="field27" :value='data.field27' valueitem="field28" url="/ibzdepartments/{deptId}/emp" :multiple="false" filter="srfdept" :fillmap="{'id':'field28','label':'field27'}" :disabled="detailsModel.field27.disabled" :data="data" :context="context" @formitemvaluechange="onFormItemValueChange"> </app-department-personnel> </app-form-item> </i-col> <i-col v-show="detailsModel.field25.visible" :style="{}" :sm="{ span: 12, offset: 0 }" :md="{ span: 12, offset: 0 }" :lg="{ span: 12, offset: 0 }" :xl="{ span: 12, offset: 0 }"> <app-form-item name='field25' :itemRules="this.rules().field25" class='' :caption="'指定部门人员多选'" uiStyle="DEFAULT" :labelWidth="130" :isShowCaption="true" :error="detailsModel.field25.error" :isEmptyCaption="false" labelPos="LEFT"> <app-department-personnel name="field25" :value='data.field25' valueitem="field26" url="/ibzdepartments/{deptId}/emp" :multiple="true" filter="srfsdept" :fillmap="{'id':'field26','label':'field25'}" :disabled="detailsModel.field25.disabled" :data="data" :context="context" @formitemvaluechange="onFormItemValueChange"> </app-department-personnel> </app-form-item> </i-col> <i-col v-show="detailsModel.field31.visible" :style="{}" :sm="{ span: 12, offset: 0 }" :md="{ span: 12, offset: 0 }" :lg="{ span: 12, offset: 0 }" :xl="{ span: 12, offset: 0 }"> <app-form-item name='field31' :itemRules="this.rules().field31" class='' :caption="'指定部门及下级部门人员单选'" uiStyle="DEFAULT" :labelWidth="130" :isShowCaption="true" :error="detailsModel.field31.error" :isEmptyCaption="false" labelPos="LEFT"> <app-department-personnel name="field31" :value='data.field31' valueitem="field32" url="/ibzdepartments/{deptId}/subemp" :multiple="false" filter="srfsdept" :fillmap="{'id':'field32','label':'field31'}" :disabled="detailsModel.field31.disabled" :data="data" :context="context" @formitemvaluechange="onFormItemValueChange"> </app-department-personnel> </app-form-item> </i-col> <i-col v-show="detailsModel.field29.visible" :style="{}" :sm="{ span: 12, offset: 0 }" :md="{ span: 12, offset: 0 }" :lg="{ span: 12, offset: 0 }" :xl="{ span: 12, offset: 0 }"> <app-form-item name='field29' :itemRules="this.rules().field29" class='' :caption="'指定部门及下级部门人员多选'" uiStyle="DEFAULT" :labelWidth="130" :isShowCaption="true" :error="detailsModel.field29.error" :isEmptyCaption="false" labelPos="LEFT"> <app-department-personnel name="field29" :value='data.field29' valueitem="field30" url="/ibzdepartments/{deptId}/subemp" :multiple="true" filter="srfsdept" :fillmap="{'id':'field30','label':'field29'}" :disabled="detailsModel.field29.disabled" :data="data" :context="context" @formitemvaluechange="onFormItemValueChange"> </app-department-personnel> </app-form-item> </i-col> </row> </app-form-group> </i-col> <i-col v-show="detailsModel.grouppanel3.visible" :style="{}" :lg="{ span: 24, offset: 0 }"> <app-form-group :uiService="appUIService" :data="transformData(data)" :manageContainerStatus="detailsModel.grouppanel3.manageContainerStatus" :isManageContainer="detailsModel.grouppanel3.isManageContainer" @managecontainerclick="manageContainerClick('grouppanel3')" layoutType="TABLE_24COL" titleStyle="" class='' :uiActionGroup="detailsModel.grouppanel3.uiActionGroup" @groupuiactionclick="groupUIActionClick($event)" :caption="'磁盘存储'" :isShowCaption="true" uiStyle="DEFAULT" :titleBarCloseMode="0" :isInfoGroupMode="false" > <row> <i-col v-show="detailsModel.field33.visible" :style="{}" :sm="{ span: 12, offset: 0 }" :md="{ span: 12, offset: 0 }" :lg="{ span: 12, offset: 0 }" :xl="{ span: 12, offset: 0 }"> <app-form-item name='field33' :itemRules="this.rules().field33" class='' :caption="'磁盘文件'" uiStyle="DEFAULT" :labelWidth="130" :isShowCaption="true" :error="detailsModel.field33.error" :isEmptyCaption="false" labelPos="LEFT"> <disk-file-upload :data="data" formItemName="field33" :value="data.field33" :formState="formState" folder="microcomponent" ownertype="field33" :ownerid="data.srfkey" :show-ocrview="false" :show-preview="true" :show-edit="false" :show-drag="false" :persistence="false" :show-download="false" :disabled="detailsModel.field33.disabled" :show-delete="false" @formitemvaluechange="onFormItemValueChange"> </disk-file-upload> </app-form-item> </i-col> <i-col v-show="detailsModel.field34.visible" :style="{}" :sm="{ span: 12, offset: 0 }" :md="{ span: 12, offset: 0 }" :lg="{ span: 12, offset: 0 }" :xl="{ span: 12, offset: 0 }"> <app-form-item name='field34' :itemRules="this.rules().field34" class='' :caption="'磁盘图片'" uiStyle="DEFAULT" :labelWidth="130" :isShowCaption="true" :error="detailsModel.field34.error" :isEmptyCaption="false" labelPos="LEFT"> <disk-image-upload :data="data" formItemName="field34" :value="data.field34" :formState="formState" folder="microcomponent" ownertype="field34" :ownerid="data.srfkey" :show-ocrview="false" :show-preview="true" :persistence="false" @formitemvaluechange="onFormItemValueChange"> </disk-image-upload> </app-form-item> </i-col> </row> </app-form-group> </i-col> <i-col v-show="detailsModel.grouppanel4.visible" :style="{}" :lg="{ span: 24, offset: 0 }"> <app-form-group :uiService="appUIService" :data="transformData(data)" :manageContainerStatus="detailsModel.grouppanel4.manageContainerStatus" :isManageContainer="detailsModel.grouppanel4.isManageContainer" @managecontainerclick="manageContainerClick('grouppanel4')" layoutType="TABLE_24COL" titleStyle="" class='' :uiActionGroup="detailsModel.grouppanel4.uiActionGroup" @groupuiactionclick="groupUIActionClick($event)" :caption="'工作流审批流程图'" :isShowCaption="true" uiStyle="DEFAULT" :titleBarCloseMode="0" :isInfoGroupMode="false" > <row> <i-col v-show="detailsModel.formitem.visible" :style="{}" :lg="{ span: 24, offset: 0 }"> <app-form-item name='formitem' :itemRules="this.rules().formitem" class='' :caption="'表格样式'" uiStyle="DEFAULT" :labelWidth="130" :isShowCaption="true" :error="detailsModel.formitem.error" :isEmptyCaption="false" labelPos="LEFT"> <app-wf-approval v-model="srfwfmemo" :service="appEntityService" :context="JSON.parse(JSON.stringify(context))" :viewparams="JSON.parse(JSON.stringify(viewparams))"></app-wf-approval> </app-form-item> </i-col> <i-col v-show="detailsModel.formitem1.visible" :style="{}" :lg="{ span: 24, offset: 0 }"> <app-form-item name='formitem1' :itemRules="this.rules().formitem1" class='' :caption="'时光轴样式'" uiStyle="DEFAULT" :labelWidth="130" :isShowCaption="true" :error="detailsModel.formitem1.error" :isEmptyCaption="false" labelPos="LEFT"> <action-timeline :service="appEntityService" :context="JSON.parse(JSON.stringify(context))" :viewparams="JSON.parse(JSON.stringify(viewparams))"></action-timeline> </app-form-item> </i-col> </row> </app-form-group> </i-col> <i-col v-show="detailsModel.grouppanel5.visible" :style="{}" :lg="{ span: 24, offset: 0 }"> <app-form-group :uiService="appUIService" :data="transformData(data)" :manageContainerStatus="detailsModel.grouppanel5.manageContainerStatus" :isManageContainer="detailsModel.grouppanel5.isManageContainer" @managecontainerclick="manageContainerClick('grouppanel5')" layoutType="TABLE_24COL" titleStyle="" class='' :uiActionGroup="detailsModel.grouppanel5.uiActionGroup" @groupuiactionclick="groupUIActionClick($event)" :caption="'自定义'" :isShowCaption="true" uiStyle="DEFAULT" :titleBarCloseMode="0" :isInfoGroupMode="false" > <row> <i-col v-show="detailsModel.field35.visible" :style="{}" :lg="{ span: 24, offset: 0 }"> <app-form-item name='field35' :itemRules="this.rules().field35" class='' :caption="''" uiStyle="DEFAULT" :labelWidth="0" :isShowCaption="true" :error="detailsModel.field35.error" :isEmptyCaption="true" labelPos="LEFT"> <avue-custom-form :isSubForm="false" :isParseString="false" :isFormData="false" v-model="data.field35" :formData="data" :formState="formState"></avue-custom-form> </app-form-item> </i-col> </row> </app-form-group> </i-col> </row> </i-form> </template> // 基于 @CONTROL/表单/CONTROL-BASE.vue.ftl 生成 <script lang='tsx'> import { Vue, Component, Prop, Provide, Emit, Watch, Model,Inject } from 'vue-property-decorator'; import { CreateElement } from 'vue'; import { Subject, Subscription } from 'rxjs'; import { ControlInterface } from '@/interface/control'; import { UIActionTool,Util,ViewTool } from '@/utils'; import NavDataService from '@/service/app/navdata-service'; import AppCenterService from "@service/app/app-center-service"; import MicroComponentEntityService from '@/service/micro-component/micro-component-service'; import MainService from './main-form-service'; import MicroComponentUIService from '@/uiservice/micro-component/micro-component-ui-service'; import { FormButtonModel, FormPageModel, FormItemModel, FormDRUIPartModel, FormPartModel, FormGroupPanelModel, FormIFrameModel, FormRowItemModel, FormTabPageModel, FormTabPanelModel, FormUserControlModel } from '@/model/form-detail'; import { debounceTime, distinctUntilChanged } from 'rxjs/operators'; import schema from 'async-validator'; import { Environment } from '@/environments/environment'; @Component({ components: { } }) export default class MainBase extends Vue implements ControlInterface { /** * 名称 * * @type {string} * @memberof MainBase */ @Prop() public name?: string; /** * 视图通讯对象 * * @type {Subject<ViewState>} * @memberof MainBase */ @Prop() public viewState!: Subject<ViewState>; /** * 应用上下文 * * @type {*} * @memberof MainBase */ @Prop() public context!: any; /** * 视图参数 * * @type {*} * @memberof MainBase */ @Prop() public viewparams!: any; /** * 视图操作参数(父级) * * @type {*} * @memberof MainBase */ @Prop() public pViewCtx!: any; /** * 视图操作参数 * * @type {*} * @memberof MainBase */ public viewCtx: any = {}; /** * 监听视图操作参数变化 * * @type {*} * @memberof MainBase */ @Watch('pViewCtx', { immediate: true }) public onViewCtxChange(newVal: any, oldVal: any) { Object.assign(this.viewCtx, newVal, { xData: this, ctrl: this }); } /** * 视图状态事件 * * @public * @type {(Subscription | undefined)} * @memberof MainBase */ public viewStateEvent: Subscription | undefined; /** * 获取部件类型 * * @returns {string} * @memberof MainBase */ public getControlType(): string { return 'FORM' } /** * 计数器服务对象集合 * * @type {Array<*>} * @memberof MainBase */ public counterServiceArray:Array<any> = []; /** * 建构部件服务对象 * * @type {MainService} * @memberof MainBase */ public service: MainService = new MainService({ $store: this.$store }); /** * 实体服务对象 * * @type {MicroComponentService} * @memberof MainBase */ public appEntityService: MicroComponentEntityService = new MicroComponentEntityService({ $store: this.$store }); /** * 转化数据 * * @param {any} args * @memberof MainBase */ public transformData(args: any) { let _this: any = this; if(_this.service && _this.service.handleRequestData instanceof Function && _this.service.handleRequestData('transform',_this.context,args)){ return _this.service.handleRequestData('transform',_this.context,args)['data']; } } /** * 关闭视图 * * @param {any} args * @memberof MainBase */ public closeView(args: any): void { let _this: any = this; _this.$emit('closeview', [args]); } /** * 计数器刷新 * * @memberof MainBase */ public counterRefresh(){ const _this:any =this; if(_this.counterServiceArray && _this.counterServiceArray.length >0){ _this.counterServiceArray.forEach((item:any) =>{ if(item.refreshData && item.refreshData instanceof Function){ item.refreshData(); } }) } } /** * 处理部件事件 * * @memberof MainBase */ public async handleCtrlEvents(eventName: string, args: any = {}): Promise<boolean> { const actionData = { data: this.getData() || {}, context: Util.deepCopy(this.context), viewparams: Util.deepCopy(this.viewparams), xData: this } let result: boolean = true; Object.assign(actionData, args); if (!result) { return false; } this.$emit(eventName, actionData); return true; } /** * 视图默认使用 * * @type {string} * @memberof MainBase */ @Inject({from:'navModel',default: 'tab'}) public navModel!:string; /** * 主键表单项名称 * * @protected * @type {string} * @memberof MainBase */ public formKeyItemName: string = ''; /** * 是否自动加载 * * @type {boolean} * @memberof MainBase */ @Prop({default:false}) public isautoload?:boolean; /** * 界面UI服务对象 * * @type {MicroComponentUIService} * @memberof MainBase */ public appUIService:MicroComponentUIService = new MicroComponentUIService(); /** * 工作流审批意见控件绑定值 * * @memberof MainBase */ public srfwfmemo:string = ""; /** * 获取多项数据 * * @returns {any[]} * @memberof MainBase */ public getDatas(): any[] { return [this.data]; } /** * 获取单项树 * * @returns {*} * @memberof MainBase */ public getData(): any { return this.data; } /** * 是否默认保存 * * @type {boolean} * @memberof MainBase */ @Prop({ default: false }) public autosave?: boolean; /** * 显示处理提示 * * @type {boolean} * @memberof MainBase */ @Prop({ default: true }) public showBusyIndicator?: boolean; /** * 部件行为--submit * * @type {string} * @memberof MainBase */ @Prop() public WFSubmitAction!: string; /** * 部件行为--start * * @type {string} * @memberof MainBase */ @Prop() public WFStartAction!: string; /** * 部件行为--update * * @type {string} * @memberof MainBase */ @Prop() public updateAction!: string; /** * 部件行为--remove * * @type {string} * @memberof MainBase */ @Prop() public removeAction!: string; /** * 部件行为--loaddraft * * @type {string} * @memberof MainBase */ @Prop() public loaddraftAction!: string; /** * 部件行为--load * * @type {string} * @memberof MainBase */ @Prop() public loadAction!: string; /** * 部件行为--create * * @type {string} * @memberof MainBase */ @Prop() public createAction!: string; /** * 部件行为--create * * @type {string} * @memberof MainBase */ @Prop() public searchAction!: string; /** * 视图标识 * * @type {string} * @memberof MainBase */ @Prop() public viewtag!: string; /** * 表单状态 * * @type {Subject<any>} * @memberof MainBase */ public formState: Subject<any> = new Subject(); /** * 忽略表单项值变化 * * @type {boolean} * @memberof MainBase */ public ignorefieldvaluechange: boolean = false; /** * 数据变化 * * @public * @type {Subject<any>} * @memberof MainBase */ public dataChang: Subject<any> = new Subject(); /** * 视图状态事件 * * @public * @type {(Subscription | undefined)} * @memberof MainBase */ public dataChangEvent: Subscription | undefined; /** * 原始数据 * * @public * @type {*} * @memberof MainBase */ public oldData: any = {}; /** * 混入表单数据对象 * * @type {*} * @memberof MainBase */ public mixinData:any = {}; /** * 表单项校验错误提示信息 * * @memberof MainBase */ public errorMessages: Array<any> = []; /** * 应用状态事件 * * @public * @type {(Subscription | undefined)} * @memberof MainBase */ public appStateEvent: Subscription | undefined; /** * 设置表单项错误提示信息 * * @param {*} prop 表单项字段名 * @param {*} status 校验状态 * @param {*} error 错误信息 * @memberof MainBase */ public formItemValidate(prop: string,status: boolean, error: string){ error = error ? error : ''; if(this.errorMessages && this.errorMessages.length > 0){ const index = this.errorMessages.findIndex((errorMessage:any) => Object.is(errorMessage.prop,prop)); if(index != -1){ this.errorMessages[index].error = error; }else{ this.errorMessages.push({prop: prop,error: error}); } }else{ this.errorMessages.push({prop: prop,error: error}); } } /** * 表单数据对象 * * @type {*} * @memberof MainBase */ public data: any = { srfupdatedate: null, srforikey: null, srfkey: null, srfmajortext: null, srftempmode: null, srfuf: null, srfdeid: null, srfsourcekey: null, microcomponentname: null, field3: null, field1: null, field5: null, field7: null, field11: null, field9: null, field15: null, field13: null, field19: null, field17: null, field23: null, field21: null, field27: null, field25: null, field31: null, field29: null, field33: null, field34: null, formitem: null, formitem1: null, field35: null, microcomponentid: null, field28: null, field18: null, field32: null, field14: null, field26: null, field4: null, field16: null, field2: null, field24: null, field8: null, field22: null, field12: null, field6: null, field20: null, field30: null, microcomponent:null, }; /** * 当前执行的行为逻辑 * * @type {string} * @memberof MainBase */ public currentAction: string = ""; /** * 关系界面计数器 * * @type {number} * @memberof MainBase */ public drcounter: number = 0; /** * 需要等待关系界面保存时,第一次调用save参数的备份 * * @type {number} * @memberof MainBase */ public drsaveopt: any = {}; /** * 表单保存回调存储对象 * * @type {any} * @memberof MainBase */ public saveState:any ; /** * 主信息属性映射表单项名称 * * @type {string} * @memberof MainBase */ public majorMessageField: string = "microcomponentname"; /** * 值规则 * * @type {*} * @memberof MainBase */ public rules() :any { return { microcomponentname: [ { required: this.detailsModel.microcomponentname.required, type: 'string', message: '微组件名称 值不能为空', trigger: 'change' }, { required: this.detailsModel.microcomponentname.required, type: 'string', message: '微组件名称 值不能为空', trigger: 'blur' }, ], field3: [ { required: this.detailsModel.field3.required, type: 'string', message: '指定单位及下级单位单选 值不能为空', trigger: 'change' }, { required: this.detailsModel.field3.required, type: 'string', message: '指定单位及下级单位单选 值不能为空', trigger: 'blur' }, ], field1: [ { required: this.detailsModel.field1.required, type: 'string', message: '指定单位及下级单位多选 值不能为空', trigger: 'change' }, { required: this.detailsModel.field1.required, type: 'string', message: '指定单位及下级单位多选 值不能为空', trigger: 'blur' }, ], field5: [ { required: this.detailsModel.field5.required, type: 'string', message: '全部单位单选 值不能为空', trigger: 'change' }, { required: this.detailsModel.field5.required, type: 'string', message: '全部单位单选 值不能为空', trigger: 'blur' }, ], field7: [ { required: this.detailsModel.field7.required, type: 'string', message: '全部单位多选 值不能为空', trigger: 'change' }, { required: this.detailsModel.field7.required, type: 'string', message: '全部单位多选 值不能为空', trigger: 'blur' }, ], field11: [ { required: this.detailsModel.field11.required, type: 'string', message: '指定单位及下级单位所有部门单选 值不能为空', trigger: 'change' }, { required: this.detailsModel.field11.required, type: 'string', message: '指定单位及下级单位所有部门单选 值不能为空', trigger: 'blur' }, ], field9: [ { required: this.detailsModel.field9.required, type: 'string', message: '指定单位及下级单位所有部门多选 值不能为空', trigger: 'change' }, { required: this.detailsModel.field9.required, type: 'string', message: '指定单位及下级单位所有部门多选 值不能为空', trigger: 'blur' }, ], field15: [ { required: this.detailsModel.field15.required, type: 'string', message: '指定单位部门单选 值不能为空', trigger: 'change' }, { required: this.detailsModel.field15.required, type: 'string', message: '指定单位部门单选 值不能为空', trigger: 'blur' }, ], field13: [ { required: this.detailsModel.field13.required, type: 'string', message: '指定单位部门多选 值不能为空', trigger: 'change' }, { required: this.detailsModel.field13.required, type: 'string', message: '指定单位部门多选 值不能为空', trigger: 'blur' }, ], field19: [ { required: this.detailsModel.field19.required, type: 'string', message: '指定单位人员单选 值不能为空', trigger: 'change' }, { required: this.detailsModel.field19.required, type: 'string', message: '指定单位人员单选 值不能为空', trigger: 'blur' }, ], field17: [ { required: this.detailsModel.field17.required, type: 'string', message: '指定单位人员多选 值不能为空', trigger: 'change' }, { required: this.detailsModel.field17.required, type: 'string', message: '指定单位人员多选 值不能为空', trigger: 'blur' }, ], field23: [ { required: this.detailsModel.field23.required, type: 'string', message: '指定单位及下级单位人员单选 值不能为空', trigger: 'change' }, { required: this.detailsModel.field23.required, type: 'string', message: '指定单位及下级单位人员单选 值不能为空', trigger: 'blur' }, ], field21: [ { required: this.detailsModel.field21.required, type: 'string', message: '指定单位及下级单位人员多选 值不能为空', trigger: 'change' }, { required: this.detailsModel.field21.required, type: 'string', message: '指定单位及下级单位人员多选 值不能为空', trigger: 'blur' }, ], field27: [ { required: this.detailsModel.field27.required, type: 'string', message: '指定部门人员单选 值不能为空', trigger: 'change' }, { required: this.detailsModel.field27.required, type: 'string', message: '指定部门人员单选 值不能为空', trigger: 'blur' }, ], field25: [ { required: this.detailsModel.field25.required, type: 'string', message: '指定部门人员多选 值不能为空', trigger: 'change' }, { required: this.detailsModel.field25.required, type: 'string', message: '指定部门人员多选 值不能为空', trigger: 'blur' }, ], field31: [ { required: this.detailsModel.field31.required, type: 'string', message: '指定部门及下级部门人员单选 值不能为空', trigger: 'change' }, { required: this.detailsModel.field31.required, type: 'string', message: '指定部门及下级部门人员单选 值不能为空', trigger: 'blur' }, ], field29: [ { required: this.detailsModel.field29.required, type: 'string', message: '指定部门及下级部门人员多选 值不能为空', trigger: 'change' }, { required: this.detailsModel.field29.required, type: 'string', message: '指定部门及下级部门人员多选 值不能为空', trigger: 'blur' }, ], field33: [ { required: this.detailsModel.field33.required, type: 'string', message: '磁盘文件 值不能为空', trigger: 'change' }, { required: this.detailsModel.field33.required, type: 'string', message: '磁盘文件 值不能为空', trigger: 'blur' }, ], field34: [ { required: this.detailsModel.field34.required, type: 'string', message: '磁盘图片 值不能为空', trigger: 'change' }, { required: this.detailsModel.field34.required, type: 'string', message: '磁盘图片 值不能为空', trigger: 'blur' }, ], formitem: [ { required: this.detailsModel.formitem.required, type: 'string', message: '表格样式 值不能为空', trigger: 'change' }, { required: this.detailsModel.formitem.required, type: 'string', message: '表格样式 值不能为空', trigger: 'blur' }, ], formitem1: [ { required: this.detailsModel.formitem1.required, type: 'string', message: '时光轴样式 值不能为空', trigger: 'change' }, { required: this.detailsModel.formitem1.required, type: 'string', message: '时光轴样式 值不能为空', trigger: 'blur' }, ], field35: [ { required: this.detailsModel.field35.required, type: 'string', message: ' 值不能为空', trigger: 'change' }, { required: this.detailsModel.field35.required, type: 'string', message: ' 值不能为空', trigger: 'blur' }, ], } } /** * 属性值规则 * * @type {*} * @memberof MainBase */ public deRules(){ return { } } /** * 校验属性值规则 * * @public * @param {{ name: string }} { name } * @memberof MainBase */ public verifyDeRules(name:string,rule:any = this.deRules(),op:string = "AND") :{isPast:boolean,infoMessage:string}{ let falg:any = {infoMessage:""}; if(!rule[name]){ return falg; } let opValue = op == 'AND'? true :false; let startOp = (val:boolean)=>{ if(falg.isPast){ if(opValue){ falg.isPast = falg.isPast && val; }else{ falg.isPast = falg.isPast || val; } }else{ falg.isPast = val; } } for(let i=0;i<rule[name].length;i++){ let item:any = rule[name][i]; let dataValue = item.deName?this.data[this.service.getItemNameByDeName(item.deName)]:""; item.ruleInfo = item.ruleInfo ? item.ruleInfo : this.$t('app.formpage.valuecheckex'); if((dataValue === null || dataValue === undefined || dataValue === "") && (item.type != 'GROUP')){ startOp(true); return falg; } try { // 常规规则 if(item.type == 'SIMPLE'){ startOp(!this.$verify.checkFieldSimpleRule(dataValue,item.condOP,item.paramValue,item.ruleInfo,item.paramType,this.data,item.isKeyCond)); falg.infoMessage = item.ruleInfo; if(!falg.isPast) return falg; } // 数值范围 if(item.type == 'VALUERANGE2'){ startOp( !this.$verify.checkFieldValueRangeRule(dataValue,item.minValue,item.isIncludeMinValue,item.maxValue,item.isIncludeMaxValue,item.ruleInfo,item.isKeyCond)); falg.infoMessage = item.ruleInfo; if(!falg.isPast) return falg; } // 正则式 if (item.type == "REGEX") { startOp(!this.$verify.checkFieldRegExRule(dataValue,item.regExCode,item.ruleInfo,item.isKeyCond)); falg.infoMessage = item.ruleInfo; if(!falg.isPast) return falg; } // 长度 if (item.type == "STRINGLENGTH") { startOp(!this.$verify.checkFieldStringLengthRule(dataValue,item.minValue,item.isIncludeMinValue,item.maxValue,item.isIncludeMaxValue,item.ruleInfo,item.isKeyCond)); falg.infoMessage = item.ruleInfo; if(!falg.isPast) return falg; } // 系统值规则 if(item.type == "SYSVALUERULE") { startOp(!this.$verify.checkFieldSysValueRule(dataValue,item.sysRule.regExCode,item.ruleInfo,item.isKeyCond)); falg.infoMessage = item.ruleInfo; if(!falg.isPast) return falg; } } catch(error) { falg.infoMessage = item.ruleInfo; startOp(false); if(!falg.isPast) return falg; } // 分组 if(item.type == 'GROUP'){ falg = this.verifyDeRules('group',item,item.condOP?item.condOP:"AND"); if(item.isNotMode){ falg.isPast = !falg.isPast; } if(!falg.isPast) return falg; } } if(!falg.hasOwnProperty("isPast")){ falg.isPast = true; } if(!this.data[name] && this.data[name] != 0){ falg.isPast = true; } return falg; } /** * 详情模型集合 * * @type {*} * @memberof MainBase */ public detailsModel: any = { group1: new FormGroupPanelModel({ caption: '单位选择', detailType: 'GROUPPANEL', name: 'group1', visible: true, isShowCaption: true, form: this, isControlledContent: false , uiActionGroup: { caption: '', langbase: 'CONTROL.DEFORM.MICROCOMPONENT.MAIN.GROUPPANEL.GROUP1', extractMode: 'ITEM', details: [] }, isManageContainer: false, showMoreModeItems: [] }) , grouppanel1: new FormGroupPanelModel({ caption: '部门选择', detailType: 'GROUPPANEL', name: 'grouppanel1', visible: true, isShowCaption: true, form: this, isControlledContent: false , uiActionGroup: { caption: '', langbase: '', extractMode: 'ITEM', details: [] }, isManageContainer: false, showMoreModeItems: [] }) , grouppanel2: new FormGroupPanelModel({ caption: '人员选择', detailType: 'GROUPPANEL', name: 'grouppanel2', visible: true, isShowCaption: true, form: this, isControlledContent: false , uiActionGroup: { caption: '', langbase: '', extractMode: 'ITEM', details: [] }, isManageContainer: false, showMoreModeItems: [] }) , grouppanel3: new FormGroupPanelModel({ caption: '磁盘存储', detailType: 'GROUPPANEL', name: 'grouppanel3', visible: true, isShowCaption: true, form: this, isControlledContent: false , uiActionGroup: { caption: '', langbase: '', extractMode: 'ITEM', details: [] }, isManageContainer: false, showMoreModeItems: [] }) , grouppanel4: new FormGroupPanelModel({ caption: '工作流审批流程图', detailType: 'GROUPPANEL', name: 'grouppanel4', visible: true, isShowCaption: true, form: this, isControlledContent: false , uiActionGroup: { caption: '', langbase: '', extractMode: 'ITEM', details: [] }, isManageContainer: false, showMoreModeItems: [] }) , grouppanel5: new FormGroupPanelModel({ caption: '自定义', detailType: 'GROUPPANEL', name: 'grouppanel5', visible: true, isShowCaption: true, form: this, isControlledContent: false , uiActionGroup: { caption: '', langbase: '', extractMode: 'ITEM', details: [] }, isManageContainer: false, showMoreModeItems: [] }) , formpage1: new FormPageModel({ caption: '基本信息', detailType: 'FORMPAGE', name: 'formpage1', visible: true, isShowCaption: true, form: this, isControlledContent: false }) , srfupdatedate: new FormItemModel({ caption: '更新时间', detailType: 'FORMITEM', name: 'srfupdatedate', visible: true, isShowCaption: true, form: this, isControlledContent: false , required:false, disabled: false, enableCond: 3 }) , srforikey: new FormItemModel({ caption: '', detailType: 'FORMITEM', name: 'srforikey', visible: true, isShowCaption: true, form: this, isControlledContent: false , required:false, disabled: false, enableCond: 3 }) , srfkey: new FormItemModel({ caption: '微组件标识', detailType: 'FORMITEM', name: 'srfkey', visible: true, isShowCaption: true, form: this, isControlledContent: false , required:false, disabled: false, enableCond: 3 }) , srfmajortext: new FormItemModel({ caption: '微组件名称', detailType: 'FORMITEM', name: 'srfmajortext', visible: true, isShowCaption: true, form: this, isControlledContent: false , required:false, disabled: false, enableCond: 3 }) , srftempmode: new FormItemModel({ caption: '', detailType: 'FORMITEM', name: 'srftempmode', visible: true, isShowCaption: true, form: this, isControlledContent: false , required:false, disabled: false, enableCond: 3 }) , srfuf: new FormItemModel({ caption: '', detailType: 'FORMITEM', name: 'srfuf', visible: true, isShowCaption: true, form: this, isControlledContent: false , required:false, disabled: false, enableCond: 3 }) , srfdeid: new FormItemModel({ caption: '', detailType: 'FORMITEM', name: 'srfdeid', visible: true, isShowCaption: true, form: this, isControlledContent: false , required:false, disabled: false, enableCond: 3 }) , srfsourcekey: new FormItemModel({ caption: '', detailType: 'FORMITEM', name: 'srfsourcekey', visible: true, isShowCaption: true, form: this, isControlledContent: false , required:false, disabled: false, enableCond: 3 }) , microcomponentname: new FormItemModel({ caption: '微组件名称', detailType: 'FORMITEM', name: 'microcomponentname', visible: true, isShowCaption: true, form: this, isControlledContent: false , required:false, disabled: false, enableCond: 3 }) , field3: new FormItemModel({ caption: '指定单位及下级单位单选', detailType: 'FORMITEM', name: 'field3', visible: true, isShowCaption: true, form: this, isControlledContent: false , required:false, disabled: false, enableCond: 3 }) , field1: new FormItemModel({ caption: '指定单位及下级单位多选', detailType: 'FORMITEM', name: 'field1', visible: true, isShowCaption: true, form: this, isControlledContent: false , required:false, disabled: false, enableCond: 3 }) , field5: new FormItemModel({ caption: '全部单位单选', detailType: 'FORMITEM', name: 'field5', visible: true, isShowCaption: true, form: this, isControlledContent: false , required:false, disabled: false, enableCond: 3 }) , field7: new FormItemModel({ caption: '全部单位多选', detailType: 'FORMITEM', name: 'field7', visible: true, isShowCaption: true, form: this, isControlledContent: false , required:false, disabled: false, enableCond: 3 }) , field11: new FormItemModel({ caption: '指定单位及下级单位所有部门单选', detailType: 'FORMITEM', name: 'field11', visible: true, isShowCaption: true, form: this, isControlledContent: false , required:false, disabled: false, enableCond: 3 }) , field9: new FormItemModel({ caption: '指定单位及下级单位所有部门多选', detailType: 'FORMITEM', name: 'field9', visible: true, isShowCaption: true, form: this, isControlledContent: false , required:false, disabled: false, enableCond: 3 }) , field15: new FormItemModel({ caption: '指定单位部门单选', detailType: 'FORMITEM', name: 'field15', visible: true, isShowCaption: true, form: this, isControlledContent: false , required:false, disabled: false, enableCond: 3 }) , field13: new FormItemModel({ caption: '指定单位部门多选', detailType: 'FORMITEM', name: 'field13', visible: true, isShowCaption: true, form: this, isControlledContent: false , required:false, disabled: false, enableCond: 3 }) , field19: new FormItemModel({ caption: '指定单位人员单选', detailType: 'FORMITEM', name: 'field19', visible: true, isShowCaption: true, form: this, isControlledContent: false , required:false, disabled: false, enableCond: 3 }) , field17: new FormItemModel({ caption: '指定单位人员多选', detailType: 'FORMITEM', name: 'field17', visible: true, isShowCaption: true, form: this, isControlledContent: false , required:false, disabled: false, enableCond: 3 }) , field23: new FormItemModel({ caption: '指定单位及下级单位人员单选', detailType: 'FORMITEM', name: 'field23', visible: true, isShowCaption: true, form: this, isControlledContent: false , required:false, disabled: false, enableCond: 3 }) , field21: new FormItemModel({ caption: '指定单位及下级单位人员多选', detailType: 'FORMITEM', name: 'field21', visible: true, isShowCaption: true, form: this, isControlledContent: false , required:false, disabled: false, enableCond: 3 }) , field27: new FormItemModel({ caption: '指定部门人员单选', detailType: 'FORMITEM', name: 'field27', visible: true, isShowCaption: true, form: this, isControlledContent: false , required:false, disabled: false, enableCond: 3 }) , field25: new FormItemModel({ caption: '指定部门人员多选', detailType: 'FORMITEM', name: 'field25', visible: true, isShowCaption: true, form: this, isControlledContent: false , required:false, disabled: false, enableCond: 3 }) , field31: new FormItemModel({ caption: '指定部门及下级部门人员单选', detailType: 'FORMITEM', name: 'field31', visible: true, isShowCaption: true, form: this, isControlledContent: false , required:false, disabled: false, enableCond: 3 }) , field29: new FormItemModel({ caption: '指定部门及下级部门人员多选', detailType: 'FORMITEM', name: 'field29', visible: true, isShowCaption: true, form: this, isControlledContent: false , required:false, disabled: false, enableCond: 3 }) , field33: new FormItemModel({ caption: '磁盘文件', detailType: 'FORMITEM', name: 'field33', visible: true, isShowCaption: true, form: this, isControlledContent: false , required:false, disabled: false, enableCond: 3 }) , field34: new FormItemModel({ caption: '磁盘图片', detailType: 'FORMITEM', name: 'field34', visible: true, isShowCaption: true, form: this, isControlledContent: false , required:false, disabled: false, enableCond: 3 }) , formitem: new FormItemModel({ caption: '表格样式', detailType: 'FORMITEM', name: 'formitem', visible: true, isShowCaption: true, form: this, isControlledContent: false , required:false, disabled: false, enableCond: 3 }) , formitem1: new FormItemModel({ caption: '时光轴样式', detailType: 'FORMITEM', name: 'formitem1', visible: true, isShowCaption: true, form: this, isControlledContent: false , required:false, disabled: false, enableCond: 3 }) , field35: new FormItemModel({ caption: '', detailType: 'FORMITEM', name: 'field35', visible: true, isShowCaption: true, form: this, isControlledContent: false , required:false, disabled: false, enableCond: 3 }) , microcomponentid: new FormItemModel({ caption: '微组件标识', detailType: 'FORMITEM', name: 'microcomponentid', visible: true, isShowCaption: true, form: this, isControlledContent: false , required:false, disabled: false, enableCond: 3 }) , field28: new FormItemModel({ caption: '属性28', detailType: 'FORMITEM', name: 'field28', visible: true, isShowCaption: true, form: this, isControlledContent: false , required:false, disabled: false, enableCond: 3 }) , field18: new FormItemModel({ caption: '属性18', detailType: 'FORMITEM', name: 'field18', visible: true, isShowCaption: true, form: this, isControlledContent: false , required:false, disabled: false, enableCond: 3 }) , field32: new FormItemModel({ caption: '属性32', detailType: 'FORMITEM', name: 'field32', visible: true, isShowCaption: true, form: this, isControlledContent: false , required:false, disabled: false, enableCond: 3 }) , field14: new FormItemModel({ caption: '属性14', detailType: 'FORMITEM', name: 'field14', visible: true, isShowCaption: true, form: this, isControlledContent: false , required:false, disabled: false, enableCond: 3 }) , field26: new FormItemModel({ caption: '属性26', detailType: 'FORMITEM', name: 'field26', visible: true, isShowCaption: true, form: this, isControlledContent: false , required:false, disabled: false, enableCond: 3 }) , field4: new FormItemModel({ caption: '属性4', detailType: 'FORMITEM', name: 'field4', visible: true, isShowCaption: true, form: this, isControlledContent: false , required:false, disabled: false, enableCond: 3 }) , field16: new FormItemModel({ caption: '属性16', detailType: 'FORMITEM', name: 'field16', visible: true, isShowCaption: true, form: this, isControlledContent: false , required:false, disabled: false, enableCond: 3 }) , field2: new FormItemModel({ caption: '属性2', detailType: 'FORMITEM', name: 'field2', visible: true, isShowCaption: true, form: this, isControlledContent: false , required:false, disabled: false, enableCond: 3 }) , field24: new FormItemModel({ caption: '属性24', detailType: 'FORMITEM', name: 'field24', visible: true, isShowCaption: true, form: this, isControlledContent: false , required:false, disabled: false, enableCond: 3 }) , field8: new FormItemModel({ caption: '属性8', detailType: 'FORMITEM', name: 'field8', visible: true, isShowCaption: true, form: this, isControlledContent: false , required:false, disabled: false, enableCond: 3 }) , field22: new FormItemModel({ caption: '属性22', detailType: 'FORMITEM', name: 'field22', visible: true, isShowCaption: true, form: this, isControlledContent: false , required:false, disabled: false, enableCond: 3 }) , field12: new FormItemModel({ caption: '属性12', detailType: 'FORMITEM', name: 'field12', visible: true, isShowCaption: true, form: this, isControlledContent: false , required:false, disabled: false, enableCond: 3 }) , field6: new FormItemModel({ caption: '属性6', detailType: 'FORMITEM', name: 'field6', visible: true, isShowCaption: true, form: this, isControlledContent: false , required:false, disabled: false, enableCond: 3 }) , field20: new FormItemModel({ caption: '属性20', detailType: 'FORMITEM', name: 'field20', visible: true, isShowCaption: true, form: this, isControlledContent: false , required:false, disabled: false, enableCond: 3 }) , field30: new FormItemModel({ caption: '属性30', detailType: 'FORMITEM', name: 'field30', visible: true, isShowCaption: true, form: this, isControlledContent: false , required:false, disabled: false, enableCond: 3 }) , }; /** * 监控表单属性 srfupdatedate 值 * * @param {*} newVal * @param {*} oldVal * @memberof MainBase */ @Watch('data.srfupdatedate') onSrfupdatedateChange(newVal: any, oldVal: any) { this.formDataChange({ name: 'srfupdatedate', newVal: newVal, oldVal: oldVal }); } /** * 监控表单属性 srforikey 值 * * @param {*} newVal * @param {*} oldVal * @memberof MainBase */ @Watch('data.srforikey') onSrforikeyChange(newVal: any, oldVal: any) { this.formDataChange({ name: 'srforikey', newVal: newVal, oldVal: oldVal }); } /** * 监控表单属性 srfkey 值 * * @param {*} newVal * @param {*} oldVal * @memberof MainBase */ @Watch('data.srfkey') onSrfkeyChange(newVal: any, oldVal: any) { this.formDataChange({ name: 'srfkey', newVal: newVal, oldVal: oldVal }); } /** * 监控表单属性 srfmajortext 值 * * @param {*} newVal * @param {*} oldVal * @memberof MainBase */ @Watch('data.srfmajortext') onSrfmajortextChange(newVal: any, oldVal: any) { this.formDataChange({ name: 'srfmajortext', newVal: newVal, oldVal: oldVal }); } /** * 监控表单属性 srftempmode 值 * * @param {*} newVal * @param {*} oldVal * @memberof MainBase */ @Watch('data.srftempmode') onSrftempmodeChange(newVal: any, oldVal: any) { this.formDataChange({ name: 'srftempmode', newVal: newVal, oldVal: oldVal }); } /** * 监控表单属性 srfuf 值 * * @param {*} newVal * @param {*} oldVal * @memberof MainBase */ @Watch('data.srfuf') onSrfufChange(newVal: any, oldVal: any) { this.formDataChange({ name: 'srfuf', newVal: newVal, oldVal: oldVal }); } /** * 监控表单属性 srfdeid 值 * * @param {*} newVal * @param {*} oldVal * @memberof MainBase */ @Watch('data.srfdeid') onSrfdeidChange(newVal: any, oldVal: any) { this.formDataChange({ name: 'srfdeid', newVal: newVal, oldVal: oldVal }); } /** * 监控表单属性 srfsourcekey 值 * * @param {*} newVal * @param {*} oldVal * @memberof MainBase */ @Watch('data.srfsourcekey') onSrfsourcekeyChange(newVal: any, oldVal: any) { this.formDataChange({ name: 'srfsourcekey', newVal: newVal, oldVal: oldVal }); } /** * 监控表单属性 microcomponentname 值 * * @param {*} newVal * @param {*} oldVal * @memberof MainBase */ @Watch('data.microcomponentname') onMicrocomponentnameChange(newVal: any, oldVal: any) { this.formDataChange({ name: 'microcomponentname', newVal: newVal, oldVal: oldVal }); } /** * 监控表单属性 field3 值 * * @param {*} newVal * @param {*} oldVal * @memberof MainBase */ @Watch('data.field3') onField3Change(newVal: any, oldVal: any) { this.formDataChange({ name: 'field3', newVal: newVal, oldVal: oldVal }); } /** * 监控表单属性 field1 值 * * @param {*} newVal * @param {*} oldVal * @memberof MainBase */ @Watch('data.field1') onField1Change(newVal: any, oldVal: any) { this.formDataChange({ name: 'field1', newVal: newVal, oldVal: oldVal }); } /** * 监控表单属性 field5 值 * * @param {*} newVal * @param {*} oldVal * @memberof MainBase */ @Watch('data.field5') onField5Change(newVal: any, oldVal: any) { this.formDataChange({ name: 'field5', newVal: newVal, oldVal: oldVal }); } /** * 监控表单属性 field7 值 * * @param {*} newVal * @param {*} oldVal * @memberof MainBase */ @Watch('data.field7') onField7Change(newVal: any, oldVal: any) { this.formDataChange({ name: 'field7', newVal: newVal, oldVal: oldVal }); } /** * 监控表单属性 field11 值 * * @param {*} newVal * @param {*} oldVal * @memberof MainBase */ @Watch('data.field11') onField11Change(newVal: any, oldVal: any) { this.formDataChange({ name: 'field11', newVal: newVal, oldVal: oldVal }); } /** * 监控表单属性 field9 值 * * @param {*} newVal * @param {*} oldVal * @memberof MainBase */ @Watch('data.field9') onField9Change(newVal: any, oldVal: any) { this.formDataChange({ name: 'field9', newVal: newVal, oldVal: oldVal }); } /** * 监控表单属性 field15 值 * * @param {*} newVal * @param {*} oldVal * @memberof MainBase */ @Watch('data.field15') onField15Change(newVal: any, oldVal: any) { this.formDataChange({ name: 'field15', newVal: newVal, oldVal: oldVal }); } /** * 监控表单属性 field13 值 * * @param {*} newVal * @param {*} oldVal * @memberof MainBase */ @Watch('data.field13') onField13Change(newVal: any, oldVal: any) { this.formDataChange({ name: 'field13', newVal: newVal, oldVal: oldVal }); } /** * 监控表单属性 field19 值 * * @param {*} newVal * @param {*} oldVal * @memberof MainBase */ @Watch('data.field19') onField19Change(newVal: any, oldVal: any) { this.formDataChange({ name: 'field19', newVal: newVal, oldVal: oldVal }); } /** * 监控表单属性 field17 值 * * @param {*} newVal * @param {*} oldVal * @memberof MainBase */ @Watch('data.field17') onField17Change(newVal: any, oldVal: any) { this.formDataChange({ name: 'field17', newVal: newVal, oldVal: oldVal }); } /** * 监控表单属性 field23 值 * * @param {*} newVal * @param {*} oldVal * @memberof MainBase */ @Watch('data.field23') onField23Change(newVal: any, oldVal: any) { this.formDataChange({ name: 'field23', newVal: newVal, oldVal: oldVal }); } /** * 监控表单属性 field21 值 * * @param {*} newVal * @param {*} oldVal * @memberof MainBase */ @Watch('data.field21') onField21Change(newVal: any, oldVal: any) { this.formDataChange({ name: 'field21', newVal: newVal, oldVal: oldVal }); } /** * 监控表单属性 field27 值 * * @param {*} newVal * @param {*} oldVal * @memberof MainBase */ @Watch('data.field27') onField27Change(newVal: any, oldVal: any) { this.formDataChange({ name: 'field27', newVal: newVal, oldVal: oldVal }); } /** * 监控表单属性 field25 值 * * @param {*} newVal * @param {*} oldVal * @memberof MainBase */ @Watch('data.field25') onField25Change(newVal: any, oldVal: any) { this.formDataChange({ name: 'field25', newVal: newVal, oldVal: oldVal }); } /** * 监控表单属性 field31 值 * * @param {*} newVal * @param {*} oldVal * @memberof MainBase */ @Watch('data.field31') onField31Change(newVal: any, oldVal: any) { this.formDataChange({ name: 'field31', newVal: newVal, oldVal: oldVal }); } /** * 监控表单属性 field29 值 * * @param {*} newVal * @param {*} oldVal * @memberof MainBase */ @Watch('data.field29') onField29Change(newVal: any, oldVal: any) { this.formDataChange({ name: 'field29', newVal: newVal, oldVal: oldVal }); } /** * 监控表单属性 field33 值 * * @param {*} newVal * @param {*} oldVal * @memberof MainBase */ @Watch('data.field33') onField33Change(newVal: any, oldVal: any) { this.formDataChange({ name: 'field33', newVal: newVal, oldVal: oldVal }); } /** * 监控表单属性 field34 值 * * @param {*} newVal * @param {*} oldVal * @memberof MainBase */ @Watch('data.field34') onField34Change(newVal: any, oldVal: any) { this.formDataChange({ name: 'field34', newVal: newVal, oldVal: oldVal }); } /** * 监控表单属性 formitem 值 * * @param {*} newVal * @param {*} oldVal * @memberof MainBase */ @Watch('data.formitem') onFormitemChange(newVal: any, oldVal: any) { this.formDataChange({ name: 'formitem', newVal: newVal, oldVal: oldVal }); } /** * 监控表单属性 formitem1 值 * * @param {*} newVal * @param {*} oldVal * @memberof MainBase */ @Watch('data.formitem1') onFormitem1Change(newVal: any, oldVal: any) { this.formDataChange({ name: 'formitem1', newVal: newVal, oldVal: oldVal }); } /** * 监控表单属性 field35 值 * * @param {*} newVal * @param {*} oldVal * @memberof MainBase */ @Watch('data.field35') onField35Change(newVal: any, oldVal: any) { this.formDataChange({ name: 'field35', newVal: newVal, oldVal: oldVal }); } /** * 监控表单属性 microcomponentid 值 * * @param {*} newVal * @param {*} oldVal * @memberof MainBase */ @Watch('data.microcomponentid') onMicrocomponentidChange(newVal: any, oldVal: any) { this.formDataChange({ name: 'microcomponentid', newVal: newVal, oldVal: oldVal }); } /** * 监控表单属性 field28 值 * * @param {*} newVal * @param {*} oldVal * @memberof MainBase */ @Watch('data.field28') onField28Change(newVal: any, oldVal: any) { this.formDataChange({ name: 'field28', newVal: newVal, oldVal: oldVal }); } /** * 监控表单属性 field18 值 * * @param {*} newVal * @param {*} oldVal * @memberof MainBase */ @Watch('data.field18') onField18Change(newVal: any, oldVal: any) { this.formDataChange({ name: 'field18', newVal: newVal, oldVal: oldVal }); } /** * 监控表单属性 field32 值 * * @param {*} newVal * @param {*} oldVal * @memberof MainBase */ @Watch('data.field32') onField32Change(newVal: any, oldVal: any) { this.formDataChange({ name: 'field32', newVal: newVal, oldVal: oldVal }); } /** * 监控表单属性 field14 值 * * @param {*} newVal * @param {*} oldVal * @memberof MainBase */ @Watch('data.field14') onField14Change(newVal: any, oldVal: any) { this.formDataChange({ name: 'field14', newVal: newVal, oldVal: oldVal }); } /** * 监控表单属性 field26 值 * * @param {*} newVal * @param {*} oldVal * @memberof MainBase */ @Watch('data.field26') onField26Change(newVal: any, oldVal: any) { this.formDataChange({ name: 'field26', newVal: newVal, oldVal: oldVal }); } /** * 监控表单属性 field4 值 * * @param {*} newVal * @param {*} oldVal * @memberof MainBase */ @Watch('data.field4') onField4Change(newVal: any, oldVal: any) { this.formDataChange({ name: 'field4', newVal: newVal, oldVal: oldVal }); } /** * 监控表单属性 field16 值 * * @param {*} newVal * @param {*} oldVal * @memberof MainBase */ @Watch('data.field16') onField16Change(newVal: any, oldVal: any) { this.formDataChange({ name: 'field16', newVal: newVal, oldVal: oldVal }); } /** * 监控表单属性 field2 值 * * @param {*} newVal * @param {*} oldVal * @memberof MainBase */ @Watch('data.field2') onField2Change(newVal: any, oldVal: any) { this.formDataChange({ name: 'field2', newVal: newVal, oldVal: oldVal }); } /** * 监控表单属性 field24 值 * * @param {*} newVal * @param {*} oldVal * @memberof MainBase */ @Watch('data.field24') onField24Change(newVal: any, oldVal: any) { this.formDataChange({ name: 'field24', newVal: newVal, oldVal: oldVal }); } /** * 监控表单属性 field8 值 * * @param {*} newVal * @param {*} oldVal * @memberof MainBase */ @Watch('data.field8') onField8Change(newVal: any, oldVal: any) { this.formDataChange({ name: 'field8', newVal: newVal, oldVal: oldVal }); } /** * 监控表单属性 field22 值 * * @param {*} newVal * @param {*} oldVal * @memberof MainBase */ @Watch('data.field22') onField22Change(newVal: any, oldVal: any) { this.formDataChange({ name: 'field22', newVal: newVal, oldVal: oldVal }); } /** * 监控表单属性 field12 值 * * @param {*} newVal * @param {*} oldVal * @memberof MainBase */ @Watch('data.field12') onField12Change(newVal: any, oldVal: any) { this.formDataChange({ name: 'field12', newVal: newVal, oldVal: oldVal }); } /** * 监控表单属性 field6 值 * * @param {*} newVal * @param {*} oldVal * @memberof MainBase */ @Watch('data.field6') onField6Change(newVal: any, oldVal: any) { this.formDataChange({ name: 'field6', newVal: newVal, oldVal: oldVal }); } /** * 监控表单属性 field20 值 * * @param {*} newVal * @param {*} oldVal * @memberof MainBase */ @Watch('data.field20') onField20Change(newVal: any, oldVal: any) { this.formDataChange({ name: 'field20', newVal: newVal, oldVal: oldVal }); } /** * 监控表单属性 field30 值 * * @param {*} newVal * @param {*} oldVal * @memberof MainBase */ @Watch('data.field30') onField30Change(newVal: any, oldVal: any) { this.formDataChange({ name: 'field30', newVal: newVal, oldVal: oldVal }); } /** * 显示更多模式切换操作 * * @type {string} * @memberof MainBase */ public manageContainerClick(name: string){ let model = this.detailsModel[name]; if(model.isManageContainer){ model.setManageContainerStatus(!model.manageContainerStatus); model.showMoreModeItems.forEach((item:any) => { if(this.detailsModel[item].isControlledContent){ this.detailsModel[item].setVisible(model.manageContainerStatus? this.detailsModel[item].oldVisible : false); } }); } } /** * 重置表单项值 * * @public * @param {{ name: string, newVal: any, oldVal: any }} { name, newVal, oldVal } * @memberof MainBase */ public resetFormData({ name, newVal, oldVal }: { name: string, newVal: any, oldVal: any }): void { if (Object.is(name, 'field10')) { this.onFormItemValueChange({ name: 'field9', value: null }); } } /** * 置空对象 * * @param {any[]} args * @memberof MainBase */ public ResetData(_datas:any){ if(Object.keys(_datas).length >0){ Object.keys(_datas).forEach((name: string) => { if (this.data.hasOwnProperty(name)) { this.data[name] = null; } }); } } /** * 表单逻辑 * * @public * @param {{ name: string, newVal: any, oldVal: any }} { name, newVal, oldVal } * @memberof MainBase */ public async formLogic({ name, newVal, oldVal }: { name: string, newVal: any, oldVal: any }){ } /** * 表单项检查逻辑 * * @public * @param name 属性名 * @memberof MainBase */ public checkItem(name:string):Promise<any> { return new Promise((resolve, reject) => { var validator = new schema({[name]:this.rules()[name]}); validator.validate({[name]:this.data[name]}).then(()=>{ resolve(true); }) .catch(() => { resolve(false); });; }) } /** * 表单值变化 * * @public * @param {{ name: string, newVal: any, oldVal: any }} { name, newVal, oldVal } * @returns {void} * @memberof MainBase */ public formDataChange({ name, newVal, oldVal }: { name: string, newVal: any, oldVal: any }): void { if (this.ignorefieldvaluechange) { return; } this.resetFormData({ name: name, newVal: newVal, oldVal: oldVal }); this.formLogic({ name: name, newVal: newVal, oldVal: oldVal }); this.dataChang.next(JSON.stringify(this.data)); } /** * 表单加载完成 * * @public * @param {*} [data={}] * @param {string} [action] * @memberof MainBase */ public onFormLoad(data: any = {},action:string): void { if(Object.is(action,"save") || Object.is(action,"autoSave") || Object.is(action,"submit")) // 更新context的实体主键 if(data.microcomponent){ Object.assign(this.context,{microcomponent:data.microcomponent}) } this.setFormEnableCond(data); this.computeButtonState(data); this.fillForm(data,action); this.oldData = {}; Object.assign(this.oldData, JSON.parse(JSON.stringify(this.data))); this.$store.commit('viewaction/setViewDataChange', { viewtag: this.viewtag, viewdatachange: false }); this.formLogic({ name: '', newVal: null, oldVal: null }); } /** * 值填充 * * @param {*} [_datas={}] * @param {string} [action] * @memberof MainBase */ public fillForm(_datas: any = {},action:string): void { this.mixinData = _datas; this.ignorefieldvaluechange = true; Object.keys(_datas).forEach((name: string) => { if (this.data.hasOwnProperty(name)) { this.data[name] = _datas[name]; } }); if(Object.is(action,'loadDraft')){ this.createDefault(); } if(Object.is(action,'load')){ this.updateDefault(); } this.$nextTick(function () { this.ignorefieldvaluechange = false; }) } /** * 设置表单项是否启用 * * @public * @param {*} data * @memberof MainBase */ public setFormEnableCond(data: any): void { Object.values(this.detailsModel).forEach((detail: any) => { if (!Object.is(detail.detailType, 'FORMITEM')) { return; } const formItem: FormItemModel = detail; formItem.setEnableCond(data.srfuf); }); } /** * 重置草稿表单状态 * * @public * @memberof MainBase */ public resetDraftFormStates(): void { const form: any = this.$refs.form; if (form) { form.resetFields(); } } /** * 重置校验结果 * * @memberof MainBase */ public resetValidates(): void { Object.values(this.detailsModel).forEach((detail: any) => { if (!Object.is(detail.detailType, 'FORMITEM')) { return; } const formItem: FormItemModel = detail; formItem.setError(''); }); } /** * 填充校验结果 (后台) * * @param {any[]} fieldErrors * @memberof MainBase */ public fillValidates(fieldErrors: any[]): void { fieldErrors.forEach((error: any) => { const formItem: FormItemModel = this.detailsModel[error.field]; if (!formItem) { return; } this.$nextTick(() => { formItem.setError(error.message); }); }); } /** * 表单校验状态 * * @returns {boolean} * @memberof MainBase */ public formValidateStatus(): boolean { const form: any = this.$refs.form; let validatestate: boolean = true; form.validate((valid: boolean) => { validatestate = valid ? true : false; }); return validatestate } /** * 获取全部值 * * @returns {*} * @memberof MainBase */ public getValues(): any { return this.data; } /** * 表单项值变更 * * @param {{ name: string, value: any }} $event * @returns {void} * @memberof MainBase */ public onFormItemValueChange($event: { name: string, value: any }): void { if (!$event) { return; } if (!$event.name || Object.is($event.name, '') || !this.data.hasOwnProperty($event.name)) { return; } this.data[$event.name] = $event.value; } /** * 编辑器行为触发 * * @param {*} arg * @returns {void} * @memberof MainBase */ public onFormItemActionClick(arg:any){ if(arg && (arg instanceof Function)) arg(); } /** * 设置数据项值 * * @param {string} name * @param {*} value * @returns {void} * @memberof MainBase */ public setDataItemValue(name: string, value: any): void { if (!name || Object.is(name, '') || !this.data.hasOwnProperty(name)) { return; } if (Object.is(this.data[name], value)) { return; } this.data[name] = value; } /** * 计算表单按钮权限状态 * * @param {*} [data] 传入数据 * @memberof MainBase */ public computeButtonState(data:any){ let targetData:any = this.transformData(data); if(this.detailsModel && Object.keys(this.detailsModel).length >0){ Object.keys(this.detailsModel).forEach((name:any) =>{ if(this.detailsModel[name] && this.detailsModel[name].uiaction && this.detailsModel[name].uiaction.dataaccaction && Object.is(this.detailsModel[name].detailType,"BUTTON")){ this.detailsModel[name].isPower = true; let tempUIAction:any = JSON.parse(JSON.stringify(this.detailsModel[name].uiaction)); let result: any[] = ViewTool.calcActionItemAuthState(targetData,[tempUIAction],this.appUIService); this.detailsModel[name].visible = tempUIAction.visabled; this.detailsModel[name].disabled = tempUIAction.disabled; this.detailsModel[name].isPower = result[0] === 1 ? true : false; } }) } } /** * 分组界面行为事件 * * @param {*} $event * @memberof MainBase */ public groupUIActionClick($event: any): void { if (!$event) { return; } const item:any = $event.item; } /** * Vue声明周期(处理组件的输入属性) * * @memberof MainBase */ public created(): void { this.afterCreated(); } /** * 执行created后的逻辑 * * @memberof MainBase */ public afterCreated(){ if(this.isautoload){ this.autoLoad({srfkey:this.context.microcomponent}); } if (this.viewState) { this.viewStateEvent = this.viewState.subscribe(({ tag, action, data }) => { if (!Object.is(tag, this.name)) { return; } if (Object.is('autoload', action)) { this.autoLoad(data); } if (Object.is('load', action)) { this.load(data); } if (Object.is('loaddraft', action)) { this.loadDraft(data); } if (Object.is('save', action)) { this.save(data,data.showResultInfo); } if (Object.is('remove', action)) { this.remove(data); } if (Object.is('saveandexit', action)) { this.saveAndExit(data); } if (Object.is('saveandnew', action)) { this.saveAndNew(data); } if (Object.is('removeandexit', action)) { this.removeAndExit(data); } if (Object.is('refresh', action)) { this.refresh(data); } if (Object.is('panelaction', action)) { this.panelAction(data.action,data.emitAction,data.data); } }); } this.dataChangEvent = this.dataChang .pipe( debounceTime(300), distinctUntilChanged() ).subscribe((data: any) => { if (this.autosave) { this.autoSave(); } const state = !Object.is(JSON.stringify(this.oldData), JSON.stringify(this.data)) ? true : false; this.$store.commit('viewaction/setViewDataChange', { viewtag: this.viewtag, viewdatachange: state }); }); } /** * vue 生命周期 * * @memberof MainBase */ public destroyed() { this.afterDestroy(); } /** * 执行destroyed后的逻辑 * * @memberof MainBase */ public afterDestroy() { if (this.viewStateEvent) { this.viewStateEvent.unsubscribe(); } if (this.dataChangEvent) { this.dataChangEvent.unsubscribe(); } if(this.appStateEvent){ this.appStateEvent.unsubscribe(); } } /** *打印 *@memberof @memberof MainBase */ public print(){ let _this:any = this; _this.$print({id:'microcomponent_main',popTitle:'主编辑表单'}); } /** * 部件刷新 * * @param {any} args * @memberof MainBase */ public refresh(args?: any): void { let arg: any = {}; Object.assign(arg,args?args[0]:{}); if (this.data.srfkey && !Object.is(this.data.srfkey, '')) { Object.assign(arg, { srfkey: this.data.srfkey }); this.load(arg); return; } if (this.data.srfkeys && !Object.is(this.data.srfkeys, '')) { Object.assign(arg, { srfkey: this.data.srfkeys }); this.load(arg); return; } } /** * 自动加载 * * @param {*} [arg={}] * @returns {void} * @memberof MainBase */ public autoLoad(arg: any = {}): void { if (arg.srfkey && !Object.is(arg.srfkey, '')) { Object.assign(arg, { srfkey: arg.srfkey }); this.load(arg); return; } if (arg.srfkeys && !Object.is(arg.srfkeys, '')) { Object.assign(arg, { srfkey: arg.srfkeys }); this.load(arg); return; } this.loadDraft(arg); } /** * 加载 * * @public * @param {*} [opt={}] * @memberof MainBase */ public async load(opt: any = {}): Promise<any> { if(!this.loadAction){ this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'microComponentEditView' + (this.$t('app.formpage.notconfig.loadaction') as string) }); return; } const arg: any = { ...opt }; let viewparamResult:any = Object.assign(arg, this.viewparams); const tempContext = Util.deepCopy(this.context); if (!(await this.handleCtrlEvents('onbeforeload', { context: tempContext, viewparams: viewparamResult, data: arg }))) { return; } const response: any = await this.service.get(this.loadAction, tempContext, { viewparams: viewparamResult }, this.showBusyIndicator); try { if (response && response.status === 200) { if (!(await this.handleCtrlEvents('onloadsuccess', { data: response.data }))) { return; } const data = response.data; // 拷贝模式下主信息属性拼接 '-副本' if (this.viewparams && (this.viewparams.copymode === true || this.viewparams.copymode === 'true')) { data['srfmajortext'] = data['srfmajortext'] + '-副本'; data['microcomponentname'] = data['microcomponentname'] + '-副本'; } this.onFormLoad(data,'load'); this.$emit('load', data); this.$nextTick(() => { this.formState.next({ type: 'load', data: data }); }); } else { if (!(await this.handleCtrlEvents('onloaderror', { data: response.data }))) { return; } } return response; } catch (response: any) { if (!(await this.handleCtrlEvents('onloaderror', { context: tempContext, viewparams: viewparamResult, data: response && response.data ? response.data : arg }))) { return; } if (response && response.status && response.data) { this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: response.data.message }); return; } this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: (this.$t('app.commonWords.sysException') as string) }); } } /** * 加载草稿 * * @param {*} [opt={}] * @memberof MainBase */ public async loadDraft(opt: any = {}): Promise<any> { if (!this.loaddraftAction) { this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'microComponentEditView' + (this.$t('app.formpage.notconfig.loaddraftaction') as string) }); return; } const arg: any = { ...opt } ; let viewparamResult:any = Object.assign(arg, this.viewparams); try { if (!(await this.handleCtrlEvents('onbeforeloaddraft', { data: arg }))) { return; } const response: any = await this.service.loadDraft(this.loaddraftAction,JSON.parse(JSON.stringify(this.context)),{viewparams:viewparamResult}, this.showBusyIndicator); if (!response.status || response.status !== 200) { if (!(await this.handleCtrlEvents('onloaddrafterror', { data: response.data ? response.data : arg }))) { return; } if (response.data) { this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: response.data.message }); } return; } if (!(await this.handleCtrlEvents('onloaddraftsuccess', { data: response.data }))) { return; } const data = response.data; this.resetDraftFormStates(); this.onFormLoad(data,'loadDraft'); data.microcomponent = null; this.$emit('load', data); this.$nextTick(() => { this.formState.next({ type: 'load', data: data }); }); setTimeout(() => { const form: any = this.$refs.form; if (form) { form.fields.forEach((field: any) => { field.validateMessage = ""; field.validateState = ""; field.validateStatus = false; }); } }); return response; } catch (response: any) { if (!(await this.handleCtrlEvents('onloaddrafterror', { data: response.data ? response.data : arg }))) { return; } if (response && response.status && response.data) { this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: response.data.message }); return response; } this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: (this.$t('app.commonWords.sysException') as string) }); } } /** * 自动保存 * * @param {*} [opt={}] * @memberof MainBase */ public autoSave(opt: any = {}): void { if (!this.formValidateStatus()) { return; } const arg: any = { ...opt }; const data = this.getValues(); Object.assign(arg, data); Object.assign(arg,{srfmajortext:data[this.majorMessageField]}); const action: any = Object.is(data.srfuf, '1') ? this.updateAction : this.createAction; if(!action){ let actionName:any = Object.is(data.srfuf, '1')?"updateAction":"createAction"; this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'microComponentEditView' + (this.$t('app.formpage.notconfig.actionname') as string) }); return; } Object.assign(arg,{viewparams:this.viewparams}); const post: Promise<any> = this.service.add(action, JSON.parse(JSON.stringify(this.context)),arg, this.showBusyIndicator); post.then((response: any) => { if (!response.status || response.status !== 200) { if (response.data) { this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: response.data.message }); } return; } const data = response.data; this.onFormLoad(data,'autoSave'); this.$emit('save', data); AppCenterService.notifyMessage({name:"MicroComponent",action:'appRefresh',data:data}); this.$nextTick(() => { this.formState.next({ type: 'save', data: data }); }); }).catch((response: any) => { if (response && response.status && response.data) { if (response.data.errorKey) { if(Object.is(response.data.errorKey, "versionCheck")) { this.$Modal.confirm({ title: (this.$t('app.formpage.saveerror') as string), content: (this.$t('app.formpage.savecontent') as string), onOk: () => { this.refresh([]); }, onCancel: () => { } }); } else if(Object.is(response.data.errorKey, 'DupCheck')) { let errorProp: string = response.data.message.match(/\[[a-zA-Z]*\]/)[0]; let name: string = this.service.getNameByProp(errorProp.substr(1, errorProp.length-2)); if(name) { this.$Notice.error({ title: (this.$t('app.commonWords.createFailed') as string), desc: this.detailsModel[name].caption + " : " + arg[name] + (this.$t('app.commonWords.isExist') as string) + '!', }); } else { this.$Notice.error({ title: (this.$t('app.commonWords.createFailed') as string), desc: response.data.message?response.data.message:(this.$t('app.commonWords.sysException') as string), }) } }else if(Object.is(response.data.errorKey, 'DuplicateKeyException')){ this.$Notice.error({ title: (this.$t('app.commonWords.createFailed') as string), desc: this.detailsModel[this.formKeyItemName].caption + " : " + arg[this.formKeyItemName] + (this.$t('app.commonWords.isExist') as string) + '!', }); } else { this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: response.data.message?response.data.message:(this.$t('app.commonWords.sysException') as string) }); } } else { this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: response.data.message?response.data.message:(this.$t('app.commonWords.sysException') as string) }); } return; } else { this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: (this.$t('app.commonWords.sysException') as string) }); } }); } /** * 保存 * * @param {*} [opt={}] * @param {boolean} [showResultInfo] * @param {boolean} [ifStateNext] formState是否下发通知 * @returns {Promise<any>} * @memberof MainBase */ public save(opt: any = {}, showResultInfo?: boolean, ifStateNext: boolean = true): Promise<any> { return new Promise((resolve: any, reject: any) => { showResultInfo = showResultInfo === undefined ? true : false; if (!this.formValidateStatus()) { if(this.errorMessages && this.errorMessages.length > 0) { let descMessage: string = ''; this.errorMessages.forEach((message: any) => { descMessage = descMessage + '<p>' + message.error + '<p>'; }) this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: descMessage }); } else { this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: (this.$t('app.formpage.valuecheckex') as string) }); } return; } const arg: any = { ...opt }; const data = this.getValues(); Object.assign(arg, this.context); Object.assign(arg, data); Object.assign(arg,{srfmajortext:data[this.majorMessageField]}); if (ifStateNext) { this.drcounter = 0; if(this.drcounter !== 0){ this.drsaveopt = opt; this.formState.next({ type: 'beforesave', data: arg });//先通知关系界面保存 this.saveState = resolve; return; } } if(this.viewparams && this.viewparams.copymode){ data.srfuf = '0'; } const action: any = Object.is(data.srfuf, '1') ? this.updateAction : this.createAction; if(!action){ let actionName:any = Object.is(data.srfuf, '1')?"updateAction":"createAction"; this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'microComponentEditView' + (this.$t('app.formpage.notconfig.actionname') as string) }); return; } Object.assign(arg, { viewparams: this.viewparams }); this.handleCtrlEvents('onbeforesave', { data: arg }).then((beforeSaveResult: boolean) => { if (!beforeSaveResult) { return; } const post: Promise<any> = Object.is(data.srfuf, '1') ? this.service.update(action, JSON.parse(JSON.stringify(this.context)), arg, this.showBusyIndicator):this.service.add(action,JSON.parse(JSON.stringify(this.context)),arg, this.showBusyIndicator); post.then((response: any) => { if (!response.status || response.status !== 200) { this.handleCtrlEvents('onsaverror', { data: response && response.data ? response.data : arg }).then((saveErrorResult: boolean) => { // 保存失败处理 }) if (response.data) { this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: response.data.message }); } return; } this.handleCtrlEvents('onsavesuccess', { data: response.data }).then((saveSuccessResult: boolean) => { if (!saveSuccessResult) { return; } this.viewparams.copymode = false; const data = response.data; this.onFormLoad(data,'save'); this.$emit('save', data); AppCenterService.notifyMessage({name:"MicroComponent",action:'appRefresh',data:data}); this.$nextTick(() => { this.formState.next({ type: 'save', data: data }); }); if (showResultInfo) { this.$Notice.success({ title: '', desc: (data.srfmajortext ? data.srfmajortext : '') + ' '+ (this.$t('app.formpage.savesuccess') as string) }); } resolve(response); }) }).catch((response: any) => { this.handleCtrlEvents('onsaveerror', { data: response && response.data ? response.data : {} }).then((saveErrorResult: boolean) => { if (!saveErrorResult) { return; } if (response && response.status && response.data) { if (response.data.errorKey) { if(Object.is(response.data.errorKey, "versionCheck")) { this.$Modal.confirm({ title: (this.$t('app.formpage.saveerror') as string), content: (this.$t('app.formpage.savecontent') as string), onOk: () => { this.refresh([]); }, onCancel: () => { } }); } else if(Object.is(response.data.errorKey, 'DupCheck')) { let errorProp: string = response.data.message.match(/\[[a-zA-Z]*\]/)[0]; let name: string = this.service.getNameByProp(errorProp.substr(1, errorProp.length-2)); if(name) { this.$Notice.error({ title: (this.$t('app.commonWords.createFailed') as string), desc: this.detailsModel[name].caption + " : " + arg[name] + (this.$t('app.commonWords.isExist') as string) + '!', }); } else { this.$Notice.error({ title: (this.$t('app.commonWords.createFailed') as string), desc: response.data.message, }) } } else { this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: response.data.message }); } } else { this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: response.data.message }); reject(response); } return; } else { this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: (this.$t('app.commonWords.sysException') as string) }); reject(response); } reject(response); }) }); }) }) } /** * 保存草稿 * * @param {*} [opt={}] * @param {boolean} [showResultInfo] * @param {boolean} [ifStateNext] formState是否下发通知 * @returns {Promise<any>} * @memberof MainBase */ public saveDraft(opt: any = {}, showResultInfo?: boolean, ifStateNext: boolean = true): Promise<any> { return new Promise((resolve: any, reject: any) => { showResultInfo = showResultInfo === undefined ? true : false; const arg: any = { ...opt }; const data = this.getValues(); Object.assign(arg, this.context); Object.assign(arg, data); Object.assign(arg, { srfmajortext:data[this.majorMessageField] }); if(this.viewparams && this.viewparams.copymode){ data.srfuf = '0'; } const action: any = 'SaveDraft' Object.assign(arg, { viewparams: this.viewparams }); this.handleCtrlEvents('onbeforesave', { data: arg }).then((beforeSaveResult: boolean) => { if (!beforeSaveResult) { return; } const post: Promise<any> = this.service.update(action, JSON.parse(JSON.stringify(this.context)), arg, this.showBusyIndicator); post.then((response: any) => { if (!response.status || response.status !== 200) { this.handleCtrlEvents('onsaverror', { data: response && response.data ? response.data : arg }).then((saveErrorResult: boolean) => { // 保存失败处理 }) if (response.data) { this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: response.data.message }); } return; } this.handleCtrlEvents('onsavesuccess', { data: response.data }).then((saveSuccessResult: boolean) => { if (!saveSuccessResult) { return; } this.viewparams.copymode = false; const data = response.data; this.onFormLoad(data,'save'); this.$emit('save', data); AppCenterService.notifyMessage({name:"MicroComponent",action:'appRefresh',data:data}); this.$nextTick(() => { this.formState.next({ type: 'save', data: data }); }); if (showResultInfo) { this.$Notice.success({ title: '', desc: (data.srfmajortext ? data.srfmajortext : '') + ' '+ (this.$t('app.formpage.savesuccess') as string) }); } resolve(response); }) }).catch((response: any) => { this.handleCtrlEvents('onsaveerror', { data: response && response.data ? response.data : {} }).then((saveErrorResult: boolean) => { if (!saveErrorResult) { return; } if (response && response.status && response.data) { if (response.data.errorKey) { if(Object.is(response.data.errorKey, "versionCheck")) { this.$Modal.confirm({ title: (this.$t('app.formpage.saveerror') as string), content: (this.$t('app.formpage.savecontent') as string), onOk: () => { this.refresh([]); }, onCancel: () => { } }); } else if(Object.is(response.data.errorKey, 'DupCheck')) { let errorProp: string = response.data.message.match(/\[[a-zA-Z]*\]/)[0]; let name: string = this.service.getNameByProp(errorProp.substr(1, errorProp.length-2)); if(name) { this.$Notice.error({ title: (this.$t('app.commonWords.createFailed') as string), desc: this.detailsModel[name].caption + " : " + arg[name] + (this.$t('app.commonWords.isExist') as string) + '!', }); } else { this.$Notice.error({ title: (this.$t('app.commonWords.createFailed') as string), desc: response.data.message, }) } } else { this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: response.data.message }); } } else { this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: response.data.message }); reject(response); } return; } else { this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: (this.$t('app.commonWords.sysException') as string) }); reject(response); } reject(response); }) }); }) }) } /** * 删除 * * @public * @param {*} [opt={}] * @memberof MainBase */ public remove(opt:Array<any> = [],showResultInfo?: boolean): Promise<any> { return new Promise((resolve: any, reject: any) => { if(!this.removeAction){ this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'microComponentEditView' + (this.$t('app.formpage.notconfig.removeaction') as string) }); return; } const arg: any = opt[0]; const _this: any = this; Object.assign(arg, { viewparams: this.viewparams }); this.handleCtrlEvents('onbeforeremove', { data: arg }).then((beforeRemoveResult: boolean) => { if (!beforeRemoveResult) { return; } this.service.delete(_this.removeAction, JSON.parse(JSON.stringify(this.context)), arg, showResultInfo).then((response: any) => { if (response && response.status === 200) { this.handleCtrlEvents('onremovesuccess', { data: response.data }).then((removeSuccessResult: boolean) => { const data = response.data; this.$emit('remove',data); this.formState.next({ type: 'remove', data: data }); this.data.ismodify = false; this.$Notice.success({ title: '', desc: (data.srfmajortext ? data.srfmajortext : '') + ' ' + (this.$t('app.formpage.deletesuccess') as string) }); AppCenterService.notifyMessage({name:"MicroComponent",action:'appRefresh',data:data}); resolve(response); }) } else { this.handleCtrlEvents('onremoveerror', { data: response && response.data ? response.data : arg }); } }).catch((error: any) => { this.handleCtrlEvents('onremoveerror', { data: error && error.data ? error.data : arg }).then((removeErrorResult) => { if (!removeErrorResult) { const { data: _data } = error; this.$Notice.error({ title: _data.title, desc: _data.message }); reject(error); } }) }); }) }); } /** * 工作流启动 * * @param {*} [data={}] * @param {*} [localdata={}] * @returns {Promise<any>} * @memberof MainBase */ public async wfstart(data: any,localdata?:any): Promise<any> { return new Promise((resolve: any, reject: any) => { const _this: any = this; const copyData:any = data && Array.isArray(data) ?Util.deepCopy(data)[0]: {}; const formData:any = this.getData(); const post: Promise<any> = Object.is(formData.srfuf, '1')?this.service.update(this.updateAction, JSON.parse(JSON.stringify(this.context)),formData, this.showBusyIndicator,true):this.service.add(this.createAction,JSON.parse(JSON.stringify(this.context)),formData, this.showBusyIndicator,true); post.then((response:any) =>{ const responseData:any = response.data; let tempResponseData:any = Util.deepCopy(response); this.service.handleResponse('save', tempResponseData); const arg:any = tempResponseData.data; // 保存完成UI处理 this.onFormLoad(arg,'save'); this.$emit('save', arg); this.$nextTick(() => { this.formState.next({ type: 'save', data: arg }); }); // 准备提交参数 if(this.viewparams){ let copyViewParams:any = Util.deepCopy(this.viewparams); if(copyViewParams.w){ delete copyViewParams.w; } Object.assign(responseData,copyViewParams); } // 准备工作流操作视图参数 if(copyData && Object.keys(copyData).length >0){ Object.keys(copyData).forEach((key:string) =>{ if(!arg.hasOwnProperty(key) || (arg.hasOwnProperty(key) && (copyData[key] !== null && copyData[key] !== undefined))){ Object.assign(responseData,{[key]:copyData[key]}); } }) } Object.assign(arg,{viewparams:responseData}); // 准备工作流数据,填充未存库数据 Object.assign(arg,copyData); // 强制补充srfwfmemo if(this.srfwfmemo){ Object.assign(arg,{srfwfmemo:this.srfwfmemo}); } const result: Promise<any> = this.service.wfstart(_this.WFStartAction, JSON.parse(JSON.stringify(this.context)),arg, this.showBusyIndicator,localdata); result.then((response: any) => { if (!response || response.status !== 200) { if(response.data){ this.$Notice.error({ title: '', desc: (this.$t('app.formpage.workflow.starterror') as string) + ', ' + response.data.message }); } return; } AppCenterService.notifyMessage({name:"MicroComponent",action:'appRefresh',data:arg}); AppCenterService.notifyMessage({name:"srfwftodo",action:'appRefresh',data:arg}); this.$Notice.info({ title: '', desc: (this.$t('app.formpage.workflow.startsuccess') as string) }); resolve(response); }).catch((response: any) => { if (response && response.status && response.data) { this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: response.data.message }); reject(response); return; } if (!response || !response.status || !response.data) { this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: (this.$t('app.commonWords.sysException') as string) }); reject(response); return; } reject(response); }); }).catch((response: any) => { if (response && response.status && response.data) { this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: response.data.message }); reject(response); return; } if (!response || !response.status || !response.data) { this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: (this.$t('app.commonWords.sysException') as string) }); reject(response); return; } reject(response); }) }); } /** * 工作流提交 * * @param {*} [data={}] * @param {*} [localdata={}] * @returns {Promise<any>} * @memberof MainBase */ public async wfsubmit(data: any,localdata?:any): Promise<any> { return new Promise((resolve: any, reject: any) => { const _this: any = this; const arg: any = data[0]; const copyData:any = Util.deepCopy(arg); Object.assign(arg,{viewparams:this.viewparams}); if (!arg.microcomponent || Object.is(arg.microcomponent, '')) { return; } const post: Promise<any> = Object.is(arg.srfuf, '1')?this.service.update(this.updateAction, JSON.parse(JSON.stringify(this.context)),arg, this.showBusyIndicator,true):this.service.add(this.createAction,JSON.parse(JSON.stringify(this.context)),arg, this.showBusyIndicator,true); post.then((response:any) =>{ const responseData:any = response.data; let tempResponseData:any = Util.deepCopy(response); this.service.handleResponse('save', tempResponseData); const arg:any = tempResponseData.data; // 保存完成UI处理 this.onFormLoad(arg,'save'); this.$emit('save', arg); this.$nextTick(() => { this.formState.next({ type: 'save', data: arg }); }); // 准备工作流数据,填充未存库数据 Object.assign(arg,copyData); // 准备提交参数 if(this.viewparams){ Object.assign(responseData,this.viewparams); } Object.assign(arg,{viewparams:responseData}); // 强制补充srfwfmemo if(this.srfwfmemo){ Object.assign(arg,{srfwfmemo:this.srfwfmemo}); } const result: Promise<any> = this.service.wfsubmit(_this.WFSubmitAction, JSON.parse(JSON.stringify(this.context)),arg, this.showBusyIndicator,localdata); result.then((response: any) => { if (!response || response.status !== 200) { if(response.data){ this.$Notice.error({ title: '', desc: (this.$t('app.formpage.workflow.submiterror') as string) + ', ' + response.data.message }); } return; } AppCenterService.notifyMessage({name:"MicroComponent",action:'appRefresh',data:data}); AppCenterService.notifyMessage({name:"srfwftodo",action:'appRefresh',data:arg}); this.onFormLoad(arg,'submit'); this.$store.dispatch('viewaction/datasaved', { viewtag: this.viewtag }); this.$Notice.info({ title: '', desc: (this.$t('app.formpage.workflow.submitsuccess') as string) }); resolve(response); }).catch((response: any) => { if (response && response.status && response.data) { this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: response.data.message }); reject(response); return; } if (!response || !response.status || !response.data) { this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: (this.$t('app.commonWords.sysException') as string) }); reject(response); return; } reject(response); }); }).catch((response: any) => { if (response && response.status && response.data) { this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: response.data.message }); reject(response); return; } if (!response || !response.status || !response.data) { this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: (this.$t('app.commonWords.sysException') as string) }); reject(response); return; } reject(response); }) }) } /** * 面板行为 * * @param {string} [action] 调用的实体行为 * @param {string} [emitAction] 抛出行为 * @param {*} [data={}] 传入数据 * @param {boolean} [showloading] 是否显示加载状态 * * @memberof MainBase */ public panelAction(action:string,emitAction:string,data:any ={},showloading?:boolean):void{ if (!action || (action && Object.is(action, ''))) { return; } const arg: any = { ...data }; const formdata = this.getValues(); Object.assign(arg, formdata); Object.assign(arg,this.viewparams); const post: Promise<any> = this.service.frontLogic(action,JSON.parse(JSON.stringify(this.context)),arg, showloading); post.then((response: any) => { if (!response.status || response.status !== 200) { if (response.data) { this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: response.data.message }); } return; } const data = response.data; this.onFormLoad(data,emitAction); this.$emit(emitAction, data); this.$nextTick(() => { this.formState.next({ type: emitAction, data: data }); }); }).catch((response: any) => { if (response && response.status && response.data) { this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: response.data.message }); return; } if (!response || !response.status || !response.data) { this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: (this.$t('app.commonWords.sysException') as string) }); return; } }); } /** * 表单项更新 * * @param {string} mode 界面行为名称 * @param {*} [data={}] 请求数据 * @param {string[]} updateDetails 更新项 * @param {boolean} [showloading] 是否显示加载状态 * @returns {void} * @memberof MainBase */ public updateFormItems(mode: string, data: any = {}, updateDetails: string[], showloading?: boolean): void { if (!mode || (mode && Object.is(mode, ''))) { return; } const arg: any = { ...data }; Object.assign(arg,this.viewparams); const post: Promise<any> = this.service.frontLogic(mode,JSON.parse(JSON.stringify(this.context)),arg, showloading); post.then((response: any) => { if (!response || response.status !== 200) { this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: (this.$t('app.formpage.updateerror') as string) }); return; } const data = response.data; const _data: any = {}; updateDetails.forEach((name: string) => { if (!data.hasOwnProperty(name)) { return; } Object.assign(_data, { [name]: data[name] }); }); this.setFormEnableCond(_data); this.fillForm(_data,'updateFormItem'); this.formLogic({ name: '', newVal: null, oldVal: null }); this.dataChang.next(JSON.stringify(this.data)); AppCenterService.notifyMessage({name:"MicroComponent",action:'appRefresh',data:data}); this.$nextTick(() => { this.formState.next({ type: 'updateformitem', ufimode: arg.srfufimode, data: _data }); }); }).catch((response: any) => { if (response && response.status && response.data) { this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: response.data.message }); return; } if (!response || !response.status || !response.data) { this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: (this.$t('app.commonWords.sysException') as string) }); return; } }); } /** * 回车事件 * * @param {*} $event * @memberof MainBase */ public onEnter($event: any): void { } /** * 保存并退出 * * @param {any[]} args * @memberof MainBase */ public saveAndExit(data:any[]):Promise<any>{ let _this = this; return new Promise((resolve: any, reject: any) =>{ let arg: any = {}; if(data && data.length > 0){ Object.assign(arg,data[0]); } _this.currentAction = "saveAndExit"; _this.save([arg]).then((res) =>{ if(res){ _this.closeView(res.data); } resolve(res); }).catch((error) =>{ reject(error); }) }) } /** * 保存并新建 * * @param {any[]} args * @memberof MainBase */ public saveAndNew(data:any[]):Promise<any>{ let _this = this; return new Promise((resolve: any, reject: any) =>{ let arg: any = {}; if(data && data.length > 0){ Object.assign(arg,data[0]); } _this.currentAction = "saveAndNew"; _this.save([arg]).then((res) =>{ _this.ResetData(res); _this.loadDraft({}); }).catch((error) =>{ reject(error); }) }) } /** * 删除并退出 * * @param {any[]} args * @memberof MainBase */ public removeAndExit(data:any[]):Promise<any>{ let _this = this; return new Promise((resolve: any, reject: any) =>{ let arg: any = {}; if(data && data.length > 0){ Object.assign(arg,data[0]); } _this.remove([arg]).then((res) =>{ if(res){ _this.closeView(res.data); } resolve(res); }).catch((error) =>{ reject(error); }) }) } /** * 关系界面数据保存完成 * * @param {any} $event * @memberof MainBase */ public drdatasaved($event:any){ let _this = this; this.drcounter--; if(this.drcounter === 0){ this.save(this.drsaveopt, undefined, false).then((res) =>{ this.saveState(res); this.drsaveopt = {}; if(Object.is(_this.currentAction, "saveAndNew")){ _this.ResetData(res); _this.loadDraft({}); }else if(Object.is(_this.currentAction, "saveAndExit")){ if(res){ _this.closeView(res.data); } } }); } } /** * 新建默认值 * @memberof MainBase */ public createDefault(){ } /** * 更新默认值 * @memberof MainBase */ public updateDefault(){ } /** * 面板数据变化处理事件 * @param {any} item 当前列数据 * @param {any} $event 面板事件数据 * * @memberof MainBase */ public onPanelDataChange(item:any,$event:any) { Object.assign(item, $event, {rowDataState:'update'}); } } </script> <style lang='scss'> @import './main-form.scss'; </style>