| xqd
@@ -62,14 +62,14 @@
|
|
|
<div class="col-sm-2">项目名称:</div>
|
|
|
<div class="col-sm-7">
|
|
|
<select class="form-control" name="project_name">
|
|
|
- <option>必填项</option>
|
|
|
+ <option>请选择项目</option>
|
|
|
@foreach($project as $data)
|
|
|
<option value="{{ $data->project_name }}">{{ $data->project_name }}</option>
|
|
|
@endforeach
|
|
|
</select> </div>
|
|
|
<div class="col-sm-1">编号:</div>
|
|
|
<div class="col-sm-2">
|
|
|
- <input style="margin: 0px;" name="num" class="form-control" type="text" placeholder="必填项(数字)">
|
|
|
+ <input style="margin: 0px;" name="num" class="form-control" type="text" placeholder=" ">
|
|
|
</div><br><br>
|
|
|
</div>
|
|
|
<div class="row">
|
| xqd
@@ -81,73 +81,80 @@
|
|
|
<td></td>
|
|
|
<td></td>
|
|
|
<td></td>
|
|
|
+ <td></td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td>被征收户姓名</td>
|
|
|
<td><input name="bzc_name" class="form-control" type="text" placeholder="必填项"></td>
|
|
|
<td>被征收房屋住址</td>
|
|
|
- <td colspan="2"><input name="bzc_addr" class="form-control" type="text" placeholder=""></td>
|
|
|
+ <td colspan="2"><input name="bzc_addr" class="form-control" type="text" placeholder="必填项"></td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td>联系电话</td>
|
|
|
<td><input name="bzc_tel" class="form-control" type="text" placeholder="必填项(数字)"></td>
|
|
|
<td>被征收人身份证号</td>
|
|
|
- <td><input name="bzc_cardid" class="form-control" type="text" placeholder=""></td>
|
|
|
+ <td colspan="2"><input name="bzc_cardid" class="form-control" type="text" placeholder="必填项(数字)"></td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
- <td>逾期起止时间</td>
|
|
|
+ <td>逾期开始时间</td>
|
|
|
+ <td>逾期结束时间</td>
|
|
|
<td>逾期月数</td>
|
|
|
<td>补助标准</td>
|
|
|
<td>合 计</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
- <td><input name="yuqi_time1" id="yuqi_time1" class="form-control" type="hidden" placeholder=""><input readonly id="yuqi_time1_1" class="form-control form_datetime" type="text"><input readonly id="yuqi_time1_2" class="form-control form_datetime" type="text"></td>
|
|
|
+ <td><input name="yuqi_time1" id="yuqi_time1" class="form-control" type="hidden" placeholder="">
|
|
|
+ <input readonly id="yuqi_time1_1" class="form-control form_datetime" type="text"></td>
|
|
|
+ <td><input readonly id="yuqi_time1_2" class="form-control form_datetime" type="text">
|
|
|
+ </td>
|
|
|
<td><input name="yuqi_mothe1" class="form-control" type="text" placeholder=""></td>
|
|
|
<td><input name="buzu1" class="form-control" type="text" placeholder=""></td>
|
|
|
- <td><input name="total1" class="form-control" type="text" placeholder=""></td>
|
|
|
+ <td><input name="total1" class="form-control" type="text" placeholder="" onfocus="get_product(yuqi_mothe1,buzu1,this)"></td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
- <td><input name="yuqi_time2" class="form-control" type="hidden" placeholder=""><input readonly id="yuqi_time2_1" class="form-control form_datetime" type="text"><input readonly id="yuqi_time2_2" class="form-control form_datetime" type="text"></td>
|
|
|
+ <td><input name="yuqi_time2" class="form-control" type="hidden" placeholder="">
|
|
|
+ <input readonly id="yuqi_time2_1" class="form-control form_datetime" type="text"></td>
|
|
|
+ <td><input readonly id="yuqi_time2_2" class="form-control form_datetime" type="text"></td>
|
|
|
<td><input name="yuqi_mothe2" class="form-control" type="text" placeholder=""></td>
|
|
|
<td><input name="buzu2" class="form-control" type="text" placeholder=""></td>
|
|
|
- <td><input name="total2" class="form-control" type="text" placeholder=""></td>
|
|
|
+ <td><input name="total2" class="form-control" type="text" placeholder="" onfocus="get_product(yuqi_mothe2,buzu2,this)"></td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
- <td><input name="yuqi_time3" class="form-control" type="hidden" placeholder=""><input readonly id="yuqi_time3_1" class="form-control form_datetime" type="text"><input readonly id="yuqi_time3_2" class="form-control form_datetime" type="text"></td>
|
|
|
+ <td><input name="yuqi_time3" class="form-control" type="hidden" placeholder="">
|
|
|
+ <input readonly id="yuqi_time3_1" class="form-control form_datetime" type="text"></td>
|
|
|
+ <td><input readonly id="yuqi_time3_2" class="form-control form_datetime" type="text"></td>
|
|
|
<td><input name="yuqi_mothe3" class="form-control" type="text" placeholder=""></td>
|
|
|
<td><input name="buzu3" class="form-control" type="text" placeholder=""></td>
|
|
|
- <td><input name="total3" class="form-control" type="text" placeholder=""></td>
|
|
|
+ <td><input name="total3" class="form-control" type="text" placeholder="" onfocus="get_product(yuqi_mothe3,buzu3,this)"></td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
- <td><input name="yuqi_time4" class="form-control" type="hidden" placeholder=""><input readonly id="yuqi_time4_1" class="form-control form_datetime" type="text"><input readonly id="yuqi_time4_2" class="form-control form_datetime" type="text"></td>
|
|
|
+ <td><input name="yuqi_time4" class="form-control" type="hidden" placeholder="">
|
|
|
+ <input readonly id="yuqi_time4_1" class="form-control form_datetime" type="text"></td>
|
|
|
+ <td><input readonly id="yuqi_time4_2" class="form-control form_datetime" type="text"></td>
|
|
|
<td><input name="yuqi_mothe4" class="form-control" type="text" placeholder=""></td>
|
|
|
<td><input name="buzu4" class="form-control" type="text" placeholder=""></td>
|
|
|
- <td><input name="total4" class="form-control" type="text" placeholder=""></td>
|
|
|
+ <td><input name="total4" class="form-control" type="text" placeholder="" onfocus="get_product(yuqi_mothe4,buzu4,this)"></td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td>逾期补偿金额</td>
|
|
|
- <td colspan="3">¥:<input name="yuqij" class="form-control" type="text" placeholder="">(元)</td>
|
|
|
+ <td colspan="3"><input id="yuqij1" class="form-control" type="text" placeholder="大写"></td>
|
|
|
+ <td><input name="yuqij" class="form-control" type="text" placeholder="小写" onfocus="add(total1,total2,total3,total4,yuqij)">(元)</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td>约定</td>
|
|
|
- <td colspan="3">1.待回迁楼建成交钥匙时,征收当事人根据双方实际逾期月数,据实结算安置过渡补助费差价。
|
|
|
+ <td colspan="4">1.待回迁楼建成交钥匙时,征收当事人根据双方实际逾期月数,据实结算安置过渡补助费差价。
|
|
|
<br><input name="yueding" class="form-control" type="text" placeholder=""></td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td rowspan="2">征收人<textarea name="zc" style="width: 80%;height: 100px;"></textarea></td>
|
|
|
<td colspan="2">被征收人<input name="bzc" class="form-control" type="text" placeholder=""></td>
|
|
|
- <td>代理人<input name="daili" class="form-control" type="text" placeholder=""></td>
|
|
|
+ <td colspan="2">代理人<input name="daili" class="form-control" type="text" placeholder=""></td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
- <td colspan="3">签约时间:<input readonly id="table_time" name="table_time" class="form-control form_datetime" type="text" placeholder=""></td>
|
|
|
+ <td colspan="4">签约时间:<input readonly id="table_time" name="table_time" class="form-control form_datetime" type="text" placeholder=""></td>
|
|
|
</tr>
|
|
|
</tbody>
|
|
|
</table>
|
|
|
- <div class="row">
|
|
|
- <div class="col-sm-4">核算:<input disabled name="hesuan" style="display: inline" class="form-control" type="text" placeholder=""></div>
|
|
|
- <div class="col-sm-4">初审:<input disabled name="chushen" style="display: inline" class="form-control" type="text" placeholder=""></div>
|
|
|
- <div class="col-sm-4">监审:<input disabled name="jianshen" style="display: inline" class="form-control" type="text" placeholder=""></div>
|
|
|
- </div>
|
|
|
<div class="row">
|
|
|
<div class="col-sm-4">复核:<input disabled name="fuhe" style="display: inline" class="form-control" type="text" placeholder=""></div>
|
|
|
<div class="col-sm-4"></div>
|
| xqd
@@ -202,12 +209,45 @@
|
|
|
});
|
|
|
$(".form_datetime").datetimepicker({
|
|
|
language: 'zh',
|
|
|
- format: 'yyyy-mm-dd',
|
|
|
+ format: 'yyyy年mm月dd日',
|
|
|
minView:'month'
|
|
|
}).on('changeDate',function(){
|
|
|
$(".datetimepicker").hide();
|
|
|
});
|
|
|
|
|
|
+ function get_product(left,right,product){
|
|
|
+ product.value = (left.value*right.value);
|
|
|
+ }
|
|
|
+
|
|
|
+
|
|
|
+ function add(one,two,three,four,add){
|
|
|
+ var num = parseInt($(one).val()) + parseInt($(two).val())+ parseInt($(three).val())+ parseInt($(four).val());
|
|
|
+
|
|
|
+ $(add).val(num + "");
|
|
|
+
|
|
|
+ if (!/^\d*(\.\d*)?$/.test(num)) { alert("Number is wrong!"); return "Number is wrong!"; }
|
|
|
+ var AA = new Array("零", "壹", "贰", "叁", "肆", "伍", "陆", "柒", "捌", "玖");
|
|
|
+ var BB = new Array("", "拾", "佰", "仟", "萬", "億", "点", "");
|
|
|
+ var a = ("" + num).replace(/(^0*)/g, "").split("."), k = 0, re = "";
|
|
|
+ for (var i = a[0].length - 1; i >= 0; i--) {
|
|
|
+ switch (k) {
|
|
|
+ case 0: re = BB[7] + re; break;
|
|
|
+ case 4: if (!new RegExp("0{4}\\d{" + (a[0].length - i - 1) + "}$").test(a[0]))
|
|
|
+ re = BB[4] + re; break;
|
|
|
+ case 8: re = BB[5] + re; BB[7] = BB[5]; k = 0; break;
|
|
|
+ }
|
|
|
+ if (k % 4 == 2 && a[0].charAt(i + 2) != 0 && a[0].charAt(i + 1) == 0) re = AA[0] + re;
|
|
|
+ if (a[0].charAt(i) != 0) re = AA[a[0].charAt(i)] + BB[k % 4] + re; k++;
|
|
|
+ }
|
|
|
+
|
|
|
+ if (a.length > 1) //加上小数部分(如果有小数部分)
|
|
|
+ {
|
|
|
+ re += BB[6];
|
|
|
+ for (var i = 0; i < a[1].length; i++) re += AA[a[1].charAt(i)];
|
|
|
+ }
|
|
|
+
|
|
|
+ $('#yuqij1').val(re);
|
|
|
+ }
|
|
|
</script>
|
|
|
</div>
|
|
|
<!-- /.box-body -->
|