diff --git a/src/api/basicdata/basicdataGoodsShelfView.ts b/src/api/basicdata/basicdataGoodsShelfView.ts index 10e2fcc2..20a9080a 100644 --- a/src/api/basicdata/basicdataGoodsShelfView.ts +++ b/src/api/basicdata/basicdataGoodsShelfView.ts @@ -1,5 +1,5 @@ import request from '@/axios'; -import { AxiosResponse } from 'axios'; // 假设使用Axios发送HTTP请求 +import { AxiosResponse,AxiosRequestConfig } from 'axios'; // 假设使用Axios发送HTTP请求 interface VisualizationResponseData { data: any; // 根据实际返回数据结构进行定义 diff --git a/src/axios.js b/src/axios.js index 6b05cbf4..bc627fa2 100644 --- a/src/axios.js +++ b/src/axios.js @@ -18,7 +18,7 @@ import 'nprogress/nprogress.css'; // progress bar style import { Base64 } from 'js-base64'; import { baseUrl } from '@/config/env'; -axios.defaults.timeout = 10000; +axios.defaults.timeout = 60000; //返回其他状态吗 axios.defaults.validateStatus = function (status) { return status >= 200 && status <= 500; // 默认的 diff --git a/src/components/tablecmt/tablecmt.vue b/src/components/tablecmt/tablecmt.vue index ab95b55b..67e30fbb 100644 --- a/src/components/tablecmt/tablecmt.vue +++ b/src/components/tablecmt/tablecmt.vue @@ -634,4 +634,8 @@ function copyContent(content: string) { display: flex; align-items: center; } + +.el-popper{ + max-width:20% !important; +} diff --git a/src/views/basicdata/warehouse/goodsShelf/basicdataGoodsShelfView.vue b/src/views/basicdata/warehouse/goodsShelf/basicdataGoodsShelfView.vue index 454ca95f..d336e472 100644 --- a/src/views/basicdata/warehouse/goodsShelf/basicdataGoodsShelfView.vue +++ b/src/views/basicdata/warehouse/goodsShelf/basicdataGoodsShelfView.vue @@ -85,6 +85,12 @@ {{ it.serviceNumber }} +
+
库存品:
+
+ {{ it.name + '--' + it.productCode }} +
+
@@ -101,7 +107,11 @@ : 'itembox' " > -
{{ ite.goodsAllocationName }}
+
{{ ite.layerNum + '层' + '-' + ite.columnNum + '列' }}
+
{{ '包件数:' + ite.packageNum }}
+
{{ '订单数:' + ite.orderNum }}
+
{{ '零担数:' + ite.lessNum }}
+
{{ '库存品数:' + ite.inventoryNum }}
@@ -109,9 +119,22 @@ - - 请选择上架类型 - --> + + +
+
+
+ +
+
+ {{ + isshowdow == 1 + ? '包件' + : isshowdow == 2 + ? '零担' + : isshowdow == 3 + ? '物料编码' + : isshowdow == 4 + ? '托盘' + : '' + }} +
+ +
+
+
+ {{ + isshowdow == 1 + ? '订单自编号' + : isshowdow == 2 + ? '零担' + : isshowdow == 3 + ? '物料名称' + : isshowdow == 4 + ? '托盘' + : '' + }} +
+ +
+
+
+ 搜索 + 重置 + 批量下架 +
+
+
+ + + +
+ + + +
+
+
+ +