装箱单

This commit is contained in:
liushuai
2019-02-27 19:18:45 +08:00
parent c02cd2ba98
commit 840907d66f
5 changed files with 23 additions and 25 deletions

View File

@@ -1101,7 +1101,7 @@ export default {
this.MaterialName[i] = val[i].零件名称
this.PartToolNumber[i] = val[i].零件图号
this.Material[i] = val[i].材料
this.NumberOfParts[i] = val[i].需求数量
this.NumberOfParts[i] = val[i].零件数量
this.ReMarks[i] = val[i].零件备注
}
} else if (this.PartType === '外购件') {