2943710a by Zelig

订单详情图片

1 parent f2988345
......@@ -122,7 +122,8 @@ class Work extends CI_Controller
'clientUnitOutputVO' => $ret->clientUnitOutputVO,
'clientContactOutputVOS' => $ret->clientContactOutputVOS,
'applyOrderVO' => $ret->orderVO,
'operatorRecord' => $ret2
'operatorRecord' => $ret2,
'id' => $id
);
$this->load->view('work/订单详情', $data);
......
......@@ -56,6 +56,8 @@
<?php $this->load->view('common/footer'); ?>
<script>
uploadList();
function getQueryString(name) {
var reg = new RegExp("(^|&)" + name + "=([^&]*)(&|$)", "i");
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!