|
|
@@ -498,8 +498,9 @@ public class SyCostAllocationServiceImpl extends ServiceImpl<SyCostAllocationMap
|
|
|
System.out.println("fabriccostIncludestaxUsd2\t"+syCostAllocation.getFabriccostIncludestaxUsd());
|
|
|
System.out.println("fabriccostIncludestax\t"+syCostAllocation.getFabriccostIncludestax());
|
|
|
|
|
|
-
|
|
|
- if(!orderType.equals("国内加工单")||syCostAllocation.getFabriccostIncludestaxUsd()==null){
|
|
|
+ System.out.println("国内加工单\t"+orderType+"\t面料含税成本美元\t"+syCostAllocation.getFabriccostIncludestaxUsd());
|
|
|
+ System.out.println("fabriccostIncludestax集合\t"+fabriccostIncludestax);
|
|
|
+ if(/*!orderType.equals("国外加工单")||*/syCostAllocation.getFabriccostIncludestaxUsd()==null){
|
|
|
if(fabriccostIncludestax.size()!=0){
|
|
|
for(SyCostAllocation str : fabriccostIncludestax){
|
|
|
for(SyCostAllocationFabric li:list3){
|