Browse Source

出库接口修改

htc 4 months ago
parent
commit
c880b913cc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pagesStorage/outStorage/add.vue

+ 1 - 1
pagesStorage/outStorage/add.vue

@@ -253,7 +253,7 @@
 				})
 				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){
 						this.$showToast('出库单新增成功');
 						setTimeout(()=>{