f5fae45e by renchao@pashanhoo.com

Merge branch 'dev'

2 parents 032cbe02 c388ad23
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-07-13 16:42:26
* @LastEditTime: 2023-08-25 16:12:06
-->
<template>
<el-form ref="ruleForm" :model="ruleForm" label-width="100px" :rules="rules">
......@@ -120,7 +120,6 @@
}
})
},
//编辑
/**
* @description: 编辑
* @author: renchao
......@@ -171,6 +170,10 @@
that.loadStatus = '1';
let LODOP = getLodop(document.getElementById('LODOP_OB'), document.getElementById('LODOP_EM'));
LODOP.ADD_PRINT_DATA("ProgramData", this.ruleForm.tmpcontent); //装载模板
if (ruleForm.tmpno == 'zsdy') {
LODOP.SET_PRINT_PAGESIZE(1, 0, 0, "B4");
ADD_PRINT_SETUP_BKIMG("<img border='0' src='http://192.168.2.38:9000/bdcdj/zhengshu_image/bdcqzs2.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=KRMCXFVDPWMN0919UI1J%2F20230825%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20230825T080608Z&X-Amz-Expires=604800&X-Amz-Security-Token=eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJhY2Nlc3NLZXkiOiJLUk1DWEZWRFBXTU4wOTE5VUkxSiIsImV4cCI6MTY5Mjk1NDI1NiwicGFyZW50IjoibWluaW9hZG1pbiJ9.OOHyJOL0zk9n3pSdWC-uIMztKL2wwHM0DsFJr1sjhxTMlbSVnCWluQpf94D4fEq35c0Us2Mi7KKINDnojwox6A&X-Amz-SignedHeaders=host&versionId=null&X-Amz-Signature=67b9cea9b1e1386e3ec826ddd1e33e514715aabbb671be991df72f5e47b20c45'>")
}
//窗口关闭后,回调函数中保存的设计代码
if (LODOP.CVERSION)
CLODOP.On_Return = function (TaskID, printList) {
......
......@@ -70,11 +70,11 @@
label: "权利性质"
},
{
prop: "ytmc",
prop: "qlytmc",
label: "用途"
},
{
prop: "mjmc",
prop: "qlmjmc",
label: "面积"
},
{
......
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-08-25 14:03:00
* @LastEditTime: 2023-08-24 15:38:52
-->
<template>
<div class="szxx">
<el-card class="box-card" v-for="(item, index) in tableData" :key="index">
<el-card :class="item.szcs == 0 ? 'box-card':'box-card bg-red'" v-for="(item, index) in tableData" :key="index">
<div slot="header" class="szxx_header">
<span class="header_type">{{
item.bdcqzlx == 1 ? "不动产权证书" : "不动产登记证明"
......@@ -49,7 +49,7 @@
<el-button class="operation_button" type="text" @click="openRecordPop(item)">缮证记录</el-button>
</div>
<div class="text" v-else>
<el-button class="operation_button" type="text" @click="openZsylDialog(item, 2)">证书打印1{{ item.szcs
<el-button class="operation_button" type="text" @click="openZsylDialog(item, 2)">证书打印({{ item.szcs
}}</el-button>
<el-button class="operation_button" type="text" @click="openRecordPop(item)">缮证记录</el-button>
</div>
......@@ -211,7 +211,7 @@
}
.szxx_header {
color: #ffffff;
// color: #ffffff;
font-weight: bolder;
font-size: 16px;
......@@ -292,9 +292,18 @@
justify-content: flex-end;
}
}
/deep/.el-card__header {
background-color: rgb(198, 67, 83);
.box-card{
.szxx_header{
color: #303133;
}
}
.bg-red{
.szxx_header{
color: #FFF;
}
/deep/.el-card__header {
background-color: rgb(198, 67, 83);
}
}
/deep/.el-card__body {
......
......@@ -133,12 +133,12 @@
</el-col>
<el-col :span="8">
<el-form-item :class="flag ? 'marginBot0' : ''" label="用途:">
<el-input disabled v-model="ruleForm.ztQlxx.ytmc"></el-input>
<el-input disabled v-model="ruleForm.ztQlxx.qlytmc"></el-input>
</el-form-item>
</el-col>
<el-col :span="8">
<el-form-item :class="flag ? 'marginBot0' : ''" label="面积:">
<el-input disabled v-model="ruleForm.ztQlxx.mjmc"></el-input>
<el-input disabled v-model="ruleForm.ztQlxx.qlmjmc"></el-input>
</el-form-item>
</el-col>
</el-row>
......
......@@ -104,7 +104,7 @@ class data extends filter {
minWidth: '150',
},
{
prop: "mjmc",
prop: "qlmjmc",
label: "面积",
width: '130'
},
......@@ -114,7 +114,7 @@ class data extends filter {
minWidth: '130'
},
{
prop: "ytmc",
prop: "qlytmc",
label: "用途",
minWidth: '130'
},
......