Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
rbc-demo
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
王衍超
rbc-demo
Commits
4e025f02
Commit
4e025f02
authored
Feb 28, 2022
by
Joey
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat(@gms/gms-plugin-billexpand): 页签标题支持配置
parent
e8effeaf
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
39 additions
and
9 deletions
+39
-9
emcon.js
develop/@gms/gms-plugin-billexpand/src/emcon.js
+34
-4
createBill.js
...gms/gms-plugin-billexpand/src/query-actions/createBill.js
+1
-1
editBill.js
.../@gms/gms-plugin-billexpand/src/query-actions/editBill.js
+1
-1
examineAction.js
.../gms-plugin-billexpand/src/query-actions/examineAction.js
+1
-1
goToDetail.js
...gms/gms-plugin-billexpand/src/query-actions/goToDetail.js
+1
-1
seeDetailAction.js
...ms-plugin-billexpand/src/query-actions/seeDetailAction.js
+1
-1
No files found.
develop/@gms/gms-plugin-billexpand/src/emcon.js
View file @
4e025f02
...
...
@@ -731,7 +731,13 @@ export default {
"type"
:
"field"
,
"title"
:
"单据id"
,
"key"
:
"billId"
}
},
{
"isRequired"
:
true
,
"type"
:
"string"
,
"title"
:
"页签名称"
,
"key"
:
"displayName"
},
]
},
"description"
:
"指定跳转页面,配置单据id,通过在当前页签打开形式进行跳转"
,
...
...
@@ -764,6 +770,12 @@ export default {
"title"
:
"隐藏工具栏"
,
"key"
:
"hideButton"
},
{
"isRequired"
:
true
,
"type"
:
"string"
,
"title"
:
"页签名称"
,
"key"
:
"displayName"
},
]
},
"description"
:
"指定跳转页面,配置单据id和单据类型,通过在当前页签打开形式进行跳转"
,
...
...
@@ -896,7 +908,13 @@ export default {
"type"
:
"metaData"
,
"title"
:
"跳转页面"
,
"key"
:
"viewName"
}
},
{
"isRequired"
:
true
,
"type"
:
"string"
,
"title"
:
"页签名称"
,
"key"
:
"displayName"
},
],
"paramHandler"
:
"function (val){if(val && Object.prototype.toString.call(val) === '[object Array]'){return{'viewName':val[0]}}}"
},
...
...
@@ -942,7 +960,13 @@ export default {
"type"
:
"field"
,
"title"
:
"单据id"
,
"key"
:
"billId"
}
},
{
"isRequired"
:
true
,
"type"
:
"string"
,
"title"
:
"页签名称"
,
"key"
:
"displayName"
},
]
},
"description"
:
"指定跳转页面,配置单据id,通过打开新页签形式进行跳转"
,
...
...
@@ -974,7 +998,13 @@ export default {
"type"
:
"field"
,
"title"
:
"字段taskId"
,
"key"
:
"taskId"
}
},
{
"isRequired"
:
true
,
"type"
:
"string"
,
"title"
:
"页签名称"
,
"key"
:
"displayName"
},
]
},
"description"
:
"配置单据id和需审批的taskId,通过打开新页签形式进行跳转,该审批页面是列表唯一指定"
,
...
...
develop/@gms/gms-plugin-billexpand/src/query-actions/createBill.js
View file @
4e025f02
...
...
@@ -29,7 +29,7 @@ export default {
},
{
openWay
:
"FUNCTAB"
,
title
:
"创建单据"
,
title
:
param
.
displayName
||
"创建单据"
,
}
);
}
else
{
...
...
develop/@gms/gms-plugin-billexpand/src/query-actions/editBill.js
View file @
4e025f02
...
...
@@ -27,7 +27,7 @@ export default {
},
{
openWay
:
"FUNCTAB"
,
title
:
"编辑单据"
,
title
:
param
.
displayName
||
"编辑单据"
,
}
);
}
else
{
...
...
develop/@gms/gms-plugin-billexpand/src/query-actions/examineAction.js
View file @
4e025f02
...
...
@@ -30,7 +30,7 @@ export default {
},
{
openWay
:
"FUNCTAB"
,
title
:
"单据审批"
,
title
:
param
.
displayName
||
"单据审批"
,
}
);
}
else
{
...
...
develop/@gms/gms-plugin-billexpand/src/query-actions/goToDetail.js
View file @
4e025f02
...
...
@@ -29,7 +29,7 @@ export default {
},
{
openWay
:
"FUNCTAB"
,
title
:
"单据详情"
,
title
:
param
.
displayName
||
"单据详情"
,
}
);
}
else
{
...
...
develop/@gms/gms-plugin-billexpand/src/query-actions/seeDetailAction.js
View file @
4e025f02
...
...
@@ -29,7 +29,7 @@ export default {
},
{
openWay
:
"FUNCTAB"
,
title
:
"单据详情"
,
title
:
param
.
displayName
||
"单据详情"
,
}
);
}
else
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment