前端组件 <hd-flex> <el-dialog v-model="isUploadDialog" width="50%" lock-scroll=false> <el-upload class="upload-demo" drag :action="url" :on-success="succe Read More
posted @ 2023-06-02 17:41 Li_ll Views(143) Comments(0) Diggs(0) Edit
错误的查询返回格式 //dao 层 List query_T_JS_DHGL_XMLGJ(Map<String, String> queryParams); 正确的的查询返回格式 ArrayList<Map> query_T_JS_DHGL_XMLGJ(Map<String, String> que Read More
posted @ 2023-05-29 18:01 Li_ll Views(32) Comments(0) Diggs(0) Edit
Controller层 @ApiOperation(value = "毛坯反馈参数(越南)导出") @ApiImplicitParams({ @ApiImplicitParam(name = "ZzcsVO",value = "查询条件",required = false,dataType = "Z Read More
posted @ 2023-03-23 14:09 Li_ll Views(87) Comments(0) Diggs(0) Edit
public static Boolean is18Card(String idCard18) { //证件省份 HashMap<String, String> aCity = new HashMap<>(); aCity.put("11","北京"); aCity.put("12","天津"); Read More
posted @ 2023-02-22 16:20 Li_ll Views(22) Comments(0) Diggs(0) Edit
<vxe-table @cell-click="handleClickCell" :span-method="spanMethods" //自动合并单元格 :data="tableData2"> </vxe-table> spanMethods({row, $rowIndex, column, da Read More
posted @ 2022-11-01 11:15 Li_ll Views(2124) Comments(0) Diggs(0) Edit
getBeforeDate(n) {//传入天数 var n = n; var d = new Date(); var year = d.getFullYear(); var mon = d.getMonth() + 1; var day = d.getDate(); if (Number(mon) Read More
posted @ 2022-08-06 16:29 Li_ll Views(143) Comments(0) Diggs(0) Edit
getLastMonth(date) { var now = new Date(date) var year = now.getFullYear(); var month = now.getMonth() + 1; var day = now.getDate(); var nowMonthDay = Read More
posted @ 2022-07-20 09:19 Li_ll Views(366) Comments(0) Diggs(0) Edit
Map<String,Object> pbclwhMainMap = (Map<String,Object>)param.get("pbclwhMain"); PbclwhVo pbclwhVo=new PbclwhVo(); BeanUtil.fillBeanWithMap(pbclwhMainM Read More
posted @ 2022-07-05 15:20 Li_ll Views(979) Comments(0) Diggs(0) Edit
1. input 代码 ,我们项目组的input封装了,不过不影响使用 通过 @keyup 事件绑定show方法,需要将当前行的信息以及index传递,方便操作 另外要单独给这些需要操作的输入框添加class,方便后面获取 <el-table-column className="mycell" mi Read More
posted @ 2022-07-04 17:09 Li_ll Views(650) Comments(0) Diggs(0) Edit
子 async update(res){ //this.$refs.child.animates(); this.userform = res; }, 主 <DetailEdit @detailData="func" ref="dadjCKDASYXXEdit" :addType="resultTy Read More
posted @ 2022-07-01 18:03 Li_ll Views(133) Comments(0) Diggs(0) Edit