From 50f61bd6263fa51607823f92419a997f6f2b5df7 Mon Sep 17 00:00:00 2001 From: Zhao Qiqi <1287235164@qq.com> Date: Tue, 9 Aug 2022 10:05:35 +0800 Subject: [PATCH] =?UTF-8?q?=E8=99=9A=E6=8B=9F=E8=AE=A2=E5=8D=95=20?= =?UTF-8?q?=E8=BD=A6=E8=BE=86=E5=8F=B0=E8=B4=A6=E3=80=81=E8=BD=A6=E5=9E=8B?= =?UTF-8?q?=E7=AE=A1=E7=90=86=E3=80=81=E8=BD=A6=E5=9E=8B=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E7=AE=A1=E7=90=86=E8=BF=99=E4=B8=89=E4=B8=AA=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E7=9A=84=E6=AF=8F=E9=A1=B5=E5=87=A0=E6=9D=A1=E6=94=B9=E4=B8=BA?= =?UTF-8?q?=E9=BB=98=E8=AE=A4=E4=B8=BA5=E6=9D=A1/=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../anrui-buscenter-ui/src/router/index.js | 4 +- .../dingdanxinxi/dingdanxinxiAdd.vue | 12 +-- .../kehudengjidan/kehudengjidanAdd.vue | 46 +++++---- .../xunidingdan/com/xuanzecheliang.vue | 12 +-- .../xunidingdan/com/xuanzekehuAdd.vue | 23 +++-- .../xunidingdan/com/yudingcheliang.vue | 12 +-- .../xunidingdan/xunidingdanAdd.vue | 67 +++++++------ .../xunidingdan/xunidingdanguanli.vue | 93 +++++++++---------- .../xunidingdan/xunidingjinAdd.vue | 9 +- .../cheliangtaizhang/cheliangtaizhang.vue | 4 +- .../src/views/cheliang/chexing/chexing.vue | 4 +- .../chexingpeizhi/changyongpeizhi.vue | 2 +- 12 files changed, 144 insertions(+), 144 deletions(-) diff --git a/anrui-buscenter/anrui-buscenter-ui/src/router/index.js b/anrui-buscenter/anrui-buscenter-ui/src/router/index.js index d657f4dbe1..2f28b1dbfb 100644 --- a/anrui-buscenter/anrui-buscenter-ui/src/router/index.js +++ b/anrui-buscenter/anrui-buscenter-ui/src/router/index.js @@ -238,14 +238,14 @@ export const constantRoutes = [ title: '销售管理' }, children: [ - // 虚拟订车单 + // 简易订单(原虚拟订车单) { path: '/xiaoshouguanli/xunidingdanguanli', component: () => import('@/views/xiaoshouguanli/xunidingdan/xunidingdanguanli.vue'), name: 'xunidingdanguanli', meta: { - title: '虚拟订车单' + title: '简易订单' } }, { diff --git a/anrui-buscenter/anrui-buscenter-ui/src/views/xiaoshouguanli/dingdanguanli/dingdanxinxi/dingdanxinxiAdd.vue b/anrui-buscenter/anrui-buscenter-ui/src/views/xiaoshouguanli/dingdanguanli/dingdanxinxi/dingdanxinxiAdd.vue index 7f490c021a..865c8d1452 100644 --- a/anrui-buscenter/anrui-buscenter-ui/src/views/xiaoshouguanli/dingdanguanli/dingdanxinxi/dingdanxinxiAdd.vue +++ b/anrui-buscenter/anrui-buscenter-ui/src/views/xiaoshouguanli/dingdanguanli/dingdanxinxi/dingdanxinxiAdd.vue @@ -1098,12 +1098,12 @@ }, // 中介 getZhongJieCompany() { - getZhongJieCompanyType().then((response) => { - if (response.code === '200') { - this.getZhongJieCompanyList = response.data - this.getManufacturerList() - } - }) + // getZhongJieCompanyType().then((response) => { + // if (response.code === '200') { + // this.getZhongJieCompanyList = response.data + // this.getManufacturerList() + // } + // }) }, //中介单位 zhongJieCompanyChange(value) { diff --git a/anrui-buscenter/anrui-buscenter-ui/src/views/xiaoshouguanli/kehudengjidan/kehudengjidanAdd.vue b/anrui-buscenter/anrui-buscenter-ui/src/views/xiaoshouguanli/kehudengjidan/kehudengjidanAdd.vue index d693ae0fc0..43e5684f58 100644 --- a/anrui-buscenter/anrui-buscenter-ui/src/views/xiaoshouguanli/kehudengjidan/kehudengjidanAdd.vue +++ b/anrui-buscenter/anrui-buscenter-ui/src/views/xiaoshouguanli/kehudengjidan/kehudengjidanAdd.vue @@ -565,11 +565,7 @@ export default { }, methods: { init() { - this.getShuJUZiDian() - this.getZhongJie() - this.getGuaKao() - this.getChangShang() - this.postHuoquyonghu() + }, // ----------功能打开开始-------- handleReturn(isreload) { @@ -588,6 +584,11 @@ export default { }) this.dialogStatus = 'add' this.viewTitle = '【新增】客户登记单' + this.getShuJUZiDian() + this.getZhongJie() + this.getGuaKao() + this.getChangShang() + this.postHuoquyonghu() }, showEdit(consid) { this.stateId = consid @@ -610,6 +611,11 @@ export default { this.Financial = response.data.data.crmVehicleFinanceVo this.loan_principal = response.data.data.crmVehicleFinanceVo.loan_principal_type_key.split(',') this.typeOptionBox = response.data.data.crmVehicleFinanceVo.packaging_project_key.split(',') + this.getShuJUZiDian() + this.getZhongJie() + this.getGuaKao() + this.getChangShang() + this.postHuoquyonghu() } }) }, @@ -737,11 +743,11 @@ export default { }, // 挂靠单位 getGuaKao() { - namesDown({name: this.temp.affiliatedOrgSid}).then((response) => { - if (response.code === '200') { - this.edOrgSid = response.data - } - }) + // namesDown({name: this.temp.affiliatedOrgSid}).then((response) => { + // if (response.code === '200') { + // this.edOrgSid = response.data + // } + // }) }, // 证件类型 getZhengJian(value) { @@ -922,11 +928,11 @@ export default { }, // 中介单位 getZhongJie() { - getPcDistributorList().then((response) => { - if (response.code === '200') { - this.ncySid = response.data - } - }) + // getPcDistributorList().then((response) => { + // if (response.code === '200') { + // this.ncySid = response.data + // } + // }) }, // 中介单位处理 getZongjieDanwei(value) { @@ -957,11 +963,11 @@ export default { }, // 厂商 getChangShang() { - getNamesDown({name: this.temp.vendorSid}).then((response) => { - if (response.code === '200') { - this.vendor = response.data - } - }) + // getNamesDown({name: this.temp.vendorSid}).then((response) => { + // if (response.code === '200') { + // this.vendor = response.data + // } + // }) }, // 厂商模糊查询 querySearchAsync(queryString, cb) { diff --git a/anrui-buscenter/anrui-buscenter-ui/src/views/xiaoshouguanli/xunidingdan/com/xuanzecheliang.vue b/anrui-buscenter/anrui-buscenter-ui/src/views/xiaoshouguanli/xunidingdan/com/xuanzecheliang.vue index 6db934d008..efc3c9734c 100644 --- a/anrui-buscenter/anrui-buscenter-ui/src/views/xiaoshouguanli/xunidingdan/com/xuanzecheliang.vue +++ b/anrui-buscenter/anrui-buscenter-ui/src/views/xiaoshouguanli/xunidingdan/com/xuanzecheliang.vue @@ -218,12 +218,12 @@ }, // 品牌下拉 getcarbrand() { - selectBrand().then((res) => { - if (res.code === '200') { - this.carbrand_list = res.data - console.log('下拉框请求品牌', res.data) - } - }) + // selectBrand().then((res) => { + // if (res.code === '200') { + // this.carbrand_list = res.data + // console.log('下拉框请求品牌', res.data) + // } + // }) }, changeCarbrand(value) { let bb = {} diff --git a/anrui-buscenter/anrui-buscenter-ui/src/views/xiaoshouguanli/xunidingdan/com/xuanzekehuAdd.vue b/anrui-buscenter/anrui-buscenter-ui/src/views/xiaoshouguanli/xunidingdan/com/xuanzekehuAdd.vue index 536e5b22c8..df42cdf3e5 100644 --- a/anrui-buscenter/anrui-buscenter-ui/src/views/xiaoshouguanli/xunidingdan/com/xuanzekehuAdd.vue +++ b/anrui-buscenter/anrui-buscenter-ui/src/views/xiaoshouguanli/xunidingdan/com/xuanzekehuAdd.vue @@ -512,7 +512,6 @@ import {mapGetters} from 'vuex' Customeryou: '', checkin: '', //登记状态 kehusid: '', - customerType: '', YongHuid: [], visible: false, stateId: 0, @@ -771,11 +770,11 @@ import {mapGetters} from 'vuex' // }, // 挂靠单位 getGuaKao() { - namesDown({name: this.temp.affiliatedOrgSid}).then((response) => { - if (response.code === '200') { - this.edOrgSid = response.data - } - }) + // namesDown({name: this.temp.affiliatedOrgSid}).then((response) => { + // if (response.code === '200') { + // this.edOrgSid = response.data + // } + // }) }, // -------------------------获取省市县方法------------------------- huoquSheng() { @@ -972,7 +971,7 @@ import {mapGetters} from 'vuex' this.activeNames=['1'] this.list1=[] this.$emit('handleReturn') - + }else if('511'===response.code || '513'===response.code){ this.FormLoading = false this.dialogFormVisible = true @@ -1054,11 +1053,11 @@ import {mapGetters} from 'vuex' // --------------------------------------------------------------------------------- // 中介单位 getZhongJie() { - getPcDistributorList().then((response) => { - if (response.code === '200') { - this.ncySid = response.data - } - }) + // getPcDistributorList().then((response) => { + // if (response.code === '200') { + // this.ncySid = response.data + // } + // }) }, // 中介单位处理 getZongjieDanwei(value) { diff --git a/anrui-buscenter/anrui-buscenter-ui/src/views/xiaoshouguanli/xunidingdan/com/yudingcheliang.vue b/anrui-buscenter/anrui-buscenter-ui/src/views/xiaoshouguanli/xunidingdan/com/yudingcheliang.vue index 8c1af8d5bf..d705ad3b2a 100644 --- a/anrui-buscenter/anrui-buscenter-ui/src/views/xiaoshouguanli/xunidingdan/com/yudingcheliang.vue +++ b/anrui-buscenter/anrui-buscenter-ui/src/views/xiaoshouguanli/xunidingdan/com/yudingcheliang.vue @@ -294,12 +294,12 @@ export default { // ---------------------------------模糊搜索和联动搜索------------------------------------------------ // 厂商 getChangShang() { - getNamesDown({ name: this.temp.manufacturerName }).then((response) => { - console.log('8888', response) - if (response.code === '200') { - this.vendor = response.data - } - }) + // getNamesDown({ name: this.temp.manufacturerName }).then((response) => { + // console.log('8888', response) + // if (response.code === '200') { + // this.vendor = response.data + // } + // }) }, // 厂商模糊查询 querySearchAsync(queryString, cb) { diff --git a/anrui-buscenter/anrui-buscenter-ui/src/views/xiaoshouguanli/xunidingdan/xunidingdanAdd.vue b/anrui-buscenter/anrui-buscenter-ui/src/views/xiaoshouguanli/xunidingdan/xunidingdanAdd.vue index 83c2db9acd..197a25ffc1 100644 --- a/anrui-buscenter/anrui-buscenter-ui/src/views/xiaoshouguanli/xunidingdan/xunidingdanAdd.vue +++ b/anrui-buscenter/anrui-buscenter-ui/src/views/xiaoshouguanli/xunidingdan/xunidingdanAdd.vue @@ -16,53 +16,52 @@
销售虚拟订车单
-
单据编号:{{ temp.billNo }}
-
制单日期:{{ temp.createDate }}
+
分公司:{{ temp.billNo }}
+
申请人:{{ temp.createName }}
+
申请日期:{{ temp.createDate }}
+
金额单位:{{ temp.price }}元
+ + + + + + + + + + + + + + + + + + - - 部门名称 + + 订单类型 - - - {{ temp.orgName }} - - - - 销售专员 - - - - {{ temp.staffName }} - - - - - - 虚拟订单类型 - - + {{temp.depositBillType}} - - - - - 客户名称 + + 客户名称 - + {{ temp.customerName }} 选择客户/新增客户 - - 联系电话 + + 联系电话 - + {{ temp.mobile }} @@ -261,7 +260,7 @@ this.initList.depositBillTypeKey = depositBillTypeKey console.log('112233', this.initList) this.dialogStatus = 'add'; - this.viewTitle = '【新增】销售虚拟订单'; + this.viewTitle = '【新增】销售简易订单'; this.getDingdan(this.initList) }, showEdit(sid, nodeState) { @@ -271,7 +270,7 @@ this.stateId = '1' this.temp.sid = sid this.dialogStatus = 'edit'; - this.viewTitle = '【编辑】销售虚拟订单'; + this.viewTitle = '【编辑】销售简易订单'; if (nodeState == '' || nodeState == '发起订单') { this.disabled = false } else { diff --git a/anrui-buscenter/anrui-buscenter-ui/src/views/xiaoshouguanli/xunidingdan/xunidingdanguanli.vue b/anrui-buscenter/anrui-buscenter-ui/src/views/xiaoshouguanli/xunidingdan/xunidingdanguanli.vue index f9bc988e39..5f569aeea0 100644 --- a/anrui-buscenter/anrui-buscenter-ui/src/views/xiaoshouguanli/xunidingdan/xunidingdanguanli.vue +++ b/anrui-buscenter/anrui-buscenter-ui/src/views/xiaoshouguanli/xunidingdan/xunidingdanguanli.vue @@ -2,7 +2,7 @@
-
销售虚拟订单管理
+
销售简易订单管理
新增 @@ -12,7 +12,7 @@ 关闭
@@ -30,7 +30,7 @@ {{ searchxianshitit }}
-
销售虚拟订车单列表
+
销售简易订单列表
@@ -98,22 +98,27 @@ {{ scope.row.depositBillType }} - + - + - + - + + + + + + @@ -128,7 +133,7 @@ {{ scope.row.deposit }} - + @@ -161,29 +166,29 @@