v2.47.1 - ISQ query in OI file name
This commit is contained in:
4
Adaptation/.vscode/Reactor.js
vendored
4
Adaptation/.vscode/Reactor.js
vendored
@ -4,9 +4,9 @@
|
||||
// self :
|
||||
// getContextData('2', 'cds.PROCESS_JOBID', '')
|
||||
|
||||
getValue(self, self.length, $('dcp.HGCV1/pcl/MesEntity', ''), $('dcp.HGCV1/pcl/Pattern', ''), getContextData('2', 'cds.PROCESS_JOBID', ''));
|
||||
getValue(self, self.length, $('dcp.HGCV3/pcl/MesEntity', ''), $('dcp.HGCV3/pcl/Pattern', ''), $('dcp.HGCV3/pcl/Lot', ''), getContextData('2', 'cds.PROCESS_JOBID', ''));
|
||||
|
||||
function getValue(value, length, mesEntity, pattern, processJobId) {
|
||||
function getValue(value, length, mesEntity, pattern, lot, processJobId) {
|
||||
if (pattern === 'ONEPT.PAT' && lot.toUpperCase().indexOf('LOW') > -1)
|
||||
return mesEntity;
|
||||
else if (pattern === 'ONEPT.PAT' && lot.toUpperCase().indexOf('MID') > -1)
|
||||
|
Reference in New Issue
Block a user