| | |
| | | import com.baomidou.mybatisplus.mapper.EntityWrapper; |
| | | import com.core.common.Cools; |
| | | import com.core.common.SpringUtils; |
| | | import com.zy.asrs.service.BasProcessProceduresService; |
| | | import com.zy.asrs.service.BasQualityTestingService; |
| | | import com.zy.asrs.service.OrderService; |
| | | import com.zy.asrs.service.StoreTypeService; |
| | | import com.zy.asrs.service.*; |
| | | import com.zy.common.utils.Synchro; |
| | | import com.zy.system.entity.User; |
| | | import com.zy.system.service.UserService; |
| | |
| | | return null; |
| | | } |
| | | |
| | | public String getCstmrName$() { |
| | | OrderPakoutService service = SpringUtils.getBean(OrderPakoutService.class); |
| | | OrderPakout orderPakout = service.selectByNo(this.orderNo); |
| | | if (!Cools.isEmpty(orderPakout)) { |
| | | return String.valueOf(orderPakout.getCstmrName()); |
| | | } |
| | | return null; |
| | | } |
| | | |
| | | |
| | | public void sync(Object source) { |
| | |
| | | {type: 'checkbox'} |
| | | ,{type: 'numbers', title: '#'} |
| | | ,{field: 'orderNo', align: 'center',title: '单据编号', templet: '#orderNoTpl', width: 160} |
| | | ,{field: 'cstmrName$', align: 'center',title: '客户'} |
| | | ,{field: 'standby1$', align: 'center',title: '出库仓库', width: 160} |
| | | ,{field: 'matnr', align: 'center',title: '商品编码', width: 160} |
| | | ,{field: 'maktx', align: 'center',title: '商品名称', width: 200} |