|
|
@ -421,6 +421,8 @@ public class PurchasereturnRecordMainController { |
|
|
|
mapDropDown.put(43, purchaseReturnReason); |
|
|
|
String[] uom = DictFrameworkUtils.dictTypeDictDataValue(DictTypeConstants.UOM); |
|
|
|
mapDropDown.put(53, uom); |
|
|
|
String[] reasonType = DictFrameworkUtils.dictTypeDictDataValue(DictTypeConstants.RETURN_REASON_TYPE); |
|
|
|
mapDropDown.put(55, reasonType); |
|
|
|
List<PurchasereturnRecordMainExcelVO> resultList = new ArrayList<>(); |
|
|
|
|
|
|
|
// 导出
|
|
|
|