v2.47.1 - ISQ query in OI file name
This commit is contained in:
20
Adaptation/.vscode/psn.js
vendored
20
Adaptation/.vscode/psn.js
vendored
@ -7,18 +7,14 @@
|
||||
getValue(self, self.length, getContextData('2', 'cds.PRODUCT', ''), $('dcp.CDE5/RsM/Recipe', ''));
|
||||
|
||||
function getValue(value, length, product, recipe) {
|
||||
if (recipe.toUpperCase() === 'SHEET RHO LOW')
|
||||
return 'Sheet Rho Low';
|
||||
else if (recipe.toUpperCase() === 'SHEET RHO MID')
|
||||
return 'Sheet Rho Mid';
|
||||
else if (recipe.toUpperCase() === 'SHEET RHO HIGH')
|
||||
return 'Sheet Rho High';
|
||||
else if (recipe.toUpperCase() === 'SHEET RHO THIN')
|
||||
return 'Sheet Rho Thin';
|
||||
else if (recipe.toUpperCase() === 'EPRO LOW')
|
||||
return 'EPro Low';
|
||||
else if (recipe.toUpperCase() === 'EPRO HIGH')
|
||||
return 'EPro High';
|
||||
if (recipe.toUpperCase() === 'STANDARD \\ RLOW_STD')
|
||||
return 'RLOW_STD';
|
||||
else if (recipe.toUpperCase() === 'STANDARD \\ RMID_STD')
|
||||
return 'RMID_STD';
|
||||
else if (recipe.toUpperCase() === 'STANDARD \\ RHI_STD')
|
||||
return 'RHI_STD';
|
||||
else if (recipe.toUpperCase() === 'STANDARD \\ THINSPC')
|
||||
return 'THINSPC';
|
||||
else if (length !== 0 || product === '-')
|
||||
return value;
|
||||
else
|
||||
|
Reference in New Issue
Block a user