diff --git a/src/api/consumable.js b/src/api/consumable.js index 8453a91..18c93ff 100644 --- a/src/api/consumable.js +++ b/src/api/consumable.js @@ -39,12 +39,19 @@ export function puttbConsType(data) { * @returns */ export function gettbConsInfo(params) { + // return request({ + // url: '/api/tbConsInfo', + // method: "get", + // params + // }); return request({ - url: '/api/tbConsInfo', + url: "/api/viewConInfoFlow", method: "get", - params - }); + params + }); } + + /** * 耗材入库 * @returns diff --git a/src/views/invoicing/consumable/information.vue b/src/views/invoicing/consumable/information.vue index 4c3a23e..0631742 100644 --- a/src/views/invoicing/consumable/information.vue +++ b/src/views/invoicing/consumable/information.vue @@ -13,99 +13,43 @@ @keyup.enter.native="getTableData" /> -->
- - + +
- - - + + +
- - + +
查询 重置
- 导出耗材 - 导入耗材 + 导出耗材 + 导入耗材
- 添加 + 添加
- - + + - @@ -113,10 +57,42 @@ {{ dayjs(scope.row.createTime).format("YYYY-MM-DD HH:mm:ss") }} + + + + + + + + + + + + + + + + + + + + + + @@ -128,24 +104,13 @@ {{ dayjs(scope.row.createdAt).format('YYYY-MM-DD HH:mm:ss') }} --> - +