From 9f3ef067df5c1e10a8ff7151806e944f9c04f353 Mon Sep 17 00:00:00 2001 From: duan <1004387497@qq.com> Date: Wed, 23 Oct 2024 17:26:33 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9F=A5=E7=9C=8B=E8=80=97=E6=9D=90=E8=AE=B0?= =?UTF-8?q?=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- http/yskApi/requestAll.js | 21 +++ pageConsumables/index.vue | 3 +- pageConsumables/viewrecords.vue | 219 +++++++++++++++++++++++++++++--- 3 files changed, 227 insertions(+), 16 deletions(-) diff --git a/http/yskApi/requestAll.js b/http/yskApi/requestAll.js index 3b9dcd2..5bc9181 100644 --- a/http/yskApi/requestAll.js +++ b/http/yskApi/requestAll.js @@ -10,6 +10,13 @@ export function summaryTrade(data) { } }) } +export function tbConsInfoFlowcount(data) { + return request({ + url: '/api/tbConsInfoFlow/count', + method: 'post', + data + }) +} // 供应商列表 export function tbShopPurveyorTransact(params) { return request({ @@ -250,6 +257,12 @@ export function getroles() { method: "get" }); } +export function tbConsTypes() { + return request({ + url: `/api/tbConsType`, + method: "get" + }); +} export function tbPlussShopStaff(data) { return request({ url: `/api/tbPlussShopStaff`, @@ -264,4 +277,12 @@ export function viewConInfoFlowget(data) { method: 'post', data }); +} +// 耗材记录 +export function tbConsInfoFlowstock(data) { + return request({ + url: `/api/tbConsInfoFlow/stock`, + method: 'post', + data + }); } \ No newline at end of file diff --git a/pageConsumables/index.vue b/pageConsumables/index.vue index 9737784..da60782 100644 --- a/pageConsumables/index.vue +++ b/pageConsumables/index.vue @@ -328,7 +328,8 @@ .df; >view { - width: 90rpx; + // width: 90rpx; + padding: 2rpx 10rpx; height: 36rpx; line-height: 36rpx; background: #EBF4FC; diff --git a/pageConsumables/viewrecords.vue b/pageConsumables/viewrecords.vue index 4264764..31ef5dc 100644 --- a/pageConsumables/viewrecords.vue +++ b/pageConsumables/viewrecords.vue @@ -1,21 +1,97 @@ \ No newline at end of file