43aaa6e4 by yangjianbin

init

1 parent 25dd3a22
...@@ -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/图片上传'); ?>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!