init
Showing
3 changed files
with
3 additions
and
3 deletions
| ... | @@ -78,7 +78,7 @@ | ... | @@ -78,7 +78,7 @@ |
| 78 | data: "id", render: function (data, type, full) { | 78 | data: "id", render: function (data, type, full) { |
| 79 | return '<span class="dropDown dropDown_hover">\ | 79 | return '<span class="dropDown dropDown_hover">\ |
| 80 | <button class="btn radius size-M">请选择 <i class="Hui-iconfont"></i></button>\ | 80 | <button class="btn radius size-M">请选择 <i class="Hui-iconfont"></i></button>\ |
| 81 | <ul class="dropDown-menu menu radius box-shadow"><li><a href="javascript:;" onclick="layer_show(\'订单详情\', \'/work/detail/' + data + '?tab=0\')">查看详细</a></li>\ | 81 | <ul class="dropDown-menu menu radius box-shadow"><li><a href="javascript:;" onclick="layer_show(\'订单详情\', \'/index.php/work/detail/' + data + '?tab=0\')">查看详细</a></li>\ |
| 82 | <li><a href="javascript:;" onclick="layer_show(\'订单详情\', \'/index.php/work/detail/' + data + '?tab=2\')">处理记录</a></li>\ | 82 | <li><a href="javascript:;" onclick="layer_show(\'订单详情\', \'/index.php/work/detail/' + data + '?tab=2\')">处理记录</a></li>\ |
| 83 | <li><a href="javascript:;" onclick="cancel('+data+')">客户取消</a></li>\ | 83 | <li><a href="javascript:;" onclick="cancel('+data+')">客户取消</a></li>\ |
| 84 | </ul></span>'; | 84 | </ul></span>'; | ... | ... |
| ... | @@ -84,7 +84,7 @@ | ... | @@ -84,7 +84,7 @@ |
| 84 | data: "id", render: function (data, type, full) { | 84 | data: "id", render: function (data, type, full) { |
| 85 | return '<span class="dropDown dropDown_hover">\ | 85 | return '<span class="dropDown dropDown_hover">\ |
| 86 | <button class="btn radius size-M">请选择 <i class="Hui-iconfont"></i></button>\ | 86 | <button class="btn radius size-M">请选择 <i class="Hui-iconfont"></i></button>\ |
| 87 | <ul class="dropDown-menu menu radius box-shadow"><li><a href="javascript:;" onclick="layer_show(\'订单详情\', \'/work/detail/' + data + '?tab=0\')">查看详细</a></li>\ | 87 | <ul class="dropDown-menu menu radius box-shadow"><li><a href="javascript:;" onclick="layer_show(\'订单详情\', \'/index.php/work/detail/' + data + '?tab=0\')">查看详细</a></li>\ |
| 88 | <li><a href="javascript:;" onclick="layer_show(\'订单详情\', \'/index.php/work/detail/' + data + '?tab=2\')">处理记录</a></li>\ | 88 | <li><a href="javascript:;" onclick="layer_show(\'订单详情\', \'/index.php/work/detail/' + data + '?tab=2\')">处理记录</a></li>\ |
| 89 | <li><a href="#">客户取消</a></li>\ | 89 | <li><a href="#">客户取消</a></li>\ |
| 90 | </ul></span>'; | 90 | </ul></span>'; | ... | ... |
| ... | @@ -83,7 +83,7 @@ | ... | @@ -83,7 +83,7 @@ |
| 83 | data: "id", render: function (data, type, full) { | 83 | data: "id", render: function (data, type, full) { |
| 84 | return '<span class="dropDown dropDown_hover">\ | 84 | return '<span class="dropDown dropDown_hover">\ |
| 85 | <button class="btn radius size-M">请选择 <i class="Hui-iconfont"></i></button>\ | 85 | <button class="btn radius size-M">请选择 <i class="Hui-iconfont"></i></button>\ |
| 86 | <ul class="dropDown-menu menu radius box-shadow"><li><a href="javascript:;" onclick="layer_show(\'订单详情\', \'/work/detail/' + data + '?tab=0\')">查看详细</a></li>\ | 86 | <ul class="dropDown-menu menu radius box-shadow"><li><a href="javascript:;" onclick="layer_show(\'订单详情\', \'/index.php/work/detail/' + data + '?tab=0\')">查看详细</a></li>\ |
| 87 | <li><a href="javascript:;" onclick="layer_show(\'订单详情\', \'/index.php/work/detail/' + data + '?tab=2\')">处理记录</a></li>\ | 87 | <li><a href="javascript:;" onclick="layer_show(\'订单详情\', \'/index.php/work/detail/' + data + '?tab=2\')">处理记录</a></li>\ |
| 88 | <li><a href="#">客户取消</a></li>\ | 88 | <li><a href="#">客户取消</a></li>\ |
| 89 | </ul></span>'; | 89 | </ul></span>'; | ... | ... |
-
Please register or sign in to post a comment