123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119 |
- $PBExportHeader$dw_rp_gz_award_punish_mx.srd
- release 9;
- datawindow(units=0 timer_interval=60000 color=1073741824 processing=1 HTMLDW=no print.printername="" print.documentname="" print.orientation = 0 print.margin.left = 110 print.margin.right = 110 print.margin.top = 96 print.margin.bottom = 96 print.paper.source = 0 print.paper.size = 0 print.canusedefaultprinter=yes print.prompt=no print.buttons=no print.preview.buttons=no print.cliptext=no print.overrideprintjob=no print.collate=yes hidegrayline=no grid.lines=0 )
- header(height=272 color="536870912" )
- summary(height=64 color="536870912" )
- footer(height=0 color="536870912" )
- detail(height=76 color="536870912" )
- table(column=(type=long updatewhereclause=yes name=u_gz_award_punish_billid dbname="u_gz_award_punish.billid" )
- column=(type=char(20) updatewhereclause=yes name=u_gz_award_punish_billcode dbname="u_gz_award_punish.billcode" )
- column=(type=long updatewhereclause=yes name=u_gz_award_punish_billtype dbname="u_gz_award_punish.billtype" values="奖 1/罚 -1/" )
- column=(type=datetime updatewhereclause=yes name=u_gz_award_punish_billdate dbname="u_gz_award_punish.billdate" )
- column=(type=long updatewhereclause=yes name=u_gz_award_punish_empid dbname="u_gz_award_punish.empid" )
- column=(type=char(30) updatewhereclause=yes name=u_rs_empinfo_empcode dbname="u_rs_empinfo.Empcode" )
- column=(type=char(30) updatewhereclause=yes name=u_rs_empinfo_empname dbname="u_rs_empinfo.Empname" )
- column=(type=char(10) updatewhereclause=yes name=u_rs_empinfo_duty dbname="u_rs_empinfo.duty" )
- column=(type=long updatewhereclause=yes name=u_rs_empinfo_deptid dbname="u_rs_empinfo.Deptid" )
- column=(type=char(30) updatewhereclause=yes name=cw_department_departmentname dbname="cw_department.departmentname" )
- column=(type=decimal(2) updatewhereclause=yes name=u_gz_award_punish_award_punish_amt dbname="u_gz_award_punish.award_punish_amt" )
- column=(type=long updatewhereclause=yes name=u_gz_award_punish_wagemth dbname="u_gz_award_punish.wagemth" )
- column=(type=char(200) updatewhereclause=yes name=u_gz_award_punish_reason dbname="u_gz_award_punish.reason" )
- column=(type=char(30) updatewhereclause=yes name=cw_department_departmentname_1 dbname="cw_department.departmentname" )
- column=(type=char(30) updatewhereclause=yes name=u_gz_award_punish_rep dbname="u_gz_award_punish.rep" )
- column=(type=char(10) updatewhereclause=yes name=u_gz_award_punish_opemp dbname="u_gz_award_punish.opemp" )
- column=(type=datetime updatewhereclause=yes name=u_gz_award_punish_opdate dbname="u_gz_award_punish.opdate" )
- column=(type=char(10) updatewhereclause=yes name=u_gz_award_punish_modemp dbname="u_gz_award_punish.modemp" )
- column=(type=datetime updatewhereclause=yes name=u_gz_award_punish_moddate dbname="u_gz_award_punish.moddate" )
- column=(type=long updatewhereclause=yes name=u_gz_award_punish_flag dbname="u_gz_award_punish.flag" values=" 1/ 0" )
- column=(type=char(10) updatewhereclause=yes name=u_gz_award_punish_auditrep dbname="u_gz_award_punish.auditrep" )
- column=(type=datetime updatewhereclause=yes name=u_gz_award_punish_auditdate dbname="u_gz_award_punish.auditdate" )
- column=(type=char(30) updatewhereclause=yes name=u_gz_wageitem_wagename dbname="u_gz_wageitem.Wagename" )
- column=(type=char(30) updatewhereclause=yes name=u_gz_award_punish_dealtype dbname="u_gz_award_punish.dealtype" )
- retrieve=" SELECT u_gz_award_punish.billid,
- u_gz_award_punish.billcode,
- u_gz_award_punish.billtype,
- u_gz_award_punish.billdate,
- u_gz_award_punish.empid,
- u_rs_empinfo.Empcode,
- u_rs_empinfo.Empname,
- u_rs_empinfo.duty,
- u_rs_empinfo.Deptid,
- cw_department_a.departmentname,
- u_gz_award_punish.award_punish_amt,
- u_gz_award_punish.wagemth,
- u_gz_award_punish.reason,
- cw_department_b.departmentname,
- u_gz_award_punish.rep,
- u_gz_award_punish.opemp,
- u_gz_award_punish.opdate,
- u_gz_award_punish.modemp,
- u_gz_award_punish.moddate,
- u_gz_award_punish.flag,
- u_gz_award_punish.auditrep,
- u_gz_award_punish.auditdate ,
- u_gz_wageitem.Wagename ,
- u_gz_award_punish.dealtype
- FROM u_rs_empinfo
- LEFT OUTER JOIN cw_department cw_department_a
- ON u_rs_empinfo.Deptid = cw_department_a.departmentid, u_gz_award_punish
- LEFT OUTER JOIN cw_department cw_department_b
- ON u_gz_award_punish.deptid = cw_department_b.departmentid
- LEFT OUTER JOIN u_gz_wageitem on u_gz_wageitem.wageid = u_gz_award_punish.wageid
- WHERE ( u_gz_award_punish.empid = u_rs_empinfo.empid ) and
- (u_gz_award_punish.billdate >= :first_date) AND
- (u_gz_award_punish.billdate <= :end_date) AND
- (u_gz_award_punish.flag = :flag OR
- :flag = -1)
- " arguments=(("first_date", datetime),("end_date", datetime),("flag", number)) sort="u_gz_award_punish_billdate A u_gz_award_punish_billcode A " )
- text(band=header alignment="2" text="单据编号" border="2" color="33554432" x="9" y="216" height="56" width="462" html.valueishtml="0" name=u_gz_award_punish_billcode_t visible="1" font.face="宋体" font.height="-9" font.weight="700" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
- text(band=header alignment="2" text="类型" border="2" color="33554432" x="480" y="216" height="56" width="247" html.valueishtml="0" name=u_gz_award_punish_billtype_t visible="1" font.face="宋体" font.height="-9" font.weight="700" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
- text(band=header alignment="2" text="日期" border="2" color="33554432" x="736" y="216" height="56" width="443" html.valueishtml="0" name=u_gz_award_punish_billdate_t visible="1" font.face="宋体" font.height="-9" font.weight="700" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
- text(band=header alignment="2" text="人员编号" border="2" color="33554432" x="1189" y="216" height="56" width="448" html.valueishtml="0" name=u_rs_empinfo_empcode_t visible="1" font.face="宋体" font.height="-9" font.weight="700" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
- text(band=header alignment="2" text="人员姓名" border="2" color="33554432" x="1646" y="216" height="56" width="521" html.valueishtml="0" name=u_rs_empinfo_empname_t visible="1" font.face="宋体" font.height="-9" font.weight="700" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
- text(band=header alignment="2" text="职务" border="2" color="33554432" x="2176" y="216" height="56" width="329" html.valueishtml="0" name=u_rs_empinfo_duty_t visible="1" font.face="宋体" font.height="-9" font.weight="700" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
- text(band=header alignment="2" text="部门" border="2" color="33554432" x="2514" y="216" height="56" width="384" html.valueishtml="0" name=cw_department_departmentname_t visible="1" font.face="宋体" font.height="-9" font.weight="700" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
- text(band=header alignment="2" text="金额" border="2" color="33554432" x="2907" y="216" height="56" width="402" html.valueishtml="0" name=u_gz_award_punish_award_punish_amt_t visible="1" font.face="宋体" font.height="-9" font.weight="700" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
- text(band=header alignment="2" text="工资月份" border="2" color="33554432" x="3319" y="216" height="56" width="334" html.valueishtml="0" name=u_gz_award_punish_wagemth_t visible="1" font.face="宋体" font.height="-9" font.weight="700" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
- text(band=header alignment="2" text="奖罚事宜" border="2" color="33554432" x="3662" y="216" height="56" width="658" html.valueishtml="0" name=u_gz_award_punish_reason_t visible="1" font.face="宋体" font.height="-9" font.weight="700" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
- text(band=header alignment="2" text="工资项目" border="2" color="33554432" x="4329" y="216" height="56" width="379" html.valueishtml="0" name=u_gz_wageitem_wagename_t visible="1" font.face="宋体" font.height="-9" font.weight="700" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
- text(band=header alignment="2" text="申请部门" border="2" color="33554432" x="4718" y="216" height="56" width="425" html.valueishtml="0" name=cw_department_departmentname_t_1_t visible="1" font.face="宋体" font.height="-9" font.weight="700" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
- text(band=header alignment="2" text="申请人" border="2" color="33554432" x="5152" y="216" height="56" width="375" html.valueishtml="0" name=u_gz_award_punish_rep_t visible="1" font.face="宋体" font.height="-9" font.weight="700" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
- text(band=header alignment="2" text="建立人" border="2" color="33554432" x="5536" y="216" height="56" width="334" html.valueishtml="0" name=u_gz_award_punish_opemp_t visible="1" font.face="宋体" font.height="-9" font.weight="700" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
- text(band=header alignment="2" text="建立时间" border="2" color="33554432" x="5879" y="216" height="56" width="603" html.valueishtml="0" name=u_gz_award_punish_opdate_t visible="1" font.face="宋体" font.height="-9" font.weight="700" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
- text(band=header alignment="2" text="修改人" border="2" color="33554432" x="6491" y="216" height="56" width="398" html.valueishtml="0" name=u_gz_award_punish_modemp_t visible="1" font.face="宋体" font.height="-9" font.weight="700" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
- text(band=header alignment="2" text="修改时间" border="2" color="33554432" x="6898" y="216" height="56" width="603" html.valueishtml="0" name=u_gz_award_punish_moddate_t visible="1" font.face="宋体" font.height="-9" font.weight="700" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
- text(band=header alignment="2" text="审核" border="2" color="33554432" x="7511" y="216" height="56" width="210" html.valueishtml="0" name=u_gz_award_punish_flag_t visible="1" font.face="宋体" font.height="-9" font.weight="700" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
- text(band=header alignment="2" text="审核人" border="2" color="33554432" x="7730" y="216" height="56" width="338" html.valueishtml="0" name=u_gz_award_punish_auditrep_t visible="1" font.face="宋体" font.height="-9" font.weight="700" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
- column(band=detail id=2 alignment="0" tabsequence=32766 border="0" color="33554432" x="9" y="4" height="68" width="462" format="[general]" html.valueishtml="0" name=u_gz_award_punish_billcode visible="1" edit.limit=20 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
- column(band=detail id=3 alignment="2" tabsequence=32766 border="0" color="33554432" x="480" y="4" height="68" width="247" format="[general]" html.valueishtml="0" name=u_gz_award_punish_billtype visible="1" ddlb.limit=0 ddlb.allowedit=no ddlb.case=any ddlb.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
- column(band=detail id=4 alignment="2" tabsequence=32766 border="0" color="33554432" x="736" y="4" height="68" width="443" format="yyyy-mm-dd" html.valueishtml="0" name=u_gz_award_punish_billdate visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
- column(band=detail id=6 alignment="0" tabsequence=32766 border="0" color="33554432" x="1189" y="4" height="68" width="448" format="[general]" html.valueishtml="0" name=u_rs_empinfo_empcode visible="1" edit.limit=30 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
- column(band=detail id=7 alignment="0" tabsequence=32766 border="0" color="33554432" x="1646" y="4" height="68" width="521" format="[general]" html.valueishtml="0" name=u_rs_empinfo_empname visible="1" edit.limit=30 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
- column(band=detail id=8 alignment="0" tabsequence=32766 border="0" color="33554432" x="2176" y="4" height="68" width="329" format="[general]" html.valueishtml="0" name=u_rs_empinfo_duty visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
- column(band=detail id=10 alignment="2" tabsequence=32766 border="0" color="33554432" x="2514" y="4" height="68" width="384" format="[general]" html.valueishtml="0" name=cw_department_departmentname visible="1" edit.limit=30 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
- column(band=detail id=11 alignment="1" tabsequence=32766 border="0" color="33554432" x="2907" y="4" height="68" width="402" format="#,##0.00" html.valueishtml="0" name=u_gz_award_punish_award_punish_amt visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
- column(band=detail id=12 alignment="2" tabsequence=32766 border="0" color="33554432" x="3319" y="4" height="68" width="334" format="[general]" html.valueishtml="0" name=u_gz_award_punish_wagemth visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
- column(band=detail id=13 alignment="0" tabsequence=32766 border="0" color="33554432" x="3662" y="4" height="68" width="658" format="[general]" html.valueishtml="0" name=u_gz_award_punish_reason visible="1" edit.limit=200 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
- column(band=detail id=14 alignment="2" tabsequence=32766 border="0" color="33554432" x="4718" y="4" height="68" width="425" format="[general]" html.valueishtml="0" name=cw_department_departmentname_1 visible="1" edit.limit=30 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
- column(band=detail id=15 alignment="0" tabsequence=32766 border="0" color="33554432" x="5152" y="4" height="68" width="375" format="[general]" html.valueishtml="0" name=u_gz_award_punish_rep visible="1" edit.limit=30 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
- column(band=detail id=16 alignment="0" tabsequence=32766 border="0" color="33554432" x="5536" y="4" height="68" width="334" format="[general]" html.valueishtml="0" name=u_gz_award_punish_opemp visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
- column(band=detail id=17 alignment="0" tabsequence=32766 border="0" color="33554432" x="5879" y="4" height="68" width="603" format="[shortdate] [time]" html.valueishtml="0" name=u_gz_award_punish_opdate visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
- column(band=detail id=18 alignment="0" tabsequence=32766 border="0" color="33554432" x="6491" y="4" height="68" width="398" format="[general]" html.valueishtml="0" name=u_gz_award_punish_modemp visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
- column(band=detail id=19 alignment="0" tabsequence=32766 border="0" color="33554432" x="6898" y="4" height="68" width="603" format="[shortdate] [time]" html.valueishtml="0" name=u_gz_award_punish_moddate visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
- column(band=detail id=20 alignment="2" tabsequence=32766 border="0" color="33554432" x="7511" y="4" height="68" width="210" format="[general]" html.valueishtml="0" name=u_gz_award_punish_flag visible="1" checkbox.text="" checkbox.on="1" checkbox.off="0" checkbox.scale=no checkbox.threed=yes font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
- column(band=detail id=21 alignment="0" tabsequence=32766 border="0" color="33554432" x="7730" y="4" height="68" width="338" format="[general]" html.valueishtml="0" name=u_gz_award_punish_auditrep visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
- column(band=detail id=23 alignment="0" tabsequence=32766 border="0" color="33554432" x="4329" y="4" height="68" width="379" format="[general]" html.valueishtml="0" name=u_gz_wageitem_wagename visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
- compute(band=summary alignment="1" expression="sum(u_gz_award_punish_award_punish_amt for all)"border="0" color="33554432" x="2907" y="4" height="56" width="402" format="#,##0.00" html.valueishtml="0" name=compute_1 visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
- compute(band=summary alignment="2" expression="count(u_gz_award_punish_billcode for all)"border="0" color="33554432" x="9" y="4" height="56" width="462" format="[GENERAL]" html.valueishtml="0" name=compute_2 visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
- text(band=foreground alignment="0" text="" border="0" color="0" x="0" y="0" height="212" width="9285" html.valueishtml="0" name=title visible="1" resizeable=1 font.face="宋体" font.height="-20" font.weight="700" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="33554431" )
- text(band=foreground alignment="0" text="奖罚单明细表" border="0" color="0" x="9" y="4" height="124" width="3035" html.valueishtml="0" name=t_2 visible="1" moveable=1 font.face="宋体" font.height="-20" font.weight="700" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="33554431" )
- compute(band=foreground alignment="0" expression="if( flag =0 ,'未审核 ','')+'日期:'+string( first_date ,'yy-mm-dd') +'~~~~'+string( end_date ,'yy-mm-dd') +' 打印日期: '+string(today(),'yyyy-mm-dd')+' 共 '+string(pageCount())+' 页 第 ' + string(page()) + ' 页'"border="0" color="33554432" x="5" y="144" height="56" width="2862" format="[GENERAL]" html.valueishtml="0" name=compute_3 visible="1" font.face="宋体" font.height="-9" font.weight="700" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="1073741824" )
- column(band=detail id=22 alignment="0" tabsequence=32766 border="0" color="33554432" x="8078" y="4" height="68" width="603" format="[shortdate] [time]" html.valueishtml="0" name=u_gz_award_punish_auditdate visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
- column(band=detail id=24 alignment="0" tabsequence=0 border="0" color="33554432" x="8695" y="4" height="68" width="526" html.valueishtml="0" name=u_gz_award_punish_dealtype visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
- text(band=header alignment="2" text="审核时间" border="2" color="33554432" x="8078" y="216" height="56" width="603" html.valueishtml="0" name=u_gz_award_punish_auditdate_t visible="1" font.face="宋体" font.height="-9" font.weight="700" font.family="0" font.pitch="2" font.charset="134" background.mode="1" background.color="536870912" )
- text(band=header alignment="2" text="奖罚方式" border="2" color="33554432" x="8690" y="216" height="56" width="530" html.valueishtml="0" name=u_gz_award_punish_dealtype_t visible="1" font.face="宋体" font.height="-9" font.weight="700" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="1073741824" )
- htmltable(border="1" )
- htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" )
- export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 )
- import.xml()
- export.pdf(method=0 distill.custompostscript="0" xslfop.print="0" )
|