2943710a by Zelig

订单详情图片

1 parent f2988345
...@@ -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);
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!