Browse Source

bug 修复

lilei 4 years ago
parent
commit
115953fb4d

+ 2 - 2
src/api/stockOut.js

@@ -12,9 +12,9 @@ export const stockOutList = (params) => {
   })
 }
 //  出库 出库
-export const stockOutBizInfo = (params) => {
+export const stockOutOut = (params) => {
   return axios({
-    url: '/stockOut/findByBizInfo',
+    url: '/stockOut/out',
     data: params,
     method: 'post'
   })

+ 1 - 0
src/views/purchasingManagement/purchaseOrder/warehousing.vue

@@ -148,6 +148,7 @@ export default {
       purchaseWriteStockIn({ id: row.id }).then(res => {
         if (res.status == 200) {
           this.$message.info(res.message)
+          this.getDetail()
         }
       })
     },