Commit 1a8e8973 authored by 仇晓婷's avatar 仇晓婷

Merge branch 'product' of http://git.mes123.com/zhouyx/mes-ui into product

parents 4c47cff6 8b745c8a
......@@ -425,8 +425,8 @@ export default {
detailId: u.detailId, //工序id--后端接收
detailNumber: u.detailNumber, //工序序号
detailTitle: u.detailTitle, //工序名称
quantity: u.boardQuantity, //投产数量--后端接收 u.quantity
quantityOld: u.boardQuantityOld, //拆分前的投产数量 u.quantityOld
quantity: u.quantity, //投产数量--后端接收 u.quantity
quantityOld: u.quantityOld, //拆分前的投产数量 u.quantityOld
pid: u.pid, //拆分添加的项使用
userIds: u.userIds, //人员id--后端接收
userTitles: u.userTitles, //人员名字
......
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