提交 1d3ca951 编写于 作者: ibizdev's avatar ibizdev

lab_gzf 发布系统代码

上级 dabf70f4
......@@ -281,6 +281,7 @@ export default {
entitlementname: "权利",
customerid: "客户",
customertype: "客户类型",
description: "说明",
productid: "产品",
incidentid: "案例",
subjectid: "主题",
......
......@@ -280,6 +280,7 @@ export default {
entitlementname: "权利",
customerid: "客户",
customertype: "客户类型",
description: "说明",
productid: "产品",
incidentid: "案例",
subjectid: "主题",
......
......@@ -82,6 +82,7 @@ export class QuickCreateEditFormBase extends EditFormControlBase {
entitlementname: null,
customerid: null,
customertype: null,
description: null,
productid: null,
incidentid: null,
subjectid: null,
......@@ -153,6 +154,8 @@ export class QuickCreateEditFormBase extends EditFormControlBase {
customertype: new FormItemModel({ caption: '客户类型', detailType: 'FORMITEM', name: 'customertype', visible: true, isShowCaption: true, form: this, showMoreMode: 0, disabled: false, enableCond: 3 }),
description: new FormItemModel({ caption: '说明', detailType: 'FORMITEM', name: 'description', visible: true, isShowCaption: true, form: this, showMoreMode: 0, disabled: false, enableCond: 3 }),
productid: new FormItemModel({ caption: '产品', detailType: 'FORMITEM', name: 'productid', visible: true, isShowCaption: true, form: this, showMoreMode: 0, disabled: false, enableCond: 3 }),
incidentid: new FormItemModel({ caption: '案例', detailType: 'FORMITEM', name: 'incidentid', visible: true, isShowCaption: true, form: this, showMoreMode: 0, disabled: false, enableCond: 3 }),
......
......@@ -95,6 +95,11 @@ export default class QuickCreateModel {
prop: 'customertype',
dataType: 'TEXT',
},
{
name: 'description',
prop: 'description',
dataType: 'TEXT',
},
{
name: 'productid',
prop: 'productid',
......
......@@ -134,6 +134,13 @@
@formitemvaluechange="onFormItemValueChange($event)">
</app-picker>
</app-form-item>
</i-col>
<i-col v-show="detailsModel.description.visible" :style="{}" :lg="{ span: 24, offset: 0 }">
<app-form-item name='description' :itemRules="this.rules.description" class='' :caption="$t('entities.incident.quickcreate_form.details.description')" uiStyle="DEFAULT" :labelWidth="130" :isShowCaption="true" :error="detailsModel.description.error" :isEmptyCaption="false" labelPos="LEFT">
</app-form-item>
</i-col>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册