@ -320,4 +320,11 @@ public class PurchaseQuoteChild extends BaseEntity
.append("delFlag", getDelFlag())
.toString();
}
private String purchasePlanCode;
public String setPurchasePlanCode(String purchasePlanCode) {
return this.purchasePlanCode = purchasePlanCode;
public String getPurchasePlanCode() {
return purchasePlanCode;
@ -38,6 +38,12 @@ logging:
level:
com.ruoyi: debug
org.springframework: warn
org.activiti.db.sql: debug
# 用户配置
user:
@ -199,10 +199,9 @@
</div>
<div class="form-group">
<label class="col-sm-6 control-label is-required">客户第一收货人:</label>
<label class="col-sm-6 control-label is-required">客户第一联系人:</label>
<div class="col-sm-6">
<input name="deliveryCustomerPerson" class="form-control" type="text" th:field="*{deliveryCustomerPerson}" readonly required/>
<input name="customerContact" class="form-control" type="text" th:field="*{customerContact}" readonly required/> </div>
<label class="col-sm-6 control-label">第一联系人职务:</label>