Commit 742d5dc0 authored by 张海景's avatar 张海景

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

parent 9a8942ed
...@@ -1589,10 +1589,10 @@ export default { ...@@ -1589,10 +1589,10 @@ export default {
if (item.isLastProcess) { if (item.isLastProcess) {
this.getWorkorderDirectiveList(res.rows[0].workorderId, index); this.getWorkorderDirectiveList(res.rows[0].workorderId, index);
this.getWorkorderSizeList(res.rows[0].workorderId, index); this.getWorkorderSizeList(res.rows[0].workorderId, index);
row.packNum = res.rows.packNum item.packNum = res.rows.packNum
row.packType = res.rows.packType item.packType = res.rows.packType
row.packUnitOfMeasure = res.rows.packUnitOfMeasure item.packUnitOfMeasure = res.rows.packUnitOfMeasure
row.lossIndividuallyWrap = res.rows.lossIndividuallyWrap item.lossIndividuallyWrap = res.rows.lossIndividuallyWrap
} }
item.packByDirective = res.rows[0].packByDirective; item.packByDirective = res.rows[0].packByDirective;
item.packBySize = res.rows[0].packBySize; 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