审批意见
Showing
1 changed file
with
15 additions
and
5 deletions
1 | <!-- | 1 | <!-- |
2 | * @Description: 审批意见 | 2 | * @Description: 审批意见 |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2024-01-26 08:46:38 | 4 | * @LastEditTime: 2024-05-17 13:55:50 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <div class="spyj" v-Loading="loading"> | 7 | <div class="spyj" v-Loading="loading"> |
... | @@ -39,6 +39,11 @@ | ... | @@ -39,6 +39,11 @@ |
39 | </el-form-item> | 39 | </el-form-item> |
40 | </el-col> | 40 | </el-col> |
41 | </el-row> | 41 | </el-row> |
42 | <div class="signature"> | ||
43 | <el-form-item label="签名"> | ||
44 | <img src="http://192.168.2.38:9000/bdcdj/20240516/5b01b134-fdf5-43b1-84fa-0dde6554b3b3/身份证 (1).jpg" alt=""> | ||
45 | </el-form-item> | ||
46 | </div> | ||
42 | <el-row> | 47 | <el-row> |
43 | <el-col :span="16"> | 48 | <el-col :span="16"> |
44 | <el-form-item label="审查人"> | 49 | <el-form-item label="审查人"> |
... | @@ -132,7 +137,7 @@ | ... | @@ -132,7 +137,7 @@ |
132 | var index = this.tableData.findIndex( | 137 | var index = this.tableData.findIndex( |
133 | (item) => item.jddm === this.$parent.dqhj | 138 | (item) => item.jddm === this.$parent.dqhj |
134 | ); | 139 | ); |
135 | console.log("this.tableData111",this.tableData); | 140 | console.log("this.tableData111", this.tableData); |
136 | if (index == -1) { | 141 | if (index == -1) { |
137 | switch (this.$parent.dqhj) { | 142 | switch (this.$parent.dqhj) { |
138 | case "cs": | 143 | case "cs": |
... | @@ -145,7 +150,7 @@ | ... | @@ -145,7 +150,7 @@ |
145 | this.tableData.push({ jdmc: "核定", jddm: "hd", sxh: 3 }); | 150 | this.tableData.push({ jdmc: "核定", jddm: "hd", sxh: 3 }); |
146 | break; | 151 | break; |
147 | } | 152 | } |
148 | console.log("this.tableData222",this.tableData); | 153 | console.log("this.tableData222", this.tableData); |
149 | } | 154 | } |
150 | this.tableData.forEach((item) => { | 155 | this.tableData.forEach((item) => { |
151 | item.show = true; | 156 | item.show = true; |
... | @@ -157,7 +162,7 @@ | ... | @@ -157,7 +162,7 @@ |
157 | item["userid"] = this.userInfo.id; | 162 | item["userid"] = this.userInfo.id; |
158 | item.show = false; | 163 | item.show = false; |
159 | } | 164 | } |
160 | console.log("this.tableData333",this.tableData); | 165 | console.log("this.tableData333", this.tableData); |
161 | }); | 166 | }); |
162 | this.loading = false | 167 | this.loading = false |
163 | } | 168 | } |
... | @@ -223,7 +228,12 @@ | ... | @@ -223,7 +228,12 @@ |
223 | </script> | 228 | </script> |
224 | <style scoped lang="scss"> | 229 | <style scoped lang="scss"> |
225 | @import "~@/styles/mixin.scss"; | 230 | @import "~@/styles/mixin.scss"; |
226 | 231 | .signature { | |
232 | img { | ||
233 | width: 30px; | ||
234 | height: 20px; | ||
235 | } | ||
236 | } | ||
227 | .spyj { | 237 | .spyj { |
228 | width: 100%; | 238 | width: 100%; |
229 | height: 100%; | 239 | height: 100%; | ... | ... |
-
Please register or sign in to post a comment