打印审批表
Showing
1 changed file
with
13 additions
and
0 deletions
| ... | @@ -19,6 +19,19 @@ export function getSpyjList (data) { | ... | @@ -19,6 +19,19 @@ export function getSpyjList (data) { |
| 19 | }) | 19 | }) |
| 20 | } | 20 | } |
| 21 | 21 | ||
| 22 | |||
| 23 | /** | ||
| 24 | * @description: 打印申请书 | ||
| 25 | * @param {*} data | ||
| 26 | * @author: renchao | ||
| 27 | */ | ||
| 28 | export function getSpyjdy (bsmBusiness) { | ||
| 29 | return request({ | ||
| 30 | url: SERVER.SERVERAPI + '/rest/ywbl/opinion/getSpyjdy?bsmBusiness=' + bsmBusiness, | ||
| 31 | method: 'get' | ||
| 32 | }) | ||
| 33 | } | ||
| 34 | |||
| 22 | /** | 35 | /** |
| 23 | * @description: 保存审批意见 | 36 | * @description: 保存审批意见 |
| 24 | * @param {*} data | 37 | * @param {*} data | ... | ... |
-
Please register or sign in to post a comment