| | |
| | | import java.util.Date; |
| | | |
| | | import com.zy.asrs.common.utils.Synchro; |
| | | import com.zy.asrs.common.wms.service.OrderService; |
| | | import org.springframework.format.annotation.DateTimeFormat; |
| | | import java.text.SimpleDateFormat; |
| | | import java.util.Date; |
| | |
| | | return null; |
| | | } |
| | | |
| | | public String getOrderType(){ |
| | | if(Cools.isEmpty(orderNo)){ |
| | | return ""; |
| | | } |
| | | |
| | | OrderService orderService = SpringUtils.getBean(OrderService.class); |
| | | Order order = orderService.selectByNo(orderNo, hostId); |
| | | if(!Cools.isEmpty(order)){ |
| | | return order.getDocType$(); |
| | | } |
| | | |
| | | return ""; |
| | | } |
| | | |
| | | public void sync(Object source) { |
| | | Synchro.Copy(source, this); |
| | | } |