Commit 127f8bb4 authored by Scott Sun's avatar Scott Sun

s

parent 07fdb3e4
...@@ -286,6 +286,15 @@ try { ...@@ -286,6 +286,15 @@ try {
GEN.checkInout({job:job,mode:"in"}) GEN.checkInout({job:job,mode:"in"})
GEN.closeJob({job:job}) GEN.closeJob({job:job})
// 额外操作
if (custCfg.extra) {
custCfg.extra.forEach(function(item){
let props = {};
item.fn(props);
})
}
// name type date user // name type date user
resultData.push({type: "info",title:"导入资料列表",detail: [{ desc: resultData.push({type: "info",title:"导入资料列表",detail: [{ desc:
......
...@@ -584,7 +584,15 @@ ...@@ -584,7 +584,15 @@
], ],
"mergerule" : { "mergerule" : {
profile:["past_top"] profile:["past_top"]
},
"extra": [
{
"term": function(){},
"fn": function(props){
} }
}
]
}, },
"New_data": { "New_data": {
"step": "cad", "step": "cad",
......
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