diff --git a/src/api/warehouse/warehouseRetentionRecord.js b/src/api/warehouse/warehouseRetentionRecord.js index 4bc5c88e..df93faa2 100644 --- a/src/api/warehouse/warehouseRetentionRecord.js +++ b/src/api/warehouse/warehouseRetentionRecord.js @@ -8,9 +8,9 @@ export const getList = (current, size, params) => { ...params, current, size, - } - }) -} + }, + }); +}; export const getwaybillList = (current, size, params) => { return request({ url: '/api/logpm-warehouse/warehouseRetentionRecord/waybill', @@ -19,45 +19,45 @@ export const getwaybillList = (current, size, params) => { ...params, current, size, - } - }) -} + }, + }); +}; -export const getDetail = (id) => { +export const getDetail = id => { return request({ url: '/api/logpm-warehouse/warehouseRetentionRecord/detail', method: 'get', params: { - id - } - }) -} + id, + }, + }); +}; -export const remove = (ids) => { +export const remove = ids => { return request({ url: '/api/logpm-warehouse/warehouseRetentionRecord/remove', method: 'post', params: { ids, - } - }) -} + }, + }); +}; -export const add = (row) => { +export const add = row => { return request({ url: '/api/logpm-warehouse/warehouseRetentionRecord/submit', method: 'post', - data: row - }) -} + data: row, + }); +}; -export const update = (row) => { +export const update = row => { return request({ url: '/api/logpm-warehouse/warehouseRetentionRecord/submit', method: 'post', - data: row - }) -} + data: row, + }); +}; //滞留运单导出 export const $_warehouseRetentionRecord = params => { @@ -69,7 +69,6 @@ export const $_warehouseRetentionRecord = params => { }); }; -; // 滞留导出 export const $_RetentionWarehouseRetentionRecord = params => { return request({ @@ -78,4 +77,12 @@ export const $_RetentionWarehouseRetentionRecord = params => { params, responseType: 'blob', }); -}; \ No newline at end of file +}; + +export const $_warehouseRetentionRecordPage = params => { + return request({ + url: '/api/logpm-warehouse/warehouseRetentionRecord/page', + method: 'get', + params, + }); +}; diff --git a/src/views/basicdata/warehouse/goodsShelf/basicdataGoodsShelfView.vue b/src/views/basicdata/warehouse/goodsShelf/basicdataGoodsShelfView.vue index 257db009..6fe33a81 100644 --- a/src/views/basicdata/warehouse/goodsShelf/basicdataGoodsShelfView.vue +++ b/src/views/basicdata/warehouse/goodsShelf/basicdataGoodsShelfView.vue @@ -78,12 +78,12 @@ 总货位: {{ boxdetails.cargoNub }} - +
占用货位: {{ boxdetails.employNub }}
- +
未用货位: {{ boxdetails.unusedNub }} @@ -92,82 +92,99 @@ 禁用货位: {{ boxdetails.disableNub }}
- +
货物总数: {{ boxdetails.goodsNub }}
- -
-
-
-
禁用货位
- +
+
+
+
-
- 包件数:{{ Number(ite.packageNum) }} - 订单数:{{ Number(ite.orderNum) }} - 零担数:{{ Number(ite.lessNum) }} - 库存品数:{{ Number(ite.inventoryNum) }} +
+ {{ + arrlist[checkselect]?.warehouseGoodsAreaVOList[checkregionselect].headline + + '—' + + ite.layerNum + + '层' + + '—' + + ite.columnNum + + '列' + }} +
+
+ +
+ + 包件数 + {{ Number(ite.packageNum) }} + + 零担数 + {{ Number(ite.lessNum) }} +
+
+ 订单数 + {{ Number(ite.orderNum) }} + 库存品数 + {{ Number(ite.inventoryNum) }} +
+
-
- + +
@@ -2453,7 +2470,7 @@ const { // box-sizing: border-box; box-sizing: border-box; .contentbx { - width: calc(150 * var(--length) * 0.0521vw); + // width: calc(150 * var(--length) * 0.0521vw); // border: 0 !important; @@ -2471,13 +2488,13 @@ const { } .itemwbox { // height: 90px; - width: 150px; + width: 320px; box-sizing: border-box; margin-right: 2px; // border-right: 1.5px solid var(--boxcolor); - &:nth-last-child(1) { - border-right: 0; - } + // &:nth-last-child(1) { + // border-right: 0; + // } &:nth-last-child(1) { .itemmibox { @@ -2528,14 +2545,16 @@ const { flex-direction: column; // font-size: 14px; } - .type1 { - background-color: #fff !important; - } .type2 { - background-color: rgba(30, 183, 98, 0.3) !important; + border: 1px solid #3AD8BC; + background: #ffffff; + border-radius: 4px 4px 4px 4px; } .type3 { - background-color: rgba(237, 25, 25, 0.3) !important; + width: 320px; + background: #ffffff; + border-radius: 4px 4px 4px 4px; + border: 1px solid #f8544b; } .type4 { background-color: rgba(255, 15, 15, 0.3) !important; @@ -2572,8 +2591,8 @@ const { font-size: 15px; } .xz { - width: 68px; - height: 28px; + width: 120px; + height: 36px; background: #2f4370; border-radius: 4px 4px 4px 4px; opacity: 1; @@ -2646,7 +2665,7 @@ const { } > div { font-weight: 500; - margin:0 10px; + margin: 0 10px; } .def { color: rgb(30, 159, 255); @@ -2688,7 +2707,29 @@ const { display: flex; flex-direction: column; align-items: flex-start; - width: 120px; + width: 100%; + justify-content: space-around; + flex: 1; + flex-wrap: wrap; + padding: 0 24px; + box-sizing: border-box; + div { + flex-direction: column; + width: 50%; + height: 100%; + display: flex; + justify-content: space-around; + } + .name { + color: #90a0af; + width: 100px; + display: inline-block; + font-size: 16px; + } + .data { + color: #092c4d; + font-weight: 500; + } } .itemmibox { border: 0 !important; @@ -2744,4 +2785,40 @@ const { color: #d3832a; cursor: pointer; } +.scrollbar-flex-content { + display: flex; +} +.scrollbar-demo-item { + flex-shrink: 0; + display: flex; + align-items: center; + justify-content: center; + margin-right: 20px !important; + .itemmibox { + width: 100% !important; + margin-bottom: 20px !important; + } + .itemmibox:first-child { + /* 在这里添加您想要的样式 */ + margin-top: 20px !important; + } +} +.scrollbar-demo-item:last-child { + /* 在这里添加您想要的样式 */ + margin-right: 0 !important; +} +.itembox { + .titls { + width: 100%; + line-height: 36px; + padding: 0 25px; + box-sizing: border-box; + color: #333; + font-size: 16px; + font-weight: bold; + } +} +.KcpList { + margin-bottom: 50px !important; +} diff --git a/src/views/warehouse/warehouseRetentionRecord/warehouseRetentionRecord.vue b/src/views/warehouse/warehouseRetentionRecord/warehouseRetentionRecord.vue index a58b2d80..9314b706 100644 --- a/src/views/warehouse/warehouseRetentionRecord/warehouseRetentionRecord.vue +++ b/src/views/warehouse/warehouseRetentionRecord/warehouseRetentionRecord.vue @@ -1,267 +1,386 @@ +
+ +
+
+ + + + + + + + + + + + + + +
+ 清 空 + 搜 索 +
+
+ + +
+ + +
+ + + + - -