求快递单的页面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>

快递单..

随着快递行业的兴起,也会出现各种各样的快递单,快递单上除了有“收件人”“收件人地址”“收件人电话”等固定不变的数据,还应该有相对应的可变数据,需要一起打印出来才能应用于快递包裹上,如果一两条可以手动输入打印,但是如果是几十上百条,手动输入就会非常的麻烦。今天就给大家演示一下用标签条码打印软件如何批量打印快递单。

1.首先把快递单上固定不变的数据在条码标签打印软件中制作出来,详细制作步骤参考《条码打印软件如何制作快递电子面单》,通过数据库把需要批量打印快递单上的寄件人、收件人信息等信息批量导入标签条码打印软件中,具体的 *** 作是点击工具栏“数据库”-“添加”(选择Excel表格数据源),点击“浏览”添加Excel文件,点击“测试连接”,然后“添加”即可,如下图:

2.点击条码标签打印软件左边工具栏的“A”图标,在快递单上添加一个普通文本,双击普通文本打开“图形属性”,在“数据源”中修改默认的数据,手动添加快递单公司的名称。如下图:

3.添加快递单上的日期, *** 作和前面一样,先添加普通文本,打开“图形属性”,在“数据源”中修改默认的数据,这里数据对象类型选择“日期时间”,标签条码打印软件默认的日期格式是“yyyy-MM-dd HH:mm:ss”,可以只保留前面的年月日,后面时分秒的删除就行。也可以修改成“yyyy年MM月dd日”这种格式,样式自己选择。这样批量打印快递单的日期就是打印当天的日期。

4.把批量打印快递单上的可变数据添加到快递单上。首先添加寄件人,绘制一个普通文本,,在“图形属性”“数据源”中修改默认数据,数据对象类型选择“数据库导入”,选择对应的数据库连接,字段选择“寄件人”完成添加,如下图。其余的收件人,寄件单位,收寄件人电话、地址、邮编都依次这样 *** 作,选择对应的字段把相应的信息添加到快递单上。

5. 快递单绘制完成之后打印预览看下效果,也可以翻页查看每个快递单效果,如下图,如果没有问题就可以批量打印快递单了。中琅条码标签打印软件支持直接连接打印机打印,也可以输出PDF文档,PPML文档,图片等。


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

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

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

发表评论

登录后才能评论

评论列表(0条)

保存