Browse Source

样式

master
han\hanst 2 weeks ago
parent
commit
2e9c3ae77e
  1. 2
      src/main/java/com/xujie/sys/modules/ecss/service/impl/CoDelExcelTXServiceImpl.java
  2. BIN
      src/main/resources/templates/ALPHA/declaration-all-template.xlsx
  3. BIN
      src/main/resources/templates/ALPHA/export-goods-template.xlsx
  4. BIN
      src/main/resources/templates/YB/declaration-all-template-invoice.xlsx
  5. BIN
      src/main/resources/templates/YB/declaration-all-template.xlsx
  6. BIN
      src/main/resources/templates/YB/export-goods-template.xlsx

2
src/main/java/com/xujie/sys/modules/ecss/service/impl/CoDelExcelTXServiceImpl.java

@ -3467,7 +3467,7 @@ public class CoDelExcelTXServiceImpl implements CoDelExcelTXService {
poNoDisplayText = showOrderNoFlag ? formatPoNoForHwDesc(poNoSet) : "";
}
String hsCodeDescText = "N".equals(bookingHsCodeDescType) ? sbEn : sb;
String hwDescText = hsCodeDescText + "\n" + poNoDisplayText;
String hwDescText = hsCodeDescText + "\nPO#" + poNoDisplayText;
if (isShowOrderNoBu(buNo) && showInvoiceFlag) {
String cmcInvoiceText = stringInput(notifyHeader.getCmcInvoice());
if (StringUtils.isBlank(poNoDisplayText)) {

BIN
src/main/resources/templates/ALPHA/declaration-all-template.xlsx

BIN
src/main/resources/templates/ALPHA/export-goods-template.xlsx

BIN
src/main/resources/templates/YB/declaration-all-template-invoice.xlsx

BIN
src/main/resources/templates/YB/declaration-all-template.xlsx

BIN
src/main/resources/templates/YB/export-goods-template.xlsx

Loading…
Cancel
Save