物料管理

This commit is contained in:
zhangdingyu
2019-10-12 16:35:29 +08:00
parent 214796a549
commit fee437d2d5
5 changed files with 1115 additions and 7 deletions

View File

@@ -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 {