新增文章
文章标题
分类
C#
云星空
K3 BOS
K3 功能
用友
Oracle
python
SQL
MySql
PHP
HTML
script
windows
Access
影视后期
财务
服务
生活
内容
firstRowData = ""; def OutputElement(e): global pageNumber; global firstRowData; if e.ControlInfo.ControlID == "cell4": firstRowData = e.ControlInfo.Text; # 每一行 elif e.ControlInfo.ControlID == "cell12": e.ControlInfo.Text = firstRowData; # 每一行 elif e.ControlInfo.ControlID == "cell10": e.ControlInfo.Text = "物料编码:" + firstRowData;
返回
保存