938 lines
27 KiB
ObjectPascal
938 lines
27 KiB
ObjectPascal
unit U_CHHZList;
|
||
|
||
interface
|
||
|
||
uses
|
||
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
|
||
Dialogs, cxStyles, cxCustomData, cxGraphics, cxFilter, cxData, cxDataStorage,
|
||
cxEdit, DB, cxDBData, cxGridCustomTableView, cxGridTableView,
|
||
cxGridBandedTableView, cxGridDBBandedTableView, cxGridLevel, cxClasses,
|
||
cxControls, cxGridCustomView, cxGridDBTableView, cxGrid, StdCtrls, ComCtrls,
|
||
ExtCtrls, ToolWin, cxGridCustomPopupMenu, cxGridPopupMenu, ADODB, DBClient,
|
||
cxDropDownEdit, cxCheckBox, RM_Common, RM_Class, RM_e_Xls, RM_Dataset,
|
||
RM_System, RM_GridReport, Menus, cxCalendar, cxButtonEdit, cxTextEdit, cxPC,
|
||
BtnEdit, cxSplitter, cxLookAndFeels, cxLookAndFeelPainters, cxNavigator,
|
||
dxBarBuiltInMenu, MovePanel, cxCalc, Registry, cxCurrencyEdit, IdBaseComponent,
|
||
IdComponent, IdTCPConnection, IdTCPClient, IdHTTP;
|
||
|
||
type
|
||
TfrmCHHZList = class(TForm)
|
||
ToolBar1: TToolBar;
|
||
TBRafresh: TToolButton;
|
||
TBFind: TToolButton;
|
||
TBClose: TToolButton;
|
||
Panel1: TPanel;
|
||
ADOQueryCmd: TADOQuery;
|
||
ADOQueryMain: TADOQuery;
|
||
ADOQueryTemp: TADOQuery;
|
||
DataSource1: TDataSource;
|
||
cxGridPopupMenu1: TcxGridPopupMenu;
|
||
EndDate: TDateTimePicker;
|
||
CDS_Main: TClientDataSet;
|
||
PopupMenu1: TPopupMenu;
|
||
N1: TMenuItem;
|
||
N2: TMenuItem;
|
||
ClientDataSet1: TClientDataSet;
|
||
cxGridPopupMenu2: TcxGridPopupMenu;
|
||
DataSource2: TDataSource;
|
||
ClientDataSet2: TClientDataSet;
|
||
RMXLSExport1: TRMXLSExport;
|
||
CDS_Print: TClientDataSet;
|
||
RM1: TRMGridReport;
|
||
RMDBDataSet1: TRMDBDataSet;
|
||
ADOQueryPrint: TADOQuery;
|
||
cxGrid2: TcxGrid;
|
||
TV1: TcxGridDBTableView;
|
||
cxGridLevel1: TcxGridLevel;
|
||
TV1Column8: TcxGridDBColumn;
|
||
TV1Column9: TcxGridDBColumn;
|
||
TV1Column14: TcxGridDBColumn;
|
||
TV1Column15: TcxGridDBColumn;
|
||
ToolButton1: TToolButton;
|
||
Label1: TLabel;
|
||
TV1Column2: TcxGridDBColumn;
|
||
TV1Column4: TcxGridDBColumn;
|
||
TV1Column6: TcxGridDBColumn;
|
||
TV1Column7: TcxGridDBColumn;
|
||
TV1Column10: TcxGridDBColumn;
|
||
Label16: TLabel;
|
||
Label17: TLabel;
|
||
bm: TEdit;
|
||
YWY: TEdit;
|
||
TV1Column11: TcxGridDBColumn;
|
||
Label2: TLabel;
|
||
zz: TEdit;
|
||
TV1Column1: TcxGridDBColumn;
|
||
TV1Column3: TcxGridDBColumn;
|
||
TV1Column5: TcxGridDBColumn;
|
||
BEGDATE: TDateTimePicker;
|
||
Label3: TLabel;
|
||
TV1Column12: TcxGridDBColumn;
|
||
TV1Column13: TcxGridDBColumn;
|
||
TV1Column16: TcxGridDBColumn;
|
||
Panel2: TPanel;
|
||
Label4: TLabel;
|
||
Label5: TLabel;
|
||
Label6: TLabel;
|
||
Panel3: TPanel;
|
||
cxStyleRepository1: TcxStyleRepository;
|
||
cxStyle1: TcxStyle;
|
||
cxStyleRepository2: TcxStyleRepository;
|
||
cxStyle2: TcxStyle;
|
||
ToolButton2: TToolButton;
|
||
IdHTTP1: TIdHTTP;
|
||
procedure FormDestroy(Sender: TObject);
|
||
procedure FormClose(Sender: TObject; var Action: TCloseAction);
|
||
procedure FormCreate(Sender: TObject);
|
||
procedure TBRafreshClick(Sender: TObject);
|
||
procedure ConNoMChange(Sender: TObject);
|
||
procedure TBCloseClick(Sender: TObject);
|
||
procedure FormShow(Sender: TObject);
|
||
procedure TBExportClick(Sender: TObject);
|
||
procedure TBFindClick(Sender: TObject);
|
||
procedure N1Click(Sender: TObject);
|
||
procedure N2Click(Sender: TObject);
|
||
procedure FactoryNameChange(Sender: TObject);
|
||
procedure cxTabControl1Change(Sender: TObject);
|
||
procedure CRTypeChange(Sender: TObject);
|
||
procedure Tv1CellClick(Sender: TcxCustomGridTableView; ACellViewInfo: TcxGridTableDataCellViewInfo; AButton: TMouseButton; AShift: TShiftState; var AHandled: Boolean);
|
||
procedure GCNAMEKeyPress(Sender: TObject; var Key: Char);
|
||
procedure KHNameKeyPress(Sender: TObject; var Key: Char);
|
||
procedure TBCopyClick(Sender: TObject);
|
||
procedure TBBGZLClick(Sender: TObject);
|
||
procedure TBHTClick(Sender: TObject);
|
||
procedure TBFPClick(Sender: TObject);
|
||
procedure TBZXDClick(Sender: TObject);
|
||
procedure TBBGDClick(Sender: TObject);
|
||
procedure TBViewClick(Sender: TObject);
|
||
procedure TBSBYSClick(Sender: TObject);
|
||
procedure TBAllClick(Sender: TObject);
|
||
procedure YWYChange(Sender: TObject);
|
||
procedure Tv1FocusedRecordChanged(Sender: TcxCustomGridTableView; APrevFocusedRecord, AFocusedRecord: TcxCustomGridRecord; ANewItemRecordFocusingChanged: Boolean);
|
||
procedure huodaiBtnClick(Sender: TObject);
|
||
procedure B7DaoHuoGangBtnClick(Sender: TObject);
|
||
procedure BtnEditA1BtnClick(Sender: TObject);
|
||
procedure ToolButton1Click(Sender: TObject);
|
||
procedure ComboBox1Change(Sender: TObject);
|
||
procedure bmKeyPress(Sender: TObject; var Key: Char);
|
||
procedure bmChange(Sender: TObject);
|
||
procedure TV1Column10CompareRowValuesForCellMerging(Sender: TcxGridColumn; ARow1: TcxGridDataRow; AProperties1: TcxCustomEditProperties; const AValue1: Variant; ARow2: TcxGridDataRow; AProperties2: TcxCustomEditProperties; const AValue2: Variant; var AAreEqual: Boolean);
|
||
procedure ToolButton2Click(Sender: TObject);
|
||
private
|
||
canshu2: string;
|
||
FDate: TDateTime;
|
||
procedure InitGrid();
|
||
function DelData(): Boolean;
|
||
procedure InitSubGrid();
|
||
procedure InitGridSql(var fsj: string);
|
||
function GetShellFolders(strDir: string): string;
|
||
procedure InitPrtData();
|
||
{ Private declarations }
|
||
public
|
||
canshu1: string;
|
||
{ Public declarations }
|
||
end;
|
||
|
||
//var
|
||
//frmBaoGuanList: TfrmBaoGuanList;
|
||
|
||
implementation
|
||
|
||
uses
|
||
U_DataLink, U_RTFun, U_ZDYHelp, U_BaoGuanInPut, U_Fun, U_UserSel;
|
||
|
||
{$R *.dfm}
|
||
function TfrmCHHZList.GetShellFolders(strDir: string): string;
|
||
const
|
||
regPath = '\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders';
|
||
var
|
||
Reg: TRegistry;
|
||
strFolders: string;
|
||
begin
|
||
Reg := TRegistry.Create;
|
||
try
|
||
Reg.RootKey := HKEY_CURRENT_USER;
|
||
if Reg.OpenKey(regPath, false) then
|
||
begin
|
||
strFolders := Reg.ReadString(strDir);
|
||
end;
|
||
finally
|
||
Reg.Free;
|
||
end;
|
||
result := strFolders;
|
||
end;
|
||
|
||
procedure TfrmCHHZList.FormDestroy(Sender: TObject);
|
||
begin
|
||
//frmBaoGuanList:=nil;
|
||
end;
|
||
|
||
procedure TfrmCHHZList.FormClose(Sender: TObject; var Action: TCloseAction);
|
||
begin
|
||
Application := MainApplication;
|
||
Action := caFree;
|
||
end;
|
||
|
||
procedure TfrmCHHZList.FormCreate(Sender: TObject);
|
||
begin
|
||
//cxGrid1.Align:=alClient;
|
||
EndDate.DateTime := SGetServerDate10(ADOQueryTemp);
|
||
BEGDATE.DateTime := EndDate.DateTime - 7;
|
||
canshu1 := Trim(DParameters1);
|
||
canshu2 := Trim(DParameters2);
|
||
end;
|
||
|
||
procedure TfrmCHHZList.InitGrid();
|
||
var
|
||
fwhere, Pwhere: string;
|
||
f1, f2, f3, f4, f5, f6: string;
|
||
begin
|
||
Pwhere := SGetFilters(Panel1, 1, 2);
|
||
|
||
begin
|
||
if trim(Pwhere) <> '' then
|
||
fwhere := fwhere + ' and ' + trim(Pwhere);
|
||
end;
|
||
try
|
||
ADOQueryMain.DisableControls;
|
||
with ADOQueryMain do
|
||
begin
|
||
Filtered := False;
|
||
Close;
|
||
sql.Clear;
|
||
// SQL.Add('select * from (');
|
||
|
||
sql.Add('EXEC P_CHQD_List @enddate=' + QuotedStr(FormatDateTime('yyyy-MM-dd', ENDDate.DateTime)));
|
||
SQL.Add(',@BEGDATE=' + QuotedStr(FormatDateTime('yyyy-MM-dd', BEGDate.DateTime)));
|
||
|
||
|
||
// sql.Add('select A.*,B.* ');
|
||
// ShowMessage(sql.Text);
|
||
Open;
|
||
end;
|
||
SCreateCDS20(ADOQueryMain, CDS_Main);
|
||
SInitCDSData20(ADOQueryMain, CDS_Main);
|
||
finally
|
||
ADOQueryMain.EnableControls;
|
||
end;
|
||
|
||
// FloatToCurr()
|
||
// ShowMessage(CurrToStr(FloatToCurr(tV1.DataController.Summary.FooterSummaryValues[10])));
|
||
// ShowMessage(VarToStr(FloatToCurr(1234)));
|
||
|
||
|
||
if CDS_Main.IsEmpty = False then
|
||
begin
|
||
f1 := VarToStr(FormatFloat('0,0.00', (tV1.DataController.Summary.FooterSummaryValues[10])));
|
||
if f1 = '00.00' then
|
||
begin
|
||
f1 := '0.00';
|
||
end;
|
||
f2 := VarToStr(FormatFloat('0,0.00', (tV1.DataController.Summary.FooterSummaryValues[11])));
|
||
if f2 = '00.00' then
|
||
begin
|
||
f2 := '0.00';
|
||
end;
|
||
f3 := VarToStr(FormatFloat('0,0.00', (tV1.DataController.Summary.FooterSummaryValues[9])));
|
||
if f3 = '00.00' then
|
||
begin
|
||
f3 := '0.00';
|
||
end;
|
||
f4 := VarToStr(FormatFloat('0,0.00', (tV1.DataController.Summary.FooterSummaryValues[12])));
|
||
if f4 = '00.00' then
|
||
begin
|
||
f4 := '0.00';
|
||
end;
|
||
f5 := VarToStr(FormatFloat('0,0.00', (tV1.DataController.Summary.FooterSummaryValues[8])));
|
||
if f5 = '00.00' then
|
||
begin
|
||
f5 := '0.00';
|
||
end;
|
||
f6 := VarToStr(FormatFloat('0,0.00', (tV1.DataController.Summary.FooterSummaryValues[13])));
|
||
if f6 = '00.00' then
|
||
begin
|
||
f6 := '0.00';
|
||
end;
|
||
Label4.Caption := '<27><><EFBFBD>ܺϼ<DCBA>USD:$' + f1 + '(<28><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>:<3A><>' + f2 + ')';
|
||
Label5.Caption := '<27>ºϼ<C2BA>USD:$' + f3 + '(<28><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>:<3A><>' + f4 + ')';
|
||
Label6.Caption := '<27><><EFBFBD><EFBFBD><EFBFBD>ܼ<EFBFBD>USD:$' + f5 + '(<28><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>:<3A><>' + f6 + ')';
|
||
|
||
end;
|
||
end;
|
||
|
||
procedure TfrmCHHZList.TBRafreshClick(Sender: TObject);
|
||
begin
|
||
ENDDate.SetFocus;
|
||
InitGrid();
|
||
|
||
end;
|
||
|
||
procedure TfrmCHHZList.ConNoMChange(Sender: TObject);
|
||
begin
|
||
if ADOQueryMain.Active then
|
||
begin
|
||
SDofilter(ADOQueryMain, SGetFilters(Panel1, 1, 2));
|
||
end;
|
||
end;
|
||
|
||
procedure TfrmCHHZList.TBCloseClick(Sender: TObject);
|
||
begin
|
||
WriteCxGrid('<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>' + self.Caption, Tv1, '<27><><EFBFBD><EFBFBD><EFBFBD>嵥33');
|
||
// WriteCxGrid('<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ϸ' + self.Caption, Tv2, '<27><><EFBFBD>ع<EFBFBD><D8B9><EFBFBD>8');
|
||
Close;
|
||
end;
|
||
|
||
procedure TfrmCHHZList.FormShow(Sender: TObject);
|
||
begin
|
||
ReadCxGrid('<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>' + self.Caption, Tv1, '<27><><EFBFBD><EFBFBD><EFBFBD>嵥33');
|
||
// ReadCxGrid('<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ϸ' + self.Caption, Tv2, '<27><><EFBFBD>ع<EFBFBD><D8B9><EFBFBD>8');
|
||
canshu1 := Trim(DParameters1);
|
||
// ShowMessage(canshu1);
|
||
|
||
InitGrid();
|
||
RM1.CanExport := true;
|
||
end;
|
||
|
||
procedure TfrmCHHZList.TBExportClick(Sender: TObject);
|
||
begin
|
||
if ADOQueryMain.IsEmpty then
|
||
exit;
|
||
// TcxGridToExcel(Trim(CDS_Main.fieldbyname('A4FPNO').AsString) + Trim(CDS_Main.fieldbyname('A5ConNO').AsString), cxGrid1);
|
||
end;
|
||
|
||
procedure TfrmCHHZList.TBFindClick(Sender: TObject);
|
||
begin
|
||
if ADOQueryMain.Active then
|
||
begin
|
||
SDofilter(ADOQueryMain, SGetFilters(Panel1, 1, 2));
|
||
SCreateCDS20(ADOQueryMain, CDS_Main);
|
||
SInitCDSData20(ADOQueryMain, CDS_Main);
|
||
end;
|
||
end;
|
||
|
||
procedure TfrmCHHZList.N1Click(Sender: TObject);
|
||
begin
|
||
SelOKNo(CDS_Main, True);
|
||
end;
|
||
|
||
procedure TfrmCHHZList.N2Click(Sender: TObject);
|
||
begin
|
||
SelOKNo(CDS_Main, False);
|
||
end;
|
||
|
||
procedure TfrmCHHZList.InitSubGrid();
|
||
begin
|
||
if CDS_Main.IsEmpty = False then
|
||
begin
|
||
with ADOQueryTemp do
|
||
begin
|
||
Close;
|
||
sql.Clear;
|
||
sql.Add('select * from JYOrder_BaoGuan_Sub where BGID=''' + Trim(CDS_Main.fieldbyname('BGID').AsString) + '''');
|
||
sql.Add(' and SValid=''Y'' ');
|
||
Open;
|
||
end;
|
||
end
|
||
else
|
||
begin
|
||
with ADOQueryTemp do
|
||
begin
|
||
Close;
|
||
sql.Clear;
|
||
sql.Add('select * from JYOrder_BaoGuan_Sub where 1=2');
|
||
Open;
|
||
end;
|
||
end;
|
||
|
||
SCreateCDS20(ADOQueryTemp, ClientDataSet2);
|
||
SInitCDSData20(ADOQueryTemp, ClientDataSet2);
|
||
end;
|
||
|
||
function TfrmCHHZList.DelData(): Boolean;
|
||
begin
|
||
try
|
||
Result := false;
|
||
ADOQueryCmd.Connection.BeginTrans;
|
||
CDS_Main.DisableControls;
|
||
with CDS_Main do
|
||
begin
|
||
First;
|
||
while CDS_Main.Locate('SSel', True, []) do
|
||
begin
|
||
with ADOQueryCmd do
|
||
begin
|
||
Close;
|
||
sql.Clear;
|
||
sql.Add('UPdate JYOrder_BaoGuan_Main Set Valid=''N'',C7BGMoneyHZ=Null,E1BZQtyHZ=Null, E2ChiMaQtyHZ=Null,E3MaoZHZ=Null,E4JingZHZ=Null');
|
||
sql.Add(',Editer=''' + Trim(DName) + ''',EditTime=getdate()');
|
||
sql.Add(' where BGId=''' + Trim(CDS_Main.fieldbyname('BGId').AsString) + '''');
|
||
sql.Add('UPdate JYOrder_BaoGuan_Sub Set SValid=''N'',SEditer=''' + Trim(DName) + ''',SEditTime=getdate() where BGId=''' + Trim(CDS_Main.fieldbyname('BGId').AsString) + '''');
|
||
ExecSQL;
|
||
end;
|
||
CDS_Main.Delete;
|
||
end;
|
||
end;
|
||
CDS_Main.EnableControls;
|
||
ADOQueryCmd.Connection.CommitTrans;
|
||
Result := True;
|
||
except
|
||
CDS_Main.EnableControls;
|
||
ADOQueryCmd.Connection.RollbackTrans;
|
||
Result := False;
|
||
Application.MessageBox('<27><><EFBFBD><EFBFBD>ɾ<EFBFBD><C9BE><EFBFBD>쳣<EFBFBD><ECB3A3>', '<27><>ʾ', 0);
|
||
end;
|
||
end;
|
||
|
||
procedure TfrmCHHZList.FactoryNameChange(Sender: TObject);
|
||
begin
|
||
TBFind.Click;
|
||
end;
|
||
|
||
procedure TfrmCHHZList.cxTabControl1Change(Sender: TObject);
|
||
begin
|
||
|
||
InitGrid();
|
||
end;
|
||
|
||
procedure TfrmCHHZList.CRTypeChange(Sender: TObject);
|
||
begin
|
||
TBFind.Click;
|
||
end;
|
||
|
||
procedure TfrmCHHZList.InitGridSql(var fsj: string);
|
||
begin
|
||
try
|
||
ADOQueryMain.DisableControls;
|
||
with ADOQueryMain do
|
||
begin
|
||
Filtered := False;
|
||
Close;
|
||
sql.Clear;
|
||
sql.Add('select A.* ');
|
||
sql.Add(' from JYOrder_BaoGuan_Main A ');
|
||
sql.Add(' where 1=1 ');
|
||
if Trim(canshu1) <> '<27><>Ȩ<EFBFBD><C8A8>' then
|
||
begin
|
||
SQL.Add(' and FillerCode=''' + Trim(DCode) + '''');
|
||
end;
|
||
|
||
sql.Add(fsj);
|
||
Open;
|
||
end;
|
||
SCreateCDS20(ADOQueryMain, CDS_Main);
|
||
SInitCDSData20(ADOQueryMain, CDS_Main);
|
||
finally
|
||
ADOQueryMain.EnableControls;
|
||
end;
|
||
end;
|
||
|
||
procedure TfrmCHHZList.Tv1CellClick(Sender: TcxCustomGridTableView; ACellViewInfo: TcxGridTableDataCellViewInfo; AButton: TMouseButton; AShift: TShiftState; var AHandled: Boolean);
|
||
begin
|
||
InitSubGrid();
|
||
end;
|
||
|
||
procedure TfrmCHHZList.GCNAMEKeyPress(Sender: TObject; var Key: Char);
|
||
var
|
||
fsj: string;
|
||
begin
|
||
// if Key = #13 then
|
||
// begin
|
||
// if Trim(A6PONO.Text) = '' then
|
||
// Exit;
|
||
// fsj := ' and isnull(A.A6PONO,'''') like ''' + '%' + Trim(A6PONO.Text) + '%' + '''';
|
||
// InitGridSql(fsj);
|
||
// end;
|
||
end;
|
||
|
||
procedure TfrmCHHZList.KHNameKeyPress(Sender: TObject; var Key: Char);
|
||
var
|
||
fsj: string;
|
||
begin
|
||
// if Key = #13 then
|
||
// begin
|
||
// if Trim(A5ConNO.Text) = '' then
|
||
// Exit;
|
||
// fsj := ' and isnull(A.A5ConNO,'''') like ''' + '%' + Trim(A5ConNO.Text) + '%' + '''';
|
||
// InitGridSql(fsj);
|
||
// end;
|
||
end;
|
||
|
||
procedure TfrmCHHZList.TBCopyClick(Sender: TObject);
|
||
begin
|
||
if CDS_Main.IsEmpty then
|
||
Exit;
|
||
// if cxTabControl1.TabIndex<>0 then Exit;
|
||
try
|
||
frmBaoGuanInPut := TfrmBaoGuanInPut.Create(Application);
|
||
with frmBaoGuanInPut do
|
||
begin
|
||
FBCId := Trim(CDS_Main.fieldbyname('BGID').AsString);
|
||
CopyStr := '99';
|
||
//TBDel.Visible:=False;
|
||
//TBAdd.Visible:=False;
|
||
if ShowModal = 1 then
|
||
begin
|
||
Self.InitGrid();
|
||
end;
|
||
end;
|
||
finally
|
||
frmBaoGuanInPut.Free;
|
||
end;
|
||
end;
|
||
|
||
procedure TfrmCHHZList.InitPrtData();
|
||
begin
|
||
with ADOQueryPrint do
|
||
begin
|
||
Close;
|
||
sql.Clear;
|
||
sql.Add(' exec P_View_BaoGuanData :BGID ');
|
||
Parameters.ParamByName('BGID').Value := Trim(CDS_Main.fieldbyname('BGId').AsString);
|
||
Open;
|
||
end;
|
||
SCreateCDS20(ADOQueryPrint, CDS_Print);
|
||
SInitCDSData20(ADOQueryPrint, CDS_Print);
|
||
end;
|
||
|
||
procedure TfrmCHHZList.TBBGZLClick(Sender: TObject);
|
||
var
|
||
fPrintFile: string;
|
||
EngMoney, BZZH, FimageFile: string;
|
||
begin
|
||
if CDS_Main.IsEmpty then
|
||
Exit;
|
||
fPrintFile := ExtractFilePath(Application.ExeName) + 'Report\<5C><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.rmf';
|
||
InitPrtData();
|
||
FimageFile := ExtractFilePath(Application.ExeName) + 'Image\' + Trim(CDS_Print.FieldByName('A1ChuKouShang').AsString) + '.jpg';
|
||
RMXLSExport1 := TRMXLSExport.Create(RMXLSExport1);
|
||
if FileExists(fPrintFile) then
|
||
begin
|
||
//RMVariables['enddate']:=enddate.DateTime;
|
||
//RMVariables['printtime']:=Now;
|
||
RMVariables['ImageFile'] := trim(FimageFile);
|
||
RM1.LoadFromFile(fPrintFile);
|
||
RM1.ShowReport;
|
||
end
|
||
else
|
||
begin
|
||
Application.MessageBox(PChar('û<><C3BB><EFBFBD><EFBFBD>' + ExtractFilePath(Application.ExeName) + 'Report\<5C><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.rmf'), '<27><>ʾ', 0);
|
||
end;
|
||
end;
|
||
|
||
procedure TfrmCHHZList.TBHTClick(Sender: TObject);
|
||
var
|
||
fPrintFile: string;
|
||
EngMoney, BZZH, FimageFile: string;
|
||
begin
|
||
if CDS_Main.IsEmpty then
|
||
Exit;
|
||
fPrintFile := ExtractFilePath(Application.ExeName) + 'Report\<5C><><EFBFBD>غ<EFBFBD>ͬ.rmf';
|
||
InitPrtData();
|
||
FimageFile := ExtractFilePath(Application.ExeName) + 'Image\' + Trim(CDS_Print.FieldByName('A1ChuKouShang').AsString) + '.jpg';
|
||
RMXLSExport1 := TRMXLSExport.Create(RMXLSExport1);
|
||
if FileExists(fPrintFile) then
|
||
begin
|
||
//RMVariables['enddate']:=enddate.DateTime;
|
||
//RMVariables['printtime']:=Now;
|
||
RMVariables['ImageFile'] := trim(FimageFile);
|
||
RM1.LoadFromFile(fPrintFile);
|
||
RM1.ShowReport;
|
||
end
|
||
else
|
||
begin
|
||
Application.MessageBox(PChar('û<><C3BB><EFBFBD><EFBFBD>' + ExtractFilePath(Application.ExeName) + 'Report\<5C><><EFBFBD>غ<EFBFBD>ͬ.rmf'), '<27><>ʾ', 0);
|
||
end;
|
||
end;
|
||
|
||
procedure TfrmCHHZList.TBFPClick(Sender: TObject);
|
||
var
|
||
fPrintFile: string;
|
||
EngMoney, BZZH, FimageFile: string;
|
||
begin
|
||
if CDS_Main.IsEmpty then
|
||
Exit;
|
||
fPrintFile := ExtractFilePath(Application.ExeName) + 'Report\<5C><><EFBFBD>ط<EFBFBD>Ʊ.rmf';
|
||
InitPrtData();
|
||
FimageFile := ExtractFilePath(Application.ExeName) + 'Image\' + Trim(CDS_Print.FieldByName('A1ChuKouShang').AsString) + '.jpg';
|
||
RMXLSExport1 := TRMXLSExport.Create(RMXLSExport1);
|
||
if FileExists(fPrintFile) then
|
||
begin
|
||
//RMVariables['enddate']:=enddate.DateTime;
|
||
//RMVariables['printtime']:=Now;
|
||
RMVariables['ImageFile'] := trim(FimageFile);
|
||
RM1.LoadFromFile(fPrintFile);
|
||
RM1.ShowReport;
|
||
end
|
||
else
|
||
begin
|
||
Application.MessageBox(PChar('û<><C3BB><EFBFBD><EFBFBD>' + ExtractFilePath(Application.ExeName) + 'Report\<5C><><EFBFBD>ط<EFBFBD>Ʊ.rmf'), '<27><>ʾ', 0);
|
||
end;
|
||
end;
|
||
|
||
procedure TfrmCHHZList.TBZXDClick(Sender: TObject);
|
||
var
|
||
fPrintFile: string;
|
||
EngMoney, BZZH, FimageFile: string;
|
||
begin
|
||
if CDS_Main.IsEmpty then
|
||
Exit;
|
||
fPrintFile := ExtractFilePath(Application.ExeName) + 'Report\<5C><><EFBFBD><EFBFBD>װ<EFBFBD>䵥.rmf';
|
||
InitPrtData();
|
||
FimageFile := ExtractFilePath(Application.ExeName) + 'Image\' + Trim(CDS_Print.FieldByName('A1ChuKouShang').AsString) + '.jpg';
|
||
RMXLSExport1 := TRMXLSExport.Create(RMXLSExport1);
|
||
if FileExists(fPrintFile) then
|
||
begin
|
||
//RMVariables['enddate']:=enddate.DateTime;
|
||
//RMVariables['printtime']:=Now;
|
||
RMVariables['ImageFile'] := trim(FimageFile);
|
||
RM1.LoadFromFile(fPrintFile);
|
||
RM1.ShowReport;
|
||
end
|
||
else
|
||
begin
|
||
Application.MessageBox(PChar('û<><C3BB><EFBFBD><EFBFBD>' + ExtractFilePath(Application.ExeName) + 'Report\<5C><><EFBFBD><EFBFBD>װ<EFBFBD>䵥.rmf'), '<27><>ʾ', 0);
|
||
end;
|
||
end;
|
||
|
||
procedure TfrmCHHZList.TBBGDClick(Sender: TObject);
|
||
var
|
||
fPrintFile: string;
|
||
EngMoney, BZZH, FimageFile: string;
|
||
begin
|
||
if CDS_Main.IsEmpty then
|
||
Exit;
|
||
fPrintFile := ExtractFilePath(Application.ExeName) + 'Report\<5C><><EFBFBD>ص<EFBFBD>.rmf';
|
||
InitPrtData();
|
||
FimageFile := ExtractFilePath(Application.ExeName) + 'Image\' + Trim(CDS_Print.FieldByName('A1ChuKouShang').AsString) + '.jpg';
|
||
RMXLSExport1 := TRMXLSExport.Create(RMXLSExport1);
|
||
if FileExists(fPrintFile) then
|
||
begin
|
||
//RMVariables['enddate']:=enddate.DateTime;
|
||
//RMVariables['printtime']:=Now;
|
||
RMVariables['ImageFile'] := trim(FimageFile);
|
||
RM1.LoadFromFile(fPrintFile);
|
||
RM1.ShowReport;
|
||
end
|
||
else
|
||
begin
|
||
Application.MessageBox(PChar('û<><C3BB><EFBFBD><EFBFBD>' + ExtractFilePath(Application.ExeName) + 'Report\<5C><><EFBFBD>ص<EFBFBD>.rmf'), '<27><>ʾ', 0);
|
||
end;
|
||
end;
|
||
|
||
procedure TfrmCHHZList.TBViewClick(Sender: TObject);
|
||
begin
|
||
if CDS_Main.IsEmpty then
|
||
Exit;
|
||
//if cxTabControl1.TabIndex<>0 then Exit;
|
||
try
|
||
frmBaoGuanInPut := TfrmBaoGuanInPut.Create(Application);
|
||
with frmBaoGuanInPut do
|
||
begin
|
||
FBCId := Trim(CDS_Main.fieldbyname('BGID').AsString);
|
||
TBSave.Visible := False;
|
||
ToolBar2.Visible := False;
|
||
Panel1.Enabled := False;
|
||
Tv1.OptionsData.Editing := False;
|
||
if ShowModal = 1 then
|
||
begin
|
||
Self.InitGrid();
|
||
end;
|
||
end;
|
||
finally
|
||
frmBaoGuanInPut.Free;
|
||
end;
|
||
end;
|
||
|
||
procedure TfrmCHHZList.TBSBYSClick(Sender: TObject);
|
||
var
|
||
fPrintFile: string;
|
||
EngMoney, BZZH, FimageFile: string;
|
||
begin
|
||
if CDS_Main.IsEmpty then
|
||
Exit;
|
||
fPrintFile := ExtractFilePath(Application.ExeName) + 'Report\<5C>걨Ҫ<EAB1A8><D2AA>.rmf';
|
||
InitPrtData();
|
||
FimageFile := ExtractFilePath(Application.ExeName) + 'Image\' + Trim(CDS_Print.FieldByName('A1ChuKouShang').AsString) + '.jpg';
|
||
RMXLSExport1 := TRMXLSExport.Create(RMXLSExport1);
|
||
if FileExists(fPrintFile) then
|
||
begin
|
||
//RMVariables['enddate']:=enddate.DateTime;
|
||
//RMVariables['printtime']:=Now;
|
||
RMVariables['ImageFile'] := trim(FimageFile);
|
||
RM1.LoadFromFile(fPrintFile);
|
||
RM1.ShowReport;
|
||
end
|
||
else
|
||
begin
|
||
Application.MessageBox(PChar('û<><C3BB><EFBFBD><EFBFBD>' + ExtractFilePath(Application.ExeName) + 'Report\<5C>걨Ҫ<EAB1A8><D2AA>.rmf'), '<27><>ʾ', 0);
|
||
end;
|
||
end;
|
||
|
||
procedure TfrmCHHZList.TBAllClick(Sender: TObject);
|
||
var
|
||
fPrintFile: string;
|
||
EngMoney, BZZH, FimageFile, FZMFile: string;
|
||
begin
|
||
if CDS_Main.IsEmpty then
|
||
Exit;
|
||
fPrintFile := ExtractFilePath(Application.ExeName) + 'Report\ȫ<><C8AB><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.rmf';
|
||
InitPrtData();
|
||
FimageFile := ExtractFilePath(Application.ExeName) + 'Image\' + Trim(CDS_Print.FieldByName('A1ChuKouShang').AsString) + '.jpg';
|
||
//RMXLSExport1:= TRMXLSExport.Create(RMXLSExport1);
|
||
if FileExists(fPrintFile) then
|
||
begin
|
||
if RM1.CanExport = true then
|
||
begin
|
||
FZMFile := 'C:\Users\Administrator\Desktop';
|
||
if not DirectoryExists(FZMFile) then
|
||
begin
|
||
FZMFile := 'C:\Documents and Settings\Administrator\<5C><><EFBFBD><EFBFBD>\' + trim(CDS_Main.fieldbyname('A4FPNO').AsString) + ' ' + trim(CDS_Main.fieldbyname('A5ConNO').AsString) + '.xls';
|
||
end
|
||
else
|
||
begin
|
||
FZMFile := 'C:\Users\Administrator\Desktop\' + trim(CDS_Main.fieldbyname('A4FPNO').AsString) + ' ' + trim(CDS_Main.fieldbyname('A5ConNO').AsString) + '.XLS';
|
||
end;
|
||
RM1.ExportTo(RMXLSExport1, FZMFile);
|
||
end;
|
||
RM1.CanExport := true;
|
||
RMVariables['ImageFile'] := trim(FimageFile);
|
||
RM1.LoadFromFile(fPrintFile);
|
||
RM1.ShowReport;
|
||
RM1.CanExport := False;
|
||
end
|
||
else
|
||
begin
|
||
Application.MessageBox(PChar('û<><C3BB><EFBFBD><EFBFBD>' + ExtractFilePath(Application.ExeName) + 'Report\ȫ<><C8AB><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.rmf'), '<27><>ʾ', 0);
|
||
end;
|
||
end;
|
||
|
||
procedure TfrmCHHZList.YWYChange(Sender: TObject);
|
||
begin
|
||
if ADOQueryMain.Active then
|
||
begin
|
||
SDofilter(ADOQueryMain, SGetFilters(Panel1, 1, 2));
|
||
SCreateCDS20(ADOQueryMain, CDS_Main);
|
||
SInitCDSData20(ADOQueryMain, CDS_Main);
|
||
end;
|
||
end;
|
||
|
||
procedure TfrmCHHZList.Tv1FocusedRecordChanged(Sender: TcxCustomGridTableView; APrevFocusedRecord, AFocusedRecord: TcxCustomGridRecord; ANewItemRecordFocusingChanged: Boolean);
|
||
begin
|
||
InitSubGrid();
|
||
end;
|
||
|
||
procedure TfrmCHHZList.huodaiBtnClick(Sender: TObject);
|
||
var
|
||
fsj: string;
|
||
FWZ: Integer;
|
||
begin
|
||
fsj := Trim(TEdit(Sender).Hint);
|
||
FWZ := Pos('/', fsj);
|
||
try
|
||
frmZDYHelp := TfrmZDYHelp.Create(Application);
|
||
with frmZDYHelp do
|
||
begin
|
||
flag := Copy(fsj, 1, FWZ - 1);
|
||
flagname := Copy(fsj, FWZ + 1, Length(fsj) - FWZ);
|
||
if ShowModal = 1 then
|
||
begin
|
||
TEdit(Sender).Text := Trim(ClientDataSet1.fieldbyname('ZDYName').AsString);
|
||
end;
|
||
end;
|
||
finally
|
||
frmZDYHelp.Free;
|
||
end;
|
||
end;
|
||
|
||
procedure TfrmCHHZList.B7DaoHuoGangBtnClick(Sender: TObject);
|
||
var
|
||
fsj: string;
|
||
FWZ: Integer;
|
||
begin
|
||
fsj := Trim(TEdit(Sender).Hint);
|
||
FWZ := Pos('/', fsj);
|
||
try
|
||
frmZDYHelp := TfrmZDYHelp.Create(Application);
|
||
with frmZDYHelp do
|
||
begin
|
||
flag := Copy(fsj, 1, FWZ - 1);
|
||
flagname := Copy(fsj, FWZ + 1, Length(fsj) - FWZ);
|
||
if ShowModal = 1 then
|
||
begin
|
||
TEdit(Sender).Text := Trim(ClientDataSet1.fieldbyname('ZDYName').AsString);
|
||
end;
|
||
end;
|
||
finally
|
||
frmZDYHelp.Free;
|
||
end;
|
||
end;
|
||
|
||
procedure TfrmCHHZList.BtnEditA1BtnClick(Sender: TObject);
|
||
var
|
||
fsj: string;
|
||
FWZ: Integer;
|
||
begin
|
||
fsj := Trim(TEdit(Sender).Hint);
|
||
FWZ := Pos('/', fsj);
|
||
try
|
||
frmZDYHelp := TfrmZDYHelp.Create(Application);
|
||
with frmZDYHelp do
|
||
begin
|
||
flag := Copy(fsj, 1, FWZ - 1);
|
||
flagname := Copy(fsj, FWZ + 1, Length(fsj) - FWZ);
|
||
if ShowModal = 1 then
|
||
begin
|
||
TEdit(Sender).Text := Trim(ClientDataSet1.fieldbyname('ZDYName').AsString);
|
||
end;
|
||
end;
|
||
finally
|
||
frmZDYHelp.Free;
|
||
end;
|
||
|
||
end;
|
||
|
||
procedure TfrmCHHZList.ToolButton1Click(Sender: TObject);
|
||
begin
|
||
if ADOQueryMain.IsEmpty then
|
||
exit;
|
||
// SelExportData(Tv1, ADOQueryMain, '<27><><EFBFBD><EFBFBD><EFBFBD>嵥');
|
||
// with ADOQueryMain do
|
||
// begin
|
||
// Filtered := False;
|
||
// Close;
|
||
// sql.Clear;
|
||
// sql.Add('select A.*,B.* ');
|
||
//// SQL.Add(',HDNAME=(SELECT HDNAME FROM JYOrderCon_TT C WHERE C.DCNO=A.DCNO)');
|
||
// SQL.Add(',TOCOUNTRY1=(SELECT TOP 1 ISNULL(note,zdyname) FROM KH_ZDY D WHERE D.ZDYNAME=A.TOCOUNTRY)');
|
||
// SQL.Add(',BM=(SELECT ISNULL(UDEPT,'''')+USERNAME FROM SY_User C WHERE C.USERNAME=A.FILLER )');
|
||
//
|
||
// sql.Add(' from JYOrder_BaoGuan_Main A INNER JOIN JYOrder_BaoGuan_SUB B ON A.BGID=B.BGID ');
|
||
// sql.Add(' where A.Valid=''Y'' and B.SValid=''Y'' ');
|
||
// SQL.Add('AND bgStatus=''<27><>''');
|
||
// sql.Add(' and filltime>=''' + Trim(FormatDateTime('yyyy-MM-dd', BegDate.Date)) + '''');
|
||
// sql.Add(' and filltime<''' + Trim(FormatDateTime('yyyy-MM-dd', EndDate.Date + 1)) + '''');
|
||
// sql.Add('order by YWY');
|
||
//// ShowMessage(sql.Text);
|
||
// Open;
|
||
// end;
|
||
// SCreateCDS20(ADOQueryMain, CDS_Main);
|
||
// SInitCDSData20(ADOQueryMain, CDS_Main);
|
||
// TBFind.Click();
|
||
TcxGridToExcel('<27><><EFBFBD><EFBFBD><EFBFBD>ϼ<EFBFBD><CFBC>嵥', cxGrid2);
|
||
|
||
InitGrid();
|
||
TBFind.Click();
|
||
end;
|
||
|
||
procedure TfrmCHHZList.ComboBox1Change(Sender: TObject);
|
||
begin
|
||
InitGrid();
|
||
end;
|
||
|
||
procedure TfrmCHHZList.bmKeyPress(Sender: TObject; var Key: Char);
|
||
begin
|
||
if Key = #13 then
|
||
begin
|
||
InitGrid();
|
||
end;
|
||
end;
|
||
|
||
procedure TfrmCHHZList.bmChange(Sender: TObject);
|
||
begin
|
||
if ADOQueryMain.Active then
|
||
begin
|
||
SDofilter(ADOQueryMain, SGetFilters(Panel1, 1, 2));
|
||
SCreateCDS20(ADOQueryMain, CDS_Main);
|
||
SInitCDSData20(ADOQueryMain, CDS_Main);
|
||
end;
|
||
end;
|
||
|
||
procedure TfrmCHHZList.TV1Column10CompareRowValuesForCellMerging(Sender: TcxGridColumn; ARow1: TcxGridDataRow; AProperties1: TcxCustomEditProperties; const AValue1: Variant; ARow2: TcxGridDataRow; AProperties2: TcxCustomEditProperties; const AValue2: Variant; var AAreEqual: Boolean);
|
||
begin
|
||
if ARow1.Values[TV1Column8.Index] = ARow2.Values[TV1Column8.Index] then
|
||
AAreEqual := True
|
||
else
|
||
AAreEqual := False;
|
||
end;
|
||
|
||
procedure TfrmCHHZList.ToolButton2Click(Sender: TObject);
|
||
var
|
||
FBJNO: string;
|
||
fgdy: string;
|
||
begin
|
||
if CDS_Main.IsEmpty then
|
||
exit;
|
||
// if CDS_Main.Locate('ssel', true, []) = false then
|
||
// begin
|
||
// Application.MessageBox('û<><C3BB>ѡ<EFBFBD><D1A1><EFBFBD><EFBFBD><EFBFBD><EFBFBD>!', '<27><>ʾ', 0);
|
||
// Exit;
|
||
// end;
|
||
|
||
|
||
fgdy := '';
|
||
try
|
||
frmUserSel := TfrmUserSel.Create(Application);
|
||
with frmUserSel do
|
||
begin
|
||
if ShowModal = 1 then
|
||
begin
|
||
while frmUserSel.CDS_User.Locate('SSel', True, []) do
|
||
begin
|
||
with ADOQueryCmd do
|
||
begin
|
||
close;
|
||
sql.Clear;
|
||
|
||
sql.Add('exec P_INSERT_WXTS ');
|
||
// sql.Add('@BJNO=' + quotedstr(trim(CDS_Main.fieldbyname('BJNO').AsString)));
|
||
sql.Add('@CODE=' + quotedstr(Trim(CDS_User.fieldbyname('wxid').AsString)));
|
||
SQL.Add(',@enddate=' + QuotedStr(FormatDateTime('yyyy-MM-dd', Self.ENDDate.DateTime)));
|
||
SQL.Add(',@BEGDATE=' + QuotedStr(FormatDateTime('yyyy-MM-dd', Self.BEGDate.DateTime)));
|
||
sql.Add(',@note=' + quotedstr(Trim(Self.Label4.Caption)));
|
||
sql.Add(',@note2=' + quotedstr(Trim(Self.Label5.Caption)));
|
||
sql.Add(',@note3=' + quotedstr(Trim(Self.Label6.Caption)));
|
||
execsql;
|
||
end;
|
||
GetHTTP(IdHTTP1, 'http://zhengyong.rightsoft.top/api/message/send/BgchSummary');
|
||
frmUserSel.CDS_User.Delete;
|
||
end;
|
||
end;
|
||
end;
|
||
finally
|
||
frmUserSel.Free;
|
||
application.MessageBox('<27><><EFBFBD>ͳɹ<CDB3><C9B9><EFBFBD>', '<27><>ʾ<EFBFBD><CABE>Ϣ');
|
||
end;
|
||
|
||
// try
|
||
// with CDS_Main do
|
||
// begin
|
||
//
|
||
// with ADOQueryCmd do
|
||
// begin
|
||
// close;
|
||
// sql.Clear;
|
||
//
|
||
// sql.Add('exec P_INSERT_WXTS ');
|
||
// sql.Add('@CODE=' + quotedstr(Trim(DName)));
|
||
// SQL.Add(',@enddate=' + QuotedStr(FormatDateTime('yyyy-MM-dd', ENDDate.DateTime)));
|
||
// SQL.Add(',@BEGDATE=' + QuotedStr(FormatDateTime('yyyy-MM-dd', BEGDate.DateTime)));
|
||
// sql.Add(',@note=' + quotedstr(Trim(Label4.Caption)));
|
||
// sql.Add(',@note2=' + quotedstr(Trim(Label5.Caption)));
|
||
// sql.Add(',@note3=' + quotedstr(Trim(Label6.Caption)));
|
||
// execsql;
|
||
// end;
|
||
//
|
||
// end;
|
||
// GetHTTP(IdHTTP1, 'http://zhengyong.rightsoft.top/api/message/send/BgchSummary');
|
||
// application.MessageBox('<27><><EFBFBD>ͳɹ<CDB3><C9B9><EFBFBD>', '<27><>ʾ<EFBFBD><CABE>Ϣ');
|
||
// initgrid();
|
||
// except
|
||
// CDS_Main.EnableControls;
|
||
// application.MessageBox('<27><><EFBFBD><EFBFBD>ʧ<EFBFBD>ܣ<EFBFBD>', '<27><>ʾ<EFBFBD><CABE>Ϣ', 0);
|
||
// end;
|
||
|
||
end;
|
||
|
||
end.
|
||
|