|
@@ -147,7 +147,7 @@
|
|
})
|
|
})
|
|
this.checkDto.details = details;
|
|
this.checkDto.details = details;
|
|
|
|
|
|
- this.$api.post('/wms/checkOrder',this.checkDto).then(res=>{
|
|
|
|
|
|
+ this.$api.post('/wms/checkOrder/check',this.checkDto).then(res=>{
|
|
if(res.data.code===0){
|
|
if(res.data.code===0){
|
|
this.$showToast('盘库单新增成功');
|
|
this.$showToast('盘库单新增成功');
|
|
setTimeout(()=>{
|
|
setTimeout(()=>{
|