提交 3ff1d886 编写于 作者: ibizdev's avatar ibizdev

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

上级 da8fc3d6
<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 } ;
......
......@@ -11,7 +11,7 @@ export default class Usr2Model {
* 获取数据项集合
*
* @returns {any[]}
* @memberof Usr2Dataviewexpbar_dataviewMode
* @memberof Usr2DataViewMode
*/
public getDataItems(): any[] {
return [
......@@ -43,6 +43,17 @@ export default class Usr2Model {
dataType: 'FONTKEY',
},
{
name: 'n_ibizbookname_like',
prop: 'n_ibizbookname_like',
dataType: 'QUERYPARAM'
},
{
name: 'n_price_gtandeq',
prop: 'n_price_gtandeq',
dataType: 'QUERYPARAM'
},
{
name:'size',
......
......@@ -5,6 +5,9 @@
"getPSDEDataQueryCodeExps" : [ {
"expression" : "t1.`BIGINTARRAY`",
"name" : "BIGINTARRAY"
}, {
"expression" : "t1.`BIGINTARRAY2`",
"name" : "BIGINTARRAY2"
}, {
"expression" : "t1.`CREATEDATE`",
"name" : "CREATEDATE"
......@@ -14,9 +17,15 @@
}, {
"expression" : "t1.`DECIMALARRAY`",
"name" : "DECIMALARRAY"
}, {
"expression" : "t1.`DECIMALARRAY2`",
"name" : "DECIMALARRAY2"
}, {
"expression" : "t1.`FLOATARRAY`",
"name" : "FLOATARRAY"
}, {
"expression" : "t1.`FLOATARRAY2`",
"name" : "FLOATARRAY2"
}, {
"expression" : "t1.`IBIZSAMPLE0022ID`",
"name" : "IBIZSAMPLE0022ID"
......@@ -26,9 +35,15 @@
}, {
"expression" : "t1.`INTARRAY`",
"name" : "INTARRAY"
}, {
"expression" : "t1.`INTARRAY2`",
"name" : "INTARRAY2"
}, {
"expression" : "t1.`TEXTARRAY`",
"name" : "TEXTARRAY"
}, {
"expression" : "t1.`TEXTARRAY2`",
"name" : "TEXTARRAY2"
}, {
"expression" : "t1.`UPDATEDATE`",
"name" : "UPDATEDATE"
......@@ -36,7 +51,7 @@
"expression" : "t1.`UPDATEMAN`",
"name" : "UPDATEMAN"
} ],
"queryCode" : "SELECT\nt1.`BIGINTARRAY`,\nt1.`CREATEDATE`,\nt1.`CREATEMAN`,\nt1.`DECIMALARRAY`,\nt1.`FLOATARRAY`,\nt1.`IBIZSAMPLE0022ID`,\nt1.`IBIZSAMPLE0022NAME`,\nt1.`INTARRAY`,\nt1.`TEXTARRAY`,\nt1.`UPDATEDATE`,\nt1.`UPDATEMAN`\nFROM `T_IBIZSAMPLE0022` t1 \n",
"queryCode" : "SELECT\nt1.`BIGINTARRAY`,\nt1.`BIGINTARRAY2`,\nt1.`CREATEDATE`,\nt1.`CREATEMAN`,\nt1.`DECIMALARRAY`,\nt1.`DECIMALARRAY2`,\nt1.`FLOATARRAY`,\nt1.`FLOATARRAY2`,\nt1.`IBIZSAMPLE0022ID`,\nt1.`IBIZSAMPLE0022NAME`,\nt1.`INTARRAY`,\nt1.`INTARRAY2`,\nt1.`TEXTARRAY`,\nt1.`TEXTARRAY2`,\nt1.`UPDATEDATE`,\nt1.`UPDATEMAN`\nFROM `T_IBIZSAMPLE0022` t1 \n",
"rTMOSFilePath" : "psmodules/Sample/psdataentities/IBIZSAMPLE0022/psdedataqueries/VIEW/psdedqcodes/MYSQL5",
"id" : "PSMODULES/Sample/PSDATAENTITIES/IBIZSample0022/PSDEDATAQUERIES/View/PSDEDQCODES/MYSQL5.json"
}
\ No newline at end of file
......@@ -12,18 +12,6 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK.json"
},
"getPSDETreeColumns" : [ {
"caption" : "作者",
"codeName" : "author",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "author",
"mOSFilePath" : "psdetreecols/author",
"name" : "author",
"rTMOSFilePath" : "psdetreecols/author",
"width" : 200,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "归还日期",
"codeName" : "returntime",
"columnType" : "DEFGRIDCOLUMN",
......@@ -35,18 +23,6 @@
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "图书名称",
"codeName" : "ibizbookname",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "ibizbookname",
"mOSFilePath" : "psdetreecols/ibizbookname",
"name" : "ibizbookname",
"rTMOSFilePath" : "psdetreecols/ibizbookname",
"width" : 200,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "出版社",
"codeName" : "press",
......@@ -59,6 +35,18 @@
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "作者",
"codeName" : "author",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "author",
"mOSFilePath" : "psdetreecols/author",
"name" : "author",
"rTMOSFilePath" : "psdetreecols/author",
"width" : 200,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "借出日期",
"codeName" : "lendouttime",
......@@ -71,6 +59,18 @@
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "图书名称",
"codeName" : "ibizbookname",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "ibizbookname",
"mOSFilePath" : "psdetreecols/ibizbookname",
"name" : "ibizbookname",
"rTMOSFilePath" : "psdetreecols/ibizbookname",
"width" : 200,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
} ],
"getPSDETreeNodeRSs" : [ {
"getChildPSDETreeNode" : {
......
......@@ -31,18 +31,6 @@
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "图书名称",
"codeName" : "ibizbookname",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "ibizbookname",
"mOSFilePath" : "psdetreecols/ibizbookname",
"name" : "ibizbookname",
"rTMOSFilePath" : "psdetreecols/ibizbookname",
"width" : 50,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "图书描述",
"codeName" : "subtext",
......@@ -55,6 +43,18 @@
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "图书名称",
"codeName" : "ibizbookname",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "ibizbookname",
"mOSFilePath" : "psdetreecols/ibizbookname",
"name" : "ibizbookname",
"rTMOSFilePath" : "psdetreecols/ibizbookname",
"width" : 50,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
} ],
"getPSDETreeNodeRSs" : [ {
"getChildPSDETreeNode" : {
......
......@@ -46,18 +46,6 @@
"id" : "GANTT"
},
"getPSDETreeColumns" : [ {
"caption" : "作者",
"codeName" : "author",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "author",
"mOSFilePath" : "psdetreecols/author",
"name" : "author",
"rTMOSFilePath" : "psdetreecols/author",
"width" : 200,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "归还日期",
"codeName" : "returntime",
"columnType" : "DEFGRIDCOLUMN",
......@@ -69,18 +57,6 @@
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "图书名称",
"codeName" : "ibizbookname",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "ibizbookname",
"mOSFilePath" : "psdetreecols/ibizbookname",
"name" : "ibizbookname",
"rTMOSFilePath" : "psdetreecols/ibizbookname",
"width" : 200,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "出版社",
"codeName" : "press",
......@@ -93,6 +69,18 @@
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "作者",
"codeName" : "author",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "author",
"mOSFilePath" : "psdetreecols/author",
"name" : "author",
"rTMOSFilePath" : "psdetreecols/author",
"width" : 200,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "借出日期",
"codeName" : "lendouttime",
......@@ -105,6 +93,18 @@
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "图书名称",
"codeName" : "ibizbookname",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "ibizbookname",
"mOSFilePath" : "psdetreecols/ibizbookname",
"name" : "ibizbookname",
"rTMOSFilePath" : "psdetreecols/ibizbookname",
"width" : 200,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
} ],
"getPSDETreeNodeRSs" : [ {
"getChildPSDETreeNode" : {
......
......@@ -111,18 +111,6 @@
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "图书名称",
"codeName" : "ibizbookname",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "ibizbookname",
"mOSFilePath" : "psdetreecols/ibizbookname",
"name" : "ibizbookname",
"rTMOSFilePath" : "psdetreecols/ibizbookname",
"width" : 50,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "图书描述",
"codeName" : "subtext",
......@@ -135,6 +123,18 @@
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "图书名称",
"codeName" : "ibizbookname",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "ibizbookname",
"mOSFilePath" : "psdetreecols/ibizbookname",
"name" : "ibizbookname",
"rTMOSFilePath" : "psdetreecols/ibizbookname",
"width" : 50,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
} ],
"getPSDETreeNodeRSs" : [ {
"getChildPSDETreeNode" : {
......
......@@ -12948,6 +12948,81 @@
"enableModify" : true,
"keyField" : false,
"majorField" : false
}, {
"codeName" : "BigintArray2",
"codeName2" : "BigintArray2",
"logicName" : "大整形数组2",
"mOSFilePath" : "pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0022/psdeserviceapifields/BigintArray2",
"name" : "BIGINTARRAY2",
"orderValue" : 1000,
"rTMOSFilePath" : "pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0022/psdeserviceapifields/BigintArray2",
"stdDataType" : 21,
"stringLength" : 1000,
"allowEmpty" : true,
"enableCreate" : true,
"enableModify" : true,
"keyField" : false,
"majorField" : false
}, {
"codeName" : "DecimalArray2",
"codeName2" : "DecimalArray2",
"logicName" : "数值数组2",
"mOSFilePath" : "pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0022/psdeserviceapifields/DecimalArray2",
"name" : "DECIMALARRAY2",
"orderValue" : 1000,
"rTMOSFilePath" : "pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0022/psdeserviceapifields/DecimalArray2",
"stdDataType" : 21,
"stringLength" : 1000,
"allowEmpty" : true,
"enableCreate" : true,
"enableModify" : true,
"keyField" : false,
"majorField" : false
}, {
"codeName" : "FloatArray2",
"codeName2" : "FloatArray2",
"logicName" : "浮点数组2",
"mOSFilePath" : "pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0022/psdeserviceapifields/FloatArray2",
"name" : "FLOATARRAY2",
"orderValue" : 1000,
"rTMOSFilePath" : "pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0022/psdeserviceapifields/FloatArray2",
"stdDataType" : 21,
"stringLength" : 1000,
"allowEmpty" : true,
"enableCreate" : true,
"enableModify" : true,
"keyField" : false,
"majorField" : false
}, {
"codeName" : "IntArray2",
"codeName2" : "IntArray2",
"logicName" : "整形数组2",
"mOSFilePath" : "pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0022/psdeserviceapifields/IntArray2",
"name" : "INTARRAY2",
"orderValue" : 1000,
"rTMOSFilePath" : "pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0022/psdeserviceapifields/IntArray2",
"stdDataType" : 21,
"stringLength" : 1000,
"allowEmpty" : true,
"enableCreate" : true,
"enableModify" : true,
"keyField" : false,
"majorField" : false
}, {
"codeName" : "TextArray2",
"codeName2" : "TextArray2",
"logicName" : "文本数组2",
"mOSFilePath" : "pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0022/psdeserviceapifields/TextArray2",
"name" : "TEXTARRAY2",
"orderValue" : 1000,
"rTMOSFilePath" : "pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0022/psdeserviceapifields/TextArray2",
"stdDataType" : 21,
"stringLength" : 1000,
"allowEmpty" : true,
"enableCreate" : true,
"enableModify" : true,
"keyField" : false,
"majorField" : false
} ],
"getPSDEServiceAPIMethods" : [ {
"dataAccessAction" : "CREATE",
......
......@@ -1200,7 +1200,7 @@
<!--输出实体[IBIZSAMPLE0022]数据结构 -->
<changeSet author="a_LAB01_df847bdfd" id="tab-ibizsample0022-16-40">
<changeSet author="a_LAB01_df847bdfd" id="tab-ibizsample0022-17-40">
<createTable tableName="T_IBIZSAMPLE0022">
<column name="IBIZSAMPLE0022NAME" remarks="" type="VARCHAR(200)">
</column>
......@@ -1225,6 +1225,16 @@
</column>
<column name="DECIMALARRAY" remarks="" type="VARCHAR(1000)">
</column>
<column name="BIGINTARRAY2" remarks="" type="TEXT(1000)">
</column>
<column name="DECIMALARRAY2" remarks="" type="TEXT(1000)">
</column>
<column name="FLOATARRAY2" remarks="" type="TEXT(1000)">
</column>
<column name="INTARRAY2" remarks="" type="TEXT(1000)">
</column>
<column name="TEXTARRAY2" remarks="" type="TEXT(1000)">
</column>
</createTable>
</changeSet>
......
......@@ -8382,6 +8382,76 @@
"key_field":0,
"show_order":1000,
"major_field":0
},
{
"fieldname":"BIGINTARRAY2" ,
"codename":"BigintArray2",
"field_logic_name":"大整形数组2",
"entity_name":"IBIZSAMPLE0022",
"field_type":"BIGINTARRAY2",
"nullable":1,
"physical_field":1,
"data_type":"TEXT",
"data_length":1000,
"key_field":0,
"show_order":1000,
"major_field":0
},
{
"fieldname":"DECIMALARRAY2" ,
"codename":"DecimalArray2",
"field_logic_name":"数值数组2",
"entity_name":"IBIZSAMPLE0022",
"field_type":"DECIMALARRAY2",
"nullable":1,
"physical_field":1,
"data_type":"TEXT",
"data_length":1000,
"key_field":0,
"show_order":1000,
"major_field":0
},
{
"fieldname":"FLOATARRAY2" ,
"codename":"FloatArray2",
"field_logic_name":"浮点数组2",
"entity_name":"IBIZSAMPLE0022",
"field_type":"FLOATARRAY2",
"nullable":1,
"physical_field":1,
"data_type":"TEXT",
"data_length":1000,
"key_field":0,
"show_order":1000,
"major_field":0
},
{
"fieldname":"INTARRAY2" ,
"codename":"IntArray2",
"field_logic_name":"整形数组2",
"entity_name":"IBIZSAMPLE0022",
"field_type":"INTARRAY2",
"nullable":1,
"physical_field":1,
"data_type":"TEXT",
"data_length":1000,
"key_field":0,
"show_order":1000,
"major_field":0
},
{
"fieldname":"TEXTARRAY2" ,
"codename":"TextArray2",
"field_logic_name":"文本数组2",
"entity_name":"IBIZSAMPLE0022",
"field_type":"TEXTARRAY2",
"nullable":1,
"physical_field":1,
"data_type":"TEXT",
"data_length":1000,
"key_field":0,
"show_order":1000,
"major_field":0
}
],
"subEntitys":[
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册