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