From ae8b3b8d721a66d85f9d34f05028dc413a61ebe1 Mon Sep 17 00:00:00 2001
From: caill <815519168@qq.com>
Date: Thu, 7 Sep 2023 18:05:03 +0800
Subject: [PATCH] =?UTF-8?q?=E5=8E=9F=E8=BE=85=E6=96=99=E7=AE=A1=E7=90=86?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages.json | 13 ++
pages/warehouse/RawmaterialRevice.vue | 106 ++++++++++++++
pages/warehouse/WarehouseReceiptDetails.vue | 153 ++++++++++++++++++++
3 files changed, 272 insertions(+)
create mode 100644 pages/warehouse/RawmaterialRevice.vue
create mode 100644 pages/warehouse/WarehouseReceiptDetails.vue
diff --git a/pages.json b/pages.json
index 0aed2d0..d83e81c 100644
--- a/pages.json
+++ b/pages.json
@@ -68,6 +68,19 @@
"navigationStyle": "custom"
}
}
+ ,{
+ "path" : "pages/warehouse/RawmaterialRevice",
+ "style": {
+ "navigationStyle": "custom"
+ }
+ }
+ ,{
+ "path" : "pages/warehouse/WarehouseReceiptDetails",
+ "style": {
+ "navigationStyle": "custom"
+ }
+
+ }
],
"globalStyle": {
// "pageOrientation": "landscape",
diff --git a/pages/warehouse/RawmaterialRevice.vue b/pages/warehouse/RawmaterialRevice.vue
new file mode 100644
index 0000000..76f8d5b
--- /dev/null
+++ b/pages/warehouse/RawmaterialRevice.vue
@@ -0,0 +1,106 @@
+
+
+
+
+
+
+
+
+
+ | 选择 |
+ 仓库 |
+ 入库单号 |
+ 业务日期 |
+ 明细数 |
+ 总重量 |
+ 单位 |
+
+
+
+
+ | |
+ {{e.device_code}} |
+ {{e.device_name}} |
+ {{e.status_name}} |
+ {{e.plan_start_date}} |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/pages/warehouse/WarehouseReceiptDetails.vue b/pages/warehouse/WarehouseReceiptDetails.vue
new file mode 100644
index 0000000..50a6235
--- /dev/null
+++ b/pages/warehouse/WarehouseReceiptDetails.vue
@@ -0,0 +1,153 @@
+
+
+
+
+
+
+
+ 入库单
+
+
+
+
+
+
+
+ 明细数
+
+
+
+
+
+
+
+ 业务日期
+
+
+
+
+
+
+
+
+
+
+
+ | 序号 |
+ 物料编码 |
+ 重量 |
+ 单位 |
+ 采购单号 |
+ 业务日期 |
+
+
+
+
+ | {{i+1}} |
+ {{e.material_spec}} |
+ {{e.material_code}} |
+ {{e.material_name}} |
+ {{e.product_name}} |
+ {{e.net_weight}} |
+
+
+
+
+
+
+
+
+
+
+
+
+
+