@@ -95,7 +95,7 @@ function open(data) {
console.log(detailInfo.value)
getProductionLotAmount({lotno:detailInfo.value.productionPlanNo,lotseq:detailInfo.value.lineNumber}).then(res =>{
if(res.code == 200) {
- form.value.peqty = res.data.peqty
+ form.value.peqty = res.data[0].peqty
visible.value = true;
}