You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
2.2 KiB
Plaintext
41 lines
2.2 KiB
Plaintext
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="InvoiceMakeOutList.aspx.cs" Inherits="DSWeb.Invoice.InvoiceMakeOutList" %>
|
|
|
|
<!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 runat="server">
|
|
<title>发票开出明细</title>
|
|
<link rel="STYLESHEET" type="text/css" href="../theme/dhtmlxgrid.css"/>
|
|
<link rel="STYLESHEET" type="text/css" href="../theme/page.css"/>
|
|
<link rel="STYLESHEET" type="text/css" href="../theme/button/default/Fee.css"/>
|
|
<script src="../js/dhtmlxcommon.js" type="text/javascript"></script>
|
|
<script src="../js/dhtmlxgrid.js" type="text/javascript"></script>
|
|
<script src="../js/dhtmlxgridcell.js" type="text/javascript"></script>
|
|
<script src="../js/dhtmlxcombo.js" type="text/javascript"></script>
|
|
<script src="../js/dhtmlxgrid_keymap_excel.js" type="text/javascript"></script>
|
|
<script src="../js/dhtmlxgrid_drag.js" type="text/javascript"></script>
|
|
<script src="../js/dhtmlxgrid_group.js" type="text/javascript"></script>
|
|
<script src="../js/dhtmlxgrid_mcol.js" type="text/javascript"></script>
|
|
<script src="../js/TGridCommon.js" type="text/javascript"></script>
|
|
<script src="../js/json2.js" type="text/javascript"></script>
|
|
<script src="../js/browser.js" type="text/javascript"></script>
|
|
<script src="../js/InvoiceMakeOutList.js" type="text/javascript"></script>
|
|
</head>
|
|
<body onload="resizeGrid('mygrid_container_invoice','gridContain','dvContainer');createGrid()">
|
|
<div style=" width:100%; height:100%; position:relative;" oncontextmenu="return true" id="dvContainer">
|
|
<div class="btn-content">
|
|
<div class="btn-blank"></div>
|
|
<div class="xbtn" onclick="makeOutInvoice()">
|
|
<div class="btntxt">开出发票</div>
|
|
</div>
|
|
<div class="xbtn" onclick="rejectApplication()">
|
|
<div class="btntxt">驳回提交</div>
|
|
</div>
|
|
</div>
|
|
<div class="grid-ie7" id="gridContain"><div id="mygrid_container_invoice" style="width:1500px; height:600px;" runat="server"></div></div>
|
|
<form id="form1" runat="server">
|
|
</form>
|
|
</div>
|
|
</body>
|
|
</html>
|