Browse Source

1、寻车申请,年限字段修改

master
Aug 4 months ago
parent
commit
4e859ca3c7
9 changed files with 61 additions and 70 deletions
  1. +49
    -50
      .idea/workspace.xml
  2. +1
    -1
      jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/carrentApply/controller/CarrentApplyController.java
  3. +3
    -5
      jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/carrentApply/entity/CarrentApply.java
  4. +1
    -1
      jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/carrentApply/mapper/CarrentApplyMapper.java
  5. +1
    -1
      jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/carrentApply/service/ICarrentApplyService.java
  6. +1
    -1
      jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/carrentApply/service/impl/CarrentApplyServiceImpl.java
  7. +2
    -5
      jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/carrentApply/vue/CarrentApplyList.vue
  8. +1
    -1
      jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/carrentApply/vue/modules/CarrentApplyForm.vue
  9. +2
    -5
      jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/carrentApply/vue3/CarrentApply.data.ts

+ 49
- 50
.idea/workspace.xml View File

@ -4,23 +4,14 @@
<list default="true" id="74ae82f3-7b81-42e8-8b53-827e18cc7011" name="Default Changelist" comment="1、添加二维码推广接口&#10;2、用户信息相关接口修改(新增,修改,查询)">
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/admin-hanhai-vue/dist.zip" beforeDir="false" afterPath="$PROJECT_DIR$/admin-hanhai-vue/dist.zip" afterDir="false" />
<change beforePath="$PROJECT_DIR$/jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/carrentGoods/controller/CarrentGoodsController.java" beforeDir="false" afterPath="$PROJECT_DIR$/jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/carrentGoods/controller/CarrentGoodsController.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/carrentGoods/entity/CarrentGoods.java" beforeDir="false" afterPath="$PROJECT_DIR$/jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/carrentGoods/entity/CarrentGoods.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/carrentGoods/mapper/CarrentGoodsMapper.java" beforeDir="false" afterPath="$PROJECT_DIR$/jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/carrentGoods/mapper/CarrentGoodsMapper.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/carrentGoods/service/ICarrentGoodsService.java" beforeDir="false" afterPath="$PROJECT_DIR$/jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/carrentGoods/service/ICarrentGoodsService.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/carrentGoods/service/impl/CarrentGoodsServiceImpl.java" beforeDir="false" afterPath="$PROJECT_DIR$/jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/carrentGoods/service/impl/CarrentGoodsServiceImpl.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/carrentGoods/vue/CarrentGoodsList.vue" beforeDir="false" afterPath="$PROJECT_DIR$/jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/carrentGoods/vue/CarrentGoodsList.vue" afterDir="false" />
<change beforePath="$PROJECT_DIR$/jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/carrentGoods/vue/modules/CarrentGoodsForm.vue" beforeDir="false" afterPath="$PROJECT_DIR$/jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/carrentGoods/vue/modules/CarrentGoodsForm.vue" afterDir="false" />
<change beforePath="$PROJECT_DIR$/jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/carrentGoods/vue3/CarrentGoods.data.ts" beforeDir="false" afterPath="$PROJECT_DIR$/jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/carrentGoods/vue3/CarrentGoods.data.ts" afterDir="false" />
<change beforePath="$PROJECT_DIR$/jeecg-boot-module-system/src/main/java/org/jeecg/modules/api/carrentController/ApplyController.java" beforeDir="false" afterPath="$PROJECT_DIR$/jeecg-boot-module-system/src/main/java/org/jeecg/modules/api/carrentController/ApplyController.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/jeecg-boot-module-system/src/main/java/org/jeecg/modules/api/carrentController/GoodsController.java" beforeDir="false" afterPath="$PROJECT_DIR$/jeecg-boot-module-system/src/main/java/org/jeecg/modules/api/carrentController/GoodsController.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/jeecg-boot-module-system/src/main/java/org/jeecg/modules/api/carrentController/OrderController.java" beforeDir="false" afterPath="$PROJECT_DIR$/jeecg-boot-module-system/src/main/java/org/jeecg/modules/api/carrentController/OrderController.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/jeecg-boot-module-system/src/main/java/org/jeecg/modules/apiService/ApplyService.java" beforeDir="false" afterPath="$PROJECT_DIR$/jeecg-boot-module-system/src/main/java/org/jeecg/modules/apiService/ApplyService.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/jeecg-boot-module-system/src/main/java/org/jeecg/modules/apiService/GoodsService.java" beforeDir="false" afterPath="$PROJECT_DIR$/jeecg-boot-module-system/src/main/java/org/jeecg/modules/apiService/GoodsService.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/jeecg-boot-module-system/src/main/java/org/jeecg/modules/apiService/OrderService.java" beforeDir="false" afterPath="$PROJECT_DIR$/jeecg-boot-module-system/src/main/java/org/jeecg/modules/apiService/OrderService.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/jeecg-boot-module-system/src/main/java/org/jeecg/modules/apiService/impl/ApplyServiceImpl.java" beforeDir="false" afterPath="$PROJECT_DIR$/jeecg-boot-module-system/src/main/java/org/jeecg/modules/apiService/impl/ApplyServiceImpl.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/jeecg-boot-module-system/src/main/java/org/jeecg/modules/apiService/impl/GoodsServiceImpl.java" beforeDir="false" afterPath="$PROJECT_DIR$/jeecg-boot-module-system/src/main/java/org/jeecg/modules/apiService/impl/GoodsServiceImpl.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/jeecg-boot-module-system/src/main/java/org/jeecg/modules/apiService/impl/OrderServiceImpl.java" beforeDir="false" afterPath="$PROJECT_DIR$/jeecg-boot-module-system/src/main/java/org/jeecg/modules/apiService/impl/OrderServiceImpl.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/carrentApply/controller/CarrentApplyController.java" beforeDir="false" afterPath="$PROJECT_DIR$/jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/carrentApply/controller/CarrentApplyController.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/carrentApply/entity/CarrentApply.java" beforeDir="false" afterPath="$PROJECT_DIR$/jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/carrentApply/entity/CarrentApply.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/carrentApply/mapper/CarrentApplyMapper.java" beforeDir="false" afterPath="$PROJECT_DIR$/jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/carrentApply/mapper/CarrentApplyMapper.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/carrentApply/service/ICarrentApplyService.java" beforeDir="false" afterPath="$PROJECT_DIR$/jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/carrentApply/service/ICarrentApplyService.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/carrentApply/service/impl/CarrentApplyServiceImpl.java" beforeDir="false" afterPath="$PROJECT_DIR$/jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/carrentApply/service/impl/CarrentApplyServiceImpl.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/carrentApply/vue/CarrentApplyList.vue" beforeDir="false" afterPath="$PROJECT_DIR$/jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/carrentApply/vue/CarrentApplyList.vue" afterDir="false" />
<change beforePath="$PROJECT_DIR$/jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/carrentApply/vue/modules/CarrentApplyForm.vue" beforeDir="false" afterPath="$PROJECT_DIR$/jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/carrentApply/vue/modules/CarrentApplyForm.vue" afterDir="false" />
<change beforePath="$PROJECT_DIR$/jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/carrentApply/vue3/CarrentApply.data.ts" beforeDir="false" afterPath="$PROJECT_DIR$/jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/carrentApply/vue3/CarrentApply.data.ts" afterDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
@ -162,7 +153,7 @@
<workItem from="1733103883735" duration="17631000" />
<workItem from="1733710180531" duration="11896000" />
<workItem from="1733968817518" duration="63976000" />
<workItem from="1735284739666" duration="62276000" />
<workItem from="1735284739666" duration="65891000" />
</task>
<task id="LOCAL-00001" summary="1、项目初始化">
<created>1731385713383</created>
@ -283,7 +274,14 @@
<option name="project" value="LOCAL" />
<updated>1736255981275</updated>
</task>
<option name="localTasksCounter" value="18" />
<task id="LOCAL-00018" summary="1、商品信息添加审核状态、审核备注以及年限修改&#10;2、商品发布添加修改、删除、查询详情功能&#10;3、预约订单添加修改、删除、查询详情功能">
<created>1736421140462</created>
<option name="number" value="00018" />
<option name="presentableId" value="LOCAL-00018" />
<option name="project" value="LOCAL" />
<updated>1736421140462</updated>
</task>
<option name="localTasksCounter" value="19" />
<servers />
</component>
<component name="TypeScriptGeneratedFilesManager">
@ -320,7 +318,8 @@
<MESSAGE value="1、配置表描述修改&#10;2、商品/新闻列表按创建时间倒序查询" />
<MESSAGE value="1、金刚区模块补充" />
<MESSAGE value="1、修改后台图标&#10;2、一级分类去掉导入、导出、高级查询按钮&#10;3、补充个人/企业实名查询接口" />
<option name="LAST_COMMIT_MESSAGE" value="1、修改后台图标&#10;2、一级分类去掉导入、导出、高级查询按钮&#10;3、补充个人/企业实名查询接口" />
<MESSAGE value="1、商品信息添加审核状态、审核备注以及年限修改&#10;2、商品发布添加修改、删除、查询详情功能&#10;3、预约订单添加修改、删除、查询详情功能" />
<option name="LAST_COMMIT_MESSAGE" value="1、商品信息添加审核状态、审核备注以及年限修改&#10;2、商品发布添加修改、删除、查询详情功能&#10;3、预约订单添加修改、删除、查询详情功能" />
</component>
<component name="WindowStateProjectService">
<state x="734" y="358" key="#com.intellij.execution.impl.EditConfigurationsDialog" timestamp="1731382591329">
@ -339,62 +338,62 @@
<screen x="0" y="0" width="2560" height="1400" />
</state>
<state x="1010" y="449" key="#com.intellij.refactoring.safeDelete.UnsafeUsagesDialog/0.0.2560.1400@0.0.2560.1400" timestamp="1733992136886" />
<state x="713" y="297" key="CommitChangelistDialog2" timestamp="1736420920282">
<state x="713" y="297" key="CommitChangelistDialog2" timestamp="1736421139462">
<screen x="0" y="0" width="2560" height="1400" />
</state>
<state x="713" y="297" key="CommitChangelistDialog2/0.0.2560.1400@0.0.2560.1400" timestamp="1736420920282" />
<state x="184" y="122" width="2048" height="1148" key="DiffContextDialog" timestamp="1736420918924">
<state x="713" y="297" key="CommitChangelistDialog2/0.0.2560.1400@0.0.2560.1400" timestamp="1736421139462" />
<state x="184" y="122" width="2048" height="1148" key="DiffContextDialog" timestamp="1736488860627">
<screen x="0" y="0" width="2560" height="1400" />
</state>
<state x="184" y="122" width="2048" height="1148" key="DiffContextDialog/0.0.2560.1400@0.0.2560.1400" timestamp="1736420918924" />
<state width="2517" height="432" key="GridCell.Tab.0.bottom" timestamp="1736420924827">
<state x="184" y="122" width="2048" height="1148" key="DiffContextDialog/0.0.2560.1400@0.0.2560.1400" timestamp="1736488860627" />
<state width="2517" height="432" key="GridCell.Tab.0.bottom" timestamp="1736497086581">
<screen x="0" y="0" width="2560" height="1400" />
</state>
<state width="2517" height="432" key="GridCell.Tab.0.bottom/0.0.2560.1400@0.0.2560.1400" timestamp="1736420924827" />
<state width="2517" height="432" key="GridCell.Tab.0.center" timestamp="1736420924827">
<state width="2517" height="432" key="GridCell.Tab.0.bottom/0.0.2560.1400@0.0.2560.1400" timestamp="1736497086581" />
<state width="2517" height="432" key="GridCell.Tab.0.center" timestamp="1736497086581">
<screen x="0" y="0" width="2560" height="1400" />
</state>
<state width="2517" height="432" key="GridCell.Tab.0.center/0.0.2560.1400@0.0.2560.1400" timestamp="1736420924827" />
<state width="2517" height="432" key="GridCell.Tab.0.left" timestamp="1736420924827">
<state width="2517" height="432" key="GridCell.Tab.0.center/0.0.2560.1400@0.0.2560.1400" timestamp="1736497086581" />
<state width="2517" height="432" key="GridCell.Tab.0.left" timestamp="1736497086581">
<screen x="0" y="0" width="2560" height="1400" />
</state>
<state width="2517" height="432" key="GridCell.Tab.0.left/0.0.2560.1400@0.0.2560.1400" timestamp="1736420924827" />
<state width="2517" height="432" key="GridCell.Tab.0.right" timestamp="1736420924827">
<state width="2517" height="432" key="GridCell.Tab.0.left/0.0.2560.1400@0.0.2560.1400" timestamp="1736497086581" />
<state width="2517" height="432" key="GridCell.Tab.0.right" timestamp="1736497086581">
<screen x="0" y="0" width="2560" height="1400" />
</state>
<state width="2517" height="432" key="GridCell.Tab.0.right/0.0.2560.1400@0.0.2560.1400" timestamp="1736420924827" />
<state width="2517" height="432" key="GridCell.Tab.1.bottom" timestamp="1736420924827">
<state width="2517" height="432" key="GridCell.Tab.0.right/0.0.2560.1400@0.0.2560.1400" timestamp="1736497086581" />
<state width="2517" height="432" key="GridCell.Tab.1.bottom" timestamp="1736497086507">
<screen x="0" y="0" width="2560" height="1400" />
</state>
<state width="2517" height="432" key="GridCell.Tab.1.bottom/0.0.2560.1400@0.0.2560.1400" timestamp="1736420924827" />
<state width="2517" height="432" key="GridCell.Tab.1.center" timestamp="1736420924827">
<state width="2517" height="432" key="GridCell.Tab.1.bottom/0.0.2560.1400@0.0.2560.1400" timestamp="1736497086507" />
<state width="2517" height="432" key="GridCell.Tab.1.center" timestamp="1736497086507">
<screen x="0" y="0" width="2560" height="1400" />
</state>
<state width="2517" height="432" key="GridCell.Tab.1.center/0.0.2560.1400@0.0.2560.1400" timestamp="1736420924827" />
<state width="2517" height="432" key="GridCell.Tab.1.left" timestamp="1736420924827">
<state width="2517" height="432" key="GridCell.Tab.1.center/0.0.2560.1400@0.0.2560.1400" timestamp="1736497086507" />
<state width="2517" height="432" key="GridCell.Tab.1.left" timestamp="1736497086507">
<screen x="0" y="0" width="2560" height="1400" />
</state>
<state width="2517" height="432" key="GridCell.Tab.1.left/0.0.2560.1400@0.0.2560.1400" timestamp="1736420924827" />
<state width="2517" height="432" key="GridCell.Tab.1.right" timestamp="1736420924827">
<state width="2517" height="432" key="GridCell.Tab.1.left/0.0.2560.1400@0.0.2560.1400" timestamp="1736497086507" />
<state width="2517" height="432" key="GridCell.Tab.1.right" timestamp="1736497086507">
<screen x="0" y="0" width="2560" height="1400" />
</state>
<state width="2517" height="432" key="GridCell.Tab.1.right/0.0.2560.1400@0.0.2560.1400" timestamp="1736420924827" />
<state width="2517" height="432" key="GridCell.Tab.2.bottom" timestamp="1736420924827">
<state width="2517" height="432" key="GridCell.Tab.1.right/0.0.2560.1400@0.0.2560.1400" timestamp="1736497086507" />
<state width="2517" height="432" key="GridCell.Tab.2.bottom" timestamp="1736497086507">
<screen x="0" y="0" width="2560" height="1400" />
</state>
<state width="2517" height="432" key="GridCell.Tab.2.bottom/0.0.2560.1400@0.0.2560.1400" timestamp="1736420924827" />
<state width="2517" height="432" key="GridCell.Tab.2.center" timestamp="1736420924827">
<state width="2517" height="432" key="GridCell.Tab.2.bottom/0.0.2560.1400@0.0.2560.1400" timestamp="1736497086507" />
<state width="2517" height="432" key="GridCell.Tab.2.center" timestamp="1736497086507">
<screen x="0" y="0" width="2560" height="1400" />
</state>
<state width="2517" height="432" key="GridCell.Tab.2.center/0.0.2560.1400@0.0.2560.1400" timestamp="1736420924827" />
<state width="2517" height="432" key="GridCell.Tab.2.left" timestamp="1736420924827">
<state width="2517" height="432" key="GridCell.Tab.2.center/0.0.2560.1400@0.0.2560.1400" timestamp="1736497086507" />
<state width="2517" height="432" key="GridCell.Tab.2.left" timestamp="1736497086507">
<screen x="0" y="0" width="2560" height="1400" />
</state>
<state width="2517" height="432" key="GridCell.Tab.2.left/0.0.2560.1400@0.0.2560.1400" timestamp="1736420924827" />
<state width="2517" height="432" key="GridCell.Tab.2.right" timestamp="1736420924827">
<state width="2517" height="432" key="GridCell.Tab.2.left/0.0.2560.1400@0.0.2560.1400" timestamp="1736497086507" />
<state width="2517" height="432" key="GridCell.Tab.2.right" timestamp="1736497086507">
<screen x="0" y="0" width="2560" height="1400" />
</state>
<state width="2517" height="432" key="GridCell.Tab.2.right/0.0.2560.1400@0.0.2560.1400" timestamp="1736420924827" />
<state width="2517" height="432" key="GridCell.Tab.2.right/0.0.2560.1400@0.0.2560.1400" timestamp="1736497086507" />
<state x="1079" y="413" key="RollbackChangesDialog" timestamp="1735568417191">
<screen x="0" y="0" width="2560" height="1400" />
</state>
@ -403,10 +402,10 @@
<screen x="0" y="0" width="2560" height="1400" />
</state>
<state x="783" y="345" key="SettingsEditor/0.0.2560.1400@0.0.2560.1400" timestamp="1732701780265" />
<state x="872" y="436" key="Vcs.Push.Dialog.v2" timestamp="1736255984876">
<state x="872" y="436" key="Vcs.Push.Dialog.v2" timestamp="1736421216931">
<screen x="0" y="0" width="2560" height="1400" />
</state>
<state x="872" y="436" key="Vcs.Push.Dialog.v2/0.0.2560.1400@0.0.2560.1400" timestamp="1736255984876" />
<state x="872" y="436" key="Vcs.Push.Dialog.v2/0.0.2560.1400@0.0.2560.1400" timestamp="1736421216931" />
<state x="972" y="527" key="com.intellij.ide.util.TipDialog" timestamp="1731750734819">
<screen x="0" y="0" width="2560" height="1400" />
</state>


