style:善证
Showing
5 changed files
with
180 additions
and
17 deletions
1 | <!-- | 1 | <!-- |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-09-05 15:36:51 | 4 | * @LastEditTime: 2023-09-05 16:37:35 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <div> | 7 | <div> |
... | @@ -24,7 +24,7 @@ | ... | @@ -24,7 +24,7 @@ |
24 | </el-select> | 24 | </el-select> |
25 | </el-col> | 25 | </el-col> |
26 | <el-col :span="2" v-if="this.formData.ysxlh"> | 26 | <el-col :span="2" v-if="this.formData.ysxlh"> |
27 | <el-button type="primary" @click="invalidDiglog=true">作废</el-button> | 27 | <el-button type="primary" @click="handleZF" v-if="disabled">作废</el-button> |
28 | </el-col> | 28 | </el-col> |
29 | </el-row> | 29 | </el-row> |
30 | 30 | ||
... | @@ -166,11 +166,15 @@ | ... | @@ -166,11 +166,15 @@ |
166 | this.zfyy = ""; | 166 | this.zfyy = ""; |
167 | this.invalidDiglog = false | 167 | this.invalidDiglog = false |
168 | }, | 168 | }, |
169 | handleZF () { | ||
170 | this.invalidDiglog = true | ||
171 | }, | ||
169 | /** | 172 | /** |
170 | * @description: 作废缮证信息 | 173 | * @description: 作废缮证信息 |
171 | * @author: renchao | 174 | * @author: renchao |
172 | */ | 175 | */ |
173 | confirmInvalid () { | 176 | confirmInvalid () { |
177 | store.dispatch('user/reWorkFresh', false) | ||
174 | invalidCertificate({ bsmBdcqz: this.bdcqz.bsmBdcqz, zfyy: this.zfyy }).then((res) => { | 178 | invalidCertificate({ bsmBdcqz: this.bdcqz.bsmBdcqz, zfyy: this.zfyy }).then((res) => { |
175 | if (res.code === 200) { | 179 | if (res.code === 200) { |
176 | this.$message.success("作废成功"); | 180 | this.$message.success("作废成功"); |
... | @@ -179,12 +183,12 @@ | ... | @@ -179,12 +183,12 @@ |
179 | this.zfyy = '' | 183 | this.zfyy = '' |
180 | this.ruleForm.ysxlh = '' | 184 | this.ruleForm.ysxlh = '' |
181 | this.bdcqz.ysxlh = '' | 185 | this.bdcqz.ysxlh = '' |
182 | store.dispatch('user/reWorkFresh', false) | ||
183 | if (this.bdcqz.bdcqzlx == 1) { | 186 | if (this.bdcqz.bdcqzlx == 1) { |
184 | this.drawTextOnImage() | 187 | this.drawTextOnImage() |
185 | } else { | 188 | } else { |
186 | this.drawTextzmImage() | 189 | this.drawTextzmImage() |
187 | } | 190 | } |
191 | store.dispatch('user/reWorkFresh', true) | ||
188 | } else { | 192 | } else { |
189 | this.$message.error(res.message); | 193 | this.$message.error(res.message); |
190 | } | 194 | } |
... | @@ -587,6 +591,7 @@ | ... | @@ -587,6 +591,7 @@ |
587 | this.$message.error('请选择印刷序列号'); | 591 | this.$message.error('请选择印刷序列号'); |
588 | return; | 592 | return; |
589 | } | 593 | } |
594 | store.dispatch('user/reWorkFresh', false) | ||
590 | let that = this | 595 | let that = this |
591 | if (this.bdcqz.bdcqzlx == 1) { | 596 | if (this.bdcqz.bdcqzlx == 1) { |
592 | getPrintTemplateByCode({ tmpno: 'zsdy' }).then(resInfo => { | 597 | getPrintTemplateByCode({ tmpno: 'zsdy' }).then(resInfo => { |
... | @@ -646,6 +651,7 @@ | ... | @@ -646,6 +651,7 @@ |
646 | this.$message.error('请选择印刷序列号'); | 651 | this.$message.error('请选择印刷序列号'); |
647 | return; | 652 | return; |
648 | } | 653 | } |
654 | store.dispatch('user/reWorkFresh', false) | ||
649 | this.ruleForm.bsmBdcqz = this.bdcqz.bsmBdcqz; | 655 | this.ruleForm.bsmBdcqz = this.bdcqz.bsmBdcqz; |
650 | this.ruleForm.bdcqzlx = this.bdcqz.bdcqzlx; | 656 | this.ruleForm.bdcqzlx = this.bdcqz.bdcqzlx; |
651 | this.ruleForm.szzh = this.bdcqz.bdcqzh; | 657 | this.ruleForm.szzh = this.bdcqz.bdcqzh; | ... | ... |
1 | <template> | 1 | <template> |
2 | <div> | 2 | <div class="slxx swxx"> |
3 | <div>不动产信息</div> | 3 | <!-- |
4 | <div>买方信息</div> | 4 | <div>缴税信息</div> --> |
5 | <div>卖方信息</div> | 5 | <el-form |
6 | <div>合同信息</div> | 6 | :model="ruleForm" |
7 | <div>缴税信息</div> | 7 | ref="ruleForm" |
8 | v-Loading="loading" | ||
9 | :label-position="flag ? 'top' : ''" | ||
10 | :inline="flag" | ||
11 | label-width="120px"> | ||
12 | <div class="slxx_con" :class="flag ? 'formMarginBot0' : ''"> | ||
13 | <div class="slxx_title title-block"> | ||
14 | 不动产信息 | ||
15 | <div class="triangle"></div> | ||
16 | </div> | ||
17 | <el-row :gutter="10"> | ||
18 | <el-col :span="8"> | ||
19 | <el-form-item label="不动产单元号:"> | ||
20 | <el-input disabled v-model="ruleForm.bdcdyh"></el-input> | ||
21 | </el-form-item> | ||
22 | </el-col> | ||
23 | <el-col :span="8"> | ||
24 | <el-form-item label="原产证号:"> | ||
25 | <el-input disabled v-model="ruleForm.yfczh"></el-input> | ||
26 | </el-form-item> | ||
27 | </el-col> | ||
28 | <el-col :span="8"> | ||
29 | <el-form-item label="面积(m3):"> | ||
30 | <el-input disabled v-model="ruleForm.mj"></el-input> | ||
31 | </el-form-item> | ||
32 | </el-col> | ||
33 | </el-row> | ||
34 | <el-row :gutter="10"> | ||
35 | <el-col :span="8"> | ||
36 | <el-form-item label="权利类型:"> | ||
37 | <el-input disabled v-model="ruleForm.qllxmc"></el-input> | ||
38 | </el-form-item> | ||
39 | </el-col> | ||
40 | <el-col :span="8"> | ||
41 | <el-form-item label="用途:"> | ||
42 | <el-input disabled v-model="ruleForm.yt"></el-input> | ||
43 | </el-form-item> | ||
44 | </el-col> | ||
45 | <el-col :span="8"> | ||
46 | <el-form-item label="坐落:"> | ||
47 | <el-input disabled v-model="ruleForm.zl"></el-input> | ||
48 | </el-form-item> | ||
49 | </el-col> | ||
50 | </el-row> | ||
51 | <div class="slxx_title title-block"> | ||
52 | 买方信息 | ||
53 | <div class="triangle"></div> | ||
54 | </div> | ||
55 | <lb-table :column="column" :pagination="false" :heightNumSetting="true" | ||
56 | :data="ruleForm.tableDataList"> | ||
57 | </lb-table> | ||
58 | <div class="slxx_title title-block"> | ||
59 | 卖方信息 | ||
60 | <div class="triangle"></div> | ||
61 | </div> | ||
62 | <lb-table :column="column1" :pagination="false" :heightNumSetting="true" | ||
63 | :data="ruleForm.tableDataList"> | ||
64 | </lb-table> | ||
65 | <div class="slxx_title title-block"> | ||
66 | 合同信息 | ||
67 | <div class="triangle"></div> | ||
68 | </div> | ||
69 | <el-row :gutter="10"> | ||
70 | <el-col :span="8"> | ||
71 | <el-form-item label="合同编号:"> | ||
72 | <el-input v-model="ruleForm.htbh"></el-input> | ||
73 | </el-form-item> | ||
74 | </el-col> | ||
75 | <el-col :span="8"> | ||
76 | <el-form-item label="合同金额(万元):"> | ||
77 | <el-input v-model="ruleForm.htje"></el-input> | ||
78 | </el-form-item> | ||
79 | </el-col> | ||
80 | <el-col :span="8"> | ||
81 | <el-form-item label="签订时间:"> | ||
82 | <el-date-picker | ||
83 | class="width100" | ||
84 | v-model="ruleForm.qdsj" | ||
85 | type="date" | ||
86 | placeholder="选择日期" | ||
87 | value-format="yyyy-MM-dd HH:mm:ss" | ||
88 | format="yyyy-MM-dd"> | ||
89 | </el-date-picker> | ||
90 | </el-form-item> | ||
91 | </el-col> | ||
92 | </el-row> | ||
93 | </div> | ||
94 | <el-row class="btn" v-if="viewEdit"> | ||
95 | <el-form-item> | ||
96 | <el-button type="primary" @click="onSubmit">保存</el-button> | ||
97 | </el-form-item> | ||
98 | </el-row> | ||
99 | </el-form> | ||
8 | </div> | 100 | </div> |
9 | </template> | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
101 | </template> | ||
102 | <script> | ||
103 | import { mapGetters } from "vuex"; | ||
104 | export default { | ||
105 | computed: { | ||
106 | ...mapGetters(["dictData", "flag"]), | ||
107 | }, | ||
108 | mounted () { | ||
109 | // this.loading = true | ||
110 | this.viewEdit = this.$parent.currentSelectTab.ableOperation; | ||
111 | this.propsParam = this.$attrs; | ||
112 | var formdata = new FormData(); | ||
113 | formdata.append("bsmSldy", this.propsParam.bsmSldy); | ||
114 | formdata.append("djlx", this.propsParam.djlx); | ||
115 | formdata.append("isEdit", this.viewEdit); | ||
116 | // Init(formdata).then((res) => { | ||
117 | // if (res.code === 200 && res.result) { | ||
118 | // } | ||
119 | // }); | ||
120 | }, | ||
121 | data () { | ||
122 | return { | ||
123 | loading: false, | ||
124 | //表单是否可操作 | ||
125 | viewEdit: false, | ||
126 | column: [ | ||
127 | { | ||
128 | prop: "qlrxm", | ||
129 | label: "权利人姓名" | ||
130 | }, | ||
131 | { | ||
132 | prop: "gyqk", | ||
133 | label: "共有情况" | ||
134 | }, | ||
135 | { | ||
136 | prop: "zjzl", | ||
137 | label: "身份证号种类" | ||
138 | }, | ||
139 | { | ||
140 | prop: "zjhm", | ||
141 | label: "证件号码" | ||
142 | }, | ||
143 | ], | ||
144 | column1: [{ | ||
145 | prop: "ywrxm", | ||
146 | label: "义务人姓名" | ||
147 | }, | ||
148 | { | ||
149 | prop: "zjzl", | ||
150 | label: "身份证号种类" | ||
151 | }, | ||
152 | { | ||
153 | prop: "zjhm", | ||
154 | label: "证件号码" | ||
155 | },], | ||
156 | ruleForm: { | ||
157 | tableDataList: [] | ||
158 | } | ||
159 | } | ||
160 | }, | ||
161 | methods: { | ||
162 | onSubmit () { } | ||
163 | } | ||
164 | } | ||
165 | </script> | ||
166 | <style scoped lang="scss"> | ||
167 | @import "~@/styles/public.scss"; | ||
168 | @import "~@/styles/slxx/slxx.scss"; | ||
169 | </style> | ... | ... |
This diff is collapsed.
Click to expand it.
1 | <!-- | 1 | <!-- |
2 | * @Description: 房屋多幢受理信息 | 2 | * @Description: 房屋多幢受理信息 |
3 | * @Autor: ssq | 3 | * @Autor: ssq |
4 | * @LastEditTime: 2023-09-01 13:23:30 | 4 | * @LastEditTime: 2023-09-05 15:48:55 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <div class="slxx"> | 7 | <div class="slxx"> |
... | @@ -353,8 +353,6 @@ | ... | @@ -353,8 +353,6 @@ |
353 | this.czrOptions = this.ruleForm.qlrList; | 353 | this.czrOptions = this.ruleForm.qlrList; |
354 | this.key++; | 354 | this.key++; |
355 | }, | 355 | }, |
356 | |||
357 | // 是否持证人变化 | ||
358 | /** | 356 | /** |
359 | * @description: 是否持证人变化 | 357 | * @description: 是否持证人变化 |
360 | * @param {*} val | 358 | * @param {*} val | ... | ... |
1 | <!-- | 1 | <!-- |
2 | * @Description: 受理信息 | 2 | * @Description: 受理信息 |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-09-01 13:40:52 | 4 | * @LastEditTime: 2023-09-05 15:53:51 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <div class="slxx"> | 7 | <div class="slxx"> |
... | @@ -378,8 +378,7 @@ | ... | @@ -378,8 +378,7 @@ |
378 | v-if="ruleForm.qlxx" | 378 | v-if="ruleForm.qlxx" |
379 | @upDateQlrxxList="upDateYwrxxList" | 379 | @upDateQlrxxList="upDateYwrxxList" |
380 | :tableData="ruleForm.ywrList" | 380 | :tableData="ruleForm.ywrList" |
381 | :disabled="viewEdit" | 381 | :disabled="viewEdit" /> |
382 | /> | ||
383 | </div> | 382 | </div> |
384 | <div class="slxx_title title-block"> | 383 | <div class="slxx_title title-block"> |
385 | 登记原因 | 384 | 登记原因 |
... | @@ -443,7 +442,7 @@ | ... | @@ -443,7 +442,7 @@ |
443 | } | 442 | } |
444 | }); | 443 | }); |
445 | }, | 444 | }, |
446 | components: { qlrCommonTable, tdytTable }, | 445 | components: { qlrCommonTable, tdytTable, ywrCommonTable }, |
447 | computed: { | 446 | computed: { |
448 | ...mapGetters(["dictData", "flag"]), | 447 | ...mapGetters(["dictData", "flag"]), |
449 | }, | 448 | }, | ... | ... |
-
Please register or sign in to post a comment