From 0bf7671733a6a20cf5fa7e3671bc27acb9b37231 Mon Sep 17 00:00:00 2001
From: caill <815519168@qq.com>
Date: Mon, 22 Apr 2024 15:41:43 +0800
Subject: [PATCH] =?UTF-8?q?=E5=87=BA=E5=85=A5=E5=BA=93=E9=A1=B5=E9=9D=A2?=
=?UTF-8?q?=E6=A0=B7=E5=BC=8F=E3=80=81=E9=9C=80=E6=B1=82?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
common/style/layout.css | 11 ++--
common/style/reset.css | 3 ++
pages/management/in-storage.vue | 92 +++++++++++++++++++--------------
3 files changed, 62 insertions(+), 44 deletions(-)
diff --git a/common/style/layout.css b/common/style/layout.css
index 0524fe8..fd844ce 100644
--- a/common/style/layout.css
+++ b/common/style/layout.css
@@ -205,12 +205,12 @@ uni-button{
display: flex;
align-items: center;
justify-content: center;
- font-size: 14px;
+ font-size: 13px;
line-height: 15px;
height: 30px;
color: #AFBED8;
font-weight: bold;
- padding: 0 5px;
+ /* padding: 0 5px; */
text-align: center;
}
.zd-sec-th {
@@ -223,8 +223,9 @@ uni-button{
color: #fff;
/* background-color: #0F1521; */
font-weight: bold;
- padding: 0 5px;
+ /* padding: 0 5px; */
text-align: center;
+ white-space: nowrap;
}
.zd-td {
display: flex;
@@ -234,7 +235,7 @@ uni-button{
line-height: 13px;
height: 30px;
color: #fff;
- padding: 0 5px;
+ /* padding: 0 5px; */
text-align: center;
border-bottom: 1px solid #7A9FE0;
word-break: break-all;
@@ -246,7 +247,7 @@ uni-button{
align-items: center;
font-size: 12px;
line-height: 13px;
- height: 30px;
+ height: 65px;
color: #fff;
background-color: rgba(194, 86, 62, 0.2);
padding: 0 5px;
diff --git a/common/style/reset.css b/common/style/reset.css
index 1a16037..2c203c1 100644
--- a/common/style/reset.css
+++ b/common/style/reset.css
@@ -155,4 +155,7 @@ input[type="button"], input[type="submit"], input[type="search"], input[type="re
}
.pophide {
transform: translateY(180%);
+}
+.scale8 {
+ transform: scale(0.8)
}
\ No newline at end of file
diff --git a/pages/management/in-storage.vue b/pages/management/in-storage.vue
index 7c5818c..fecadc8 100644
--- a/pages/management/in-storage.vue
+++ b/pages/management/in-storage.vue
@@ -10,7 +10,7 @@
-
+
@@ -18,58 +18,65 @@
- 序号
- 选择
- 入库单号
- EAS单号
+ 序号
+ 选择
+ 出(入)库单号
+ 组织名称
状态
- 去向
- 入库日期
- 领料人
+ 仓库名称
+ 制单日期
制单人
+ 业务日期
+ 操作日期
+ 操作人
- {{i+1}}
-
+ {{i+1}}
+
- {{e.code}}
- {{e.djbh}}
+ {{e.djbh}}
+ {{e.zzmc}}
{{e.djzt}}
{{e.ckmc}}
- {{e.cksj}}
- {{e.llr}}
+ {{e.cjsj.substring(0, 10)}}
{{e.cjr}}
+ {{e.ywrq.substring(0, 10)}}
+ {{e.update_time}}
+ {{e.update_name}}
-
+
+
序号
选择
- 入库单号
明细编号
- 存货编号
+ 组织名称
+ 仓库名称
物料编号
- 物料名称
- 推荐库位
- 实际库位
- 已入数量
+ 物料名称
+ 规格型号
+ 单位
+ 库位
数量
- 单据日期
+ 已入(出)数量
+ 库存
{{j+1}}
- {{el.djbh}}
- {{el.zzbm}}
- {{el.kwbm}}
+ {{el.code}}
+ {{el.zzmc}}
+ {{el.ckmc}}
{{el.wlbm}}
- {{el.wlmc}}
- {{el.ckbm}}
- {{el.ckbm}}
- {{el.jbsl}}
- {{el.fzsl}}
- {{el.cksj}}
+ {{el.wlmc}}
+ {{el.ggxh}}
+ {{el.jldw}}
+ {{el.kwbm}}
+ {{el.sl}}
+ {{el.czsl}}
+ {{el.kcsl}}
@@ -80,6 +87,7 @@
+
@@ -89,17 +97,17 @@
序号
- 出库单号
物料编号
物料名称
+ 推荐库位
实际库位
数量
{{t+1}}
- {{ele.djbh}}
{{ele.wlbm}}
{{ele.wlmc}}
+ {{ele.tjkw}}
el.checked === true)
- this.checkArr1 = arr.map(el => {return el.id})
+ this.checkArr1 = arr.map(el => {return el.djid})
+ if (arr.length === 1) {
+ this.btnActive1 = arr[0].djzt === '提交' ? true : false
+ } else {
+ this.btnActive1 = false
+ }
},
async toSure () {
this.disabled1 = true
- if (this.checkArr1.length === 0) {
+ if (this.checkArr1.length === 0 || this.btnActive1) {
this.disabled1 = false
return
}