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" >