yangfeng
2023-09-28 9096f93e806b44a06eb8a7c41d0bb2e21830bc3c
编辑库存接口修改、公共组件高度调整
2个文件已修改
7 ■■■■■ 已修改文件
src/api/warehouseManage/warehouse.js 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/makepager/CommonFormTableView.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/api/warehouseManage/warehouse.js
@@ -26,8 +26,8 @@
// 更新仓库 
export function updateWarehouse(data) {
  return request({
    url: "/api-wms/v1/warehouse/warehouse/"+data.id,
    method: "put",
    url: "/api-wms/v1/warehouse/updateWarehouse",
    method: "post",
    data
  })
}
@@ -101,4 +101,3 @@
    data
  })
}
src/components/makepager/CommonFormTableView.vue
@@ -10,7 +10,7 @@
      <el-table
        :data="tableList.tableData"
        style="width: 100%"
        :height="isinventory || islistingrules ? 'calc(100% - 0px)' : ''"
        :class="{ setHeight: isinventory || islistingrules }"
        :header-cell-style="{ background: '#f1f3f8', color: '#000009' }"
        :row-class-name="tableRowClassName"
        @row-click="tableRowClick"