diff --git a/src/api/consumable.js b/src/api/consumable.js index c195eba..8ca3ae3 100644 --- a/src/api/consumable.js +++ b/src/api/consumable.js @@ -63,7 +63,7 @@ export function posttbConsInfostockIn(data) { export function postapitbConsInfo(data) { return request({ url: '/api/tbConsInfo', - method: "post", + method: "put", data }); } diff --git a/src/views/invoicing/consumable/information.vue b/src/views/invoicing/consumable/information.vue index b80fcdb..06e9172 100644 --- a/src/views/invoicing/consumable/information.vue +++ b/src/views/invoicing/consumable/information.vue @@ -4,24 +4,61 @@
- + - + - + - + - - + + @@ -33,12 +70,22 @@
- 添加 + 添加
- + @@ -47,7 +94,7 @@ @@ -65,11 +112,24 @@ {{ dayjs(scope.row.createdAt).format('YYYY-MM-DD HH:mm:ss') }} --> - + \ No newline at end of file +