|
@@ -140,6 +140,14 @@
|
|
|
<input type="date" class="form-control" value="" id="contract1-date">
|
|
|
</div>
|
|
|
</div>
|
|
|
+ <div class="col-12 mt-2">
|
|
|
+ <div class="input-group input-group-sm">
|
|
|
+ <div class="input-group-prepend">
|
|
|
+ <span class="input-group-text">项目经理部</span>
|
|
|
+ </div>
|
|
|
+ <input type="text" class="form-control" value="" id="contract1-management" maxlength="100" oninput="limitReturn(this)">
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="form-group mb-4">
|
|
@@ -939,6 +947,7 @@
|
|
|
$('#contract1-company').val(property.construction_unit.contract1.company);
|
|
|
$('#contract1-corporation').val(property.construction_unit.contract1.corporation);
|
|
|
$('#contract1-date').val(property.construction_unit.contract1.date);
|
|
|
+ $('#contract1-management').val(property.construction_unit.contract1.management);
|
|
|
// 承包单位2
|
|
|
$('#contract2-company').val(property.construction_unit.contract2.company);
|
|
|
$('#contract2-corporation').val(property.construction_unit.contract2.corporation);
|
|
@@ -1000,6 +1009,7 @@
|
|
|
company: $('#contract1-company').val(),
|
|
|
corporation: $('#contract1-corporation').val(),
|
|
|
date: $('#contract1-date').val(),
|
|
|
+ management: $('#contract1-management').val(),
|
|
|
},
|
|
|
contract2: {
|
|
|
company: $('#contract2-company').val(),
|