mirror of
https://gitee.com/ShopeX/OMS
synced 2026-03-31 13:25:32 +08:00
64 lines
2.4 KiB
HTML
64 lines
2.4 KiB
HTML
<!--
|
|
Copyright 2012-2026 ShopeX (https://www.shopex.cn)
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
you may not use this file except in compliance with the License.
|
|
You may obtain a copy of the License at
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
See the License for the specific language governing permissions and
|
|
limitations under the License.
|
|
-->
|
|
|
|
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width,initial-scale=1.0,user-scalable=no">
|
|
<title>
|
|
表单
|
|
</title>
|
|
<!-- <script language="javascript" src="http://www.lodop.net/demolist/LodopFuncs.js"></script> -->
|
|
<link href="<{$env.BASE_URL}>/app/logisticsmanager/statics/print/css/index-bundle-80b66.css" rel="stylesheet"></head>
|
|
<style>
|
|
.maskModel{
|
|
z-index: 1000000000 !important;
|
|
}
|
|
</style>
|
|
<body>
|
|
|
|
<div id="app">
|
|
|
|
</div>
|
|
|
|
<input type="hidden" id="type" value="<{$type}>">
|
|
|
|
<!-- 打印面单 -->
|
|
<input type="hidden" id="print_type" value="<{$print_type}>">
|
|
<input type="hidden" id="host" value="<{$host}>">
|
|
<input type="hidden" id="ids" value="<{$vid}>">
|
|
<textarea id="print_data" style="display: none;"><{$lodopPrintData}></textarea>
|
|
<form id='print_filter' method="POST" action="">
|
|
<{foreach from=$postData item=item key=key}>
|
|
<input type="hidden" class="dailog-batch-ipt" name="<{$key}>" value="<{$item}>">
|
|
<{/foreach}>
|
|
</form>
|
|
|
|
<!-- 编辑模板 -->
|
|
<input type="hidden" id="template_type" value="<{$template_type}>">
|
|
<input type="hidden" id="template_id" value="<{$template_id}>">
|
|
<textarea id="print_template" style="display: none;"><{$lodopPrintTemplate|json_encode}></textarea>
|
|
|
|
|
|
<script type="text/javascript" src="<{$env.BASE_URL}>/app/logisticsmanager/statics/print/dll/libs.dll.js"></script>
|
|
<script type="text/javascript" src="<{$env.BASE_URL}>/app/logisticsmanager/statics/print/dll/vue.dll.js"></script>
|
|
|
|
<!-- built files will be auto injected -->
|
|
<script type="text/javascript" src="<{$env.BASE_URL}>/app/logisticsmanager/statics/print/js/manifest-bundle-80b66.js"></script>
|
|
<script type="text/javascript" src="<{$env.BASE_URL}>/app/logisticsmanager/statics/print/js/index-bundle-80b66.js"></script>
|
|
</html>
|