diff --git a/admin-web-master/dist (2).zip b/admin-web-master/dist.zip
index c9b107d..0463f15 100644
--- a/admin-web-master/dist (2).zip
+++ b/admin-web-master/dist.zip
diff --git a/admin-web-master/src/api/newly.js b/admin-web-master/src/api/newly.js
index 2f6b840..1036f9b 100644
--- a/admin-web-master/src/api/newly.js
+++ b/admin-web-master/src/api/newly.js
@@ -1,9 +1,20 @@
import request from '@/utils/request'
// import request from '@/utils/request2'
+// oa
+export function general(data) {
+ return request({
+ url: '/oaInterconnection/general',
+ method: 'post',
+ data,
+ // headers: {
+ // 'Content-Type': 'Multipart/form-data'
+ // }
+ })
+}
// 生成合同附件
export function dataInprotDocument(data) {
return request({
- url: '/cereContractTemplate/dataInprotDocument ',
+ url: '/cereContractTemplate/dataInprotDocument',
method: 'post',
data
})
diff --git a/admin-web-master/src/components/ImageUpload/index.vue b/admin-web-master/src/components/ImageUpload/index.vue
index a5242c6..de808c1 100644
--- a/admin-web-master/src/components/ImageUpload/index.vue
+++ b/admin-web-master/src/components/ImageUpload/index.vue
@@ -212,7 +212,7 @@
// 更新当前文件的上传状态
this.reactiveData.filesIng[i].status = 'uploading';
-
+ console.error(fd)
// 调用 miniioupload 方法并等待响应
const res = await miniioupload(fd);
list.push(res.data)
diff --git a/admin-web-master/src/components/add/addcd.vue b/admin-web-master/src/components/add/addcd.vue
index 47224c3..49bb676 100644
--- a/admin-web-master/src/components/add/addcd.vue
+++ b/admin-web-master/src/components/add/addcd.vue
@@ -65,7 +65,7 @@
-->
-
+
@@ -192,7 +192,7 @@
}],
detailedLocation: [{
required: true,
- message: '请输入详细位置',
+ message: '请地图标点选择位置',
trigger: 'blur'
}, ],
mapMarker: [{
diff --git a/admin-web-master/src/components/add/addht.vue b/admin-web-master/src/components/add/addht.vue
index 772f0ad..13224f1 100644
--- a/admin-web-master/src/components/add/addht.vue
+++ b/admin-web-master/src/components/add/addht.vue
@@ -229,6 +229,8 @@ import {
tenantTelephone: this.info.tenantTelephone,
shopNumber: this.info.shopNumber,
templateInformationUrl:this.templateAttachment,
+ createDate:this.updateCurrentTime(),
+ createUser: localStorage.getItem('roleName'),
}
console.error(from)
let info = await this.culfj()
@@ -354,31 +356,31 @@ import {
}).then(res => {
console.error(res)
})
- // if(this.info.id) {
- // if(this.info.cereBasicInformationShop && this.info.cereBasicInformationShop.id) {
- // msgedit({
- // auditStatus: '4',
- // id: this.info.id,
- // contractNumber: this.formInline.contractNumber
- // })
- // }
- // if(this.info.cereAdvertisingInformation && this.info.cereAdvertisingInformation.id) {
- // AdvertiserInfoEdit({
- // auditStatus: '4',
- // id: this.info.id,
- // contractId: this.formInline.contractNumber
- // }).then(item => {
- // this.getAll()
- // })
- // }
- // if(this.info.cereBasicInformationVenue && this.info.cereBasicInformationVenue.id) {
- // msgedit({
- // auditStatus: '4',
- // id: this.info.id,
- // contractNumber: this.formInline.contractNumber
- // })
- // }
- // }
+ if(this.info.id) {
+ if(this.info.cereBasicInformationShop && this.info.cereBasicInformationShop.id) {
+ msgedit({
+ auditStatus: '4',
+ id: this.info.id,
+ contractNumber: this.formInline.contractNumber
+ })
+ }
+ if(this.info.cereAdvertisingInformation && this.info.cereAdvertisingInformation.id) {
+ AdvertiserInfoEdit({
+ auditStatus: '4',
+ id: this.info.id,
+ contractId: this.formInline.contractNumber
+ }).then(item => {
+ this.getAll()
+ })
+ }
+ if(this.info.cereBasicInformationVenue && this.info.cereBasicInformationVenue.id) {
+ msgedit({
+ auditStatus: '4',
+ id: this.info.id,
+ contractNumber: this.formInline.contractNumber
+ })
+ }
+ }
this.$emit('removeonaction', '1')
} else {
this.$message({
diff --git a/admin-web-master/src/components/add/addinformation.vue b/admin-web-master/src/components/add/addinformation.vue
index 5e96ae2..b276af1 100644
--- a/admin-web-master/src/components/add/addinformation.vue
+++ b/admin-web-master/src/components/add/addinformation.vue
@@ -50,7 +50,23 @@
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -81,13 +97,8 @@
-
-
-
-
-
+
@@ -205,6 +216,11 @@
message: '请选择商铺类型',
trigger: 'blur'
}, ],
+ belongingGreenwaySection: [{
+ required: true,
+ message: '请填写所属绿道段',
+ trigger: 'blur'
+ }, ],
belongingRegion: [{
required: true,
message: '请选择所属区域',
@@ -212,7 +228,7 @@
}],
detailedLocation: [{
required: true,
- message: '请输入详细位置',
+ message: '请地图标点选择位置',
trigger: 'blur'
}, ],
mapPunctuation: [{
diff --git a/admin-web-master/src/components/add/addmap.vue b/admin-web-master/src/components/add/addmap.vue
index 670eb48..5b78a8b 100644
--- a/admin-web-master/src/components/add/addmap.vue
+++ b/admin-web-master/src/components/add/addmap.vue
@@ -67,7 +67,7 @@
-
+
+
changimg(e,'onSitePhotos')" :limit="3" v-if="msgEit==false" >
@@ -266,9 +269,10 @@
import {
getAlls as map1
} from '../../../api/map1'
+ import allimg from '@/components/chakan/allimg.vue';
export default {
components: {
- upimg
+ upimg,allimg
},
props: {
message: {
diff --git a/admin-web-master/src/views/customer/rsaManagement/tanpan.vue b/admin-web-master/src/views/customer/rsaManagement/tanpan.vue
index 10ba872..4c29439 100644
--- a/admin-web-master/src/views/customer/rsaManagement/tanpan.vue
+++ b/admin-web-master/src/views/customer/rsaManagement/tanpan.vue
@@ -102,7 +102,7 @@
changimg(e,'onSitePhotos')" :limit="3" v-if="msgEit==false" >
@@ -142,6 +145,7 @@
} from '../../../api/inr.js'
import upimg from "@/components/ImageUpload/index"
import upfile from "@/components/fujianUpload/fujianList"
+ import allimg from '@/components/chakan/allimg.vue';
import {
getAlls
} from '../../../api/information.js'
@@ -151,7 +155,8 @@
export default {
components: {
upimg,
- upfile
+ upfile,
+ allimg
},
props: {
message: {
diff --git a/admin-web-master/src/views/detect/analyse.vue b/admin-web-master/src/views/detect/analyse.vue
index 0208f03..63453d3 100644
--- a/admin-web-master/src/views/detect/analyse.vue
+++ b/admin-web-master/src/views/detect/analyse.vue
@@ -1,6 +1,6 @@
-
+
招商资源监测 > 统计分析
@@ -8,8 +8,8 @@
-
商铺/广告位资源统计
-
+
-
+
- 检索
+ 查询
重置
@@ -31,45 +32,49 @@
-
-
+
+
+
+
-
+
+
-
+
租赁意向人群统计
-
-
+
+
-
+
合同签约数量趋势
-
@@ -89,7 +89,7 @@
-
@@ -134,7 +134,7 @@
-
@@ -146,9 +146,9 @@
{{scope.row.cereBasicInformationVenue.venueType}}
-
+
- {{scope.row.cereBasicInformationVenue.actualUsableArea}}
+ {{scope.row.cereBasicInformationVenue.actualArea}}
@@ -297,6 +297,7 @@
export default {
data() {
return {
+ ishow:true,
issp: '1',
publishStatus: '',
clName: '',
@@ -536,6 +537,12 @@
this.onaction = '4'
},
async getAll() {
+ this.ishow = false
+ const loading = this.$loading({
+ target: document.querySelector('.boxqw'),
+ fullscreen: true
+ })
+
this.tableData = []
let list = []
if (this.ontype == '1') {
@@ -556,7 +563,7 @@
cereBasicInformationShop: element.cereBasicInformationShop,
num: element.cereRentalPolicies.length,
shopinfo: element1,
- typeid:'sp'+element.cereBasicInformationShop.id
+ typeid:'sp'+element.cereBasicInformationShop.id,
};
c1.push(obj);
}
@@ -694,9 +701,14 @@
// }
list = [...list, ...c2]
this.tableData = list
+
console.log(this.tableData);
}
-
+ setTimeout(() => {
+ this.ishow = true
+ loading.close();
+ this.$forceUpdate();
+ }, 100)
},
removeonaction(e) {
console.error(e)
diff --git a/admin-web-master/src/views/rent/audit/index.vue b/admin-web-master/src/views/rent/audit/index.vue
index c91d8e2..2d3c373 100644
--- a/admin-web-master/src/views/rent/audit/index.vue
+++ b/admin-web-master/src/views/rent/audit/index.vue
@@ -11,17 +11,17 @@