diff --git a/src/pages.json b/src/pages.json
index 12ec403..6bd75f4 100644
--- a/src/pages.json
+++ b/src/pages.json
@@ -12,13 +12,14 @@
}
},
"pages": [
- // {
- // "path": "pages/index/index",
- // "style": {
- // "navigationStyle": "custom", // 控制头部是否显示
- // "navigationBarTitleText": "工作台"
- // }
- // },
+ {
+ "path": "pagesHome/index",
+ "style": {
+ "navigationStyle": "custom", // 控制头部是否显示
+ "navigationBarTitleText": "工作台"
+ }
+ },
+
{
"path": "pages/login/index",
"style": {
@@ -83,18 +84,18 @@
}
]
},
- {
- "root": "pagesHome",
- "pages": [
- {
- "path": "index",
- "style": {
- "navigationStyle": "custom", // 控制头部是否显示
- "navigationBarTitleText": "工作台"
- }
- }
- ]
- },
+ // {
+ // "root": "pagesHome",
+ // "pages": [
+ // {
+ // "path": "index",
+ // "style": {
+ // "navigationStyle": "custom", // 控制头部是否显示
+ // "navigationBarTitleText": "工作台"
+ // }
+ // }
+ // ]
+ // },
{
"root": "pagesReceive",
"pages": [
@@ -309,9 +310,15 @@
"style": {
"navigationBarTitleText": "客户管理"
}
+ },
+ {
+ "path": "components/addSupplier",
+ "style": {
+ "navigationBarTitleText": "新增供应商"
+ }
}
]
- },
+ }
// {
// "root": "uni_modules",
// "pages": [
diff --git a/src/pagesApp/components/addSupplier.vue b/src/pagesApp/components/addSupplier.vue
new file mode 100644
index 0000000..6ee1867
--- /dev/null
+++ b/src/pagesApp/components/addSupplier.vue
@@ -0,0 +1,284 @@
+
+
+
+
+
+
+
+
+ {{ item.unit }}
+
+
+
+
+
+
+
+
+
+ handleSelect(item.childKey, v)"
+ @close="contrlModalParams[item.childKey].isShow = false"
+ :closeOnClickAction="true"
+ >
+
+
+
+
+
+
+
+
diff --git a/src/pagesApp/supplierMgt.vue b/src/pagesApp/supplierMgt.vue
index 62d4fae..8ae4eae 100644
--- a/src/pagesApp/supplierMgt.vue
+++ b/src/pagesApp/supplierMgt.vue
@@ -1,6 +1,9 @@
+ 全部分类
+
- 新增
+ 新增
+
{{ item.name }}
卡号:{{ item.cardCode }}
- 删除
+
+ 编辑
+ 删除
+
+