diff --git a/ruoyi-ui/src/assets/logo/113.png b/ruoyi-ui/src/assets/logo/113.png new file mode 100644 index 0000000..dabbe6f Binary files /dev/null and b/ruoyi-ui/src/assets/logo/113.png differ diff --git a/ruoyi-ui/src/router/index.js b/ruoyi-ui/src/router/index.js index 04f39e1..e400760 100644 --- a/ruoyi-ui/src/router/index.js +++ b/ruoyi-ui/src/router/index.js @@ -204,6 +204,19 @@ export const constantRoutes = [ } ] }, + { + path: '/redBookMobile/productSelectMobile', + component: Layout, + hidden: true, + children: [ + { + path: '', + component: () => import('@/views/mobile/redBookMobile/productSelectMobile'), + name: 'redBookMobile', + meta: { title: '报价单', activeMenu: '/mobile/redBookMobile/productSelectMobile' } + } + ] + }, { 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 index 459041a..ca7d0b1 100644 --- a/ruoyi-ui/src/views/mobile/customerMobile/addCustomer.vue +++ b/ruoyi-ui/src/views/mobile/customerMobile/addCustomer.vue @@ -625,10 +625,7 @@ export default { /** 保存按钮 */ async saveForm() { const valid = await this.validateForm(); - console.log(11111111) - if (valid) { - console.log(11111111) this.form.bankList = this.bankList; if (this.form.cusId != null) { updateCustomer(this.form).then(response => { diff --git a/ruoyi-ui/src/views/mobile/index.vue b/ruoyi-ui/src/views/mobile/index.vue index 2e2c08d..03aaf44 100644 --- a/ruoyi-ui/src/views/mobile/index.vue +++ b/ruoyi-ui/src/views/mobile/index.vue @@ -12,14 +12,14 @@
询价单
- - - - - - - - + + +
+ 报价 +
+
报价
+
+
@@ -92,9 +92,14 @@ export default { }, methods: { handleClick(appName) { - console.log(appName); - this.$router.push('/' + appName + '/index'); - // 这里可以添加更多的处理逻辑,例如跳转到相应的应用页面 + if(appName === 'redBookMobile') { + this.$router.push('/redBookMobile/productSelectMobile'); + } else{ + console.log(appName); + this.$router.push('/' + appName + '/index'); + // 这里可以添加更多的处理逻辑,例如跳转到相应的应用页面 + } + } }, } diff --git a/ruoyi-ui/src/views/mobile/redBookMobile/productSelectMobile.vue b/ruoyi-ui/src/views/mobile/redBookMobile/productSelectMobile.vue new file mode 100644 index 0000000..dd8ebce --- /dev/null +++ b/ruoyi-ui/src/views/mobile/redBookMobile/productSelectMobile.vue @@ -0,0 +1,959 @@ + + + + + diff --git a/ruoyi-ui/src/views/mobile/redBookMobile/quots.vue b/ruoyi-ui/src/views/mobile/redBookMobile/quots.vue new file mode 100644 index 0000000..651cdcb --- /dev/null +++ b/ruoyi-ui/src/views/mobile/redBookMobile/quots.vue @@ -0,0 +1,13 @@ + + + + +