diff --git a/admin-web-master/src/views/ads/fangAudit/bianform.vue b/admin-web-master/src/views/ads/fangAudit/bianform.vue index fb4bd48..3d10958 100644 --- a/admin-web-master/src/views/ads/fangAudit/bianform.vue +++ b/admin-web-master/src/views/ads/fangAudit/bianform.vue @@ -28,38 +28,40 @@
招商内容
- +
- - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + +
@@ -84,7 +86,7 @@ :rows="4"/> -
+
取消 diff --git a/admin-web-master/src/views/ads/fangAudit/index.vue b/admin-web-master/src/views/ads/fangAudit/index.vue index d485ff6..ae1ea1e 100644 --- a/admin-web-master/src/views/ads/fangAudit/index.vue +++ b/admin-web-master/src/views/ads/fangAudit/index.vue @@ -84,8 +84,8 @@ min-width="120" > + {{ scope.row.cereResourceStrategy.length }} + -
方案文件 {{itemXiang.planName}}
+
方案名称 {{itemXiang.planName}}
基本信息查看
@@ -240,28 +240,28 @@ 基本信息
- - + - + -
+
-
+
-
+
@@ -272,43 +272,40 @@
- - - - - - - + + + + + + - - - - - - - - + {{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}} + + + + + + + + + +
- +
{{shenhe.attachmentInfo.name}}
@@ -552,7 +549,7 @@ export default { card: 'first', // 切换 }, currentPage: 1, - total: 100, + total: 0, flag: false, pageSize: 10, tableData: [], @@ -665,10 +662,6 @@ export default { } this.itemXiang = item - - if(item.resourceManagement != ''){ - item.resourceManagement = JSON.parse(item.resourceManagement) - } if ( item.attachmentInfo != '') { item.attachmentInfo = JSON.parse(item.attachmentInfo) this.fileData.push(item.attachmentInfo) diff --git a/admin-web-master/src/views/ads/fangli/addform.vue b/admin-web-master/src/views/ads/fangli/addform.vue index fbdc432..58030f5 100644 --- a/admin-web-master/src/views/ads/fangli/addform.vue +++ b/admin-web-master/src/views/ads/fangli/addform.vue @@ -15,7 +15,7 @@ - + diff --git a/admin-web-master/src/views/ads/fangli/bianform.vue b/admin-web-master/src/views/ads/fangli/bianform.vue index b83bbdc..62824ab 100644 --- a/admin-web-master/src/views/ads/fangli/bianform.vue +++ b/admin-web-master/src/views/ads/fangli/bianform.vue @@ -5,7 +5,7 @@ - + @@ -28,9 +28,9 @@
*招商资源管理
-
+
@@ -47,25 +47,28 @@ + {{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}} + - + + - + - -
删除
+
策略选择
+ +
删除
-
+
-->
@@ -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 @@
- + - + - - - - - + + + + + - - - - - + + + + + @@ -61,69 +46,28 @@
- 新增 + 新增
- - - + " :header-cell-style="{fontSize: '14px',color:'#0009',fontWeight: 'normal',backgroundColor:'#F2F3F5'}"> + + - - - - - - - + + + + + + +