shipping_print.html
13.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
<include file="Public/layout" />
<script src="__PUBLIC__/js/jquery.event.drag.js" type="text/javascript"></script>
<style>
.waybill_design .item { background-color: #FEF5E6; width: 90px; height: 20px; padding: 1px 5px 4px 5px !important; border-color: #FFBEBC; border-style: solid; border-width: 1px 1px 1px 1px; cursor: move; position: absolute; left: 0; top: 0;}
.waybill_design .item pre {
height: 100%;
float: left;
padding: 0;
margin: 0;
border:0;
cursor: move;
}
.waybill_design textarea {
padding-left: 0px;
margin: 0px;
font-size: 12px;
resize: none;
outline: none;
overflow: hidden;
border: none;
}
.waybill_design .resize {
height: 6px;
width: 6px;
position: absolute;
bottom: 0px;
right: 0px;
overflow: hidden;
cursor: nw-resize;
background-color: #aaaaaa;
}
.waybill_design .selected {
filter: alpha(opacity = 100);
-moz-opacity: 1;
opacity: 1;
border: 1px solid #ff6600;
}
</style>
<body style="background-color: #FFF; overflow: auto;">
<div id="toolTipLayer" style="position: absolute; z-index: 9999; display: none; visibility: visible; left: 95px; top: 573px;"></div>
<div id="append_parent"></div>
<div id="ajaxwaitid"></div>
<div class="page">
<!-- 页面导航 -->
<div class="fixed-bar">
<div class="item-title"><a class="back" href="{:U('plugin/index',array('type'=>'shipping'))}" title="返回运单模板列表"><i class="fa fa-arrow-circle-o-left"></i></a>
<div class="subject">
<h3>运单模板 - “{$plugin.name}”运单模板</h3>
<h5>预设供商家选择的运单快递模板</h5>
</div>
</div>
</div>
<!-- 操作说明 -->
<div class="explanation" id="explanation">
<div class="title" id="checkZoom"><i class="fa fa-lightbulb-o"></i>
<h4 title="提示相关设置操作时应注意的要点">操作提示</h4>
<span id="explanationZoom" title="收起提示"></span> </div>
<ul>
<li>勾选需要打印的项目,勾选后可以用鼠标拖动确定项目的位置、宽度和高度,也可以点击项目后边的微调按钮手工录入</li>
<li>设置完成后点击提交按钮完成设计</li>
</ul>
</div>
<form action="edit_shipping_print" id="inputForm" method="post" onsubmit="return checkForm()">
<input type="hidden" id="content_map" name="content" value="{$plugin.config_value}">
<input type="hidden" name="code" value="{$plugin.code}">
<div class="ncap-form-default">
<dl class="row">
<dt class="tit">
<label for="width"><em>*</em>宽度</label>
</dt>
<dd class="opt">
<input type="text" name="width" value="{$config.width|default='840'}" id="width" class="input-txt">
<span class="err"></span>
<p class="notic">运单宽度,单位为毫米(mm)</p>
</dd>
</dl>
<dl class="row">
<dt class="tit">
<label for="height"><em>*</em>高度</label>
</dt>
<dd class="opt">
<input type="text" id="height" name="height" value="{$config.height|default='480'}" class="input-txt">
<span class="err"></span>
<p class="notic">运单高度度,单位为毫米(mm)</p>
</dd>
</dl>
<dl class="row">
<dt class="tit">
<label for="offset_x"><em>*</em>左偏移量</label>
</dt>
<dd class="opt">
<input type="text" id="offset_x" name="offset_x" value="{$config.offset_x|default='0'}" class="input-txt">
<span class="err"></span>
<p class="notic">运单模板左偏移量,单位为毫米(mm)</p>
</dd>
</dl>
<dl class="row">
<dt class="tit">
<label for="offset_y"><em>*</em>上偏移量</label>
</dt>
<dd class="opt">
<input type="text" id="offset_y" name="offset_y" value="{$config.offset_y|default='0'}" class="input-txt">
<span class="err"></span>
<p class="notic">运单模板上偏移量,单位为毫米(mm)</p>
</dd>
</dl>
<dl class="row">
<dt class="tit">
<label><em>*</em>模板图片</label>
</dt>
<dd class="opt">
<div class="input-file-show">
<span class="show">
<a class="nyroModal" rel="gal" href="{$config.background}">
<i class="fa fa-picture-o" onmouseover="layer.tips('<img src={$config.background}>',this,{tips: [1, '#fff']});" onmouseout="layer.closeAll();"></i>
</a>
</span>
<span class="type-file-box">
<input id="background_input" name="background" value="{$config.background}" class="type-file-text" type="text">
<input name="button" id="button1" value="选择上传..." class="type-file-button" type="button">
<input class="type-file-file" onclick="GetUploadify(1,'background_input','plugins','setImg')" size="30" hidefocus="true" nc_type="change_site_logo" title="点击前方预览图可查看大图,点击按钮选择文件并提交表单后上传生效">
</span>
</div>
<span class="err"></span>
<p class="notic">请上传扫描好的运单图片,图片尺寸必须与快递单实际尺寸相符</p>
</dd>
</dl>
<dl class="row">
<dt class="tit">选择打印项</dt>
<dd class="opt">
<select class="form-control" id="tagOption">
<option value="">添加标签</option>
<option value="发货点-名称">发货点-名称</option>
<option value="发货点-联系人">发货点-联系人</option>
<option value="发货点-电话">发货点-电话</option>
<option value="发货点-省份">发货点-省份</option>
<option value="发货点-城市">发货点-城市</option>
<option value="发货点-区县">发货点-区县</option>
<option value="发货点-手机">发货点-手机</option>
<option value="发货点-详细地址">发货点-详细地址</option>
<option value="收件人-姓名">收件人-姓名</option>
<option value="收件人-手机">收件人-手机</option>
<option value="收件人-电话">收件人-电话</option>
<option value="收件人-省份">收件人-省份</option>
<option value="收件人-城市">收件人-城市</option>
<option value="收件人-区县">收件人-区县</option>
<option value="收件人-邮编">收件人-邮编</option>
<option value="收件人-详细地址">收件人-详细地址</option>
<option value="时间-年">时间-年</option>
<option value="时间-月">时间-月</option>
<option value="时间-日">时间-日</option>
<option value="时间-当前日期">时间-当前日期</option>
<option value="订单-订单号">订单-订单号</option>
<option value="订单-备注">订单-备注</option>
<option value="订单-配送费用">订单-配送费用</option>
</select>
<a id="deleteTag" class="ncap-btn"><i class="fa fa-trash-o"></i>删除标签</a>
</dd>
</dl>
<dl class="row">
<dt class="tit">打印项偏移校正</dt>
<dd class="opt">
<div class="waybill_area" style="position: relative; width: {$config.width|default='840'}px; height: {$config.height|default='480'}px;">
<div class="waybill_back" style="position: relative; width: {$config.width|default='840'}px; height: {$config.height|default='480'}px;"> <img id="tp-img" src="{$config.background}" style="width: {$config.width|default='840'}px; height: {$config.height|default='480'}px;" alt=""> </div>
<div class="waybill_design" style="position: absolute; left: {$config.offset_x|default='0'}px; top: {$config.offset_y|default='0'}px; width: {$config.width|default='840'}px; height: {$config.height|default='480'}px;">
{$plugin.config_value|htmlspecialchars_decode}
</div>
</div>
</dd>
</dl>
<div class="bot"><a onclick="$('#inputForm').submit();" class="ncap-btn-big ncap-btn-green">确认提交</a></div>
</div>
</form>
</div>
<script type="text/javascript">
$().ready(function () {
var $tagOption = $("#tagOption");
var $deleteTag = $("#deleteTag");
var $container = $(".waybill_design");
var $background = $("#background_input");
var $width = $("#width");
var $height = $("#height");
var zIndex = 1;
bind($container.find("div.item"));
// 标签选项
$tagOption.change(function () {
var value = $(this).find("option:selected").val();
if (value != "") {
bind($('<div class="item"><pre>' + value + '<\/pre><div class="resize"><\/div><\/div>').appendTo($container));
}
return false;
});
// 绑定
function bind($item) {
$item.drag("start", function (ev, dd) {
var $this = $(this);
dd.width = $this.width();
dd.height = $this.height();
dd.limit = {
right: $container.innerWidth() - $this.outerWidth(),
bottom: $container.innerHeight() - $this.outerHeight()
};
dd.isResize = $(ev.target).hasClass("resize");
}).drag(function (ev, dd) {
var $this = $(this);
if (dd.isResize) {
$this.css({
width: Math.max(20, Math.min(dd.width + dd.deltaX, $container.innerWidth() - $this.position().left) - 2),
height: Math.max(20, Math.min(dd.height + dd.deltaY, $container.innerHeight() - $this.position().top) - 2)
}).find("textarea").blur();
} else {
$this.css({
top: Math.min(dd.limit.bottom, Math.max(0, dd.offsetY)),
left: Math.min(dd.limit.right, Math.max(0, dd.offsetX))
});
}
}, {relative: true}).mousedown(function () {
$(this).css("z-index", zIndex++);
}).click(function () {
var $this = $(this);
$container.find("div.item").not($this).removeClass("selected");
$this.toggleClass("selected");
}).dblclick(function () {
var $this = $(this);
if ($this.find("textarea").size() == 0) {
var $pre = $this.find("pre");
var value = $pre.hide().text($pre.html()).html();
$('<textarea>' + value + '<\/textarea>').replaceAll($pre).width($this.innerWidth() - 6).height($this.innerHeight() - 6).blur(function () {
var $this = $(this);
$this.replaceWith('<pre>' + $this.val() + '<\/pre>');
}).focus();
}
});
}
// 删除标签
$deleteTag.click(function () {
$container.find("div.selected").remove();
return false;
});
$background.bind("input propertychange change", function () {
$container.css({
background: "url(/" + $background.val() + ") 0px 0px no-repeat"
});
});
// 宽度
$width.bind("input propertychange change", function () {
$container.width($width.val());
});
// 高度
$height.bind("input propertychange change", function () {
$container.height($height.val());
});
});
function checkForm(e) {
layer.msg('加载中...', {icon: 16,shade: [0.5, '#f5f5f5'],scrollbar: false,offset: '10px', time:100000}) ;
if (e == null) {
if ($.trim($(".waybill_design").html()) == "") {
layer.closeAll();
alert('模板内容不能为空!')
return false;
}
if ($("#background_input").val() == "") {
layer.closeAll();
alert('请上传物流打印背景图片!')
return false;
}
$("#content_map").val($(".waybill_design").html());
return true;
}
}
function setImg(value) {
$("#background_input").val(value);
$(".waybill_design").css({
background: "url(" + value + ") 0px 0px no-repeat"
});
$('#tp-img').hide();
}
</script>
</body>
</html>