学校住宿缴费系统h5-——东方仙盟——仙盟创梦IDE

代码:

复制代码
<div class="form-group">
            <h4 style="color: #006400; margin-bottom: 15px;">费用明细   <input name="room_unit_price" id="room_unit_price" type="number" value="" style="width:65px;" onchange="cyberwin_rk_days_change();" readonly="readonly">元/月&nbsp; </h4>
            <table class="fee-table">
                <tbody><tr>
                    <th style="width:60px;">项目</th>
                    <th style="width:60px;">金额</th>
                     <th style="width:60px;">项目</th>
                    <th style="width:50px;">金额</th>
                </tr>
                <tr>
                    <td>住宿费</td>
                    <td><span id="accommodation">	 <input class="ant-input ant-input-lg" size="5" maxlength="5" name="room_price" id="room_price" type="number" value="" style="width:55px;" onkeyup="recalc_totalprice()" readonly="readonly"> </span></td>
                
                    <td>押金</td>
                    <td><span id="deposit">	<input name="deposit_price" id="deposit_price" type="" value="0" style="width:45px;" onkeyup="recalc_totalprice()" readonly="readonly"></span></td>
                </tr>
                <tr>
                    <td>水费</td>
                    <td><span id="water">	 
		 <input class="ant-input ant-input-lg cl_handle_data_prepayment_water" name="prepayment_water" id="prepayment_water" type="number" value="0" style="width:45px;" onkeyup="recalc_totalprice()" readonly="readonly">
	 
		</span></td>
                
                    <td>电费</td>
                    <td><span id="electricity"> <input class="ant-input ant-input-lg cl_handle_data_Prepayment_electric" size="20" name="Prepayment_electric" id="Prepayment_electric" type="number" value="0" onkeyup="recalc_totalprice()" style="width:45px;" readonly="readonly"></span></td>
                </tr>
                <tr class="total-row">
                    <td colspan="2">合计金额:</td>
                    <td colspan="2"><span class="total-amount">¥
                    	 
            			
            			 <input name="total_price" id="total_price" type="text" value="0" style="width:100px; color:red !important;" readonly="readonly"> 
            			 </span></td>
                </tr>
            </tbody></table>
        </div>
相关推荐
likuolei1 小时前
XSL-FO 软件
java·开发语言·前端·数据库
正一品程序员1 小时前
vue项目引入GoogleMap API进行网格区域圈选
前端·javascript·vue.js
j***89461 小时前
spring-boot-starter和spring-boot-starter-web的关联
前端
star_11121 小时前
Jenkins+nginx部署前端vue项目
前端·vue.js·jenkins
im_AMBER1 小时前
Canvas架构手记 05 鼠标事件监听 | 原生事件封装 | ctx 结构化对象
前端·笔记·学习·架构
JIngJaneIL1 小时前
农产品电商|基于SprinBoot+vue的农产品电商系统(源码+数据库+文档)
java·前端·数据库·vue.js·spring boot·毕设·农产品电商系统
Tongfront1 小时前
前端通用submit方法
开发语言·前端·javascript·react
可爱又迷人的反派角色“yang”1 小时前
LVS+Keepalived群集
linux·运维·服务器·前端·nginx·lvs
han_1 小时前
前端高频面试题之CSS篇(二)
前端·css·面试
JIngJaneIL1 小时前
书店销售|书屋|基于SprinBoot+vue书店销售管理设计与实现(源码+数据库+文档)
java·前端·数据库·vue.js·spring boot·毕设·书店销售管理设计与实现