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
1142d287
Commit
1142d287
authored
4 years ago
by
Scott Sun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
scott
parent
b3160cdd
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
7 deletions
+8
-7
ATS_AIM_customer_data_analysis.js
ats/topcam/ATS_AIM_customer_data_analysis.js
+8
-7
No files found.
ats/topcam/ATS_AIM_customer_data_analysis.js
View file @
1142d287
...
...
@@ -942,6 +942,7 @@ try {
GEN
.
clearLayers
()
GEN
.
affectedLayer
({
affected
:
'no'
,
mode
:
'all'
})
console
.
log
(
"==================================> Drill analysis"
)
// 钻孔
var
drillToSignals
=
drillLayers
.
map
(
function
(
v
){
// 获取到钻孔层对应的顶层和底层
...
...
@@ -1140,10 +1141,10 @@ catch (e) {
where
:{
job_id
:
JobId
,
attr_name
:
"cam_workflow_info"
},
})
IKM
.
save_job_info
({
jobid
:
JobId
,
jobinfohash
:{
cam_workflow_info
:
"err"
}})
sendEmail
({
subject
:
db_customer
+
' / '
+
Job
+
" analysis error"
,
content
:
_
.
toString
(
e
)
})
//
sendEmail({
//
subject:db_customer + ' / '+Job+ " analysis error",
//
content:_.toString(e)
//
})
}
IKM
.
msg
(
_
.
join
(
GEN
.
STATUS
,
"
\n
"
))
IKM
.
msg
(
e
)
...
...
@@ -2224,7 +2225,7 @@ function analysisDrill(par, step){
GEN
.
COM
(
"chklist_close,chklist=valor_analysis_drill,mode=hide"
)
GEN
.
COM
(
"chklist_close,chklist=tmp_chk,mode=hide"
)
GEN
.
deleteLayer
({
job
:
job
,
layer
:
drl_layer
})
GEN
.
deleteLayer
({
job
:
job
,
layer
:[
layer
,
layer
+
"+++"
]})
//
GEN.deleteLayer({job:job, layer:[layer, layer+"+++"]})
var
meas
=
GEN
.
getCheckMeas
({
job
:
job
,
step
:
step
,
chklist
:
'tmp_chk'
,
nact
:
1
})
meas
=
meas
.
filter
(
function
(
v
){
return
/^touch/
.
test
(
v
)})
...
...
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