From f617ef749afc1adba307db9fbdb2ffc253a078d9 Mon Sep 17 00:00:00 2001 From: Zhao Qiqi <1287235164@qq.com> Date: Thu, 16 Jun 2022 09:26:27 +0800 Subject: [PATCH 1/7] =?UTF-8?q?=E5=9F=BA=E7=A1=80=E4=BF=A1=E6=81=AF?= =?UTF-8?q?=EF=BC=88=E6=8C=82=E9=9D=A0=E5=85=AC=E5=8F=B8=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E8=81=94=E7=B3=BB=E7=94=B5=E8=AF=9D=EF=BC=89?= =?UTF-8?q?,=E8=A1=8C=E6=94=BF=E7=AE=A1=E7=90=86=EF=BC=88=E5=91=98?= =?UTF-8?q?=E5=B7=A5=E6=9B=B4=E6=94=B9=E6=A0=B7=E5=BC=8F=EF=BC=89,?= =?UTF-8?q?=E4=BE=9B=E5=BA=94=E9=93=BE=E7=AE=A1=E7=90=86=EF=BC=88=E9=AA=8C?= =?UTF-8?q?=E8=BD=A6=E3=80=81=E5=85=A5=E5=BA=93=E3=80=81=E5=AD=98=E6=94=BE?= =?UTF-8?q?=E5=9C=B0=E7=82=B9=E5=8F=98=E6=9B=B4=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../guakaogongsiguanli/guakaogongsiAdd.vue | 3 + .../guakaogongsiguanli/guakaogongsiInfo.vue | 8 +- .../guakaogongsiguanli/guakaogongsiguanli.vue | 9 +- .../src/views/sysstaffinfo/yuangongAdd.vue | 91 +++-- .../src/api/cheliang/basevehicle.js | 2 +- .../src/api/supplychain/yancheguanli.js | 11 + .../src/router/modules/codemenu.js | 59 ++- anrui-scm/anrui-scm-ui/src/styles/index.scss | 5 + .../anruiscm/scmwarehouse/scmwarehouse.vue | 12 +- .../cheliangtaizhang/cheliangtaizhang.vue | 10 +- .../cheliangtaizhang/cheliangtaizhangAdd.vue | 15 +- .../hegezhengtaizhang/hegezhengtaizhang.vue | 3 - .../cunfangdidianbiangeng.vue | 361 ++++++++++++++++++ .../cunfangdidianbiangengAdd.vue | 315 +++++++++++++++ .../cunfangdidianbiangengInfo.vue | 190 +++++++++ .../supplychain/rukuguanli/rukuguanliAdd.vue | 247 ++++++++++++ .../rukuguanli/rukuguanliAlready.vue | 261 +++++++++++++ .../rukuguanli/rukuguanliAwait.vue | 274 +++++++++++++ .../supplychain/yancheguanli/yancheguanli.vue | 277 ++++++++++++++ .../yancheguanli/yancheguanliAdd.vue | 276 +++++++++++++ .../yancheguanli/yancheguanliAlready.vue | 13 + .../yancheguanli/yancheguanliInfo.vue | 171 +++++++++ .../src/layout/components/Navbar.vue | 8 +- 23 files changed, 2567 insertions(+), 54 deletions(-) create mode 100644 anrui-scm/anrui-scm-ui/src/api/supplychain/yancheguanli.js create mode 100644 anrui-scm/anrui-scm-ui/src/views/supplychain/cunfangdidianbiangeng/cunfangdidianbiangeng.vue create mode 100644 anrui-scm/anrui-scm-ui/src/views/supplychain/cunfangdidianbiangeng/cunfangdidianbiangengAdd.vue create mode 100644 anrui-scm/anrui-scm-ui/src/views/supplychain/cunfangdidianbiangeng/cunfangdidianbiangengInfo.vue create mode 100644 anrui-scm/anrui-scm-ui/src/views/supplychain/rukuguanli/rukuguanliAdd.vue create mode 100644 anrui-scm/anrui-scm-ui/src/views/supplychain/rukuguanli/rukuguanliAlready.vue create mode 100644 anrui-scm/anrui-scm-ui/src/views/supplychain/rukuguanli/rukuguanliAwait.vue create mode 100644 anrui-scm/anrui-scm-ui/src/views/supplychain/yancheguanli/yancheguanli.vue create mode 100644 anrui-scm/anrui-scm-ui/src/views/supplychain/yancheguanli/yancheguanliAdd.vue create mode 100644 anrui-scm/anrui-scm-ui/src/views/supplychain/yancheguanli/yancheguanliAlready.vue create mode 100644 anrui-scm/anrui-scm-ui/src/views/supplychain/yancheguanli/yancheguanliInfo.vue diff --git a/anrui-base/anrui-base-ui/src/views/guakaogongsi/guakaogongsiguanli/guakaogongsiAdd.vue b/anrui-base/anrui-base-ui/src/views/guakaogongsi/guakaogongsiguanli/guakaogongsiAdd.vue index 43cb8d1567..2771a3185e 100644 --- a/anrui-base/anrui-base-ui/src/views/guakaogongsi/guakaogongsiguanli/guakaogongsiAdd.vue +++ b/anrui-base/anrui-base-ui/src/views/guakaogongsi/guakaogongsiguanli/guakaogongsiAdd.vue @@ -1224,6 +1224,9 @@ export default { } diff --git a/anrui-base/anrui-base-ui/src/views/guakaogongsi/guakaogongsiguanli/guakaogongsiguanli.vue b/anrui-base/anrui-base-ui/src/views/guakaogongsi/guakaogongsiguanli/guakaogongsiguanli.vue index c63efebbe3..9629a23e48 100644 --- a/anrui-base/anrui-base-ui/src/views/guakaogongsi/guakaogongsiguanli/guakaogongsiguanli.vue +++ b/anrui-base/anrui-base-ui/src/views/guakaogongsi/guakaogongsiguanli/guakaogongsiguanli.vue @@ -107,6 +107,11 @@ {{ scope.row.registDetailAddress }} + + + - + diff --git a/anrui-scm/anrui-scm-ui/src/views/examinePage/chukushenhe/chukushenheTodo.vue b/anrui-scm/anrui-scm-ui/src/views/examinePage/chukushenhe/chukushenheTodo.vue index 6e4848178c..1e2a69cd2c 100644 --- a/anrui-scm/anrui-scm-ui/src/views/examinePage/chukushenhe/chukushenheTodo.vue +++ b/anrui-scm/anrui-scm-ui/src/views/examinePage/chukushenhe/chukushenheTodo.vue @@ -9,19 +9,13 @@ type="primary" size="small" :disabled="createBtn" - @click="handleAgree()" - >同意 + @click="handleAgree()">同意 不同意 - 返回 + @click="handleDisagree()">不同意 + 返回
@@ -31,8 +25,7 @@ label-position="right" label-width="100%" class="formadd" - :rules="rules" - > + :rules="rules">
出库申请
@@ -56,8 +49,7 @@ 是否为终端客户: + >是否为终端客户: diff --git a/anrui-scm/anrui-scm-ui/src/views/redirect/index.vue b/anrui-scm/anrui-scm-ui/src/views/redirect/index.vue new file mode 100644 index 0000000000..db4c1d66d1 --- /dev/null +++ b/anrui-scm/anrui-scm-ui/src/views/redirect/index.vue @@ -0,0 +1,12 @@ + diff --git a/anrui-scm/anrui-scm-ui/src/views/supplychain/cunfangdidianbiangeng/cunfangdidianbiangeng.vue b/anrui-scm/anrui-scm-ui/src/views/supplychain/cunfangdidianbiangeng/cunfangdidianbiangeng.vue index 1a7efc1e1e..7154f3ce04 100644 --- a/anrui-scm/anrui-scm-ui/src/views/supplychain/cunfangdidianbiangeng/cunfangdidianbiangeng.vue +++ b/anrui-scm/anrui-scm-ui/src/views/supplychain/cunfangdidianbiangeng/cunfangdidianbiangeng.vue @@ -61,9 +61,12 @@ - + @@ -84,6 +87,10 @@
+ + + + @@ -97,6 +104,7 @@ import Pagination from '@/components/pagination' import pageye from '@/components/pagination/pageye' import cunfangdidianbiangengAdd from '@/views/supplychain/cunfangdidianbiangeng/cunfangdidianbiangengAdd' import cunfangdidianbiangengInfo from '@/views/supplychain/cunfangdidianbiangeng/cunfangdidianbiangengInfo' +import upload from '../../../components/uploadFile/upload_chexing' export default { name: 'cunfangdidianbiangeng', @@ -105,7 +113,8 @@ export default { Pagination, pageye, cunfangdidianbiangengAdd, - cunfangdidianbiangengInfo + cunfangdidianbiangengInfo, + upload }, data() { @@ -114,6 +123,9 @@ export default { viewState: 1, // 1、列表 2、添加 3、修改 4、查看 isSearchShow: false, tableLoading: false, + dialogImgVisible: false, + srcList: [], + imgList:[], multipleSelection:[], sids:[], dataList: [], @@ -300,8 +312,9 @@ export default { handleUpload(){ }, - handleCheckImg(){ - + handleCheckImg(row){ + this.dialogImgVisible = true + // this.srcList = row.vehicleModelUrls }, // 车型名称下拉框 getModelName() { @@ -358,4 +371,8 @@ export default { .tab-header /deep/ .el-form-item { margin-bottom: 10px; } +.upload_img { + display: inline-block; + padding-right: 10px; +} diff --git a/anrui-scm/anrui-scm-ui/src/views/supplychain/cunfangdidianbiangeng/cunfangdidianbiangengAdd.vue b/anrui-scm/anrui-scm-ui/src/views/supplychain/cunfangdidianbiangeng/cunfangdidianbiangengAdd.vue index bbcefe2773..40b0aa8d54 100644 --- a/anrui-scm/anrui-scm-ui/src/views/supplychain/cunfangdidianbiangeng/cunfangdidianbiangengAdd.vue +++ b/anrui-scm/anrui-scm-ui/src/views/supplychain/cunfangdidianbiangeng/cunfangdidianbiangengAdd.vue @@ -9,7 +9,7 @@
车辆存放地点变更申请
- +
@@ -77,8 +77,10 @@ 保险状态 - - + + + + diff --git a/anrui-system-ui/src/layout/components/TagsView/index.vue b/anrui-system-ui/src/layout/components/TagsView/index.vue index 373543fa77..5c3d53e259 100644 --- a/anrui-system-ui/src/layout/components/TagsView/index.vue +++ b/anrui-system-ui/src/layout/components/TagsView/index.vue @@ -140,8 +140,7 @@ export default { const { fullPath } = view this.$nextTick(() => { this.$router.replace({ - path: fullPath - // path: '/redirect' + fullPath + path: '/redirect' + fullPath }) }) }) diff --git a/anrui-system-ui/src/router/index.js b/anrui-system-ui/src/router/index.js index 340fc97943..fd7a16d144 100644 --- a/anrui-system-ui/src/router/index.js +++ b/anrui-system-ui/src/router/index.js @@ -1,14 +1,23 @@ import Vue from 'vue' import Router from 'vue-router' +/* Layout */ +import Layout from '@/layout' Vue.use(Router) -/* Layout */ -import Layout from '@/layout' /* 所有角色可以访问/没有权限要求的基页 */ export const constantRoutes = [ + { + path: '/redirect', + component: Layout, + hidden: true, + children: [{ + path: '/redirect/:path(.*)', + component: () => import('@/views/redirect/index.vue') + }] + }, { path: '/', redirect: 'login' diff --git a/anrui-system-ui/src/views/redirect/index.vue b/anrui-system-ui/src/views/redirect/index.vue new file mode 100644 index 0000000000..db4c1d66d1 --- /dev/null +++ b/anrui-system-ui/src/views/redirect/index.vue @@ -0,0 +1,12 @@ + From fd20a4bf1261457aabd4688c88f57bf5d23bec3b Mon Sep 17 00:00:00 2001 From: yunuo970428 <405378304@qq.com> Date: Thu, 16 Jun 2022 11:30:00 +0800 Subject: [PATCH 6/7] =?UTF-8?q?=E8=B7=AF=E7=94=B1=E4=B8=AD=E7=9A=84?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E4=B8=80=E4=B8=AA=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/router/modules/codemenu.js | 78 ++++++++----------- 1 file changed, 34 insertions(+), 44 deletions(-) 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 95cf5090d6..ba1a710368 100644 --- a/anrui-scm/anrui-scm-ui/src/router/modules/codemenu.js +++ b/anrui-scm/anrui-scm-ui/src/router/modules/codemenu.js @@ -12,7 +12,7 @@ const codemenu = [ path: '/scminbound/index', component: () => import('@/views/anruiscm/scminbound/scminbound.vue'), name: 'ScmInboundIndex', - meta: { title: '销售入库单' } + meta: { title: '销售入库单', noCache: true } }] }, { @@ -26,7 +26,7 @@ const codemenu = [ path: '/scmotherinbound/index', component: () => import('@/views/anruiscm/scmotherinbound/scmotherinbound.vue'), name: 'ScmOtherInboundIndex', - meta: { title: '其他入库单' } + meta: { title: '其他入库单', noCache: true } }] }, { @@ -40,7 +40,7 @@ const codemenu = [ path: '/scmotheroutbound/index', component: () => import('@/views/anruiscm/scmotheroutbound/scmotheroutbound.vue'), name: 'ScmOtherOutboundIndex', - meta: { title: '其他出库单' } + meta: { title: '其他出库单', noCache: true } }] }, { @@ -54,7 +54,7 @@ const codemenu = [ path: '/scmoutbound/index', component: () => import('@/views/anruiscm/scmoutbound/scmoutbound.vue'), name: 'ScmOutboundIndex', - meta: { title: '销售出库单' } + meta: { title: '销售出库单', noCache: true } }] }, { @@ -68,7 +68,7 @@ const codemenu = [ path: '/scmrealtimeinventory/index', component: () => import('@/views/anruiscm/scmrealtimeinventory/scmrealtimeinventory.vue'), name: 'ScmRealTimeInventoryIndex', - meta: { title: '即时库存表' } + meta: { title: '即时库存表', noCache: true } }] }, { @@ -82,7 +82,7 @@ const codemenu = [ path: '/scmrejected/index', component: () => import('@/views/anruiscm/scmrejected/scmrejected.vue'), name: 'ScmRejectedIndex', - meta: { title: '采购退料单' } + meta: { title: '采购退料单', noCache: true } }] }, { @@ -96,7 +96,7 @@ const codemenu = [ path: '/scmreturn/index', component: () => import('@/views/anruiscm/scmreturn/scmreturn.vue'), name: 'ScmReturnIndex', - meta: { title: '销售退货单' } + meta: { title: '销售退货单', noCache: true } }] }, @@ -111,7 +111,7 @@ const codemenu = [ path: '/scmmaterial/index', component: () => import('@/views/anruiscm/scmmaterial/scmmaterial.vue'), name: 'ScmMaterialIndex', - meta: { title: '物料管理' } + meta: { title: '物料管理', noCache: true } }] }, // 存放地点 @@ -126,7 +126,7 @@ const codemenu = [ path: '/scmwarehouse/index', component: () => import('@/views/anruiscm/scmwarehouse/scmwarehouse.vue'), name: 'ScmWarehouseIndex', - meta: { title: '存放地点' } + meta: { title: '存放地点', noCache: true } }] }, { @@ -140,13 +140,13 @@ const codemenu = [ path: '/shangzhuang/shangzhuangguanli', component: () => import('@/views/shangzhuang/shangzhuangguanli/shangzhuangguanli.vue'), name: 'ShangZhuangGuanLi', - meta: { title: '上装管理' } + meta: { title: '上装管理', noCache: true } }, { path: '/shangzhuang/shangzhuangjiansuo', component: () => import('@/views/shangzhuang/shangzhuangjiansuo/shangzhuangjiansuoguanli.vue'), name: 'ShangZhuangJianSuoGuanLi', - meta: { title: '上装管理' } + meta: { title: '上装管理', noCache: true } }] }, // 合格证台账 @@ -161,7 +161,7 @@ const codemenu = [ path: '/hegezheng/hegezhengtaizhang', component: () => import('@/views/cheliang/hegezhengtaizhang/hegezhengtaizhang.vue'), name: 'hegezhengtaizhang', - meta: { title: '合格证台账' } + meta: { title: '合格证台账', noCache: true } }] }, @@ -177,7 +177,7 @@ const codemenu = [ path: '/caigoudingdan/index', component: () => import('@/views/cheliang/cheliangcaigou/cheliangcaigou.vue'), name: 'cheliangcaigou', - meta: { title: '采购订单管理' } + meta: { title: '采购订单管理', noCache: true } }] }, @@ -192,13 +192,13 @@ const codemenu = [ path: '/guache/guacheguanli', component: () => import('@/views/guache/guacheguanli/guacheguanli.vue'), name: 'GuaCheJianSuoGuanLi', - meta: { title: '挂车管理' } + meta: { title: '挂车管理', noCache: true } }, { path: '/guache/guachejiansuo', component: () => import('@/views/guache/guachejiansuo/guachejiansuoguanli.vue'), name: 'guachejiansuoguanli', - meta: { title: '挂车管理' } + meta: { title: '挂车管理', noCache: true } } ] }, @@ -217,18 +217,14 @@ const codemenu = [ component: () => import('@/views/cheliang/chexing/chexing.vue'), name: 'chexing', - meta: { - title: '车型管理' - } + meta: { title: '车型管理', noCache: true } }, { path: '/cheliang/changyongpeizhi', component: () => import('@/views/cheliang/chexingpeizhi/changyongpeizhi.vue'), name: 'chexingpeizhi', - meta: { - title: '常用配置管理' - } + meta: { title: '常用配置管理', noCache: true } }, // 车辆台账 { @@ -236,18 +232,14 @@ const codemenu = [ component: () => import('@/views/cheliang/cheliangtaizhang/cheliangtaizhang.vue'), name: 'cheliangtaizhang', - meta: { - title: '车辆台账' - } + meta: { title: '车辆台账', noCache: true } }, { path: '/cheliang/chexingbaojia', component: () => import('@/views/cheliang/chexingbaojia/daibaojiaguanli/daibaojia.vue'), name: 'daibaojia', - meta: { - title: '车型报价' - } + meta: { title: '车型报价', noCache: true } }, // 车辆信息 @@ -256,9 +248,7 @@ const codemenu = [ component: () => import('@/views/cheliang/cheliangtaizhang/cheliangtaizhangInfo.vue'), name: 'CheliangtaizhangInfo', - meta: { - title: '车辆信息' - } + meta: { title: '车辆信息', noCache: true } } ] }, @@ -274,7 +264,7 @@ const codemenu = [ path: '/caigoutuiku/index', component: () => import('@/views/supplychain/caigoutuiku/caigoutuiku.vue'), name: 'caigoutuiku', - meta: { title: '采购退库' } + meta: { title: '采购退库', noCache: true } }] }, { @@ -289,7 +279,7 @@ const codemenu = [ path: '/vehicle/cheliangpaichan', component: () => import('@/views/supplychain/cheliangpaichan/cheliangpaichan.vue'), name: 'cheliangpaichan', - meta: { title: '车辆排产管理' } + meta: { title: '车辆排产管理', noCache: true } } ] }, @@ -305,7 +295,7 @@ const codemenu = [ path: '/supplychain/changjiaxitong', component: () => import('@/views/supplychain/changjiaxitong/manufacturers.vue'), name: 'changjiaxitongrenkuan', - meta: { title: '厂家系统认款' } + meta: { title: '厂家系统认款', noCache: true } } ] }, @@ -321,7 +311,7 @@ const codemenu = [ path: '/supplychain/cheliangneigou', component: () => import('@/views/supplychain/cheliangneigou/cheliangneigouguanli.vue'), name: 'cheliangneigouguanli', - meta: { title: '内购申请管理' } + meta: { title: '内购申请管理', noCache: true } } ] }, @@ -337,7 +327,7 @@ const codemenu = [ path: '/baseoutsourcingapplication/index', component: () => import('@/views/baseoutsourcingapplication/baseoutsourcingapplication.vue'), name: 'baseoutsourcingapplication', - meta: { title: '车辆外采' } + meta: { title: '车辆外采', noCache: true } } ] }, @@ -353,7 +343,7 @@ const codemenu = [ path: '/examine/chukushenhe', component: () => import('@/views/examinePage/chukushenhe/chukushenhe.vue'), name: 'chukushenhe', - meta: { title: '出库审核' } + meta: { title: '出库审核', noCache: true } } ] }, @@ -369,31 +359,31 @@ const codemenu = [ path: '/kucunguanli/tiaojiaguanli', component: () => import('@/views/kucunguanli/tiaojiaguanli/priceguanli.vue'), name: 'priceguanli', - meta: { title: '调价申请管理' } + meta: { title: '调价申请管理', noCache: true } }, { path: '/kucunguanli/panku', component: () => import('@/views/kucunguanli/panku/pankuguanli.vue'), name: 'pankuguanli', - meta: { title: '盘库管理' } + meta: { title: '盘库管理', noCache: true } }, { path: '/kucunguanli/cheliangweihu/richangxunjian', component: () => import('@/views/kucunguanli/cheliangweihu/richangxunjian/cheliangxunjian.vue'), name: 'cheliangxunjianjiluchaxun', - meta: { title: '日常巡检' } + meta: { title: '日常巡检', noCache: true } }, { path: '/kucunguanli/yancheguanli', component: () => import('@/views/supplychain/yancheguanli/yancheguanli.vue'), name: 'yancheguanli', - meta: { title: '验车管理' } + meta: { title: '验车管理', noCache: true } }, { path: '/kucunguanli/rukuguanli', component: () => import('@/views/supplychain/rukuguanli/rukuguanliAwait.vue'), name: 'rukuguanliawait', - meta: { title: '入库车辆管理' } + meta: { title: '入库车辆管理', noCache: true } } ] }, @@ -409,7 +399,7 @@ const codemenu = [ path: '/ruzhang/ruzhangguanli', component: () => import('@/views/ruzhang/ruzhangguanli/ruzhangguanli.vue'), name: 'ruzhangguanli', - meta: { title: '入账管理' } + meta: { title: '入账管理', noCache: true } }] }, // 未售买断管理 @@ -424,7 +414,7 @@ const codemenu = [ path: '/weishoumaiduan/weishoumaiduanguanli', component: () => import('@/views/weishoumaiduan/weishoumaiduanguanli/unsoldguanli.vue'), name: 'unsoldguanli', - meta: { title: '未售买断申请管理' } + meta: { title: '未售买断申请管理', noCache: true } }] }, // 验车管理 @@ -469,7 +459,7 @@ const codemenu = [ path: '/cunfangdidianbiangengguanli/cunfangdidianbiangeng', component: () => import('@/views/supplychain/cunfangdidianbiangeng/cunfangdidianbiangeng.vue'), name: 'cunfangdidianbiangeng', - meta: { title: '存放地点变更申请管理' } + meta: { title: '存放地点变更申请管理', noCache: true } }] }, // 流程审批 From 35e1c3af5d60990738f1ce91dc30ed98ca87a2dc Mon Sep 17 00:00:00 2001 From: yunuo970428 <405378304@qq.com> Date: Thu, 16 Jun 2022 11:31:41 +0800 Subject: [PATCH 7/7] =?UTF-8?q?=E8=BD=A6=E8=BE=86=E5=B7=A1=E6=A3=80?= =?UTF-8?q?=E5=8D=95=E4=B8=AD=E4=B8=8A=E4=BC=A0=E7=9B=B8=E5=85=B3=E7=85=A7?= =?UTF-8?q?=E7=89=87=E7=9A=84=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../anrui-scm-ui/src/api/portal/Upload.js | 6 +- .../src/components/uploadFile/FaImages.vue | 266 +++++++++++------- .../richangxunjian/xunjiandan.vue | 9 +- 3 files changed, 182 insertions(+), 99 deletions(-) diff --git a/anrui-scm/anrui-scm-ui/src/api/portal/Upload.js b/anrui-scm/anrui-scm-ui/src/api/portal/Upload.js index 906d19d80c..0dc738ccf5 100644 --- a/anrui-scm/anrui-scm-ui/src/api/portal/Upload.js +++ b/anrui-scm/anrui-scm-ui/src/api/portal/Upload.js @@ -1,10 +1,8 @@ import request from '@/utils/request' import qs from 'qs' -// 统一请求路径前缀 -const base = process.env.VUE_APP_URL -// 文件上传接口 -export const uploadFile = '/api/portal/file/upload' +// 文件上传接口 +export const uploadFile = '/api/base/file/upload' // 上传图片 // export function imageUpload(data) { diff --git a/anrui-scm/anrui-scm-ui/src/components/uploadFile/FaImages.vue b/anrui-scm/anrui-scm-ui/src/components/uploadFile/FaImages.vue index e47d3a9c87..a213321665 100644 --- a/anrui-scm/anrui-scm-ui/src/components/uploadFile/FaImages.vue +++ b/anrui-scm/anrui-scm-ui/src/components/uploadFile/FaImages.vue @@ -1,53 +1,92 @@ - + diff --git a/anrui-scm/anrui-scm-ui/src/views/kucunguanli/cheliangweihu/richangxunjian/xunjiandan.vue b/anrui-scm/anrui-scm-ui/src/views/kucunguanli/cheliangweihu/richangxunjian/xunjiandan.vue index 4eac58f4f8..38e6f9a29a 100644 --- a/anrui-scm/anrui-scm-ui/src/views/kucunguanli/cheliangweihu/richangxunjian/xunjiandan.vue +++ b/anrui-scm/anrui-scm-ui/src/views/kucunguanli/cheliangweihu/richangxunjian/xunjiandan.vue @@ -55,7 +55,9 @@
相关照片
- {{ formobj.vinNo }} + + +
@@ -67,9 +69,13 @@