智慧农业后台管理页面
shuishen
2022-08-02 c7d469efc2bc11d2c54d2aafef90d16e27088eb8
src/api/sale/sale.js
@@ -52,6 +52,15 @@
  })
}
//销售加工产品
export const insert = (row) => {
  return request({
    url: '/api/sale/sale/submitProcess',
    method: 'post',
    data: row
  })
}
export const getInventoryPage = (current, size, params) => {
  return request({
    url: '/api/inventory/inventory/page',
@@ -72,6 +81,15 @@
  })
}
//销售加工产品
export const insertKC = (row) => {
  return request({
    url: '/api/inventory/inventory/submitProcess',
    method: 'post',
    data: row
  })
}
export const update = (row) => {
  return request({
    url: '/api/sale/sale/submit',