|
@@ -71,7 +71,7 @@ public class SubcontractingOrderController extends JeecgController<Subcontractin
|
|
|
/**
|
|
|
* 根据订单号获取入库单详情 (pda功能) 0000000003
|
|
|
*/
|
|
|
- @RequestMapping(value = "/cbSysBarCode",method = RequestMethod.POST)
|
|
|
+ @RequestMapping(value = "/selectRdAllByBar",method = RequestMethod.POST)
|
|
|
@ResponseBody
|
|
|
public ResponseEntity<ResHttpStatus> selectRdAllByBar(@RequestBody JSONObject json) {
|
|
|
ResHttpStatus res = new ResHttpStatus();
|