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}} |
+
+
+
+
+
+
+
+
+
+
+
+
+
+