|
@@ -722,16 +722,16 @@
|
|
isIndependentLan: "", //是否独立供地(N:Y)
|
|
isIndependentLan: "", //是否独立供地(N:Y)
|
|
landArea: "", //供地面积
|
|
landArea: "", //供地面积
|
|
landAddress: "", //供地位置
|
|
landAddress: "", //供地位置
|
|
- landPhoto: "", //土地证ur
|
|
|
|
|
|
+ landPhoto: [], //土地证ur
|
|
circulationLand: "", //流转土地面积
|
|
circulationLand: "", //流转土地面积
|
|
circulationAddres: "", //流转土地位置
|
|
circulationAddres: "", //流转土地位置
|
|
circulationDoc: [], //土地流转合同
|
|
circulationDoc: [], //土地流转合同
|
|
- circulationPhoto: "", //产权证
|
|
|
|
|
|
+ circulationPhoto: [], //产权证
|
|
leasePlantArea: "", //租赁厂房面积
|
|
leasePlantArea: "", //租赁厂房面积
|
|
leasePlantAddress: "", //租赁厂房位置
|
|
leasePlantAddress: "", //租赁厂房位置
|
|
- leasePlantDoc: "", //租赁合同
|
|
|
|
- leasePlantPhoto: "", //租赁产权证
|
|
|
|
- agreementTot: "", //租赁产权证
|
|
|
|
|
|
+ leasePlantDoc: [], //租赁合同
|
|
|
|
+ leasePlantPhoto: [], //租赁产权证
|
|
|
|
+ agreementTot: '', //租赁产权证
|
|
agreementTax: "", // 合同约定税收
|
|
agreementTax: "", // 合同约定税收
|
|
agreementStartdate: "", // 合同约定开工时间
|
|
agreementStartdate: "", // 合同约定开工时间
|
|
agreementEnddate: "", //合同约定竣工时间
|
|
agreementEnddate: "", //合同约定竣工时间
|
|
@@ -774,21 +774,20 @@
|
|
},
|
|
},
|
|
methods: {
|
|
methods: {
|
|
backProBtn(){
|
|
backProBtn(){
|
|
- var that=this
|
|
|
|
- this.$prompt("请输入驳回意见", "提醒", {
|
|
|
|
- confirmButtonText: "确定",
|
|
|
|
- cancelButtonText: "取消",
|
|
|
|
- type: "warning",
|
|
|
|
- })
|
|
|
|
- .then(({ value }) => {
|
|
|
|
|
|
+ var that = this
|
|
|
|
+ this.$confirm("是否确认撤销审核", "提醒", {
|
|
|
|
+ confirmButtonText: "确定",
|
|
|
|
+ cancelButtonText: "取消",
|
|
|
|
+ type: "warning",
|
|
|
|
+ })
|
|
|
|
+ .then(function() {
|
|
return setBack({
|
|
return setBack({
|
|
code: 4,
|
|
code: 4,
|
|
bmProjectId: that.queryParams.bmProjectId,
|
|
bmProjectId: that.queryParams.bmProjectId,
|
|
- remark:value
|
|
|
|
});
|
|
});
|
|
- })
|
|
|
|
|
|
+ })
|
|
.then(() => {
|
|
.then(() => {
|
|
- this.msgSuccess("驳回成功");
|
|
|
|
|
|
+ this.msgSuccess("撤销成功");
|
|
setTimeout(res => {
|
|
setTimeout(res => {
|
|
this.$router.go(-1)
|
|
this.$router.go(-1)
|
|
}, 1000)
|
|
}, 1000)
|