From 6a97af673162401529bcfbc2ce4f1c78d1ce80c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E8=96=AA=E5=90=8D?= <942005050@qq.com> Date: Mon, 8 May 2023 14:27:16 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=A9=E5=93=81=E5=AE=89=E5=85=A8=E5=BA=93?= =?UTF-8?q?=E5=AD=98=E9=A2=84=E8=AD=A6=E5=8A=9F=E8=83=BD=E5=BC=80=E5=8F=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fe/PC/src/api/wms-api.js | 10 ++ .../src/components/tablePagination/index.vue | 7 + fe/PC/src/utils/detailsTableColumns/index.js | 38 +++++ fe/PC/src/utils/tableColumns/index.js | 18 +++ fe/PC/src/utils/tabsDesTions/index.js | 21 +++ .../InventoryQuery/safetyStockWarning.vue | 130 ++++++++++++++++++ 6 files changed, 224 insertions(+) create mode 100644 fe/PC/src/views/inventoryManage/InventoryQuery/safetyStockWarning.vue diff --git a/fe/PC/src/api/wms-api.js b/fe/PC/src/api/wms-api.js index 429cb0759..eaf2bb796 100644 --- a/fe/PC/src/api/wms-api.js +++ b/fe/PC/src/api/wms-api.js @@ -565,6 +565,16 @@ export function getVsersion() { method: 'get' }) } + +// 安全库存预警 +export function getListPageSafety(data, url) { + return request({ + url: baseURL + url, + method: 'post', + data + }) +} + // 根据编号获取字典信息 // export function getDictByCode(code) { // return request({ diff --git a/fe/PC/src/components/tablePagination/index.vue b/fe/PC/src/components/tablePagination/index.vue index 80d345f81..d90b40d05 100644 --- a/fe/PC/src/components/tablePagination/index.vue +++ b/fe/PC/src/components/tablePagination/index.vue @@ -52,6 +52,7 @@ @buttonOperationClick="buttonOperationClick" :tableBorder="true" :firstFixed="true" + :cellStyle = "cellStyle" >