|
|
|
@ -1345,8 +1345,12 @@ public class PushInvoiceServiceImpl implements PushInvoiceService { |
|
|
|
|
detail.setZFPDM(ddfpxx.getFPDM()); |
|
|
|
|
detail.setZFPHM(ddfpxx.getFPHM()); |
|
|
|
|
detail.setZFPHH(f.getXH()); |
|
|
|
|
DecimalFormat g1=new DecimalFormat("000000000000000000"); |
|
|
|
|
detail.setMATNR(g1.format(Integer.valueOf(f.getZXBM()))); |
|
|
|
|
if(ObjectUtil.isNull(f.getZXBM()) || StrUtil.isBlank(f.getZXBM())){ |
|
|
|
|
detail.setMATNR(""); |
|
|
|
|
}else { |
|
|
|
|
DecimalFormat g1=new DecimalFormat("000000000000000000"); |
|
|
|
|
detail.setMATNR(g1.format(Integer.valueOf(f.getZXBM()))); |
|
|
|
|
} |
|
|
|
|
detail.setZGGXH(f.getGGXH()); |
|
|
|
|
detail.setZSLDW(f.getDW()); |
|
|
|
|
detail.setZZSL(f.getSPSL()); |
|
|
|
|