|
@@ -462,7 +462,7 @@ export default {
|
|
|
list.listGoodsAll.forEach((goods,index)=>{
|
|
|
console.log(goods.goodsGroupDetail)
|
|
|
|
|
|
- if(goods.goodsList[0].capacity&&!goods.goodsList[0].del){
|
|
|
+ /* if(goods.goodsList[0].capacity&&!goods.goodsList[0].del){
|
|
|
//console.log(Number(list.referenceDosageQty)/goods[0].capacity)
|
|
|
if(Number(list.referenceDosageQty)/goods.goodsList[0].capacity>1){
|
|
|
console.log("添加一条")
|
|
@@ -477,7 +477,7 @@ export default {
|
|
|
//list.listGoodsAll[0].goodsList.splice(index+1, 0,add)
|
|
|
|
|
|
}
|
|
|
- }
|
|
|
+ } */
|
|
|
})
|
|
|
|
|
|
}
|