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}}
+
+
+
+
+
+ 物料修改
+
+
+ 物料编码:
+
+
+
+ 批次日期:
+
+
+
+
+
+
+
+
+ 缴库数量:
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+