+
+
导出
总货位:
{{ countnumber.cargoNub }}
@@ -881,7 +883,7 @@ const showupt = value => {
values: '',
width: '150',
checkarr: [],
- fixed: false,
+ fixed: true,
sortable: true,
head: false,
},
@@ -907,6 +909,17 @@ const showupt = value => {
sortable: true,
head: false,
},
+ {
+ prop: 'waybillNumber',
+ label: '运单号',
+ type: 1,
+ values: '',
+ width: '200',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ head: false,
+ },
{
prop: 'customerName',
label: '顾客名字',
@@ -934,7 +947,73 @@ const showupt = value => {
label: '顾客电话',
type: 1,
values: '',
- width: '260',
+ width: '150',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ head: false,
+ },
+ {
+ prop: 'orderPackageStatusName',
+ label: '包件状态',
+ type: 1,
+ values: '',
+ width: '150',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ head: false,
+ },
+ {
+ prop: 'orderPackageStockupStatusName',
+ label: '包件备货状态',
+ type: 1,
+ values: '',
+ width: '150',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ head: false,
+ },
+ {
+ prop: 'orderPackageGroundingStatusName',
+ label: '包件上架状态',
+ type: 1,
+ values: '',
+ width: '150',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ head: false,
+ },
+ {
+ prop: 'orderPackageLoadingStatusName',
+ label: '包件装车状态',
+ type: 1,
+ values: '',
+ width: '150',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ head: false,
+ },
+ {
+ prop: 'orderPackageFreezeStatusName',
+ label: '包件冻结状态',
+ type: 1,
+ values: '',
+ width: '150',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ head: false,
+ },
+ {
+ prop: 'orderPackageReservationStatusName',
+ label: '包件预约状态',
+ type: 1,
+ values: '',
+ width: '150',
checkarr: [],
fixed: false,
sortable: true,
@@ -1021,6 +1100,17 @@ const showupt = value => {
sortable: true,
head: false,
},
+ {
+ prop: 'materialCode',
+ label: '物料编号',
+ type: 1,
+ values: '',
+ width: '150',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ head: false,
+ },
{
prop: 'orderCode',
label: '订单自编号',
@@ -1190,12 +1280,11 @@ const alldown = async () => {
let data = {
allocationId: details.checkite.id,
};
- if (!scope.row.enterNum && details.isshowdow == 2) {
+ if(details.checkselectchangearr.length==0){
proxy.$message({
type: 'error',
- message: '请输入下架数量!',
+ message: '请先勾选数据',
});
- return;
}
let url = '';
switch (details.isshowdow) {
@@ -1433,6 +1522,17 @@ const showdown = async value => {
sortable: true,
head: false,
},
+ {
+ prop: 'waybillNumber',
+ label: '运单号',
+ type: 1,
+ values: '',
+ width: '200',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ head: false,
+ },
{
prop: 'firsts',
label: '一级品类',
@@ -1488,6 +1588,72 @@ const showdown = async value => {
sortable: true,
head: false,
},
+ {
+ prop: 'orderPackageStatusName',
+ label: '包件状态',
+ type: 1,
+ values: '',
+ width: '150',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ head: false,
+ },
+ {
+ prop: 'orderPackageStockupStatusName',
+ label: '包件备货状态',
+ type: 1,
+ values: '',
+ width: '150',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ head: false,
+ },
+ {
+ prop: 'orderPackageGroundingStatusName',
+ label: '包件上架状态',
+ type: 1,
+ values: '',
+ width: '150',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ head: false,
+ },
+ {
+ prop: 'orderPackageLoadingStatusName',
+ label: '包件装车状态',
+ type: 1,
+ values: '',
+ width: '150',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ head: false,
+ },
+ {
+ prop: 'orderPackageFreezeStatusName',
+ label: '包件冻结状态',
+ type: 1,
+ values: '',
+ width: '150',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ head: false,
+ },
+ {
+ prop: 'orderPackageReservationStatusName',
+ label: '包件预约状态',
+ type: 1,
+ values: '',
+ width: '150',
+ checkarr: [],
+ fixed: false,
+ sortable: true,
+ head: false,
+ },
{
prop: '',
label: '操作',
@@ -1561,7 +1727,7 @@ const showdown = async value => {
label: '顾客电话',
type: 1,
values: '',
- width: '260',
+ width: '150',
checkarr: [],
fixed: false,
sortable: true,
@@ -1572,7 +1738,7 @@ const showdown = async value => {
label: '顾客电话',
type: 1,
values: '',
- width: '260',
+ width: '150',
checkarr: [],
fixed: false,
sortable: true,
@@ -2128,6 +2294,19 @@ const {
> .tips {
display: flex;
align-items: center;
+ .exprbuts{
+ width: 70px;
+ height: 30px;
+ color: #666666;
+ font-size: 12px;
+ background-color: #fff;
+ border-radius: 3px;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ border: 1.5px solid #E8E8E8;
+ cursor: pointer;
+ }
> div {
margin-left: 20px;
}
From aa116eeff69a26889b98f9986f0d360346e124c3 Mon Sep 17 00:00:00 2001
From: "0.0" <1092404103.qq.com>
Date: Mon, 11 Sep 2023 15:04:28 +0800
Subject: [PATCH 07/13] =?UTF-8?q?1.=E9=99=90=E5=88=B6=E8=B4=A7=E5=8C=BA?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/api/basicdata/basicdataGoodsArea.js | 11 +++++++
.../goodsShelf/basicdataGoodsShelf.vue | 32 +++++++++++--------
2 files changed, 30 insertions(+), 13 deletions(-)
diff --git a/src/api/basicdata/basicdataGoodsArea.js b/src/api/basicdata/basicdataGoodsArea.js
index ff2aa322..b5c5e63d 100644
--- a/src/api/basicdata/basicdataGoodsArea.js
+++ b/src/api/basicdata/basicdataGoodsArea.js
@@ -128,6 +128,17 @@ export const getGoodsAreaNodeList = () => {
method: 'get',
})
}
+/**
+ * 货区列表信息
+ * @param id 仓库ID
+ * @returns {AxiosPromise}
+ */
+export const getGoodsAreaoptionList = () => {
+ return request({
+ url: '/api/logpm-basicdata/goodsArea/getAreaoption',
+ method: 'get',
+ })
+}
/**
* 查询当前登录人所能操作的备货区
diff --git a/src/views/basicdata/warehouse/goodsShelf/basicdataGoodsShelf.vue b/src/views/basicdata/warehouse/goodsShelf/basicdataGoodsShelf.vue
index e0faca26..cb294023 100644
--- a/src/views/basicdata/warehouse/goodsShelf/basicdataGoodsShelf.vue
+++ b/src/views/basicdata/warehouse/goodsShelf/basicdataGoodsShelf.vue
@@ -124,26 +124,26 @@
-
+
-
+
-
+
-
-
-
-
-
-
-
-
+
+
+
+
@@ -319,11 +319,11 @@