|
@@ -192,6 +192,9 @@ public class SyCostAllocationServiceImpl extends ServiceImpl<SyCostAllocationMap
|
|
|
}
|
|
|
syCostAllocation = list.get(0);
|
|
|
List<String> strs3= syCostAllocationMapper.queryByCostHead3(plannum);
|
|
|
+
|
|
|
+ BigDecimal getPlanQuantity=syCostAllocationMapper.getPlanQuantity(plannum);//计划数量
|
|
|
+ syCostAllocation.setPlanQuantity(getPlanQuantity);
|
|
|
syCostAllocation.setGarmentContractno(strs3.toString().substring(1,strs3.toString().length()-1));
|
|
|
// 销售订单附件
|
|
|
List<AccessorItem> accessorItemList = new ArrayList<>();
|