Procházet zdrojové kódy

出库接口修改

htc před 4 měsíci
rodič
revize
c880b913cc
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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(()=>{