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
0eb366df
Commit
0eb366df
authored
Jan 21, 2022
by
fengjiansheng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat(@gms/gms-plugin-billexpand): 增加单据状态引用公式
parent
d5d8caf5
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
31 additions
and
0 deletions
+31
-0
emcon.js
develop/@gms/gms-plugin-billexpand/src/emcon.js
+16
-0
UpdateBillReferenceRelationshipFunction.js
...nd/src/formula/UpdateBillReferenceRelationshipFunction.js
+13
-0
mcon.js
develop/@gms/gms-plugin-billexpand/src/mcon.js
+2
-0
No files found.
develop/@gms/gms-plugin-billexpand/src/emcon.js
View file @
0eb366df
...
...
@@ -3689,6 +3689,22 @@ export default {
"extends"
:
{
"info"
:
{
"param"
:
[],
"name"
:
"UpdateBillReferenceRelationshipFunction"
,
"description"
:
"修改单据引用状态 e.g. "
,
"title"
:
"修改单据引用状态"
,
"return"
:
1
}
},
"description"
:
""
,
"title"
:
"修改单据引用状态"
,
"value"
:
"UpdateBillReferenceRelationshipFunction"
},
{
"discard"
:
false
,
"path"
:
"通用"
,
"extends"
:
{
"info"
:
{
"param"
:
[],
"name"
:
"ClearImageInfoRefState"
,
"description"
:
"清空票据引用状态 e.g. ClearImageInfoRefState('BXMXZB')"
,
"title"
:
"清空票据引用状态"
,
...
...
develop/@gms/gms-plugin-billexpand/src/formula/UpdateBillReferenceRelationshipFunction.js
0 → 100644
View file @
0eb366df
/**
* UpdateBillReferenceRelationshipFunction
* 修改单据引用状态
* @author fengjiansheng
* @date 2022-01-21
*/
export
default
{
execute
:
function
()
{
},
getResultType
:
function
(){
return
FMR
.
ConstDataTypes
.
General
;
}
}
develop/@gms/gms-plugin-billexpand/src/mcon.js
View file @
0eb366df
...
...
@@ -167,6 +167,7 @@ import GetSubTableRows from "@/formula/GetSubTableRows"
import
SubTableJointString
from
"@/formula/SubTableJointString"
import
LoginUserIsContianRole
from
"@/formula/SubTableJointString"
import
SubTableSetBaseData
from
"@/formula/SubTableSetBaseData"
import
UpdateBillReferenceRelationshipFunction
from
"./formula/UpdateBillReferenceRelationshipFunction"
;
export
default
{
actions
:
{
updateFieldAction
,
...
...
@@ -336,6 +337,7 @@ export default {
EqualsString
,
UpdatePaymentState
,
UpdateImageInfoRefState
,
UpdateBillReferenceRelationshipFunction
,
ClearImageInfoRefState
,
CheckReferenceRelation
},
...
...
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