diff --git a/supervise-risk-ui/src/views/risk/RiskManage/RiskAdd.vue b/supervise-risk-ui/src/views/risk/RiskManage/RiskAdd.vue index c0786088..7a88aa28 100644 --- a/supervise-risk-ui/src/views/risk/RiskManage/RiskAdd.vue +++ b/supervise-risk-ui/src/views/risk/RiskManage/RiskAdd.vue @@ -104,7 +104,7 @@ export default { typeSid:'', remarks:'', reportTarget:'', - list:[] + // list:[] }, rules: { name: [{ required: true, message: '风险等级名称不能为空', trigger: 'blur' }], @@ -175,7 +175,7 @@ export default { _this.formobj.typeCode = vdata.typeCode _this.formobj.reportTarget = vdata.reportTarget _this.formobj.remarks = vdata.remarks - _this.selectedOptions= vdata.list + // _this.selectedOptions= vdata.list }, getParentsById(list, id) { for (let i in list) { diff --git a/warehousing-system/project_web/package.json b/warehousing-system/project_web/package.json index f87e16a1..4a6e6100 100644 --- a/warehousing-system/project_web/package.json +++ b/warehousing-system/project_web/package.json @@ -14,6 +14,7 @@ "element-ui": "^2.4.5", "less-loader": "^5.0.0", "vue": "^2.6.11", + "vue-amap": "^0.5.10", "vue-quill-editor": "^3.0.6", "vue-router": "^3.2.0" }, diff --git a/warehousing-system/project_web/public/index.html b/warehousing-system/project_web/public/index.html index e85ff02a..58aa43d5 100644 --- a/warehousing-system/project_web/public/index.html +++ b/warehousing-system/project_web/public/index.html @@ -5,6 +5,7 @@ + 汇融云仓贷后监管平台 diff --git a/warehousing-system/project_web/src/components/Home.vue b/warehousing-system/project_web/src/components/Home.vue index 03f86873..b77fed06 100644 --- a/warehousing-system/project_web/src/components/Home.vue +++ b/warehousing-system/project_web/src/components/Home.vue @@ -160,7 +160,6 @@ export default { if (result.status !== 200) return this.$message.error('获取权限列表失败') this.menuList = result.data this.menuList.unshift(this.picture) - console.log(this.menuList); }, // 设定左侧折叠展开效果 collspseClick () { diff --git a/warehousing-system/project_web/src/components/initial_value/storehouse.vue b/warehousing-system/project_web/src/components/initial_value/storehouse.vue index 8cb0857f..6e44e14a 100644 --- a/warehousing-system/project_web/src/components/initial_value/storehouse.vue +++ b/warehousing-system/project_web/src/components/initial_value/storehouse.vue @@ -251,6 +251,7 @@ > + 重选 @@ -747,6 +748,8 @@ export default { this.title = "新增仓库"; this.storehouseDialogVisible = true; this.jingweidu='' + this.changeCity=true + this.changeCounty=true }, async getcustListList () { const { data: result } = await this.$http.get('/v1/shstorehouse/fetchEntList') @@ -917,6 +920,13 @@ export default { }); } }, + cancelList(){ + this.form.cityName = ""; + this.form.countyName = ""; + this.form.provinceName = ""; + this.changeCity = true; + this.changeCounty= true; + }, async LookStorehousedialog(purchase) { this.addPurchaseDialogVisible = true; const _this = this; diff --git a/warehousing-system/project_web/src/components/pictureList/pictureList.vue b/warehousing-system/project_web/src/components/pictureList/pictureList.vue index ce592310..628d138e 100644 --- a/warehousing-system/project_web/src/components/pictureList/pictureList.vue +++ b/warehousing-system/project_web/src/components/pictureList/pictureList.vue @@ -28,7 +28,7 @@
{{ item.housingResource }}
-
{{ item.monthlyPrice }}万/月
+
{{ item.monthlyPrice }}元/月