Browse Source

[fix]

销售管理 客户基本信息
修改客户基本信息业务经理和主管审批页面第一联系人输入框绑定对象字段和name属性;
dev
王晓迪 3 months ago
parent
commit
4794a88e45
  1. 4
      ruoyi-admin/src/main/resources/templates/system/customer/taskYwjlVerify.html
  2. 4
      ruoyi-admin/src/main/resources/templates/system/customer/taskYwzgVerify.html

4
ruoyi-admin/src/main/resources/templates/system/customer/taskYwjlVerify.html

@ -200,9 +200,9 @@
</div>
</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/>
</div>
</div>
<div class="form-group">

4
ruoyi-admin/src/main/resources/templates/system/customer/taskYwzgVerify.html

@ -199,9 +199,9 @@
</div>
</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/>
</div>
</div>
<div class="form-group">

Loading…
Cancel
Save