物料管理
This commit is contained in:
@@ -706,7 +706,7 @@ export default {
|
||||
if (res1.data.length !== 0) {
|
||||
this.tooltip3 = '热处理零件:' + res1.data[0].零件图号
|
||||
} else {
|
||||
this.tooltip3 = '无'
|
||||
this.tooltip3 = '热处理零件:无'
|
||||
}
|
||||
})
|
||||
} else {
|
||||
@@ -723,7 +723,7 @@ export default {
|
||||
if (res1.data.length !== 0) {
|
||||
this.tooltip3 = '处理零件:' + res1.data[0].零件图号
|
||||
} else {
|
||||
this.tooltip3 = '无'
|
||||
this.tooltip3 = '处理零件:无'
|
||||
}
|
||||
})
|
||||
} else {
|
||||
@@ -740,7 +740,7 @@ export default {
|
||||
if (res1.data.length !== 0) {
|
||||
this.tooltip3 = '处理零件:' + res1.data[0].零件图号
|
||||
} else {
|
||||
this.tooltip3 = '无'
|
||||
this.tooltip3 = '处理零件:无'
|
||||
}
|
||||
})
|
||||
} else {
|
||||
@@ -757,7 +757,7 @@ export default {
|
||||
if (res1.data.length !== 0) {
|
||||
this.tooltip3 = '加工零件:' + res1.data[0].零件图号
|
||||
} else {
|
||||
this.tooltip3 = '无'
|
||||
this.tooltip3 = '加工零件:无'
|
||||
}
|
||||
})
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user