From 14e3a4d0811242c203c4d0bfb2a96c9c555d4af5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AD=8F=E5=95=BE?= <1144797966@qq.com> Date: Thu, 27 Jun 2024 10:49:55 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=9A=E7=9F=A5=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 1 + src/api/consumable.js | 11 +++ .../invoicing/consumable/information.vue | 75 +++++++++---------- src/views/shop/components/notice.vue | 0 src/views/shop/shop_configuration.vue | 7 +- 5 files changed, 53 insertions(+), 41 deletions(-) create mode 100644 src/views/shop/components/notice.vue diff --git a/package.json b/package.json index 0ca61b6..a4183ab 100644 --- a/package.json +++ b/package.json @@ -43,6 +43,7 @@ "normalize.css": "7.0.0", "nprogress": "0.2.0", "path-to-regexp": "2.4.0", + "qrcode": "^1.5.3", "qs": "^6.10.1", "screenfull": "4.2.0", "sortablejs": "^1.15.2", diff --git a/src/api/consumable.js b/src/api/consumable.js index 4f84398..e307918 100644 --- a/src/api/consumable.js +++ b/src/api/consumable.js @@ -56,6 +56,17 @@ export function posttbConsInfostockIn(data) { data }); } +/** + * 修改单位耗材值耗材 + * @returns + */ +export function postapitbConsInfo(data) { + return request({ + url: '/api/tbConsInfo', + method: "post", + data + }); +} /** * 新增耗材信息 * @returns diff --git a/src/views/invoicing/consumable/information.vue b/src/views/invoicing/consumable/information.vue index f614437..30dfaca 100644 --- a/src/views/invoicing/consumable/information.vue +++ b/src/views/invoicing/consumable/information.vue @@ -52,7 +52,7 @@ - +