求快递单的页面HTML代码,各个快递的!

求快递单的页面HTML代码,各个快递的!,第1张

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

<head>

<meta http-equiv="Content-Type" content="text/html charset=utf-8" />

<title>noteform</title>

<script src="http://www.codefans.net/ajaxjs/jquery-1.4.2.min.js"></script>

<script>

$(function(){

 $("div").click(function(){

$(this).addClass("select")        

    })

})

</script>

<style>

<!--

body{

    background-image:url(wood-bg2.jpg)

}

.exlist{

    background-color:#F9EE70

    margin:30px auto

    padding:5px

    width:680px

    min-height:200px

    height:auto

    font-family:"微软雅黑"

    -webkit-box-shadow:4px 4px 5px #333/*webkit*/ 

    -moz-box-shadow:4px 4px 5px #333/*firefox*/     

    box-shadow:4px 4px 5px #333/*opera或ie9*/ 

}

#title{

    width:200px

    margin:20px auto

}

#title legend{

    font-size:26px

}

div.exlist_title{

    background-color:#F9EE70

    width:680px

    height:20px

}

div.exlist_title img{

    float:right

    margin:-15px 10px

}

/*-----------form-----------*/

fieldset{

    width:90%

    border:1px dashed #666

    margin:40px auto

}

 

legend{

    background-color:#F9EE70

    height:120px

    height:30px

    color:#630

    font-weight:bolder

    font-size:20px

    line-height:30px

    margin:-20px 10px 10px

    padding:0 10px

}

div.row{

    margin:10px

    padding:5px

}

 

div.row label{

    height:20px

    font-size:16px

    line-height:20px

    margin:0 10px

}

 

input.txt{

    background-color:#F9EE70

    color:#333

    width:150px

    height:20px

    margin:0 10px

    font-size:16px

    line-height:20px

    border:none

    border-bottom:1px solid #565656

}

 

input.txt:focus{

    color:#333

    background-color: #FF0

    border-bottom:1px solid #F00

}

 

select{

    width:100px

}

option{

    text-align:center

}

input.btn{

    width:50px

    height:20px

    color:#000008B

    background-color: transparent

    border:0

    padding:0

}

-->

</style>

</head>

<body>

<div class="exlist">

    <div class="exlist_title"><img src="paper-clip.png" /></div>

       <div id="title"><legend>快递运单信息</legend></div>

       <form method="post" action="">

           <fieldset>

           <legend>收件信息</legend>

                   <div class="row">

                   <label>1. 收货人:</label>

                   <input style="width:100px" class="txt" type="text" />

                   <label>2. 目的地:</label>

                   <select>

                   <option>北京</option>

                   <option>上海</option>

                   <option>武汉</option>

                   <option>乌鲁木齐</option>

                   </select>

                   </div>

                   <div class="row">

                   <label>3. 联系电话:</label><input class="txt" type="text" />

                   </div>

                   <div class="row">

                   <label>4. 详细地址:</label><input class="txt" style="width:400px"  type="text" />

                   </div>

           </fieldset>

           <fieldset>

           <legend>发件信息</legend>

                   <div class="row">

                   <label>1. 发货人:</label>

                   <input style="width:100px" class="txt" type="text" />

                   <label>2. 始发地:</label>

                   <select>

                   <option>北京</option>

                   <option>上海</option>

                   <option>武汉</option>

                   <option>乌鲁木齐</option>

                   </select>

                   </div>

                   <div class="row">

                   <label>3. 联系电话:</label><input class="txt" type="text" />

                   </div>

                   <div class="row">

                   <label>4. 详细地址:</label><input class="txt" style="width:400px"  type="text" />

                   </div>

           </fieldset>

           <fieldset>

           <legend>货物信息</legend>

                   <div class="row">

                   <label>1. 数量:</label><input class="txt" style="width:30px" maxlength="2" type="text" />

                   <label>(1-99件)</label>

                   <label>2. 体积:</label><input class="txt" style="width:30px" maxlength="3" type="text" />

                   <label>3. 重量:</label><input class="txt" style="width:30px" maxlength="3" type="text" />

                   <label>(Kg)</label>

                   </div>

                   <div class="row">

                   <label>4. 运输方式:</label>

                   <select>

                   <option>航运</option>

                   <option>火车</option>

                   <option>汽车</option>

                   <option>轮船</option>

                   </select>

                   </div>

             <div class="row">

               <label>5. 付款方式:</label>

                   <p>

                     <label><input type="radio" name="pay" value="单选"/>现金付款</label>

                     <label><input type="radio" name="pay" value="单选"/>收件人付款</label>

                     <label><input type="radio" name="pay" value="单选"/>第三方付款</label>

                   </p>

               </div>

           </fieldset>

        </form>

