From 8bc4e2f487bf4747a2e5b65526718dea69d44726 Mon Sep 17 00:00:00 2001
From: admin <>
Date: Mon, 18 Mar 2024 09:52:18 +0800
Subject: [PATCH] =?UTF-8?q?update:=20=E6=9B=B4=E6=96=B0=E5=9F=BA=E7=A1=80?=
=?UTF-8?q?=E8=B5=84=E6=96=99=E5=AF=B9=E6=8E=A5?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/pages.json | 50 +++-
src/pagesApp/components/addReceiveProduct.vue | 229 ++++++++++++++++
src/pagesApp/components/addReceiveType.vue | 180 +++++++++++++
.../components/addShipmentProduct.vue | 248 ++++++++++++++++++
src/pagesApp/components/addShipmentType.vue | 174 ++++++++++++
src/pagesApp/receiveProduct.vue | 159 +++++++++++
src/pagesApp/receiveType.vue | 140 ++++++++++
src/pagesApp/shipmentProduct.vue | 159 +++++++++++
src/pagesApp/shipmentType.vue | 140 ++++++++++
src/pagesHome/index.vue | 27 +-
10 files changed, 1496 insertions(+), 10 deletions(-)
create mode 100644 src/pagesApp/components/addReceiveProduct.vue
create mode 100644 src/pagesApp/components/addReceiveType.vue
create mode 100644 src/pagesApp/components/addShipmentProduct.vue
create mode 100644 src/pagesApp/components/addShipmentType.vue
create mode 100644 src/pagesApp/receiveProduct.vue
create mode 100644 src/pagesApp/receiveType.vue
create mode 100644 src/pagesApp/shipmentProduct.vue
create mode 100644 src/pagesApp/shipmentType.vue
diff --git a/src/pages.json b/src/pages.json
index c22c59e..3fb7dcd 100644
--- a/src/pages.json
+++ b/src/pages.json
@@ -311,16 +311,40 @@
"navigationBarTitleText": "客户管理"
}
},
+ {
+ "path": "receiveProduct",
+ "style": {
+ "navigationBarTitleText": "收货产品"
+ }
+ },
+ {
+ "path": "receiveType",
+ "style": {
+ "navigationBarTitleText": "收货分类"
+ }
+ },
+ {
+ "path": "shipmentProduct",
+ "style": {
+ "navigationBarTitleText": "出货产品"
+ }
+ },
{
"path": "stockCard",
"style": {
"navigationBarTitleText": "库存卡管理"
}
},
+ {
+ "path": "shipmentType",
+ "style": {
+ "navigationBarTitleText": "出货分类管理"
+ }
+ },
{
"path": "supplierType",
"style": {
- "navigationBarTitleText": "供应商分类管理"
+ "navigationBarTitleText": "出货分类"
}
},
{
@@ -335,12 +359,36 @@
"navigationBarTitleText": "新增供应商"
}
},
+ {
+ "path": "components/addShipmentType",
+ "style": {
+ "navigationBarTitleText": "新增出货分类"
+ }
+ },
{
"path": "components/addCustomer",
"style": {
"navigationBarTitleText": "新增客户"
}
},
+ {
+ "path": "components/addReceiveProduct",
+ "style": {
+ "navigationBarTitleText": "新增收货产品"
+ }
+ },
+ {
+ "path": "components/addReceiveType",
+ "style": {
+ "navigationBarTitleText": "新增收货分类"
+ }
+ },
+ {
+ "path": "components/addShipmentProduct",
+ "style": {
+ "navigationBarTitleText": "新增出货产品"
+ }
+ },
{
"path": "components/addStockCard",
"style": {
diff --git a/src/pagesApp/components/addReceiveProduct.vue b/src/pagesApp/components/addReceiveProduct.vue
new file mode 100644
index 0000000..fbea25f
--- /dev/null
+++ b/src/pagesApp/components/addReceiveProduct.vue
@@ -0,0 +1,229 @@
+
+
+
+
+
+
+
+
+ {{ item.unit }}
+
+
+
+
+
+
+
+
+
+ handleSelect(item.childKey, v)"
+ @close="contrlModalParams[item.childKey].isShow = false"
+ :closeOnClickAction="true"
+ >
+
+
+
+
+
+
+
+
diff --git a/src/pagesApp/components/addReceiveType.vue b/src/pagesApp/components/addReceiveType.vue
new file mode 100644
index 0000000..76a7494
--- /dev/null
+++ b/src/pagesApp/components/addReceiveType.vue
@@ -0,0 +1,180 @@
+
+
+
+
+
+
+
+
+ {{ item.unit }}
+
+
+
+
+
+
+
+
+
+ handleSelect(item.childKey, v)"
+ @close="contrlModalParams[item.childKey].isShow = false"
+ :closeOnClickAction="true"
+ >
+
+
+
+
+
+
+
+
diff --git a/src/pagesApp/components/addShipmentProduct.vue b/src/pagesApp/components/addShipmentProduct.vue
new file mode 100644
index 0000000..4bc8e0b
--- /dev/null
+++ b/src/pagesApp/components/addShipmentProduct.vue
@@ -0,0 +1,248 @@
+
+
+
+
+
+
+
+
+ {{ item.unit }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/pagesApp/components/addShipmentType.vue b/src/pagesApp/components/addShipmentType.vue
new file mode 100644
index 0000000..979c524
--- /dev/null
+++ b/src/pagesApp/components/addShipmentType.vue
@@ -0,0 +1,174 @@
+
+
+
+
+
+
+
+
+ {{ item.unit }}
+
+
+
+
+
+
+
+
+
+ handleSelect(item.childKey, v)"
+ @close="contrlModalParams[item.childKey].isShow = false"
+ :closeOnClickAction="true"
+ >
+
+
+
+
+
+
+
+
diff --git a/src/pagesApp/receiveProduct.vue b/src/pagesApp/receiveProduct.vue
new file mode 100644
index 0000000..a3c780a
--- /dev/null
+++ b/src/pagesApp/receiveProduct.vue
@@ -0,0 +1,159 @@
+
+
+
+
+ 新增
+
+
+
+
+
+ {{ item.reProductsName }}
+ {{ item.minPrice }} ~ {{ item.maxPrice }} 元
+
+
+ 编辑
+ 删除
+
+
+
+
+
+
+
diff --git a/src/pagesApp/receiveType.vue b/src/pagesApp/receiveType.vue
new file mode 100644
index 0000000..a2ad3a6
--- /dev/null
+++ b/src/pagesApp/receiveType.vue
@@ -0,0 +1,140 @@
+
+
+
+
+ 新增
+
+
+
+
+ {{ item.reCategoryName }}
+
+
+ 编辑
+ 删除
+
+
+
+
+
+
+
diff --git a/src/pagesApp/shipmentProduct.vue b/src/pagesApp/shipmentProduct.vue
new file mode 100644
index 0000000..6b55454
--- /dev/null
+++ b/src/pagesApp/shipmentProduct.vue
@@ -0,0 +1,159 @@
+
+
+
+
+ 新增
+
+
+
+
+
+ {{ item.shmProductsName }}
+ 分类:{{ item.parentName }} / {{ item.shmCategoryName }}
+
+
+ 编辑
+ 删除
+
+
+
+
+
+
+
diff --git a/src/pagesApp/shipmentType.vue b/src/pagesApp/shipmentType.vue
new file mode 100644
index 0000000..4de0722
--- /dev/null
+++ b/src/pagesApp/shipmentType.vue
@@ -0,0 +1,140 @@
+
+
+
+
+ 新增
+
+
+
+
+ {{ item.reCategoryName }}
+
+
+ 编辑
+ 删除
+
+
+
+
+
+
+
diff --git a/src/pagesHome/index.vue b/src/pagesHome/index.vue
index 1a44a07..bee8dfe 100644
--- a/src/pagesHome/index.vue
+++ b/src/pagesHome/index.vue
@@ -360,27 +360,27 @@ const appList = reactive([
icon: "09.png",
title: "收货产品",
fn: () => {
- // uni.navigateTo({
- // url: "/pagesApp/receiveSpl", // 要跳转到的页面路径
- // });
+ uni.navigateTo({
+ url: "/pagesApp/receiveProduct", // 要跳转到的页面路径
+ });
},
},
{
icon: "10.png",
title: "收货分类",
fn: () => {
- // uni.navigateTo({
- // url: "/pagesApp/shipmentSpl", // 要跳转到的页面路径
- // });
+ uni.navigateTo({
+ url: "/pagesApp/receiveType", // 要跳转到的页面路径
+ });
},
},
{
icon: "11.png",
title: "出货产品",
fn: () => {
- // uni.navigateTo({
- // url: "/pagesApp/receiveDetail", // 要跳转到的页面路径
- // });
+ uni.navigateTo({
+ url: "/pagesApp/shipmentProduct", // 要跳转到的页面路径
+ });
},
},
{
@@ -437,6 +437,15 @@ const appList = reactive([
});
},
},
+ {
+ icon: "16.png",
+ title: "出货分类",
+ fn: () => {
+ uni.navigateTo({
+ url: "/pagesApp/shipmentType", // 要跳转到的页面路径
+ });
+ },
+ },
]);
const tabMenuList = reactive([