diff --git a/ABAP_AS_WITH_POOL.jcoDestination b/ABAP_AS_WITH_POOL.jcoDestination
deleted file mode 100644
index 9a078f9..0000000
--- a/ABAP_AS_WITH_POOL.jcoDestination
+++ /dev/null
@@ -1,11 +0,0 @@
-#for tests only !
-#Tue Jun 25 11:00:35 CST 2024
-jco.destination.pool_capacity=10
-jco.client.lang=ZH
-jco.client.ashost=172.19.0.125
-jco.client.saprouter=
-jco.client.user=RFC
-jco.client.sysnr=00
-jco.destination.peak_limit=10
-jco.client.passwd=654321
-jco.client.client=800
diff --git a/ruoyi-ui/src/assets/logo/103.png b/ruoyi-ui/src/assets/logo/103.png
new file mode 100644
index 0000000..c07a5c8
Binary files /dev/null and b/ruoyi-ui/src/assets/logo/103.png differ
diff --git a/ruoyi-ui/src/main.js b/ruoyi-ui/src/main.js
index 06cf2eb..0fdb8ab 100644
--- a/ruoyi-ui/src/main.js
+++ b/ruoyi-ui/src/main.js
@@ -22,6 +22,9 @@ import { parseTime, resetForm, addDateRange, selectDictLabel, selectDictLabels,
import { Splitpanes, Pane } from 'splitpanes'
import 'splitpanes/dist/splitpanes.css'
+import Vant from 'vant';
+import 'vant/lib/index.css';
+
// 分页组件
import Pagination from "@/components/Pagination";
// 自定义表格工具组件
@@ -66,6 +69,7 @@ Vue.component('ImagePreview', ImagePreview)
Vue.component('Splitpanes', Splitpanes)
Vue.component('Pane', Pane)
+Vue.use(Vant);
Vue.use(directive)
Vue.use(plugins)
Vue.use(VueMeta)
diff --git a/ruoyi-ui/src/router/index.js b/ruoyi-ui/src/router/index.js
index 2ab93ba..c36628d 100644
--- a/ruoyi-ui/src/router/index.js
+++ b/ruoyi-ui/src/router/index.js
@@ -126,6 +126,19 @@ export const constantRoutes = [
}
]
},
+ {
+ path: '/customerMobile/index',
+ component: Layout,
+ hidden: true,
+ children: [
+ {
+ path: '',
+ component: () => import('@/views/mobile/customerMobile/index'),
+ name: 'customerMobile',
+ meta: { title: '客户管理', activeMenu: '/mobile/customerMobile' }
+ }
+ ]
+ },
{
path: '/quoteMobile/add',
component: Layout,
@@ -152,6 +165,32 @@ export const constantRoutes = [
}
]
},
+ {
+ path: '/customerMobile/addCustomer',
+ component: Layout,
+ hidden: true,
+ children: [
+ {
+ path: '',
+ component: () => import('@/views/mobile/customerMobile/addCustomer'),
+ name: 'addCustomer',
+ meta: { title: '新建客户', activeMenu: '/mobile/customerMobile/addCustomer' }
+ }
+ ]
+ },
+ {
+ path: '/customerMobile/editCustomer',
+ component: Layout,
+ hidden: true,
+ children: [
+ {
+ path: '',
+ component: () => import('@/views/mobile/customerMobile/addCustomer'),
+ name: 'editCustomer',
+ meta: { title: '修改客户', activeMenu: '/mobile/customerMobile/addCustomer' }
+ }
+ ]
+ },
{
path: '/mobile/index',
component: Layout,
diff --git a/ruoyi-ui/src/views/mobile/customerMobile/addCustomer.vue b/ruoyi-ui/src/views/mobile/customerMobile/addCustomer.vue
new file mode 100644
index 0000000..459041a
--- /dev/null
+++ b/ruoyi-ui/src/views/mobile/customerMobile/addCustomer.vue
@@ -0,0 +1,1044 @@
+
+
客户
+