|
@@ -423,15 +423,14 @@
|
|
|
<label class="form-label">
|
|
|
</label>
|
|
|
<div class="formControls col-9">
|
|
|
- <textarea id="customerRemarks" name="customerRemarks" >${customerBasicInfo.customerRemarks!''}</textarea>
|
|
|
+ <textarea id="customerRemarks" style="width: 100%;height: 100px;" name="customerRemarks" >${customerBasicInfo.customerRemarks!''}</textarea>
|
|
|
</div>
|
|
|
</div>
|
|
|
<#--添加保存按钮-->
|
|
|
- <!-- Unnamed (矩形) -->
|
|
|
- <div class="class="row cl"">
|
|
|
- <!-- Unnamed () style="visibility: visible;"-->
|
|
|
- <div id="u30" class="my-btn-search" style="cursor:pointer; float: center;height: 35px;margin-right: 30px;margin-bottom: 10px;">
|
|
|
- <p><span onclick="updateCustomerBasicInfo()">确认修改</span></p>
|
|
|
+ <div class="row cl">
|
|
|
+ <label class="form-label col-5 col-sm-5"></label>
|
|
|
+ <div class="formControls col-5 col-sm-5 skin-minimal">
|
|
|
+ <span class="c-red"><button type="button" style="cursor:pointer; float: inherit;height: 35px;margin-right: 30px;margin-bottom: 10px;margin-top: 20px;" class="my-btn-search" onclick="updateCustomerBasicInfo();">确认修改</button></span>
|
|
|
</div>
|
|
|
</div>
|
|
|
<input type="hidden" id="provinceCode" value="${customerBasicInfo.customerProvinceCode!''}">
|