+ 1
- 1
jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/carrentApply/controller/CarrentApplyController.java View File

@ -39,7 +39,7 @@ import org.jeecg.common.aspect.annotation.AutoLog;
/**
* @Description: 寻车申请表
* @Author: jeecg-boot
* @Date: 2024-12-12
* @Date: 2025-01-10
* @Version: V1.0
*/
@Api(tags="寻车申请表")


+ 3
- 5
jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/carrentApply/entity/CarrentApply.java View File

@ -20,7 +20,7 @@ import lombok.experimental.Accessors;
/**
* @Description: 寻车申请表
* @Author: jeecg-boot
* @Date: 2024-12-12
* @Date: 2025-01-10
* @Version: V1.0
*/
@Data
@ -57,11 +57,9 @@ public class CarrentApply implements Serializable {
@ApiModelProperty(value = "车辆型号")
private java.lang.String model;
/**年限*/
@Excel(name = "年限", width = 15, format = "yyyy-MM-dd")
@JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd")
@DateTimeFormat(pattern="yyyy-MM-dd")
@Excel(name = "年限", width = 15)
@ApiModelProperty(value = "年限")
private java.util.Date carTime;
private java.lang.Integer carTime;
/**公里数*/
@Excel(name = "公里数", width = 15)
@ApiModelProperty(value = "公里数")


+ 1
- 1
jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/carrentApply/mapper/CarrentApplyMapper.java View File

@ -9,7 +9,7 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper;
/**
* @Description: 寻车申请表
* @Author: jeecg-boot
* @Date: 2024-12-12
* @Date: 2025-01-10
* @Version: V1.0
*/
public interface CarrentApplyMapper extends BaseMapper<CarrentApply> {


+ 1
- 1
jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/carrentApply/service/ICarrentApplyService.java View File

@ -6,7 +6,7 @@ import com.baomidou.mybatisplus.extension.service.IService;
/**
* @Description: 寻车申请表
* @Author: jeecg-boot
* @Date: 2024-12-12
* @Date: 2025-01-10
* @Version: V1.0
*/
public interface ICarrentApplyService extends IService<CarrentApply> {


+ 1
- 1
jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/carrentApply/service/impl/CarrentApplyServiceImpl.java View File

@ -10,7 +10,7 @@ import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
/**
* @Description: 寻车申请表
* @Author: jeecg-boot
* @Date: 2024-12-12
* @Date: 2025-01-10
* @Version: V1.0
*/
@Service


+ 2
- 5
jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/carrentApply/vue/CarrentApplyList.vue View File

@ -135,10 +135,7 @@
{
title:'年限',
align:"center",
dataIndex: 'carTime',
customRender:function (text) {
return !text?"":(text.length>10?text.substr(0,10):text)
}
dataIndex: 'carTime'
},
{
title:'公里数',
@ -201,7 +198,7 @@
let fieldList=[];
fieldList.push({type:'string',value:'categorytwoId',text:'关联二级分类id',dictCode:"carrent_categorytwo,name,id"})
fieldList.push({type:'string',value:'model',text:'车辆型号',dictCode:''})
fieldList.push({type:'date',value:'carTime',text:'年限'})
fieldList.push({type:'int',value:'carTime',text:'年限',dictCode:''})
fieldList.push({type:'int',value:'mileage',text:'公里数',dictCode:''})
fieldList.push({type:'string',value:'name',text:'联系人',dictCode:''})
fieldList.push({type:'string',value:'phone',text:'联系电话',dictCode:''})


+ 1
- 1
jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/carrentApply/vue/modules/CarrentApplyForm.vue View File

@ -15,7 +15,7 @@
</a-col>
<a-col :span="24">
<a-form-model-item label="年限" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="carTime">
<j-date placeholder="请选择年限" v-model="model.carTime" style="width: 100%" />
<a-input-number v-model="model.carTime" placeholder="请输入年限" style="width: 100%" />
</a-form-model-item>
</a-col>
<a-col :span="24">


+ 2
- 5
jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/modules/carrentApply/vue3/CarrentApply.data.ts View File

@ -17,10 +17,7 @@ export const columns: BasicColumn[] = [
{
title: '年限',
align:"center",
dataIndex: 'carTime',
customRender:({text}) =>{
return !text?"":(text.length>10?text.substr(0,10):text)
},
dataIndex: 'carTime'
},
{
title: '公里数',
@ -69,7 +66,7 @@ export const formSchema: FormSchema[] = [
{
label: '年限',
field: 'carTime',
component: 'DatePicker',
component: 'InputNumber',
},
{
label: '公里数',


Loading…
Cancel
Save