| | |
| | | import com.zy.nc.entity.NccXsckmxTkWms; |
| | | import com.zy.nc.service.NccJcQilibcBarcodeflowWmsService; |
| | | import com.zy.nc.service.NccXsckmxTkWmsService; |
| | | import org.mybatis.spring.annotation.MapperScannerRegistrar; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | | import org.springframework.transaction.annotation.Transactional; |
| | | import org.springframework.web.bind.annotation.*; |
| | |
| | | |
| | | @Autowired |
| | | private NccXsckmxTkWmsService nccXsckmxTkWmsService; |
| | | @Autowired |
| | | private MapperScannerRegistrar mapperScannerRegistrar; |
| | | |
| | | @RequestMapping("/pda/WarehouseOut/v1") |
| | | @ManagerAuth(memo = "并板途中拣料-参考念初") |
| | |
| | | matParam.setBatch(nccXsckmxTkWms.getVbatchcode()); |
| | | matParam.setAnfme(0.0D); |
| | | matParam.setAnfme2(0.0D); |
| | | // matParam.setTiaoma(nccJcQilibcBarcodeflowWms.getVbarcode()); |
| | | matParam.setTiaoma(matnr); |
| | | return R.ok().add(matParam); |
| | | } |
| | | |