Commit 9a8942ed authored by 张海景's avatar 张海景

update:修改生产工单默认显示数据

parent b50e09a6
......@@ -1589,6 +1589,10 @@ export default {
if (item.isLastProcess) {
this.getWorkorderDirectiveList(res.rows[0].workorderId, index);
this.getWorkorderSizeList(res.rows[0].workorderId, index);
row.packNum = res.rows.packNum
row.packType = res.rows.packType
row.packUnitOfMeasure = res.rows.packUnitOfMeasure
row.lossIndividuallyWrap = res.rows.lossIndividuallyWrap
}
item.packByDirective = res.rows[0].packByDirective;
item.packBySize = res.rows[0].packBySize;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment