From 1f06dffae3a00ac0e7d284e12a17760ddf08c5f7 Mon Sep 17 00:00:00 2001 From: gyq <875626088@qq.com> Date: Tue, 9 Jul 2024 14:55:58 +0800 Subject: [PATCH] =?UTF-8?q?=E8=80=97=E6=9D=90=E5=88=97=E8=A1=A8=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E7=BC=96=E8=BE=91=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/consumable.js | 2 +- .../invoicing/consumable/information.vue | 568 ++++++++++++------ 2 files changed, 376 insertions(+), 194 deletions(-) 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 +