808 lines
23 KiB
ObjectPascal
808 lines
23 KiB
ObjectPascal
unit U_PRTOrderAPList;
|
||
|
||
interface
|
||
|
||
uses
|
||
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
|
||
Dialogs, StdCtrls, ExtCtrls, ComCtrls, ToolWin, cxStyles, cxCustomData,
|
||
cxGraphics, cxFilter, cxData, cxDataStorage, cxEdit, DB, cxDBData, ADODB,
|
||
cxGridCustomPopupMenu, cxGridPopupMenu, cxGridLevel, cxClasses,
|
||
cxControls, cxGridCustomView, cxGridCustomTableView, cxGridTableView,
|
||
cxGridDBTableView, cxGrid, DBClient, cxCheckBox, cxCalendar, cxSplitter,
|
||
RM_Dataset, RM_System, RM_Common, RM_Class, RM_GridReport, RM_e_Xls,
|
||
Menus, RM_DsgGridReport, RM_Designer, cxPC;
|
||
|
||
type
|
||
TfrmPRTOrderAPList = class(TForm)
|
||
ToolBar1: TToolBar;
|
||
TBRafresh: TToolButton;
|
||
TBFind: TToolButton;
|
||
TBAdd: TToolButton;
|
||
TBEdit: TToolButton;
|
||
TBDel: TToolButton;
|
||
TBPrint: TToolButton;
|
||
TBClose: TToolButton;
|
||
Panel1: TPanel;
|
||
BegDate: TDateTimePicker;
|
||
EndDate: TDateTimePicker;
|
||
Label1: TLabel;
|
||
cxGridPopupMenu1: TcxGridPopupMenu;
|
||
ADOQueryCmd: TADOQuery;
|
||
ADOQueryMain: TADOQuery;
|
||
ADOQueryTemp: TADOQuery;
|
||
DataSource1: TDataSource;
|
||
Label3: TLabel;
|
||
OrderNo: TEdit;
|
||
TBExport: TToolButton;
|
||
Order_Main: TClientDataSet;
|
||
RM1: TRMGridReport;
|
||
RMDBMain: TRMDBDataSet;
|
||
Label4: TLabel;
|
||
KHNO: TEdit;
|
||
TBView: TToolButton;
|
||
Label8: TLabel;
|
||
MPRTCodeName: TEdit;
|
||
Label10: TLabel;
|
||
MPRTSpec: TEdit;
|
||
Label12: TLabel;
|
||
MPRTKZ: TEdit;
|
||
Label13: TLabel;
|
||
MPRTMF: TEdit;
|
||
ToolButton2: TToolButton;
|
||
ADOQueryPrint: TADOQuery;
|
||
CDS_Print: TClientDataSet;
|
||
ComboBox1: TComboBox;
|
||
Label9: TLabel;
|
||
Label2: TLabel;
|
||
ConNo: TEdit;
|
||
LiDanPerson: TEdit;
|
||
RMDBDataSet1: TRMDBDataSet;
|
||
RM2: TRMGridReport;
|
||
ToolButton3: TToolButton;
|
||
RMXLSExport2: TRMXLSExport;
|
||
cxGrid1: TcxGrid;
|
||
Tv1: TcxGridDBTableView;
|
||
v1OrderNo: TcxGridDBColumn;
|
||
v1OrdDate: TcxGridDBColumn;
|
||
v1DeliveryDate: TcxGridDBColumn;
|
||
v1CustomerNoName: TcxGridDBColumn;
|
||
v1Column5: TcxGridDBColumn;
|
||
v1MPRTCodeName: TcxGridDBColumn;
|
||
v1MPRTSpec: TcxGridDBColumn;
|
||
v1Column1: TcxGridDBColumn;
|
||
v1MPRTMF: TcxGridDBColumn;
|
||
v1MPRTKZ: TcxGridDBColumn;
|
||
v1Column2: TcxGridDBColumn;
|
||
v1Column3: TcxGridDBColumn;
|
||
v1Column4: TcxGridDBColumn;
|
||
v1Column6: TcxGridDBColumn;
|
||
v1Column7: TcxGridDBColumn;
|
||
v1Column8: TcxGridDBColumn;
|
||
cxGrid1Level1: TcxGridLevel;
|
||
cxTabControl1: TcxTabControl;
|
||
cxTabControl2: TcxTabControl;
|
||
v1Column9: TcxGridDBColumn;
|
||
ToolButton1: TToolButton;
|
||
procedure FormDestroy(Sender: TObject);
|
||
procedure FormClose(Sender: TObject; var Action: TCloseAction);
|
||
procedure FormCreate(Sender: TObject);
|
||
procedure TBCloseClick(Sender: TObject);
|
||
procedure TBFindClick(Sender: TObject);
|
||
procedure TBEditClick(Sender: TObject);
|
||
procedure TBDelClick(Sender: TObject);
|
||
procedure TBExportClick(Sender: TObject);
|
||
procedure TBPrintClick(Sender: TObject);
|
||
procedure TBRafreshClick(Sender: TObject);
|
||
procedure TBAddClick(Sender: TObject);
|
||
procedure OrderNoChange(Sender: TObject);
|
||
procedure FormShow(Sender: TObject);
|
||
procedure Tv1CellDblClick(Sender: TcxCustomGridTableView;
|
||
ACellViewInfo: TcxGridTableDataCellViewInfo; AButton: TMouseButton;
|
||
AShift: TShiftState; var AHandled: Boolean);
|
||
procedure CheckBox1Click(Sender: TObject);
|
||
procedure CheckBox2Click(Sender: TObject);
|
||
procedure Tv1StylesGetContentStyle(Sender: TcxCustomGridTableView;
|
||
ARecord: TcxCustomGridRecord; AItem: TcxCustomGridTableItem;
|
||
out AStyle: TcxStyle);
|
||
procedure v1DeliveryDateCustomDrawCell(Sender: TcxCustomGridTableView;
|
||
ACanvas: TcxCanvas; AViewInfo: TcxGridTableDataCellViewInfo;
|
||
var ADone: Boolean);
|
||
procedure TBViewClick(Sender: TObject);
|
||
procedure ToolButton2Click(Sender: TObject);
|
||
procedure OrderNoKeyPress(Sender: TObject; var Key: Char);
|
||
procedure ConNoKeyPress(Sender: TObject; var Key: Char);
|
||
procedure ToolButton3Click(Sender: TObject);
|
||
procedure cxTabControl1Change(Sender: TObject);
|
||
procedure ToolButton1Click(Sender: TObject);
|
||
private
|
||
CanShu1,CanShu2:string;
|
||
DQdate:TDateTime;
|
||
procedure InitGrid();
|
||
procedure InitForm();
|
||
function DelData():Boolean;
|
||
procedure InitGridFH();
|
||
{ Private declarations }
|
||
public
|
||
FFInt,FCloth:Integer;
|
||
|
||
{ Public declarations }
|
||
end;
|
||
|
||
var
|
||
frmPRTOrderAPList: TfrmPRTOrderAPList;
|
||
|
||
implementation
|
||
uses
|
||
U_DataLink,U_OrderInPut,U_RTFun, U_ZDYHelp, U_ZDYHelpSel, U_ModuleNote,U_OrderInPutPrice;
|
||
|
||
{$R *.dfm}
|
||
|
||
procedure TfrmPRTOrderAPList.FormDestroy(Sender: TObject);
|
||
begin
|
||
frmPRTOrderAPList:=nil;
|
||
end;
|
||
|
||
procedure TfrmPRTOrderAPList.FormClose(Sender: TObject;
|
||
var Action: TCloseAction);
|
||
begin
|
||
Action:=caFree;
|
||
end;
|
||
|
||
procedure TfrmPRTOrderAPList.FormCreate(Sender: TObject);
|
||
begin
|
||
cxgrid1.Align:=alClient;
|
||
CanShu1:=Trim(DParameters1);
|
||
CanShu2:=Trim(DParameters2);
|
||
//BegDate.DateTime:=SGetServerDateTime(ADOQueryTemp)-7;
|
||
//EndDate.DateTime:=SGetServerDateTime(ADOQueryTemp);
|
||
DQdate:=SGetServerDate(ADOQueryTemp);
|
||
if Trim(CanShu2)='<27>ֿ<EFBFBD>' then
|
||
begin
|
||
TBAdd.Visible:=False;
|
||
TBDel.Visible:=False;
|
||
ToolButton2.Visible:=False;
|
||
end;
|
||
end;
|
||
|
||
procedure TfrmPRTOrderAPList.TBCloseClick(Sender: TObject);
|
||
begin
|
||
Close;
|
||
WriteCxGrid('ָʾ<D6B8><CABE><EFBFBD>б<EFBFBD>',Tv1,'<27><><EFBFBD><EFBFBD>ָʾ<D6B8><CABE><EFBFBD><EFBFBD><EFBFBD><EFBFBD>');
|
||
end;
|
||
|
||
procedure TfrmPRTOrderAPList.InitGrid();
|
||
var
|
||
fsj:String;
|
||
begin
|
||
try
|
||
ADOQueryMain.DisableControls;
|
||
with ADOQueryMain do
|
||
begin
|
||
Filtered:=False;
|
||
Close;
|
||
sql.Clear;
|
||
sql.add('exec P_View_Order_AP :begdate,:enddate,:WSql') ;
|
||
|
||
if cxTabControl1.TabIndex=0 then
|
||
begin
|
||
fsj:=' and isnull(WAPCount,0)=0 ';
|
||
end else
|
||
if cxTabControl1.TabIndex=1 then
|
||
begin
|
||
fsj:=' and( (isnull(WAPCount,0)<>0 and isnull(APSatus,'''')='''') and isnull(CPSatus,'''')='''' ) ';
|
||
if cxTabControl2.TabIndex=0 then
|
||
begin
|
||
fsj:=fsj+ ' and isnull(WAPCount,0)=0 ';
|
||
end else
|
||
if cxTabControl2.TabIndex=1 then
|
||
begin
|
||
fsj:=fsj+' and isnull(WAPCount,0)<>0 and APConCount<>0';
|
||
end else
|
||
if cxTabControl2.TabIndex=2 then
|
||
begin
|
||
fsj:=fsj+' and isnull(WAPCount,0)<>0 and APConCount=0';
|
||
end;
|
||
end else
|
||
if cxTabControl1.TabIndex=2 then
|
||
begin
|
||
fsj:=' and( (isnull(WAPCount,0)<>0 and isnull(APSatus,'''')<>'''') or isnull(CPSatus,'''')<>'''') ';
|
||
if cxTabControl2.TabIndex=0 then
|
||
begin
|
||
fsj:=fsj+ ' and isnull(WAPCount,0)=0 ';
|
||
end else
|
||
if cxTabControl2.TabIndex=1 then
|
||
begin
|
||
fsj:=fsj+' and isnull(WAPCount,0)<>0 and APConCount<>0';
|
||
end else
|
||
if cxTabControl2.TabIndex=2 then
|
||
begin
|
||
fsj:=fsj+' and isnull(WAPCount,0)<>0 and APConCount=0';
|
||
end;
|
||
end;
|
||
if cxTabControl1.TabIndex<>3 then
|
||
begin
|
||
fsj:=fsj+' and ChuHuoFinishFlag=0';
|
||
end else
|
||
begin
|
||
cxTabControl2.Visible:=False;
|
||
fsj:=fsj+' and ChuHuoFinishFlag=1';
|
||
end;
|
||
Parameters.ParamByName('WSql').Value:=fsj+' and isnull(ChkStatus,'''')=''<27><><EFBFBD><EFBFBD>ͨ<EFBFBD><CDA8>'' and ZuoFeiFlag=0 ';
|
||
if cxTabControl1.TabIndex=2 then
|
||
begin
|
||
Parameters.ParamByName('begdate').Value:=FormatDateTime('yyyy-MM-dd',BegDate.DateTime);
|
||
Parameters.ParamByName('enddate').Value:=FormatDateTime('yyyy-MM-dd',enddate.DateTime+1);
|
||
end else
|
||
begin
|
||
Parameters.ParamByName('begdate').Value:='';
|
||
Parameters.ParamByName('enddate').Value:='';
|
||
end;
|
||
|
||
ExecSQL;
|
||
Open;
|
||
end;
|
||
SCreateCDS20(ADOQueryMain,Order_Main);
|
||
SInitCDSData20(ADOQueryMain,Order_Main);
|
||
finally
|
||
ADOQueryMain.EnableControls;
|
||
end;
|
||
end;
|
||
procedure TfrmPRTOrderAPList.InitGridFH();
|
||
begin
|
||
try
|
||
ADOQueryMain.DisableControls;
|
||
with ADOQueryMain do
|
||
begin
|
||
Filtered:=False;
|
||
Close;
|
||
sql.Clear;
|
||
sql.Add('exec Order_QryList :MainId,:WSql');
|
||
Parameters.ParamByName('WSql').Value:=' and FillTime>='''+Trim(FormatDateTime('yyyy-MM-dd',BegDate.DateTime))+''''
|
||
+' and FillTime<'''+Trim(FormatDateTime('yyyy-MM-dd',EndDate.DateTime+1))+'''';
|
||
Open;
|
||
end;
|
||
SCreateCDS20(ADOQueryMain,Order_Main);
|
||
SInitCDSData20(ADOQueryMain,Order_Main);
|
||
finally
|
||
ADOQueryMain.EnableControls;
|
||
end;
|
||
end;
|
||
|
||
procedure TfrmPRTOrderAPList.InitForm();
|
||
begin
|
||
ReadCxGrid('ָʾ<D6B8><CABE><EFBFBD>б<EFBFBD>',Tv1,'<27><><EFBFBD><EFBFBD>ָʾ<D6B8><CABE><EFBFBD><EFBFBD><EFBFBD><EFBFBD>');
|
||
BegDate.DateTime:=SGetServerDate10(ADOQueryTemp)-92;
|
||
EndDate.DateTime:=SGetServerDate10(ADOQueryTemp);
|
||
with ADOQueryTemp do
|
||
begin
|
||
Close;
|
||
sql.Clear;
|
||
sql.Add('select Top 10* from JYOrder_Main Order by FillTime desc');
|
||
Open;
|
||
end;
|
||
ComboBox1.Clear;
|
||
with ADOQueryTemp do
|
||
begin
|
||
First;
|
||
while not Eof do
|
||
begin
|
||
ComboBox1.Items.Add(Trim(ADOQueryTemp.fieldbyname('OrderNO').AsString));
|
||
Next;
|
||
end;
|
||
end;
|
||
//InitGrid();
|
||
end;
|
||
|
||
procedure TfrmPRTOrderAPList.TBFindClick(Sender: TObject);
|
||
begin
|
||
if ADOQueryMain.Active=False then Exit;
|
||
SDofilter(ADOQueryMain,SGetFilters(Panel1,1,2));
|
||
SCreateCDS20(ADOQueryMain,Order_Main);
|
||
SInitCDSData20(ADOQueryMain,Order_Main);
|
||
end;
|
||
|
||
procedure TfrmPRTOrderAPList.TBEditClick(Sender: TObject);
|
||
begin
|
||
if Order_Main.IsEmpty then Exit;
|
||
try
|
||
frmOrderInPutPrice:=TfrmOrderInPutPrice.Create(Application);
|
||
with frmOrderInPutPrice do
|
||
begin
|
||
PState:=1;
|
||
FMainId:=Trim(Self.Order_Main.fieldbyname('MainId').AsString);
|
||
ConSubId:=Trim(Self.Order_Main.fieldbyname('ConSubId').AsString);
|
||
FOrderNo:=Trim(Self.Order_Main.fieldbyname('OrderNo').AsString);
|
||
FXianShi:='<27><><EFBFBD><EFBFBD>';
|
||
if ShowModal=1 then
|
||
begin
|
||
|
||
end;
|
||
end;
|
||
finally
|
||
frmOrderInPutPrice.Free;
|
||
end;
|
||
RM1.Clear;
|
||
end;
|
||
|
||
procedure TfrmPRTOrderAPList.TBDelClick(Sender: TObject);
|
||
begin
|
||
if Order_Main.IsEmpty then Exit;
|
||
if Trim(Order_Main.fieldbyname('Filler').AsString)<>Trim(DName) then
|
||
begin
|
||
Application.MessageBox('<27><><EFBFBD>ܲ<EFBFBD><DCB2><EFBFBD><EFBFBD><EFBFBD><EFBFBD>˵<EFBFBD><CBB5><EFBFBD><EFBFBD><EFBFBD>!','<27><>ʾ',0);
|
||
Exit;
|
||
end;
|
||
with ADOQueryTemp do
|
||
begin
|
||
Close;
|
||
sql.Clear;
|
||
sql.Add('select * from JYOrder_Main_MD where ORDMainId='''+Trim(Order_Main.fieldbyname('MainId').AsString)+'''');
|
||
Open;
|
||
end;
|
||
if ADOQueryTemp.IsEmpty=false then
|
||
begin
|
||
Application.MessageBox('<27>Ѿ<EFBFBD>¼<EFBFBD><C2BC><EFBFBD>뵥<EFBFBD><EBB5A5><EFBFBD><EFBFBD>ɾ<EFBFBD><C9BE><EFBFBD><EFBFBD><EFBFBD><EFBFBD>!','<27><>ʾ',0);
|
||
Exit;
|
||
end;
|
||
if Application.MessageBox('ȷ<><C8B7>Ҫɾ<D2AA><C9BE><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>','<27><>ʾ',32+4)<>IDYES then Exit;
|
||
if DelData() then
|
||
begin
|
||
Order_Main.Delete;
|
||
end;
|
||
end;
|
||
|
||
function TfrmPRTOrderAPList.DelData():Boolean;
|
||
begin
|
||
try
|
||
Result:=false;
|
||
ADOQueryCmd.Connection.BeginTrans;
|
||
with ADOQueryCmd do
|
||
begin
|
||
Close;
|
||
sql.Clear;
|
||
sql.Add('delete JYOrder_Main where MainId='''+Trim(Order_Main.fieldbyname('MainId').AsString)+'''');
|
||
sql.Add('delete JYOrder_Sub where MainId='''+Trim(Order_Main.fieldbyname('MainId').AsString)+'''');
|
||
ExecSQL;
|
||
end;
|
||
{with ADOQueryTemp do
|
||
begin
|
||
Close;
|
||
sql.Clear;
|
||
sql.Add('select * from JYOrder_Sub where MainId='''+Trim(Order_Main.fieldbyname('MainId').AsString)+'''');
|
||
Open;
|
||
if IsEmpty then
|
||
begin
|
||
with ADOQueryCmd do
|
||
begin
|
||
Close;
|
||
sql.Clear;
|
||
sql.Add('delete JYOrder_Main where MainId='''+Trim(Order_Main.fieldbyname('MainId').AsString)+'''');
|
||
ExecSQL;
|
||
end;
|
||
end;
|
||
end;
|
||
if Trim(Order_Main.fieldbyname('SubId').AsString)='' then
|
||
begin
|
||
with ADOQueryCmd do
|
||
begin
|
||
Close;
|
||
sql.Clear;
|
||
sql.Add('delete JYOrder_Main where MainId='''+Trim(Order_Main.fieldbyname('MainId').AsString)+'''');
|
||
ExecSQL;
|
||
end;
|
||
end; }
|
||
ADOQueryCmd.Connection.CommitTrans;
|
||
Result:=True;
|
||
except
|
||
ADOQueryCmd.Connection.RollbackTrans;
|
||
Result:=False;
|
||
Application.MessageBox('<27><><EFBFBD><EFBFBD>ɾ<EFBFBD><C9BE><EFBFBD>쳣<EFBFBD><ECB3A3>','<27><>ʾ',0);
|
||
end;
|
||
end;
|
||
|
||
procedure TfrmPRTOrderAPList.TBExportClick(Sender: TObject);
|
||
begin
|
||
if ADOQueryMain.IsEmpty then Exit;
|
||
|
||
end;
|
||
|
||
procedure TfrmPRTOrderAPList.TBPrintClick(Sender: TObject);
|
||
var
|
||
fPrintFile:string;
|
||
begin
|
||
if Order_Main.IsEmpty then Exit;
|
||
fPrintFile:= ExtractFilePath(Application.ExeName) + 'Report\<5C><><EFBFBD><EFBFBD>ָʾ<D6B8><CABE>.rmf' ;
|
||
with ADOQueryPrint do
|
||
begin
|
||
Close;
|
||
sql.Clear;
|
||
sql.Add('select HZ.* ');
|
||
sql.Add(',Case when HXCount>0 then Cast(HXCount As varchar(20))+''<27><>'' else Cast(null as varchar(20)) end as HX ');
|
||
sql.Add(',Case when ColorCount>0 then Cast(ColorCount As varchar(20))+''ɫ'' else Cast(null as varchar(20)) end as YS ');
|
||
sql.Add(' from(select A.* ');
|
||
sql.Add(',KHType=(select KHType from ZH_KH_Info KH where KH.KHNameJC=A.CustomerNoName)');
|
||
sql.Add(',HXCount=(select isnull(Count(*),0) from ');
|
||
sql.Add(' (select PRTHX from JYOrder_Sub B where B.MainId=A.MainId and isnull(PRTHX,'''')<>'''' group by PRTHX)AA)');
|
||
sql.Add(',ColorCount=(select isnull(Count(*),0) from ');
|
||
sql.Add(' (select PRTColorEng from JYOrder_Sub B where B.MainId=A.MainId and isnull(PRTColorEng,'''')<>'''' group by PRTColorEng)AA)');
|
||
sql.Add(' from JYOrder_Main A ');
|
||
sql.Add(' where A.MainId='''+Trim(Order_Main.fieldbyname('MainId').AsString)+''')HZ');
|
||
Open;
|
||
end;
|
||
SCreateCDS20(ADOQueryPrint,CDS_Print);
|
||
SInitCDSData20(ADOQueryPrint,CDS_Print);
|
||
if FileExists(fPrintFile) then
|
||
begin
|
||
RMVariables['ZQty']:=Order_Main.fieldbyname('ZQty').Value;
|
||
RMVariables['OrderUnit']:=Order_Main.fieldbyname('OrderUnit').Value;
|
||
RM1.LoadFromFile(fPrintFile);
|
||
RM1.ShowReport;
|
||
end else
|
||
begin
|
||
Application.MessageBox(PChar('û<><C3BB><EFBFBD><EFBFBD>'+ExtractFilePath(Application.ExeName)+'Report\<5C><><EFBFBD><EFBFBD>ָʾ<D6B8><CABE>.rmf'),'<27><>ʾ',0);
|
||
end;
|
||
end;
|
||
|
||
procedure TfrmPRTOrderAPList.TBRafreshClick(Sender: TObject);
|
||
begin
|
||
InitGrid();
|
||
with ADOQueryTemp do
|
||
begin
|
||
Close;
|
||
sql.Clear;
|
||
sql.Add('select Top 10* from JYOrder_Main Order by FillTime desc');
|
||
Open;
|
||
end;
|
||
ComboBox1.Clear;
|
||
with ADOQueryTemp do
|
||
begin
|
||
First;
|
||
while not Eof do
|
||
begin
|
||
ComboBox1.Items.Add(Trim(ADOQueryTemp.fieldbyname('OrderNO').AsString));
|
||
Next;
|
||
end;
|
||
end;
|
||
|
||
end;
|
||
|
||
procedure TfrmPRTOrderAPList.TBAddClick(Sender: TObject);
|
||
var
|
||
maxno:string;
|
||
begin
|
||
try
|
||
frmOrderInPutPrice:=TfrmOrderInPutPrice.Create(Application);
|
||
with frmOrderInPutPrice do
|
||
begin
|
||
PState:=0;
|
||
FMainId:='';
|
||
if ShowModal=1 then
|
||
begin
|
||
|
||
end;
|
||
end;
|
||
finally
|
||
frmOrderInPutPrice.Free;
|
||
end;
|
||
end;
|
||
|
||
procedure TfrmPRTOrderAPList.OrderNoChange(Sender: TObject);
|
||
begin
|
||
if ADOQueryMain.Active=False then Exit;
|
||
SDofilter(ADOQueryMain,SGetFilters(Panel1,1,2));
|
||
SCreateCDS20(ADOQueryMain,Order_Main);
|
||
SInitCDSData20(ADOQueryMain,Order_Main);
|
||
end;
|
||
|
||
procedure TfrmPRTOrderAPList.FormShow(Sender: TObject);
|
||
begin
|
||
InitForm();
|
||
end;
|
||
|
||
procedure TfrmPRTOrderAPList.Tv1CellDblClick(
|
||
Sender: TcxCustomGridTableView;
|
||
ACellViewInfo: TcxGridTableDataCellViewInfo; AButton: TMouseButton;
|
||
AShift: TShiftState; var AHandled: Boolean);
|
||
begin
|
||
if TBView.Visible=False then Exit;
|
||
TBView.Click;
|
||
end;
|
||
|
||
procedure TfrmPRTOrderAPList.CheckBox1Click(Sender: TObject);
|
||
begin
|
||
InitGrid();
|
||
end;
|
||
|
||
procedure TfrmPRTOrderAPList.CheckBox2Click(Sender: TObject);
|
||
begin
|
||
TBRafresh.Click;
|
||
end;
|
||
|
||
procedure TfrmPRTOrderAPList.Tv1StylesGetContentStyle(
|
||
Sender: TcxCustomGridTableView; ARecord: TcxCustomGridRecord;
|
||
AItem: TcxCustomGridTableItem; out AStyle: TcxStyle);
|
||
var
|
||
id,id10:Integer;
|
||
begin
|
||
{try
|
||
if Tv1.GroupedItemCount=0 then
|
||
begin
|
||
Id:=Tv1.GetColumnByFieldName('DeliveryDate').Index-tv1.GroupedItemCount;
|
||
Id10:=Tv1.GetColumnByFieldName('SubStatus').Index-tv1.GroupedItemCount;
|
||
if Trim(VarToStr(ARecord.Values[id]))='' then Exit;
|
||
if Id<0 then Exit;
|
||
if ARecord.Values[id10]='<27><><EFBFBD><EFBFBD>' then exit;
|
||
if (ARecord.Values[id]-DQdate)>=4 then Exit;
|
||
if ((ARecord.Values[id]-DQdate)>=0) and ((ARecord.Values[id]-DQdate)<4) then
|
||
AStyle:=DataLink_.QHuangSe
|
||
else
|
||
if ARecord.Values[id]-DQdate<0 then
|
||
begin
|
||
AStyle:=DataLink_OrderManage.FenHongS;
|
||
end;
|
||
end else
|
||
begin
|
||
|
||
end;
|
||
except
|
||
end; }
|
||
end;
|
||
|
||
procedure TfrmPRTOrderAPList.v1DeliveryDateCustomDrawCell(
|
||
Sender: TcxCustomGridTableView; ACanvas: TcxCanvas;
|
||
AViewInfo: TcxGridTableDataCellViewInfo; var ADone: Boolean);
|
||
begin
|
||
{ Id:=TV1.GetColumnByFieldName('DeliveryDate').Index;//;-TV1.GroupedItemCount;
|
||
Id10:=TV1.GetColumnByFieldName('SubStatus').Index;
|
||
if Id<0 then Exit;
|
||
if AViewInfo.GridRecord.Values[Id10]='<27><><EFBFBD><EFBFBD>' then Exit;
|
||
if AViewInfo.GridRecord.Values[Id]-SGetServerDate(ADOQueryTemp)>=4 then Exit;
|
||
if ((AViewInfo.GridRecord.Values[id]-SGetServerDate10(ADOQueryTemp))>=0) and ((AViewInfo.GridRecord.Values[id]-SGetServerDate(ADOQueryTemp))<4) then
|
||
ACanvas.Brush.Color:=clYellow
|
||
else
|
||
if (AViewInfo.GridRecord.Values[id])-(SGetServerDate10(ADOQueryTemp)<0) then
|
||
begin
|
||
ACanvas.Brush.Color:=clRed;
|
||
end;
|
||
begin
|
||
ACanvas.Brush.Color:=clRed;
|
||
end else
|
||
if AViewInfo.GridRecord.Values[Id]='Purple' then
|
||
begin
|
||
ACanvas.Brush.Color:=clPurple;
|
||
end else
|
||
if AViewInfo.GridRecord.Values[Id]='Olive' then
|
||
begin
|
||
ACanvas.Brush.Color:=clOlive;
|
||
end else
|
||
if AViewInfo.GridRecord.Values[Id]='Teal' then
|
||
begin
|
||
ACanvas.Brush.Color:=clTeal;
|
||
end else
|
||
if AViewInfo.GridRecord.Values[Id]='Background' then
|
||
begin
|
||
ACanvas.Brush.Color:=clBackground;
|
||
end; }
|
||
end;
|
||
|
||
procedure TfrmPRTOrderAPList.TBViewClick(Sender: TObject);
|
||
begin
|
||
if Order_Main.IsEmpty then Exit;
|
||
try
|
||
frmOrderInPutPrice:=TfrmOrderInPutPrice.Create(Application);
|
||
with frmOrderInPutPrice do
|
||
begin
|
||
PState:=1;
|
||
FMainId:=Trim(Self.Order_Main.fieldbyname('MainId').AsString);
|
||
ToolBar2.Visible:=False;
|
||
//ToolBar3.Visible:=False;
|
||
ToolBar4.Visible:=False;
|
||
ToolBar5.Visible:=False;
|
||
TBSave.Visible:=False;
|
||
ToolButton4.Visible:=False;
|
||
ToolButton5.Visible:=False;
|
||
ToolButton8.Visible:=False;
|
||
ToolButton10.Visible:=False;
|
||
ToolButton11.Visible:=False;
|
||
//ScrollBox1.Enabled:=False;
|
||
Tv1.OptionsSelection.CellSelect:=False;
|
||
ToolButton20.Visible:=False;
|
||
ToolButton21.Visible:=False;
|
||
if ShowModal=1 then
|
||
begin
|
||
|
||
end;
|
||
end;
|
||
finally
|
||
frmOrderInPutPrice.Free;
|
||
end;
|
||
end;
|
||
|
||
procedure TfrmPRTOrderAPList.ToolButton2Click(Sender: TObject);
|
||
begin
|
||
if Order_Main.IsEmpty then Exit;
|
||
try
|
||
frmOrderInPutPrice:=TfrmOrderInPutPrice.Create(Application);
|
||
with frmOrderInPutPrice do
|
||
begin
|
||
PState:=1;
|
||
CopyInt:=99;
|
||
FMainId:=Trim(Self.Order_Main.fieldbyname('MainId').AsString);
|
||
if ShowModal=1 then
|
||
begin
|
||
|
||
end;
|
||
end;
|
||
finally
|
||
frmOrderInPutPrice.Free;
|
||
end;
|
||
end;
|
||
|
||
procedure TfrmPRTOrderAPList.OrderNoKeyPress(Sender: TObject;
|
||
var Key: Char);
|
||
var
|
||
fsj:string;
|
||
begin
|
||
if Key=#13 then
|
||
begin
|
||
if Length(OrderNo.Text)<3 then Exit;
|
||
try
|
||
ADOQueryMain.DisableControls;
|
||
with ADOQueryMain do
|
||
begin
|
||
Filtered:=False;
|
||
Close;
|
||
sql.Clear;
|
||
sql.add('exec P_View_Order_AP :begdate,:enddate,:WSql') ;
|
||
if cxTabControl1.TabIndex=0 then
|
||
begin
|
||
fsj:=' and isnull(WAPCount,0)=0 ';
|
||
end else
|
||
if cxTabControl1.TabIndex=1 then
|
||
begin
|
||
fsj:=' and isnull(WAPCount,0)<>0 and isnull(APSatus,'''')='''' ';
|
||
if cxTabControl2.TabIndex=0 then
|
||
begin
|
||
fsj:=fsj+ ' and isnull(WAPCount,0)=0 ';
|
||
end else
|
||
if cxTabControl2.TabIndex=1 then
|
||
begin
|
||
fsj:=fsj+' and isnull(WAPCount,0)<>0 and APConCount<>0';
|
||
end else
|
||
if cxTabControl2.TabIndex=2 then
|
||
begin
|
||
fsj:=fsj+' and isnull(WAPCount,0)<>0 and APConCount=0';
|
||
end;
|
||
end else
|
||
if cxTabControl1.TabIndex=2 then
|
||
begin
|
||
fsj:=' and isnull(WAPCount,0)<>0 and isnull(APSatus,'''')<>'''' ';
|
||
if cxTabControl2.TabIndex=0 then
|
||
begin
|
||
fsj:=fsj+ ' and isnull(WAPCount,0)=0 ';
|
||
end else
|
||
if cxTabControl2.TabIndex=1 then
|
||
begin
|
||
fsj:=fsj+' and isnull(WAPCount,0)<>0 and APConCount<>0';
|
||
end else
|
||
if cxTabControl2.TabIndex=2 then
|
||
begin
|
||
fsj:=fsj+' and isnull(WAPCount,0)<>0 and APConCount=0';
|
||
end;
|
||
end;
|
||
Parameters.ParamByName('WSql').Value:=fsj+' and orderno like '''+'%'+Trim(OrderNo.Text)+'%'+''' and isnull(ChkStatus,'''')=''<27><><EFBFBD><EFBFBD>ͨ<EFBFBD><CDA8>'' and ZuoFeiFlag=0 ';
|
||
Parameters.ParamByName('begdate').Value:='';
|
||
Parameters.ParamByName('enddate').Value:='';
|
||
Open;
|
||
end;
|
||
SCreateCDS20(ADOQueryMain,Order_Main);
|
||
SInitCDSData20(ADOQueryMain,Order_Main);
|
||
finally
|
||
ADOQueryMain.EnableControls;
|
||
end;
|
||
end;
|
||
end;
|
||
|
||
procedure TfrmPRTOrderAPList.ConNoKeyPress(Sender: TObject;
|
||
var Key: Char);
|
||
var
|
||
fsj:string;
|
||
begin
|
||
if Key=#13 then
|
||
begin
|
||
if Length(conno.Text)<3 then Exit;
|
||
try
|
||
ADOQueryMain.DisableControls;
|
||
with ADOQueryMain do
|
||
begin
|
||
Filtered:=False;
|
||
Close;
|
||
sql.Clear;
|
||
sql.add('exec P_View_Order_AP :begdate,:enddate,:WSql') ;
|
||
if cxTabControl1.TabIndex=0 then
|
||
begin
|
||
fsj:=' and isnull(WAPCount,0)=0 ';
|
||
end else
|
||
if cxTabControl1.TabIndex=1 then
|
||
begin
|
||
fsj:=' and isnull(WAPCount,0)<>0 and isnull(APSatus,'''')='''' ';
|
||
end else
|
||
if cxTabControl1.TabIndex=2 then
|
||
begin
|
||
fsj:=' and isnull(WAPCount,0)<>0 and isnull(APSatus,'''')<>'''' ';
|
||
end;
|
||
Parameters.ParamByName('WSql').Value:=fsj+' and conno like '''+'%'+Trim(conno.Text)+'%'+''' and isnull(ChkStatus,'''')=''<27><><EFBFBD><EFBFBD>ͨ<EFBFBD><CDA8>'' and ZuoFeiFlag=0';
|
||
Parameters.ParamByName('begdate').Value:='';
|
||
Parameters.ParamByName('enddate').Value:='';
|
||
ExecSQL;
|
||
Open;
|
||
end;
|
||
SCreateCDS20(ADOQueryMain,Order_Main);
|
||
SInitCDSData20(ADOQueryMain,Order_Main);
|
||
finally
|
||
ADOQueryMain.EnableControls;
|
||
end;
|
||
end;
|
||
end;
|
||
|
||
procedure TfrmPRTOrderAPList.ToolButton3Click(Sender: TObject);
|
||
begin
|
||
try
|
||
frmModuleNote:=TfrmModuleNote.Create(Application);
|
||
with frmModuleNote do
|
||
begin
|
||
flag:='<27><><EFBFBD><EFBFBD>ָʾ<D6B8><CABE>';
|
||
if ShowModal=1 then
|
||
begin
|
||
|
||
end;
|
||
end;
|
||
finally
|
||
frmModuleNote.Free;
|
||
end;
|
||
end;
|
||
|
||
procedure TfrmPRTOrderAPList.cxTabControl1Change(Sender: TObject);
|
||
begin
|
||
if cxTabControl1.TabIndex<>0 then
|
||
begin
|
||
cxTabControl2.Visible:=True;
|
||
end else
|
||
begin
|
||
cxTabControl2.Visible:=False;
|
||
end;
|
||
InitGrid();
|
||
end;
|
||
|
||
procedure TfrmPRTOrderAPList.ToolButton1Click(Sender: TObject);
|
||
var
|
||
fPrintFile:string;
|
||
begin
|
||
if Order_Main.IsEmpty then Exit;
|
||
fPrintFile:= ExtractFilePath(Application.ExeName) + 'Report\<5C><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ָʾ<D6B8><CABE>.rmf' ;
|
||
with ADOQueryPrint do
|
||
begin
|
||
Close;
|
||
sql.Clear;
|
||
sql.Add('select A.*,B.* ');
|
||
sql.Add(' from JYOrder_Main A ');
|
||
sql.Add(' inner join JYOrder_Sub B on A.MainId=B.Mainid');
|
||
sql.Add(' where A.MainId='''+Trim(Order_Main.fieldbyname('MainId').AsString)+'''');
|
||
Open;
|
||
end;
|
||
SCreateCDS20(ADOQueryPrint,CDS_Print);
|
||
SInitCDSData20(ADOQueryPrint,CDS_Print);
|
||
if FileExists(fPrintFile) then
|
||
begin
|
||
RMVariables['ZQty']:=Order_Main.fieldbyname('ZQty').Value;
|
||
RMVariables['OrderUnit']:=Order_Main.fieldbyname('OrderUnit').Value;
|
||
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>ָʾ<D6B8><CABE>.rmf'),'<27><>ʾ',0);
|
||
end;
|
||
end;
|
||
|
||
end.
|