style:网上申请样式
Showing
2 changed files
with
2 additions
and
0 deletions
... | @@ -493,6 +493,7 @@ input[type='file'] { | ... | @@ -493,6 +493,7 @@ input[type='file'] { |
493 | text-align: center; | 493 | text-align: center; |
494 | writing-mode:vertical-lr; | 494 | writing-mode:vertical-lr; |
495 | margin-left: 5px; | 495 | margin-left: 5px; |
496 | line-height: 70px; | ||
496 | } | 497 | } |
497 | .folkObligee { | 498 | .folkObligee { |
498 | display: none; | 499 | display: none; | ... | ... |
... | @@ -30,6 +30,7 @@ $(function () { | ... | @@ -30,6 +30,7 @@ $(function () { |
30 | $(document).on("click", ".appintmentList li .handle", function () { | 30 | $(document).on("click", ".appintmentList li .handle", function () { |
31 | let businessNo = $(this).attr('data-businessNo'); | 31 | let businessNo = $(this).attr('data-businessNo'); |
32 | let slsqBsm = $(this).attr('data-slsqBsm'); | 32 | let slsqBsm = $(this).attr('data-slsqBsm'); |
33 | console.log(999,slsqBsm,businessNo) | ||
33 | getWorkBoxFLow(slsqBsm, businessNo) | 34 | getWorkBoxFLow(slsqBsm, businessNo) |
34 | }) | 35 | }) |
35 | // 业务列表操作 | 36 | // 业务列表操作 | ... | ... |
-
Please register or sign in to post a comment