From 44f224be9a50315e743d8f4fc21fcf489bf86bdc Mon Sep 17 00:00:00 2001 From: yunuo970428 <405378304@qq.com> Date: Mon, 15 Aug 2022 15:06:41 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=80=E5=8F=91=E5=8D=95=E8=BD=A6=E8=BF=94?= =?UTF-8?q?=E5=88=A9=E7=AE=A1=E7=90=86=E3=80=81=E5=8D=95=E8=BD=A6=E8=BF=94?= =?UTF-8?q?=E5=88=A9=E9=A2=84=E6=8F=90=E3=80=81=E5=8D=95=E8=BD=A6=E8=BF=94?= =?UTF-8?q?=E5=88=A9=E6=A0=B8=E5=AF=B9=E7=AD=89=E5=89=8D=E7=AB=AF=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/router/modules/codemenu.js | 44 +- .../bicyclerebatecheck/bicyclerebatecheck.vue | 285 +++++++++++++ .../bicyclerebatecheckAdd.vue | 327 +++++++++++++++ .../bicyclerebatecheckInfo.vue | 231 +++++++++++ .../bicyclerebatetobechecked.vue | 392 ++++++++++++++++++ .../relation/bicyclerebatetobecheckedAdd.vue | 206 +++++++++ .../relation/bicyclerebatetobecheckedInfo.vue | 205 +++++++++ .../relation/yiheduidanchefanli.vue | 277 +++++++++++++ .../bicyclerebatewithholding.vue | 286 +++++++++++++ .../bicyclerebatewithholdingAdd.vue | 248 +++++++++++ .../bicyclerebatewithholdingInfo.vue | 146 +++++++ .../relation/danchefanliAdd.vue | 176 ++++++++ .../relation/danchefanliInfo.vue | 165 ++++++++ .../relation/danchefanliselect.vue | 246 +++++++++++ .../bicyclerebatemanagement.vue | 388 +++++++++++++++++ .../bicyclerebatemanagementAdd.vue | 278 +++++++++++++ .../bicyclerebatemanagementInfo.vue | 156 +++++++ 17 files changed, 4040 insertions(+), 16 deletions(-) create mode 100644 anrui-scm/anrui-scm-ui/src/views/bikerebate/bicyclerebatecheck/bicyclerebatecheck.vue create mode 100644 anrui-scm/anrui-scm-ui/src/views/bikerebate/bicyclerebatecheck/bicyclerebatecheckAdd.vue create mode 100644 anrui-scm/anrui-scm-ui/src/views/bikerebate/bicyclerebatecheck/bicyclerebatecheckInfo.vue create mode 100644 anrui-scm/anrui-scm-ui/src/views/bikerebate/bicyclerebatecheck/bicyclerebatetobechecked.vue create mode 100644 anrui-scm/anrui-scm-ui/src/views/bikerebate/bicyclerebatecheck/relation/bicyclerebatetobecheckedAdd.vue create mode 100644 anrui-scm/anrui-scm-ui/src/views/bikerebate/bicyclerebatecheck/relation/bicyclerebatetobecheckedInfo.vue create mode 100644 anrui-scm/anrui-scm-ui/src/views/bikerebate/bicyclerebatecheck/relation/yiheduidanchefanli.vue create mode 100644 anrui-scm/anrui-scm-ui/src/views/bikerebate/bicyclerebatewithholding/bicyclerebatewithholding.vue create mode 100644 anrui-scm/anrui-scm-ui/src/views/bikerebate/bicyclerebatewithholding/bicyclerebatewithholdingAdd.vue create mode 100644 anrui-scm/anrui-scm-ui/src/views/bikerebate/bicyclerebatewithholding/bicyclerebatewithholdingInfo.vue create mode 100644 anrui-scm/anrui-scm-ui/src/views/bikerebate/bicyclerebatewithholding/relation/danchefanliAdd.vue create mode 100644 anrui-scm/anrui-scm-ui/src/views/bikerebate/bicyclerebatewithholding/relation/danchefanliInfo.vue create mode 100644 anrui-scm/anrui-scm-ui/src/views/bikerebate/bicyclerebatewithholding/relation/danchefanliselect.vue create mode 100644 anrui-scm/anrui-scm-ui/src/views/bikerebate/bikerebatemanagement/bicyclerebatemanagement.vue create mode 100644 anrui-scm/anrui-scm-ui/src/views/bikerebate/bikerebatemanagement/bicyclerebatemanagementAdd.vue create mode 100644 anrui-scm/anrui-scm-ui/src/views/bikerebate/bikerebatemanagement/bicyclerebatemanagementInfo.vue diff --git a/anrui-scm/anrui-scm-ui/src/router/modules/codemenu.js b/anrui-scm/anrui-scm-ui/src/router/modules/codemenu.js index 1b72147d52..b89ba497a2 100644 --- a/anrui-scm/anrui-scm-ui/src/router/modules/codemenu.js +++ b/anrui-scm/anrui-scm-ui/src/router/modules/codemenu.js @@ -435,22 +435,34 @@ const codemenu = [ } ] }, - // { - // path: '/bikerebate', - // component: Layout, - // redirect: '/bikerebate', - // meta: { - // title: '单车返利' - // }, - // children: [ - // { - // path: '/bikerebate/bikerebatemanagement', - // component: () => import('@/views/bikerebate/bikerebatemanagement/bicyclerebatemanagement.vue'), - // name: 'bicyclerebatemanagement', - // meta: { title: '单车返利管理', noCache: true } - // } - // ] - // }, + { + path: '/bikerebate', + component: Layout, + redirect: '/bikerebate', + meta: { + title: '单车返利' + }, + children: [ + { + path: '/bikerebate/bikerebatemanagement', + component: () => import('@/views/bikerebate/bikerebatemanagement/bicyclerebatemanagement.vue'), + name: 'bicyclerebatemanagement', + meta: { title: '单车返利管理', noCache: true } + }, + { + path: '/bikerebate/bicyclerebatewithholding', + component: () => import('@/views/bikerebate/bicyclerebatewithholding/bicyclerebatewithholding.vue'), + name: 'bicyclerebatewithholding', + meta: { title: '单车返利预提', noCache: true } + }, + { + path: '/bikerebate/bicyclerebatecheck', + component: () => import('@/views/bikerebate/bicyclerebatecheck/bicyclerebatetobechecked.vue'), + name: 'bicyclerebatetobechecked', + meta: { title: '单车返利核对', noCache: true } + } + ] + }, // 入账管理 { path: '/ruzhang', diff --git a/anrui-scm/anrui-scm-ui/src/views/bikerebate/bicyclerebatecheck/bicyclerebatecheck.vue b/anrui-scm/anrui-scm-ui/src/views/bikerebate/bicyclerebatecheck/bicyclerebatecheck.vue new file mode 100644 index 0000000000..ec48a955ef --- /dev/null +++ b/anrui-scm/anrui-scm-ui/src/views/bikerebate/bicyclerebatecheck/bicyclerebatecheck.vue @@ -0,0 +1,285 @@ + + + + diff --git a/anrui-scm/anrui-scm-ui/src/views/bikerebate/bicyclerebatecheck/bicyclerebatecheckAdd.vue b/anrui-scm/anrui-scm-ui/src/views/bikerebate/bicyclerebatecheck/bicyclerebatecheckAdd.vue new file mode 100644 index 0000000000..c187e4f624 --- /dev/null +++ b/anrui-scm/anrui-scm-ui/src/views/bikerebate/bicyclerebatecheck/bicyclerebatecheckAdd.vue @@ -0,0 +1,327 @@ + + + + + diff --git a/anrui-scm/anrui-scm-ui/src/views/bikerebate/bicyclerebatecheck/bicyclerebatecheckInfo.vue b/anrui-scm/anrui-scm-ui/src/views/bikerebate/bicyclerebatecheck/bicyclerebatecheckInfo.vue new file mode 100644 index 0000000000..fe575af0fb --- /dev/null +++ b/anrui-scm/anrui-scm-ui/src/views/bikerebate/bicyclerebatecheck/bicyclerebatecheckInfo.vue @@ -0,0 +1,231 @@ + + + + + diff --git a/anrui-scm/anrui-scm-ui/src/views/bikerebate/bicyclerebatecheck/bicyclerebatetobechecked.vue b/anrui-scm/anrui-scm-ui/src/views/bikerebate/bicyclerebatecheck/bicyclerebatetobechecked.vue new file mode 100644 index 0000000000..d53b469835 --- /dev/null +++ b/anrui-scm/anrui-scm-ui/src/views/bikerebate/bicyclerebatecheck/bicyclerebatetobechecked.vue @@ -0,0 +1,392 @@ + + + + diff --git a/anrui-scm/anrui-scm-ui/src/views/bikerebate/bicyclerebatecheck/relation/bicyclerebatetobecheckedAdd.vue b/anrui-scm/anrui-scm-ui/src/views/bikerebate/bicyclerebatecheck/relation/bicyclerebatetobecheckedAdd.vue new file mode 100644 index 0000000000..b72f95a4c5 --- /dev/null +++ b/anrui-scm/anrui-scm-ui/src/views/bikerebate/bicyclerebatecheck/relation/bicyclerebatetobecheckedAdd.vue @@ -0,0 +1,206 @@ + + + + + diff --git a/anrui-scm/anrui-scm-ui/src/views/bikerebate/bicyclerebatecheck/relation/bicyclerebatetobecheckedInfo.vue b/anrui-scm/anrui-scm-ui/src/views/bikerebate/bicyclerebatecheck/relation/bicyclerebatetobecheckedInfo.vue new file mode 100644 index 0000000000..b0f0f0da5f --- /dev/null +++ b/anrui-scm/anrui-scm-ui/src/views/bikerebate/bicyclerebatecheck/relation/bicyclerebatetobecheckedInfo.vue @@ -0,0 +1,205 @@ + + + + + diff --git a/anrui-scm/anrui-scm-ui/src/views/bikerebate/bicyclerebatecheck/relation/yiheduidanchefanli.vue b/anrui-scm/anrui-scm-ui/src/views/bikerebate/bicyclerebatecheck/relation/yiheduidanchefanli.vue new file mode 100644 index 0000000000..7271a1df9e --- /dev/null +++ b/anrui-scm/anrui-scm-ui/src/views/bikerebate/bicyclerebatecheck/relation/yiheduidanchefanli.vue @@ -0,0 +1,277 @@ + + + + diff --git a/anrui-scm/anrui-scm-ui/src/views/bikerebate/bicyclerebatewithholding/bicyclerebatewithholding.vue b/anrui-scm/anrui-scm-ui/src/views/bikerebate/bicyclerebatewithholding/bicyclerebatewithholding.vue new file mode 100644 index 0000000000..db5c7c79ba --- /dev/null +++ b/anrui-scm/anrui-scm-ui/src/views/bikerebate/bicyclerebatewithholding/bicyclerebatewithholding.vue @@ -0,0 +1,286 @@ + + + + diff --git a/anrui-scm/anrui-scm-ui/src/views/bikerebate/bicyclerebatewithholding/bicyclerebatewithholdingAdd.vue b/anrui-scm/anrui-scm-ui/src/views/bikerebate/bicyclerebatewithholding/bicyclerebatewithholdingAdd.vue new file mode 100644 index 0000000000..a527c6ad21 --- /dev/null +++ b/anrui-scm/anrui-scm-ui/src/views/bikerebate/bicyclerebatewithholding/bicyclerebatewithholdingAdd.vue @@ -0,0 +1,248 @@ + + + + + diff --git a/anrui-scm/anrui-scm-ui/src/views/bikerebate/bicyclerebatewithholding/bicyclerebatewithholdingInfo.vue b/anrui-scm/anrui-scm-ui/src/views/bikerebate/bicyclerebatewithholding/bicyclerebatewithholdingInfo.vue new file mode 100644 index 0000000000..c8ce22c360 --- /dev/null +++ b/anrui-scm/anrui-scm-ui/src/views/bikerebate/bicyclerebatewithholding/bicyclerebatewithholdingInfo.vue @@ -0,0 +1,146 @@ + + + + + diff --git a/anrui-scm/anrui-scm-ui/src/views/bikerebate/bicyclerebatewithholding/relation/danchefanliAdd.vue b/anrui-scm/anrui-scm-ui/src/views/bikerebate/bicyclerebatewithholding/relation/danchefanliAdd.vue new file mode 100644 index 0000000000..23a062e367 --- /dev/null +++ b/anrui-scm/anrui-scm-ui/src/views/bikerebate/bicyclerebatewithholding/relation/danchefanliAdd.vue @@ -0,0 +1,176 @@ + + + + + diff --git a/anrui-scm/anrui-scm-ui/src/views/bikerebate/bicyclerebatewithholding/relation/danchefanliInfo.vue b/anrui-scm/anrui-scm-ui/src/views/bikerebate/bicyclerebatewithholding/relation/danchefanliInfo.vue new file mode 100644 index 0000000000..0d8677fb78 --- /dev/null +++ b/anrui-scm/anrui-scm-ui/src/views/bikerebate/bicyclerebatewithholding/relation/danchefanliInfo.vue @@ -0,0 +1,165 @@ + + + + + diff --git a/anrui-scm/anrui-scm-ui/src/views/bikerebate/bicyclerebatewithholding/relation/danchefanliselect.vue b/anrui-scm/anrui-scm-ui/src/views/bikerebate/bicyclerebatewithholding/relation/danchefanliselect.vue new file mode 100644 index 0000000000..47d772837c --- /dev/null +++ b/anrui-scm/anrui-scm-ui/src/views/bikerebate/bicyclerebatewithholding/relation/danchefanliselect.vue @@ -0,0 +1,246 @@ + + + + diff --git a/anrui-scm/anrui-scm-ui/src/views/bikerebate/bikerebatemanagement/bicyclerebatemanagement.vue b/anrui-scm/anrui-scm-ui/src/views/bikerebate/bikerebatemanagement/bicyclerebatemanagement.vue new file mode 100644 index 0000000000..8d1df4eaa5 --- /dev/null +++ b/anrui-scm/anrui-scm-ui/src/views/bikerebate/bikerebatemanagement/bicyclerebatemanagement.vue @@ -0,0 +1,388 @@ + + + + diff --git a/anrui-scm/anrui-scm-ui/src/views/bikerebate/bikerebatemanagement/bicyclerebatemanagementAdd.vue b/anrui-scm/anrui-scm-ui/src/views/bikerebate/bikerebatemanagement/bicyclerebatemanagementAdd.vue new file mode 100644 index 0000000000..1b860a9084 --- /dev/null +++ b/anrui-scm/anrui-scm-ui/src/views/bikerebate/bikerebatemanagement/bicyclerebatemanagementAdd.vue @@ -0,0 +1,278 @@ + + + + + diff --git a/anrui-scm/anrui-scm-ui/src/views/bikerebate/bikerebatemanagement/bicyclerebatemanagementInfo.vue b/anrui-scm/anrui-scm-ui/src/views/bikerebate/bikerebatemanagement/bicyclerebatemanagementInfo.vue new file mode 100644 index 0000000000..1b2dec4705 --- /dev/null +++ b/anrui-scm/anrui-scm-ui/src/views/bikerebate/bikerebatemanagement/bicyclerebatemanagementInfo.vue @@ -0,0 +1,156 @@ + + + + +