提交 5d701bb1 编写于 作者: ibizdev's avatar ibizdev

zhouweidong 发布系统代码 [ibz-dst,应用]

上级 31e9b0bf
...@@ -386,7 +386,7 @@ export default class MetaModelGridViewBase extends Vue { ...@@ -386,7 +386,7 @@ export default class MetaModelGridViewBase extends Vue {
public toolBarModels: any = { public toolBarModels: any = {
tbitem1_import: { name: 'tbitem1_import', actiontarget: 'NONE', caption: '模型导入', disabled: false, type: 'DEUIACTION', visabled: true,noprivdisplaymode:2,dataaccaction: '', uiaction: { tag: 'import', target: 'NONE' } }, tbitem1_import: { name: 'tbitem1_import', actiontarget: 'NONE', caption: '模型导入', disabled: false, type: 'DEUIACTION', visabled: true,noprivdisplaymode:2,dataaccaction: '', uiaction: { tag: 'import', target: 'NONE' } },
tbitem1_export: { name: 'tbitem1_export', actiontarget: 'NONE', caption: '模型导出', disabled: false, type: 'DEUIACTION', visabled: true,noprivdisplaymode:2,dataaccaction: '', uiaction: { tag: 'export', target: 'MULTIKEY' } }, tbitem1_export: { name: 'tbitem1_export', actiontarget: 'NONE', caption: '模型导出', disabled: false, type: 'DEUIACTION', visabled: true,noprivdisplaymode:2,dataaccaction: '', uiaction: { tag: 'export', target: 'SINGLEKEY' } },
tbitem2: { name: 'tbitem2', type: 'SEPERATOR', visabled: true, dataaccaction: '', uiaction: { } }, tbitem2: { name: 'tbitem2', type: 'SEPERATOR', visabled: true, dataaccaction: '', uiaction: { } },
tbitem3: { name: 'tbitem3', actiontarget: 'NONE', caption: '新建', disabled: false, type: 'DEUIACTION', visabled: true,noprivdisplaymode:2,dataaccaction: '', uiaction: { tag: 'New', target: '' } }, tbitem3: { name: 'tbitem3', actiontarget: 'NONE', caption: '新建', disabled: false, type: 'DEUIACTION', visabled: true,noprivdisplaymode:2,dataaccaction: '', uiaction: { tag: 'New', target: '' } },
......
...@@ -194,7 +194,7 @@ export default class MetaModelUIServiceBase extends UIService { ...@@ -194,7 +194,7 @@ export default class MetaModelUIServiceBase extends UIService {
let parentViewParam:any = {}; let parentViewParam:any = {};
const _this: any = actionContext; const _this: any = actionContext;
const _args: any[] = Util.deepCopy(args); const _args: any[] = Util.deepCopy(args);
const actionTarget: string | null = 'MULTIKEY'; const actionTarget: string | null = 'SINGLEKEY';
Object.assign(context, { metamodel: '%metamodel%' }); Object.assign(context, { metamodel: '%metamodel%' });
Object.assign(params, { id: '%metamodel%' }); Object.assign(params, { id: '%metamodel%' });
Object.assign(params, { name: '%name%' }); Object.assign(params, { name: '%name%' });
...@@ -234,7 +234,7 @@ export default class MetaModelUIServiceBase extends UIService { ...@@ -234,7 +234,7 @@ export default class MetaModelUIServiceBase extends UIService {
} }
const backend = () => { const backend = () => {
const curService:MetaModelService = new MetaModelService(); const curService:MetaModelService = new MetaModelService();
curService.ExportFileBatch(context,data, true).then((response: any) => { curService.ExportFile(context,data, true).then((response: any) => {
if (!response || response.status !== 200) { if (!response || response.status !== 200) {
actionContext.$Notice.error({ title: '错误', desc: response.message }); actionContext.$Notice.error({ title: '错误', desc: response.message });
return; return;
......
...@@ -328,7 +328,7 @@ ...@@ -328,7 +328,7 @@
<!--输出实体[META_MODEL]数据结构 --> <!--输出实体[META_MODEL]数据结构 -->
<changeSet author="root" id="tab-meta_model-64-12"> <changeSet author="root" id="tab-meta_model-65-12">
<createTable tableName="IBZMODEL"> <createTable tableName="IBZMODEL">
<column name="MODELID" remarks="" type="VARCHAR(100)"> <column name="MODELID" remarks="" type="VARCHAR(100)">
<constraints primaryKey="true" primaryKeyName="PK_META_MODEL_MODELID"/> <constraints primaryKey="true" primaryKeyName="PK_META_MODEL_MODELID"/>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册