-

-
上传附件
+
+
+
+
+
+
+
+
+

+
上传附件
+
+
+
不超过{{ options.limitSize }}MB
+
+
+
+
文件{{i+1}}
+
+
-
-
不超过{{ fileSize }}MB
+
-
+
+
+
\ No newline at end of file
+
+ .action-box {
+ cursor: pointer;
+ padding-left: 10px;
+
+ .default-action {
+ color: #3f9b6a;
+ }
+ }
+
+ .card-list-box {
+ width: 100%;
+ display: flex;
+ flex-wrap: wrap;
+
+ .card-item-box {
+ position: relative;
+ width: 112px;
+ height: 112px;
+ border: 1px dotted #dcdfe6;
+ border-radius: 2px;
+ overflow: hidden;
+ margin: 0 10px 10px 0;
+
+ .delete-box {
+ padding: 2px 5px;
+ position: absolute;
+ right: 0;
+ top: 0;
+ line-height: normal;
+ background-color: #000;
+ color: #fff;
+ border-radius: 50%;
+ transform: translate(40%, -30%);
+
+ .el-icon-close {
+ font-size: 12px;
+ transform: translate(-30%, 20%);
+ }
+ }
+ }
+
+ .card-action-box {
+ display: flex;
+ flex-direction: column;
+ justify-content: center;
+ align-items: center;
+ width: 112px;
+ height: 112px;
+ border: 1px dashed #cdd0d6;
+ border-radius: 2px;
+ overflow: hidden;
+ // margin-bottom: 10px;
+ background-color: #fafafa;
+ cursor: pointer;
+ font-size: 12px;
+ color: #00000066;
+
+ .el-icon-plus {
+ font-size: 20px;
+ }
+
+ &:hover {
+ border-color: #3f9b6a;
+ color: #3f9b6a;
+ }
+ }
+ }
+
+ .text-list-box {
+ .text-item-box {
+ padding: 0 5px;
+ border-radius: 2px;
+ overflow: hidden;
+
+ .file-name {
+ flex: 1;
+ }
+
+ .text-icon {
+ flex-shrink: 0;
+ padding-right: 10px;
+ }
+
+ .el-icon-close {
+ cursor: pointer;
+ padding-left: 10px;
+ flex-shrink: 0;
+ }
+
+ &:hover {
+ background-color: rgba(63, 155, 106, 0.2);
+
+ .file-name {
+ color: #3f9b6a;
+ }
+ }
+
+ &:nth-child(n + 2) {
+ margin-top: 10px;
+ }
+ }
+ }
+
+ .uploading-box {
+ position: absolute;
+ top: 0;
+ left: 0;
+ width: 100%;
+ height: 100%;
+ color: #fff;
+ background-color: #c0c4cc;
+ }
+
+ .progress-box {
+ width: 100%;
+ height: 100%;
+ position: relative;
+
+ .el-progress {
+ position: absolute;
+ right: 10px;
+ top: 50%;
+ transform: translateY(-50%);
+ }
+ }
+ }
+
diff --git a/admin-web-master/src/components/newmap/index.vue b/admin-web-master/src/components/newmap/index.vue
index 7846caa..4df120a 100644
--- a/admin-web-master/src/components/newmap/index.vue
+++ b/admin-web-master/src/components/newmap/index.vue
@@ -25,7 +25,15 @@
isonloed:{
type: Boolean,
default: false
- }
+ },
+ isx:{
+ type: Boolean,
+ default: true
+ },
+ message:{
+ type: String,
+ default: ''
+ },
},
data() {
return {
@@ -48,6 +56,7 @@
center: centerLatLng,
zoom: 13
});
+
// 创建标记
if(this.isonloed) {
this.marker = new qq.maps.Marker({
@@ -60,13 +69,22 @@
map: this.map
});
}
-
+ if(this.isx) {
+ qq.maps.event.addListener(this.map, 'click', this.onMapClick);
+ } else {
+ const centerLatLng1 = new qq.maps.LatLng(this.message.split(',')[0], this.message.split(',')[1]);
+ console.error(this.message)
+ this.marker = new qq.maps.Marker({
+ position: centerLatLng1,
+ map: this.map
+ });
+ }
// 添加点击事件监听器
// qq.maps.event.addListener(this.marker, 'click', this.onMarkerClick);
// 添加地图点击事件监听器
- qq.maps.event.addListener(this.map, 'click', this.onMapClick);
+
// // 获取地址信息
// this.getAreaCode(this.lat, this.lng);
diff --git a/admin-web-master/src/components/newmap/map.vue b/admin-web-master/src/components/newmap/map.vue
new file mode 100644
index 0000000..d25094e
--- /dev/null
+++ b/admin-web-master/src/components/newmap/map.vue
@@ -0,0 +1,118 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/admin-web-master/src/components/resourceCommodity/index copy.vue b/admin-web-master/src/components/resourceCommodity/index copy.vue
new file mode 100644
index 0000000..c7eaad0
--- /dev/null
+++ b/admin-web-master/src/components/resourceCommodity/index copy.vue
@@ -0,0 +1,283 @@
+
+
+
+
+
+
+
+
+
+
+
+
+ {{editbgid.shopName}}
+
+
+
+
+ {{editbgid.venueNumber}}
+
+
+
+
+ {{editbgid.houseNumber}}
+
+
+
+
+
+
+ {{editbgid.architecturalForm}}
+
+
+
+
+ {{editbgid.belongingGreenwaySection}}
+
+
+
+
+ {{editbgid.belongingParkTrail}}
+
+
+
+
+
+
+ {{editbgid.floorSpace}}
+
+
+
+
+ {{editbgid.actualUsableArea}}
+
+
+
+
+ {{editbgid.belongingRegion}}
+
+
+
+
+
+
+ {{editbgid.belongingDepartment}}
+
+
+
+
+ {{editbgid.head}}
+
+
+
+
+ {{editbgid.detailedLocation}}
+
+
+
+
+
+
+
+
+
+
+
+
![]()
+
+
+
+ {{editbgid.shopDescription}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{scope.row.isRental == '0'?'否':'是'}}
+
+
+
+
+ {{scope.row.isSelfOperated == '0'?'否':'是'}}
+
+
+
+
+
+
+
+
+
+
+
+ 返回
+
+
+
+
+
+
diff --git a/admin-web-master/src/components/resourceCommodity/index.vue b/admin-web-master/src/components/resourceCommodity/index.vue
index c7eaad0..4fd1900 100644
--- a/admin-web-master/src/components/resourceCommodity/index.vue
+++ b/admin-web-master/src/components/resourceCommodity/index.vue
@@ -19,83 +19,86 @@
-
- {{editbgid.houseNumber}}
+
+ {{editbgid.shopType=='1'?'移动铺位':editbgid.shopType=='2'?'固定铺位':'无'}}
-
- {{editbgid.architecturalForm}}
+
+ {{editbgid.surveyingArea || '无'}}
-
- {{editbgid.belongingGreenwaySection}}
+
+ {{editbgid.propertyArea || '无'}}
-
- {{editbgid.belongingParkTrail}}
+
+ {{editbgid.actualUsableArea || '无'}}
-
- {{editbgid.floorSpace}}
+
+ {{editbgid.belongingRegion || '无'}}
-
- {{editbgid.actualUsableArea}}
+
+ {{editbgid.belongingDepartment || '无'}}
-
- {{editbgid.belongingRegion}}
+
+ {{editbgid.head || '无'}}
-
- {{editbgid.belongingDepartment}}
+
+ {{editbgid.contacts || '无'}}
-
- {{editbgid.head}}
+
+ {{editbgid.telephone || '无'}}
-
- {{editbgid.detailedLocation}}
-
+
-
+
+ {{editbgid.detailedLocation || '无'}}
+
+
-
+
-
+
+
无
- {{editbgid.shopDescription}}
+ {{editbgid.shopDescription || '无'}}
-
+
+ {{editbgid.otherImageVideos?'查看详情':'无'}}
+
+
@@ -214,10 +217,12 @@
cereResourceStrategylist,
cereBusinessPlan
} from '@/api/newly';
+ import newmap from "@/components/newmap/index";
export default {
components: {
TitleWithCircle,
- MapXian
+ MapXian,
+ newmap
},
props: {
editbgid: {
@@ -247,23 +252,39 @@
}
cereResourceStrategylist(c1).then(res => {
console.error(res)
+ if (!Array.isArray(res.data)) {
+ this.datalist = [];
+ return;
+ }
this.datalist = res.data
})
cereBusinessPlan(c1).then(res => {
console.error(res)
+ if (!Array.isArray(res.data)) {
+ this.datalist1 = [];
+ return;
+ }
this.datalist1 = res.data
})
- if (typeof this.editbgid.mapPunctuation == 'string' && this.editbgid.mapPunctuation != '') {
- this.parentMessage = JSON.parse(this.editbgid.mapPunctuation)
- } else {
- this.parentMessage = this.editbgid.mapPunctuation
- }
+
}
},
computed: {
},
methods: {
+ openfile(e) {
+ if (e) {
+ const fullUrl = e;
+ try {
+ window.open(fullUrl, '_blank'); // 在新标签页中打开文件
+ } catch (error) {
+ console.error('打开文件失败:', error);
+ }
+ } else {
+ console.error('无文件可查看');
+ }
+ },
changetype() {
this.xiangTab = 'first'
this.$emit('removeonaction', '1')
diff --git a/admin-web-master/src/layout/index.vue b/admin-web-master/src/layout/index.vue
index 8bee358..ac6bbd1 100644
--- a/admin-web-master/src/layout/index.vue
+++ b/admin-web-master/src/layout/index.vue
@@ -260,7 +260,7 @@ export default {
listMune:[],
list:[
// ['招商资源监测','招商租赁管理','系统设置']
- ['招商资源监测','商家管理','商铺租赁服务','招商方案管理','招商租赁管理','系统设置'],
+ ['招商资源监测','商家管理','商铺租赁服务','招商方案管理','招商租赁管理','系统设置','广告服务','客服服务管理','商户意向管理'],
// ['问卷调查'],
// ['招商资源监测','商家管理','招商方案管理','招商租赁管理','广告服务','客服服务管理','系统设置','商铺租赁服务','问卷调查','招商过程管理','商户寻租管理','轮播图设置','平台活动','客服配置','优惠券管理'],
// ['品牌策划','活动策划','氛围策划','媒体推广'],
@@ -641,7 +641,7 @@ this.listMune[0] = All
this.listMune = []
this.list=[
// ['招商资源监测','招商租赁管理','系统设置']
- ['招商资源监测','商家管理','商铺租赁服务','招商方案管理','招商租赁管理','系统设置'],
+ ['招商资源监测','商家管理','商铺租赁服务','招商方案管理','招商租赁管理','系统设置','广告服务','客服服务管理','商户意向管理'],
// ['问卷调查'],
// ['招商资源监测','商家管理','招商方案管理','招商租赁管理','广告服务','客服服务管理','系统设置','商铺租赁服务','问卷调查','招商过程管理','商户寻租管理','轮播图设置','平台活动','客服配置','优惠券管理'],
// ['品牌策划','活动策划','氛围策划','媒体推广'],
diff --git a/admin-web-master/src/utils/request2.js b/admin-web-master/src/utils/request2.js
index 4566312..a0a7758 100644
--- a/admin-web-master/src/utils/request2.js
+++ b/admin-web-master/src/utils/request2.js
@@ -17,7 +17,7 @@ let baseURL = ''
// || host === 'localhost:9528'
if(host === 'localhost:8080' || host === 'localhost:8081'|| host === 'localhost:9528' || host === '192.168.31.45:9528') {
// baseURL = 'https://zhld.028wlkj.com:49008/cdwlMall/business-server';
- baseURL = 'http://8.130.38.56:9004';
+ baseURL = 'http://172.16.61.125:9004';
} else {
console.error('---------------------')
console.error(hostall)
diff --git a/admin-web-master/src/views/couponmanagement/capitalpool.vue b/admin-web-master/src/views/couponmanagement/capitalpool.vue
index 7d791e7..c7dce7b 100644
--- a/admin-web-master/src/views/couponmanagement/capitalpool.vue
+++ b/admin-web-master/src/views/couponmanagement/capitalpool.vue
@@ -33,7 +33,7 @@