-
-
-
-
-
- 商铺
- 场地
- 广告位
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 元/m2
-
-
+
+
+
+
+
+ 商铺
+ 场地
+ 广告位
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 元/m2
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
+
@@ -316,41 +341,40 @@
policyName: '', //策略名称
applicableResources: '商铺', //适用资源
policyTemplate: null, //策略模板
- isRental: '', //是否出租 (0:否,1:是)
- isSelfOperated: '', //是否白营 (0: 否, 1: 是)
+ isRental: '', //是否出租 (0:白营,1:是)
businessType: '', //经营类型
- rentalPrice: '', //租金价格
+ rentalPrice: null, //租金价格
leaseTerm: '', //商铺租期
leaseStartDate: '', //租赁开始日期
leaseEndDate: '', //租赁结束日期
rentFreeCondition: '', //免租条件
rentFreePeriod: '', //免租期(单位:天)
- paymentTerms: '', //付款条件
- paymentStartDate: '', //付款开始日期
- paymentEndDate: '', //付款结束日期
+ payDay: '', //付款日
createDate: '', //创建时间
isTemplate: '1', //是否为模板(0.是 1.否)
+ preferentialPolicy:'',
+ otherDescription:''
},
modeCode: false, //模板管理框
tableData: [],
addMing: false, //新增模板框
modeAdd: true, //新增编辑模板 状态切换
formInline: {
- policyName: '', //策略名称
- applicableResources: '商铺', //适用资源
- isRental: '', //是否出租 (0:否,1:是)
- isSelfOperated: '', //是否出租 (0: 否, 1: 是)
- businessType: '', //经营类型
- rentalPrice: '', //租金价格
- leaseTerm: '', //商铺租期
- leaseStartDate: '', //租赁开始日期
- leaseEndDate: '', //租赁结束日期
- rentFreeCondition: '', //免租条件
- rentFreePeriod: '', //免租期(单位:天)
- paymentTerms: '', //付款条件
- paymentStartDate: '', //付款开始日期
- paymentEndDate: '', //付款结束日期
- createDate: '', //创建时间
+ policyName: '', //策略名称
+ applicableResources: '商铺', //适用资源
+ policyTemplate: null, //策略模板
+ isRental: '', //是否出租 (0:白营,1:是)
+ businessType: '', //经营类型
+ rentalPrice: null, //租金价格
+ leaseTerm: '', //商铺租期
+ leaseStartDate: '', //租赁开始日期
+ leaseEndDate: '', //租赁结束日期
+ rentFreeCondition: '', //免租条件
+ rentFreePeriod: '', //免租期(单位:天)
+ payDay: '', //付款日
+ createDate: '', //创建时间
+ preferentialPolicy:'',
+ otherDescription:'',
isTemplate: '0', //是否为模板(0.是 1.否)
},
leaseDate: [], //租赁时段
@@ -420,11 +444,6 @@
message: '请选择是否出租',
trigger: 'change'
}],
- isSelfOperated: [{
- required: true,
- message: '请选择是否出租',
- trigger: 'change'
- }],
businessType: [{
required: true,
message: '请选择经营类型',
@@ -480,23 +499,23 @@ this.getAll()
this.paymentDate = []
if (val == 1) {
this.formInline = {
- policyName: '', //策略名称
- applicableResources: '商铺', //适用资源
- isRental: '', //是否出租 (0:否,1:是)
- isSelfOperated: '', //是否白营 (0: 否, 1: 是)
- businessType: '', //经营类型
- rentalPrice: '', //租金价格
- leaseTerm: '', //商铺租期
- leaseStartDate: '', //租赁开始日期
- leaseEndDate: '', //租赁结束日期
- rentFreeCondition: '', //免租条件
- rentFreePeriod: '', //免租期(单位:天)
- paymentTerms: '', //付款条件
- paymentStartDate: '', //付款开始日期
- paymentEndDate: '', //付款结束日期
- createDate: '', //创建时间
- isTemplate: '0', //是否为模板(0.是 1.否)
- }
+ policyName: '', //策略名称
+ applicableResources: '商铺', //适用资源
+ policyTemplate: null, //策略模板
+ isRental: '', //是否出租 (0:白营,1:是)
+ businessType: '', //经营类型
+ rentalPrice: null, //租金价格
+ leaseTerm: '', //商铺租期
+ leaseStartDate: '', //租赁开始日期
+ leaseEndDate: '', //租赁结束日期
+ rentFreeCondition: '', //免租条件
+ rentFreePeriod: '', //免租期(单位:天)
+ payDay: '', //付款日
+ createDate: '', //创建时间
+ preferentialPolicy:'',
+ otherDescription:'',
+ isTemplate: '0', //是否为模板(0.是 1.否)
+ }
} else {
this.leaseDate[0] = item.leaseStartDate
this.leaseDate[1] = item.leaseEndDate
@@ -509,24 +528,23 @@ this.getAll()
},
closeFn() {
this.form = {
- policyName: '', //策略名称
- applicableResources: '商铺', //适用资源
- policyTemplate: null, //策略模板
- isRental: '', //是否出租 (0:否,1:是)
- isSelfOperated: '', //是否白营 (0: 否, 1: 是)
- businessType: '', //经营类型
- rentalPrice: '', //租金价格
- leaseTerm: '', //商铺租期
- leaseStartDate: '', //租赁开始日期
- leaseEndDate: '', //租赁结束日期
- rentFreeCondition: '', //免租条件
- rentFreePeriod: '', //免租期(单位:天)
- paymentTerms: '', //付款条件
- paymentStartDate: '', //付款开始日期
- paymentEndDate: '', //付款结束日期
- createDate: '', //创建时间
- isTemplate: '1', //是否为模板(0.是 1.否)
- }
+ policyName: '', //策略名称
+ applicableResources: '商铺', //适用资源
+ policyTemplate: null, //策略模板
+ isRental: '', //是否出租 (0:白营,1:是)
+ businessType: '', //经营类型
+ rentalPrice: null, //租金价格
+ leaseTerm: '', //商铺租期
+ leaseStartDate: '', //租赁开始日期
+ leaseEndDate: '', //租赁结束日期
+ rentFreeCondition: '', //免租条件
+ rentFreePeriod: '', //免租期(单位:天)
+ payDay: '', //付款日
+ createDate: '', //创建时间
+ isTemplate: '1', //是否为模板(0.是 1.否)
+ preferentialPolicy:'',
+ otherDescription:''
+ }
this.paymentDate=[]
this.leaseDate = []
this.$emit('childClose', false);
@@ -535,24 +553,23 @@ this.getAll()
close(){
this.form = {
- policyName: '', //策略名称
- applicableResources: '商铺', //适用资源
- policyTemplate: null, //策略模板
- isRental: '', //是否出租 (0:否,1:是)
- isSelfOperated: '', //是否白营 (0: 否, 1: 是)
- businessType: '', //经营类型
- rentalPrice: '', //租金价格
- leaseTerm: '', //商铺租期
- leaseStartDate: '', //租赁开始日期
- leaseEndDate: '', //租赁结束日期
- rentFreeCondition: '', //免租条件
- rentFreePeriod: '', //免租期(单位:天)
- paymentTerms: '', //付款条件
- paymentStartDate: '', //付款开始日期
- paymentEndDate: '', //付款结束日期
- createDate: '', //创建时间
- isTemplate: '1', //是否为模板(0.是 1.否)
- }
+ policyName: '', //策略名称
+ applicableResources: '商铺', //适用资源
+ policyTemplate: null, //策略模板
+ isRental: '', //是否出租 (0:白营,1:是)
+ businessType: '', //经营类型
+ rentalPrice: null, //租金价格
+ leaseTerm: '', //商铺租期
+ leaseStartDate: '', //租赁开始日期
+ leaseEndDate: '', //租赁结束日期
+ rentFreeCondition: '', //免租条件
+ rentFreePeriod: '', //免租期(单位:天)
+ payDay: '', //付款日
+ createDate: '', //创建时间
+ isTemplate: '1', //是否为模板(0.是 1.否)
+ preferentialPolicy:'',
+ otherDescription:''
+ }
this.paymentDate=[]
this.leaseDate = []
this.$emit('childClose', false);
diff --git a/yanshouban/src/views/ads/fangli/addform.vue b/yanshouban/src/views/ads/fangli/addform.vue
index 07745fb..7ba8dbc 100644
--- a/yanshouban/src/views/ads/fangli/addform.vue
+++ b/yanshouban/src/views/ads/fangli/addform.vue
@@ -235,14 +235,10 @@
- {{scope.row.isrental == '0'?'否':'是'}}
-
-
-
-
- {{scope.row.isSelfOperated == '0'?'否':'是'}}
+ {{scope.row.isrental == '0'?'自营':'是'}}
+
diff --git a/yanshouban/src/views/scheme/planningBz.vue b/yanshouban/src/views/scheme/planningBz.vue
index 1dfc278..a828068 100644
--- a/yanshouban/src/views/scheme/planningBz.vue
+++ b/yanshouban/src/views/scheme/planningBz.vue
@@ -283,7 +283,8 @@