فهرست منبع

出库接口修改

htc 1 ماه پیش
والد
کامیت
c880b913cc
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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(()=>{