Parcourir la source

出库接口修改

htc il y a 4 mois
Parent
commit
c880b913cc
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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(()=>{