frmPsPf.vb
上传用户:wj57717022
上传日期:2014-12-16
资源大小:4093k
文件大小:25k
源码类别:

医药行业

开发平台:

Visual Basic

  1. Public Class frmPsPf
  2.     Inherits System.Windows.Forms.Form
  3. #Region " Windows 窗体设计器生成的代码 "
  4.     Public Sub New()
  5.         MyBase.New()
  6.         '该调用是 Windows 窗体设计器所必需的。
  7.         InitializeComponent()
  8.         '在 InitializeComponent() 调用之后添加任何初始化
  9.     End Sub
  10.     '窗体重写 dispose 以清理组件列表。
  11.     Protected Overloads Overrides Sub Dispose(ByVal disposing As Boolean)
  12.         If disposing Then
  13.             If Not (components Is Nothing) Then
  14.                 components.Dispose()
  15.             End If
  16.         End If
  17.         MyBase.Dispose(disposing)
  18.     End Sub
  19.     'Windows 窗体设计器所必需的
  20.     Private components As System.ComponentModel.IContainer
  21.     '注意: 以下过程是 Windows 窗体设计器所必需的
  22.     '可以使用 Windows 窗体设计器修改此过程。
  23.     '不要使用代码编辑器修改它。
  24.     Friend WithEvents StatusBar1 As System.Windows.Forms.StatusBar
  25.     Friend WithEvents ToolBar1 As System.Windows.Forms.ToolBar
  26.     Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
  27.     Friend WithEvents ListBox1 As System.Windows.Forms.ListBox
  28.     Friend WithEvents Label2 As System.Windows.Forms.Label
  29.     Friend WithEvents Button3 As System.Windows.Forms.Button
  30.     Friend WithEvents 票据信息 As System.Windows.Forms.GroupBox
  31.     Friend WithEvents Label21 As System.Windows.Forms.Label
  32.     Friend WithEvents Label8 As System.Windows.Forms.Label
  33.     Friend WithEvents Label7 As System.Windows.Forms.Label
  34.     Friend WithEvents Label6 As System.Windows.Forms.Label
  35.     Friend WithEvents Label5 As System.Windows.Forms.Label
  36.     Friend WithEvents Label4 As System.Windows.Forms.Label
  37.     Friend WithEvents Label3 As System.Windows.Forms.Label
  38.     Friend WithEvents Label9 As System.Windows.Forms.Label
  39.     Friend WithEvents Label10 As System.Windows.Forms.Label
  40.     Friend WithEvents txtShy As System.Windows.Forms.TextBox
  41.     Friend WithEvents txtBhy As System.Windows.Forms.TextBox
  42.     Friend WithEvents txtBhType As System.Windows.Forms.TextBox
  43.     Friend WithEvents txtPsCenter As System.Windows.Forms.TextBox
  44.     Friend WithEvents txtPsMedName As System.Windows.Forms.TextBox
  45.     Friend WithEvents txtBillNumber As System.Windows.Forms.TextBox
  46.     Friend WithEvents txtsum As System.Windows.Forms.TextBox
  47.     Friend WithEvents tbnSh As System.Windows.Forms.ToolBarButton
  48.     Friend WithEvents tbnPrint As System.Windows.Forms.ToolBarButton
  49.     Friend WithEvents tbnExit As System.Windows.Forms.ToolBarButton
  50.     Friend WithEvents Label11 As System.Windows.Forms.Label
  51.     Friend WithEvents lblsh As System.Windows.Forms.Label
  52.     Friend WithEvents txtBhDate As System.Windows.Forms.TextBox
  53.     Friend WithEvents txtDhDate As System.Windows.Forms.TextBox
  54.     Friend WithEvents Panel1 As System.Windows.Forms.Panel
  55.     Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox
  56.     Friend WithEvents Button2 As System.Windows.Forms.Button
  57.     Friend WithEvents Button1 As System.Windows.Forms.Button
  58.     Friend WithEvents ComboBox1 As System.Windows.Forms.ComboBox
  59.     Friend WithEvents Label1 As System.Windows.Forms.Label
  60.     Friend WithEvents dgview As System.Windows.Forms.DataGrid
  61.     Friend WithEvents ImageList2 As System.Windows.Forms.ImageList
  62.     <System.Diagnostics.DebuggerStepThrough()> Private Sub InitializeComponent()
  63.         Me.components = New System.ComponentModel.Container
  64.         Dim resources As System.Resources.ResourceManager = New System.Resources.ResourceManager(GetType(frmPsPf))
  65.         Me.StatusBar1 = New System.Windows.Forms.StatusBar
  66.         Me.ToolBar1 = New System.Windows.Forms.ToolBar
  67.         Me.tbnSh = New System.Windows.Forms.ToolBarButton
  68.         Me.tbnPrint = New System.Windows.Forms.ToolBarButton
  69.         Me.tbnExit = New System.Windows.Forms.ToolBarButton
  70.         Me.ImageList2 = New System.Windows.Forms.ImageList(Me.components)
  71.         Me.GroupBox1 = New System.Windows.Forms.GroupBox
  72.         Me.Button3 = New System.Windows.Forms.Button
  73.         Me.Label2 = New System.Windows.Forms.Label
  74.         Me.ListBox1 = New System.Windows.Forms.ListBox
  75.         Me.票据信息 = New System.Windows.Forms.GroupBox
  76.         Me.txtDhDate = New System.Windows.Forms.TextBox
  77.         Me.txtBhDate = New System.Windows.Forms.TextBox
  78.         Me.lblsh = New System.Windows.Forms.Label
  79.         Me.Label11 = New System.Windows.Forms.Label
  80.         Me.txtsum = New System.Windows.Forms.TextBox
  81.         Me.Label21 = New System.Windows.Forms.Label
  82.         Me.Label8 = New System.Windows.Forms.Label
  83.         Me.Label7 = New System.Windows.Forms.Label
  84.         Me.Label6 = New System.Windows.Forms.Label
  85.         Me.Label5 = New System.Windows.Forms.Label
  86.         Me.Label4 = New System.Windows.Forms.Label
  87.         Me.Label3 = New System.Windows.Forms.Label
  88.         Me.Label9 = New System.Windows.Forms.Label
  89.         Me.Label10 = New System.Windows.Forms.Label
  90.         Me.txtShy = New System.Windows.Forms.TextBox
  91.         Me.txtBhy = New System.Windows.Forms.TextBox
  92.         Me.txtBhType = New System.Windows.Forms.TextBox
  93.         Me.txtPsCenter = New System.Windows.Forms.TextBox
  94.         Me.txtPsMedName = New System.Windows.Forms.TextBox
  95.         Me.txtBillNumber = New System.Windows.Forms.TextBox
  96.         Me.Panel1 = New System.Windows.Forms.Panel
  97.         Me.GroupBox2 = New System.Windows.Forms.GroupBox
  98.         Me.Button2 = New System.Windows.Forms.Button
  99.         Me.Button1 = New System.Windows.Forms.Button
  100.         Me.ComboBox1 = New System.Windows.Forms.ComboBox
  101.         Me.Label1 = New System.Windows.Forms.Label
  102.         Me.dgview = New System.Windows.Forms.DataGrid
  103.         Me.GroupBox1.SuspendLayout()
  104.         Me.票据信息.SuspendLayout()
  105.         Me.Panel1.SuspendLayout()
  106.         Me.GroupBox2.SuspendLayout()
  107.         CType(Me.dgview, System.ComponentModel.ISupportInitialize).BeginInit()
  108.         Me.SuspendLayout()
  109.         '
  110.         'StatusBar1
  111.         '
  112.         Me.StatusBar1.Location = New System.Drawing.Point(0, 428)
  113.         Me.StatusBar1.Name = "StatusBar1"
  114.         Me.StatusBar1.Size = New System.Drawing.Size(741, 17)
  115.         Me.StatusBar1.TabIndex = 0
  116.         Me.StatusBar1.Text = "StatusBar1"
  117.         '
  118.         'ToolBar1
  119.         '
  120.         Me.ToolBar1.Appearance = System.Windows.Forms.ToolBarAppearance.Flat
  121.         Me.ToolBar1.Buttons.AddRange(New System.Windows.Forms.ToolBarButton() {Me.tbnSh, Me.tbnPrint, Me.tbnExit})
  122.         Me.ToolBar1.DropDownArrows = True
  123.         Me.ToolBar1.ImageList = Me.ImageList2
  124.         Me.ToolBar1.Location = New System.Drawing.Point(0, 0)
  125.         Me.ToolBar1.Name = "ToolBar1"
  126.         Me.ToolBar1.ShowToolTips = True
  127.         Me.ToolBar1.Size = New System.Drawing.Size(741, 41)
  128.         Me.ToolBar1.TabIndex = 1
  129.         '
  130.         'tbnSh
  131.         '
  132.         Me.tbnSh.ImageIndex = 2
  133.         Me.tbnSh.Text = "审核"
  134.         '
  135.         'tbnPrint
  136.         '
  137.         Me.tbnPrint.ImageIndex = 12
  138.         Me.tbnPrint.Text = "打印"
  139.         '
  140.         'tbnExit
  141.         '
  142.         Me.tbnExit.ImageIndex = 11
  143.         Me.tbnExit.Text = "退出"
  144.         '
  145.         'ImageList2
  146.         '
  147.         Me.ImageList2.ImageSize = New System.Drawing.Size(16, 16)
  148.         Me.ImageList2.ImageStream = CType(resources.GetObject("ImageList2.ImageStream"), System.Windows.Forms.ImageListStreamer)
  149.         Me.ImageList2.TransparentColor = System.Drawing.Color.Transparent
  150.         '
  151.         'GroupBox1
  152.         '
  153.         Me.GroupBox1.Controls.Add(Me.Button3)
  154.         Me.GroupBox1.Controls.Add(Me.Label2)
  155.         Me.GroupBox1.Controls.Add(Me.ListBox1)
  156.         Me.GroupBox1.Dock = System.Windows.Forms.DockStyle.Left
  157.         Me.GroupBox1.Location = New System.Drawing.Point(0, 41)
  158.         Me.GroupBox1.Name = "GroupBox1"
  159.         Me.GroupBox1.Size = New System.Drawing.Size(222, 387)
  160.         Me.GroupBox1.TabIndex = 2
  161.         Me.GroupBox1.TabStop = False
  162.         Me.GroupBox1.Text = "待处理的补货单"
  163.         '
  164.         'Button3
  165.         '
  166.         Me.Button3.FlatStyle = System.Windows.Forms.FlatStyle.Popup
  167.         Me.Button3.Location = New System.Drawing.Point(66, 12)
  168.         Me.Button3.Name = "Button3"
  169.         Me.Button3.Size = New System.Drawing.Size(56, 19)
  170.         Me.Button3.TabIndex = 2
  171.         Me.Button3.Text = "刷新"
  172.         Me.Button3.TextAlign = System.Drawing.ContentAlignment.TopCenter
  173.         '
  174.         'Label2
  175.         '
  176.         Me.Label2.AutoSize = True
  177.         Me.Label2.Location = New System.Drawing.Point(12, 19)
  178.         Me.Label2.Name = "Label2"
  179.         Me.Label2.Size = New System.Drawing.Size(60, 17)
  180.         Me.Label2.TabIndex = 1
  181.         Me.Label2.Text = "选择票号:"
  182.         '
  183.         'ListBox1
  184.         '
  185.         Me.ListBox1.ItemHeight = 12
  186.         Me.ListBox1.Location = New System.Drawing.Point(6, 37)
  187.         Me.ListBox1.Name = "ListBox1"
  188.         Me.ListBox1.Size = New System.Drawing.Size(210, 304)
  189.         Me.ListBox1.TabIndex = 0
  190.         '
  191.         '票据信息
  192.         '
  193.         Me.票据信息.Controls.Add(Me.txtDhDate)
  194.         Me.票据信息.Controls.Add(Me.txtBhDate)
  195.         Me.票据信息.Controls.Add(Me.lblsh)
  196.         Me.票据信息.Controls.Add(Me.Label11)
  197.         Me.票据信息.Controls.Add(Me.txtsum)
  198.         Me.票据信息.Controls.Add(Me.Label21)
  199.         Me.票据信息.Controls.Add(Me.Label8)
  200.         Me.票据信息.Controls.Add(Me.Label7)
  201.         Me.票据信息.Controls.Add(Me.Label6)
  202.         Me.票据信息.Controls.Add(Me.Label5)
  203.         Me.票据信息.Controls.Add(Me.Label4)
  204.         Me.票据信息.Controls.Add(Me.Label3)
  205.         Me.票据信息.Controls.Add(Me.Label9)
  206.         Me.票据信息.Controls.Add(Me.Label10)
  207.         Me.票据信息.Controls.Add(Me.txtShy)
  208.         Me.票据信息.Controls.Add(Me.txtBhy)
  209.         Me.票据信息.Controls.Add(Me.txtBhType)
  210.         Me.票据信息.Controls.Add(Me.txtPsCenter)
  211.         Me.票据信息.Controls.Add(Me.txtPsMedName)
  212.         Me.票据信息.Controls.Add(Me.txtBillNumber)
  213.         Me.票据信息.Dock = System.Windows.Forms.DockStyle.Top
  214.         Me.票据信息.Location = New System.Drawing.Point(222, 41)
  215.         Me.票据信息.Name = "票据信息"
  216.         Me.票据信息.Size = New System.Drawing.Size(519, 124)
  217.         Me.票据信息.TabIndex = 4
  218.         Me.票据信息.TabStop = False
  219.         Me.票据信息.Text = "票据信息"
  220.         '
  221.         'txtDhDate
  222.         '
  223.         Me.txtDhDate.BorderStyle = System.Windows.Forms.BorderStyle.None
  224.         Me.txtDhDate.Location = New System.Drawing.Point(414, 19)
  225.         Me.txtDhDate.Name = "txtDhDate"
  226.         Me.txtDhDate.ReadOnly = True
  227.         Me.txtDhDate.Size = New System.Drawing.Size(84, 14)
  228.         Me.txtDhDate.TabIndex = 41
  229.         Me.txtDhDate.Text = ""
  230.         '
  231.         'txtBhDate
  232.         '
  233.         Me.txtBhDate.BorderStyle = System.Windows.Forms.BorderStyle.None
  234.         Me.txtBhDate.Location = New System.Drawing.Point(240, 19)
  235.         Me.txtBhDate.Name = "txtBhDate"
  236.         Me.txtBhDate.ReadOnly = True
  237.         Me.txtBhDate.Size = New System.Drawing.Size(102, 14)
  238.         Me.txtBhDate.TabIndex = 40
  239.         Me.txtBhDate.Text = ""
  240.         '
  241.         'lblsh
  242.         '
  243.         Me.lblsh.AutoSize = True
  244.         Me.lblsh.Location = New System.Drawing.Point(72, 93)
  245.         Me.lblsh.Name = "lblsh"
  246.         Me.lblsh.Size = New System.Drawing.Size(42, 17)
  247.         Me.lblsh.TabIndex = 39
  248.         Me.lblsh.Text = "未审核"
  249.         '
  250.         'Label11
  251.         '
  252.         Me.Label11.AutoSize = True
  253.         Me.Label11.ForeColor = System.Drawing.Color.Red
  254.         Me.Label11.Location = New System.Drawing.Point(6, 93)
  255.         Me.Label11.Name = "Label11"
  256.         Me.Label11.Size = New System.Drawing.Size(60, 17)
  257.         Me.Label11.TabIndex = 38
  258.         Me.Label11.Text = "审核状态:"
  259.         '
  260.         'txtsum
  261.         '
  262.         Me.txtsum.BorderStyle = System.Windows.Forms.BorderStyle.None
  263.         Me.txtsum.Location = New System.Drawing.Point(414, 68)
  264.         Me.txtsum.Name = "txtsum"
  265.         Me.txtsum.ReadOnly = True
  266.         Me.txtsum.Size = New System.Drawing.Size(84, 14)
  267.         Me.txtsum.TabIndex = 35
  268.         Me.txtsum.Text = ""
  269.         '
  270.         'Label21
  271.         '
  272.         Me.Label21.AutoSize = True
  273.         Me.Label21.ForeColor = System.Drawing.Color.Red
  274.         Me.Label21.Location = New System.Drawing.Point(348, 68)
  275.         Me.Label21.Name = "Label21"
  276.         Me.Label21.Size = New System.Drawing.Size(60, 17)
  277.         Me.Label21.TabIndex = 34
  278.         Me.Label21.Text = "合计金额:"
  279.         '
  280.         'Label8
  281.         '
  282.         Me.Label8.AutoSize = True
  283.         Me.Label8.Location = New System.Drawing.Point(360, 44)
  284.         Me.Label8.Name = "Label8"
  285.         Me.Label8.Size = New System.Drawing.Size(54, 17)
  286.         Me.Label8.TabIndex = 33
  287.         Me.Label8.Text = "审核员:"
  288.         '
  289.         'Label7
  290.         '
  291.         Me.Label7.AutoSize = True
  292.         Me.Label7.Location = New System.Drawing.Point(174, 68)
  293.         Me.Label7.Name = "Label7"
  294.         Me.Label7.Size = New System.Drawing.Size(54, 17)
  295.         Me.Label7.TabIndex = 32
  296.         Me.Label7.Text = "补货员:"
  297.         '
  298.         'Label6
  299.         '
  300.         Me.Label6.AutoSize = True
  301.         Me.Label6.Location = New System.Drawing.Point(174, 44)
  302.         Me.Label6.Name = "Label6"
  303.         Me.Label6.Size = New System.Drawing.Size(66, 17)
  304.         Me.Label6.TabIndex = 31
  305.         Me.Label6.Text = "补货类型:"
  306.         '
  307.         'Label5
  308.         '
  309.         Me.Label5.AutoSize = True
  310.         Me.Label5.Location = New System.Drawing.Point(6, 68)
  311.         Me.Label5.Name = "Label5"
  312.         Me.Label5.Size = New System.Drawing.Size(66, 17)
  313.         Me.Label5.TabIndex = 30
  314.         Me.Label5.Text = "配送中心:"
  315.         '
  316.         'Label4
  317.         '
  318.         Me.Label4.AutoSize = True
  319.         Me.Label4.Location = New System.Drawing.Point(6, 44)
  320.         Me.Label4.Name = "Label4"
  321.         Me.Label4.Size = New System.Drawing.Size(66, 17)
  322.         Me.Label4.TabIndex = 29
  323.         Me.Label4.Text = "配送对象:"
  324.         '
  325.         'Label3
  326.         '
  327.         Me.Label3.AutoSize = True
  328.         Me.Label3.Location = New System.Drawing.Point(348, 19)
  329.         Me.Label3.Name = "Label3"
  330.         Me.Label3.Size = New System.Drawing.Size(66, 17)
  331.         Me.Label3.TabIndex = 28
  332.         Me.Label3.Text = "到货日期:"
  333.         '
  334.         'Label9
  335.         '
  336.         Me.Label9.AutoSize = True
  337.         Me.Label9.Location = New System.Drawing.Point(174, 19)
  338.         Me.Label9.Name = "Label9"
  339.         Me.Label9.Size = New System.Drawing.Size(66, 17)
  340.         Me.Label9.TabIndex = 27
  341.         Me.Label9.Text = "补货日期:"
  342.         '
  343.         'Label10
  344.         '
  345.         Me.Label10.AutoSize = True
  346.         Me.Label10.Location = New System.Drawing.Point(6, 19)
  347.         Me.Label10.Name = "Label10"
  348.         Me.Label10.Size = New System.Drawing.Size(42, 17)
  349.         Me.Label10.TabIndex = 26
  350.         Me.Label10.Text = "票号:"
  351.         '
  352.         'txtShy
  353.         '
  354.         Me.txtShy.BorderStyle = System.Windows.Forms.BorderStyle.None
  355.         Me.txtShy.Location = New System.Drawing.Point(414, 44)
  356.         Me.txtShy.Name = "txtShy"
  357.         Me.txtShy.ReadOnly = True
  358.         Me.txtShy.Size = New System.Drawing.Size(84, 14)
  359.         Me.txtShy.TabIndex = 25
  360.         Me.txtShy.Text = ""
  361.         '
  362.         'txtBhy
  363.         '
  364.         Me.txtBhy.BorderStyle = System.Windows.Forms.BorderStyle.None
  365.         Me.txtBhy.Location = New System.Drawing.Point(240, 68)
  366.         Me.txtBhy.Name = "txtBhy"
  367.         Me.txtBhy.ReadOnly = True
  368.         Me.txtBhy.Size = New System.Drawing.Size(102, 14)
  369.         Me.txtBhy.TabIndex = 24
  370.         Me.txtBhy.Text = ""
  371.         '
  372.         'txtBhType
  373.         '
  374.         Me.txtBhType.BorderStyle = System.Windows.Forms.BorderStyle.None
  375.         Me.txtBhType.Location = New System.Drawing.Point(240, 44)
  376.         Me.txtBhType.Name = "txtBhType"
  377.         Me.txtBhType.ReadOnly = True
  378.         Me.txtBhType.Size = New System.Drawing.Size(102, 14)
  379.         Me.txtBhType.TabIndex = 23
  380.         Me.txtBhType.Text = ""
  381.         '
  382.         'txtPsCenter
  383.         '
  384.         Me.txtPsCenter.BorderStyle = System.Windows.Forms.BorderStyle.None
  385.         Me.txtPsCenter.Location = New System.Drawing.Point(72, 68)
  386.         Me.txtPsCenter.Name = "txtPsCenter"
  387.         Me.txtPsCenter.ReadOnly = True
  388.         Me.txtPsCenter.Size = New System.Drawing.Size(90, 14)
  389.         Me.txtPsCenter.TabIndex = 22
  390.         Me.txtPsCenter.Text = ""
  391.         '
  392.         'txtPsMedName
  393.         '
  394.         Me.txtPsMedName.BorderStyle = System.Windows.Forms.BorderStyle.None
  395.         Me.txtPsMedName.Location = New System.Drawing.Point(72, 44)
  396.         Me.txtPsMedName.Name = "txtPsMedName"
  397.         Me.txtPsMedName.ReadOnly = True
  398.         Me.txtPsMedName.Size = New System.Drawing.Size(90, 14)
  399.         Me.txtPsMedName.TabIndex = 21
  400.         Me.txtPsMedName.Text = ""
  401.         '
  402.         'txtBillNumber
  403.         '
  404.         Me.txtBillNumber.BorderStyle = System.Windows.Forms.BorderStyle.None
  405.         Me.txtBillNumber.Location = New System.Drawing.Point(48, 19)
  406.         Me.txtBillNumber.Name = "txtBillNumber"
  407.         Me.txtBillNumber.ReadOnly = True
  408.         Me.txtBillNumber.Size = New System.Drawing.Size(114, 14)
  409.         Me.txtBillNumber.TabIndex = 20
  410.         Me.txtBillNumber.Text = ""
  411.         '
  412.         'Panel1
  413.         '
  414.         Me.Panel1.Controls.Add(Me.GroupBox2)
  415.         Me.Panel1.Dock = System.Windows.Forms.DockStyle.Fill
  416.         Me.Panel1.Location = New System.Drawing.Point(222, 165)
  417.         Me.Panel1.Name = "Panel1"
  418.         Me.Panel1.Size = New System.Drawing.Size(519, 263)
  419.         Me.Panel1.TabIndex = 5
  420.         '
  421.         'GroupBox2
  422.         '
  423.         Me.GroupBox2.Controls.Add(Me.Button2)
  424.         Me.GroupBox2.Controls.Add(Me.Button1)
  425.         Me.GroupBox2.Controls.Add(Me.ComboBox1)
  426.         Me.GroupBox2.Controls.Add(Me.Label1)
  427.         Me.GroupBox2.Controls.Add(Me.dgview)
  428.         Me.GroupBox2.Dock = System.Windows.Forms.DockStyle.Fill
  429.         Me.GroupBox2.Location = New System.Drawing.Point(0, 0)
  430.         Me.GroupBox2.Name = "GroupBox2"
  431.         Me.GroupBox2.Size = New System.Drawing.Size(519, 263)
  432.         Me.GroupBox2.TabIndex = 4
  433.         Me.GroupBox2.TabStop = False
  434.         Me.GroupBox2.Text = "批复补货单"
  435.         '
  436.         'Button2
  437.         '
  438.         Me.Button2.FlatStyle = System.Windows.Forms.FlatStyle.Popup
  439.         Me.Button2.Location = New System.Drawing.Point(336, 19)
  440.         Me.Button2.Name = "Button2"
  441.         Me.Button2.Size = New System.Drawing.Size(64, 21)
  442.         Me.Button2.TabIndex = 4
  443.         Me.Button2.Text = "发货"
  444.         Me.Button2.TextAlign = System.Drawing.ContentAlignment.TopCenter
  445.         '
  446.         'Button1
  447.         '
  448.         Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Popup
  449.         Me.Button1.Location = New System.Drawing.Point(270, 19)
  450.         Me.Button1.Name = "Button1"
  451.         Me.Button1.Size = New System.Drawing.Size(66, 21)
  452.         Me.Button1.TabIndex = 3
  453.         Me.Button1.Text = "自动批复"
  454.         Me.Button1.TextAlign = System.Drawing.ContentAlignment.TopCenter
  455.         '
  456.         'ComboBox1
  457.         '
  458.         Me.ComboBox1.Location = New System.Drawing.Point(144, 19)
  459.         Me.ComboBox1.Name = "ComboBox1"
  460.         Me.ComboBox1.Size = New System.Drawing.Size(120, 20)
  461.         Me.ComboBox1.TabIndex = 2
  462.         '
  463.         'Label1
  464.         '
  465.         Me.Label1.Location = New System.Drawing.Point(12, 19)
  466.         Me.Label1.Name = "Label1"
  467.         Me.Label1.Size = New System.Drawing.Size(140, 18)
  468.         Me.Label1.TabIndex = 1
  469.         Me.Label1.Text = "库存不足药品分配模式:"
  470.         '
  471.         'dgview
  472.         '
  473.         Me.dgview.DataMember = ""
  474.         Me.dgview.HeaderForeColor = System.Drawing.SystemColors.ControlText
  475.         Me.dgview.Location = New System.Drawing.Point(6, 44)
  476.         Me.dgview.Name = "dgview"
  477.         Me.dgview.Size = New System.Drawing.Size(492, 199)
  478.         Me.dgview.TabIndex = 0
  479.         '
  480.         'frmPsPf
  481.         '
  482.         Me.AutoScaleBaseSize = New System.Drawing.Size(6, 14)
  483.         Me.ClientSize = New System.Drawing.Size(741, 445)
  484.         Me.Controls.Add(Me.Panel1)
  485.         Me.Controls.Add(Me.票据信息)
  486.         Me.Controls.Add(Me.GroupBox1)
  487.         Me.Controls.Add(Me.ToolBar1)
  488.         Me.Controls.Add(Me.StatusBar1)
  489.         Me.Name = "frmPsPf"
  490.         Me.Text = "批复补货申请"
  491.         Me.WindowState = System.Windows.Forms.FormWindowState.Maximized
  492.         Me.GroupBox1.ResumeLayout(False)
  493.         Me.票据信息.ResumeLayout(False)
  494.         Me.Panel1.ResumeLayout(False)
  495.         Me.GroupBox2.ResumeLayout(False)
  496.         CType(Me.dgview, System.ComponentModel.ISupportInitialize).EndInit()
  497.         Me.ResumeLayout(False)
  498.     End Sub
  499. #End Region
  500.     Public lsweb As New jxcmanage
  501.     Public dslocals As DataSet
  502.     Public strquery As String
  503.     Private Sub frmPsPf_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
  504.         'dslocals = lsweb.returndataset("select psmedname+billnumber+CAST(money AS char(10)) as 未审批复 from psbhpf where PfBit = '0'", "psbhpf")
  505.         'If ListBox1.DataSource = "" Then
  506.         'MessageBox.Show("没有要批复的票据!", "提示:", MessageBoxButtons.OK)
  507.         'Else
  508.         ' ListBox1.DataSource = dslocals.Tables("psbhpf")
  509.         ' ListBox1.DisplayMember = "未审批复"
  510.         ' ListBox1.ValueMember = "未审批复"
  511.         ' dslocals.Clear()
  512.         ' End If
  513.         'tbnSh.Enabled = False
  514.         
  515.     End Sub
  516.     Private Sub ListBox1_SelectedValueChanged(ByVal sender As Object, ByVal e As System.EventArgs) Handles ListBox1.SelectedValueChanged
  517.         Dim drlocals As System.Data.SqlClient.SqlDataReader
  518.         ListBox1.DisplayMember = "未审批复"
  519.         ListBox1.ValueMember = "未审批复"
  520.         strquery = Me.ListBox1.SelectedValue
  521.         drlocals = lsweb.returnDataReader("select * from psbhpf where billnumber = '" & strquery.Substring(4, 16) & "'")
  522.         Do While drlocals.Read()
  523.             txtBillNumber.Text = drlocals("billnumber")
  524.             txtBhDate.Text = drlocals("Cdate")
  525.             txtDhDate.Text = drlocals("Ddate")
  526.             txtPsMedName.Text = drlocals("PsMedName")
  527.             'txtBhType.Text = drlocals("billnumber")
  528.             txtShy.Text = drlocals("Shy")
  529.             txtPsCenter.Text = drlocals("PsCenter")
  530.             txtBhy.Text = drlocals("Bhy")
  531.             txtsum.Text = drlocals("money")
  532.         Loop
  533.         dslocals = lsweb.returndataset("select billnumber as 票号,medNumber as 药品编号,medname as 药品名称,medrule as 药品规格,unit as 单位,lcount as 申请数量,pfcount as 批复数量,pfbit as 审核,price as 单价,money as 金额,batch as 批号,avaid as 有效期,package as 包装,demo as 备注 from psbhpfmx where billnumber = '" & strquery.Substring(4, 16) & "' and pfbit='0'", "psbhpfmx")
  534.         dgview.DataSource = dslocals.Tables(0).DefaultView
  535.     End Sub
  536.     Private Sub ToolBar1_ButtonClick(ByVal sender As System.Object, ByVal e As System.Windows.Forms.ToolBarButtonClickEventArgs) Handles ToolBar1.ButtonClick
  537.         Select Case e.Button.Text
  538.             Case "审核"
  539.                 If lsweb.updatedataset("select billnumber as 票号,medNumber as 药品编号,medname as 药品名称,medrule as 药品规格,unit as 单位,lcount as 申请数量,pfcount as 批复数量,pfbit as 审核,price as 单价,money as 金额,batch as 批号,avaid as 有效期,package as 包装,demo as 备注 from psbhpfmx where billnumber = '" & strquery.Substring(4, 16) & "' and pfbit='0'", "psbhpfmx", dslocals, DataRowState.Modified) = True Then
  540.                     lsweb.runSql("update psbhpf set pfbit='1' where billnumber='" & strquery.Substring(4, 16) & "'")
  541.                     lblsh.Text = "已审核"
  542.                     MessageBox.Show("药品信息成功保存!", "提示", MessageBoxButtons.OK)
  543.                 Else
  544.                     MessageBox.Show("药品信息保存失败!", "提示", MessageBoxButtons.AbortRetryIgnore)
  545.                 End If
  546.                 
  547.             Case "退出"
  548.                 Me.Close()
  549.         End Select
  550.     End Sub
  551.     Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs)
  552.         Dim frmpster As New frmPsPst
  553.         strquery = Me.ListBox1.SelectedValue
  554.         frmpster.strSql = strquery
  555.         frmpster.Show()
  556.     End Sub
  557.     Private Sub Button3_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button3.Click
  558.         dslocals = lsweb.returndataset("select psmedname+billnumber+CAST(money AS char(10)) as 未审批复 from psbhpf where PfBit = '0'", "psbhpf")
  559.         ' If ListBox1.DataSource Is String.Empty Then
  560.         ' tbnSh.Enabled = False
  561.         ' End If
  562.         ListBox1.DataSource = dslocals.Tables("psbhpf")
  563.         ListBox1.DisplayMember = "未审批复"
  564.         ListBox1.ValueMember = "未审批复"
  565.         dslocals.Clear()
  566.        
  567.     End Sub
  568.     Private Sub Button2_Click_1(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click
  569.         Dim frmpster As New frmPsPst
  570.         strquery = Me.ListBox1.SelectedValue
  571.         frmpster.strSql = strquery
  572.         frmpster.Show()
  573.     End Sub
  574.     Private Sub ListBox1_SelectedIndexChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ListBox1.SelectedIndexChanged
  575.     End Sub
  576. End Class