2038 lines
56 KiB
ObjectPascal
2038 lines
56 KiB
ObjectPascal
unit U_KnitMachInsp1;
|
||
|
||
interface
|
||
|
||
uses
|
||
Windows, Messages, SysUtils, StrUtils, Variants, Classes, Graphics, Controls,
|
||
Forms, Dialogs, StdCtrls, cxStyles, cxCustomData, cxGraphics, cxFilter, cxData,
|
||
cxDataStorage, cxEdit, DB, cxDBData, cxCalendar, cxGridLevel,
|
||
cxGridCustomTableView, cxGridTableView, cxGridDBTableView, cxClasses,
|
||
cxControls, cxGridCustomView, cxGrid, RM_Common, RM_Class, RM_GridReport,
|
||
RM_System, RM_Dataset, ADODB, DBClient, cxGridCustomPopupMenu, cxGridPopupMenu,
|
||
ExtCtrls, ComCtrls, ToolWin, cxTextEdit, Buttons, cxSplitter, cxCheckBox,
|
||
MovePanel, cxLookAndFeels, cxLookAndFeelPainters, cxNavigator, Menus,
|
||
U_BaseList, dxSkinsCore, dxSkinsDefaultPainters, dxDateRanges,
|
||
dxBarBuiltInMenu, cxContainer, cxImage, cxDBEdit, IdBaseComponent, IdComponent,
|
||
IdTCPConnection, IdTCPClient, IdExplicitTLSClientServerBase, ShellAPI, IdFTP,
|
||
FireDAC.Stan.StorageXML, cxPC, XMLDoc, XMLIntf, DateUtils, cxMaskEdit,
|
||
cxButtonEdit, MMSystem, 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, dxSkinWXI,
|
||
dxSkinXmas2008Blue, dxScrollbarAnnotations;
|
||
|
||
type
|
||
TfrmKnitMachInsp1 = class(TfrmBaseList)
|
||
cxStyleRepository1: TcxStyleRepository;
|
||
cxStyle1: TcxStyle;
|
||
cxStyle2: TcxStyle;
|
||
GPM_1: TcxGridPopupMenu;
|
||
ADOQueryMain: TADOQuery;
|
||
ADOCmd: TADOQuery;
|
||
RMDB_1: TRMDBDataSet;
|
||
DS_2: TDataSource;
|
||
CDS_2: TClientDataSet;
|
||
ADOQueryPrint: TADOQuery;
|
||
GPM_2: TcxGridPopupMenu;
|
||
ADOQueryMainDSC: TADOQuery;
|
||
Panel7: TPanel;
|
||
AOrdDefNote1: TRichEdit;
|
||
RM1: TRMGridReport;
|
||
ADOTmp: TADOQuery;
|
||
ScrollBox1: TScrollBox;
|
||
SpeedButton13: TSpeedButton;
|
||
SpeedButton14: TSpeedButton;
|
||
SpeedButton15: TSpeedButton;
|
||
SpeedButton16: TSpeedButton;
|
||
SpeedButton17: TSpeedButton;
|
||
SpeedButton18: TSpeedButton;
|
||
SpeedButton21: TSpeedButton;
|
||
SpeedButton22: TSpeedButton;
|
||
SpeedButton23: TSpeedButton;
|
||
SpeedButton24: TSpeedButton;
|
||
SpeedButton25: TSpeedButton;
|
||
SpeedButton26: TSpeedButton;
|
||
SpeedButton29: TSpeedButton;
|
||
SpeedButton30: TSpeedButton;
|
||
SpeedButton31: TSpeedButton;
|
||
SpeedButton32: TSpeedButton;
|
||
SpeedButton33: TSpeedButton;
|
||
SpeedButton34: TSpeedButton;
|
||
SpeedButton37: TSpeedButton;
|
||
SpeedButton38: TSpeedButton;
|
||
SpeedButton39: TSpeedButton;
|
||
SpeedButton40: TSpeedButton;
|
||
SpeedButton41: TSpeedButton;
|
||
SpeedButton42: TSpeedButton;
|
||
SpeedButton45: TSpeedButton;
|
||
SpeedButton46: TSpeedButton;
|
||
SpeedButton47: TSpeedButton;
|
||
SpeedButton48: TSpeedButton;
|
||
SpeedButton50: TSpeedButton;
|
||
SpeedButton51: TSpeedButton;
|
||
SpeedButton54: TSpeedButton;
|
||
SpeedButton55: TSpeedButton;
|
||
SpeedButton56: TSpeedButton;
|
||
SpeedButton57: TSpeedButton;
|
||
SpeedButton58: TSpeedButton;
|
||
SpeedButton59: TSpeedButton;
|
||
SpeedButton62: TSpeedButton;
|
||
SpeedButton63: TSpeedButton;
|
||
SpeedButton64: TSpeedButton;
|
||
SpeedButton65: TSpeedButton;
|
||
SpeedButton66: TSpeedButton;
|
||
SpeedButton67: TSpeedButton;
|
||
SpeedButton70: TSpeedButton;
|
||
SpeedButton71: TSpeedButton;
|
||
SpeedButton72: TSpeedButton;
|
||
SpeedButton73: TSpeedButton;
|
||
SpeedButton74: TSpeedButton;
|
||
SpeedButton75: TSpeedButton;
|
||
SpeedButton19: TSpeedButton;
|
||
SpeedButton20: TSpeedButton;
|
||
SpeedButton27: TSpeedButton;
|
||
SpeedButton28: TSpeedButton;
|
||
SpeedButton35: TSpeedButton;
|
||
SpeedButton36: TSpeedButton;
|
||
SpeedButton43: TSpeedButton;
|
||
SpeedButton44: TSpeedButton;
|
||
SpeedButton52: TSpeedButton;
|
||
SpeedButton53: TSpeedButton;
|
||
SpeedButton60: TSpeedButton;
|
||
SpeedButton61: TSpeedButton;
|
||
SpeedButton68: TSpeedButton;
|
||
SpeedButton69: TSpeedButton;
|
||
SpeedButton76: TSpeedButton;
|
||
SpeedButton77: TSpeedButton;
|
||
SpeedButton78: TSpeedButton;
|
||
SpeedButton79: TSpeedButton;
|
||
SpeedButton80: TSpeedButton;
|
||
SpeedButton81: TSpeedButton;
|
||
SpeedButton82: TSpeedButton;
|
||
SpeedButton83: TSpeedButton;
|
||
CDS_3: TClientDataSet;
|
||
DS_3: TDataSource;
|
||
ADOQueryImage: TADOQuery;
|
||
DataSource2: TDataSource;
|
||
IdFTP1: TIdFTP;
|
||
Panel4: TPanel;
|
||
cxGrid3: TcxGrid;
|
||
Tv3: TcxGridDBTableView;
|
||
cxGridDBColumn1: TcxGridDBColumn;
|
||
v3Column1: TcxGridDBColumn;
|
||
v3Column4: TcxGridDBColumn;
|
||
v3Column5: TcxGridDBColumn;
|
||
cxGridLevel2: TcxGridLevel;
|
||
Panel3: TPanel;
|
||
SpeedButton1: TSpeedButton;
|
||
SpeedButton2: TSpeedButton;
|
||
SpeedButton3: TSpeedButton;
|
||
SpeedButton4: TSpeedButton;
|
||
SpeedButton5: TSpeedButton;
|
||
SpeedButton6: TSpeedButton;
|
||
SpeedButton7: TSpeedButton;
|
||
SpeedButton8: TSpeedButton;
|
||
SpeedButton9: TSpeedButton;
|
||
SpeedButton10: TSpeedButton;
|
||
SpeedButton11: TSpeedButton;
|
||
SpeedButton12: TSpeedButton;
|
||
Panel1: TPanel;
|
||
Pic_Image1: TcxDBImage;
|
||
Tv3Column1: TcxGridDBColumn;
|
||
MovePanel1: TMovePanel;
|
||
Label17: TLabel;
|
||
Label18: TLabel;
|
||
lblLenUnit1: TLabel;
|
||
CIFBeg: TEdit;
|
||
Button1: TButton;
|
||
Button4: TButton;
|
||
CIFEnd: TEdit;
|
||
CIFQty: TEdit;
|
||
RadioGroup1: TRadioGroup;
|
||
Button2: TButton;
|
||
Panel8: TPanel;
|
||
cxDBImage1: TcxDBImage;
|
||
DS_ImgHX: TDataSource;
|
||
Qry_ImgHX: TADOQuery;
|
||
Tv3Column3: TcxGridDBColumn;
|
||
Tv3Column4: TcxGridDBColumn;
|
||
cxStyle4: TcxStyle;
|
||
cxPageControl1: TcxPageControl;
|
||
cxTabSheet1: TcxTabSheet;
|
||
<EFBFBD>鿴: TcxTabSheet;
|
||
cxGrid2: TcxGrid;
|
||
Tv2: TcxGridDBTableView;
|
||
tv2CDType: TcxGridDBColumn;
|
||
tv2CDWZ: TcxGridDBColumn;
|
||
v2Column2: TcxGridDBColumn;
|
||
Tv2CDQty: TcxGridDBColumn;
|
||
Tv2CDReason: TcxGridDBColumn;
|
||
v2Column1: TcxGridDBColumn;
|
||
v2Column3: TcxGridDBColumn;
|
||
v2Column4: TcxGridDBColumn;
|
||
cxGridLevel1: TcxGridLevel;
|
||
cxGrid1: TcxGrid;
|
||
TV1: TcxGridDBTableView;
|
||
cxGridDBColumn2: TcxGridDBColumn;
|
||
cxGridDBColumn3: TcxGridDBColumn;
|
||
cxGridDBColumn4: TcxGridDBColumn;
|
||
cxGridDBColumn5: TcxGridDBColumn;
|
||
cxGridDBColumn6: TcxGridDBColumn;
|
||
cxGridDBColumn7: TcxGridDBColumn;
|
||
cxGridDBColumn8: TcxGridDBColumn;
|
||
cxGridDBColumn9: TcxGridDBColumn;
|
||
cxGridLevel3: TcxGridLevel;
|
||
DS_1: TDataSource;
|
||
CDS_1: TClientDataSet;
|
||
lblCIFName: TLabel;
|
||
Label2: TLabel;
|
||
Label8: TLabel;
|
||
CIFNumber: TEdit;
|
||
Panel9: TPanel;
|
||
Panel2: TPanel;
|
||
BTPrint: TButton;
|
||
Button6: TButton;
|
||
Button8: TButton;
|
||
ToolBar2: TToolBar;
|
||
ToolButton3: TToolButton;
|
||
ToolButton5: TToolButton;
|
||
ToolButton6: TToolButton;
|
||
GPM_3: TcxGridPopupMenu;
|
||
Panel6: TPanel;
|
||
Label35: TLabel;
|
||
Label16: TLabel;
|
||
Label26: TLabel;
|
||
edtChen: TEdit;
|
||
edtMaBiao: TEdit;
|
||
ComboBox1: TComboBox;
|
||
Edit6: TEdit;
|
||
Label6: TLabel;
|
||
Panel10: TPanel;
|
||
Label14: TLabel;
|
||
Label23: TLabel;
|
||
Label24: TLabel;
|
||
Label25: TLabel;
|
||
Label1: TLabel;
|
||
orderno: TEdit;
|
||
Loom: TEdit;
|
||
ColorNo: TEdit;
|
||
CodeName: TEdit;
|
||
edtScan: TEdit;
|
||
Button3: TButton;
|
||
ToolButton4: TToolButton;
|
||
ToolButton7: TToolButton;
|
||
ToolButton8: TToolButton;
|
||
Label7: TLabel;
|
||
edtMBDW: TEdit;
|
||
ToolBar1: TToolBar;
|
||
ToolButton1: TToolButton;
|
||
ToolButton2: TToolButton;
|
||
ToolButton9: TToolButton;
|
||
Label9: TLabel;
|
||
MinLen: TEdit;
|
||
Label15: TLabel;
|
||
MinWeight: TEdit;
|
||
MaxLen: TEdit;
|
||
MaxWeight: TEdit;
|
||
Label19: TLabel;
|
||
MPlace: TEdit;
|
||
Label20: TLabel;
|
||
Label21: TLabel;
|
||
YPlace: TEdit;
|
||
Label27: TLabel;
|
||
KgPlace: TEdit;
|
||
Label28: TLabel;
|
||
Label33: TLabel;
|
||
Label13: TLabel;
|
||
BatchNO: TEdit;
|
||
Label22: TLabel;
|
||
Grade: TComboBox;
|
||
Label10: TLabel;
|
||
ComboBox2: TComboBox;
|
||
Label12: TLabel;
|
||
Label34: TLabel;
|
||
Label49: TLabel;
|
||
WorkShift: TComboBox;
|
||
SCPerson: TcxButtonEdit;
|
||
JBSCPerson: TcxButtonEdit;
|
||
Label36: TLabel;
|
||
Revolution1: TEdit;
|
||
Label38: TLabel;
|
||
Revolution2: TEdit;
|
||
lblLenUnit: TLabel;
|
||
Label4: TLabel;
|
||
Label5: TLabel;
|
||
Label11: TLabel;
|
||
Label3: TLabel;
|
||
lblRuleConversion: TLabel;
|
||
InputLen: TEdit;
|
||
InputWeight: TEdit;
|
||
Coefficient: TEdit;
|
||
Tare: TEdit;
|
||
lblRCL: TLabel;
|
||
Label29: TLabel;
|
||
C_Spec: TEdit;
|
||
Button5: TButton;
|
||
procedure FormDestroy(Sender: TObject);
|
||
procedure FormClose(Sender: TObject; var Action: TCloseAction);
|
||
procedure FormShow(Sender: TObject);
|
||
procedure Tv2CellDblClick(Sender: TcxCustomGridTableView; ACellViewInfo: TcxGridTableDataCellViewInfo; AButton: TMouseButton; AShift: TShiftState; var AHandled: Boolean);
|
||
procedure BTPrintClick(Sender: TObject);
|
||
procedure SpeedButton1Click(Sender: TObject);
|
||
procedure SpeedButton12Click(Sender: TObject);
|
||
procedure SpeedButton13Click(Sender: TObject);
|
||
procedure Button1Click(Sender: TObject);
|
||
procedure ToolButton1Click(Sender: TObject);
|
||
procedure edtScanKeyPress(Sender: TObject; var Key: Char);
|
||
procedure CIFBegClick(Sender: TObject);
|
||
procedure CIFEndChange(Sender: TObject);
|
||
procedure Edit6Click(Sender: TObject);
|
||
procedure MJstr3KeyPress(Sender: TObject; var Key: Char);
|
||
procedure Button2Click(Sender: TObject);
|
||
procedure GrossWeightChange(Sender: TObject);
|
||
procedure edtScanClick(Sender: TObject);
|
||
procedure NetWeightKeyPress(Sender: TObject; var Key: Char);
|
||
procedure FormCreate(Sender: TObject);
|
||
procedure Button4Click(Sender: TObject);
|
||
procedure edtChenClick(Sender: TObject);
|
||
procedure Button6Click(Sender: TObject);
|
||
procedure Button8Click(Sender: TObject);
|
||
procedure Tv3MouseDown(Sender: TObject; Button: TMouseButton; Shift: TShiftState; X, Y: Integer);
|
||
procedure edtYJClick(Sender: TObject);
|
||
procedure cxDBImage1DblClick(Sender: TObject);
|
||
procedure Pic_Image1DblClick(Sender: TObject);
|
||
procedure Tv3CustomDrawCell(Sender: TcxCustomGridTableView; ACanvas: TcxCanvas; AViewInfo: TcxGridTableDataCellViewInfo; var ADone: Boolean);
|
||
procedure lblLenUnitClick(Sender: TObject);
|
||
procedure ToolButton3Click(Sender: TObject);
|
||
procedure ToolButton6Click(Sender: TObject);
|
||
procedure ToolButton5Click(Sender: TObject);
|
||
procedure Button3Click(Sender: TObject);
|
||
procedure ToolButton4Click(Sender: TObject);
|
||
procedure ToolButton7Click(Sender: TObject);
|
||
procedure ToolButton8Click(Sender: TObject);
|
||
procedure ComboBox1Change(Sender: TObject);
|
||
procedure ToolButton9Click(Sender: TObject);
|
||
procedure ToolButton2Click(Sender: TObject);
|
||
procedure MinLenExit(Sender: TObject);
|
||
procedure cxButtonEdit1PropertiesButtonClick(Sender: TObject; AButtonIndex: Integer);
|
||
procedure JBSCPersonPropertiesButtonClick(Sender: TObject; AButtonIndex: Integer);
|
||
procedure InputWeightChange(Sender: TObject);
|
||
procedure Button5Click(Sender: TObject);
|
||
procedure InputWeightKeyPress(Sender: TObject; var Key: Char);
|
||
private
|
||
{ Private declarations }
|
||
FCIID, FOperationStatus, FCIFName, FWorkshop, FLoom: string;
|
||
|
||
FOrderNo, FMainId, FSubId, FPCId, FConNo, FConMId, FConSId: string;
|
||
FBatchNO, FLenUnit, FC_Code, FC_Name, FC_Spec, FC_Width, FC_GramWeight: string;
|
||
FC_Color, FC_ColorNo, FC_StyleNo, FC_Pattern, FC_CustPattern, FC_Composition, FC_ColorDepth: string;
|
||
FAddLen, FAddWet, FRuleBeforeTare, FRuleLaterTare: string;
|
||
|
||
FFtyPCId, FGangNo: string;
|
||
FPieceNo, FPCNo: Integer;
|
||
IsCommopen: boolean;
|
||
procedure SetINIFile(); //<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ļ<EFBFBD>
|
||
procedure GetINIFile(); //<2F><><EFBFBD>ó<EFBFBD><C3B3>ȵ<EFBFBD>λ
|
||
procedure SetUnit(MUnit: string); //<2F><><EFBFBD>ó<EFBFBD><C3B3>ȵ<EFBFBD>λ
|
||
procedure SetDdetails(); //ˢ<><CBA2><EFBFBD><EFBFBD>ϸ<EFBFBD><CFB8>Ϣ
|
||
procedure InitCDPanel(); //ˢ<>´õ<C2B4>ѡ<EFBFBD><D1A1>
|
||
procedure InitCDGrid(MCIID: string); //ˢ<>´õ<C2B4><C3B5>Ǽ<EFBFBD><C7BC><EFBFBD>Ϣ
|
||
procedure InitCDGridCX(MCIID: string); //ˢ<>´õ<C2B4><C3B5><EFBFBD>ѯ<EFBFBD><D1AF>Ϣ
|
||
procedure InitJYGrid(); //ˢ<>¼<EFBFBD><C2BC><EFBFBD><EFBFBD><EFBFBD>Ϣ
|
||
function CheckData(CKType: string): Boolean; //У<><D0A3><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||
function SaveData(): Boolean; //<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||
procedure InitLCK(MPCId: string); //ɨ<><C9A8><EFBFBD><EFBFBD><EFBFBD>̿<EFBFBD>
|
||
procedure InitJTM(MCIID: string); //ɨ<><C9A8><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||
procedure ClearGlobal(); //<2F><><EFBFBD><EFBFBD>ȫ<EFBFBD><C8AB>ID
|
||
procedure PrtData(MCIID: string); //<2F><>ӡ<EFBFBD><D3A1><EFBFBD><EFBFBD>ǩ
|
||
procedure QuantityConversion(); //<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||
procedure InitImage(YFTPName: string); //ͼƬ
|
||
procedure InitImageHX(HXSID: string);
|
||
procedure LookImage(FileName: string);
|
||
procedure OpenCom(DllName: string); //<2F><EFBFBD><F2BFAAB4><EFBFBD>
|
||
procedure CloseCom(DllName: string); //<2F>رմ<D8B1><D5B4><EFBFBD>
|
||
procedure On1201(var Message: Tmessage); message 1201; //<2F><><EFBFBD>ӳ<EFBFBD>
|
||
procedure On1301(var Message: Tmessage); message 1301; //<2F><><EFBFBD><EFBFBD>
|
||
procedure PlayWav(MWav: string);
|
||
public
|
||
fmanage: string;
|
||
fFlileFlag: string;
|
||
{ Public declarations }
|
||
end;
|
||
|
||
var
|
||
frmKnitMachInsp1: TfrmKnitMachInsp1;
|
||
newh, newh1: hwnd;
|
||
|
||
implementation
|
||
|
||
uses
|
||
U_DataLink, U_RTFun, U_ZDYHelp, U_iniParam, U_EmployeeSel, U_LoomSel;
|
||
|
||
{$R *.dfm}
|
||
procedure TfrmKnitMachInsp1.PlayWav(MWav: string);
|
||
begin
|
||
if FileExists(PChar(ExtractFilePath(Application.ExeName) + 'wav\' + MWav + '.wav')) then
|
||
PlaySound(PChar(ExtractFilePath(Application.ExeName) + 'wav\' + MWav + '.wav'), 0, SND_ASYNC);
|
||
end;
|
||
|
||
procedure TfrmKnitMachInsp1.SetINIFile();
|
||
begin
|
||
if edtChen.Text = '<27><>' then
|
||
IsDZCDYDll := '1'
|
||
else
|
||
IsDZCDYDll := '0';
|
||
|
||
if edtMaBiao.Text = '<27><>' then
|
||
IsMBDYDll := '1'
|
||
else
|
||
IsMBDYDll := '0';
|
||
|
||
if edtMBDW.Text = '<27><>' then
|
||
IsMBDYDllUnit := '1'
|
||
else
|
||
IsMBDYDllUnit := '0';
|
||
|
||
LabQty := ComboBox1.Text;
|
||
FMinLen := MinLen.Text;
|
||
FMaxLen := MaxLen.Text;
|
||
FMinWeight := MinWeight.Text;
|
||
FMaxWeight := MaxWeight.Text;
|
||
|
||
FMPlace := MPlace.Text;
|
||
FYPlace := YPlace.Text;
|
||
FKgPlace := KgPlace.Text;
|
||
|
||
WriteINIFile();
|
||
|
||
end;
|
||
|
||
procedure TfrmKnitMachInsp1.GetINIFile();
|
||
begin
|
||
if IsDZCDYDll = '1' then
|
||
edtChen.Text := '<27><>'
|
||
else
|
||
edtChen.Text := '';
|
||
|
||
if IsMBDYDll = '1' then
|
||
edtMaBiao.Text := '<27><>'
|
||
else
|
||
edtMaBiao.Text := '';
|
||
|
||
if IsMBDYDllUnit = '1' then
|
||
edtMBDW.Text := '<27><>'
|
||
else
|
||
edtMBDW.Text := '';
|
||
|
||
ComboBox1.ItemIndex := ComboBox1.Items.IndexOf(trim(LabQty));
|
||
|
||
MinLen.Text := FMinLen;
|
||
MaxLen.Text := FMaxLen;
|
||
MinWeight.Text := FMinWeight;
|
||
MaxWeight.Text := FMaxWeight;
|
||
|
||
MPlace.Text := FMPlace;
|
||
YPlace.Text := FYPlace;
|
||
KgPlace.Text := FKgPlace;
|
||
end;
|
||
|
||
procedure TfrmKnitMachInsp1.SetDdetails();
|
||
begin
|
||
AOrdDefNote1.Text := '';
|
||
AOrdDefNote1.Text := AOrdDefNote1.Text + '<27><><EFBFBD><EFBFBD>:' + FPCId + #13;
|
||
AOrdDefNote1.Text := AOrdDefNote1.Text + 'Ʒ<><C6B7>:' + FC_Name + #13;
|
||
AOrdDefNote1.Text := AOrdDefNote1.Text + '<27><>ɫ:' + FC_Color + #13;
|
||
AOrdDefNote1.Text := AOrdDefNote1.Text + 'ɫ<><C9AB>:' + FC_ColorNo + #13;
|
||
|
||
end;
|
||
|
||
procedure TfrmKnitMachInsp1.SetUnit(MUnit: string);
|
||
begin
|
||
lblLenUnit.Caption := MUnit;
|
||
lblLenUnit1.Caption := MUnit;
|
||
end;
|
||
|
||
procedure TfrmKnitMachInsp1.InitImage(YFTPName: string);
|
||
begin
|
||
// with ADOQueryImage do
|
||
// begin
|
||
// close;
|
||
// sql.Clear;
|
||
// sql.Add('select * from TC_File A');
|
||
// sql.Add('where isnull(WBID,'''')<>'''' and WBID=' + quotedstr(YFTPName));
|
||
//// showmessage(sql.text);
|
||
// open;
|
||
// end;
|
||
end;
|
||
|
||
procedure TfrmKnitMachInsp1.InitImageHX(HXSID: string);
|
||
begin
|
||
// with Qry_ImgHX do
|
||
// begin
|
||
// close;
|
||
// sql.Clear;
|
||
// sql.Add('select * from TC_File A');
|
||
// sql.Add('where isnull(WBID,'''')<>'''' and WBID=' + quotedstr(HXSID));
|
||
//// ShowMessage(SQL.Text);
|
||
// open;
|
||
// end;
|
||
end;
|
||
|
||
procedure TfrmKnitMachInsp1.QuantityConversion();
|
||
begin
|
||
if lblRuleConversion.Caption = '<27><>ת<EFBFBD><D7AA><EFBFBD><EFBFBD>' then
|
||
begin
|
||
InputWeight.Text := floattostr(StrToFloatdef(trim(InputLen.Text), 0) * StrToFloatdef(trim(Coefficient.Text), 0) + StrToFloatdef(FRuleBeforeTare, 0));
|
||
end;
|
||
if lblRuleConversion.Caption = 'ë<><C3AB>ת<EFBFBD><D7AA>' then
|
||
begin
|
||
InputLen.Text := floattostr((StrToFloatdef(trim(InputWeight.Text), 0) + StrToFloatdef(FAddWet, 0) + StrToFloatdef(FRuleLaterTare, 0)) * StrToFloatdef(trim(Coefficient.Text), 0));
|
||
end;
|
||
if lblRuleConversion.Caption = '<27><><EFBFBD><EFBFBD>ת<EFBFBD><D7AA>' then
|
||
begin
|
||
InputLen.Text := floattostr((RoundFloat(StrToFloatdef(trim(InputWeight.Text), 0), 1) - StrToFloatdef(FRuleBeforeTare, 0)) * StrToFloatdef(trim(Coefficient.Text), 0));
|
||
end;
|
||
end;
|
||
|
||
function TfrmKnitMachInsp1.CheckData(CKType: string): Boolean;
|
||
var
|
||
mvalue: Double;
|
||
begin
|
||
try
|
||
if Trim(FsubId) = '' then
|
||
raise Exception.Create('<27><>ɨ<EFBFBD><C9A8><EFBFBD><EFBFBD><EFBFBD>̿<EFBFBD><CCBF><EFBFBD>');
|
||
|
||
if Trim(CKType) = '<27>ύ' then
|
||
begin
|
||
|
||
// with ADOTmp do
|
||
// begin
|
||
// Close;
|
||
// sql.Clear;
|
||
// sql.Add('select * from Knit_Cloth_Inspect where PCId=' + quotedstr(FPCId));
|
||
// Open;
|
||
// end;
|
||
// if not ADOTmp.IsEmpty then
|
||
// raise Exception.Create('<27>Ѽ<EFBFBD><D1BC><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݲ<EFBFBD><DDB2><EFBFBD><EFBFBD>ύ!');
|
||
|
||
if trim(lblLenUnit.Caption) = '' then
|
||
raise Exception.Create('<27><><EFBFBD>ȵ<EFBFBD>λ<EFBFBD><CEBB><EFBFBD><EFBFBD>Ϊ<EFBFBD><CEAA>!');
|
||
if trim(WorkShift.text) = '' then
|
||
raise Exception.Create('<27><><EFBFBD>β<EFBFBD><CEB2><EFBFBD>Ϊ<EFBFBD><CEAA>!');
|
||
|
||
if Trim(InputWeight.Text) <> '' then
|
||
begin
|
||
if TryStrToFloat(InputWeight.Text, mvalue) = False then
|
||
raise Exception.Create('<27><><EFBFBD><EFBFBD>¼<EFBFBD><C2BC><EFBFBD><EFBFBD><EFBFBD><EFBFBD>!');
|
||
if strtofloatdef(trim(InputWeight.Text), 0) < Strtofloatdef(MinWeight.Text, 0) then
|
||
raise Exception.Create('<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>С<EFBFBD><D0A1>' + MinWeight.Text + '!');
|
||
if strtofloatdef(trim(InputWeight.Text), 0) > Strtofloatdef(MaxWeight.Text, 0) then
|
||
raise Exception.Create('<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ܴ<EFBFBD><DCB4><EFBFBD>' + MaxWeight.Text + '!');
|
||
end;
|
||
|
||
if Trim(InputLen.Text) <> '' then
|
||
begin
|
||
if TryStrToFloat(InputLen.Text, mvalue) = False then
|
||
raise Exception.Create('<27><><EFBFBD><EFBFBD>¼<EFBFBD><C2BC><EFBFBD><EFBFBD><EFBFBD><EFBFBD>!');
|
||
if strtofloatdef(trim(InputLen.Text), 0) < Strtofloatdef(MinLen.Text, 0) then
|
||
raise Exception.Create('<27><><EFBFBD>Ȳ<EFBFBD><C8B2><EFBFBD>С<EFBFBD><D0A1>' + MinLen.Text + '<27><>!');
|
||
if strtofloatdef(trim(InputLen.Text), 0) > Strtofloatdef(MaxLen.Text, 0) then
|
||
raise Exception.Create('<27><><EFBFBD>Ȳ<EFBFBD><C8B2>ܴ<EFBFBD><DCB4><EFBFBD>' + MaxLen.Text + '<27><>!');
|
||
end;
|
||
|
||
if (strtofloatdef(trim(InputLen.Text), 0) = 0) and (strtofloatdef(trim(InputWeight.Text), 0) = 0) then
|
||
raise Exception.Create('<27><><EFBFBD>Ⱥ<EFBFBD><C8BA><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ܶ<EFBFBD>Ϊ0!!');
|
||
|
||
end;
|
||
Result := True;
|
||
except
|
||
Result := false;
|
||
application.MessageBox(PChar(Exception(ExceptObject).Message), '<27><>ʾ<EFBFBD><CABE>Ϣ', 0);
|
||
end;
|
||
end;
|
||
|
||
procedure TfrmKnitMachInsp1.ClearGlobal();
|
||
begin
|
||
FOrderNo := '';
|
||
FConNo := '';
|
||
FConMId := '';
|
||
FConSId := '';
|
||
FMainId := '';
|
||
FSubId := '';
|
||
FLoom := '';
|
||
FPCId := '';
|
||
FPCNo := 0;
|
||
FC_CustPattern := '';
|
||
FC_Composition := '';
|
||
FC_ColorDepth := '';
|
||
FFtyPCId := '';
|
||
FGangNo := '';
|
||
FC_Code := '';
|
||
FC_Name := '';
|
||
FBatchNO := '';
|
||
FC_Spec := '';
|
||
FC_Color := '';
|
||
FC_ColorNo := '';
|
||
FC_StyleNo := '';
|
||
FC_Width := '';
|
||
FC_GramWeight := '';
|
||
FC_Pattern := '';
|
||
FCIID := '';
|
||
FWorkshop := '';
|
||
InputLen.Text := '';
|
||
Coefficient.Text := '';
|
||
AOrdDefNote1.Text := '';
|
||
Tare.Text := '';
|
||
FLenUnit := '';
|
||
end;
|
||
|
||
procedure TfrmKnitMachInsp1.LookImage(FileName: string);
|
||
var
|
||
sFieldName: string;
|
||
begin
|
||
sFieldName := leftbstr(ExtractFilePath(Application.ExeName), 1) + ':\ͼƬ<CDBC>鿴';
|
||
if not DirectoryExists(pchar(sFieldName)) then
|
||
CreateDirectory(pchar(sFieldName), nil);
|
||
sFieldName := sFieldName + '\' + trim(FileName);
|
||
try
|
||
IdFTP1.Host := ReadINIFileStr('SYSTEMSET.INI', 'SERVER', '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ַ', '127.0.0.1');
|
||
IdFTP1.Username := 'three';
|
||
IdFTP1.Password := '641010';
|
||
IdFTP1.Connect();
|
||
except
|
||
;
|
||
end;
|
||
if IdFTP1.Connected then
|
||
begin
|
||
try
|
||
IdFTP1.Get(fFlileFlag + '\' + Trim(FileName), sFieldName, true, false);
|
||
except
|
||
Application.MessageBox('<27>ͻ<EFBFBD>ͼ<EFBFBD><CDBC><EFBFBD>ļ<EFBFBD><C4BC><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>', '<27><>ʾ', MB_ICONWARNING);
|
||
IdFTP1.Quit;
|
||
Exit;
|
||
end;
|
||
end
|
||
else
|
||
begin
|
||
Application.MessageBox('<27><EFBFBD><DEB7><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ļ<EFBFBD><C4BC><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>', '<27><>ʾ', MB_ICONWARNING);
|
||
IdFTP1.Quit;
|
||
Exit;
|
||
end;
|
||
if IdFTP1.Connected then
|
||
IdFTP1.Quit;
|
||
ShellExecute(Handle, 'open', PChar(sFieldName), '', '', SW_SHOWNORMAL);
|
||
end;
|
||
|
||
procedure TfrmKnitMachInsp1.Pic_Image1DblClick(Sender: TObject);
|
||
begin
|
||
if TcxDBImage(Sender).Picture.Height = 0 then
|
||
exit;
|
||
LookImage(ADOQueryImage.fieldbyname(TcxDBImage(Sender).Hint).asstring);
|
||
end;
|
||
|
||
procedure TfrmKnitMachInsp1.InitLCK(MPCId: string);
|
||
begin
|
||
with ADOTmp do
|
||
begin
|
||
Close;
|
||
sql.Clear;
|
||
sql.Add('EXEC P_Knit_Insp_Get_Plan @Subid=''' + Trim(MPCId) + '''');
|
||
Open;
|
||
end;
|
||
|
||
if ADOTmp.IsEmpty = False then
|
||
begin
|
||
// if Trim(ADOTmp.fieldbyname('Status').AsString) <> '9' then
|
||
// begin
|
||
// application.MessageBox('<27><><EFBFBD>̿<EFBFBD><CCBF><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>״̬<D7B4><CCAC>', '<27><>ʾ<EFBFBD><CABE>Ϣ', MB_ICONERROR);
|
||
// ClearGlobal();
|
||
// end
|
||
// else
|
||
begin
|
||
// InitImage(Trim(ADOTmp.fieldbyname('YFTPName').AsString));
|
||
// InitImageHX(Trim(ADOTmp.fieldbyname('HXSID').AsString));
|
||
// FLenUnit := Trim(ADOTmp.fieldbyname('LenUnit').AsString);
|
||
// SetUnit(FLenUnit);
|
||
|
||
|
||
FConNo := Trim(ADOTmp.fieldbyname('ConNo').AsString);
|
||
FOrderNo := Trim(ADOTmp.fieldbyname('OrderNo').AsString);
|
||
FMainId := Trim(ADOTmp.fieldbyname('MainId').AsString);
|
||
FSubId := Trim(ADOTmp.fieldbyname('SubId').AsString);
|
||
// FPCId := Trim(ADOTmp.fieldbyname('PCId').AsString);
|
||
// FCIID := Trim(ADOTmp.fieldbyname('PCId').AsString);
|
||
// FPCNo := ADOTmp.fieldbyname('PCNo').AsInteger;
|
||
FWorkshop := Trim(ADOTmp.fieldbyname('Workshop').AsString);
|
||
FC_Code := Trim(ADOTmp.fieldbyname('C_Code').AsString);
|
||
FC_Name := Trim(ADOTmp.fieldbyname('C_Name').AsString);
|
||
FC_Spec := Trim(ADOTmp.fieldbyname('C_Spec').AsString);
|
||
FC_Color := Trim(ADOTmp.fieldbyname('C_Color').AsString);
|
||
FC_ColorNo := Trim(ADOTmp.fieldbyname('C_ColorNo').AsString);
|
||
FC_Width := Trim(ADOTmp.fieldbyname('C_Width').AsString);
|
||
FC_GramWeight := Trim(ADOTmp.fieldbyname('C_GramWeight').AsString);
|
||
FC_Pattern := Trim(ADOTmp.fieldbyname('C_Pattern').AsString);
|
||
|
||
FC_Composition := Trim(ADOTmp.fieldbyname('C_Composition').AsString);
|
||
// FBatchNO := Trim(ADOTmp.fieldbyname('BatchNO').AsString);
|
||
|
||
Tare.Text := ADOTmp.fieldbyname('RuleLaterTare').AsString;
|
||
FRuleBeforeTare := ADOTmp.fieldbyname('RuleBeforeTare').AsString;
|
||
FRuleLaterTare := ADOTmp.fieldbyname('RuleLaterTare').AsString;
|
||
FAddWet := Trim(ADOTmp.fieldbyname('AddWet').AsString);
|
||
Coefficient.Text := '0';
|
||
|
||
CodeName.Text := FC_Name;
|
||
ColorNo.Text := FC_ColorNo;
|
||
|
||
BatchNO.Text := FBatchNO;
|
||
|
||
C_Spec.Text := FC_Spec;
|
||
// Loom.Text := FLoom;
|
||
orderno.Text := Forderno;
|
||
|
||
SetDdetails();
|
||
InputWeight.SetFocus;
|
||
CIFBegClick(InputWeight);
|
||
end;
|
||
|
||
end
|
||
else
|
||
begin
|
||
application.MessageBox('<27><><EFBFBD>̿<EFBFBD><CCBF><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ڣ<EFBFBD>', '<27><>ʾ<EFBFBD><CABE>Ϣ', MB_ICONERROR);
|
||
ClearGlobal();
|
||
end;
|
||
|
||
InitJYGrid();
|
||
InitCDGrid(FCIID);
|
||
edtScan.Text := '';
|
||
|
||
end;
|
||
|
||
procedure TfrmKnitMachInsp1.InputWeightChange(Sender: TObject);
|
||
begin
|
||
QuantityConversion();
|
||
end;
|
||
|
||
procedure TfrmKnitMachInsp1.InputWeightKeyPress(Sender: TObject; var Key: Char);
|
||
begin
|
||
BTPrint.Click;
|
||
end;
|
||
|
||
procedure TfrmKnitMachInsp1.JBSCPersonPropertiesButtonClick(Sender: TObject; AButtonIndex: Integer);
|
||
begin
|
||
try
|
||
frmEmployeeSel := TfrmEmployeeSel.Create(self);
|
||
with frmEmployeeSel do
|
||
begin
|
||
FPost := '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
|
||
if ShowModal = 1 then
|
||
begin
|
||
JBSCPerson.Text := frmEmployeeSel.FRName;
|
||
JBSCPerson.Hint := frmEmployeeSel.FRCode;
|
||
end;
|
||
end;
|
||
finally
|
||
frmEmployeeSel.Free;
|
||
end;
|
||
end;
|
||
|
||
procedure TfrmKnitMachInsp1.InitJTM(MCIID: string);
|
||
begin
|
||
with ADOTmp do
|
||
begin
|
||
Close;
|
||
sql.Clear;
|
||
sql.Add('select * from Knit_Cloth_IO where StkId=''' + Trim(MCIID) + ''' and IOFlag=''<27><><EFBFBD><EFBFBD>''');
|
||
Open;
|
||
end;
|
||
if not ADOTmp.IsEmpty then
|
||
begin
|
||
Application.MessageBox('<27>Ѳ<EFBFBD><D1B2><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݲ<EFBFBD><DDB2>ܲ<EFBFBD><DCB2><EFBFBD>!', '<27><>ʾ', 0);
|
||
Exit;
|
||
end;
|
||
with ADOTmp do
|
||
begin
|
||
Close;
|
||
sql.Clear;
|
||
sql.Add('select * from Knit_Cloth_IO where StkId=''' + Trim(MCIID) + ''' and IOFlag=''<27><><EFBFBD><EFBFBD>''');
|
||
Open;
|
||
end;
|
||
if not ADOTmp.IsEmpty then
|
||
begin
|
||
Application.MessageBox('<27>Ѳ<EFBFBD><D1B2><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݲ<EFBFBD><DDB2>ܲ<EFBFBD><DCB2><EFBFBD>!', '<27><>ʾ', 0);
|
||
Exit;
|
||
end;
|
||
with ADOTmp do
|
||
begin
|
||
Close;
|
||
sql.Clear;
|
||
sql.Add('select * from Knit_Cloth_Inspect where CIID=''' + Trim(MCIID) + '''');
|
||
Open;
|
||
end;
|
||
if not ADOTmp.IsEmpty then
|
||
begin
|
||
FOperationStatus := '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
|
||
FCIID := MCIID;
|
||
InitCDGrid(MCIID);
|
||
end;
|
||
|
||
end;
|
||
|
||
procedure TfrmKnitMachInsp1.CloseCom(DllName: string);
|
||
type
|
||
TMyFunc = function(sCommName: PAnsiChar): HWND; stdcall;
|
||
var
|
||
Tf1: TMyFunc;
|
||
Tp1: TFarProc;
|
||
Th1: Thandle;
|
||
begin
|
||
Th1 := LoadLibrary(Pchar(trim(DllName)));
|
||
if Th1 > 0 then
|
||
begin
|
||
try
|
||
Tp1 := GetProcAddress(Th1, 'CommClose');
|
||
if Tp1 <> nil then
|
||
begin
|
||
Tf1 := TMyFunc(Tp1);
|
||
newh1 := Tf1('Comm1');
|
||
end
|
||
else
|
||
begin
|
||
|
||
end;
|
||
finally
|
||
// FreeLibrary(Th1);
|
||
end;
|
||
end
|
||
else
|
||
begin
|
||
application.MessageBox(Pchar('<27>Ҳ<EFBFBD><D2B2><EFBFBD> ' + trim(DllName) + ' <20>ļ<EFBFBD><C4BC><EFBFBD>'), '<27><>ʾ');
|
||
end;
|
||
end;
|
||
|
||
procedure TfrmKnitMachInsp1.ComboBox1Change(Sender: TObject);
|
||
begin
|
||
SetINIFile();
|
||
end;
|
||
|
||
procedure TfrmKnitMachInsp1.OpenCom(DllName: string);
|
||
type
|
||
TMyFunc = function(fhandle: hwnd; sCommName: PAnsiChar; IntTime: integer; IsMessage: integer): HWND; stdcall;
|
||
var
|
||
Tf: TMyFunc;
|
||
Tp: TFarProc;
|
||
Th: Thandle;
|
||
begin
|
||
// closeCom(FComFile);
|
||
Th := LoadLibrary(Pchar(trim(DllName)));
|
||
if Th > 0 then
|
||
begin
|
||
try
|
||
Tp := GetProcAddress(Th, 'CommOpen');
|
||
if Tp <> nil then
|
||
begin
|
||
Tf := TMyFunc(Tp);
|
||
newh := Tf(self.Handle, 'Comm1', 500, 1);
|
||
if newh < 1 then
|
||
begin
|
||
application.MessageBox(Pchar('<27><EFBFBD><F2BFAAB4><EFBFBD>ʧ<EFBFBD>ܣ<EFBFBD>'), '<27><>ʾ');
|
||
end
|
||
else
|
||
IsCommOpen := true;
|
||
end
|
||
else
|
||
begin
|
||
IsCommOpen := false;
|
||
end;
|
||
finally
|
||
// FreeLibrary(Th);
|
||
end;
|
||
end
|
||
else
|
||
begin
|
||
IsCommOpen := false;
|
||
application.MessageBox(Pchar('<27>Ҳ<EFBFBD><D2B2><EFBFBD> ' + trim(DllName) + ' <20>ļ<EFBFBD><C4BC><EFBFBD>'), '<27><>ʾ');
|
||
end;
|
||
end;
|
||
|
||
procedure TfrmKnitMachInsp1.FormDestroy(Sender: TObject);
|
||
begin
|
||
inherited;
|
||
frmKnitMachInsp1 := nil;
|
||
end;
|
||
|
||
procedure TfrmKnitMachInsp1.On1301(var Message: Tmessage);
|
||
var
|
||
i1, i2: integer;
|
||
unitname: string;
|
||
fdata: double;
|
||
begin
|
||
i1 := Message.WParam;
|
||
i2 := Message.LParam;
|
||
|
||
if (trim(edtMaBiao.Text) = '<27><>') then
|
||
begin
|
||
InputLen.Text := format('%.2f', [i1 / 100000]);
|
||
end;
|
||
if (trim(edtMBDW.Text) = '<27><>') then
|
||
begin
|
||
if i2 = 0 then
|
||
begin
|
||
SetUnit('M');
|
||
end
|
||
else
|
||
begin
|
||
SetUnit('Y');
|
||
end;
|
||
end;
|
||
end;
|
||
|
||
procedure TfrmKnitMachInsp1.On1201(var Message: Tmessage);
|
||
var
|
||
i1, i2: integer;
|
||
unitname: string;
|
||
fdata: double;
|
||
begin
|
||
i1 := Message.WParam;
|
||
i2 := Message.LParam;
|
||
|
||
if trim(edtChen.Text) = '<27><>' then
|
||
begin
|
||
InputWeight.Text := format('%.2f', [i1 / 100000]);
|
||
end;
|
||
|
||
end;
|
||
|
||
procedure TfrmKnitMachInsp1.FormClose(Sender: TObject; var Action: TCloseAction);
|
||
begin
|
||
inherited;
|
||
if isCommopen then
|
||
begin
|
||
closeCom(DZCDYDllName);
|
||
closeCom(MBDYDllName);
|
||
end;
|
||
Action := caFree;
|
||
end;
|
||
|
||
procedure TfrmKnitMachInsp1.InitCDGrid(MCIID: string);
|
||
begin
|
||
cxPageControl1.ActivePageIndex := 0;
|
||
with ADOTmp do
|
||
begin
|
||
Close;
|
||
SQL.Clear;
|
||
sql.Add('select * from Knit_Cloth_Inspect_Flaw where CIID=' + quotedstr(Trim(MCIID)));
|
||
Open;
|
||
end;
|
||
SCreateCDS(ADOTmp, CDS_2);
|
||
SInitCDSData(ADOTmp, CDS_2);
|
||
end;
|
||
|
||
procedure TfrmKnitMachInsp1.InitCDGridCX(MCIID: string);
|
||
begin
|
||
cxPageControl1.ActivePageIndex := 1;
|
||
with ADOTmp do
|
||
begin
|
||
Close;
|
||
SQL.Clear;
|
||
sql.Add('select * from Knit_Cloth_Inspect_Flaw where CIID=' + quotedstr(Trim(MCIID)));
|
||
Open;
|
||
end;
|
||
SCreateCDS(ADOTmp, CDS_1);
|
||
SInitCDSData(ADOTmp, CDS_1);
|
||
end;
|
||
|
||
procedure TfrmKnitMachInsp1.InitJYGrid();
|
||
begin
|
||
|
||
with ADOTmp do
|
||
begin
|
||
Close;
|
||
SQL.Clear;
|
||
sql.Add('select JYPS=count(CIID),GrossWeight=sum(GrossWeight) from Knit_Cloth_Inspect where Filler=''' + Trim(DName) + ''' ');
|
||
sql.Add(' and convert(varchar(10),DATEADD(MI,-450,FillTime) ,120)=convert(varchar(10),DATEADD(MI,-450,GETDATE()),120)');
|
||
Open;
|
||
end;
|
||
lblRCL.Caption := '<27><><EFBFBD><EFBFBD>:' + trim(ADOTmp.fieldbyname('JYPS').AsString) + 'ƥ ' + trim(ADOTmp.fieldbyname('GrossWeight').AsString) + '<27><><EFBFBD><EFBFBD>';
|
||
|
||
with ADOQueryMain do
|
||
begin
|
||
Close;
|
||
SQL.Clear;
|
||
sql.Add('select A.*');
|
||
sql.Add('from Knit_Cloth_Inspect A ');
|
||
sql.Add('where DATEDIFF(hh, filltime, GETDATE())<24 ');
|
||
sql.Add('order by filltime desc');
|
||
// ShowMessage(SQL.Text);
|
||
Open;
|
||
end;
|
||
SCreateCDS(ADOQueryMain, CDS_3);
|
||
SInitCDSData(ADOQueryMain, CDS_3);
|
||
|
||
end;
|
||
|
||
procedure TfrmKnitMachInsp1.FormShow(Sender: TObject);
|
||
begin
|
||
inherited;
|
||
ReadCxGrid(trim(Self.Caption) + 'Tv1', Tv1, 'ó<><EFBFBD><D7BC><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>');
|
||
ReadCxGrid(trim(Self.Caption) + 'Tv2', Tv2, 'ó<><EFBFBD><D7BC><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>');
|
||
ReadCxGrid(trim(Self.Caption) + 'Tv3', Tv3, 'ó<><EFBFBD><D7BC><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>');
|
||
fFlileFlag := UserDataFlag + 'HX';
|
||
InitCDPanel();
|
||
InitCDGrid(FCIID);
|
||
if IsINIFile() then
|
||
ReadINIFile()
|
||
else
|
||
WriteINIFile;
|
||
GetINIFile();
|
||
if trim(fmanage) <> '<27><>Ȩ<EFBFBD><C8A8>' then
|
||
begin
|
||
if trim(DZCDYDllName) <> '' then
|
||
OpenCom(DZCDYDllName);
|
||
if trim(MBDYDllName) <> '' then
|
||
OpenCom(MBDYDllName);
|
||
|
||
edtScan.SetFocus;
|
||
|
||
end;
|
||
end;
|
||
|
||
procedure TfrmKnitMachInsp1.InitCDPanel();
|
||
var
|
||
AA: array[0..100] of string;
|
||
i, j: Integer;
|
||
begin
|
||
with ADOTmp do
|
||
begin
|
||
Close;
|
||
sql.Clear;
|
||
sql.Add('select ZDYName from KH_Zdy where Type=''WFBCD'' order by ZDYNO ');
|
||
Open;
|
||
end;
|
||
if ADOTmp.IsEmpty then
|
||
begin
|
||
Application.MessageBox('û<>ж<EFBFBD><D0B6><EFBFBD><EFBFBD>õ㣡', '<27><>ʾ', 0);
|
||
Exit;
|
||
end;
|
||
with ADOTmp do
|
||
begin
|
||
First;
|
||
i := 0;
|
||
while not Eof do
|
||
begin
|
||
AA[i] := Trim(fieldbyname('ZDYName').AsString);
|
||
i := i + 1;
|
||
Next;
|
||
end;
|
||
end;
|
||
i := i - 1;
|
||
if i > 69 then
|
||
begin
|
||
i := 69;
|
||
end;
|
||
for j := 0 to i do
|
||
begin
|
||
with ScrollBox1 do
|
||
begin
|
||
TSpeedButton(Controls[j]).Visible := True;
|
||
TSpeedButton(Controls[j]).Hint := AA[j];
|
||
if Length(AA[j]) > 4 then
|
||
begin
|
||
TSpeedButton(Controls[j]).Caption := Copy(Trim(AA[j]), 1, 4) + #13 + Copy(Trim(AA[j]), 5, Length(AA[j]) - 4);
|
||
end
|
||
else
|
||
TSpeedButton(Controls[j]).Caption := AA[j];
|
||
end;
|
||
end;
|
||
end;
|
||
|
||
procedure TfrmKnitMachInsp1.Tv2CellDblClick(Sender: TcxCustomGridTableView; ACellViewInfo: TcxGridTableDataCellViewInfo; AButton: TMouseButton; AShift: TShiftState; var AHandled: Boolean);
|
||
begin
|
||
if CDS_2.IsEmpty then
|
||
Exit;
|
||
// if FOperationStatus = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>' then
|
||
// Exit;
|
||
if Application.MessageBox('ȷ<><C8B7>Ҫɾ<D2AA><C9BE><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>', '<27><>ʾ', 32 + 4) <> IDYES then
|
||
Exit;
|
||
if Trim(CDS_2.fieldbyname('CIFID').AsString) = '' then
|
||
begin
|
||
CDS_2.Delete;
|
||
end
|
||
else
|
||
begin
|
||
with ADOCmd do
|
||
begin
|
||
Close;
|
||
SQL.Clear;
|
||
// sql.Add('insert ZDel_Knit_Cloth_Inspect_Flaw into select * from Knit_Cloth_Inspect_Flaw where CIFID=''' + Trim(CDS_2.fieldbyname('CIFID').AsString) + '''');
|
||
sql.Add('delete Knit_Cloth_Inspect_Flaw where CIFID=''' + Trim(CDS_2.fieldbyname('CIFID').AsString) + '''');
|
||
ExecSQL;
|
||
end;
|
||
//<2F><><EFBFBD>´õ<C2B4><C3B5><EFBFBD>Ϣ
|
||
with ADOCmd do
|
||
begin
|
||
Close;
|
||
sql.Clear;
|
||
sql.Add('exec C_JY_UC_CDList @CIID=''' + Trim(CDS_2.fieldbyname('CIID').AsString) + '''');
|
||
execsql;
|
||
end;
|
||
CDS_2.Delete;
|
||
end;
|
||
end;
|
||
|
||
procedure TfrmKnitMachInsp1.Tv3CustomDrawCell(Sender: TcxCustomGridTableView; ACanvas: TcxCanvas; AViewInfo: TcxGridTableDataCellViewInfo; var ADone: Boolean);
|
||
begin
|
||
if AViewInfo.GridRecord.Values[TcxGridDBTableView(Sender).GetColumnByFieldName('Grade').Index] = '<27><>Ʒ' then
|
||
ACanvas.Brush.Color := clRed;
|
||
end;
|
||
|
||
procedure TfrmKnitMachInsp1.Tv3MouseDown(Sender: TObject; Button: TMouseButton; Shift: TShiftState; X, Y: Integer);
|
||
begin
|
||
if CDS_3.isEmpty then
|
||
exit;
|
||
|
||
InitCDGridCX(CDS_3.FieldByName('CIID').AsString);
|
||
end;
|
||
|
||
function TfrmKnitMachInsp1.SaveData(): Boolean;
|
||
var
|
||
maxno, MCIID, BZID, strsql, Dmaxno: string;
|
||
MInputLen, MMeter, MYardage: Double;
|
||
MInputWeight, MGrossWeight, MNetWeight, MTare, MRuleBeforeTare, MRuleLaterTare, MAddWet: Double;
|
||
begin
|
||
|
||
if FOperationStatus = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>' then
|
||
begin
|
||
MCIID := FCIID;
|
||
end
|
||
else
|
||
begin
|
||
MCIID := '';
|
||
end;
|
||
|
||
try
|
||
ADOCmd.Connection.BeginTrans;
|
||
///<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||
with ADOCmd do
|
||
begin
|
||
Close;
|
||
sql.Clear;
|
||
SQL.Add('select * from Knit_Cloth_Inspect where CIID=''' + Trim(FCIID) + '''');
|
||
Open;
|
||
end;
|
||
with ADOCmd do
|
||
begin
|
||
if Trim(MCIID) = '' then
|
||
begin
|
||
// maxno := FCIID;
|
||
if not GetLSNo(ADOTmp, maxno, Trim(SCXFlag), 'Knit_Cloth_Inspect', 4, 1) then
|
||
raise Exception.Create('<27><>ȡ<EFBFBD><C8A1><EFBFBD><EFBFBD>ʧ<EFBFBD>ܣ<EFBFBD>');
|
||
Append;
|
||
FieldByName('Filler').Value := Trim(DName);
|
||
FieldByName('CIID').Value := Trim(maxno);
|
||
end
|
||
else
|
||
begin
|
||
maxno := Trim(MCIID);
|
||
Edit;
|
||
FieldByName('Editer').Value := Trim(DName);
|
||
FieldByName('EditTime').Value := SGetServerDateTime(ADOTmp);
|
||
end;
|
||
FieldByName('Coefficient').Value := StrToFloatdef(trim(Coefficient.Text), 0); //ϵ<><CFB5>
|
||
|
||
///////////////////////// <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> /////////////////////////
|
||
MRuleBeforeTare := StrToFloatdef(FRuleBeforeTare, 0);
|
||
MRuleLaterTare := StrToFloatdef(FRuleLaterTare, 0);
|
||
MAddWet := StrToFloatdef(FAddWet, 0);
|
||
MTare := MRuleBeforeTare + MRuleLaterTare + MAddWet; //Ƥ<><C6A4>
|
||
MInputWeight := RoundFloat(StrToFloatdef(trim(InputWeight.Text), 0), StrTointdef(KgPlace.Text, 0)); //ë<><C3AB>
|
||
MGrossWeight := MInputWeight + MRuleLaterTare + MAddWet; //ë<><C3AB>
|
||
MNetWeight := MInputWeight - MRuleBeforeTare; //<2F><><EFBFBD><EFBFBD>
|
||
FieldByName('InputWeight').Value := MInputWeight;
|
||
FieldByName('GrossWeight').Value := MGrossWeight;
|
||
FieldByName('NetWeight').Value := MNetWeight;
|
||
FieldByName('Tare').Value := MTare;
|
||
///////////////////////// <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> /////////////////////////
|
||
///
|
||
///////////////////////// <20><><EFBFBD>泤<EFBFBD><E6B3A4> /////////////////////////
|
||
MInputLen := RoundFloat(StrToFloatdef(trim(InputLen.Text), 0), 2);
|
||
if lblLenUnit.Caption = 'M' then
|
||
begin
|
||
MMeter := RoundFloat(StrToFloatdef(trim(InputLen.Text), 0), StrTointdef(MPlace.Text, 0));
|
||
MYardage := RoundFloat(MMeter / 0.9144, StrTointdef(YPlace.Text, 0));
|
||
end
|
||
else
|
||
begin
|
||
MYardage := RoundFloat((StrToFloatdef(trim(InputLen.Text), 0)), StrTointdef(YPlace.Text, 0));
|
||
MMeter := RoundFloat(MYardage * 0.9144, StrTointdef(MPlace.Text, 0));
|
||
end;
|
||
|
||
FieldByName('InputLen').Value := RoundFloat(StrToFloatdef(trim(InputLen.Text), 0), 2);
|
||
FieldByName('Meter').Value := MMeter;
|
||
FieldByName('Yardage').Value := MYardage;
|
||
FieldByName('LenUnit').Value := TRIM(lblLenUnit.Caption);
|
||
///////////////////////// <20><><EFBFBD>泤<EFBFBD><E6B3A4> /////////////////////////
|
||
///
|
||
FieldByName('Grade').Value := Grade.text;
|
||
|
||
FieldByName('PieceNo').Value := FPCNo;
|
||
FieldByName('Loom').Value := FLoom;
|
||
FieldByName('OrderNo').value := Trim(FOrderNo);
|
||
FieldByName('MainId').value := Trim(FMainId);
|
||
FieldByName('SubId').value := Trim(FSubId);
|
||
FieldByName('ConNo').value := Trim(FConNo);
|
||
FieldByName('ConMId').value := Trim(FConMId);
|
||
FieldByName('ConSId').value := Trim(FConSId);
|
||
FieldByName('Workshop').value := Trim(FWorkshop);
|
||
FieldByName('CIIOFlag').Value := 'δ<><CEB4><EFBFBD><EFBFBD>';
|
||
FieldByName('PCId').value := FPCId;
|
||
FieldByName('C_Code').value := FC_Code;
|
||
FieldByName('C_Name').value := FC_Name;
|
||
FieldByName('BatchNO').value := FBatchNO;
|
||
FieldByName('C_Spec').value := FC_Spec;
|
||
FieldByName('C_Color').value := FC_Color;
|
||
FieldByName('C_ColorNo').value := FC_ColorNo;
|
||
FieldByName('C_StyleNo').value := FC_StyleNo;
|
||
FieldByName('C_Width').value := FC_Width;
|
||
FieldByName('C_GramWeight').value := FC_GramWeight;
|
||
FieldByName('C_Pattern').value := FC_Pattern;
|
||
FieldByName('C_CustPattern').value := FC_CustPattern;
|
||
FieldByName('C_Composition').value := FC_Composition;
|
||
|
||
FieldByName('CIMachNo').Value := Trim(SCXFlag);
|
||
FieldByName('WorkShift').Value := Trim(WorkShift.Text);
|
||
|
||
Post;
|
||
end;
|
||
|
||
MCIID := Trim(maxno); //<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||
FCIID := Trim(maxno);
|
||
|
||
//<2F><><EFBFBD>浲<EFBFBD><E6B5B2><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ϣ
|
||
Dmaxno := maxno + '1';
|
||
// if Revolution1.Text = '' then
|
||
// Revolution1.Text := '0';
|
||
// if Revolution2.Text = '' then
|
||
// Revolution2.Text := '0';
|
||
|
||
with ADOCmd do
|
||
begin
|
||
Close;
|
||
sql.Clear;
|
||
sql.Add('insert into Knit_Cloth_knitter(CIID,CKID,knittid,knitter,Revolution)');
|
||
sql.Add('values(' + quotedstr(maxno) + ',' + quotedstr(Dmaxno) + ',' + quotedstr(SCPerson.Hint) + ',' + quotedstr(SCPerson.Text) + ',' + quotedstr(IntToStr(StrtoIntdef(Revolution1.Text, 0))) + ')');
|
||
execsql;
|
||
end;
|
||
Dmaxno := maxno + '2';
|
||
with ADOCmd do
|
||
begin
|
||
Close;
|
||
sql.Clear;
|
||
sql.Add('insert into Knit_Cloth_knitter(CIID,CKID,knittid,knitter,Revolution)');
|
||
sql.Add('values(' + quotedstr(maxno) + ',' + quotedstr(Dmaxno) + ',' + quotedstr(JBSCPerson.Hint) + ',' + quotedstr(JBSCPerson.Text) + ',' + quotedstr(IntToStr(StrtoIntdef(Revolution2.Text, 0))) + ')');
|
||
execsql;
|
||
end;
|
||
|
||
////////////////// <20><><EFBFBD><EFBFBD><EFBFBD>õ<EFBFBD><C3B5><EFBFBD>Ϣ //////////////////
|
||
with CDS_2 do
|
||
begin
|
||
First;
|
||
while not Eof do
|
||
begin
|
||
if Trim(CDS_2.fieldbyname('CIFID').AsString) = '' then
|
||
begin
|
||
if not GetLSNo(ADOTmp, maxno, 'JC', 'Knit_Cloth_Inspect_Flaw', 5, 1) then
|
||
raise Exception.Create('<27><>ȡ<EFBFBD>õ<EFBFBD>ʧ<EFBFBD>ܣ<EFBFBD>');
|
||
end
|
||
else
|
||
begin
|
||
maxno := Trim(CDS_2.fieldbyname('CIFID').AsString);
|
||
end;
|
||
with ADOCmd do
|
||
begin
|
||
Close;
|
||
SQL.Clear;
|
||
sql.Add('select * from Knit_Cloth_Inspect_Flaw ');
|
||
sql.Add(' where CIFID=''' + Trim(maxno) + '''');
|
||
Open;
|
||
end;
|
||
with ADOCmd do
|
||
begin
|
||
if Trim(CDS_2.fieldbyname('CIFID').AsString) = '' then
|
||
Append
|
||
else
|
||
Edit;
|
||
RTSetSaveDataCDS(ADOCmd, Tv2, CDS_2, 'Knit_Cloth_Inspect_Flaw', 0);
|
||
FieldByName('CIID').Value := Trim(MCIID);
|
||
FieldByName('CIFID').Value := Trim(maxno);
|
||
Post;
|
||
end;
|
||
CDS_2.Edit;
|
||
CDS_2.FieldByName('CIID').Value := Trim(MCIID);
|
||
CDS_2.FieldByName('CIFID').Value := Trim(maxno);
|
||
Next;
|
||
end;
|
||
|
||
end;
|
||
////////////////// <20><><EFBFBD><EFBFBD><EFBFBD>õ<EFBFBD><C3B5><EFBFBD>Ϣ //////////////////
|
||
///
|
||
////////////////// <20><><EFBFBD>¾<EFBFBD><C2BE>Ŵõ<C5B4><C3B5><EFBFBD>Ϣ //////////////////
|
||
with ADOCmd do
|
||
begin
|
||
Close;
|
||
sql.Clear;
|
||
sql.Add('exec P_Knit_Insp_Up @CIID=''' + trim(MCIID) + '''');
|
||
if FOperationStatus = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>' then
|
||
sql.Add(',@InspType=' + QuotedStr('<27>ƻ<EFBFBD><C6BB><EFBFBD>'))
|
||
else
|
||
sql.Add(',@InspType=' + QuotedStr('<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'));
|
||
execsql;
|
||
end;
|
||
////////////////// <20><><EFBFBD>¾<EFBFBD><C2BE>Ŵõ<C5B4><C3B5><EFBFBD>Ϣ //////////////////
|
||
ADOCmd.Connection.CommitTrans;
|
||
Result := True;
|
||
except
|
||
ADOCmd.Connection.RollbackTrans;
|
||
application.MessageBox(PChar(Exception(ExceptObject).Message), '<27><>ʾ<EFBFBD><CABE>Ϣ', 0);
|
||
Result := False;
|
||
end;
|
||
try
|
||
////////////////// <20><><EFBFBD><EFBFBD><EFBFBD>⼰<EFBFBD><E2BCB0><EFBFBD><EFBFBD> //////////////////
|
||
with ADOCmd do
|
||
begin
|
||
Close;
|
||
sql.Clear;
|
||
sql.Add('exec P_Knit_Insp_In_Stk @CIID=''' + trim(MCIID) + '''');
|
||
execsql;
|
||
end;
|
||
////////////////// <20><><EFBFBD><EFBFBD><EFBFBD>⼰<EFBFBD><E2BCB0><EFBFBD><EFBFBD> //////////////////
|
||
///
|
||
////////////////// <20><><EFBFBD>½<EFBFBD><C2BD><EFBFBD> //////////////////
|
||
with ADOCmd do
|
||
begin
|
||
Close;
|
||
sql.Clear;
|
||
sql.Add('insert into Knit_Need_Up(UType,UDataId) values(''<27><>̨<EFBFBD><CCA8><EFBFBD><EFBFBD>'',' + quotedstr(maxno) + ') ');
|
||
execsql;
|
||
end;
|
||
////////////////// <20><><EFBFBD>½<EFBFBD><C2BD><EFBFBD> //////////////////
|
||
|
||
Result := True;
|
||
except
|
||
application.MessageBox(PChar(Exception(ExceptObject).Message), '<27><>ʾ<EFBFBD><CABE>Ϣ', 0);
|
||
Result := False;
|
||
end;
|
||
end;
|
||
|
||
procedure TfrmKnitMachInsp1.BTPrintClick(Sender: TObject);
|
||
var
|
||
fPrintFile: string;
|
||
mvalue: Double;
|
||
i: Integer;
|
||
begin
|
||
edtScan.SetFocus;
|
||
|
||
if CheckData('<27>ύ') = False then
|
||
exit;
|
||
|
||
if SaveData() then
|
||
begin
|
||
InputLen.Text := '';
|
||
InputWeight.Text := '';
|
||
|
||
if Trim(Edit6.Text) = '<27><>' then
|
||
begin
|
||
PrtData(FCIID);
|
||
end;
|
||
PlayWav('<27>ύ<EFBFBD>ɹ<EFBFBD>');
|
||
end;
|
||
CIFBegClick(InputWeight);
|
||
FOperationStatus := '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
|
||
InitJYGrid();
|
||
InitCDGrid('');
|
||
edtScan.SetFocus;
|
||
|
||
orderno.Text := '';
|
||
CodeName.Text := '';
|
||
BatchNO.Text := '';
|
||
SCPerson.Text := '';
|
||
JBSCPerson.Text := '';
|
||
Revolution1.Text := '';
|
||
Revolution2.Text := '';
|
||
end;
|
||
|
||
procedure TfrmKnitMachInsp1.PrtData(MCIID: string);
|
||
var
|
||
fPrintFile, FLBName: string;
|
||
begin
|
||
with ADOQueryPrint do
|
||
begin
|
||
Close;
|
||
SQL.Clear;
|
||
sql.Add(' EXEC P_Knit_Insp_Prt_Lab ');
|
||
SQL.Add(' @CIID=''' + Trim(MCIID) + '''');
|
||
Open;
|
||
end;
|
||
if ADOQueryPrint.IsEmpty then
|
||
begin
|
||
application.MessageBox('<27><>ǩ<EFBFBD><C7A9><EFBFBD><EFBFBD>δ<EFBFBD>ҵ<EFBFBD><D2B5><EFBFBD>', '<27><>ʾ<EFBFBD><CABE>Ϣ', MB_ICONERROR);
|
||
exit;
|
||
end;
|
||
|
||
FLBName := Trim(ADOQueryPrint.fieldbyname('LBName').AsString);
|
||
|
||
ExportFtErpFile(FLBName + '.rmf', ADOTmp);
|
||
fPrintFile := ExtractFilePath(Application.ExeName) + 'Report\' + FLBName + '.rmf';
|
||
|
||
if FileExists(fPrintFile) then
|
||
begin
|
||
RM1.LoadFromFile(fPrintFile);
|
||
RM1.DefaultCopies := strtointdef(trim(ComboBox1.Text), 1);
|
||
RM1.PrintReport;
|
||
end
|
||
else
|
||
begin
|
||
Application.MessageBox(PChar('û<><C3BB><EFBFBD><EFBFBD>' + fPrintFile), '<27><>ʾ', 0);
|
||
end;
|
||
end;
|
||
|
||
procedure TfrmKnitMachInsp1.SpeedButton1Click(Sender: TObject);
|
||
var
|
||
fsj: string;
|
||
begin
|
||
fsj := Trim(TSpeedButton(Sender).Hint);
|
||
if Trim(fsj) = '' then
|
||
Exit;
|
||
if TEdit(FindComponent(Trim(TSpeedButton(Sender).Hint))).Name = 'KuangHao' then
|
||
Exit;
|
||
fsj := Trim(TEdit(FindComponent(Trim(TSpeedButton(Sender).Hint))).Text);
|
||
TEdit(FindComponent(Trim(TSpeedButton(Sender).Hint))).Text := fsj + Trim(TSpeedButton(Sender).Caption);
|
||
TEdit(FindComponent(Trim(TSpeedButton(Sender).Hint))).SelectAll;
|
||
end;
|
||
|
||
procedure TfrmKnitMachInsp1.SpeedButton12Click(Sender: TObject);
|
||
var
|
||
fsj: string;
|
||
begin
|
||
fsj := Trim(TEdit(FindComponent(Trim(TSpeedButton(Sender).Hint))).Text);
|
||
if Trim(fsj) = '' then
|
||
Exit;
|
||
TEdit(FindComponent(Trim(TSpeedButton(Sender).Hint))).Text := Copy(fsj, 1, Length(fsj) - 1);
|
||
TEdit(FindComponent(Trim(TSpeedButton(Sender).Hint))).SelectAll;
|
||
end;
|
||
|
||
procedure TfrmKnitMachInsp1.SpeedButton13Click(Sender: TObject);
|
||
var
|
||
i: Integer;
|
||
begin
|
||
if CheckData('<27>õ<EFBFBD>') = False then
|
||
exit;
|
||
|
||
FCIFName := Trim(TSpeedButton(Sender).Hint);
|
||
MovePanel1.Visible := True;
|
||
lblCIFName.Caption := Trim(FCIFName);
|
||
|
||
//<2F><>ʾ<EFBFBD><CABE><EFBFBD>ּ<EFBFBD><D6BC><EFBFBD>
|
||
CIFBeg.Text := InputLen.Text;
|
||
with Panel3 do
|
||
begin
|
||
for i := 0 to ControlCount - 1 do
|
||
begin
|
||
if Controls[i] is TSpeedButton then
|
||
begin
|
||
TSpeedButton(Controls[i]).Hint := Trim(CIFBeg.Name);
|
||
end;
|
||
end;
|
||
end;
|
||
|
||
end;
|
||
|
||
procedure TfrmKnitMachInsp1.cxButtonEdit1PropertiesButtonClick(Sender: TObject; AButtonIndex: Integer);
|
||
begin
|
||
try
|
||
frmEmployeeSel := TfrmEmployeeSel.Create(self);
|
||
with frmEmployeeSel do
|
||
begin
|
||
FPost := '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
|
||
if ShowModal = 1 then
|
||
begin
|
||
SCPerson.Text := frmEmployeeSel.FRName;
|
||
SCPerson.Hint := frmEmployeeSel.FRCode;
|
||
end;
|
||
end;
|
||
finally
|
||
frmEmployeeSel.Free;
|
||
end;
|
||
end;
|
||
|
||
procedure TfrmKnitMachInsp1.cxDBImage1DblClick(Sender: TObject);
|
||
begin
|
||
if TcxDBImage(Sender).Picture.Height = 0 then
|
||
exit;
|
||
LookImage(Qry_ImgHX.fieldbyname(TcxDBImage(Sender).Hint).asstring);
|
||
end;
|
||
|
||
procedure TfrmKnitMachInsp1.Button1Click(Sender: TObject);
|
||
var
|
||
mvalue: Double;
|
||
begin
|
||
|
||
if Trim(CIFBeg.Text) <> '' then
|
||
begin
|
||
if Trim(CIFEnd.Text) <> '' then
|
||
begin
|
||
if StrToFloat(CIFEnd.Text) < StrToFloat(CIFBeg.Text) then
|
||
begin
|
||
Application.MessageBox('<27>õ<EFBFBD>λ<EFBFBD><CEBB>¼<EFBFBD><C2BC><EFBFBD><EFBFBD><EFBFBD><EFBFBD>!', '<27><>ʾ', 0);
|
||
Exit;
|
||
end;
|
||
end;
|
||
end;
|
||
if CIFQty.Text <> '' then
|
||
begin
|
||
if TryStrToFloat(CIFQty.Text, mvalue) = False then
|
||
begin
|
||
Application.MessageBox('<27>Ƿ<EFBFBD><C7B7><EFBFBD><EFBFBD><EFBFBD>!', '<27><>ʾ', 0);
|
||
Exit;
|
||
end;
|
||
end;
|
||
with CDS_2 do
|
||
begin
|
||
Append;
|
||
if RadioGroup1.ItemIndex = 5 then
|
||
FieldByName('CIFName').Value := '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>' + Trim(FCIFName)
|
||
else if RadioGroup1.ItemIndex = 4 then
|
||
FieldByName('CIFName').Value := '<27><>ƥ' + Trim(FCIFName)
|
||
else
|
||
FieldByName('CIFName').Value := Trim(FCIFName);
|
||
FieldByName('CIFbeg').Value := Trim(CIFBeg.Text);
|
||
FieldByName('CIFEnd').Value := Trim(CIFEnd.Text);
|
||
FieldByName('CIFPoints').Value := 0;
|
||
|
||
if RadioGroup1.ItemIndex > -1 then
|
||
begin
|
||
if RadioGroup1.ItemIndex < 3 then
|
||
begin
|
||
FieldByName('CIFPoints').Value := RadioGroup1.ItemIndex + 1;
|
||
end
|
||
else
|
||
begin
|
||
FieldByName('CIFPoints').Value := 4;
|
||
end;
|
||
end;
|
||
FieldByName('CIFQty').Value := StrToFloatdef(trim(CIFQty.Text), 0);
|
||
|
||
Post;
|
||
end;
|
||
CIFBeg.Text := '';
|
||
CIFEnd.Text := '';
|
||
CIFQty.Text := '';
|
||
MovePanel1.Visible := False;
|
||
cxPageControl1.ActivePageIndex := 0;
|
||
end;
|
||
|
||
procedure TfrmKnitMachInsp1.ToolButton1Click(Sender: TObject);
|
||
var
|
||
MINo, MStkIds: string;
|
||
begin
|
||
if CDS_3.IsEmpty then
|
||
exit;
|
||
|
||
with CDS_3 do
|
||
begin
|
||
DisableControls;
|
||
First;
|
||
while not eof do
|
||
begin
|
||
MStkIds := MStkIds + Trim(CDS_3.FieldByName('CIID').AsString) + ',';
|
||
next;
|
||
end;
|
||
EnableControls;
|
||
end;
|
||
MStkIds := copy(MStkIds, 1, Length(MStkIds) - 1);
|
||
|
||
if GetLSNo(ADOCmd, MINo, 'R', 'Knit_Cloth_IO', 4, 1) = False then
|
||
begin
|
||
Application.MessageBox('ȡ<><C8A1><EFBFBD>ⵥ<EFBFBD><E2B5A5>ʧ<EFBFBD><CAA7>!', '<27><>ʾ', 0);
|
||
Exit;
|
||
end;
|
||
|
||
ADOCmd.Connection.BeginTrans;
|
||
try
|
||
|
||
// ADOCmd.Connection.CommitTrans;
|
||
with ADOCmd do
|
||
begin
|
||
Close;
|
||
Sql.Clear;
|
||
Sql.Add('exec P_Knit_Cloth_In ');
|
||
Sql.Add('@StkIds=' + quotedstr(trim(MStkIds)));
|
||
Sql.Add(',@IOTime=' + Quotedstr(FormatDateTime('yyyy-MM-dd', SGetServerDate(ADOTmp))));
|
||
Sql.Add(',@IOType=' + Quotedstr('<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'));
|
||
Sql.Add(',@IONO=' + Quotedstr(MINo));
|
||
Open;
|
||
end;
|
||
if ADOCmd.FieldByName('intReturn').AsInteger = -1 then
|
||
begin
|
||
raise Exception.Create(pchar(trim(ADOCmd.FieldByName('ShowMsg').AsString)));
|
||
end;
|
||
application.MessageBox('<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ɹ<EFBFBD><C9B9><EFBFBD>', '<27><>ʾ<EFBFBD><CABE>Ϣ', MB_ICONERROR);
|
||
ADOCmd.Connection.CommitTrans;
|
||
except
|
||
ADOCmd.Connection.RollbackTrans;
|
||
application.MessageBox('<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ʧ<EFBFBD>ܣ<EFBFBD>', '<27><>ʾ<EFBFBD><CABE>Ϣ', MB_ICONERROR);
|
||
end;
|
||
|
||
end;
|
||
|
||
procedure TfrmKnitMachInsp1.ToolButton2Click(Sender: TObject);
|
||
begin
|
||
if CDS_3.IsEmpty then
|
||
exit;
|
||
if Application.MessageBox('ȷ<><C8B7>Ҫ<EFBFBD><D2AA><EFBFBD>´<EFBFBD>ӡ<EFBFBD><D3A1><EFBFBD><EFBFBD>', '<27><>ʾ', 32 + 4) <> IDYES then
|
||
Exit;
|
||
try
|
||
with ADOCmd do
|
||
begin
|
||
close;
|
||
sql.Clear;
|
||
sql.Add('update Knit_Cloth_IO SET PrintFlag=0 where PCID=''' + trim(CDS_3.fieldbyName('PCID').AsString) + ''' and CRFlag=''<27><><EFBFBD><EFBFBD>'' ');
|
||
execsql;
|
||
end;
|
||
except
|
||
application.MessageBox('<27><><EFBFBD>´<EFBFBD>ӡʧ<D3A1><CAA7>!', '<27><>ʾ<EFBFBD><CABE>Ϣ', MB_ICONERROR);
|
||
end;
|
||
end;
|
||
|
||
procedure TfrmKnitMachInsp1.edtScanKeyPress(Sender: TObject; var Key: Char);
|
||
begin
|
||
if Key = #13 then
|
||
begin
|
||
if trim(edtScan.Text) = '' then
|
||
exit;
|
||
if trim(edtScan.Text) = FPCId then
|
||
exit;
|
||
ClearGlobal();
|
||
FOperationStatus := '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
|
||
|
||
// with ADOTmp do
|
||
// begin
|
||
// Close;
|
||
// sql.Clear;
|
||
// sql.Add('select * from Knit_Cloth_Inspect where PCId=' + quotedstr(FPCId));
|
||
// Open;
|
||
// end;
|
||
// if not ADOTmp.IsEmpty then
|
||
// begin
|
||
// Application.MessageBox('<27><><EFBFBD><EFBFBD><EFBFBD>Ѿ<EFBFBD><D1BE><EFBFBD><EFBFBD><EFBFBD>!', '<27><>ʾ', 0);
|
||
// Exit;
|
||
// end;
|
||
InitLCK(edtScan.Text);
|
||
InitJYGrid();
|
||
InputWeight.SetFocus;
|
||
end;
|
||
end;
|
||
|
||
procedure TfrmKnitMachInsp1.CIFBegClick(Sender: TObject);
|
||
var
|
||
i: Integer;
|
||
begin
|
||
with Panel3 do
|
||
begin
|
||
for i := 0 to ControlCount - 1 do
|
||
begin
|
||
if Controls[i] is TSpeedButton then
|
||
begin
|
||
TSpeedButton(Controls[i]).Hint := Trim(TEdit(Sender).Name);
|
||
end;
|
||
end;
|
||
end;
|
||
end;
|
||
|
||
procedure TfrmKnitMachInsp1.CIFEndChange(Sender: TObject);
|
||
var
|
||
mvalue: Double;
|
||
begin
|
||
if Trim(CIFBeg.Text) <> '' then
|
||
begin
|
||
if TryStrToFloat(CIFBeg.Text, mvalue) = False then
|
||
begin
|
||
Application.MessageBox('<27>Ƿ<EFBFBD><C7B7><EFBFBD><EFBFBD><EFBFBD>!', '<27><>ʾ', 0);
|
||
Exit;
|
||
end;
|
||
end
|
||
else
|
||
begin
|
||
Exit;
|
||
end;
|
||
if Trim(CIFEnd.Text) <> '' then
|
||
begin
|
||
if TryStrToFloat(CIFEnd.Text, mvalue) = False then
|
||
begin
|
||
Application.MessageBox('<27>Ƿ<EFBFBD><C7B7><EFBFBD><EFBFBD><EFBFBD>!', '<27><>ʾ', 0);
|
||
Exit;
|
||
end;
|
||
end
|
||
else
|
||
begin
|
||
Exit;
|
||
end;
|
||
CIFQty.Text := FloatToStr(StrToFloat(CIFEnd.Text) - StrToFloat(CIFBeg.Text));
|
||
end;
|
||
|
||
procedure TfrmKnitMachInsp1.Edit6Click(Sender: TObject);
|
||
begin
|
||
if Trim(Edit6.Text) = '' then
|
||
begin
|
||
Edit6.Text := '<27><>';
|
||
end
|
||
else
|
||
begin
|
||
Edit6.Text := '';
|
||
end;
|
||
end;
|
||
|
||
procedure TfrmKnitMachInsp1.MinLenExit(Sender: TObject);
|
||
begin
|
||
SetINIFile();
|
||
end;
|
||
|
||
procedure TfrmKnitMachInsp1.MJstr3KeyPress(Sender: TObject; var Key: Char);
|
||
begin
|
||
if Key = #13 then
|
||
begin
|
||
Key := #0;
|
||
SelectNext(ActiveControl as TWinControl, True, True);
|
||
end;
|
||
end;
|
||
|
||
procedure TfrmKnitMachInsp1.Button2Click(Sender: TObject);
|
||
begin
|
||
RadioGroup1.ItemIndex := -1;
|
||
end;
|
||
|
||
procedure TfrmKnitMachInsp1.Button3Click(Sender: TObject);
|
||
begin
|
||
if Panel6.Visible then
|
||
Panel6.Visible := False
|
||
else
|
||
Panel6.Visible := True;
|
||
|
||
end;
|
||
|
||
procedure TfrmKnitMachInsp1.GrossWeightChange(Sender: TObject);
|
||
begin
|
||
QuantityConversion();
|
||
end;
|
||
|
||
procedure TfrmKnitMachInsp1.edtScanClick(Sender: TObject);
|
||
var
|
||
i: Integer;
|
||
begin
|
||
Panel3.Visible := True;
|
||
with Panel3 do
|
||
begin
|
||
for i := 0 to ControlCount - 1 do
|
||
begin
|
||
if Controls[i] is TSpeedButton then
|
||
begin
|
||
TSpeedButton(Controls[i]).Hint := Trim(TEdit(Sender).Name);
|
||
end;
|
||
end;
|
||
end;
|
||
end;
|
||
|
||
procedure TfrmKnitMachInsp1.NetWeightKeyPress(Sender: TObject; var Key: Char);
|
||
begin
|
||
if Key = #13 then
|
||
begin
|
||
BTPrint.Click;
|
||
end;
|
||
end;
|
||
|
||
procedure TfrmKnitMachInsp1.FormCreate(Sender: TObject);
|
||
begin
|
||
inherited;
|
||
IsCommopen := false;
|
||
end;
|
||
|
||
procedure TfrmKnitMachInsp1.lblLenUnitClick(Sender: TObject);
|
||
begin
|
||
if Trim(lblLenUnit.Caption) = 'M' then
|
||
SetUnit('Y')
|
||
else
|
||
SetUnit('M');
|
||
end;
|
||
|
||
procedure TfrmKnitMachInsp1.Button4Click(Sender: TObject);
|
||
begin
|
||
MovePanel1.Visible := false;
|
||
end;
|
||
|
||
procedure TfrmKnitMachInsp1.Button5Click(Sender: TObject);
|
||
var
|
||
Key: char;
|
||
MMCType: string;
|
||
begin
|
||
Key := #13;
|
||
with self.ADOTmp do
|
||
begin
|
||
Close;
|
||
sql.Clear;
|
||
sql.Add('select Udept from SY_User where UserID= ' + QuotedStr(dcode));
|
||
Open;
|
||
MMCType := FieldByName('Udept').AsString;
|
||
end;
|
||
if MMCType = '' then
|
||
MMCType := '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
|
||
|
||
try
|
||
frmLoomSel := TfrmLoomSel.Create(self);
|
||
with frmLoomSel do
|
||
begin
|
||
FMCType := MMCType;
|
||
if ShowModal = 1 then
|
||
begin
|
||
self.Loom.Text := frmLoomSel.FMCNO;
|
||
|
||
with self.ADOTmp do
|
||
begin
|
||
Close;
|
||
sql.Clear;
|
||
sql.Add('select B.SubId from Knit_Plan_Main A ');
|
||
sql.Add(' inner join Knit_Plan_Sub B on A.MainId=B.MainId ');
|
||
sql.Add(' inner join Bs_Machine C on A.OrderNo=C.OrderNo ');
|
||
sql.Add(' where C.MCNO= ' + QuotedStr(self.Loom.Text));
|
||
Open;
|
||
end;
|
||
if self.ADOTmp.IsEmpty then
|
||
begin
|
||
Application.MessageBox('<27><>̨δ<CCA8>ƻ<F3B6A8BC><C6BB><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ϵ<EFBFBD>ŵ<EFBFBD>Ա!', '<27><>ʾ', 0);
|
||
Exit;
|
||
end
|
||
else
|
||
begin
|
||
edtScan.Text := self.ADOTmp.FieldByName('SubId').AsString;
|
||
edtScanKeyPress(edtScan, Key);
|
||
end;
|
||
self.FLoom := frmLoomSel.FMCNO;
|
||
end;
|
||
end;
|
||
finally
|
||
frmLoomSel.Free;
|
||
end;
|
||
end;
|
||
|
||
procedure TfrmKnitMachInsp1.ToolButton3Click(Sender: TObject);
|
||
begin
|
||
if CDS_3.IsEmpty then
|
||
Exit;
|
||
PrtData(CDS_3.fieldbyname('CIID').AsString);
|
||
|
||
end;
|
||
|
||
procedure TfrmKnitMachInsp1.ToolButton4Click(Sender: TObject);
|
||
begin
|
||
try
|
||
frmZDYHelp := TfrmZDYHelp.Create(Application);
|
||
with frmZDYHelp do
|
||
begin
|
||
flag := 'WFBCD';
|
||
flagname := '<27>õ<EFBFBD>';
|
||
fnote := True;
|
||
V1Note.Caption := 'Ӣ<><D3A2><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
|
||
if ShowModal = 1 then
|
||
begin
|
||
Self.InitCDPanel();
|
||
end;
|
||
end;
|
||
finally
|
||
frmZDYHelp.Free;
|
||
end;
|
||
|
||
end;
|
||
|
||
procedure TfrmKnitMachInsp1.ToolButton5Click(Sender: TObject);
|
||
begin
|
||
if CDS_3.IsEmpty then
|
||
Exit;
|
||
if Application.MessageBox('ȷ<><C8B7>Ҫɾ<D2AA><C9BE><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>', '<27><>ʾ', 32 + 4) <> IDYES then
|
||
Exit;
|
||
|
||
ADOCmd.Connection.BeginTrans;
|
||
try
|
||
|
||
with ADOCmd do
|
||
begin
|
||
Close;
|
||
Sql.Clear;
|
||
Sql.Add('exec P_Knit_Cloth_ReIn ');
|
||
Sql.Add('@StkIds=' + quotedstr(Trim(CDS_3.fieldbyname('CIID').AsString)));
|
||
Sql.Add(',@IOIDS='''' ');
|
||
Sql.Add(',@FillId=' + Quotedstr(DCode));
|
||
Sql.Add(',@Filler=' + Quotedstr(DName));
|
||
Open;
|
||
end;
|
||
if ADOCmd.FieldByName('intReturn').AsInteger = -1 then
|
||
begin
|
||
raise Exception.Create(pchar(trim(ADOCmd.FieldByName('ShowMsg').AsString)));
|
||
end;
|
||
|
||
with ADOCmd do
|
||
begin
|
||
Close;
|
||
Sql.Clear;
|
||
Sql.Add('exec P_Knit_Insp_Del ');
|
||
Sql.Add('@CIIDS=' + quotedstr(Trim(CDS_3.fieldbyname('CIID').AsString)));
|
||
Sql.Add(',@DCode=' + Quotedstr(DCode));
|
||
Sql.Add(',@DName=' + Quotedstr(DName));
|
||
Open;
|
||
end;
|
||
if ADOCmd.FieldByName('intReturn').AsInteger = -1 then
|
||
begin
|
||
raise Exception.Create(pchar(trim(ADOCmd.FieldByName('ShowMsg').AsString)));
|
||
end;
|
||
with ADOCmd do
|
||
begin
|
||
Close;
|
||
sql.Clear;
|
||
sql.Add('insert into Knit_Need_Up(UType,UOperation,UDataId) values(''<27><><EFBFBD><EFBFBD>'',''<27><><EFBFBD><EFBFBD>ɾ<EFBFBD><C9BE>'',' + quotedstr(Trim(CDS_3.fieldbyname('CIID').AsString)) + ') ');
|
||
ExecSQL;
|
||
end;
|
||
|
||
ADOCmd.Connection.CommitTrans;
|
||
CDS_3.Delete;
|
||
application.MessageBox('ɾ<><C9BE><EFBFBD>ɹ<EFBFBD><C9B9><EFBFBD>', '<27><>ʾ<EFBFBD><CABE>Ϣ');
|
||
except
|
||
ADOCmd.Connection.RollbackTrans;
|
||
application.MessageBox(PChar(Exception(ExceptObject).Message), '<27><>ʾ<EFBFBD><CABE>Ϣ', 0);
|
||
end;
|
||
end;
|
||
|
||
procedure TfrmKnitMachInsp1.ToolButton6Click(Sender: TObject);
|
||
begin
|
||
if CDS_3.IsEmpty then
|
||
Exit;
|
||
if Application.MessageBox(PWideChar('ȷ<><C8B7>Ҫ<EFBFBD><EFBFBD>' + CDS_3.fieldbyname('PieceNo').AsString + '<27>ž<EFBFBD><C5BE><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>'), '<27><>ʾ', 32 + 4) <> IDYES then
|
||
Exit;
|
||
|
||
InitJTM(CDS_3.fieldbyname('CIID').AsString);
|
||
end;
|
||
|
||
procedure TfrmKnitMachInsp1.ToolButton7Click(Sender: TObject);
|
||
begin
|
||
WriteCxGrid(trim(Self.Caption) + 'Tv1', Tv1, 'ó<><EFBFBD><D7BC><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>');
|
||
WriteCxGrid(trim(Self.Caption) + 'Tv2', Tv2, 'ó<><EFBFBD><D7BC><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>');
|
||
WriteCxGrid(trim(Self.Caption) + 'Tv3', Tv3, 'ó<><EFBFBD><D7BC><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>');
|
||
|
||
end;
|
||
|
||
procedure TfrmKnitMachInsp1.ToolButton8Click(Sender: TObject);
|
||
begin
|
||
Close;
|
||
end;
|
||
|
||
procedure TfrmKnitMachInsp1.ToolButton9Click(Sender: TObject);
|
||
var
|
||
MStkIds: string;
|
||
begin
|
||
if CDS_3.IsEmpty then
|
||
exit;
|
||
|
||
with CDS_3 do
|
||
begin
|
||
DisableControls;
|
||
First;
|
||
while not eof do
|
||
begin
|
||
MStkIds := MStkIds + Trim(CDS_3.FieldByName('CIID').AsString) + ',';
|
||
next;
|
||
end;
|
||
EnableControls;
|
||
end;
|
||
MStkIds := copy(MStkIds, 1, Length(MStkIds) - 1);
|
||
|
||
ADOCmd.Connection.BeginTrans;
|
||
try
|
||
|
||
with ADOCmd do
|
||
begin
|
||
Close;
|
||
Sql.Clear;
|
||
Sql.Add('exec P_Knit_Cloth_ReIn ');
|
||
Sql.Add('@StkIds=' + quotedstr(trim(MStkIds)));
|
||
Sql.Add(',@IOIDS='''' ');
|
||
Sql.Add(',@FillId=' + Quotedstr(DCode));
|
||
Sql.Add(',@Filler=' + Quotedstr(DName));
|
||
Open;
|
||
end;
|
||
if ADOCmd.FieldByName('intReturn').AsInteger = -1 then
|
||
begin
|
||
raise Exception.Create(pchar(trim(ADOCmd.FieldByName('ShowMsg').AsString)));
|
||
end;
|
||
|
||
ADOCmd.Connection.CommitTrans;
|
||
application.MessageBox('<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ɹ<EFBFBD><C9B9><EFBFBD>', '<27><>ʾ<EFBFBD><CABE>Ϣ', MB_ICONERROR);
|
||
except
|
||
ADOCmd.Connection.RollbackTrans;
|
||
application.MessageBox('<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ʧ<EFBFBD>ܣ<EFBFBD>', '<27><>ʾ<EFBFBD><CABE>Ϣ', MB_ICONERROR);
|
||
end;
|
||
|
||
end;
|
||
|
||
procedure TfrmKnitMachInsp1.edtChenClick(Sender: TObject);
|
||
begin
|
||
if Trim(TEdit(Sender).Text) = '' then
|
||
begin
|
||
TEdit(Sender).Text := '<27><>';
|
||
end
|
||
else
|
||
begin
|
||
TEdit(Sender).Text := '';
|
||
end;
|
||
SetINIFile();
|
||
end;
|
||
|
||
procedure TfrmKnitMachInsp1.edtYJClick(Sender: TObject);
|
||
begin
|
||
if Trim(TEdit(Sender).Text) = '' then
|
||
begin
|
||
TEdit(Sender).Text := '<27><>';
|
||
end
|
||
else
|
||
begin
|
||
TEdit(Sender).Text := '';
|
||
end;
|
||
end;
|
||
|
||
procedure TfrmKnitMachInsp1.Button6Click(Sender: TObject);
|
||
begin
|
||
if ScrollBox1.Visible then
|
||
ScrollBox1.Visible := False
|
||
else
|
||
ScrollBox1.Visible := True;
|
||
end;
|
||
|
||
procedure TfrmKnitMachInsp1.Button8Click(Sender: TObject);
|
||
begin
|
||
if Panel7.Visible then
|
||
Panel7.Visible := False
|
||
else
|
||
Panel7.Visible := True;
|
||
end;
|
||
|
||
end.
|
||
|