diff --git a/anrui-scm/anrui-scm-ui/src/api/portal/Upload_chexing.js b/anrui-scm/anrui-scm-ui/src/api/portal/Upload_chexing.js
index 8832b569c4..429b98c89f 100644
--- a/anrui-scm/anrui-scm-ui/src/api/portal/Upload_chexing.js
+++ b/anrui-scm/anrui-scm-ui/src/api/portal/Upload_chexing.js
@@ -3,7 +3,7 @@ import qs from 'qs'
// 统一请求路径前缀
const base = process.env.VUE_APP_URL
-// 文件上传接口
+// 文件上传接口(仅存车型管理页面使用接口)
export const uploadFile = '/api/base/v1/basevehiclemodel/pictureUpload'
//文件上传接口(仅存放地点变更页面使用接口)
diff --git a/anrui-scm/anrui-scm-ui/src/styles/index.scss b/anrui-scm/anrui-scm-ui/src/styles/index.scss
index 775bbaf53f..fc6e6711fc 100644
--- a/anrui-scm/anrui-scm-ui/src/styles/index.scss
+++ b/anrui-scm/anrui-scm-ui/src/styles/index.scss
@@ -329,7 +329,8 @@ div:focus {
}
.forminfo {
- padding: 20px 0;
+ padding: 10px 40px 0 40px;
+ font-size: 16px;
.title {
padding: 10px;font-weight: bold;
font-size: 20px;
diff --git a/anrui-scm/anrui-scm-ui/src/views/cheliang/cheliangcaigou/relation/vehicleconfiguration.vue b/anrui-scm/anrui-scm-ui/src/views/cheliang/cheliangcaigou/relation/vehicleconfiguration.vue
index 4515c58887..4e27ffdb63 100644
--- a/anrui-scm/anrui-scm-ui/src/views/cheliang/cheliangcaigou/relation/vehicleconfiguration.vue
+++ b/anrui-scm/anrui-scm-ui/src/views/cheliang/cheliangcaigou/relation/vehicleconfiguration.vue
@@ -46,7 +46,7 @@ export default {
showInfo(row) {
this.FormLoading = true
this.sid_list.modelSid = row.modelSid
- this.sid_list.configSid = row.modelConfigSid
+ this.sid_list.configSid = row.configSid
this.sid_list.vehModelConfigSid = row.vehModelConfigSid
if (row.guidedPrice !== '' || row.guidedPrice !== null){
const guidedPrice_two = parseFloat(Number(row.guidedPrice) / 10000).toFixed(2)
diff --git a/anrui-scm/anrui-scm-ui/src/views/cheliang/chexing/chexing.vue b/anrui-scm/anrui-scm-ui/src/views/cheliang/chexing/chexing.vue
index 1bfc0829d3..fa260e533a 100644
--- a/anrui-scm/anrui-scm-ui/src/views/cheliang/chexing/chexing.vue
+++ b/anrui-scm/anrui-scm-ui/src/views/cheliang/chexing/chexing.vue
@@ -138,12 +138,13 @@
{{ scope.row.emissionStandardValue }}
-
+
查看
-
-
-
+
+
+
diff --git a/anrui-scm/anrui-scm-ui/src/views/cheliang/chexing/relation/chexingguanlianchangyong.vue b/anrui-scm/anrui-scm-ui/src/views/cheliang/chexing/relation/chexingguanlianchangyong.vue
index c79ba89cbb..e7fadfb2e3 100644
--- a/anrui-scm/anrui-scm-ui/src/views/cheliang/chexing/relation/chexingguanlianchangyong.vue
+++ b/anrui-scm/anrui-scm-ui/src/views/cheliang/chexing/relation/chexingguanlianchangyong.vue
@@ -132,7 +132,7 @@
- 价格维护
+ 价格维护
diff --git a/anrui-scm/anrui-scm-ui/src/views/cheliang/hegezhengtaizhang/hegezhengtaizhang.vue b/anrui-scm/anrui-scm-ui/src/views/cheliang/hegezhengtaizhang/hegezhengtaizhang.vue
index 4e76c5b468..83ce07b3e8 100644
--- a/anrui-scm/anrui-scm-ui/src/views/cheliang/hegezhengtaizhang/hegezhengtaizhang.vue
+++ b/anrui-scm/anrui-scm-ui/src/views/cheliang/hegezhengtaizhang/hegezhengtaizhang.vue
@@ -35,14 +35,14 @@
-
-
-
@@ -63,15 +63,20 @@
@selection-change="handleSelectionChange">
-
-
- 查看
- 车辆信息
+
+
+
+
+
+
+
+
+ {{ scope.row.vinNo }}
- {{ scope.row.certificationNo }}
+ {{ scope.row.certificationNo }}
@@ -84,6 +89,11 @@
{{ scope.row.certificateStateValue }}
+
+
+ {{ scope.row.transferStateValue }}
+
+
{{ scope.row.toCardDate }}
@@ -264,22 +274,25 @@ export default {
certificateStartDate: '',
certificateEndDate: '',
certificateState: '',
- certificationNo: ''
+ certificationNo: '',
+ vinNo:'',
+ transferStateKey:''
},
current: 1,
size: 20
},
- Situation: [],
- selectDate: undefined,
- temp: {}, // 添加和修改
- templook: {}, // 查看实体
- textMap: {
- update: '编辑',
- create: '创建'
- },
- dialogFormVisible: false, // 添加修改对话框状态
- dialogFormShowVisible: false, // 查看对话框默认关闭状态
- dialogStatus: '', // 对话框状态
+ Situation: [],
+ transferState_list: [],
+ selectDate: undefined,
+ temp: {}, // 添加和修改
+ templook: {}, // 查看实体
+ textMap: {
+ update: '编辑',
+ create: '创建'
+ },
+ dialogFormVisible: false, // 添加修改对话框状态
+ dialogFormShowVisible: false, // 查看对话框默认关闭状态
+ dialogStatus: '', // 对话框状态
typeOptions: [],
rules: {
@@ -382,6 +395,14 @@ export default {
this.Situation = res.data
}
})
+ typeValues({
+ type: 'transferState'
+ }).then((res) => {
+ console.log(res)
+ if (res.code === '200') {
+ this.transferState_list = res.data
+ }
+ })
},
// 查询列表信息
getList() {
@@ -414,7 +435,9 @@ export default {
certificateStartDate: '',
certificateEndDate: '',
certificateState: '',
- certificationNo: ''
+ certificationNo: '',
+ vinNo:'',
+ transferStateKey:''
},
current: 1,
size: 20