单据明细打印

This commit is contained in:
double
2019-06-14 10:48:50 +08:00
parent 27c58a8d3c
commit c6880e0e3b
2 changed files with 85 additions and 3 deletions

View File

@@ -15,6 +15,7 @@
<script src="/js/easyui-1.3.5/locale/easyui-lang-zh_CN.js"></script>
<script src="/js/common/common.js"></script>
<script src="/js/pages/materials/bill_detail.js"></script>
</head>
<body>
<div id="bill" class="easyui-panel" style="padding:10px;height:500px;" title="单据明细" iconCls="icon-list"
@@ -24,7 +25,7 @@
closed="true" modal="true" cache="false" collapsible="false" closable="true">
<table>
<tr>
<td style="width:60px;height:50px;">会员卡号:</td>
<td style="width:80px;height:50px;">会员卡号:</td>
<td style="padding:5px;width:200px;">
<span class="OrganIdShow"></span>
</td>
@@ -93,7 +94,7 @@
closed="true" modal="true" cache="false" collapsible="false" closable="true">
<table>
<tr>
<td style="width:60px;height:50px;">会员卡号:</td>
<td style="width:80px;height:50px;">会员卡号:</td>
<td style="padding:5px;width:200px;">
<span class="OrganIdShow"></span>
</td>
@@ -304,7 +305,7 @@
</table>
</div>
<!--销售出库-->
<div class="sale_out" style="width:1100px;padding:10px 20px;top:20px"
<div class="sale_out" style="width:1100px;padding:10px 20px;top:20px" id="depotHeadDlgShow"
closed="true" modal="true" cache="false" collapsible="false" closable="true">
<table>
<tr>
@@ -379,6 +380,7 @@
</tr>
</table>
</div>
<!--销售退货-->
<div class="sale_back" style="width:1100px;padding:10px 20px;top:20px"
closed="true" modal="true" cache="false" collapsible="false" closable="true">
@@ -823,5 +825,8 @@
</table>
</div>
</div>
<div id="dlg-buttons-show">
<a href="javascript:void(0)" id="print_bill_detail" class="easyui-linkbutton" iconCls="icon-ok">打印</a>
</div>
</body>
</html>