装箱单

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

@@ -51,8 +51,10 @@
<el-table
v-loading="loading"
:data="tableData"
:summary-method="getSummaries"
style="width: 100%;max-height: 600px"
height="300"
show-summary
highlight-current-row
border>
<el-table-column align="center" label="序号" type="index" width="60"/>

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 === '外购件') {