init
Showing
1 changed file
with
1 additions
and
3 deletions
| ... | @@ -7,8 +7,7 @@ | ... | @@ -7,8 +7,7 @@ |
| 7 | <span>资料清单</span> | 7 | <span>资料清单</span> |
| 8 | </div> | 8 | </div> |
| 9 | 9 | ||
| 10 | <form action="" id="form1"> | 10 | <input type="hidden" name="orderId" value="<?=$id?>"> |
| 11 | <input type="hidden" name="orderId" value="<?=$id?>"> | ||
| 12 | <div class="tabCon"> | 11 | <div class="tabCon"> |
| 13 | <?php | 12 | <?php |
| 14 | if($clientUnitOutputVO->jobType == 1){ //打工类 | 13 | if($clientUnitOutputVO->jobType == 1){ //打工类 |
| ... | @@ -18,7 +17,6 @@ | ... | @@ -18,7 +17,6 @@ |
| 18 | } | 17 | } |
| 19 | ?> | 18 | ?> |
| 20 | </div> | 19 | </div> |
| 21 | </form> | ||
| 22 | 20 | ||
| 23 | <div class="tabCon"> | 21 | <div class="tabCon"> |
| 24 | <?php $this->load->view('work/图片上传'); ?> | 22 | <?php $this->load->view('work/图片上传'); ?> | ... | ... |
-
Please register or sign in to post a comment