|
@@ -73,14 +73,14 @@
|
|
<div class="col-sm-2">项目名称:</div>
|
|
<div class="col-sm-2">项目名称:</div>
|
|
<div class="col-sm-7">
|
|
<div class="col-sm-7">
|
|
<select class="form-control" name="project_name">
|
|
<select class="form-control" name="project_name">
|
|
- <option>必填项</option>
|
|
|
|
|
|
+ <option>请选择项目</option>
|
|
@foreach($project as $data)
|
|
@foreach($project as $data)
|
|
<option value="{{ $data->project_name }}">{{ $data->project_name }}</option>
|
|
<option value="{{ $data->project_name }}">{{ $data->project_name }}</option>
|
|
@endforeach
|
|
@endforeach
|
|
</select> </div>
|
|
</select> </div>
|
|
<div class="col-sm-1">编号:</div>
|
|
<div class="col-sm-1">编号:</div>
|
|
<div class="col-sm-2">
|
|
<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><br><br>
|
|
</div>
|
|
</div>
|
|
<div class="row">
|
|
<div class="row">
|
|
@@ -101,29 +101,30 @@
|
|
</tr>
|
|
</tr>
|
|
<tr>
|
|
<tr>
|
|
<td>联系电话</td>
|
|
<td>联系电话</td>
|
|
- <td><input name="bzc_tel" class="form-control" type="text" placeholder=""></td>
|
|
|
|
|
|
+ <td><input name="bzc_tel" class="form-control" type="text" placeholder="必填项"></td>
|
|
<td>被征收人身份证号</td>
|
|
<td>被征收人身份证号</td>
|
|
- <td><input name="bzc_cardid" class="form-control" type="text" placeholder=""></td>
|
|
|
|
|
|
+ <td><input name="bzc_cardid" class="form-control" type="text" placeholder="必填项(数字)"></td>
|
|
</tr>
|
|
</tr>
|
|
<tr>
|
|
<tr>
|
|
<td>临时安置费</td>
|
|
<td>临时安置费</td>
|
|
- <td colspan="3"><input name="anzhi" class="form-control" type="text" placeholder=""></td>
|
|
|
|
|
|
+ <td colspan="3"><input name="anzhi" class="form-control" type="text" placeholder="" value="0">(元)</td>
|
|
</tr>
|
|
</tr>
|
|
<tr>
|
|
<tr>
|
|
<td>搬迁费</td>
|
|
<td>搬迁费</td>
|
|
- <td colspan="3"><input name="banqian" class="form-control" type="text" placeholder=""></td>
|
|
|
|
|
|
+ <td colspan="3"><input name="banqian" class="form-control" type="text" placeholder="" value="0">(元)</td>
|
|
</tr>
|
|
</tr>
|
|
<tr>
|
|
<tr>
|
|
<td>低保补贴</td>
|
|
<td>低保补贴</td>
|
|
- <td colspan="3"><input name="dibu" class="form-control" type="text" placeholder=""></td>
|
|
|
|
|
|
+ <td colspan="3"><input name="dibu" class="form-control" type="text" placeholder="" value="0">(元)</td>
|
|
</tr>
|
|
</tr>
|
|
<tr>
|
|
<tr>
|
|
<td>其他</td>
|
|
<td>其他</td>
|
|
- <td colspan="3"><input name="other" class="form-control" type="text" placeholder=""></td>
|
|
|
|
|
|
+ <td colspan="3"><input name="other" class="form-control" type="text" placeholder="" value="0">(元)</td>
|
|
</tr>
|
|
</tr>
|
|
<tr>
|
|
<tr>
|
|
<td>补贴总金额</td>
|
|
<td>补贴总金额</td>
|
|
- <td colspan="3">¥:<input name="totalj" class="form-control" type="text" placeholder="">(元)</td>
|
|
|
|
|
|
+ <td colspan="2"><input disabled id="totalj1" class="form-control" type="text" placeholder="">(元)</td>
|
|
|
|
+ <td colspan="1"><input name="totalj" class="form-control" type="text" placeholder="" onfocus="add(anzhi,banqian,dibu,other,totalj)"></td>
|
|
</tr>
|
|
</tr>
|
|
<tr>
|
|
<tr>
|
|
<td>约定</td>
|
|
<td>约定</td>
|
|
@@ -140,11 +141,6 @@
|
|
</tr>
|
|
</tr>
|
|
</tbody>
|
|
</tbody>
|
|
</table>
|
|
</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="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">复核:<input disabled name="fuhe" style="display: inline" class="form-control" type="text" placeholder=""></div>
|
|
<div class="col-sm-4"></div>
|
|
<div class="col-sm-4"></div>
|
|
@@ -195,11 +191,41 @@
|
|
});
|
|
});
|
|
$(".form_datetime").datetimepicker({
|
|
$(".form_datetime").datetimepicker({
|
|
language: 'zh',
|
|
language: 'zh',
|
|
- format: 'yyyy-mm-dd',
|
|
|
|
|
|
+ format: 'yyyy年mm月dd日',
|
|
minView:'month'
|
|
minView:'month'
|
|
}).on('changeDate',function(){
|
|
}).on('changeDate',function(){
|
|
$(".datetimepicker").hide();
|
|
$(".datetimepicker").hide();
|
|
});
|
|
});
|
|
|
|
+
|
|
|
|
+ function add(one,two,three,four,add){
|
|
|
|
+ var num = 0;
|
|
|
|
+ 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)];
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ $('#totalj1').val(re);
|
|
|
|
+ }
|
|
</script>
|
|
</script>
|
|
</div>
|
|
</div>
|
|
<!-- /.box-body -->
|
|
<!-- /.box-body -->
|