销售管理 客户基本信息 修改客户基本信息业务经理和主管审批页面第一联系人输入框绑定对象字段和name属性;
@ -200,9 +200,9 @@
</div>
<div class="form-group">
<label class="col-sm-6 control-label">客户第一收货人:</label>
<label class="col-sm-6 control-label">客户第一联系人:</label>
<div class="col-sm-6">
<input name="deliveryCustomerPerson" class="form-control" type="text" th:field="*{deliveryCustomerPerson}" readonly/>
<input name="customerContact" class="form-control" type="text" th:field="*{customerContact}" readonly/>
@ -199,9 +199,9 @@