123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110 |
- <?php defined('InShopNC') or exit('Access Invalid!');?>
- <style type="text/css">
- .waybill-img-thumb { background-color: #FFF; vertical-align: top; display: inline-block; *display: inline; width: 70px; height: 45px; padding: 1px; border: solid 1px #E6E6E6; *zoom: 1;}
- .waybill-img-thumb a { line-height: 0; text-align: center; vertical-align: middle; display: table-cell; *display: block; width: 70px; height: 45px; overflow: hidden;}
- .waybill-img-thumb a img { max-width: 70px; max-height: 45px; margin-top:expression(45-this.height/2); *margin-top:expression(22-this.height/2)/*IE6,7*/;}
- .waybill-img-size { color: #777; line-height: 20px; vertical-align: top; display: inline-block; *display: inline; margin-left: 10px; *zoom: 1;}
- </style>
- <div class="page">
- <!-- 页面导航 -->
- <div class="fixed-bar">
- <div class="item-title">
- <h3>运单模板</h3>
- <ul class="tab-base">
- <?php foreach($output['menu'] as $menu) { if($menu['menu_key'] == $output['menu_key']) { ?>
- <li><a href="JavaScript:void(0);" class="current"><span><?php echo $menu['menu_name'];?></span></a></li>
- <?php } else { ?>
- <li><a href="<?php echo $menu['menu_url'];?>" ><span><?php echo $menu['menu_name'];?></span></a></li>
- <?php } } ?>
- </ul>
- </div>
- </div>
- <div class="fixed-empty"></div>
- <!-- 帮助 -->
- <table class="table tb-type2" id="prompt">
- <tbody>
- <tr class="space odd">
- <th colspan="12" class="nobg"> <div class="title">
- <h5><?php echo $lang['nc_prompts'];?></h5>
- <span class="arrow"></span> </div>
- </th>
- </tr>
- <tr>
- <td><ul>
- <li>平台现有运单模板列表</li>
- <li>点击设计按钮可以对运单模板布局进行设计,点击测试按钮可以对模板进行打印测试,点击编辑按钮可以对模板参数进行调整</li>
- <li>设计完成后在编辑中修改模板状态为启用后,商家就可以绑定该模板进行运单打印</li>
- <li>点击删除按钮可以删除现有模板,删除后所有使用该模板的商家将自动解除绑定,请慎重操作</li>
- </ul></td>
- </tr>
- </tbody>
- </table>
- <!-- 列表 -->
- <form id="list_form" method="post">
- <table class="table tb-type2">
- <thead>
- <tr class="space">
- <th colspan="15" class="nobg"><?php echo $lang['nc_list'];?></th>
- </tr>
- <tr class="thead">
- <th class="w12"> </th>
- <th>模板名称</th>
- <th class="w200">物流公司</th>
- <th class="w270">运单图例</th>
- <th class="w108 align-center">上偏移量</th>
- <th class="w108 align-center">左偏移量</th>
- <th class="w96 align-center">启用</th>
- <th class="w200 align-center"><span><?php echo $lang['nc_handle'];?></span></th>
- </tr>
- </thead>
- <tbody id="treet1">
- <?php if(!empty($output['list']) && is_array($output['list'])){ ?>
- <?php foreach($output['list'] as $key => $value){ ?>
- <tr class="hover">
- <td> </td>
- <td><?php echo $value['waybill_name'];?></td>
- <td><?php echo $value['express_name'];?></td>
- <td>
- <div class="waybill-img-thumb"><a class="nyroModal" rel="gal" href="<?php echo $value['waybill_image_url'];?>"><img src="<?php echo $value['waybill_image_url'];?>"></a></div>
- <div class="waybill-img-size"><p>宽度:<?php echo $value['waybill_width'];?>(mm)</p><p>高度:<?php echo $value['waybill_height'];?>(mm)</p></div></td>
- <td class="align-center"><?php echo $value['waybill_top'];?></td>
- <td class="align-center"><?php echo $value['waybill_left'];?></td>
- <td class="align-center yes-onoff"><?php echo $value['waybill_usable_text']; ?></td>
- <td class="nowrap align-center"><a href="<?php echo urlAdmin('waybill', 'waybill_design', array('waybill_id' => $value['waybill_id']));?>">设计</a> | <a href="<?php echo urlAdmin('waybill', 'waybill_test', array('waybill_id' => $value['waybill_id']));?>" target="_blank">测试</a> | <a href="<?php echo urlAdmin('waybill', 'waybill_edit', array('waybill_id' => $value['waybill_id']));?>">编辑</a> | <a href="javascript:;" nctype="btn_del" data-waybill-id="<?php echo $value['waybill_id'];?>">删除</a></td>
- </tr>
- <?php } ?>
- <?php }else { ?>
- <tr class="no_data">
- <td colspan="16"><?php echo $lang['nc_no_record'];?></td>
- </tr>
- <?php } ?>
- </tbody>
- <?php if(!empty($output['list']) && is_array($output['list'])){ ?>
- <tfoot>
- <tr class="tfoot">
- <td colspan="16"><div class="pagination"> <?php echo $output['page'];?> </div></td>
- </tr>
- </tfoot>
- <?php } ?>
- </table>
- </form>
- </div>
- <form id="del_form" action="<?php echo urlAdmin('waybill', 'waybill_del');?>" method="post">
- <input type="hidden" id="del_waybill_id" name="waybill_id">
- </form>
- <script type="text/javascript" src="<?php echo RESOURCE_SITE_URL;?>/js/jquery.nyroModal/custom.min.js" charset="utf-8"></script>
- <link href="<?php echo RESOURCE_SITE_URL;?>/js/jquery.nyroModal/styles/nyroModal.css" rel="stylesheet" type="text/css" id="cssfile2" />
- <script type="text/javascript">
- $(document).ready(function(){
- $('[nctype="btn_del"]').on('click', function() {
- if(confirm('确认删除?')) {
- $('#del_waybill_id').val($(this).attr('data-waybill-id'));
- $('#del_form').submit();
- }
- });
- //点击查看大图
- $('.nyroModal').nyroModal();
- });
- </script>
|