</div>

</body>

</html>

快递单..

可以Excel做快递模板。

1、原理:“数据源表”中有N条数据,需要将指定的数据“逐条”依次放入到“模板表”中的指定位置(快递面单要填写的位置)

2、方法1:使用VLOOKUP()函数,该函数有四个参数,必须搞清楚VLOOKUP()函数的用法才能很有的运用到模板的制作当中;数据源表”的第一列为序列号列,相当于索引号,为调取数据定位;在“模板表”中特定单元格输入数字(该单元格在打印区域外)来定位“数据源表”的序列调取对应数据。

3、 方法2:VBA宏法(更方便),用VBA获取相关数据在“数据源表”中的行号和列号,调取“数据源表”中的数据到“模版表”相应位置。

使用vba宏的中通快递单打印模板:http://cloud.189.cn/t/rqeqaeQvmUZr

无论在生活中还是工作中,大家会接触到各种快递,寄快递也是再熟悉不过的事情,那么不知道大家在寄快递的时候,有没有打印过快递单呢,快递单又是如何制作的呢?今天就来讲一下,在领跑标签打印软件中是如何通过数据库导入excel表的方法,批量打印制作快递单的?我们以圆通快递为例:

1.新建一个标签,标签和纸张尺寸根据实际尺寸设计即可。

2.先在标签中导入一张圆通快递单的空白模板,以便于设计快递单内的内容。

3.寄快递的话,寄件人一方是固定不变的,收件人肯定是变动的,所以,我们先设置寄件人的信息。

3.1一般填写的内容为:寄件人姓名、单位名称、地址、联系电话、日期。那么,在快递单寄件人姓名后面绘制一个普通文本,然后双击文本,出现图形属性窗口(图1所示),选择“数据源”,点击左侧“-”按钮,清除原有数据,然后点击黄色“+”按钮,选择“手动输入”,数据对象中输入真实收件人姓名即可。然后复制刚完成的普通文本,移动至寄件地址后面,然后双击文本,出现图形属性窗口,选择“数据源”,点击左侧“红色笔”按钮,修改内容,修改为“河南省郑州市高新区华强广场**单元**室”。按照相同的 *** 作方法,依次设置单位名称、联系电话项即可(图2所示)。设置“日期”时,双击文本,出现图形属性窗口,选择“数据源”,点击左侧“-”按钮,清除原有数据,然后点击黄色“+”按钮,选择“日期时间”,由于快递单时间为*年*月*日格式,我们将时间格式更改为此格式即可(图3所示),最后得到如下图4所示的效果图。

图1

图2

图3

图4

4.设置完寄件方的信息后,就来设置下收件方的信息,我们利用数据库导入即导入excel表的方法,进行设置。

4.1点击标签窗口上方的柱型按钮,添加数据库,选择事先准备好的excel表格(即收件方的信息),将表格导入到领跑标签打印软件中,然后点击“测试连接”按钮,点击“添加”即可。

4.2在收件人姓名后面绘制一个普通文本,双击普通文本,出现图形属性窗口,选择“数据源”,点击左侧“-”按钮,清除原有数据,然后点击黄色“+”按钮,选择“数据库导入”,列名选择“收件人”即可。然后复制刚完成的普通文本,移动至收件人地址后面,双击普通文本,出现图形属性窗口,选择“数据源”,点击左侧“红色笔”按钮,修改文本内容,列名选择为“地址”即可。那么按照相同的方法,依次设置联系电话、物品信息,就得到如图2所示的效果图。这样我们就完成了整个快递单的制作。

图1


欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/zaji/7074015.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2023-04-01
下一篇 2023-04-01

发表评论

登录后才能评论

评论列表(0条)

保存