You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

37 lines
977 B

<?php include "../header.php";
?>
<style>
.container {
margin: 0 auto;
width: 80%
}
form>div {
margin: 0 auto;
}
</style>
<div style="margin: 0 auto;width:300px">
<h2>發票匯入檔下載</h2>
</div>
<div class="container">
<form class="form-inline" method="post" action="batch_invoice_export_submit.php" enctype="multipart/form-data">
<div>
<label for="yyyymm">單號</label>
<input class="form-control" placeholder="單號" type="text" name="form_key" maxlength="12">
</div>
<div style='width:300px'>
<label for="yyyymm">下載年月</label>
<input class="form-control" placeholder="YYYYMM" type="text" maxlength="6" name="yyyymm" id="yyyymm">
</div>
<div style='margin-left:0'>
<button class="form-control" type="submit" name="submit">確定</button>
</div>
</form>
</div>
<?php include "../footer.php"; ?>