|
|
|
@ -322,10 +322,14 @@ public class InvoiceOutExportThread extends BaseThread { |
|
|
|
|
|
|
|
|
|
vo.setSnVoucherNumber(view.getSnVoucherNumber()); |
|
|
|
|
vo.setPostingTime(view.getPostingTime()); |
|
|
|
|
vo.setImageId(view.getImageId()); |
|
|
|
|
vo.setImageNumber(view.getImageNumber()); |
|
|
|
|
vo.setAccountPeriod(view.getAccountPeriod()); |
|
|
|
|
vo.setCompCode(view.getCompCode()); |
|
|
|
|
vo.setInaccountStatus(view.getInaccountStatus()); |
|
|
|
|
if ("1".equals(view.getInAccountStatus())){ |
|
|
|
|
vo.setInAccountStatus("已入账"); |
|
|
|
|
}else { |
|
|
|
|
vo.setInAccountStatus("未入账"); |
|
|
|
|
} |
|
|
|
|
vo.setBzr(view.getBzr()); |
|
|
|
|
vo.setBzdh(view.getBzdh()); |
|
|
|
|
|
|
|
|
|