rt = new prt.RenderText
rt.Text = Format(CurRow("日期"),"yyyy-MM-dd")
rt.x = 109
rt.y = 43
doc.body.Children.Add(rt)