diff --git a/ABAP_AS_WITH_POOL.jcoDestination b/ABAP_AS_WITH_POOL.jcoDestination index fd9e028..89d383a 100644 --- a/ABAP_AS_WITH_POOL.jcoDestination +++ b/ABAP_AS_WITH_POOL.jcoDestination @@ -1,13 +1,5 @@ #for tests only ! -<<<<<<< HEAD -#Fri Jun 14 14:56:10 CST 2024 -======= -<<<<<<< HEAD -#Fri Jun 14 15:11:13 CST 2024 -======= -#Fri Jun 14 11:47:35 CST 2024 ->>>>>>> 4f24577e27615af0f5c59b77a49deac1fa915200 ->>>>>>> 2d988a2a6ab5b02b0e5a1fb532fbbe9a4506090c +#Wed Jun 19 09:11:03 CST 2024 jco.destination.pool_capacity=10 jco.client.lang=ZH jco.client.ashost=172.19.0.125 @@ -15,14 +7,5 @@ jco.client.saprouter= jco.client.user=RFC jco.client.sysnr=00 jco.destination.peak_limit=10 -<<<<<<< HEAD -jco.client.passwd=w#5?5KrYAXJkIlK$jo-`m}bwas!6.[bT!=Xmo.]-;Q#6*HV+ +jco.client.passwd=g}=[!8cY+]^Y:h6_:E9``X=J#eA[=IM/|(0EB`M)]I1i?/qD jco.client.client=800 -======= -<<<<<<< HEAD -jco.client.passwd=654321 -======= -jco.client.passwd=fIM!UgIY[[%*5IWWy6w`}PO$6)+{K)R`9,$_P^3ve}26(Qf| ->>>>>>> 4f24577e27615af0f5c59b77a49deac1fa915200 -jco.client.client=300 ->>>>>>> 2d988a2a6ab5b02b0e5a1fb532fbbe9a4506090c 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 @@