@@ -142,12 +142,12 @@
- {{ scope.row.productionCarNum }}
+ {{ scope.row.produceCarNum }}
- {{ scope.row.guidedPrice }}
+ {{ scope.row.price }}
@@ -258,27 +258,27 @@ export default {
current: 1,
size: 10,
params: {
- carColor: '', // 颜色
+ bodyColor: '', // 颜色
configName: '', // 配置
fuelTank: '', // 燃料
rearAxleRatio: '', // 后桥速比
modelSid: '', // 车型sid
slowMachine: '', // 缓速器
specification: '', // 驾驶室
- rearViewMirrorKey: '', // 后视镜
- tireSizeKey: '', // 轮胎
- airConditionerKey: '', // 空调
- hubMaterialKey: '', // 轮毂材质
- baffleModelKey: '', // 导流罩
- suspensionKey: '', // 悬架
- seatKey: '', // 座椅
- tireCoverKey: '', // 护轮罩
- saddleKey: '', // 鞍座
- wheelbaseKey: '', // 轴距
- bumperKey: '', // 保险杠
- configuringBaoKey: '', // 配置包
- independentSourcesKey: '', // 独立热源
- multimediaKey: '', // 多媒体
+ rearViewMirror: '', // 后视镜
+ tireSize: '', // 轮胎
+ airConditioner: '', // 空调
+ hubMaterial: '', // 轮毂材质
+ diversionCover : '', // 导流罩
+ suspension: '', // 悬架
+ seat: '', // 座椅
+ protectTireCover: '', // 护轮罩
+ saddle: '', // 鞍座
+ wheelbase: '', // 轴距
+ bumper: '', // 保险杠
+ configuringBao: '', // 配置包
+ independentSources: '', // 独立热源
+ multiMedia: '', // 多媒体
userSid: window.sessionStorage.getItem('userSid')
},
total: 0
@@ -413,7 +413,7 @@ export default {
this.listLoading = false
if (response.code === '200') {
this.listQuery.total = response.data.total
- this.list = response.data.records
+ this.list = response.data.modelConfigList
}
})
},
@@ -426,26 +426,26 @@ export default {
current: 1,
size: 10,
params: {
- carColor: '', // 颜色
+ bodyColor: '', // 颜色
configName: '', // 配置
fuelTank: '', // 燃料
rearAxleRatio: '', // 后桥速比
slowMachine: '', // 缓速器
specification: '', // 驾驶室
- rearViewMirrorKey: '', // 后视镜
- tireSizeKey: '', // 轮胎
- airConditionerKey: '', // 空调
- hubMaterialKey: '', // 轮毂材质
- baffleModelKey: '', // 导流罩
- suspensionKey: '', // 悬架
- seatKey: '', // 座椅
- tireCoverKey: '', // 护轮罩
- saddleKey: '', // 鞍座
- wheelbaseKey: '', // 轴距
- bumperKey: '', // 保险杠
- configuringBaoKey: '', // 配置包
- independentSourcesKey: '', // 独立热源
- multimediaKey: '', // 多媒体
+ rearViewMirror: '', // 后视镜
+ tireSize: '', // 轮胎
+ airConditioner: '', // 空调
+ hubMaterial: '', // 轮毂材质
+ diversionCover : '', // 导流罩
+ suspension: '', // 悬架
+ seat: '', // 座椅
+ protectTireCover: '', // 护轮罩
+ saddle: '', // 鞍座
+ wheelbase: '', // 轴距
+ bumper: '', // 保险杠
+ configuringBao: '', // 配置包
+ independentSources: '', // 独立热源
+ multiMedia: '', // 多媒体
modelSid: this.modelSid,
userSid: window.sessionStorage.getItem('userSid')
},
diff --git a/anrui-buscenter/anrui-buscenter-ui/src/views/kehuguanli/cheliangxuqiu/cheliangxuqiu.vue b/anrui-buscenter/anrui-buscenter-ui/src/views/kehuguanli/cheliangxuqiu/cheliangxuqiu.vue
index bd5c8f7eb0..40522597f0 100644
--- a/anrui-buscenter/anrui-buscenter-ui/src/views/kehuguanli/cheliangxuqiu/cheliangxuqiu.vue
+++ b/anrui-buscenter/anrui-buscenter-ui/src/views/kehuguanli/cheliangxuqiu/cheliangxuqiu.vue
@@ -122,6 +122,7 @@ import { loginDetails } from '@/api/dictcommons/basemanufacturer'
import { getStorage } from '@/utils/auth'
import cheliangxuqiuAdd from './cheliangxuqiuAdd'
import cheliangxuqiuinfo from './cheliangxuqiuinfo'
+import {brandDown, getPathSidByUserSid} from "@/api/chexingchaxun/modelinquire";
export default {
name: 'cheliangxuqiu',
@@ -174,7 +175,6 @@ export default {
},
created() {
// 初始化变量
- this.init()
// 加载列表
},
methods: {
@@ -189,8 +189,8 @@ export default {
},
init() {
this.postHuoquyonghu()
- this.chePinPai()
this.getShuJUZiDian()
+ this.getPathSid()
},
getShuJUZiDian() {
typeValues({ type: 'purchaseType' }).then((res) => {
@@ -202,11 +202,21 @@ export default {
getGouche(value) {
},
- // 车辆品牌
- chePinPai() {
- getPinpai().then((response) => {
- if (response.code === '200') {
- this.brand_list = response.data
+ getPathSid() {
+ const userSid = window.sessionStorage.getItem('userSid')
+ getPathSidByUserSid({userSid: userSid}).then((res) => {
+ if (res.code === '200') {
+ // this.listQuery.params.createOrgSId = res.data
+ this.useOrg = res.data
+ this.getBrand(res.data)
+ }
+ })
+ },
+ // 下拉框-品牌
+ getBrand(useOrg) {
+ brandDown({useOrg: useOrg}).then((res) => {
+ if (res.code === '200') {
+ this.brand_list = res.data
}
})
},
@@ -232,19 +242,20 @@ export default {
this.stateId = sid
this.upLevel = upLevel // 关闭所需判断属性
this.getList()
+ this.init()
},
// ----------功能打开开始--------
// 品牌
- getPinPai(sid) {
- var manufacturerSid = {
- manufacturerSid: sid
- }
- getNamesDownBySid(manufacturerSid).then((response) => {
- if (response.code === '200') {
- this.branddate = response.data
- }
- })
- },
+ // getPinPai(sid) {
+ // var manufacturerSid = {
+ // manufacturerSid: sid
+ // }
+ // getNamesDownBySid(manufacturerSid).then((response) => {
+ // if (response.code === '200') {
+ // this.branddate = response.data
+ // }
+ // })
+ // },
// 车型名称
getCheXingName(brandSid) {
var sid = {
diff --git a/anrui-buscenter/anrui-buscenter-ui/src/views/kehuguanli/cheliangxuqiu/cheliangxuqiuAdd.vue b/anrui-buscenter/anrui-buscenter-ui/src/views/kehuguanli/cheliangxuqiu/cheliangxuqiuAdd.vue
index 849534bf45..6e80f77417 100644
--- a/anrui-buscenter/anrui-buscenter-ui/src/views/kehuguanli/cheliangxuqiu/cheliangxuqiuAdd.vue
+++ b/anrui-buscenter/anrui-buscenter-ui/src/views/kehuguanli/cheliangxuqiu/cheliangxuqiuAdd.vue
@@ -9,7 +9,7 @@
关闭
-