beyond 4.18.2

This commit is contained in:
beyond 2020-04-18 11:03:09 +08:00
parent 7de4139785
commit 427dea5db1

View file

@ -319,8 +319,12 @@ export default {
quantity: item.quantity,
batch: '',
outQuantity: 0,
enterQuantity: 0,
moveQuantity: 0,
moveMoney: 0,
damageQuantity: 0,
productType: item.productType
productType: item.productType,
movePrice: item.price
}
})
console.log('productDetail', productDetail)