已发布状态的订单,不支持打印 修改

yun-zuoyi
曾贞一 6 years ago
parent c9dd31b7ed
commit c164972238

@ -12,6 +12,7 @@ import org.hibernate.annotations.DynamicUpdate;
import javax.persistence.Column; import javax.persistence.Column;
import javax.persistence.Entity; import javax.persistence.Entity;
import javax.persistence.Table; import javax.persistence.Table;
import javax.persistence.Transient;
/** /**
* @Description : * @Description :
@ -53,4 +54,8 @@ public class SwebProcurementPlanOrderDetails extends BaseBean {
@ApiParam(value = "行项目状态", example = "1") @ApiParam(value = "行项目状态", example = "1")
@Column(name = "ITEM_STATUS") @Column(name = "ITEM_STATUS")
private Integer itemStatus; private Integer itemStatus;
@Transient
@ApiParam(value ="采购单位")
private String buyUnit;
} }

@ -100,4 +100,7 @@ public class SwebPOBatchInsertItemEnterModel implements Serializable {
@ApiParam(value = "交货时间") @ApiParam(value = "交货时间")
private String deliveryTime; private String deliveryTime;
@ApiParam(value = "单位")
private String unit;
} }

Loading…
Cancel
Save