2024-07-07 09:35:27 +08:00
|
|
|
|
unit U_YarnInEdit;
|
|
|
|
|
|
|
|
|
|
interface
|
|
|
|
|
|
|
|
|
|
uses
|
|
|
|
|
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
|
|
|
|
|
Dialogs, cxStyles, cxCustomData, cxGraphics, cxFilter, cxData, cxDataStorage,
|
|
|
|
|
cxEdit, DB, cxDBData, cxCalendar, cxDropDownEdit, ComCtrls, ToolWin,
|
|
|
|
|
cxGridLevel, cxGridCustomTableView, cxGridTableView, cxGridDBTableView,
|
|
|
|
|
cxClasses, cxControls, cxGridCustomView, cxGrid, cxGridCustomPopupMenu,
|
|
|
|
|
cxGridPopupMenu, ADODB, DBClient, cxButtonEdit, cxTextEdit, StdCtrls, ExtCtrls,
|
|
|
|
|
cxLookAndFeels, cxLookAndFeelPainters, cxNavigator, dxSkinsCore,
|
|
|
|
|
dxSkinsDefaultPainters, dxDateRanges, dxBarBuiltInMenu, U_BaseInput,
|
2024-07-07 19:26:56 +08:00
|
|
|
|
System.ImageList, Vcl.ImgList, ComObj, dxSkinWXI, dxScrollbarAnnotations,
|
|
|
|
|
dxSkinBasic, dxSkinBlack, dxSkinBlue, dxSkinBlueprint, dxSkinCaramel,
|
|
|
|
|
dxSkinCoffee, dxSkinDarkroom, dxSkinDarkSide, dxSkinDevExpressDarkStyle,
|
|
|
|
|
dxSkinDevExpressStyle, dxSkinFoggy, dxSkinGlassOceans, dxSkinHighContrast,
|
|
|
|
|
dxSkiniMaginary, dxSkinLilian, dxSkinLiquidSky, dxSkinLondonLiquidSky,
|
|
|
|
|
dxSkinMcSkin, dxSkinMetropolis, dxSkinMetropolisDark, dxSkinMoneyTwins,
|
|
|
|
|
dxSkinOffice2007Black, dxSkinOffice2007Blue, dxSkinOffice2007Green,
|
|
|
|
|
dxSkinOffice2007Pink, dxSkinOffice2007Silver, dxSkinOffice2010Black,
|
|
|
|
|
dxSkinOffice2010Blue, dxSkinOffice2010Silver, dxSkinOffice2013DarkGray,
|
|
|
|
|
dxSkinOffice2013LightGray, dxSkinOffice2013White, dxSkinOffice2016Colorful,
|
|
|
|
|
dxSkinOffice2016Dark, dxSkinOffice2019Black, dxSkinOffice2019Colorful,
|
|
|
|
|
dxSkinOffice2019DarkGray, dxSkinOffice2019White, dxSkinPumpkin, dxSkinSeven,
|
|
|
|
|
dxSkinSevenClassic, dxSkinSharp, dxSkinSharpPlus, dxSkinSilver,
|
|
|
|
|
dxSkinSpringtime, dxSkinStardust, dxSkinSummer2008, dxSkinTheAsphaltWorld,
|
|
|
|
|
dxSkinTheBezier, dxSkinValentine, dxSkinVisualStudio2013Blue,
|
|
|
|
|
dxSkinVisualStudio2013Dark, dxSkinVisualStudio2013Light, dxSkinVS2010,
|
|
|
|
|
dxSkinWhiteprint, dxSkinXmas2008Blue;
|
2024-07-07 09:35:27 +08:00
|
|
|
|
|
|
|
|
|
type
|
|
|
|
|
TfrmYarnInEdit = class(TfrmBaseInput)
|
|
|
|
|
cxGrid1: TcxGrid;
|
|
|
|
|
Tv1: TcxGridDBTableView;
|
|
|
|
|
v1Column2: TcxGridDBColumn;
|
|
|
|
|
v1SPName: TcxGridDBColumn;
|
|
|
|
|
v2Column6: TcxGridDBColumn;
|
|
|
|
|
cxGrid1Level1: TcxGridLevel;
|
|
|
|
|
ToolBar1: TToolBar;
|
|
|
|
|
TBAdd: TToolButton;
|
|
|
|
|
TBDel: TToolButton;
|
|
|
|
|
TBSave: TToolButton;
|
|
|
|
|
TBClose: TToolButton;
|
|
|
|
|
v1Column4: TcxGridDBColumn;
|
|
|
|
|
DS_1: TDataSource;
|
|
|
|
|
CDS_Sub: TClientDataSet;
|
|
|
|
|
ADOQueryCmd: TADOQuery;
|
|
|
|
|
ADOQueryMain: TADOQuery;
|
|
|
|
|
ADOQueryTemp: TADOQuery;
|
|
|
|
|
GPM_1: TcxGridPopupMenu;
|
|
|
|
|
v1Column12: TcxGridDBColumn;
|
|
|
|
|
v1FactoryName: TcxGridDBColumn;
|
|
|
|
|
v1Column6: TcxGridDBColumn;
|
|
|
|
|
v1SPSpec: TcxGridDBColumn;
|
|
|
|
|
v1QtyUnit: TcxGridDBColumn;
|
|
|
|
|
v1Column5: TcxGridDBColumn;
|
|
|
|
|
v1Column1: TcxGridDBColumn;
|
|
|
|
|
Tv1Column1: TcxGridDBColumn;
|
|
|
|
|
Tv1Column2: TcxGridDBColumn;
|
|
|
|
|
ToolButton1: TToolButton;
|
|
|
|
|
Tv1Column3: TcxGridDBColumn;
|
|
|
|
|
ToolButton2: TToolButton;
|
|
|
|
|
Tv1Column4: TcxGridDBColumn;
|
|
|
|
|
Tv1Column5: TcxGridDBColumn;
|
|
|
|
|
Tv1Column6: TcxGridDBColumn;
|
|
|
|
|
Tv1Column7: TcxGridDBColumn;
|
|
|
|
|
Tv1Column8: TcxGridDBColumn;
|
|
|
|
|
ToolButton3: TToolButton;
|
|
|
|
|
ToolButton4: TToolButton;
|
|
|
|
|
OpenDialog1: TOpenDialog;
|
|
|
|
|
CDS_LM: TClientDataSet;
|
2024-07-07 19:26:56 +08:00
|
|
|
|
Tv1Column9: TcxGridDBColumn;
|
|
|
|
|
Tv1Column10: TcxGridDBColumn;
|
|
|
|
|
Tv1Column11: TcxGridDBColumn;
|
|
|
|
|
Tv1Column12: TcxGridDBColumn;
|
|
|
|
|
ToolButton5: TToolButton;
|
|
|
|
|
Tv1Column13: TcxGridDBColumn;
|
2024-07-07 09:35:27 +08:00
|
|
|
|
procedure FormClose(Sender: TObject; var Action: TCloseAction);
|
|
|
|
|
procedure TBAddClick(Sender: TObject);
|
|
|
|
|
procedure TBCloseClick(Sender: TObject);
|
|
|
|
|
procedure FormShow(Sender: TObject);
|
|
|
|
|
procedure TBDelClick(Sender: TObject);
|
|
|
|
|
procedure TBSaveClick(Sender: TObject);
|
|
|
|
|
procedure v1Column14PropertiesButtonClick(Sender: TObject; AButtonIndex: Integer);
|
|
|
|
|
procedure v1Column5PropertiesButtonClick(Sender: TObject; AButtonIndex: Integer);
|
|
|
|
|
procedure Tv1Column1PropertiesButtonClick(Sender: TObject; AButtonIndex: Integer);
|
|
|
|
|
procedure FormDestroy(Sender: TObject);
|
|
|
|
|
procedure Tv1Column2PropertiesButtonClick(Sender: TObject; AButtonIndex: Integer);
|
|
|
|
|
procedure ToolButton1Click(Sender: TObject);
|
|
|
|
|
procedure ToolButton2Click(Sender: TObject);
|
|
|
|
|
procedure ToolButton3Click(Sender: TObject);
|
|
|
|
|
procedure ToolButton4Click(Sender: TObject);
|
2024-07-07 19:26:56 +08:00
|
|
|
|
procedure Tv1Column10PropertiesButtonClick(Sender: TObject; AButtonIndex: Integer);
|
|
|
|
|
procedure ToolButton5Click(Sender: TObject);
|
2024-07-07 09:35:27 +08:00
|
|
|
|
private
|
|
|
|
|
{ Private declarations }
|
|
|
|
|
function SaveCKData(): Boolean;
|
|
|
|
|
public
|
|
|
|
|
{ Public declarations }
|
|
|
|
|
FBCId, canshu3, FSTKName, FKHName: string;
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
var
|
|
|
|
|
frmYarnInEdit: TfrmYarnInEdit;
|
|
|
|
|
|
|
|
|
|
implementation
|
|
|
|
|
|
|
|
|
|
uses
|
|
|
|
|
U_DataLink, U_RTFun, U_ZDYHelp, U_YarnInfoSel, U_CompanySel,
|
|
|
|
|
U_YarnPurchasePlanSel, U_PurchaseContractSel;
|
|
|
|
|
|
|
|
|
|
{$R *.dfm}
|
|
|
|
|
|
|
|
|
|
procedure TfrmYarnInEdit.FormClose(Sender: TObject; var Action: TCloseAction);
|
|
|
|
|
begin
|
|
|
|
|
inherited;
|
|
|
|
|
Action := caFree;
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
procedure TfrmYarnInEdit.TBAddClick(Sender: TObject);
|
|
|
|
|
begin
|
|
|
|
|
try
|
|
|
|
|
frmYarnInfoSel := TfrmYarnInfoSel.Create(Application);
|
|
|
|
|
with frmYarnInfoSel do
|
|
|
|
|
begin
|
|
|
|
|
FSTKName := Self.FSTKName;
|
|
|
|
|
if ShowModal = 1 then
|
|
|
|
|
begin
|
|
|
|
|
with Self.CDS_Sub do
|
|
|
|
|
begin
|
|
|
|
|
Append;
|
|
|
|
|
FieldByName('IOTime').Value := Trim(FormatDateTime('yyyy-MM-dd', Now));
|
|
|
|
|
FieldByName('StkCoNo').Value := '<27><><EFBFBD><EFBFBD><EFBFBD>ֿ<EFBFBD>';
|
|
|
|
|
FieldByName('StkCoName').Value := '<27><><EFBFBD><EFBFBD><EFBFBD>ֿ<EFBFBD>';
|
|
|
|
|
FieldByName('QtyUnit').Value := 'Kg';
|
|
|
|
|
FieldByName('Brand').Value := CDS_1.fieldbyname('Brand').value;
|
2024-07-07 19:26:56 +08:00
|
|
|
|
FieldByName('Y_Type').Value := CDS_1.fieldbyname('Y_Type').value;
|
2024-07-07 09:35:27 +08:00
|
|
|
|
FieldByName('Y_Code').Value := CDS_1.fieldbyname('Y_Code').value;
|
|
|
|
|
FieldByName('Y_Name').Value := CDS_1.fieldbyname('Y_Name').value;
|
|
|
|
|
FieldByName('Y_Spec').Value := CDS_1.fieldbyname('Y_Spec').value;
|
|
|
|
|
FieldByName('Y_Composition').Value := CDS_1.fieldbyname('Y_Composition').value;
|
|
|
|
|
FieldByName('Denier').Value := CDS_1.fieldbyname('Denier').value;
|
|
|
|
|
FieldByName('Y_Color').Value := CDS_1.fieldbyname('Y_Color').value;
|
|
|
|
|
end;
|
|
|
|
|
end;
|
|
|
|
|
end;
|
|
|
|
|
finally
|
|
|
|
|
frmYarnInfoSel.Free;
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
function TfrmYarnInEdit.SaveCKData(): Boolean;
|
|
|
|
|
var
|
|
|
|
|
Maxno, MBYIOID: string;
|
|
|
|
|
begin
|
|
|
|
|
try
|
|
|
|
|
ADOQueryCmd.Connection.BeginTrans;
|
|
|
|
|
CDS_Sub.DisableControls;
|
|
|
|
|
with CDS_Sub do
|
|
|
|
|
begin
|
|
|
|
|
First;
|
|
|
|
|
while not eof do
|
|
|
|
|
begin
|
|
|
|
|
with ADOQueryTemp do
|
|
|
|
|
begin
|
|
|
|
|
Close;
|
|
|
|
|
sql.Clear;
|
|
|
|
|
sql.Add('select * from BS_Yarn_IO where BYIOID=''' + Trim(CDS_Sub.fieldbyname('BYIOID').AsString) + '''');
|
|
|
|
|
open;
|
|
|
|
|
end;
|
|
|
|
|
MBYIOID := Trim(ADOQueryTemp.fieldbyname('BYIOID').AsString);
|
|
|
|
|
if Trim(MBYIOID) = '' then
|
|
|
|
|
begin
|
|
|
|
|
if not GetLSNo(ADOQueryCmd, Maxno, 'YR', 'BS_Yarn_IO', 3, 1) then
|
|
|
|
|
raise Exception.Create('ȡ<><C8A1><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ʧ<EFBFBD>ܣ<EFBFBD>');
|
|
|
|
|
end
|
|
|
|
|
else
|
|
|
|
|
begin
|
|
|
|
|
Maxno := Trim(MBYIOID);
|
|
|
|
|
end;
|
|
|
|
|
with ADOQueryCmd do
|
|
|
|
|
begin
|
|
|
|
|
Close;
|
|
|
|
|
sql.Clear;
|
|
|
|
|
sql.Add('select * from BS_Yarn_IO where BYIOID=''' + Trim(Maxno) + '''');
|
|
|
|
|
Open;
|
|
|
|
|
end;
|
|
|
|
|
with ADOQueryCmd do
|
|
|
|
|
begin
|
|
|
|
|
if Trim(MBYIOID) = '' then
|
|
|
|
|
begin
|
|
|
|
|
Append;
|
|
|
|
|
FieldByName('Fillid').Value := Trim(Dcode);
|
|
|
|
|
FieldByName('Filler').Value := Trim(DName);
|
|
|
|
|
end
|
|
|
|
|
else
|
|
|
|
|
begin
|
|
|
|
|
Edit;
|
|
|
|
|
FieldByName('Editid').Value := Trim(Dcode);
|
|
|
|
|
FieldByName('Editer').Value := Trim(DName);
|
|
|
|
|
FieldByName('EditTime').Value := SGetServerDate(ADOQueryTemp);
|
|
|
|
|
end;
|
|
|
|
|
RTSetSaveDataCDS(ADOQueryCmd, Tv1, CDS_Sub, 'BS_Yarn_IO', 0);
|
|
|
|
|
FieldByName('FromCoNo').Value := CDS_Sub.fieldbyname('FromCoNo').Value;
|
|
|
|
|
FieldByName('StkCoNo').Value := CDS_Sub.fieldbyname('StkCoNo').Value;
|
|
|
|
|
FieldByName('FromOrdNo').Value := CDS_Sub.fieldbyname('FromOrdNo').value;
|
|
|
|
|
FieldByName('FromMainId').Value := CDS_Sub.fieldbyname('FromMainId').value;
|
|
|
|
|
FieldByName('FromSubId').Value := CDS_Sub.fieldbyname('FromSubId').value;
|
|
|
|
|
FieldByName('FromPurMId').Value := CDS_Sub.fieldbyname('FromPurMId').Value;
|
|
|
|
|
FieldByName('FromPurSId').Value := CDS_Sub.fieldbyname('FromPurSId').Value;
|
|
|
|
|
|
|
|
|
|
FieldByName('BYIOID').Value := Trim(Maxno);
|
|
|
|
|
FieldByName('STKID').Value := Trim(Maxno);
|
|
|
|
|
FieldByName('STKName').Value := FSTKName;
|
|
|
|
|
FieldByName('IOFlag').Value := '<27><><EFBFBD><EFBFBD>';
|
|
|
|
|
FieldByName('IOQtyFlag').Value := 1;
|
|
|
|
|
Post;
|
|
|
|
|
end;
|
|
|
|
|
with ADOQueryCmd do
|
|
|
|
|
begin
|
|
|
|
|
Close;
|
|
|
|
|
sql.Clear;
|
|
|
|
|
sql.Add('Update BS_Yarn_IO Set StkPiece=(select Sum(isnull(Piece,0)*IOQtyFlag) from BS_Yarn_IO A where A.STKID=BS_Yarn_IO.BYIOID)');
|
|
|
|
|
sql.Add(',STKQty=(select Sum(isnull(Qty,0)*IOQtyFlag) from BS_Yarn_IO A where A.STKID=BS_Yarn_IO.BYIOID )');
|
|
|
|
|
sql.Add('where BYIOID=''' + Trim(Maxno) + '''');
|
|
|
|
|
ExecSQL;
|
|
|
|
|
end;
|
|
|
|
|
with ADOQueryTemp do
|
|
|
|
|
begin
|
|
|
|
|
Close;
|
|
|
|
|
sql.Clear;
|
|
|
|
|
sql.Add('select * from BS_Yarn_IO where BYIOID=''' + Trim(Maxno) + '''');
|
|
|
|
|
Open;
|
|
|
|
|
end;
|
|
|
|
|
if ADOQueryTemp.FieldByName('STKQty').Value < 0 then
|
|
|
|
|
raise Exception.Create('<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ܱ<EFBFBD><DCB1>棡');
|
|
|
|
|
|
|
|
|
|
if ADOQueryTemp.FieldByName('StkPiece').Value < 0 then
|
|
|
|
|
raise Exception.Create('<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>/<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>/<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ܱ<EFBFBD><DCB1>棡');
|
|
|
|
|
with ADOQueryCmd do
|
|
|
|
|
begin
|
|
|
|
|
Close;
|
|
|
|
|
sql.Clear;
|
|
|
|
|
sql.Add('insert into Finance_Need_Up(UType,UDataId,UOperation,UOperator,UModule,UDetails)');
|
|
|
|
|
sql.Add('values(''ɴ<><C9B4><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'' ');
|
|
|
|
|
sql.Add(',' + quotedstr(Maxno));
|
|
|
|
|
sql.Add(',''<27><><EFBFBD><EFBFBD>'' ');
|
|
|
|
|
sql.Add(',' + quotedstr(DName));
|
|
|
|
|
sql.Add(',' + quotedstr(trim(self.Caption)));
|
|
|
|
|
sql.Add(',' + quotedstr(Maxno));
|
|
|
|
|
sql.Add(') ');
|
|
|
|
|
ExecSQL;
|
|
|
|
|
end;
|
|
|
|
|
Edit;
|
|
|
|
|
FieldByName('BYIOID').Value := Trim(Maxno);
|
|
|
|
|
Post;
|
|
|
|
|
Next;
|
|
|
|
|
end;
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
CDS_Sub.EnableControls;
|
|
|
|
|
ADOQueryCmd.Connection.CommitTrans;
|
|
|
|
|
|
|
|
|
|
Result := True;
|
|
|
|
|
except
|
|
|
|
|
Result := False;
|
2024-07-07 19:26:56 +08:00
|
|
|
|
CDS_Sub.EnableControls;
|
2024-07-07 09:35:27 +08:00
|
|
|
|
ADOQueryCmd.Connection.RollbackTrans;
|
|
|
|
|
application.MessageBox(PChar(Exception(ExceptObject).Message), '<27><>ʾ<EFBFBD><CABE>Ϣ', 0);
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
procedure TfrmYarnInEdit.TBCloseClick(Sender: TObject);
|
|
|
|
|
begin
|
|
|
|
|
Close;
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
procedure TfrmYarnInEdit.FormDestroy(Sender: TObject);
|
|
|
|
|
begin
|
|
|
|
|
inherited;
|
|
|
|
|
frmYarnInEdit := nil;
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
procedure TfrmYarnInEdit.FormShow(Sender: TObject);
|
|
|
|
|
begin
|
|
|
|
|
inherited;
|
|
|
|
|
ReadCxGrid(FSTKName + '<27><><EFBFBD><EFBFBD><EFBFBD>Ǽ<EFBFBD>', Tv1, 'ɴ<>ֿ߲<DFB2>');
|
|
|
|
|
|
|
|
|
|
with CDS_LM do
|
|
|
|
|
begin
|
|
|
|
|
FieldDefs.Clear;
|
|
|
|
|
FieldDefs.Add('LXH', ftInteger, 0);
|
|
|
|
|
FieldDefs.Add('lCode', ftString, 40);
|
|
|
|
|
FieldDefs.Add('LName', ftString, 40);
|
|
|
|
|
close;
|
|
|
|
|
CreateDataSet;
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
with ADOQueryTemp do
|
|
|
|
|
begin
|
|
|
|
|
Close;
|
|
|
|
|
sql.Clear;
|
|
|
|
|
sql.Add(' select A.* ');
|
|
|
|
|
sql.Add(' from BS_Yarn_IO A');
|
|
|
|
|
sql.Add(' where BYIOID=''' + Trim(FBCId) + '''');
|
|
|
|
|
Open;
|
|
|
|
|
end;
|
|
|
|
|
SCreateCDS(ADOQueryTemp, CDS_Sub);
|
|
|
|
|
SInitCDSData(ADOQueryTemp, CDS_Sub);
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
procedure TfrmYarnInEdit.TBDelClick(Sender: TObject);
|
|
|
|
|
begin
|
|
|
|
|
if CDS_Sub.IsEmpty then
|
|
|
|
|
Exit;
|
|
|
|
|
if Trim(CDS_Sub.fieldbyname('BYIOID').AsString) <> '' then
|
|
|
|
|
begin
|
|
|
|
|
if Application.MessageBox('ȷ<><C8B7>Ҫɾ<D2AA><C9BE><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>', '<27><>ʾ', 32 + 4) <> IDYES then
|
|
|
|
|
Exit;
|
|
|
|
|
|
|
|
|
|
with ADOQueryTemp do
|
|
|
|
|
begin
|
|
|
|
|
Close;
|
|
|
|
|
sql.Clear;
|
|
|
|
|
sql.Add('exec P_Fin_Flow_Judge ');
|
|
|
|
|
Sql.Add(' @FFIDS=' + quotedstr(Trim(CDS_Sub.fieldbyname('BYIOID').AsString)));
|
|
|
|
|
Sql.Add(',@DCode=' + quotedstr(Trim(DCode)));
|
|
|
|
|
Sql.Add(',@DName=' + quotedstr(Trim(DName)));
|
|
|
|
|
Open;
|
|
|
|
|
end;
|
|
|
|
|
if ADOQueryTemp.FieldByName('intReturn').AsInteger = -1 then
|
|
|
|
|
begin
|
|
|
|
|
Application.MessageBox(PChar(ADOQueryTemp.fieldbyname('ShowMsg').AsString), '<27><>ʾ', 0);
|
|
|
|
|
exit;
|
|
|
|
|
end;
|
|
|
|
|
try
|
|
|
|
|
ADOQueryCmd.Connection.BeginTrans;
|
|
|
|
|
with ADOQueryCmd do
|
|
|
|
|
begin
|
|
|
|
|
Close;
|
|
|
|
|
Sql.Clear;
|
|
|
|
|
sql.Add('insert into Finance_Need_Up(UType,UDataId,UOperation,UOperator,UModule,UDetails) ');
|
|
|
|
|
sql.Add('values(''ɴ<><C9B4><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'' ');
|
|
|
|
|
sql.Add(',' + quotedstr(Trim(CDS_Sub.fieldbyname('BYIOID').AsString)));
|
|
|
|
|
sql.Add(',''ɾ<><C9BE>'' ');
|
|
|
|
|
sql.Add(',' + quotedstr(DName));
|
|
|
|
|
sql.Add(',' + quotedstr(trim(self.Caption)));
|
|
|
|
|
sql.Add(',' + quotedstr(Trim(CDS_Sub.fieldbyname('BYIOID').AsString)));
|
|
|
|
|
sql.Add(') ');
|
|
|
|
|
|
|
|
|
|
Sql.Add('exec P_BS_Yarn_In_Del ');
|
|
|
|
|
Sql.Add(' @BYIOIDS=' + quotedstr(Trim(CDS_Sub.fieldbyname('BYIOID').AsString)));
|
|
|
|
|
Sql.Add(',@DCode=' + quotedstr(Trim(DCode)));
|
|
|
|
|
Sql.Add(',@DName=' + quotedstr(Trim(DName)));
|
|
|
|
|
Open;
|
|
|
|
|
end;
|
|
|
|
|
if ADOQueryCmd.FieldByName('intReturn').AsInteger = -1 then
|
|
|
|
|
raise Exception.Create(pchar(trim(ADOQueryCmd.FieldByName('ShowMsg').AsString)));
|
|
|
|
|
ADOQueryCmd.Connection.CommitTrans;
|
|
|
|
|
CDS_Sub.Delete;
|
|
|
|
|
except
|
|
|
|
|
ADOQueryCmd.Connection.RollbackTrans;
|
|
|
|
|
application.MessageBox(PChar(Exception(ExceptObject).Message), '<27><>ʾ<EFBFBD><CABE>Ϣ', 0);
|
|
|
|
|
end;
|
|
|
|
|
end
|
|
|
|
|
else
|
|
|
|
|
begin
|
|
|
|
|
CDS_Sub.Delete;
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
procedure TfrmYarnInEdit.TBSaveClick(Sender: TObject);
|
|
|
|
|
begin
|
|
|
|
|
if CDS_Sub.IsEmpty then
|
|
|
|
|
Exit;
|
|
|
|
|
if CDS_Sub.Locate('IOTime', null, []) = True then
|
|
|
|
|
begin
|
|
|
|
|
Application.MessageBox('<27><><EFBFBD><EFBFBD>ʱ<EFBFBD>䲻<EFBFBD><E4B2BB>Ϊ<EFBFBD><CEAA>!', '<27><>ʾ', 0);
|
|
|
|
|
Exit;
|
|
|
|
|
end;
|
|
|
|
|
if CDS_Sub.Locate('IOType', null, []) = True then
|
|
|
|
|
begin
|
|
|
|
|
Application.MessageBox('<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ͳ<EFBFBD><CDB2><EFBFBD>Ϊ<EFBFBD><CEAA>!', '<27><>ʾ', 0);
|
|
|
|
|
Exit;
|
|
|
|
|
end;
|
|
|
|
|
if CDS_Sub.Locate('Y_Name', null, []) = True then
|
|
|
|
|
begin
|
|
|
|
|
Application.MessageBox('Ʒ<><C6B7><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ϊ<EFBFBD><CEAA>!', '<27><>ʾ', 0);
|
|
|
|
|
Exit;
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
if CDS_Sub.Locate('Qty', null, []) = True then
|
|
|
|
|
begin
|
|
|
|
|
Application.MessageBox('<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ϊ<EFBFBD><CEAA>!', '<27><>ʾ', 0);
|
|
|
|
|
Exit;
|
|
|
|
|
end;
|
|
|
|
|
if CDS_Sub.Locate('QtyUnit', null, []) = True then
|
|
|
|
|
begin
|
|
|
|
|
Application.MessageBox('<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>λ<EFBFBD><CEBB><EFBFBD><EFBFBD>Ϊ<EFBFBD><CEAA>!', '<27><>ʾ', 0);
|
|
|
|
|
Exit;
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
if SaveCKData() then
|
|
|
|
|
begin
|
|
|
|
|
Application.MessageBox('<27><><EFBFBD><EFBFBD><EFBFBD>ɹ<EFBFBD>!', '<27><>ʾ', 0);
|
|
|
|
|
ModalResult := 1;
|
|
|
|
|
Exit;
|
|
|
|
|
end;
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
procedure TfrmYarnInEdit.ToolButton1Click(Sender: TObject);
|
|
|
|
|
begin
|
|
|
|
|
WriteCxGrid(FSTKName + '<27><><EFBFBD><EFBFBD><EFBFBD>Ǽ<EFBFBD>', Tv1, 'ɴ<>ֿ߲<DFB2>');
|
|
|
|
|
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
procedure TfrmYarnInEdit.ToolButton2Click(Sender: TObject);
|
|
|
|
|
begin
|
|
|
|
|
try
|
|
|
|
|
frmYarnPurchasePlanSel := TfrmYarnPurchasePlanSel.Create(Application);
|
|
|
|
|
with frmYarnPurchasePlanSel do
|
|
|
|
|
begin
|
|
|
|
|
if ShowModal = 1 then
|
|
|
|
|
begin
|
|
|
|
|
with CDS_1 do
|
|
|
|
|
begin
|
|
|
|
|
First;
|
|
|
|
|
while not Eof do
|
|
|
|
|
begin
|
|
|
|
|
if CDS_1.fieldbyname('SSel').AsBoolean then
|
|
|
|
|
begin
|
|
|
|
|
with Self.CDS_Sub do
|
|
|
|
|
begin
|
|
|
|
|
Append;
|
|
|
|
|
FieldByName('IOType').Value := '<27>ɹ<EFBFBD><C9B9><EFBFBD><EFBFBD><EFBFBD>';
|
|
|
|
|
FieldByName('FromCoNo').Value := CDS_1.fieldbyname('SellNo').value;
|
|
|
|
|
FieldByName('FromCoName').Value := CDS_1.fieldbyname('SellName').value;
|
2024-07-07 19:26:56 +08:00
|
|
|
|
|
|
|
|
|
FieldByName('Supplier').Value := CDS_1.fieldbyname('SellName').value;
|
|
|
|
|
|
2024-07-07 09:35:27 +08:00
|
|
|
|
FieldByName('StkCoNo').Value := Trim(CDS_1.fieldbyname('BuyNo').AsString);
|
|
|
|
|
FieldByName('StkCoName').Value := CDS_1.fieldbyname('BuyName').value;
|
|
|
|
|
FieldByName('Brand').Value := CDS_1.fieldbyname('Brand').value;
|
2024-07-07 19:26:56 +08:00
|
|
|
|
FieldByName('Y_Type').Value := CDS_1.fieldbyname('Y_Type').value;
|
2024-07-07 09:35:27 +08:00
|
|
|
|
FieldByName('Y_Code').Value := CDS_1.fieldbyname('Y_Code').value;
|
|
|
|
|
FieldByName('Y_Name').Value := CDS_1.fieldbyname('Y_Name').value;
|
|
|
|
|
FieldByName('Y_Spec').Value := CDS_1.fieldbyname('Y_Spec').value;
|
|
|
|
|
FieldByName('Y_Composition').Value := CDS_1.fieldbyname('Y_Composition').value;
|
|
|
|
|
FieldByName('Denier').Value := CDS_1.fieldbyname('Denier').value;
|
|
|
|
|
FieldByName('Y_Color').Value := CDS_1.fieldbyname('Y_Color').value;
|
|
|
|
|
|
|
|
|
|
FieldByName('Qty').Value := CDS_1.fieldbyname('Qty').value;
|
|
|
|
|
FieldByName('QtyUnit').Value := CDS_1.fieldbyname('QtyUnit').value;
|
|
|
|
|
FieldByName('IOTime').Value := Trim(FormatDateTime('yyyy-MM-dd', Now));
|
|
|
|
|
|
2024-07-07 19:26:56 +08:00
|
|
|
|
// FieldByName('FromOrdNo').Value := CDS_1.fieldbyname('PurNo').value;
|
|
|
|
|
// FieldByName('FromMainId').Value := CDS_1.fieldbyname('PurMId').value;
|
|
|
|
|
// FieldByName('FromSubId').Value := CDS_1.fieldbyname('PurSId').value;
|
|
|
|
|
|
|
|
|
|
FieldByName('FromPurNo').Value := CDS_1.fieldbyname('PurNo').value;
|
|
|
|
|
FieldByName('FromPurMId').Value := CDS_1.fieldbyname('PurMId').value;
|
|
|
|
|
FieldByName('FromPurSId').Value := CDS_1.fieldbyname('PurSId').value;
|
|
|
|
|
|
2024-07-07 09:35:27 +08:00
|
|
|
|
end;
|
|
|
|
|
end;
|
|
|
|
|
Next;
|
|
|
|
|
end;
|
|
|
|
|
end;
|
|
|
|
|
end;
|
|
|
|
|
end;
|
|
|
|
|
finally
|
|
|
|
|
frmYarnPurchasePlanSel.Free;
|
|
|
|
|
end;
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
procedure TfrmYarnInEdit.ToolButton3Click(Sender: TObject);
|
|
|
|
|
begin
|
|
|
|
|
try
|
|
|
|
|
frmPurchaseContractSel := TfrmPurchaseContractSel.Create(Application);
|
|
|
|
|
with frmPurchaseContractSel do
|
|
|
|
|
begin
|
|
|
|
|
FPrtType := 'ɴ<><C9B4>';
|
|
|
|
|
if ShowModal = 1 then
|
|
|
|
|
begin
|
|
|
|
|
with frmPurchaseContractSel.CDS_1 do
|
|
|
|
|
begin
|
|
|
|
|
DisableControls;
|
|
|
|
|
First;
|
|
|
|
|
while not eof do
|
|
|
|
|
begin
|
|
|
|
|
if frmPurchaseContractSel.CDS_1.fieldbyname('SSel').AsBoolean then
|
|
|
|
|
begin
|
|
|
|
|
with Self.CDS_Sub do
|
|
|
|
|
begin
|
|
|
|
|
append;
|
|
|
|
|
FieldByName('IOTime').Value := Trim(FormatDateTime('yyyy-MM-dd', Now));
|
|
|
|
|
FieldByName('BYIOID').Value := null;
|
|
|
|
|
|
|
|
|
|
if Trim(frmPurchaseContractSel.CDS_1.fieldbyname('Sellno').AsString) = '<27>ɹ<EFBFBD>' then
|
|
|
|
|
FieldByName('IOType').Value := '<27>ɹ<EFBFBD><C9B9><EFBFBD><EFBFBD><EFBFBD>'
|
|
|
|
|
else
|
|
|
|
|
FieldByName('IOType').Value := '<27>ӹ<EFBFBD><D3B9><EFBFBD><EFBFBD><EFBFBD>';
|
|
|
|
|
|
|
|
|
|
FieldByName('StkCoNo').Value := '<27><><EFBFBD><EFBFBD><EFBFBD>ֿ<EFBFBD>';
|
|
|
|
|
FieldByName('StkCoName').Value := '<27><><EFBFBD><EFBFBD><EFBFBD>ֿ<EFBFBD>';
|
|
|
|
|
FieldByName('FromCoNo').Value := Trim(frmPurchaseContractSel.CDS_1.fieldbyname('Sellno').AsString);
|
|
|
|
|
FieldByName('FromCoName').Value := Trim(frmPurchaseContractSel.CDS_1.fieldbyname('Sellname').AsString);
|
|
|
|
|
|
|
|
|
|
FieldByName('FromPurNo').Value := Trim(frmPurchaseContractSel.CDS_1.fieldbyname('ConNo').AsString);
|
|
|
|
|
FieldByName('FromPurMId').Value := Trim(frmPurchaseContractSel.CDS_1.fieldbyname('ConMId').AsString);
|
|
|
|
|
FieldByName('FromPurSId').Value := Trim(frmPurchaseContractSel.CDS_1.fieldbyname('ConSId').AsString);
|
|
|
|
|
|
|
|
|
|
FieldByName('FromOrdNo').Value := Trim(frmPurchaseContractSel.CDS_1.fieldbyname('FromOrderNo').AsString);
|
|
|
|
|
FieldByName('FromMainId').Value := Trim(frmPurchaseContractSel.CDS_1.fieldbyname('FromMainId').AsString);
|
|
|
|
|
FieldByName('FromSubId').Value := Trim(frmPurchaseContractSel.CDS_1.fieldbyname('FromSubId').AsString);
|
|
|
|
|
|
|
|
|
|
FieldByName('FromTPNID').Value := Trim(frmPurchaseContractSel.CDS_1.fieldbyname('FromTPNID').AsString);
|
|
|
|
|
FieldByName('Y_Code').Value := Trim(frmPurchaseContractSel.CDS_1.fieldbyname('C_Code').AsString);
|
|
|
|
|
FieldByName('Y_Name').Value := Trim(frmPurchaseContractSel.CDS_1.fieldbyname('C_Name').AsString);
|
|
|
|
|
FieldByName('Y_Spec').Value := Trim(frmPurchaseContractSel.CDS_1.fieldbyname('C_Spec').AsString);
|
|
|
|
|
FieldByName('Y_Composition').Value := Trim(frmPurchaseContractSel.CDS_1.fieldbyname('C_Composition').AsString);
|
|
|
|
|
FieldByName('Y_Color').Value := Trim(frmPurchaseContractSel.CDS_1.fieldbyname('C_Color').AsString);
|
|
|
|
|
FieldByName('QtyUnit').Value := Trim(frmPurchaseContractSel.CDS_1.fieldbyname('ConUnit').AsString);
|
|
|
|
|
end;
|
|
|
|
|
end;
|
|
|
|
|
Next;
|
|
|
|
|
end;
|
|
|
|
|
EnableControls;
|
|
|
|
|
end;
|
|
|
|
|
end;
|
|
|
|
|
end;
|
|
|
|
|
finally
|
|
|
|
|
frmPurchaseContractSel.Free;
|
|
|
|
|
end;
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
procedure TfrmYarnInEdit.ToolButton4Click(Sender: TObject);
|
|
|
|
|
var
|
|
|
|
|
excelApp, WorkBook: Variant;
|
|
|
|
|
i, j, k, LX, ExcelRowCount: integer;
|
|
|
|
|
maxId, FCPID, FCPName, t1, t2, t3, FFID: string;
|
|
|
|
|
begin
|
|
|
|
|
|
|
|
|
|
try
|
|
|
|
|
excelApp := CreateOleObject('Excel.Application');
|
|
|
|
|
openDialog1.Filter := '*.CSV;*.xls';
|
|
|
|
|
if opendialog1.Execute then
|
|
|
|
|
begin
|
|
|
|
|
WorkBook := excelApp.WorkBooks.Open(OpenDialog1.FileName);
|
|
|
|
|
end
|
|
|
|
|
else
|
|
|
|
|
exit;
|
|
|
|
|
excelApp.Visible := false;
|
|
|
|
|
ExcelRowCount := WorkBook.WorkSheets[1].UsedRange.Rows.Count;
|
|
|
|
|
except
|
|
|
|
|
application.MessageBox('<27><><EFBFBD><EFBFBD>EXCEL<45><4C><EFBFBD><EFBFBD><EFBFBD><EFBFBD>', '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ϣ', MB_ICONERROR);
|
|
|
|
|
exit;
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
CDS_LM.EmptyDataSet;
|
|
|
|
|
|
|
|
|
|
for j := 0 to Tv1.ColumnCount - 1 do
|
|
|
|
|
begin
|
|
|
|
|
with CDS_LM do
|
|
|
|
|
begin
|
|
|
|
|
Append;
|
|
|
|
|
FieldByName('LCode').Value := trim(Tv1.Columns[j].DataBinding.FieldName);
|
|
|
|
|
FieldByName('LName').Value := trim(Tv1.Columns[j].Caption);
|
|
|
|
|
Post;
|
|
|
|
|
end;
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
try
|
|
|
|
|
for i := 1 to 50 do
|
|
|
|
|
begin
|
|
|
|
|
if trim(WorkBook.WorkSheets[1].Cells[1, i].value) = '' then
|
|
|
|
|
continue;
|
|
|
|
|
if CDS_LM.Locate('LName', trim(WorkBook.WorkSheets[1].Cells[1, i].value), []) then
|
|
|
|
|
begin
|
|
|
|
|
with CDS_LM do
|
|
|
|
|
begin
|
|
|
|
|
Edit;
|
|
|
|
|
FieldByName('LXH').Value := i;
|
|
|
|
|
Post;
|
|
|
|
|
end;
|
|
|
|
|
end;
|
|
|
|
|
end;
|
|
|
|
|
except
|
|
|
|
|
application.MessageBox('<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>', '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ϣ', MB_ICONERROR);
|
|
|
|
|
exit;
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
try
|
|
|
|
|
for i := 2 to ExcelRowCount do
|
|
|
|
|
begin
|
|
|
|
|
with CDS_Sub do
|
|
|
|
|
begin
|
|
|
|
|
Append;
|
|
|
|
|
CDS_LM.First;
|
|
|
|
|
while not CDS_LM.Eof do
|
|
|
|
|
begin
|
|
|
|
|
if CDS_LM.FieldByName('LXH').AsInteger > 0 then
|
|
|
|
|
CDS_Sub.fieldbyname(CDS_LM.FieldByName('LCode').AsString).Value := WorkBook.WorkSheets[1].Cells[i, CDS_LM.FieldByName('LXH').AsInteger].Value;
|
|
|
|
|
CDS_LM.Next;
|
|
|
|
|
end;
|
|
|
|
|
Post;
|
|
|
|
|
end;
|
|
|
|
|
end;
|
|
|
|
|
WorkBook.Close;
|
|
|
|
|
excelApp.Quit;
|
|
|
|
|
excelApp := Unassigned;
|
|
|
|
|
WorkBook := Unassigned;
|
|
|
|
|
except
|
|
|
|
|
WorkBook.Close;
|
|
|
|
|
excelApp.Quit;
|
|
|
|
|
excelApp := Unassigned;
|
|
|
|
|
WorkBook := Unassigned;
|
|
|
|
|
exit;
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
end;
|
|
|
|
|
|
2024-07-07 19:26:56 +08:00
|
|
|
|
procedure TfrmYarnInEdit.ToolButton5Click(Sender: TObject);
|
|
|
|
|
var
|
|
|
|
|
MIOType, MFromCoNo, MFromCoName, MStkCoNo, MStkCoName, MStkPosition, MSupplier: string;
|
|
|
|
|
begin
|
|
|
|
|
|
|
|
|
|
MIOType := CDS_Sub.FieldByName('IOType').AsString;
|
|
|
|
|
MFromCoNo := CDS_Sub.FieldByName('FromCoNo').AsString;
|
|
|
|
|
MFromCoName := CDS_Sub.FieldByName('FromCoName').AsString;
|
|
|
|
|
MStkCoNo := CDS_Sub.FieldByName('StkCoNo').AsString;
|
|
|
|
|
MStkCoName := CDS_Sub.FieldByName('StkCoName').AsString;
|
|
|
|
|
MStkPosition := CDS_Sub.FieldByName('StkPosition').AsString;
|
|
|
|
|
MSupplier := CDS_Sub.FieldByName('Supplier').AsString;
|
|
|
|
|
with CDS_Sub do
|
|
|
|
|
begin
|
|
|
|
|
DisableControls;
|
|
|
|
|
while not eof do
|
|
|
|
|
begin
|
|
|
|
|
Edit;
|
|
|
|
|
CDS_Sub.FieldByName('IOType').Value := MIOType;
|
|
|
|
|
CDS_Sub.FieldByName('FromCoNo').Value := MFromCoNo;
|
|
|
|
|
CDS_Sub.FieldByName('FromCoName').Value := MFromCoName;
|
|
|
|
|
CDS_Sub.FieldByName('StkCoNo').Value := MStkCoNo;
|
|
|
|
|
CDS_Sub.FieldByName('StkCoName').Value := MStkCoName;
|
|
|
|
|
CDS_Sub.FieldByName('StkPosition').Value := MStkPosition;
|
|
|
|
|
CDS_Sub.FieldByName('Supplier').Value := MSupplier;
|
|
|
|
|
Post;
|
|
|
|
|
Next;
|
|
|
|
|
end;
|
|
|
|
|
EnableControls;
|
|
|
|
|
end;
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
procedure TfrmYarnInEdit.Tv1Column10PropertiesButtonClick(Sender: TObject; AButtonIndex: Integer);
|
2024-07-07 09:35:27 +08:00
|
|
|
|
begin
|
|
|
|
|
try
|
|
|
|
|
frmCompanySel := TfrmCompanySel.Create(Application);
|
|
|
|
|
with frmCompanySel do
|
|
|
|
|
begin
|
2024-07-07 19:26:56 +08:00
|
|
|
|
FCoType := '<27><>Ӧ<EFBFBD><D3A6>';
|
2024-07-07 09:35:27 +08:00
|
|
|
|
if ShowModal = 1 then
|
|
|
|
|
begin
|
|
|
|
|
with Self.CDS_Sub do
|
|
|
|
|
begin
|
|
|
|
|
Edit;
|
2024-07-07 19:26:56 +08:00
|
|
|
|
// FieldByName('FromCoNo').Value := Trim(CDS_1.fieldbyname('CoCode').AsString);
|
|
|
|
|
FieldByName('Supplier').Value := Trim(CDS_1.fieldbyname('CoAbbrName').AsString);
|
2024-07-07 09:35:27 +08:00
|
|
|
|
end;
|
|
|
|
|
end;
|
|
|
|
|
end;
|
|
|
|
|
finally
|
|
|
|
|
frmCompanySel.Free;
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
end;
|
|
|
|
|
|
2024-07-07 19:26:56 +08:00
|
|
|
|
procedure TfrmYarnInEdit.Tv1Column1PropertiesButtonClick(Sender: TObject; AButtonIndex: Integer);
|
|
|
|
|
begin
|
|
|
|
|
// try
|
|
|
|
|
// frmCompanySel := TfrmCompanySel.Create(Application);
|
|
|
|
|
// with frmCompanySel do
|
|
|
|
|
// begin
|
|
|
|
|
// FCoType := '<27><>Ӧ<EFBFBD><D3A6>';
|
|
|
|
|
// if ShowModal = 1 then
|
|
|
|
|
// begin
|
|
|
|
|
// with Self.CDS_Sub do
|
|
|
|
|
// begin
|
|
|
|
|
// Edit;
|
|
|
|
|
// FieldByName('StkCoNo').Value := Trim(CDS_1.fieldbyname('CoCode').AsString);
|
|
|
|
|
// FieldByName('StkCoName').Value := Trim(CDS_1.fieldbyname('CoAbbrName').AsString);
|
|
|
|
|
// end;
|
|
|
|
|
// end;
|
|
|
|
|
// end;
|
|
|
|
|
// finally
|
|
|
|
|
// frmCompanySel.Free;
|
|
|
|
|
// end;
|
|
|
|
|
try
|
|
|
|
|
frmZDYHelp := TfrmZDYHelp.Create(Application);
|
|
|
|
|
with frmZDYHelp do
|
|
|
|
|
begin
|
|
|
|
|
flag := 'StkCoName';
|
|
|
|
|
flagname := '<27><><EFBFBD>ŵ<EFBFBD>λ';
|
|
|
|
|
MainType := FSTKName;
|
|
|
|
|
if ShowModal = 1 then
|
|
|
|
|
begin
|
|
|
|
|
with Self.CDS_Sub do
|
|
|
|
|
begin
|
|
|
|
|
Edit;
|
|
|
|
|
FieldByName('StkCoName').Value := Trim(frmZDYHelp.ClientDataSet1.fieldbyname('ZdyName').AsString);
|
|
|
|
|
end;
|
|
|
|
|
end;
|
|
|
|
|
end;
|
|
|
|
|
finally
|
|
|
|
|
frmZDYHelp.Free;
|
|
|
|
|
end;
|
|
|
|
|
end;
|
|
|
|
|
|
2024-07-07 09:35:27 +08:00
|
|
|
|
procedure TfrmYarnInEdit.Tv1Column2PropertiesButtonClick(Sender: TObject; AButtonIndex: Integer);
|
|
|
|
|
begin
|
|
|
|
|
try
|
|
|
|
|
frmYarnInfoSel := TfrmYarnInfoSel.Create(Application);
|
|
|
|
|
with frmYarnInfoSel do
|
|
|
|
|
begin
|
|
|
|
|
FSTKName := Self.FSTKName;
|
|
|
|
|
if ShowModal = 1 then
|
|
|
|
|
begin
|
|
|
|
|
with Self.CDS_Sub do
|
|
|
|
|
begin
|
|
|
|
|
Edit;
|
|
|
|
|
FieldByName('Brand').Value := CDS_1.fieldbyname('Brand').value;
|
|
|
|
|
FieldByName('Y_Code').Value := CDS_1.fieldbyname('Y_Code').value;
|
|
|
|
|
FieldByName('Y_Name').Value := CDS_1.fieldbyname('Y_Name').value;
|
|
|
|
|
FieldByName('Y_Spec').Value := CDS_1.fieldbyname('Y_Spec').value;
|
|
|
|
|
FieldByName('Y_Composition').Value := CDS_1.fieldbyname('Y_Composition').value;
|
|
|
|
|
FieldByName('Denier').Value := CDS_1.fieldbyname('Denier').value;
|
|
|
|
|
FieldByName('Y_Color').Value := CDS_1.fieldbyname('Y_Color').value;
|
|
|
|
|
end;
|
|
|
|
|
end;
|
|
|
|
|
end;
|
|
|
|
|
finally
|
|
|
|
|
frmYarnInfoSel.Free;
|
|
|
|
|
end;
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
procedure TfrmYarnInEdit.v1Column14PropertiesButtonClick(Sender: TObject; AButtonIndex: Integer);
|
|
|
|
|
begin
|
|
|
|
|
|
|
|
|
|
try
|
|
|
|
|
frmCompanySel := TfrmCompanySel.Create(Application);
|
|
|
|
|
with frmCompanySel do
|
|
|
|
|
begin
|
|
|
|
|
FCoType := '<27><>Ӧ<EFBFBD><D3A6>';
|
|
|
|
|
if ShowModal = 1 then
|
|
|
|
|
begin
|
|
|
|
|
with Self.CDS_Sub do
|
|
|
|
|
begin
|
|
|
|
|
Edit;
|
|
|
|
|
FieldByName('FromCoNo').Value := Trim(CDS_1.fieldbyname('CoCode').AsString);
|
|
|
|
|
FieldByName('FromCoName').Value := Trim(CDS_1.fieldbyname('CoAbbrName').AsString);
|
2024-07-07 19:26:56 +08:00
|
|
|
|
|
|
|
|
|
if Trim(CDS_Sub.fieldbyname('IOType').AsString) = '<27>ɹ<EFBFBD><C9B9><EFBFBD><EFBFBD><EFBFBD>' then
|
|
|
|
|
FieldByName('Supplier').Value := Trim(CDS_1.fieldbyname('CoAbbrName').AsString);
|
|
|
|
|
|
2024-07-07 09:35:27 +08:00
|
|
|
|
end;
|
|
|
|
|
end;
|
|
|
|
|
end;
|
|
|
|
|
finally
|
|
|
|
|
frmCompanySel.Free;
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
procedure TfrmYarnInEdit.v1Column5PropertiesButtonClick(Sender: TObject; AButtonIndex: Integer);
|
|
|
|
|
begin
|
|
|
|
|
try
|
|
|
|
|
frmZDYHelp := TfrmZDYHelp.Create(Application);
|
|
|
|
|
with frmZDYHelp do
|
|
|
|
|
begin
|
|
|
|
|
flag := 'StkPosition';
|
|
|
|
|
flagname := '<27><>λ';
|
|
|
|
|
MainType := FSTKName;
|
|
|
|
|
if ShowModal = 1 then
|
|
|
|
|
begin
|
|
|
|
|
with Self.CDS_Sub do
|
|
|
|
|
begin
|
|
|
|
|
Edit;
|
|
|
|
|
FieldByName('StkPosition').Value := Trim(frmZDYHelp.ClientDataSet1.fieldbyname('ZdyName').AsString);
|
|
|
|
|
end;
|
|
|
|
|
end;
|
|
|
|
|
end;
|
|
|
|
|
finally
|
|
|
|
|
frmZDYHelp.Free;
|
|
|
|
|
end;
|
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
end.
|
|
|
|
|
|