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
da8cfeb0
Commit
da8cfeb0
authored
Mar 24, 2022
by
fengjiansheng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat(@gms/gms-plugin-billexpand): 扣减预算服务校验公式
parent
77695a58
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
CheckReduceBudgetAmount.js
...-plugin-billexpand/src/formula/CheckReduceBudgetAmount.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 @
da8cfeb0
...
...
@@ -3830,6 +3830,22 @@ export default {
"extends"
:
{
"info"
:
{
"param"
:
[],
"name"
:
"CheckReduceBudgetAmount"
,
"description"
:
"校验公式:扣减预算服务校验公式"
,
"title"
:
"校验公式:扣减预算服务校验公式"
,
"return"
:
0
}
},
"description"
:
"校验公式:扣减预算服务校验公式"
,
"title"
:
"校验公式:扣减预算服务校验公式"
,
"value"
:
"CheckReduceBudgetAmount"
},
{
"discard"
:
false
,
"path"
:
"通用"
,
"extends"
:
{
"info"
:
{
"param"
:
[],
"name"
:
"HasContainExpandFields"
,
"description"
:
"前端公式:判断基础数据中是否加载拓展字段,以支撑校验公式正确应对多种情况下的校验"
,
"title"
:
"前端公式:判断基础数据中是否加载拓展字段"
,
...
...
develop/@gms/gms-plugin-billexpand/src/formula/CheckReduceBudgetAmount.js
0 → 100644
View file @
da8cfeb0
/**
* 扣减预算服务校验公式
* @author fengjiansheng
* @date 2022-03-24
*/
export
default
{
formulaName
:
"CheckReduceBudgetAmount"
,
execute
:
function
()
{
},
getResultType
:
function
()
{
return
FMR
.
ConstDataTypes
.
General
;
}
}
develop/@gms/gms-plugin-billexpand/src/mcon.js
View file @
da8cfeb0
...
...
@@ -185,6 +185,7 @@ import GetUserStaffInfo from "./formula/GetUserStaffInfo";
import
MdFilterInfiniteValue
from
"./formula/MdFilterInfiniteValue"
;
import
SetSubFieldsByBaseData
from
"./formula/SetSubFieldsByBaseData"
;
import
UpdateBillMoneyFunction
from
"./formula/UpdateBillMoneyFunction"
;
import
CheckReduceBudgetAmount
from
"./formula/CheckReduceBudgetAmount"
;
export
default
{
actions
:
{
updateFieldAction
,
...
...
@@ -352,6 +353,7 @@ export default {
HasContainExpandFields
,
SetMasterJdhdAmount
,
CheckJdhdAmount
,
CheckReduceBudgetAmount
,
SetSubFieldValue
,
CheckRoleAuthentication
,
HasContainSubString
,
...
...
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