提交 41cf149d 编写于 作者: ibizdev's avatar ibizdev

tony001 发布系统代码 [后台服务,演示应用]

上级 00bafc55
......@@ -492,9 +492,8 @@ function getLocaleResourceBase(){
memo: commonLogic.appcommonhandle("备注",null),
formitem: commonLogic.appcommonhandle("文件上传",null),
formitem1: commonLogic.appcommonhandle("安永多选",null),
formitem2: commonLogic.appcommonhandle("多选值项",null),
pickervalue: commonLogic.appcommonhandle("多选值项",null),
ibizcustomerid: commonLogic.appcommonhandle("客户标识",null),
formitem2: commonLogic.appcommonhandle("",null),
ibizorderid: commonLogic.appcommonhandle("订单标识",null),
},
uiactions: {
......
......@@ -492,9 +492,8 @@ function getLocaleResourceBase(){
memo: commonLogic.appcommonhandle("备注",null),
formitem: commonLogic.appcommonhandle("文件上传",null),
formitem1: commonLogic.appcommonhandle("安永多选",null),
formitem2: commonLogic.appcommonhandle("多选值项",null),
pickervalue: commonLogic.appcommonhandle("多选值项",null),
ibizcustomerid: commonLogic.appcommonhandle("客户标识",null),
formitem2: commonLogic.appcommonhandle("",null),
ibizorderid: commonLogic.appcommonhandle("订单标识",null),
},
uiactions: {
......
......@@ -492,9 +492,8 @@ function getLocaleResourceBase(){
memo: commonLogic.appcommonhandle("备注",null),
formitem: commonLogic.appcommonhandle("文件上传",null),
formitem1: commonLogic.appcommonhandle("安永多选",null),
formitem2: commonLogic.appcommonhandle("多选值项",null),
pickervalue: commonLogic.appcommonhandle("多选值项",null),
ibizcustomerid: commonLogic.appcommonhandle("客户标识",null),
formitem2: commonLogic.appcommonhandle("",null),
ibizorderid: commonLogic.appcommonhandle("订单标识",null),
},
uiactions: {
......
......@@ -72,6 +72,11 @@ export default class LnternalFuncListModel {
prop: 'n_ibizbookname_like',
dataType: 'QUERYPARAM'
},
{
name: 'n_price_gtandeq',
prop: 'n_price_gtandeq',
dataType: 'QUERYPARAM'
},
{
name:'size',
......
<template>
<i-form :model="this.data" class='app-search-form' ref='searchform' style="">
<i-form :model="this.data" class='app-search-form' ref='quicksearchform' style="">
<input style="display:none;"/>
<row>
<i-col span="20" class="form-content">
......@@ -516,7 +516,7 @@ export default class QUICKSEARCHFORMBase extends Vue implements ControlInterface
* @memberof QUICKSEARCHFORMBase
*/
public formValidateStatus(): boolean {
const form: any = this.$refs.searchform;
const form: any = this.$refs.quicksearchform;
let validatestate: boolean = true;
form.validate((valid: boolean) => {
validatestate = valid ? true : false;
......@@ -670,7 +670,7 @@ export default class QUICKSEARCHFORMBase extends Vue implements ControlInterface
*/
public load(opt: any = {}): void {
if(!this.loadAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsrListView_plugin' + (this.$t('app.searchForm.notConfig.loadAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKCalendarView' + (this.$t('app.searchForm.notConfig.loadAction') as string) });
return;
}
const arg: any = { ...opt };
......@@ -706,7 +706,7 @@ export default class QUICKSEARCHFORMBase extends Vue implements ControlInterface
*/
public async loadDraft(opt: any = {},mode?:string): Promise<any> {
if(!this.loaddraftAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsrListView_plugin' + (this.$t('app.searchForm.notConfig.loaddraftAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKCalendarView' + (this.$t('app.searchForm.notConfig.loaddraftAction') as string) });
return;
}
const arg: any = { ...opt } ;
......
......@@ -933,7 +933,7 @@ export default class MainBase extends Vue implements ControlInterface {
if (!this.fetchAction) {
this.$Notice.error({
title: this.$t("app.commonWords.wrong") as string,
desc: "IBIZOrderDetailGridView9" + (this.$t("app.gridpage.notConfig.fetchAction") as string),
desc: "IBIZOrderDetailSGridView9" + (this.$t("app.gridpage.notConfig.fetchAction") as string),
});
return;
}
......@@ -1073,7 +1073,7 @@ export default class MainBase extends Vue implements ControlInterface {
if (!this.removeAction) {
this.$Notice.error({
title: (this.$t('app.commonWords.wrong') as string),
desc: 'IBIZOrderDetailGridView9' + (this.$t('app.gridpage.notConfig.removeAction') as string)
desc: 'IBIZOrderDetailSGridView9' + (this.$t('app.gridpage.notConfig.removeAction') as string)
});
return;
}
......@@ -1187,7 +1187,7 @@ export default class MainBase extends Vue implements ControlInterface {
*/
public addBatch(arg: any = {}): void {
if(!this.fetchAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZOrderDetailGridView9'+(this.$t('app.gridpage.notConfig.fetchAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZOrderDetailSGridView9'+(this.$t('app.gridpage.notConfig.fetchAction') as string) });
return;
}
if(!arg){
......@@ -2082,7 +2082,7 @@ export default class MainBase extends Vue implements ControlInterface {
try {
if (Object.is(item.rowDataState, 'create')) {
if (!this.createAction) {
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZOrderDetailGridView9'+(this.$t('app.gridpage.notConfig.createAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZOrderDetailSGridView9'+(this.$t('app.gridpage.notConfig.createAction') as string) });
} else {
Object.assign(item, { viewparams: this.viewparams });
const tempContext = Util.deepCopy(this.context);
......@@ -2091,7 +2091,7 @@ export default class MainBase extends Vue implements ControlInterface {
}
}else if (Object.is(item.rowDataState, 'update')){
if (!this.updateAction) {
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZOrderDetailGridView9'+(this.$t('app.gridpage.notConfig.updateAction') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZOrderDetailSGridView9'+(this.$t('app.gridpage.notConfig.updateAction') as string) });
} else {
Object.assign(item, { viewparams: this.viewparams });
const tempContext = Util.deepCopy(this.context);
......@@ -2167,7 +2167,7 @@ export default class MainBase extends Vue implements ControlInterface {
if(!this.loaddraftAction){
this.$Notice.error({
title: (this.$t('app.commonWords.wrong') as string),
desc: 'IBIZOrderDetailGridView9' + (this.$t('app.gridpage.notConfig.loaddraftAction') as string)
desc: 'IBIZOrderDetailSGridView9' + (this.$t('app.gridpage.notConfig.loaddraftAction') as string)
});
return;
}
......
......@@ -208,7 +208,7 @@
:localContext ='{ }'
:localParam ='{ }'
:service="service"
valueitem=' formitem2'
valueitem='pickervalue'
:acParams="{ }"
:pickupView="{ viewname: 'ibizorder-pickup-view', title: $t('entities.ibizorder.views.pickupview.title'), deResParameters: [], parameters: [{ pathName: 'ibizorders', parameterName: 'ibizorder' }, { pathName: 'pickupview', parameterName: 'pickupview' } ], placement:'' }"
@formitemvaluechange="onFormItemValueChange"
......@@ -218,10 +218,10 @@
</app-form-item>
</i-col>
<i-col v-show="detailsModel.formitem2.visible" :style="{}" :lg="{ span: 24, offset: 0 }">
<app-form-item name='formitem2' :itemRules="this.rules().formitem2" class='' :caption="$t('entities.ibizorder.main_form.details.formitem2')" uiStyle="DEFAULT" :labelWidth="130" :isShowCaption="true" :error="detailsModel.formitem2.error" :isEmptyCaption="false" labelPos="LEFT">
<i-col v-show="detailsModel.pickervalue.visible" :style="{}" :lg="{ span: 24, offset: 0 }">
<app-form-item name='pickervalue' :itemRules="this.rules().pickervalue" class='' :caption="$t('entities.ibizorder.main_form.details.pickervalue')" uiStyle="DEFAULT" :labelWidth="130" :isShowCaption="true" :error="detailsModel.pickervalue.error" :isEmptyCaption="false" labelPos="LEFT">
<app-span name='formitem2' :value="data.formitem2" :data="data" :context="context" :viewparams="viewparams" :localContext ='{ }' :localParam ='{ }' style="">
<app-span name='pickervalue' :value="data.pickervalue" :data="data" :context="context" :viewparams="viewparams" :localContext ='{ }' :localParam ='{ }' style="">
</app-span>
</app-form-item>
......@@ -733,9 +733,8 @@ export default class MainBase extends Vue implements ControlInterface {
memo: null,
formitem: null,
formitem1: null,
formitem2: null,
pickervalue: null,
ibizcustomerid: null,
formitem2: null,
ibizorderid: null,
ibizorder:null,
};
......@@ -840,9 +839,9 @@ export default class MainBase extends Vue implements ControlInterface {
{ required: this.detailsModel.formitem1.required, type: 'string', message: '安永多选 值不能为空', trigger: 'change' },
{ required: this.detailsModel.formitem1.required, type: 'string', message: '安永多选 值不能为空', trigger: 'blur' },
],
formitem2: [
{ required: this.detailsModel.formitem2.required, type: 'string', message: '多选值项 值不能为空', trigger: 'change' },
{ required: this.detailsModel.formitem2.required, type: 'string', message: '多选值项 值不能为空', trigger: 'blur' },
pickervalue: [
{ required: this.detailsModel.pickervalue.required, type: 'string', message: '多选值项 值不能为空', trigger: 'change' },
{ required: this.detailsModel.pickervalue.required, type: 'string', message: '多选值项 值不能为空', trigger: 'blur' },
],
}
}
......@@ -1007,11 +1006,9 @@ export default class MainBase extends Vue implements ControlInterface {
,
formitem1: new FormItemModel({ caption: '安永多选', detailType: 'FORMITEM', name: 'formitem1', visible: true, isShowCaption: true, form: this, isControlledContent: false , required:false, disabled: false, enableCond: 3 })
,
formitem2: new FormItemModel({ caption: '多选值项', detailType: 'FORMITEM', name: 'formitem2', visible: true, isShowCaption: true, form: this, isControlledContent: false , required:false, disabled: false, enableCond: 3 })
pickervalue: new FormItemModel({ caption: '多选值项', detailType: 'FORMITEM', name: 'pickervalue', visible: true, isShowCaption: true, form: this, isControlledContent: false , required:false, disabled: false, enableCond: 3 })
,
ibizcustomerid: new FormItemModel({ caption: '客户标识', detailType: 'FORMITEM', name: 'ibizcustomerid', visible: true, isShowCaption: true, form: this, isControlledContent: false , required:false, disabled: false, enableCond: 3 })
,
formitem2: new FormItemModel({ caption: '', detailType: 'FORMITEM', name: ' formitem2', visible: true, isShowCaption: true, form: this, isControlledContent: false , required:false, disabled: false, enableCond: 3 })
,
ibizorderid: new FormItemModel({ caption: '订单标识', detailType: 'FORMITEM', name: 'ibizorderid', visible: true, isShowCaption: true, form: this, isControlledContent: false , required:false, disabled: false, enableCond: 3 })
,
......@@ -1282,15 +1279,15 @@ export default class MainBase extends Vue implements ControlInterface {
}
/**
* 监控表单属性 formitem2
* 监控表单属性 pickervalue
*
* @param {*} newVal
* @param {*} oldVal
* @memberof MainBase
*/
@Watch('data.formitem2')
onFormitem2Change(newVal: any, oldVal: any) {
this.formDataChange({ name: 'formitem2', newVal: newVal, oldVal: oldVal });
@Watch('data.pickervalue')
onPickervalueChange(newVal: any, oldVal: any) {
this.formDataChange({ name: 'pickervalue', newVal: newVal, oldVal: oldVal });
}
/**
......@@ -1305,18 +1302,6 @@ export default class MainBase extends Vue implements ControlInterface {
this.formDataChange({ name: 'ibizcustomerid', newVal: newVal, oldVal: oldVal });
}
/**
* 监控表单属性 formitem2 值
*
* @param {*} newVal
* @param {*} oldVal
* @memberof MainBase
*/
@Watch('data. formitem2')
on formitem2Change(newVal: any, oldVal: any) {
this.formDataChange({ name: ' formitem2', newVal: newVal, oldVal: oldVal });
}
/**
* 监控表单属性 ibizorderid 值
*
......@@ -1412,7 +1397,6 @@ export default class MainBase extends Vue implements ControlInterface {
}
......
......@@ -124,7 +124,7 @@ export default class MainModel {
dataType:'FORMITEM',
},
{
name: 'formitem2',
name: 'pickervalue',
dataType:'FORMITEM',
},
{
......@@ -132,9 +132,6 @@ export default class MainModel {
prop: 'ibizcustomerid',
dataType: 'PICKUP',
},
{
name: ' formitem2',
},
{
name: 'ibizorderid',
prop: 'ibizorderid',
......
......@@ -173,7 +173,7 @@
"id" : "formitem1",
"dataType" : 25
}, {
"id" : "formitem2",
"id" : "pickervalue",
"dataType" : 25
}, {
"id" : "ibizcustomerid",
......@@ -183,10 +183,6 @@
"name" : "IBIZCUSTOMERID",
"codeName" : "IBIZCustomerId"
}
}, {
"id" : " formitem2",
"hidden" : true,
"dataType" : 25
}, {
"id" : "ibizorderid",
"hidden" : true,
......@@ -790,7 +786,7 @@
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderPickupView.json",
"viewType" : "DEPICKUPVIEW"
},
"valueItemName" : " formitem2",
"valueItemName" : "pickervalue",
"enableAC" : true,
"enablePickupView" : true,
"forceSelection" : true,
......@@ -802,12 +798,12 @@
"layout" : "TABLE_24COL"
},
"rTMOSFilePath" : "psdeformdetail_formitems/formitem1",
"valueItemName" : " formitem2",
"valueItemName" : "pickervalue",
"allowEmpty" : true,
"showCaption" : true
}, {
"caption" : "多选值项",
"codeName" : "formitem2",
"codeName" : "pickervalue",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
......@@ -815,19 +811,19 @@
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"mOSFilePath" : "psdeformdetail_formitems/formitem2",
"name" : "formitem2",
"mOSFilePath" : "psdeformdetail_formitems/pickervalue",
"name" : "pickervalue",
"noPrivDisplayMode" : 1,
"getPSEditor" : {
"editorType" : "SPAN",
"name" : "formitem2",
"name" : "pickervalue",
"enableLinkView" : false
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"rTMOSFilePath" : "psdeformdetail_formitems/formitem2",
"rTMOSFilePath" : "psdeformdetail_formitems/pickervalue",
"allowEmpty" : true,
"showCaption" : true
} ],
......
......@@ -1155,7 +1155,7 @@
"id" : "formitem1",
"dataType" : 25
}, {
"id" : "formitem2",
"id" : "pickervalue",
"dataType" : 25
}, {
"id" : "ibizcustomerid",
......@@ -1165,10 +1165,6 @@
"name" : "IBIZCUSTOMERID",
"codeName" : "IBIZCustomerId"
}
}, {
"id" : " formitem2",
"hidden" : true,
"dataType" : 25
}, {
"id" : "ibizorderid",
"hidden" : true,
......@@ -1772,7 +1768,7 @@
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderPickupView.json",
"viewType" : "DEPICKUPVIEW"
},
"valueItemName" : " formitem2",
"valueItemName" : "pickervalue",
"enableAC" : true,
"enablePickupView" : true,
"forceSelection" : true,
......@@ -1784,12 +1780,12 @@
"layout" : "TABLE_24COL"
},
"rTMOSFilePath" : "psdeformdetail_formitems/formitem1",
"valueItemName" : " formitem2",
"valueItemName" : "pickervalue",
"allowEmpty" : true,
"showCaption" : true
}, {
"caption" : "多选值项",
"codeName" : "formitem2",
"codeName" : "pickervalue",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
......@@ -1797,19 +1793,19 @@
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"mOSFilePath" : "psdeformdetail_formitems/formitem2",
"name" : "formitem2",
"mOSFilePath" : "psdeformdetail_formitems/pickervalue",
"name" : "pickervalue",
"noPrivDisplayMode" : 1,
"getPSEditor" : {
"editorType" : "SPAN",
"name" : "formitem2",
"name" : "pickervalue",
"enableLinkView" : false
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"rTMOSFilePath" : "psdeformdetail_formitems/formitem2",
"rTMOSFilePath" : "psdeformdetail_formitems/pickervalue",
"allowEmpty" : true,
"showCaption" : true
} ],
......
......@@ -1604,7 +1604,7 @@
"id" : "formitem1",
"dataType" : 25
}, {
"id" : "formitem2",
"id" : "pickervalue",
"dataType" : 25
}, {
"id" : "ibizcustomerid",
......@@ -1614,10 +1614,6 @@
"name" : "IBIZCUSTOMERID",
"codeName" : "IBIZCustomerId"
}
}, {
"id" : " formitem2",
"hidden" : true,
"dataType" : 25
}, {
"id" : "ibizorderid",
"hidden" : true,
......@@ -2221,7 +2217,7 @@
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderPickupView.json",
"viewType" : "DEPICKUPVIEW"
},
"valueItemName" : " formitem2",
"valueItemName" : "pickervalue",
"enableAC" : true,
"enablePickupView" : true,
"forceSelection" : true,
......@@ -2233,12 +2229,12 @@
"layout" : "TABLE_24COL"
},
"rTMOSFilePath" : "psdeformdetail_formitems/formitem1",
"valueItemName" : " formitem2",
"valueItemName" : "pickervalue",
"allowEmpty" : true,
"showCaption" : true
}, {
"caption" : "多选值项",
"codeName" : "formitem2",
"codeName" : "pickervalue",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
......@@ -2246,19 +2242,19 @@
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"mOSFilePath" : "psdeformdetail_formitems/formitem2",
"name" : "formitem2",
"mOSFilePath" : "psdeformdetail_formitems/pickervalue",
"name" : "pickervalue",
"noPrivDisplayMode" : 1,
"getPSEditor" : {
"editorType" : "SPAN",
"name" : "formitem2",
"name" : "pickervalue",
"enableLinkView" : false
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"rTMOSFilePath" : "psdeformdetail_formitems/formitem2",
"rTMOSFilePath" : "psdeformdetail_formitems/pickervalue",
"allowEmpty" : true,
"showCaption" : true
} ],
......
......@@ -748,7 +748,7 @@
"id" : "formitem1",
"dataType" : 25
}, {
"id" : "formitem2",
"id" : "pickervalue",
"dataType" : 25
}, {
"id" : "ibizcustomerid",
......@@ -758,10 +758,6 @@
"name" : "IBIZCUSTOMERID",
"codeName" : "IBIZCustomerId"
}
}, {
"id" : " formitem2",
"hidden" : true,
"dataType" : 25
}, {
"id" : "ibizorderid",
"hidden" : true,
......@@ -1365,7 +1361,7 @@
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderPickupView.json",
"viewType" : "DEPICKUPVIEW"
},
"valueItemName" : " formitem2",
"valueItemName" : "pickervalue",
"enableAC" : true,
"enablePickupView" : true,
"forceSelection" : true,
......@@ -1377,12 +1373,12 @@
"layout" : "TABLE_24COL"
},
"rTMOSFilePath" : "psdeformdetail_formitems/formitem1",
"valueItemName" : " formitem2",
"valueItemName" : "pickervalue",
"allowEmpty" : true,
"showCaption" : true
}, {
"caption" : "多选值项",
"codeName" : "formitem2",
"codeName" : "pickervalue",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
......@@ -1390,19 +1386,19 @@
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"mOSFilePath" : "psdeformdetail_formitems/formitem2",
"name" : "formitem2",
"mOSFilePath" : "psdeformdetail_formitems/pickervalue",
"name" : "pickervalue",
"noPrivDisplayMode" : 1,
"getPSEditor" : {
"editorType" : "SPAN",
"name" : "formitem2",
"name" : "pickervalue",
"enableLinkView" : false
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"rTMOSFilePath" : "psdeformdetail_formitems/formitem2",
"rTMOSFilePath" : "psdeformdetail_formitems/pickervalue",
"allowEmpty" : true,
"showCaption" : true
} ],
......
......@@ -283,7 +283,7 @@
"id" : "formitem1",
"dataType" : 25
}, {
"id" : "formitem2",
"id" : "pickervalue",
"dataType" : 25
}, {
"id" : "ibizcustomerid",
......@@ -293,10 +293,6 @@
"name" : "IBIZCUSTOMERID",
"codeName" : "IBIZCustomerId"
}
}, {
"id" : " formitem2",
"hidden" : true,
"dataType" : 25
}, {
"id" : "ibizorderid",
"hidden" : true,
......@@ -900,7 +896,7 @@
"path" : "PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderPickupView.json",
"viewType" : "DEPICKUPVIEW"
},
"valueItemName" : " formitem2",
"valueItemName" : "pickervalue",
"enableAC" : true,
"enablePickupView" : true,
"forceSelection" : true,
......@@ -912,12 +908,12 @@
"layout" : "TABLE_24COL"
},
"rTMOSFilePath" : "psdeformdetail_formitems/formitem1",
"valueItemName" : " formitem2",
"valueItemName" : "pickervalue",
"allowEmpty" : true,
"showCaption" : true
}, {
"caption" : "多选值项",
"codeName" : "formitem2",
"codeName" : "pickervalue",
"dataType" : 25,
"detailStyle" : "DEFAULT",
"detailType" : "FORMITEM",
......@@ -925,19 +921,19 @@
"ignoreInput" : 0,
"labelPos" : "LEFT",
"labelWidth" : 130,
"mOSFilePath" : "psdeformdetail_formitems/formitem2",
"name" : "formitem2",
"mOSFilePath" : "psdeformdetail_formitems/pickervalue",
"name" : "pickervalue",
"noPrivDisplayMode" : 1,
"getPSEditor" : {
"editorType" : "SPAN",
"name" : "formitem2",
"name" : "pickervalue",
"enableLinkView" : false
},
"getPSLayoutPos" : {
"colMD" : 24,
"layout" : "TABLE_24COL"
},
"rTMOSFilePath" : "psdeformdetail_formitems/formitem2",
"rTMOSFilePath" : "psdeformdetail_formitems/pickervalue",
"allowEmpty" : true,
"showCaption" : true
} ],
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册