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