|
@@ -66,43 +66,43 @@
|
|
|
</el-col>
|
|
|
<el-col :span="12">
|
|
|
<el-form-item label="建设进展情况" prop="jzqk">
|
|
|
- <el-input type="textarea" placeholder="输入项目进展情况…" v-model="form.jzqk"></el-input>
|
|
|
+ <el-input type="textarea" placeholder="输入项目进展情况…" v-model="form.jzqk" clearable></el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
<el-col :span="12">
|
|
|
<el-form-item label="存在的问题" prop="czwt">
|
|
|
- <el-input type="textarea" placeholder="输入存在的问题…" v-model="form.czwt"></el-input>
|
|
|
+ <el-input type="textarea" placeholder="输入存在的问题…" v-model="form.czwt" clearable></el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
-
|
|
|
+
|
|
|
<el-col :span="6">
|
|
|
<el-form-item label="土地出让金总额(万元)" prop="tdcrzje">
|
|
|
- <el-input placeholder="请输入土地出让金总额" v-model="form.tdcrzje" />
|
|
|
+ <el-input placeholder="请输入土地出让金总额" v-model="form.tdcrzje" clearable/>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
<el-col :span="6">
|
|
|
<el-form-item label="厂房投入金额(万元)" prop="cftrje">
|
|
|
- <el-input placeholder="请输入厂房投入金额" v-model="form.cftrje" />
|
|
|
+ <el-input placeholder="请输入厂房投入金额" v-model="form.cftrje" clearable/>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
<el-col :span="6">
|
|
|
<el-form-item label="设备清单金额(万元)" prop="className">
|
|
|
- <el-input placeholder="请输入设备清单金额" v-model="form.sbqd" />
|
|
|
+ <el-input placeholder="请输入设备清单金额" v-model="form.sbqd" clearable/>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
<el-col :span="6">
|
|
|
<el-form-item label="发票金额(万元)" prop="fpje">
|
|
|
- <el-input placeholder="请输入发票金额" v-model="form.fpje" />
|
|
|
+ <el-input placeholder="请输入发票金额" v-model="form.fpje" clearable/>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
<el-col :span="6">
|
|
|
<el-form-item label="设备合同金额(万元)" prop="htje">
|
|
|
- <el-input placeholder="请输入设备合同金额" v-model="form.htje" />
|
|
|
+ <el-input placeholder="请输入设备合同金额" v-model="form.htje" clearable/>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
<!-- <el-col :span="6">
|
|
|
<el-form-item label="实际到位资金(万元)" prop="tableName">
|
|
|
- <el-input placeholder="实际到位资金(万元)" v-model="form.czwt" />
|
|
|
+ <el-input placeholder="实际到位资金(万元)" v-model="form.czwt" clearable/>
|
|
|
</el-form-item>
|
|
|
</el-col> -->
|
|
|
</el-row>
|
|
@@ -169,8 +169,8 @@
|
|
|
<!-- <el-button type="primary" plain>暂存</el-button> -->
|
|
|
<el-button type="primary" v-hasPermi="['zhaoshangV3:jsxx:edit']" style="margin-left: 26px;" @click="submitForm">提交</el-button>
|
|
|
</div>
|
|
|
-
|
|
|
-
|
|
|
+
|
|
|
+
|
|
|
</div>
|
|
|
|
|
|
</template>
|
|
@@ -236,8 +236,8 @@ export default {
|
|
|
// jzqk: [
|
|
|
// { required: true, message: "请输入", trigger: "blur" }
|
|
|
// ],
|
|
|
-
|
|
|
-
|
|
|
+
|
|
|
+
|
|
|
},
|
|
|
jyzhp:{
|
|
|
fileName:'项目每月建设照片',
|
|
@@ -275,7 +275,7 @@ export default {
|
|
|
secondChange(){
|
|
|
this.gethusie()
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
},
|
|
|
computed:{
|
|
|
secondChange(){
|
|
@@ -303,7 +303,7 @@ export default {
|
|
|
that.xsfp.xmbh = sngsenhgt
|
|
|
that.cwbb.xmbh = sngsenhgt
|
|
|
that.tjbb.xmbh = sngsenhgt
|
|
|
-
|
|
|
+
|
|
|
if(that.info.id == -1){
|
|
|
// 新增
|
|
|
console.log(2)
|
|
@@ -344,14 +344,14 @@ export default {
|
|
|
}
|
|
|
})
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
}
|
|
|
-
|
|
|
- }, 1000);
|
|
|
+
|
|
|
+ }, 1000);
|
|
|
that.issfe = true
|
|
|
},
|
|
|
nsewe(val){
|
|
|
- console.log(val)
|
|
|
+ console.log(val)
|
|
|
this.info.beginTime = val[0]
|
|
|
this.info.endTime = val[1]
|
|
|
},
|
|
@@ -389,11 +389,11 @@ export default {
|
|
|
})
|
|
|
})
|
|
|
},
|
|
|
-
|
|
|
+
|
|
|
// 每月更新提交
|
|
|
handleAdd(){
|
|
|
if(this.form.jzqk == null){
|
|
|
- this.$message.error('请填写信息');
|
|
|
+ this.$message.error('请填写信息');
|
|
|
return
|
|
|
}
|
|
|
this.form.xmbh = this.info.xmbh
|
|
@@ -403,16 +403,16 @@ export default {
|
|
|
this.$modal.msgSuccess("修改成功")
|
|
|
this.open = false
|
|
|
this.getList()
|
|
|
- })
|
|
|
+ })
|
|
|
}else{
|
|
|
-
|
|
|
+
|
|
|
addJdqk(this.form).then(response => {
|
|
|
this.$modal.msgSuccess("新增成功")
|
|
|
this.open = false
|
|
|
this.getList()
|
|
|
- })
|
|
|
+ })
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
},
|
|
|
// 表单重置
|
|
|
reset() {
|
|
@@ -440,7 +440,7 @@ export default {
|
|
|
/** 修改按钮操作 */
|
|
|
handleUpdate(row) {
|
|
|
this.reset()
|
|
|
- const tzfkId = row.jdqkId
|
|
|
+ const tzfkId = row.jdqkId
|
|
|
getJdqk(tzfkId).then(response => {
|
|
|
this.form = response.data
|
|
|
this.open = true
|
|
@@ -449,7 +449,7 @@ export default {
|
|
|
},
|
|
|
/** 删除按钮操作 */
|
|
|
handleDelete(row) {
|
|
|
- const tzfkIds = row.jdqkId
|
|
|
+ const tzfkIds = row.jdqkId
|
|
|
delJdqk(tzfkIds).then(response => {
|
|
|
this.$modal.msgSuccess("删除成功")
|
|
|
this.getList()
|
|
@@ -461,19 +461,19 @@ export default {
|
|
|
if (valid) {
|
|
|
this.info.zsyzFjList = []
|
|
|
if(this.jylist.length !=0){
|
|
|
- this.info.zsyzFjList = this.info.zsyzFjList.concat(this.jylist )
|
|
|
+ this.info.zsyzFjList = this.info.zsyzFjList.concat(this.jylist )
|
|
|
}
|
|
|
if(this.xshtlist.length !=0){
|
|
|
this.info.zsyzFjList = this.info.zsyzFjList.concat(this.xshtlist )
|
|
|
}
|
|
|
if(this.xsfqlist.length !=0){
|
|
|
- this.info.zsyzFjList = this.info.zsyzFjList.concat(this.xsfqlist )
|
|
|
+ this.info.zsyzFjList = this.info.zsyzFjList.concat(this.xsfqlist )
|
|
|
}
|
|
|
if(this.cwbblist.length !=0){
|
|
|
- this.info.zsyzFjList = this.info.zsyzFjList.concat(this.cwbblist )
|
|
|
+ this.info.zsyzFjList = this.info.zsyzFjList.concat(this.cwbblist )
|
|
|
}
|
|
|
if(this.tjbblist.length !=0){
|
|
|
- this.info.zsyzFjList = this.info.zsyzFjList.concat(this.tjbblist )
|
|
|
+ this.info.zsyzFjList = this.info.zsyzFjList.concat(this.tjbblist )
|
|
|
}
|
|
|
console.log(this.info.zsyzFjList,this.info,6)
|
|
|
// return
|
|
@@ -487,7 +487,8 @@ export default {
|
|
|
addJsxx(this.info).then(response => {
|
|
|
this.$modal.msgSuccess("新增成功")
|
|
|
this.form.jsxxId = response.data
|
|
|
- this.info.jsxxId = response.data
|
|
|
+ this.info.jsxxId = response.data;
|
|
|
+ this.$emit("getSubmit",response.data)
|
|
|
// this.open = false
|
|
|
// this.$router.go(-1)
|
|
|
// this.getList()
|