从数据库基础表中查出数据,默认显示在input框中,更改之后插入保存到数据库中。
绘制弹框:
1 <div class ="showTips" style="width:300px;height:200px;"> 2 <div class="ndcCoverAgeShow" style="width:300px;height: 22px;"> 3 <input type="text" class="ndcInput" style="background-color:green"> 4 </div> 5 <div class="ndcCoverAgeShow" style="width:300px;height:22px;"> 6 <input type="text" class="ndcInput" style="background-color:green" > 7 </div> 8 <div class = "btnShow" style="width:300px;height:50px;"> 9 <button class = "cancle">取消</button> 10 <button class = "confirm">确定</button> 11 </div> 12 </div>
后续。。。。