This commit is contained in:
tczjx58520 2020-04-18 11:08:04 +08:00
commit 9b7f2506cd

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)