123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127 |
- $PBExportHeader$dw_saletask_input_sc.srd
- release 9;
- datawindow(units=0 timer_interval=0 color=16777215 processing=0 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 )
- summary(height=0 color="536870912" )
- footer(height=0 color="536870912" )
- detail(height=712 color="536870912" )
- table(column=(type=long updatewhereclause=yes name=taskid dbname="u_SaleTask.TaskID" initial="0" )
- column=(type=long updatewhereclause=yes name=u_saletask_moneyid dbname="u_SaleTask.moneyid" initial="0" )
- column=(type=decimal(5) updatewhereclause=yes name=u_saletask_mrate dbname="u_SaleTask.mrate" initial="0" )
- column=(type=long update=yes updatewhereclause=yes name=kind dbname="u_SaleTask.kind" initial="1" )
- column=(type=datetime updatewhereclause=yes name=u_saletask_taskdate dbname="u_SaleTask.taskdate" initial="today" )
- column=(type=datetime update=yes updatewhereclause=yes name=requiredate dbname="u_SaleTask.requiredate" initial="today" )
- column=(type=char(20) updatewhereclause=yes name=u_cust_cuscode dbname="u_cust.cuscode" initial="empty" )
- column=(type=char(4099) updatewhereclause=yes name=u_saletask_cus_address dbname="cus_address" initial="empty" )
- column=(type=char(100) updatewhereclause=yes name=u_saletask_cus_tele dbname="u_SaleTask.cus_tele" initial="empty" )
- column=(type=char(100) updatewhereclause=yes name=u_saletask_cus_fax dbname="u_SaleTask.cus_fax" initial="empty" )
- column=(type=char(50) updatewhereclause=yes name=u_saletask_freight dbname="u_SaleTask.freight" initial="empty" )
- column=(type=char(50) updatewhereclause=yes name=u_saletask_freight_tele dbname="u_SaleTask.freight_tele" initial="empty" )
- column=(type=long updatewhereclause=yes name=u_saletask_banktypeid dbname="u_SaleTask.banktypeid" initial="0" )
- column=(type=decimal(2) updatewhereclause=yes name=u_saletask_damt dbname="u_SaleTask.damt" initial="0" )
- column=(type=char(30) updatewhereclause=yes name=u_saletask_relcode dbname="u_SaleTask.relcode" initial="empty" )
- column=(type=char(50) updatewhereclause=yes name=u_saletask_paytype dbname="u_SaleTask.paytype" initial="empty" )
- column=(type=decimal(2) updatewhereclause=yes name=u_saletask_otheramt dbname="u_SaleTask.otheramt" )
- column=(type=char(250) updatewhereclause=yes name=u_saletask_dscrp2 dbname="u_SaleTask.Dscrp2" initial="empty" )
- column=(type=char(255) update=yes updatewhereclause=yes name=dscrp dbname="u_SaleTask.Dscrp" initial="empty" )
- column=(type=char(10) update=yes updatewhereclause=yes name=assign_emp dbname="u_SaleTask.Assign_Emp" initial="empty" )
- column=(type=char(15) updatewhereclause=yes name=taskcode dbname="u_SaleTask.TaskCode" initial="empty" )
- column=(type=long update=yes updatewhereclause=yes name=cusid dbname="u_SaleTask.CusID" initial="0" )
- column=(type=datetime updatewhereclause=yes name=accomplishdate dbname="u_SaleTask.accomplishdate" )
- column=(type=long updatewhereclause=yes name=status dbname="u_SaleTask.Status" initial="0" )
- column=(type=char(10) update=yes updatewhereclause=yes name=permit_emp dbname="u_SaleTask.Permit_Emp" initial="empty" )
- column=(type=datetime updatewhereclause=yes name=opdate dbname="u_SaleTask.opdate" initial="today" )
- column=(type=char(50) updatewhereclause=yes name=u_cust_name dbname="u_cust.name" initial="empty" )
- column=(type=datetime updatewhereclause=yes name=u_saletask_moddate dbname="u_SaleTask.moddate" )
- column=(type=char(10) updatewhereclause=yes name=u_saletask_modemp dbname="u_SaleTask.modemp" )
- column=(type=char(10) updatewhereclause=yes name=opemp dbname="u_SaleTask.opemp" )
- column=(type=datetime updatewhereclause=yes name=u_saletask_permit_date dbname="u_SaleTask.Permit_date" )
- column=(type=char(10) updatewhereclause=yes name=u_saletask_stopemp dbname="u_SaleTask.stopemp" )
- column=(type=char(20) updatewhereclause=yes name=u_saletask_finishemp dbname="u_SaleTask.finishemp" )
- column=(type=long updatewhereclause=yes name=u_saletask_scid dbname="u_SaleTask.scid" )
- column=(type=long updatewhereclause=yes name=u_saletask_printnum dbname="u_SaleTask.printnum" )
- column=(type=long updatewhereclause=yes name=delaydays dbname="delaydays" )
- retrieve=" select top 0 u_SaleTask.TaskID,
- u_SaleTask.moneyid,
- u_SaleTask.mrate,
- u_SaleTask.kind,
- u_SaleTask.taskdate,
- u_SaleTask.requiredate,
- u_cust.cuscode,
- convert (text,u_SaleTask.cus_address) as cus_address,
- u_SaleTask.cus_tele,
- u_SaleTask.cus_fax,
- u_SaleTask.freight,
- u_SaleTask.freight_tele,
- u_SaleTask.banktypeid,
- u_SaleTask.damt,
- u_SaleTask.relcode,
- u_SaleTask.paytype,
- u_SaleTask.otheramt,
- u_SaleTask.Dscrp2,
- u_SaleTask.Dscrp,
- u_SaleTask.Assign_Emp,
- u_SaleTask.TaskCode,
- u_SaleTask.CusID,
- u_SaleTask.accomplishdate,
- u_SaleTask.Status,
- u_SaleTask.Permit_Emp,
- u_SaleTask.opdate,
- u_cust.name,
- u_SaleTask.moddate,
- u_SaleTask.modemp,
- u_SaleTask.opemp,
- u_SaleTask.Permit_date,
- u_SaleTask.stopemp,
- u_SaleTask.finishemp,
- u_SaleTask.scid,
- u_SaleTask.printnum,
- 'delaydays' =
- case when isnull(uv_saletask_delaydays.delaydays,0) > 0 then 1 else 0 end
- FROM u_SaleTask LEFT OUTER JOIN
- u_cust ON u_SaleTask.CusID = u_cust.cusid left outer join
- uv_saletask_delaydays ON u_SaleTask.scid = uv_saletask_delaydays.scid
- and u_SaleTask.taskid = uv_saletask_delaydays.taskid
- " )
- text(band=detail alignment="1" text="订单编号" border="0" color="0" x="14" y="12" height="56" width="233" html.valueishtml="0" name=taskcode_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="16777215" )
- text(band=detail alignment="1" text="订单类型" border="0" color="16711680" x="14" y="96" height="56" width="233" html.valueishtml="0" name=kind_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="1073741824" )
- column(band=detail id=21 alignment="0" tabsequence=32766 border="4" color="0" x="256" y="12" height="68" width="448" format="[general]" html.valueishtml="0" name=taskcode visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="宋体" font.height="-9" font.weight="700" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="16777215" )
- column(band=detail id=4 alignment="2" tabsequence=32766 border="4" color="16711680" x="256" y="96" height="68" width="448" format="[general]" html.valueishtml="0" name=kind visible="1" dddw.name=ddd_saletask_kind dddw.displaycolumn=kindname dddw.datacolumn=kind dddw.percentwidth=0 dddw.lines=5 dddw.limit=0 dddw.allowedit=no dddw.useasborder=no dddw.case=any dddw.imemode=0 dddw.vscrollbar=yes font.face="宋体" font.height="-9" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="2" background.color="1073741824" )
- text(band=detail alignment="1" text="订货日期" border="0" color="16711680" x="713" y="96" height="56" width="233" html.valueishtml="0" name=u_saletask_taskdate_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="16777215" )
- column(band=detail id=5 alignment="2" tabsequence=32766 border="4" color="16711680" x="955" y="96" height="68" width="434" format="yyyy-mm-dd" html.valueishtml="0" name=u_saletask_taskdate visible="1" editmask.spin=yes editmask.mask="yyyy-mm-dd" editmask.imemode=0 editmask.spinincr=0 editmask.focusrectangle=no font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="16777215" )
- text(band=detail alignment="1" text="交货日期" border="0" color="16711680" x="1403" y="96" height="56" width="219" html.valueishtml="0" name=requiredate_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="16777215" )
- text(band=detail alignment="1" text="状态" border="0" color="255" x="713" y="12" height="56" width="123" html.valueishtml="0" name=u_saletask_status_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="16777215" )
- column(band=detail id=24 alignment="0" tabsequence=32766 border="4" color="255" x="846" y="12" height="68" width="302" format="[general]" html.valueishtml="0" name=status visible="1" dddw.name=dw_ddd_saletask_status dddw.displaycolumn=status_display dddw.datacolumn=status dddw.percentwidth=0 dddw.lines=0 dddw.limit=0 dddw.allowedit=no dddw.useasborder=no dddw.case=any dddw.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="16777215" )
- column(band=detail id=6 alignment="2" tabsequence=32766 border="4" color="16711680" x="1632" y="96" height="68" width="443" format="yyyy-mm-dd" html.valueishtml="0" name=requiredate visible="1" editmask.spin=yes editmask.mask="yyyy-mm-dd" editmask.imemode=0 editmask.spinrange="~~" editmask.spinincr=1 editmask.focusrectangle=no font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="16777215" )
- text(band=detail alignment="1" text="相关号码" border="0" color="16711680" x="14" y="192" height="56" width="233" html.valueishtml="0" name=u_saletask_relcode_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="16777215" )
- text(band=detail alignment="1" text="辅助备注" border="0" color="16711680" x="14" y="276" height="56" width="233" html.valueishtml="0" name=u_saletask_dscrp2_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="1073741824" )
- text(band=detail alignment="1" text="备 注" border="0" color="16711680" x="14" y="360" height="56" width="233" html.valueishtml="0" name=dscrp_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="16777215" )
- text(band=detail alignment="1" text="建 立 人" border="0" color="0" x="14" y="444" height="56" width="233" html.valueishtml="0" name=opemp_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="16777215" )
- column(band=detail id=29 alignment="0" tabsequence=32766 border="4" color="0" x="256" y="528" height="68" width="343" format="[general]" html.valueishtml="0" name=u_saletask_modemp visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="16777215" )
- text(band=detail alignment="1" text="修 改 人" border="0" color="0" x="14" y="528" height="56" width="233" html.valueishtml="0" name=u_saletask_modemp_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="16777215" )
- text(band=detail alignment="1" text="修改时间" border="0" color="0" x="622" y="528" height="56" width="233" html.valueishtml="0" name=u_saletask_moddate_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="16777215" )
- column(band=detail id=28 alignment="0" tabsequence=32766 border="4" color="0" x="873" y="528" height="64" width="443" format="yyyy-mm-dd h:mm" html.valueishtml="0" name=u_saletask_moddate visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="16777215" )
- text(band=detail alignment="1" text="完成确认人" border="0" color="0" x="1330" y="528" height="56" width="311" html.valueishtml="0" name=u_saletask_finishemp_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="16777215" )
- column(band=detail id=25 alignment="0" tabsequence=32766 border="4" color="0" x="256" y="612" height="68" width="343" format="[general]" html.valueishtml="0" name=permit_emp 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="2" background.color="16777215" )
- text(band=detail alignment="1" text="审 核 人" border="0" color="0" x="14" y="612" height="56" width="233" html.valueishtml="0" name=permit_emp_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="16777215" )
- text(band=detail alignment="1" text="审核时间" border="0" color="0" x="622" y="612" height="56" width="233" html.valueishtml="0" name=u_saletask_permit_date_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="16777215" )
- column(band=detail id=31 alignment="0" tabsequence=32766 border="4" color="0" x="873" y="612" height="64" width="443" format="yyyy-mm-dd h:mm" html.valueishtml="0" name=u_saletask_permit_date visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="16777215" )
- text(band=detail alignment="1" text="暂停/终止人" border="0" color="0" x="1330" y="612" height="56" width="311" html.valueishtml="0" name=u_saletask_stopemp_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="16777215" )
- column(band=detail id=33 alignment="0" tabsequence=32766 border="4" color="0" x="1659" y="528" height="64" width="421" format="[general]" html.valueishtml="0" name=u_saletask_finishemp visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="16777215" )
- column(band=detail id=32 alignment="0" tabsequence=32766 border="4" color="0" x="1655" y="612" height="64" width="421" format="[general]" html.valueishtml="0" name=u_saletask_stopemp visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="16777215" )
- column(band=detail id=15 alignment="0" tabsequence=32766 border="4" color="16711680" x="256" y="192" height="68" width="448" format="[general]" html.valueishtml="0" name=u_saletask_relcode visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="16777215" )
- column(band=detail id=30 alignment="0" tabsequence=32766 border="4" color="0" x="256" y="444" height="68" width="343" format="[general]" html.valueishtml="0" name=opemp visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="2" font.pitch="2" font.charset="134" background.mode="2" background.color="16777215" )
- text(band=detail alignment="1" text="建立时间" border="0" color="0" x="622" y="444" height="56" width="233" html.valueishtml="0" name=opdate_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="16777215" )
- column(band=detail id=26 alignment="0" tabsequence=32766 border="4" color="0" x="873" y="444" height="64" width="443" format="yyyy-mm-dd h:mm" html.valueishtml="0" name=opdate visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="16777215" )
- text(band=detail alignment="1" text="完成日期" border="0" color="0" x="1330" y="444" height="56" width="311" html.valueishtml="0" name=accomplishdate_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="16777215" )
- column(band=detail id=19 alignment="0" tabsequence=32766 border="4" color="16711680" x="256" y="360" height="68" width="1728" format="[general]" html.valueishtml="0" name=dscrp visible="1" edit.limit=250 edit.case=any edit.focusrectangle=no edit.autoselect=no 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="2" background.color="16777215" )
- column(band=detail id=23 alignment="2" tabsequence=32766 border="4" color="0" x="1655" y="444" height="64" width="421" format="yyyy-mm-dd" html.valueishtml="0" name=accomplishdate 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="2" background.color="16777215" )
- column(band=detail id=18 alignment="0" tabsequence=32766 border="4" color="16711680" x="256" y="276" height="68" width="1728" format="[general]" html.valueishtml="0" name=u_saletask_dscrp2 visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="16777215" )
- column(band=detail id=16 alignment="0" tabsequence=32766 border="4" color="16711680" x="955" y="192" height="68" width="434" format="[general]" html.valueishtml="0" name=u_saletask_paytype visible="1" dddw.name=ddd_saletask_paytype dddw.displaycolumn=paytype dddw.datacolumn=paytype dddw.percentwidth=0 dddw.lines=0 dddw.limit=0 dddw.allowedit=yes dddw.useasborder=no dddw.case=any dddw.imemode=0 dddw.vscrollbar=yes font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="16777215" )
- text(band=detail alignment="1" text="交货方式" border="0" color="16711680" x="718" y="192" height="56" width="233" html.valueishtml="0" name=u_saletask_paytype_t visible="1" font.face="宋体" font.height="-9" font.weight="400" font.family="0" font.pitch="2" font.charset="134" background.mode="2" background.color="1073741824" )
- bitmap(band=detail filename="dview.bmp" x="2002" y="368" height="60" width="69" border="0" name=p_dview1 pointer="HyperLink!" visible="1" )
- bitmap(band=detail filename="dview.bmp" x="2002" y="280" height="60" width="69" border="0" name=p_dview2 pointer="HyperLink!" visible="1" )
- 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" )
|