*招商资源管理
-
+
@@ -47,25 +47,28 @@
- {{scope.row.shopName ? scope.row.shopName : scope.row.advertisingName?scope.row.advertisingName:scope.row.venueName}}
-
+ {{scope.row.resources.shopIds[0]?scope.row.resources.shopIds[0].shopName:scope.row.resources.siteIds[0]?scope.row.resources.siteIds[0].venueName:scope.row.resources.advIds[0].advertisingName}}
+
- {{scope.row.shopName ? '商铺' : scope.row.advertisingType?scope.row.advertisingType:'场地'}}
+ {{scope.row.resources.shopIds[0]?'商铺':scope.row.resources.siteIds[0]?'场地':'广告位'}}
-
+
+
+ {{scope.row.resources.cereRentalPolicies.policyName}}
+
-
+
-
- 删除
+ 策略选择
+
+ 删除
-
+ -->
@@ -417,8 +420,40 @@ guihuaDate:[],
},
- MingDelete(item) {
- this.ruleForm.resourceManagement.splice(item, 1);
+ MingDelete(items,index) {
+
+ let arr = []
+ const h = this.$createElement;
+ this.$msgbox({
+ title: '消息',
+ message: h('p', null, [
+ h('span', null, '是否删除 '),
+ ]),
+ showCancelButton: true,
+ showClose:false,
+ confirmButtonText: '确定',
+ cancelButtonText: '取消',
+ customClass:'oe-dialog-btn',
+ beforeClose: (action, instance, done) => {
+ if (action === 'confirm') {
+
+ if(typeof this.ruleForm.resourceManagement =='string'){
+ arr = this.ruleForm.resourceManagement.split(",")
+ }
+ arr = arr.filter(item => item !== items);
+
+ this.ruleForm.resourceManagement = arr.join(',')
+
+ this.ruleForm.cereResourceStrategy.splice(index,1);
+ done();
+ } else {
+ done();
+ }
+ }
+ })
+
+
+
},
fenleiChange(value){
this.ruleForm.classificationCode = value[value.length - 1]
diff --git a/admin-web-master/src/views/ads/fangli/index.vue b/admin-web-master/src/views/ads/fangli/index.vue
index c715cc2..468f680 100644
--- a/admin-web-master/src/views/ads/fangli/index.vue
+++ b/admin-web-master/src/views/ads/fangli/index.vue
@@ -261,7 +261,7 @@ export default {
card: 'first', // 切换
},
currentPage: 1,
- total: 100,
+ total: 0,
flag: false,
pageSize: 10,
tableData: [],
diff --git a/admin-web-master/src/views/business/autd/index.vue b/admin-web-master/src/views/business/autd/index.vue
index d0393e1..b74ce4d 100644
--- a/admin-web-master/src/views/business/autd/index.vue
+++ b/admin-web-master/src/views/business/autd/index.vue
@@ -96,7 +96,7 @@
删除
-
diff --git a/admin-web-master/src/views/customer/icManagement/index.vue b/admin-web-master/src/views/customer/icManagement/index.vue
index c895761..ddba14f 100644
--- a/admin-web-master/src/views/customer/icManagement/index.vue
+++ b/admin-web-master/src/views/customer/icManagement/index.vue
@@ -9,44 +9,29 @@