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

s

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