Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
S
Scott
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Scott Sun
Scott
Commits
127f8bb4
Commit
127f8bb4
authored
4 years ago
by
Scott Sun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
s
parent
07fdb3e4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
2 deletions
+19
-2
ATS_AIM_input_data.js
ats/topcam/ATS_AIM_input_data.js
+10
-1
config_ats.js
config_ats.js
+9
-1
No files found.
ats/topcam/ATS_AIM_input_data.js
View file @
127f8bb4
...
...
@@ -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
:
...
...
This diff is collapsed.
Click to expand it.
config_ats.js
View file @
127f8bb4
...
...
@@ -584,7 +584,15 @@
],
"mergerule"
:
{
profile
:[
"past_top"
]
}
},
"extra"
:
[
{
"term"
:
function
(){},
"fn"
:
function
(
props
){
}
}
]
},
"New_data"
:
{
"step"
:
"cad"
,
...
...
This diff is collapsed.
Click to expand it.
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