⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 pm_enter_freeclosepo.dfm

📁 一个MRPII系统源代码版本
💻 DFM
字号:
inherited Frm_Pm_Enter_FreeClosePo: TFrm_Pm_Enter_FreeClosePo
  Left = 27
  Top = 130
  Caption = '独立采购订单关闭'
  ClientHeight = 397
  OnDestroy = FormDestroy
  PixelsPerInch = 96
  TextHeight = 12
  inherited ControlBar: TControlBar
    inherited ToolBar: TToolBar
      inherited TlBtn_Check: TToolButton
        Hint = '关闭'
        Caption = '关闭'
      end
      inherited TlBtn_CancelCheck: TToolButton
        Hint = '打开'
        Caption = '打开'
      end
    end
  end
  inherited Pnl_Title: TPanel
    Caption = '独立采购订单关闭'
  end
  inherited Pnl_Head: TPanel
    inherited Lbl_Condition: TLabel
      Width = 24
      Caption = '全部'
    end
    inherited Lbl_Order: TLabel
      Width = 126
      Caption = '采购员代码/采购订单号'
    end
  end
  inherited Pnl_Hint: TPanel
    Top = 368
    Height = 29
    inherited Image4: TImage
      Height = 29
    end
    object Label2: TLabel
      Left = 8
      Top = 3
      Width = 60
      Height = 12
      Caption = '物料标识:'
      TransParent = True
    end
    object DBText2: TDBText
      Left = 78
      Top = 3
      Width = 42
      Height = 12
      AutoSize = True
      DataField = 'ItemFlag'
      DataSource = DataSource
      TransParent = True
    end
    object Label1: TLabel
      Left = 7
      Top = 17
      Width = 72
      Height = 12
      Caption = '供应商标示:'
      TransParent = True
    end
    object DBText1: TDBText
      Left = 78
      Top = 17
      Width = 42
      Height = 12
      AutoSize = True
      DataField = 'VendorFlag'
      DataSource = DataSource
      TransParent = True
    end
    object Label3: TLabel
      Left = 655
      Top = 17
      Width = 72
      Height = 12
      Caption = '约定交货日:'
      TransParent = True
    end
    object DBText3: TDBText
      Left = 725
      Top = 16
      Width = 42
      Height = 12
      AutoSize = True
      DataField = 'POLineDATE'
      DataSource = DataSource
      TransParent = True
    end
  end
  inherited Pnl_Body: TPanel
    Height = 271
    inherited Image3: TImage
      Height = 271
    end
    inherited DBGridEh: TDBGridEh
      Height = 271
      ReadOnly = False
      OnDblClick = Act_LookExecute
      OnTitleClick = DBGridEhTitleClick
      FrozenCols = 5
      Columns = <
        Item
          FieldName = 'PoLineCheck'
          PickList.Strings = (
            '1'
            '0')
          Title.Alignment = taCenter
          Title.Caption = '标记'
          Title.Font.ChArset = GB2312_CHArSET
          Title.Font.Color = clBlue
          Title.Font.Height = -12
          Title.Font.Name = '宋体'
          Title.Font.Style = []
          Width = 30
          KeyList.Strings = (
            '1'
            '0')
          Checkboxes = True
        end
        Item
          FieldName = 'EmployeeCode'
          PickList.Strings = ()
          ReadOnly = True
          Title.Alignment = taCenter
          Title.Caption = '采购员代码'
          Width = 70
          AutoFitColWidth = False
          Visible = False
          KeyList.Strings = ()
        end
        Item
          FieldName = 'EmployeeName'
          PickList.Strings = ()
          ReadOnly = True
          Title.Alignment = taCenter
          Title.Caption = '采购员姓名'
          Width = 70
          Visible = False
          KeyList.Strings = ()
        end
        Item
          FieldName = 'EmployeeFlag'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '采购员ID'
          Width = 60
          KeyList.Strings = ()
        end
        Item
          FieldName = 'PONO'
          PickList.Strings = ()
          ReadOnly = True
          Title.Alignment = taCenter
          Title.Caption = '采购订单号'
          Width = 65
          KeyList.Strings = ()
        end
        Item
          FieldName = 'POLINENo'
          PickList.Strings = ()
          ReadOnly = True
          Title.Alignment = taCenter
          Title.Caption = '订单行号'
          Width = 55
          WordWrAp = True
          KeyList.Strings = ()
        end
        Item
          FieldName = 'POLINESTATUS'
          PickList.Strings = (
            '6 下达'
            '7 关闭')
          ReadOnly = True
          Title.Alignment = taCenter
          Title.Caption = '行状态'
          Width = 45
          WordWrAp = True
          KeyList.Strings = (
            '6'
            '7')
        end
        Item
          Alignment = tArightJustify
          FieldName = 'PoDate'
          PickList.Strings = ()
          ReadOnly = True
          Title.Alignment = taCenter
          Title.Caption = '下单日期'
          Width = 70
          KeyList.Strings = ()
        end
        Item
          FieldName = 'ItemCode'
          PickList.Strings = ()
          ReadOnly = True
          Title.Alignment = taCenter
          Title.Caption = '物料代码'
          Width = 90
          Visible = False
          KeyList.Strings = ()
        end
        Item
          FieldName = 'ItemName'
          PickList.Strings = ()
          ReadOnly = True
          Title.Alignment = taCenter
          Title.Caption = '物料描述'
          Width = 200
          Visible = False
          KeyList.Strings = ()
        end
        Item
          FieldName = 'ItemFlag'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '物料标识'
          Width = 200
          KeyList.Strings = ()
        end
        Item
          FieldName = 'UomName'
          PickList.Strings = ()
          ReadOnly = True
          Title.Alignment = taCenter
          Title.Caption = '单位'
          Width = 30
          KeyList.Strings = ()
        end
        Item
          FieldName = 'POQTY'
          PickList.Strings = ()
          ReadOnly = True
          Title.Alignment = taCenter
          Title.Caption = '约定交货量'
          Width = 66
          KeyList.Strings = ()
        end
        Item
          FieldName = 'PONoFinishQty'
          PickList.Strings = ()
          ReadOnly = True
          Title.Alignment = taCenter
          Title.Caption = '未结量'
          Width = 60
          KeyList.Strings = ()
        end
        Item
          Alignment = tArightJustify
          FieldName = 'POStArtWorkDate'
          PickList.Strings = ()
          ReadOnly = True
          Title.Alignment = taCenter
          Title.Caption = '约定开工日'
          Width = 65
          KeyList.Strings = ()
        end
        Item
          Alignment = tArightJustify
          FieldName = 'POLineDATE'
          PickList.Strings = ()
          ReadOnly = True
          Title.Alignment = taCenter
          Title.Caption = '约定交货日'
          Width = 70
          KeyList.Strings = ()
        end
        Item
          FieldName = 'VendorCode'
          PickList.Strings = ()
          ReadOnly = True
          Title.Alignment = taCenter
          Title.Caption = '供应商代码'
          Width = 70
          Visible = False
          KeyList.Strings = ()
        end
        Item
          FieldName = 'VendorName'
          PickList.Strings = ()
          ReadOnly = True
          Title.Alignment = taCenter
          Title.Caption = '供应商名称'
          Width = 120
          Visible = False
          KeyList.Strings = ()
        end
        Item
          FieldName = 'VendorFlag'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '供应商标识'
          Width = 150
          KeyList.Strings = ()
        end
        Item
          FieldName = 'CloseRemArk'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '关闭备注'
          Title.Font.ChArset = GB2312_CHArSET
          Title.Font.Color = clBlue
          Title.Font.Height = -12
          Title.Font.Name = '宋体'
          Title.Font.Style = []
          Width = 120
          KeyList.Strings = ()
        end
        Item
          FieldName = 'ReferenceNo'
          PickList.Strings = ()
          Width = 55
          KeyList.Strings = ()
        end>
    end
  end
  inherited ActionList: TActionList
    inherited Act_CancelCheck: TAction
      OnExecute = Act_CancelCheckExecute
    end
    inherited Act_Look: TAction
      Caption = '查看委外领料清单'
      Enabled = True
      Hint = '查看委外领料清单(Enter)'
      Visible = True
      OnExecute = Act_LookExecute
    end
    inherited Act_Check: TAction
      OnExecute = Act_CheckExecute
    end
  end
  inherited AdoQry_Head: TAdoQuery
    ConnectionString = 
      'Provider=SQLOLEDB.1;Password=mdrcmrm;Persist Security Info=True;' +
      'User ID=mdrcmrm;Initial Catalog=mdrcmrm;Data Source=ZHENGJIArONG'
    BeforeInsert = AdoQry_HeadBeforeInsert
    SQL.Strings = (
      
        'Select PoLine.*,Po.*,Vendor.VendorName,Item.ItemName,Employee.em' +
        'ployeeName,Uom.UomName,'
      'Employee.EmployeeCode+'#39' '#39'+Employee.EmployeeName As EmployeeFlag,'
      'Item.ItemCode+'#39' '#39'+Item.ItemName As ItemFlag,'
      'Vendor.VendorCode+'#39' '#39'+Vendor.VendorName As VendorFlag'
      'From PoLine '
      'Join Po On Po.PoNo=PoLine.PoNo     '
      'Join Item On PoLine.ItemCode=Item.ItemCode'
      'And  (POLineStatus=6 Or POLineStatus=7)'
      'Left Outer Join Vendor On Po.VendorCode=Vendor.VendorCode'
      'join Employee on po.EmployeeCode=Employee.EmployeeCode'
      'Join Uom On Uom.UomCode=Item.UomCode')
    Left = 304
    Top = 233
    object AdoQry_HeadPONO: TStringField
      FieldName = 'PONO'
      Origin = 'PoLine'
      Size = 16
    end
    object AdoQry_HeadPOLINENo: TIntegerField
      FieldName = 'POLINENo'
      Origin = 'PoLine'
    end
    object AdoQry_HeadItemCode: TStringField
      FieldName = 'ItemCode'
      Origin = 'PoLine'
      Size = 16
    end
    object AdoQry_HeadPOLineDATE: TDateTimeField
      FieldName = 'POLineDATE'
      Origin = 'PoLine'
      DisplayFormat = 'yyyy.mm.dd'
    end
    object AdoQry_HeadPOQTY: TFloatField
      FieldName = 'POQTY'
      Origin = 'PoLine'
      DisplayFormat = '#,##0'
    end
    object AdoQry_HeadPONoFinishQty: TFloatField
      FieldName = 'PONoFinishQty'
      Origin = 'PoLine'
      DisplayFormat = '#,##0'
    end
    object AdoQry_HeadPOREFERENCEDPRICE: TIntegerField
      FieldName = 'POREFERENCEDPRICE'
      Origin = 'PoLine'
    end
    object AdoQry_HeadPOLINESTATUS: TIntegerField
      FieldName = 'POLINESTATUS'
      Origin = 'PoLine'
    end
    object AdoQry_HeadPoNoTaxPrice: TFloatField
      FieldName = 'PoNoTaxPrice'
      Origin = 'PoLine'
      DisplayFormat = '#,##0.00'
    end
    object AdoQry_HeadPONoTaxAmount: TBCDField
      FieldName = 'PONoTaxAmount'
      Origin = 'PoLine'
      DisplayFormat = '#,##0.00'
      Precision = 18
      Size = 2
    end
    object AdoQry_HeadPoTaxPrice: TFloatField
      FieldName = 'PoTaxPrice'
      Origin = 'PoLine'
      DisplayFormat = '#,##0.00'
    end
    object AdoQry_HeadPoTaxAmount: TBCDField
      FieldName = 'PoTaxAmount'
      Origin = 'PoLine'
      DisplayFormat = '#,##0.00'
      Precision = 18
      Size = 2
    end
    object AdoQry_HeadPOStArtWorkDate: TDateTimeField
      FieldName = 'POStArtWorkDate'
      Origin = 'PoLine'
      DisplayFormat = 'yyyy.mm.dd'
    end
    object AdoQry_HeadVendorCode: TStringField
      FieldName = 'VendorCode'
      Origin = 'Vendor'
      Size = 12
    end
    object AdoQry_HeadVendorName: TStringField
      FieldName = 'VendorName'
      Origin = 'Vendor'
      Size = 60
    end
    object AdoQry_HeadItemName: TStringField
      FieldName = 'ItemName'
      Origin = 'Item'
      Size = 60
    end
    object AdoQry_HeadPoDate: TDateTimeField
      FieldName = 'PoDate'
      Origin = 'Po'
    end
    object AdoQry_HeadEmployeeCode: TStringField
      FieldName = 'EmployeeCode'
      Origin = 'Po'
      Size = 30
    end
    object AdoQry_HeadEmployeeName: TStringField
      FieldName = 'EmployeeName'
      Origin = 'Employee'
      Size = 60
    end
    object AdoQry_HeadUomName: TStringField
      Alignment = taCenter
      FieldName = 'UomName'
      Origin = 'Uom'
      Size = 10
    end
    object AdoQry_HeadEmployeeFlag: TStringField
      FieldName = 'EmployeeFlag'
      ReadOnly = True
      Size = 91
    end
    object AdoQry_HeadItemFlag: TStringField
      FieldName = 'ItemFlag'
      ReadOnly = True
      Size = 77
    end
    object AdoQry_HeadVendorFlag: TStringField
      FieldName = 'VendorFlag'
      ReadOnly = True
      Size = 73
    end
    object AdoQry_HeadPoLineCheck: TIntegerField
      FieldName = 'PoLineCheck'
      Origin = 'PoLine'
    end
    object AdoQry_HeadCloseRemArk: TStringField
      FieldName = 'CloseRemArk'
      Origin = 'PoLine'
      Size = 50
    end
    object AdoQry_HeadReferenceNo: TStringField
      DisplayLabel = '参考号'
      FieldName = 'ReferenceNo'
      Size = 30
    end
    object AdoQry_HeadPOType: TIntegerField
      FieldName = 'POType'
    end
  end
end

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -