فهرست منبع

入库接口修改

htc 1 ماه پیش
والد
کامیت
5243ad32a8
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      pagesStorage/inStorage/add.vue

+ 1 - 1
pagesStorage/inStorage/add.vue

@@ -270,7 +270,7 @@
 					}
 				})
 				this.receiptDto.details = details;
-				this.$api.post('/wms/receiptOrder',this.receiptDto).then(res=>{
+				this.$api.post('/wms/receiptOrder/warehousing',this.receiptDto).then(res=>{
 					if(res.data.code===0){
 						this.$showToast('入库单新增成功');
 						setTimeout(()=>{