想填报时生成一个以日期和字符组合的流水号,从001开始,每次加一
format(today(),"yyyyMMdd") + "LC" + seq()
CONCATENATE(format(today(),"yyyyMMdd"),"LC",format(seq(),"000"))