|
|
@@ -400,6 +400,7 @@ public class SyCostAllocationServiceImpl extends ServiceImpl<SyCostAllocationMap
|
|
|
}
|
|
|
Fabric.setSyTransfers(transferlist);
|
|
|
// Fabric.setFabrictransferQuantity(quantity);//转入数量
|
|
|
+ System.out.println("货物名称\t"+Fabric.getGoodsName()+"\tcost\t"+cost);
|
|
|
Fabric.setTransferCost(cost);
|
|
|
}
|
|
|
|
|
|
@@ -500,7 +501,7 @@ public class SyCostAllocationServiceImpl extends ServiceImpl<SyCostAllocationMap
|
|
|
|
|
|
System.out.println("国内加工单\t"+orderType+"\t面料含税成本美元\t"+syCostAllocation.getFabriccostIncludestaxUsd());
|
|
|
System.out.println("fabriccostIncludestax集合\t"+fabriccostIncludestax);
|
|
|
- if(/*!orderType.equals("国外加工单")||*/syCostAllocation.getFabriccostIncludestaxUsd()==null){
|
|
|
+ if(/*!orderType.equals("国外加工单")||*/ /*syCostAllocation.getFabriccostIncludestaxUsd()==null*/ fabriccostIncludestax!=null){
|
|
|
if(fabriccostIncludestax.size()!=0){
|
|
|
for(SyCostAllocation str : fabriccostIncludestax){
|
|
|
for(SyCostAllocationFabric li:list3){
|