|
@@ -253,7 +253,7 @@
|
|
})
|
|
})
|
|
this.shipmentDto.details = details;
|
|
this.shipmentDto.details = details;
|
|
|
|
|
|
- this.$api.post('/wms/shipmentOrder',this.shipmentDto).then(res=>{
|
|
|
|
|
|
+ this.$api.post('/wms/shipmentOrder/shipment',this.shipmentDto).then(res=>{
|
|
if(res.data.code===0){
|
|
if(res.data.code===0){
|
|
this.$showToast('出库单新增成功');
|
|
this.$showToast('出库单新增成功');
|
|
setTimeout(()=>{
|
|
setTimeout(()=>{
|