Merge branch 'dev'
Showing
6 changed files
with
27 additions
and
15 deletions
public/bdcqzs2.jpg
deleted
100644 → 0
201 KB
1 | <!-- | 1 | <!-- |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-07-13 16:42:26 | 4 | * @LastEditTime: 2023-08-25 16:12:06 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <el-form ref="ruleForm" :model="ruleForm" label-width="100px" :rules="rules"> | 7 | <el-form ref="ruleForm" :model="ruleForm" label-width="100px" :rules="rules"> |
... | @@ -120,7 +120,6 @@ | ... | @@ -120,7 +120,6 @@ |
120 | } | 120 | } |
121 | }) | 121 | }) |
122 | }, | 122 | }, |
123 | //编辑 | ||
124 | /** | 123 | /** |
125 | * @description: 编辑 | 124 | * @description: 编辑 |
126 | * @author: renchao | 125 | * @author: renchao |
... | @@ -171,6 +170,10 @@ | ... | @@ -171,6 +170,10 @@ |
171 | that.loadStatus = '1'; | 170 | that.loadStatus = '1'; |
172 | let LODOP = getLodop(document.getElementById('LODOP_OB'), document.getElementById('LODOP_EM')); | 171 | let LODOP = getLodop(document.getElementById('LODOP_OB'), document.getElementById('LODOP_EM')); |
173 | LODOP.ADD_PRINT_DATA("ProgramData", this.ruleForm.tmpcontent); //装载模板 | 172 | LODOP.ADD_PRINT_DATA("ProgramData", this.ruleForm.tmpcontent); //装载模板 |
173 | if (ruleForm.tmpno == 'zsdy') { | ||
174 | LODOP.SET_PRINT_PAGESIZE(1, 0, 0, "B4"); | ||
175 | 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'>") | ||
176 | } | ||
174 | //窗口关闭后,回调函数中保存的设计代码 | 177 | //窗口关闭后,回调函数中保存的设计代码 |
175 | if (LODOP.CVERSION) | 178 | if (LODOP.CVERSION) |
176 | CLODOP.On_Return = function (TaskID, printList) { | 179 | CLODOP.On_Return = function (TaskID, printList) { | ... | ... |
1 | <!-- | 1 | <!-- |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-08-25 14:03:00 | 4 | * @LastEditTime: 2023-08-24 15:38:52 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <div class="szxx"> | 7 | <div class="szxx"> |
8 | <el-card class="box-card" v-for="(item, index) in tableData" :key="index"> | 8 | <el-card :class="item.szcs == 0 ? 'box-card':'box-card bg-red'" v-for="(item, index) in tableData" :key="index"> |
9 | <div slot="header" class="szxx_header"> | 9 | <div slot="header" class="szxx_header"> |
10 | <span class="header_type">{{ | 10 | <span class="header_type">{{ |
11 | item.bdcqzlx == 1 ? "不动产权证书" : "不动产登记证明" | 11 | item.bdcqzlx == 1 ? "不动产权证书" : "不动产登记证明" |
... | @@ -49,7 +49,7 @@ | ... | @@ -49,7 +49,7 @@ |
49 | <el-button class="operation_button" type="text" @click="openRecordPop(item)">缮证记录</el-button> | 49 | <el-button class="operation_button" type="text" @click="openRecordPop(item)">缮证记录</el-button> |
50 | </div> | 50 | </div> |
51 | <div class="text" v-else> | 51 | <div class="text" v-else> |
52 | <el-button class="operation_button" type="text" @click="openZsylDialog(item, 2)">证书打印1({{ item.szcs | 52 | <el-button class="operation_button" type="text" @click="openZsylDialog(item, 2)">证书打印({{ item.szcs |
53 | }})</el-button> | 53 | }})</el-button> |
54 | <el-button class="operation_button" type="text" @click="openRecordPop(item)">缮证记录</el-button> | 54 | <el-button class="operation_button" type="text" @click="openRecordPop(item)">缮证记录</el-button> |
55 | </div> | 55 | </div> |
... | @@ -211,7 +211,7 @@ | ... | @@ -211,7 +211,7 @@ |
211 | } | 211 | } |
212 | 212 | ||
213 | .szxx_header { | 213 | .szxx_header { |
214 | color: #ffffff; | 214 | // color: #ffffff; |
215 | font-weight: bolder; | 215 | font-weight: bolder; |
216 | font-size: 16px; | 216 | font-size: 16px; |
217 | 217 | ||
... | @@ -292,9 +292,18 @@ | ... | @@ -292,9 +292,18 @@ |
292 | justify-content: flex-end; | 292 | justify-content: flex-end; |
293 | } | 293 | } |
294 | } | 294 | } |
295 | 295 | .box-card{ | |
296 | /deep/.el-card__header { | 296 | .szxx_header{ |
297 | background-color: rgb(198, 67, 83); | 297 | color: #303133; |
298 | } | ||
299 | } | ||
300 | .bg-red{ | ||
301 | .szxx_header{ | ||
302 | color: #FFF; | ||
303 | } | ||
304 | /deep/.el-card__header { | ||
305 | background-color: rgb(198, 67, 83); | ||
306 | } | ||
298 | } | 307 | } |
299 | 308 | ||
300 | /deep/.el-card__body { | 309 | /deep/.el-card__body { | ... | ... |
... | @@ -133,12 +133,12 @@ | ... | @@ -133,12 +133,12 @@ |
133 | </el-col> | 133 | </el-col> |
134 | <el-col :span="8"> | 134 | <el-col :span="8"> |
135 | <el-form-item :class="flag ? 'marginBot0' : ''" label="用途:"> | 135 | <el-form-item :class="flag ? 'marginBot0' : ''" label="用途:"> |
136 | <el-input disabled v-model="ruleForm.ztQlxx.ytmc"></el-input> | 136 | <el-input disabled v-model="ruleForm.ztQlxx.qlytmc"></el-input> |
137 | </el-form-item> | 137 | </el-form-item> |
138 | </el-col> | 138 | </el-col> |
139 | <el-col :span="8"> | 139 | <el-col :span="8"> |
140 | <el-form-item :class="flag ? 'marginBot0' : ''" label="面积:"> | 140 | <el-form-item :class="flag ? 'marginBot0' : ''" label="面积:"> |
141 | <el-input disabled v-model="ruleForm.ztQlxx.mjmc"></el-input> | 141 | <el-input disabled v-model="ruleForm.ztQlxx.qlmjmc"></el-input> |
142 | </el-form-item> | 142 | </el-form-item> |
143 | </el-col> | 143 | </el-col> |
144 | </el-row> | 144 | </el-row> | ... | ... |
... | @@ -104,7 +104,7 @@ class data extends filter { | ... | @@ -104,7 +104,7 @@ class data extends filter { |
104 | minWidth: '150', | 104 | minWidth: '150', |
105 | }, | 105 | }, |
106 | { | 106 | { |
107 | prop: "mjmc", | 107 | prop: "qlmjmc", |
108 | label: "面积", | 108 | label: "面积", |
109 | width: '130' | 109 | width: '130' |
110 | }, | 110 | }, |
... | @@ -114,7 +114,7 @@ class data extends filter { | ... | @@ -114,7 +114,7 @@ class data extends filter { |
114 | minWidth: '130' | 114 | minWidth: '130' |
115 | }, | 115 | }, |
116 | { | 116 | { |
117 | prop: "ytmc", | 117 | prop: "qlytmc", |
118 | label: "用途", | 118 | label: "用途", |
119 | minWidth: '130' | 119 | minWidth: '130' |
120 | }, | 120 | }, | ... | ... |
-
Please register or sign in to post a comment