零件工艺制定

This commit is contained in:
zhangdingyu
2019-01-11 15:53:19 +08:00
parent 94d17148d2
commit 0ae58d70d5
2 changed files with 1 additions and 3 deletions

View File

@@ -686,8 +686,6 @@ export default {
} else {
this.Result1 = ' 长:' + this.Length + ' 宽:' + this.Width + ' 高:' + this.height1 + ' 重量:' + parseInt(this.Length) * parseInt(this.Width) * parseFloat(this.height1)
WeightCopy(this.partNumValue, this.Result1).then(response => {
console.log(response.data)
}).then(() => {
this.searchDetail()
})
}