Commit 0eb366df by fengjiansheng

feat(@gms/gms-plugin-billexpand): 增加单据状态引用公式

parent d5d8caf5
......@@ -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": "清空票据引用状态",
......
/**
* UpdateBillReferenceRelationshipFunction
* 修改单据引用状态
* @author fengjiansheng
* @date 2022-01-21
*/
export default {
execute: function () {
},
getResultType:function(){
return FMR.ConstDataTypes.General;
}
}
......@@ -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
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment