$PBExportHeader$w_rp_sale_invoicemx.srw forward global type w_rp_sale_invoicemx from w_publ_easyq end type type ddlb_status from dropdownlistbox within w_rp_sale_invoicemx end type type ddlb_1 from uo_ddlb_scid within w_rp_sale_invoicemx end type type st_1 from statictext within w_rp_sale_invoicemx end type type st_2 from statictext within w_rp_sale_invoicemx end type end forward global type w_rp_sale_invoicemx from w_publ_easyq integer width = 3538 integer height = 2280 string title = "发票单明细表" ddlb_status ddlb_status ddlb_1 ddlb_1 st_1 st_1 st_2 st_2 end type global w_rp_sale_invoicemx w_rp_sale_invoicemx type variables int cur_flag=-1 long cur_scid=0 end variables on w_rp_sale_invoicemx.create int iCurrent call super::create this.ddlb_status=create ddlb_status this.ddlb_1=create ddlb_1 this.st_1=create st_1 this.st_2=create st_2 iCurrent=UpperBound(this.Control) this.Control[iCurrent+1]=this.ddlb_status this.Control[iCurrent+2]=this.ddlb_1 this.Control[iCurrent+3]=this.st_1 this.Control[iCurrent+4]=this.st_2 end on on w_rp_sale_invoicemx.destroy call super::destroy destroy(this.ddlb_status) destroy(this.ddlb_1) destroy(this.st_1) destroy(this.st_2) end on event ue_before_openretrieve;call super::ue_before_openretrieve;s_hide_col s_col_mtrlsectype s_col_mtrlsectype.col_1 = 'u_mtrldef_mtrlsectype' f_hide_col(1308,dw_1,s_col_mtrlsectype) s_hide_col s_col_zxmtrlmode s_col_zxmtrlmode.col_1 = 'u_mtrldef_zxmtrlmode' f_hide_col(1309,dw_1,s_col_zxmtrlmode) end event type cb_func from w_publ_easyq`cb_func within w_rp_sale_invoicemx end type type cb_exit from w_publ_easyq`cb_exit within w_rp_sale_invoicemx end type type cb_2 from w_publ_easyq`cb_2 within w_rp_sale_invoicemx end type type cb_psetup from w_publ_easyq`cb_psetup within w_rp_sale_invoicemx end type type cb_1 from w_publ_easyq`cb_1 within w_rp_sale_invoicemx end type event cb_1::clicked;call super::clicked;dw_1.retrieve(cur_scid,datetime(date(trim(em_1.text)),time(0)),datetime(date(trim(em_2.text)),time("23:59:59")),cur_flag) end event type st_3 from w_publ_easyq`st_3 within w_rp_sale_invoicemx integer x = 1317 integer y = 204 end type type st_4 from w_publ_easyq`st_4 within w_rp_sale_invoicemx integer x = 2021 integer y = 204 end type type em_1 from w_publ_easyq`em_1 within w_rp_sale_invoicemx integer x = 1518 integer y = 188 end type type em_2 from w_publ_easyq`em_2 within w_rp_sale_invoicemx integer x = 2126 integer y = 188 end type type ddlb_yl from w_publ_easyq`ddlb_yl within w_rp_sale_invoicemx end type type cbx_yl from w_publ_easyq`cbx_yl within w_rp_sale_invoicemx end type type dw_1 from w_publ_easyq`dw_1 within w_rp_sale_invoicemx integer y = 304 string dataobject = "dw_rp_sale_invoice" end type type sle_mtrl from w_publ_easyq`sle_mtrl within w_rp_sale_invoicemx end type type sle_cust from w_publ_easyq`sle_cust within w_rp_sale_invoicemx end type type st_mtrl from w_publ_easyq`st_mtrl within w_rp_sale_invoicemx end type type st_cust from w_publ_easyq`st_cust within w_rp_sale_invoicemx end type type cbx_loginretr from w_publ_easyq`cbx_loginretr within w_rp_sale_invoicemx boolean visible = true end type type pb_em1 from w_publ_easyq`pb_em1 within w_rp_sale_invoicemx integer x = 1929 integer y = 188 end type type pb_em2 from w_publ_easyq`pb_em2 within w_rp_sale_invoicemx integer x = 2537 integer y = 188 end type type pb_2 from w_publ_easyq`pb_2 within w_rp_sale_invoicemx integer x = 2642 integer y = 188 end type type cb_help from w_publ_easyq`cb_help within w_rp_sale_invoicemx end type type cb_copyself from w_publ_easyq`cb_copyself within w_rp_sale_invoicemx end type type gb_1 from w_publ_easyq`gb_1 within w_rp_sale_invoicemx end type type ln_bar from w_publ_easyq`ln_bar within w_rp_sale_invoicemx end type type ln_bar2 from w_publ_easyq`ln_bar2 within w_rp_sale_invoicemx end type type r_bar from w_publ_easyq`r_bar within w_rp_sale_invoicemx end type type ln_1 from w_publ_easyq`ln_1 within w_rp_sale_invoicemx end type type ln_2 from w_publ_easyq`ln_2 within w_rp_sale_invoicemx end type type ln_3 from w_publ_easyq`ln_3 within w_rp_sale_invoicemx end type type ln_4 from w_publ_easyq`ln_4 within w_rp_sale_invoicemx end type type ddlb_status from dropdownlistbox within w_rp_sale_invoicemx integer x = 859 integer y = 196 integer width = 384 integer height = 556 integer taborder = 80 boolean bringtotop = true integer textsize = -9 integer weight = 400 fontcharset fontcharset = gb2312charset! fontpitch fontpitch = variable! string facename = "宋体" long textcolor = 33554432 string text = "[全部]" boolean sorted = false string item[] = {"[全部]","待审","审核"} borderstyle borderstyle = stylelowered! end type event selectionchanged;IF Index = 1 THEN cur_flag = -1 ELSEIF Index = 2 THEN cur_flag = 0 ELSEIF Index = 3 THEN cur_flag = 1 END IF cb_1.TriggerEvent(clicked!) end event type ddlb_1 from uo_ddlb_scid within w_rp_sale_invoicemx integer x = 165 integer y = 196 integer width = 544 integer height = 1560 integer taborder = 20 boolean bringtotop = true end type event selectionchanged;call super::selectionchanged;cur_scid = THIS.uo_scid cb_1.TriggerEvent(clicked!) end event type st_1 from statictext within w_rp_sale_invoicemx integer x = 5 integer y = 212 integer width = 151 integer height = 48 boolean bringtotop = true integer textsize = -9 integer weight = 400 fontcharset fontcharset = gb2312charset! fontpitch fontpitch = variable! string facename = "宋体" long textcolor = 33554432 long backcolor = 134217739 string text = "分部" alignment alignment = right! boolean focusrectangle = false end type type st_2 from statictext within w_rp_sale_invoicemx integer x = 713 integer y = 212 integer width = 128 integer height = 48 boolean bringtotop = true integer textsize = -9 integer weight = 400 fontcharset fontcharset = gb2312charset! fontpitch fontpitch = variable! string facename = "宋体" long textcolor = 33554432 long backcolor = 134217739 string text = "状态" alignment alignment = right! boolean focusrectangle = false end type