This commit is contained in:
funa 2026-05-22 11:44:44 +08:00
parent 4bce73776a
commit 4222627ced
5 changed files with 38 additions and 1 deletions

View File

@ -175,6 +175,13 @@ inherited frmTradeFtyClothInList: TfrmTradeFtyClothInList
Height = 12 Height = 12
Caption = #25209' '#21495 Caption = #25209' '#21495
end end
object Label6: TLabel
Left = 648
Top = 12
Width = 48
Height = 12
Caption = #25351#31034#21333#21495
end
object BegDate: TDateTimePicker object BegDate: TDateTimePicker
Left = 77 Left = 77
Top = 8 Top = 8
@ -205,7 +212,7 @@ inherited frmTradeFtyClothInList: TfrmTradeFtyClothInList
object FromCoName: TEdit object FromCoName: TEdit
Tag = 2 Tag = 2
Left = 542 Left = 542
Top = 8 Top = 7
Width = 100 Width = 100
Height = 20 Height = 20
TabOrder = 3 TabOrder = 3
@ -256,6 +263,15 @@ inherited frmTradeFtyClothInList: TfrmTradeFtyClothInList
TabOrder = 7 TabOrder = 7
OnChange = FromCoNameChange OnChange = FromCoNameChange
end end
object FromOrdNo: TEdit
Tag = 2
Left = 702
Top = 7
Width = 121
Height = 20
TabOrder = 8
OnChange = FromCoNameChange
end
end end
object cxGrid1: TcxGrid [2] object cxGrid1: TcxGrid [2]
Left = 0 Left = 0

View File

@ -87,6 +87,8 @@ type
Tv1Column13: TcxGridDBColumn; Tv1Column13: TcxGridDBColumn;
Tv1Column14: TcxGridDBColumn; Tv1Column14: TcxGridDBColumn;
Tv1Column15: TcxGridDBColumn; Tv1Column15: TcxGridDBColumn;
Label6: TLabel;
FromOrdNo: TEdit;
procedure FormClose(Sender: TObject; var Action: TCloseAction); procedure FormClose(Sender: TObject; var Action: TCloseAction);
procedure FormCreate(Sender: TObject); procedure FormCreate(Sender: TObject);
procedure TBRafreshClick(Sender: TObject); procedure TBRafreshClick(Sender: TObject);

View File

@ -5,6 +5,7 @@ inherited frmTradeFtyClothStkList: TfrmTradeFtyClothStkList
ClientHeight = 472 ClientHeight = 472
ClientWidth = 1400 ClientWidth = 1400
Position = poDefault Position = poDefault
ExplicitLeft = -124
ExplicitWidth = 1416 ExplicitWidth = 1416
ExplicitHeight = 511 ExplicitHeight = 511
PixelsPerInch = 96 PixelsPerInch = 96
@ -117,6 +118,13 @@ inherited frmTradeFtyClothStkList: TfrmTradeFtyClothStkList
Font.Style = [fsBold] Font.Style = [fsBold]
ParentFont = False ParentFont = False
end end
object Label5: TLabel
Left = 633
Top = 11
Width = 48
Height = 12
Caption = #25351#31034#21333#21495
end
object C_name: TEdit object C_name: TEdit
Tag = 2 Tag = 2
Left = 254 Left = 254
@ -162,6 +170,15 @@ inherited frmTradeFtyClothStkList: TfrmTradeFtyClothStkList
ParentBackground = False ParentBackground = False
TabOrder = 4 TabOrder = 4
end end
object FromOrdNo: TEdit
Tag = 2
Left = 687
Top = 6
Width = 121
Height = 20
TabOrder = 5
OnChange = FromCoNameChange
end
end end
object cxGrid1: TcxGrid [2] object cxGrid1: TcxGrid [2]
Left = 0 Left = 0

View File

@ -68,6 +68,8 @@ type
Tv1Column11: TcxGridDBColumn; Tv1Column11: TcxGridDBColumn;
Label1: TLabel; Label1: TLabel;
Panel2: TPanel; Panel2: TPanel;
Label5: TLabel;
FromOrdNo: TEdit;
procedure FormDestroy(Sender: TObject); procedure FormDestroy(Sender: TObject);
procedure FormClose(Sender: TObject; var Action: TCloseAction); procedure FormClose(Sender: TObject; var Action: TCloseAction);
procedure TBRafreshClick(Sender: TObject); procedure TBRafreshClick(Sender: TObject);