From a7f0166b4010490846284806066b36f406bbdd20 Mon Sep 17 00:00:00 2001
From: "Mr.sun" <2290907227@qq.com>
Date: Wed, 6 Mar 2024 18:05:42 +0800
Subject: [PATCH] =?UTF-8?q?=E7=9B=98=E7=82=B9=E8=BF=81=E7=A7=BB?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/inventory/implement.vue | 686 +++++++++++++++++++---------------
pages/inventory/index.vue | 487 +++++++++++++++++++-----
2 files changed, 787 insertions(+), 386 deletions(-)
diff --git a/pages/inventory/implement.vue b/pages/inventory/implement.vue
index aac4e2f..523b1ad 100644
--- a/pages/inventory/implement.vue
+++ b/pages/inventory/implement.vue
@@ -1,314 +1,412 @@
-
-
-
- 巷道:
-
-
-
-
- ——
-
-
-
-
-
- 正序
- 倒序
-
-
-
-
-
-
-
-
- 货 位:
- {{ result.locationCode }}
-
- {{ result.storageName }}
-
-
-
- 货 主:
- {{ result.consignorName}}
-
- 明盘
- 盲盘
-
-
-
- 商品编号:{{ result.goodNo}}
-
-
- {{ transInvUnit(result.invType)}}
-
-
- 商品名称:{{ result.goodName}}
-
-
- 规 格:
- {{ result.specifications}}
-
-
- 厂 家:
- {{ result.factory}}
-
-
- 产 地:
- {{ result.waster}}
-
-
- 批 号:
- {{ result.batchNo }}
-
-
- 显示效期:{{ result.productionDate }}--{{ result.expiredDate }}
-
-
- 件装/单位
- 件数
- 零散数
- 数量
-
-
-
-
- {{result.packageQty}}/{{transUnit(result.unit)}}
-
-
-
-
-
-
- {{result.qty}}
-
+
+
+
+
+
+
+
+
+
+
+
+
+ 待盘点物料信息
+
+
+
+
+
+
+
+
+
+ 物料编号:
+ {{item.ptPart}}
+
+
+
+
+
+ 台车编码:
+ {{item.containerCode }}
+
+
+
+
+
+ 物料名称:
+ {{item.ptName}}
+
+
-
- 入库预分配
- 出库预分配
- 补货预分配
+
+
+ 物料数量:
+ {{item.qty}}
+
+
+ 盘点数量:
+ {{item.invQty}}
+
+
+
+
+
+ 物料修改
+
+
+ 物料编码:
+
-
- {{ result.onlockInQuantity}}
- {{ result.onlockOutQuantity }}
- {{ result.onlockReplenishQuantity }}
+
+ 批次日期:
+
+
+
+
+
+
+
+ 缴库数量:
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
- 确认
-
-
+
+
+
+
+
-
-
diff --git a/pages/inventory/index.vue b/pages/inventory/index.vue
index 97969be..523b1ad 100644
--- a/pages/inventory/index.vue
+++ b/pages/inventory/index.vue
@@ -1,109 +1,412 @@
-
-
-
-
- 序号
- 盘点单号
- 总条目12
- 已盘条目
- 盘点人
-
-
-
- {{ index + 1 }}
-
-
- {{ item.invOrderNo || '-' }}
-
-
- {{ item.totalNumber || '-' }}
-
-
-
- {{ item.finishNumber || '-' }}
-
-
-
-
- {{ item.invUser || '-' }}
-
-
-
-
-
-
- 刷新
- 开始盘点
-
+
+
+
+
+
+
+
+
+
+
+
+
+ 待盘点物料信息
+
+
+
+
+
+
+
+
+
+ 物料编号:
+ {{item.ptPart}}
+
+
+
+
+
+ 台车编码:
+ {{item.containerCode }}
+
+
+
+
+
+ 物料名称:
+ {{item.ptName}}
+
+
+
+
+
+ 物料数量:
+ {{item.qty}}
+
+
+ 盘点数量:
+ {{item.invQty}}
+
+
+
+
+
+ 物料修改
+
+
+ 物料编码:
+
+
+
+ 批次日期:
+
+
+
+
+
+
+
+
+ 缴库数量:
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+