Commit 541446be authored by 张海景's avatar 张海景

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

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