|
@@ -1776,7 +1776,7 @@ export default {
|
|
rightTableObj[xId].surfaceStandard = that.nameObj.ExecutiveStandard.obj[item.grades].surface;
|
|
rightTableObj[xId].surfaceStandard = that.nameObj.ExecutiveStandard.obj[item.grades].surface;
|
|
}
|
|
}
|
|
if (item.chemicalStandard === '' || item.chemicalStandard === null) {
|
|
if (item.chemicalStandard === '' || item.chemicalStandard === null) {
|
|
- if (item.grades == 'Q195' && item.specifications == '6.5') {
|
|
|
|
|
|
+ if (item.grades === 'Q195' && item.specifications === '6.5') {
|
|
rightTableObj[xId].chemicalStandard = that.nameObj.ExecutiveStandard.obj['Q195L'].factory;
|
|
rightTableObj[xId].chemicalStandard = that.nameObj.ExecutiveStandard.obj['Q195L'].factory;
|
|
} else {
|
|
} else {
|
|
rightTableObj[xId].chemicalStandard = that.nameObj.ExecutiveStandard.obj[item.grades].factory;
|
|
rightTableObj[xId].chemicalStandard = that.nameObj.ExecutiveStandard.obj[item.grades].factory;
|
|
@@ -2508,7 +2508,7 @@ export default {
|
|
// {
|
|
// {
|
|
try {
|
|
try {
|
|
obj.chemicalStandard = that.nameObj.ExecutiveStandard.obj[data].factory;
|
|
obj.chemicalStandard = that.nameObj.ExecutiveStandard.obj[data].factory;
|
|
- if (data == 'Q195' && obj.specifications == '6.5') {
|
|
|
|
|
|
+ if (data === 'Q195' && obj.specifications === '6.5') {
|
|
obj.chemicalStandard = that.nameObj.ExecutiveStandard.obj['Q195L'].factory;
|
|
obj.chemicalStandard = that.nameObj.ExecutiveStandard.obj['Q195L'].factory;
|
|
// rightTableObj[xId].chemicalStandard = that.nameObj.ExecutiveStandard.obj['Q195L'].factory;
|
|
// rightTableObj[xId].chemicalStandard = that.nameObj.ExecutiveStandard.obj['Q195L'].factory;
|
|
}
|
|
}
|