|
|
@ -43,7 +43,7 @@ public class DisposeResultReport extends HWPFormat {
|
|
|
|
.set("제품정보-최소유통단위", one.string("minDistbQy")+one.string("stdPackngStleNm"))
|
|
|
|
.set("제품정보-최소유통단위", one.string("minDistbQy")+one.string("stdPackngStleNm"))
|
|
|
|
.set("제품정보-제조번호", one.string("mnfNo"))
|
|
|
|
.set("제품정보-제조번호", one.string("mnfNo"))
|
|
|
|
.set("제품정보-유효기한", DataFormat.yyyy_mm_dd(one.string("prdValidDe")))
|
|
|
|
.set("제품정보-유효기한", DataFormat.yyyy_mm_dd(one.string("prdValidDe")))
|
|
|
|
.set("폐기량-수량", one.string("pceQy")+one.string("pceCoUnitNm"))
|
|
|
|
.set("폐기량-수량", one.string("dsuseQy")+one.string("pceCoUnitNm"))
|
|
|
|
;
|
|
|
|
;
|
|
|
|
}).toList();
|
|
|
|
}).toList();
|
|
|
|
writer.table(0, 3, 1).setValues(list);
|
|
|
|
writer.table(0, 3, 1).setValues(list);
|
|
|
|