打印申请书
Showing
4 changed files
with
11 additions
and
3 deletions
... | @@ -164,3 +164,12 @@ export function judgeUserTaskPermission (params) { | ... | @@ -164,3 +164,12 @@ export function judgeUserTaskPermission (params) { |
164 | params | 164 | params |
165 | }) | 165 | }) |
166 | } | 166 | } |
167 | |||
168 | // 获取申请书数据 | ||
169 | export function getPrintApplicationInfo (data) { | ||
170 | return request({ | ||
171 | url: SERVER.SERVERAPI + '/rest/business/workFlow/getPrintApplicationInfo', | ||
172 | method: 'post', | ||
173 | data | ||
174 | }) | ||
175 | } | ... | ... |
This diff is collapsed.
Click to expand it.
... | @@ -179,8 +179,6 @@ export default { | ... | @@ -179,8 +179,6 @@ export default { |
179 | //再次打印 | 179 | //再次打印 |
180 | openInvalidDiglog(item) { | 180 | openInvalidDiglog(item) { |
181 | this.bsmSz = item.bsmSz; | 181 | this.bsmSz = item.bsmSz; |
182 | console.log(item); | ||
183 | |||
184 | this.invalidDiglog = true; | 182 | this.invalidDiglog = true; |
185 | }, | 183 | }, |
186 | closeInvalidDiglog() { | 184 | closeInvalidDiglog() { | ... | ... |
... | @@ -132,7 +132,8 @@ export default { | ... | @@ -132,7 +132,8 @@ export default { |
132 | }, '1070px') | 132 | }, '1070px') |
133 | break; | 133 | break; |
134 | case "B6": | 134 | case "B6": |
135 | popupDialog("打印申请书", "workflow/components/printApplication", {}, '1070px') | 135 | popupDialog("打印申请书", "workflow/components/printApplication", this.currentSelectProps |
136 | , '1070px') | ||
136 | break; | 137 | break; |
137 | case "B7": | 138 | case "B7": |
138 | this.$popup("证书领取", "workflow/components/zslq", { | 139 | this.$popup("证书领取", "workflow/components/zslq", { | ... | ... |
-
Please register or sign in to post a comment