订单详情图片
Showing
2 changed files
with
4 additions
and
1 deletions
| ... | @@ -122,7 +122,8 @@ class Work extends CI_Controller | ... | @@ -122,7 +122,8 @@ class Work extends CI_Controller |
| 122 | 'clientUnitOutputVO' => $ret->clientUnitOutputVO, | 122 | 'clientUnitOutputVO' => $ret->clientUnitOutputVO, |
| 123 | 'clientContactOutputVOS' => $ret->clientContactOutputVOS, | 123 | 'clientContactOutputVOS' => $ret->clientContactOutputVOS, |
| 124 | 'applyOrderVO' => $ret->orderVO, | 124 | 'applyOrderVO' => $ret->orderVO, |
| 125 | 'operatorRecord' => $ret2 | 125 | 'operatorRecord' => $ret2, |
| 126 | 'id' => $id | ||
| 126 | ); | 127 | ); |
| 127 | 128 | ||
| 128 | $this->load->view('work/订单详情', $data); | 129 | $this->load->view('work/订单详情', $data); | ... | ... |
| ... | @@ -56,6 +56,8 @@ | ... | @@ -56,6 +56,8 @@ |
| 56 | <?php $this->load->view('common/footer'); ?> | 56 | <?php $this->load->view('common/footer'); ?> |
| 57 | 57 | ||
| 58 | <script> | 58 | <script> |
| 59 | uploadList(); | ||
| 60 | |||
| 59 | function getQueryString(name) { | 61 | function getQueryString(name) { |
| 60 | var reg = new RegExp("(^|&)" + name + "=([^&]*)(&|$)", "i"); | 62 | var reg = new RegExp("(^|&)" + name + "=([^&]*)(&|$)", "i"); |
| 61 | var r = window.location.search.substr(1).match(reg); | 63 | var r = window.location.search.substr(1).match(reg); | ... | ... |
-
Please register or sign in to post a comment