领料单提交

highway
zhaoxiaolin 1 year ago
parent 7fc87674e9
commit d70b27e01f

@ -24,5 +24,6 @@ public interface RemoteSapService {
public R<Boolean> bomSync();
@PostMapping("/sap/sapProRouteProcess")
public R<Boolean> sapProRouteProcess();
@PostMapping("/sap/materialPreparation")
public R<List<SapMaterialPreparation>>materialPreparation(SapMaterialPreparation sapMaterialPreparation);
}

@ -100,7 +100,7 @@ public class MesPrepareController extends BaseController {
return toAjax(mesPrepareService.deleteMesPrepareByPrepareIds(prepareIds));
}
@Log(title = "备料单", businessType = BusinessType.INSERT)
@Log(title = "备料单", businessType = BusinessType.SAP)
@PostMapping("/getMesPrepare")
public R getMesPrepare() {
return mesPrepareService.getMesPrepare();

@ -23,12 +23,12 @@ import com.op.common.core.web.page.TableDataInfo;
/**
* Controller
*
*
* @author Open Platform
* @date 2023-08-01
*/
@RestController
@RequestMapping("/detail")
@RequestMapping("/scrapDetail")
public class ProEmbryoScrapDetailController extends BaseController {
@Autowired
private IProEmbryoScrapDetailService proEmbryoScrapDetailService;

@ -9,10 +9,10 @@
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>op-modules-plan</artifactId>
<artifactId>op-modules-sap</artifactId>
<description>
op-modules-plan系统模块
op-modules-sap系统模块
</description>
<dependencies>

Loading…
Cancel
Save