| | |
| | | import com.matrix.system.hive.bean.SysAllotDetail; |
| | | import com.matrix.system.hive.bean.SysAllottedInfo; |
| | | import com.matrix.system.hive.dao.SysAllotDetailDao; |
| | | import com.matrix.system.hive.plugin.util.DateUtils; |
| | | import com.matrix.core.tools.DateUtil; |
| | | import com.matrix.system.hive.service.SysAllottedInfoService; |
| | | import org.springframework.stereotype.Controller; |
| | | import org.springframework.ui.ModelMap; |
| | |
| | | temp.add(item.getAllottedOutstoreName()); |
| | | temp.add(item.getAllottedInstoreName()); |
| | | temp.add(item.getCheckStatus()); |
| | | temp.add(DateUtils.dateToString(item.getAllottedDate(), DateUtils.DATE_FORMAT_MM)); |
| | | temp.add(DateUtil.dateToString(item.getAllottedDate(), DateUtil.DATE_FORMAT_MM)); |
| | | temp.add(item.getMakingManName()); |
| | | temp.add(item.getAppManName()); |
| | | temp.add(item.getAllottedRemark()); |