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

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

上级 e6ef7b25
...@@ -1036,8 +1036,8 @@ function getLocaleResourceBase(){ ...@@ -1036,8 +1036,8 @@ function getLocaleResourceBase(){
tip: commonLogic.appcommonhandle("单数据主键保存",null), tip: commonLogic.appcommonhandle("单数据主键保存",null),
}, },
tbitem1_mulupdate: { tbitem1_mulupdate: {
caption: commonLogic.appcommonhandle("批量修改",null), caption: commonLogic.appcommonhandle("多项数据主键保存",null),
tip: commonLogic.appcommonhandle("批量修改",null), tip: commonLogic.appcommonhandle("多项数据主键保存",null),
}, },
tbitem16: { tbitem16: {
caption: commonLogic.appcommonhandle("其它",null), caption: commonLogic.appcommonhandle("其它",null),
......
...@@ -1036,8 +1036,8 @@ function getLocaleResourceBase(){ ...@@ -1036,8 +1036,8 @@ function getLocaleResourceBase(){
tip: commonLogic.appcommonhandle("单数据主键保存",null), tip: commonLogic.appcommonhandle("单数据主键保存",null),
}, },
tbitem1_mulupdate: { tbitem1_mulupdate: {
caption: commonLogic.appcommonhandle("批量修改",null), caption: commonLogic.appcommonhandle("多项数据主键保存",null),
tip: commonLogic.appcommonhandle("批量修改",null), tip: commonLogic.appcommonhandle("多项数据主键保存",null),
}, },
tbitem16: { tbitem16: {
caption: commonLogic.appcommonhandle("其它",null), caption: commonLogic.appcommonhandle("其它",null),
......
...@@ -342,7 +342,7 @@ export default class IBIZOrderSF6GridViewBase extends Vue { ...@@ -342,7 +342,7 @@ export default class IBIZOrderSF6GridViewBase extends Vue {
tbitem1_buiaction1: { name: 'tbitem1_buiaction1', actiontarget: 'NONE', caption: '单数据主键保存', disabled: false, type: 'DEUIACTION', visabled: true,noprivdisplaymode:2,dataaccaction: '', uiaction: { tag: 'BUIAction1', target: 'SINGLEKEY' } }, tbitem1_buiaction1: { name: 'tbitem1_buiaction1', actiontarget: 'NONE', caption: '单数据主键保存', disabled: false, type: 'DEUIACTION', visabled: true,noprivdisplaymode:2,dataaccaction: '', uiaction: { tag: 'BUIAction1', target: 'SINGLEKEY' } },
tbitem1_mulupdate: { name: 'tbitem1_mulupdate', actiontarget: 'NONE', caption: '批量修改', disabled: false, type: 'DEUIACTION', visabled: true,noprivdisplaymode:2,dataaccaction: '', uiaction: { tag: 'mulUpdate', target: 'MULTIKEY' } }, tbitem1_mulupdate: { name: 'tbitem1_mulupdate', actiontarget: 'NONE', caption: '多项数据主键保存', disabled: false, type: 'DEUIACTION', visabled: true,noprivdisplaymode:2,dataaccaction: '', uiaction: { tag: 'mulUpdate', target: 'MULTIKEY' } },
tbitem16: { name: 'tbitem16', caption: '其它', disabled: false, type: 'ITEMS', visabled: true, dataaccaction: '', uiaction: { } }, tbitem16: { name: 'tbitem16', caption: '其它', disabled: false, type: 'ITEMS', visabled: true, dataaccaction: '', uiaction: { } },
tbitem21: { name: 'tbitem21', actiontarget: 'NONE', caption: '导出数据模型', disabled: false, type: 'DEUIACTION', visabled: true,noprivdisplaymode:2,dataaccaction: '', uiaction: { tag: 'ExportModel', target: '' } }, tbitem21: { name: 'tbitem21', actiontarget: 'NONE', caption: '导出数据模型', disabled: false, type: 'DEUIACTION', visabled: true,noprivdisplaymode:2,dataaccaction: '', uiaction: { tag: 'ExportModel', target: '' } },
......
...@@ -328,7 +328,7 @@ export default class IBIZOrderUIServiceBase extends UIService { ...@@ -328,7 +328,7 @@ export default class IBIZOrderUIServiceBase extends UIService {
} }
/** /**
* 批量修改 * 多项数据主键保存
* *
* @param {any[]} args 当前数据 * @param {any[]} args 当前数据
* @param {any} context 行为附加上下文 * @param {any} context 行为附加上下文
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册