diff --git a/src/views/Storagemove/components/MyMaterials.vue b/src/views/Storagemove/components/MyMaterials.vue index 63eb12bf..453e64e2 100644 --- a/src/views/Storagemove/components/MyMaterials.vue +++ b/src/views/Storagemove/components/MyMaterials.vue @@ -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)