421 lines
11 KiB
ObjectPascal
421 lines
11 KiB
ObjectPascal
|
|
unit U_TatClothEDCDLook;
|
|||
|
|
|
|||
|
|
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, MovePanel, Math, Clipbrd,
|
|||
|
|
cxLookAndFeels, cxLookAndFeelPainters, cxNavigator, cxTextEdit, dxSkinsCore,
|
|||
|
|
dxSkinsDefaultPainters, dxDateRanges, dxBarBuiltInMenu, U_BaseInput, cxPC,
|
|||
|
|
System.StrUtils, dxScrollbarAnnotations, U_BaseList, System.ImageList,
|
|||
|
|
Vcl.ImgList;
|
|||
|
|
|
|||
|
|
type
|
|||
|
|
TfrmTatClothEDCDLook = class(TfrmBaseInput)
|
|||
|
|
ToolBar1: TToolBar;
|
|||
|
|
TBRafresh: TToolButton;
|
|||
|
|
TBExport: TToolButton;
|
|||
|
|
TBClose: TToolButton;
|
|||
|
|
Panel1: TPanel;
|
|||
|
|
ADOQueryCmd: TADOQuery;
|
|||
|
|
ADOQueryMain: TADOQuery;
|
|||
|
|
ADOQueryTemp: TADOQuery;
|
|||
|
|
DS_1: TDataSource;
|
|||
|
|
GPM_1: TcxGridPopupMenu;
|
|||
|
|
Label2: TLabel;
|
|||
|
|
BegDate: TDateTimePicker;
|
|||
|
|
EndDate: TDateTimePicker;
|
|||
|
|
CDS_1: TClientDataSet;
|
|||
|
|
begtime: TDateTimePicker;
|
|||
|
|
endTime: TDateTimePicker;
|
|||
|
|
IsJYTime: TCheckBox;
|
|||
|
|
ToolButton4: TToolButton;
|
|||
|
|
Label5: TLabel;
|
|||
|
|
C_Name: TEdit;
|
|||
|
|
PM_1: TPopupMenu;
|
|||
|
|
PM11: TMenuItem;
|
|||
|
|
N1: TMenuItem;
|
|||
|
|
C_GramWeight: TEdit;
|
|||
|
|
label12: TLabel;
|
|||
|
|
C_width: TEdit;
|
|||
|
|
label11: TLabel;
|
|||
|
|
Panel2: TPanel;
|
|||
|
|
cxGrid2: TcxGrid;
|
|||
|
|
Tv2: TcxGridDBTableView;
|
|||
|
|
cxGridDBColumn1: TcxGridDBColumn;
|
|||
|
|
cxGridDBColumn2: TcxGridDBColumn;
|
|||
|
|
cxGridDBColumn3: TcxGridDBColumn;
|
|||
|
|
cxGridDBColumn4: TcxGridDBColumn;
|
|||
|
|
cxGridDBColumn5: TcxGridDBColumn;
|
|||
|
|
cxGridDBColumn6: TcxGridDBColumn;
|
|||
|
|
cxGridDBColumn7: TcxGridDBColumn;
|
|||
|
|
cxGridDBColumn8: TcxGridDBColumn;
|
|||
|
|
cxGridDBColumn9: TcxGridDBColumn;
|
|||
|
|
cxGridDBColumn10: TcxGridDBColumn;
|
|||
|
|
cxGridDBColumn11: TcxGridDBColumn;
|
|||
|
|
cxGridDBColumn12: TcxGridDBColumn;
|
|||
|
|
cxGridDBColumn13: TcxGridDBColumn;
|
|||
|
|
cxGridDBColumn14: TcxGridDBColumn;
|
|||
|
|
cxGridDBColumn15: TcxGridDBColumn;
|
|||
|
|
cxGridDBColumn16: TcxGridDBColumn;
|
|||
|
|
cxGridDBColumn17: TcxGridDBColumn;
|
|||
|
|
cxGridDBColumn18: TcxGridDBColumn;
|
|||
|
|
cxGridDBColumn19: TcxGridDBColumn;
|
|||
|
|
cxGridDBColumn20: TcxGridDBColumn;
|
|||
|
|
cxGridDBColumn21: TcxGridDBColumn;
|
|||
|
|
cxGridLevel1: TcxGridLevel;
|
|||
|
|
CDS_2: TClientDataSet;
|
|||
|
|
DS_2: TDataSource;
|
|||
|
|
N2: TMenuItem;
|
|||
|
|
N3: TMenuItem;
|
|||
|
|
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 orderNoKeyPress(Sender: TObject; var Key: Char);
|
|||
|
|
procedure BTNPClick(Sender: TObject);
|
|||
|
|
procedure BTLPClick(Sender: TObject);
|
|||
|
|
procedure TCBNORChange(Sender: TObject);
|
|||
|
|
procedure JYTypeChange(Sender: TObject);
|
|||
|
|
procedure ToolButton2Click(Sender: TObject);
|
|||
|
|
procedure cxPageControl1Change(Sender: TObject);
|
|||
|
|
procedure CDS_1BeforeOpen(DataSet: TDataSet);
|
|||
|
|
procedure Tv1DataControllerFilterBeforeChange(Sender: TcxDBDataFilterCriteria; ADataSet: TDataSet; const AFilterText: string);
|
|||
|
|
|
|||
|
|
procedure Tv1TcxGridDBDataControllerTcxDataSummaryFooterSummaryItems6GetText(Sender: TcxDataSummaryItem; const AValue: Variant; AIsFooter: Boolean; var AText: string);
|
|||
|
|
procedure ToolButton4Click(Sender: TObject);
|
|||
|
|
procedure PM11Click(Sender: TObject);
|
|||
|
|
procedure N1Click(Sender: TObject);
|
|||
|
|
procedure IsJYTimeClick(Sender: TObject);
|
|||
|
|
procedure C_NameKeyPress(Sender: TObject; var Key: Char);
|
|||
|
|
procedure N2Click(Sender: TObject);
|
|||
|
|
procedure N3Click(Sender: TObject);
|
|||
|
|
private
|
|||
|
|
CurrentPage, RecordsNumber: Integer;
|
|||
|
|
lstCust: TStringList;
|
|||
|
|
procedure InitGrid();
|
|||
|
|
procedure SetStatus();
|
|||
|
|
procedure CopyColumnSummaryToClipboard(AColumn: TcxGridColumn);
|
|||
|
|
|
|||
|
|
{ Private declarations }
|
|||
|
|
public
|
|||
|
|
fC_Name: string;
|
|||
|
|
fissp : string;
|
|||
|
|
{ Public declarations }
|
|||
|
|
end;
|
|||
|
|
|
|||
|
|
var
|
|||
|
|
frmTatClothEDCDLook: TfrmTatClothEDCDLook;
|
|||
|
|
|
|||
|
|
implementation
|
|||
|
|
|
|||
|
|
uses
|
|||
|
|
U_DataLink, U_RTFun, U_LabelPrint;
|
|||
|
|
|
|||
|
|
{$R *.dfm}
|
|||
|
|
|
|||
|
|
procedure TfrmTatClothEDCDLook.SetStatus();
|
|||
|
|
begin
|
|||
|
|
|
|||
|
|
end;
|
|||
|
|
|
|||
|
|
procedure TfrmTatClothEDCDLook.FormClose(Sender: TObject; var Action: TCloseAction);
|
|||
|
|
begin
|
|||
|
|
inherited;
|
|||
|
|
FreeAndNil(lstCust);
|
|||
|
|
Action := caFree;
|
|||
|
|
end;
|
|||
|
|
|
|||
|
|
procedure TfrmTatClothEDCDLook.FormCreate(Sender: TObject);
|
|||
|
|
begin
|
|||
|
|
inherited;
|
|||
|
|
lstCust := TStringList.Create;
|
|||
|
|
EndDate.DateTime := SGetServerDateTime(ADOQueryTemp);
|
|||
|
|
BegDate.DateTime := EndDate.DateTime - 20;
|
|||
|
|
end;
|
|||
|
|
|
|||
|
|
procedure TfrmTatClothEDCDLook.InitGrid();
|
|||
|
|
var
|
|||
|
|
WSql: string;
|
|||
|
|
begin
|
|||
|
|
|
|||
|
|
WSql := SGetFilters(Panel1, 1, 2);
|
|||
|
|
if Trim(WSql) <> '' then
|
|||
|
|
WSql := ' and ' + WSql;
|
|||
|
|
if IsJYTime.Checked then
|
|||
|
|
begin
|
|||
|
|
WSql := WSql + ' and IOTime>=' + quotedstr(FormatDateTime('yyyy-MM-dd', BegDate.DateTime));
|
|||
|
|
WSql := WSql + ' and IOTime<' + quotedstr(FormatDateTime('yyyy-MM-dd', enddate.DateTime + 1));
|
|||
|
|
end;
|
|||
|
|
|
|||
|
|
try
|
|||
|
|
ADOQueryMain.DisableControls;
|
|||
|
|
|
|||
|
|
with ADOQueryMain do
|
|||
|
|
begin
|
|||
|
|
Filtered := False;
|
|||
|
|
Close;
|
|||
|
|
sql.Clear;
|
|||
|
|
|
|||
|
|
sql.Add('select A.C_NAME, A.C_width,A.C_GramWeight ');
|
|||
|
|
|
|||
|
|
|
|||
|
|
SQL.Add('from V_TatClothEDCD A where 1=1 and C_NAME = ' + QuotedStr(Trim(fC_Name)));
|
|||
|
|
if fissp <> '' then
|
|||
|
|
begin
|
|||
|
|
SQL.Add(' and issp = ''˫<><CBAB>''' );
|
|||
|
|
end
|
|||
|
|
else
|
|||
|
|
begin
|
|||
|
|
SQL.Add(' and issp <> ''˫<><CBAB>'' ' );
|
|||
|
|
end;
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
SQL.Add(WSql);
|
|||
|
|
sql.Add(' group by A.C_NAME, A.C_width,A.C_GramWeight,isnull(A.issp,'''') ');
|
|||
|
|
SQL.Add(' order by A.C_NAME, A.C_width,A.C_GramWeight');
|
|||
|
|
|
|||
|
|
// showmessage(sql.text);
|
|||
|
|
Open;
|
|||
|
|
end;
|
|||
|
|
SCreateCDS(ADOQueryMain, CDS_2);
|
|||
|
|
SInitCDSData(ADOQueryMain, CDS_2);
|
|||
|
|
|
|||
|
|
finally
|
|||
|
|
ADOQueryMain.EnableControls;
|
|||
|
|
TV2.DataController.Filter.Clear;
|
|||
|
|
end;
|
|||
|
|
|
|||
|
|
end;
|
|||
|
|
|
|||
|
|
procedure TfrmTatClothEDCDLook.IsJYTimeClick(Sender: TObject);
|
|||
|
|
begin
|
|||
|
|
inherited;
|
|||
|
|
InitGrid();
|
|||
|
|
end;
|
|||
|
|
|
|||
|
|
procedure TfrmTatClothEDCDLook.TBRafreshClick(Sender: TObject);
|
|||
|
|
begin
|
|||
|
|
CurrentPage := 1;
|
|||
|
|
InitGrid();
|
|||
|
|
end;
|
|||
|
|
|
|||
|
|
procedure TfrmTatClothEDCDLook.CDS_1BeforeOpen(DataSet: TDataSet);
|
|||
|
|
begin
|
|||
|
|
|
|||
|
|
lstCust.Clear;
|
|||
|
|
end;
|
|||
|
|
|
|||
|
|
procedure TfrmTatClothEDCDLook.ConNoMChange(Sender: TObject);
|
|||
|
|
begin
|
|||
|
|
if ADOQueryMain.Active then
|
|||
|
|
begin
|
|||
|
|
SDofilter(ADOQueryMain, SGetFilters(Panel1, 1, 2));
|
|||
|
|
end;
|
|||
|
|
end;
|
|||
|
|
|
|||
|
|
procedure TfrmTatClothEDCDLook.cxPageControl1Change(Sender: TObject);
|
|||
|
|
begin
|
|||
|
|
CurrentPage := 1;
|
|||
|
|
SetStatus();
|
|||
|
|
InitGrid();
|
|||
|
|
end;
|
|||
|
|
|
|||
|
|
procedure TfrmTatClothEDCDLook.C_NameKeyPress(Sender: TObject; var Key: Char);
|
|||
|
|
begin
|
|||
|
|
inherited;
|
|||
|
|
if Key = #13 then
|
|||
|
|
begin
|
|||
|
|
InitGrid();
|
|||
|
|
end;
|
|||
|
|
end;
|
|||
|
|
|
|||
|
|
procedure TfrmTatClothEDCDLook.TBCloseClick(Sender: TObject);
|
|||
|
|
begin
|
|||
|
|
|
|||
|
|
Close;
|
|||
|
|
end;
|
|||
|
|
|
|||
|
|
procedure TfrmTatClothEDCDLook.FormShow(Sender: TObject);
|
|||
|
|
begin
|
|||
|
|
inherited;
|
|||
|
|
ReadCxGrid(trim(self.Caption) + 'Tv2', Tv2, '<27><>Ʒ<EFBFBD><C6B7><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>');
|
|||
|
|
CurrentPage := 1;
|
|||
|
|
RecordsNumber := 500;
|
|||
|
|
|
|||
|
|
SetStatus();
|
|||
|
|
InitGrid();
|
|||
|
|
end;
|
|||
|
|
|
|||
|
|
procedure TfrmTatClothEDCDLook.TBExportClick(Sender: TObject);
|
|||
|
|
begin
|
|||
|
|
if ADOQueryMain.IsEmpty then
|
|||
|
|
exit;
|
|||
|
|
with CDS_2 do
|
|||
|
|
begin
|
|||
|
|
Filtered := false;
|
|||
|
|
Filter := ' ssel = 1';
|
|||
|
|
Filtered := true;
|
|||
|
|
end;
|
|||
|
|
TcxGridToExcel(Self.Caption, cxGrid2);
|
|||
|
|
InitGrid();
|
|||
|
|
end;
|
|||
|
|
|
|||
|
|
procedure TfrmTatClothEDCDLook.orderNoKeyPress(Sender: TObject; var Key: Char);
|
|||
|
|
begin
|
|||
|
|
if Key = #13 then
|
|||
|
|
begin
|
|||
|
|
CurrentPage := 1;
|
|||
|
|
InitGrid();
|
|||
|
|
end;
|
|||
|
|
end;
|
|||
|
|
|
|||
|
|
procedure TfrmTatClothEDCDLook.PM11Click(Sender: TObject);
|
|||
|
|
begin
|
|||
|
|
SelOKNo(CDS_2, false);
|
|||
|
|
end;
|
|||
|
|
|
|||
|
|
procedure TfrmTatClothEDCDLook.Tv1DataControllerFilterBeforeChange(Sender: TcxDBDataFilterCriteria; ADataSet: TDataSet; const AFilterText: string);
|
|||
|
|
begin
|
|||
|
|
lstCust.Clear;
|
|||
|
|
end;
|
|||
|
|
|
|||
|
|
procedure TfrmTatClothEDCDLook.Tv1TcxGridDBDataControllerTcxDataSummaryFooterSummaryItems6GetText(Sender: TcxDataSummaryItem; const AValue: Variant; AIsFooter: Boolean; var AText: string);
|
|||
|
|
begin
|
|||
|
|
if lstCust <> nil then
|
|||
|
|
AText := IntToStr(lstCust.Count);
|
|||
|
|
end;
|
|||
|
|
|
|||
|
|
procedure TfrmTatClothEDCDLook.BTNPClick(Sender: TObject);
|
|||
|
|
begin
|
|||
|
|
if CurrentPage < CDS_1.FieldByName('TotalCount').AsInteger / RecordsNumber then
|
|||
|
|
CurrentPage := CurrentPage + 1;
|
|||
|
|
InitGrid();
|
|||
|
|
end;
|
|||
|
|
|
|||
|
|
procedure TfrmTatClothEDCDLook.BTLPClick(Sender: TObject);
|
|||
|
|
begin
|
|||
|
|
if CurrentPage > 1 then
|
|||
|
|
CurrentPage := CurrentPage - 1;
|
|||
|
|
InitGrid();
|
|||
|
|
end;
|
|||
|
|
|
|||
|
|
procedure TfrmTatClothEDCDLook.TCBNORChange(Sender: TObject);
|
|||
|
|
begin
|
|||
|
|
|
|||
|
|
CurrentPage := 1;
|
|||
|
|
InitGrid();
|
|||
|
|
end;
|
|||
|
|
|
|||
|
|
procedure TfrmTatClothEDCDLook.JYTypeChange(Sender: TObject);
|
|||
|
|
begin
|
|||
|
|
CurrentPage := 1;
|
|||
|
|
InitGrid();
|
|||
|
|
end;
|
|||
|
|
|
|||
|
|
procedure TfrmTatClothEDCDLook.N1Click(Sender: TObject);
|
|||
|
|
begin
|
|||
|
|
|
|||
|
|
SelOKNo(CDS_2, true);
|
|||
|
|
end;
|
|||
|
|
|
|||
|
|
procedure TfrmTatClothEDCDLook.N2Click(Sender: TObject);
|
|||
|
|
begin
|
|||
|
|
Clipboard.SetTextBuf(PChar(Trim(CDS_2.fieldbyname(TV2.Controller.FocusedColumn.DataBinding.FilterFieldName).AsString)));
|
|||
|
|
|
|||
|
|
end;
|
|||
|
|
|
|||
|
|
procedure TfrmTatClothEDCDLook.N3Click(Sender: TObject);
|
|||
|
|
begin
|
|||
|
|
|
|||
|
|
CopyColumnSummaryToClipboard(TV2.Controller.FocusedColumn);
|
|||
|
|
end;
|
|||
|
|
|
|||
|
|
procedure TfrmTatClothEDCDLook.CopyColumnSummaryToClipboard(AColumn: TcxGridColumn);
|
|||
|
|
var
|
|||
|
|
AView: TcxGridDBTableView;
|
|||
|
|
SummaryIndex: Integer;
|
|||
|
|
SummaryText: string;
|
|||
|
|
begin
|
|||
|
|
AView := Tv2;
|
|||
|
|
|
|||
|
|
// <20><><EFBFBD><EFBFBD>ָ<EFBFBD><D6B8><EFBFBD>еĻ<D0B5><C4BB><EFBFBD><EFBFBD><EFBFBD>
|
|||
|
|
SummaryIndex := AView.DataController.Summary.FooterSummaryItems.IndexOfItemLink(AColumn);
|
|||
|
|
if SummaryIndex <> -1 then
|
|||
|
|
begin
|
|||
|
|
SummaryText := AView.DataController.Summary.FooterSummaryTexts[SummaryIndex];
|
|||
|
|
Clipboard.AsText := SummaryText;
|
|||
|
|
end
|
|||
|
|
else
|
|||
|
|
ShowMessage('δ<>ҵ<EFBFBD><D2B5><EFBFBD><EFBFBD>еĻ<D0B5><C4BB><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>');
|
|||
|
|
end;
|
|||
|
|
|
|||
|
|
procedure TfrmTatClothEDCDLook.ToolButton2Click(Sender: TObject);
|
|||
|
|
var
|
|||
|
|
WSql: string;
|
|||
|
|
begin
|
|||
|
|
if CDS_1.IsEmpty then
|
|||
|
|
Exit;
|
|||
|
|
if not CDS_1.Locate('SSel', True, []) then
|
|||
|
|
begin
|
|||
|
|
Application.MessageBox('û<><C3BB>ѡ<EFBFBD><D1A1><EFBFBD><EFBFBD><EFBFBD><EFBFBD>!', '<27><>ʾ', 0);
|
|||
|
|
Exit;
|
|||
|
|
end;
|
|||
|
|
WSql := '';
|
|||
|
|
CDS_1.DisableControls;
|
|||
|
|
with CDS_1 do
|
|||
|
|
begin
|
|||
|
|
First;
|
|||
|
|
while not Eof do
|
|||
|
|
begin
|
|||
|
|
if CDS_1.fieldbyname('SSel').AsBoolean then
|
|||
|
|
begin
|
|||
|
|
if WSql <> '' then
|
|||
|
|
begin
|
|||
|
|
WSql := WSql + ',' + QuotedStr(Trim(CDS_1.fieldbyname('CIID').AsString));
|
|||
|
|
end
|
|||
|
|
else
|
|||
|
|
begin
|
|||
|
|
WSql := QuotedStr(Trim(CDS_1.fieldbyname('CIID').AsString));
|
|||
|
|
end;
|
|||
|
|
end;
|
|||
|
|
Next;
|
|||
|
|
end;
|
|||
|
|
end;
|
|||
|
|
CDS_1.Locate('SSel', True, []);
|
|||
|
|
CDS_1.EnableControls;
|
|||
|
|
try
|
|||
|
|
frmLabelPrint := TfrmLabelPrint.Create(Application);
|
|||
|
|
with frmLabelPrint do
|
|||
|
|
begin
|
|||
|
|
FLMType := 'TradeClothStk';
|
|||
|
|
FFiltration1 := WSql;
|
|||
|
|
if ShowModal = 1 then
|
|||
|
|
begin
|
|||
|
|
|
|||
|
|
end;
|
|||
|
|
end;
|
|||
|
|
finally
|
|||
|
|
frmLabelPrint.Free;
|
|||
|
|
end;
|
|||
|
|
end;
|
|||
|
|
|
|||
|
|
procedure TfrmTatClothEDCDLook.ToolButton4Click(Sender: TObject);
|
|||
|
|
begin
|
|||
|
|
|
|||
|
|
WriteCxGrid(trim(self.Caption) + 'Tv2', Tv2, '<27><>Ʒ<EFBFBD><C6B7><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>');
|
|||
|
|
end;
|
|||
|
|
|
|||
|
|
end.
|
|||
|
|
|