|
|
@@ -1,13 +1,13 @@
|
|
|
<!DOCTYPE html>
|
|
|
-<html lang=zh-cn>
|
|
|
+<html lang=zh-cn>
|
|
|
<head>
|
|
|
- <meta charset=utf-8>
|
|
|
- <title>CLD.System</title>
|
|
|
- <meta name=description content=电子版晴雨表,在线晴雨表,网页晴雨表>
|
|
|
- <link rel="shortcut icon" href="images/favicon.ico">
|
|
|
- <meta name=copyright content=smartcost.com.cn>
|
|
|
- <link rel=stylesheet href=css/global.css>
|
|
|
- <script src=js/jquery-1.7.1.min.js></script>
|
|
|
+ <meta charset=utf-8>
|
|
|
+ <title>CLD.System</title>
|
|
|
+ <meta name=description content=电子版晴雨表,在线晴雨表,网页晴雨表>
|
|
|
+ <link rel="shortcut icon" href="images/favicon.ico">
|
|
|
+ <meta name=copyright content=smartcost.com.cn>
|
|
|
+ <link rel=stylesheet href=css/global.css>
|
|
|
+ <script src=js/jquery-1.7.1.min.js></script>
|
|
|
<script src=js/global.js></script>
|
|
|
</head>
|
|
|
<body>
|
|
|
@@ -57,11 +57,7 @@
|
|
|
<tbody>
|
|
|
<tr>
|
|
|
<th class="taC" width="150">所在办事处</th><td><select><option>广东办</option></select></td>
|
|
|
- <th class="taC" width="150">备注</th><td><input placeholder="" type="text"></td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <th class="taC"><span class="colRed">*</span>开票金额</th><td><input value="0" placeholder="输入开票金额" pattern="[0-9]" type="number" min="0" step="0.01"></td>
|
|
|
- <th class="taC"><span class="colRed">*</span>开票内容</th><td><select>
|
|
|
+ <th class="taC" width="150"><span class="colRed">*</span>开票内容</th><td><select>
|
|
|
<option>纵横公路工程造价管理系统V9.0</option>
|
|
|
<option>纵横公路工程设计数量表算量软件V3.1</option>
|
|
|
<option>纵横公路工程计量支付决算一体化软件V3.1</option>
|
|
|
@@ -75,6 +71,23 @@
|
|
|
</select></td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
+ <th class="taC"><span class="colRed">*</span>数量</th>
|
|
|
+ <td>
|
|
|
+ <input style="width:60px" value="1" placeholder="输入数量" pattern="[0-9]" type="number" min="1" step="1">
|
|
|
+ </td>
|
|
|
+ <th class="taC"><span class="colRed">*</span>单价</th>
|
|
|
+ <td><input style="width:100px" placeholder="输入单价" pattern="[0-9]" type="number" min="1" step="100"></td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <th class="taC">开票金额</th><td colspan="3">
|
|
|
+ <p class="colGray">单价*数量=开票金额</p>
|
|
|
+ <b class="colOrange" style="font-size:18px">¥20000.00</b></td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <th class="taC">发票备注</th><td colspan="3"><textarea style="width:550px"></textarea>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
<th class="taC"><span class="colRed">*</span>发票类型</th><td colspan="3">
|
|
|
<label class="radio inline"><input type="radio">增值税普通发票</label>
|
|
|
<label class="radio inline"><input type="radio">增值税专用发票</label>
|
|
|
@@ -190,7 +203,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- </div>
|
|
|
+ </div>
|
|
|
<!--申请确认-->
|
|
|
<div class="modal hide fade" id="confirm">
|
|
|
<div class="modal-dialog">
|
|
|
@@ -208,6 +221,6 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <!--申请确认-->
|
|
|
-<script type="text/javascript">autoFlashHeight();</script>
|
|
|
-</body>
|
|
|
+ <!--申请确认-->
|
|
|
+<script type="text/javascript">autoFlashHeight();</script>
|
|
|
+</body>
|