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
Aug 28, 2020
by
Scott Sun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
s
parent
07fdb3e4
Changes
2
Show 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
...
...
@@ -286,6 +286,15 @@ try {
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
:
...
...
config_ats.js
View file @
127f8bb4
...
...
@@ -584,7 +584,15 @@
],
"mergerule"
:
{
profile
:[
"past_top"
]
},
"extra"
:
[
{
"term"
:
function
(){},
"fn"
:
function
(
props
){
}
}
]
},
"New_data"
:
{
"step"
:
"cad"
,
...
...
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