diff --git a/ABAP_AS_WITH_POOL.jcoDestination b/ABAP_AS_WITH_POOL.jcoDestination index 8dfc3c9..3de8c5c 100644 --- a/ABAP_AS_WITH_POOL.jcoDestination +++ b/ABAP_AS_WITH_POOL.jcoDestination @@ -1,5 +1,13 @@ #for tests only ! +<<<<<<< HEAD #Wed Jun 19 10:12:57 CST 2024 +======= +<<<<<<< HEAD +#Wed Jun 19 09:11:03 CST 2024 +======= +#Mon Jun 17 15:48:27 CST 2024 +>>>>>>> 1efe171bc013909adaa8e3300a0b9ce6c2e24d85 +>>>>>>> d63db1c95090eda2578290808925b20b3608a764 jco.destination.pool_capacity=10 jco.client.lang=ZH jco.client.ashost=172.19.0.125 @@ -7,5 +15,13 @@ jco.client.saprouter= jco.client.user=RFC jco.client.sysnr=00 jco.destination.peak_limit=10 +<<<<<<< HEAD jco.client.passwd=dbTq!8PGYoMxt}M?DFv(:oQQUwH:qM9KKr$k^CHW9U;kE9uK +======= +<<<<<<< HEAD +jco.client.passwd=g}=[!8cY+]^Y:h6_:E9``X=J#eA[=IM/|(0EB`M)]I1i?/qD +======= +jco.client.passwd=654321 +>>>>>>> 1efe171bc013909adaa8e3300a0b9ce6c2e24d85 +>>>>>>> d63db1c95090eda2578290808925b20b3608a764 jco.client.client=800 diff --git a/ruoyi-ui/package.json b/ruoyi-ui/package.json index 610200f..741f6b7 100644 --- a/ruoyi-ui/package.json +++ b/ruoyi-ui/package.json @@ -60,6 +60,7 @@ "vue": "2.6.12", "vue-count-to": "1.0.13", "vue-cropper": "0.5.5", + "vue-infinite-scroll": "^2.0.2", "vue-meta": "2.4.0", "vue-qrcode-reader": "^3.2.0", "vue-router": "3.4.9", diff --git a/ruoyi-ui/src/router/index.js b/ruoyi-ui/src/router/index.js index 817a21b..b116470 100644 --- a/ruoyi-ui/src/router/index.js +++ b/ruoyi-ui/src/router/index.js @@ -140,7 +140,7 @@ export const constantRoutes = [ hidden: true, children: [ { - path: 'edit/:quotId', + path: 'edit', component: () => import('@/views/mobile/quoteMobile/operation/add'), name: 'quoteMobileEdit', meta: { title: '编辑报价单', activeMenu: '/mobile/quoteMobile/operation' } diff --git a/ruoyi-ui/src/views/mobile/quoteMobile/index.vue b/ruoyi-ui/src/views/mobile/quoteMobile/index.vue index d22c213..f04f2b9 100644 --- a/ruoyi-ui/src/views/mobile/quoteMobile/index.vue +++ b/ruoyi-ui/src/views/mobile/quoteMobile/index.vue @@ -2,44 +2,81 @@