上传用户:zhpu1995
上传日期:2013-09-06
资源大小:61151k
文件大小:149k
源码类别:

企业管理

开发平台:

Visual Basic

  1. VERSION 5.00
  2. Object = "{BEEECC20-4D5F-4F8B-BFDC-5D9B6FBDE09D}#1.0#0"; "vsflex8.ocx"
  3. Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
  4. Begin VB.Form Xs_I_RedInvoice 
  5.    BackColor       =   &H00E9F4FA&
  6.    BorderStyle     =   1  'Fixed Single
  7.    Caption         =   "单据处理"
  8.    ClientHeight    =   6120
  9.    ClientLeft      =   675
  10.    ClientTop       =   720
  11.    ClientWidth     =   11115
  12.    Icon            =   "普通红字发票.frx":0000
  13.    KeyPreview      =   -1  'True
  14.    LinkTopic       =   "Form4"
  15.    MaxButton       =   0   'False
  16.    MinButton       =   0   'False
  17.    ScaleHeight     =   6120
  18.    ScaleWidth      =   11115
  19.    StartUpPosition =   1  '所有者中心
  20.    Begin VB.CommandButton Command1 
  21.       Height          =   255
  22.       Left            =   0
  23.       TabIndex        =   19
  24.       Top             =   540
  25.       Visible         =   0   'False
  26.       Width           =   255
  27.    End
  28.    Begin VB.Frame XsFlag 
  29.       BackColor       =   &H00E9F4FA&
  30.       Enabled         =   0   'False
  31.       Height          =   495
  32.       Left            =   360
  33.       TabIndex        =   15
  34.       Top             =   600
  35.       Width           =   1890
  36.       Begin VB.OptionButton Option1 
  37.          BackColor       =   &H00E9F4FA&
  38.          Caption         =   "现销"
  39.          BeginProperty Font 
  40.             Name            =   "宋体"
  41.             Size            =   9
  42.             Charset         =   134
  43.             Weight          =   700
  44.             Underline       =   0   'False
  45.             Italic          =   0   'False
  46.             Strikethrough   =   0   'False
  47.          EndProperty
  48.          Height          =   195
  49.          Left            =   120
  50.          TabIndex        =   17
  51.          Top             =   210
  52.          Value           =   -1  'True
  53.          Width           =   855
  54.       End
  55.       Begin VB.OptionButton Option2 
  56.          BackColor       =   &H00E9F4FA&
  57.          Caption         =   "赊销"
  58.          BeginProperty Font 
  59.             Name            =   "宋体"
  60.             Size            =   9
  61.             Charset         =   134
  62.             Weight          =   700
  63.             Underline       =   0   'False
  64.             Italic          =   0   'False
  65.             Strikethrough   =   0   'False
  66.          EndProperty
  67.          Height          =   255
  68.          Left            =   960
  69.          TabIndex        =   16
  70.          Top             =   180
  71.          Width           =   825
  72.       End
  73.    End
  74.    Begin VB.TextBox LrText 
  75.       ForeColor       =   &H00000000&
  76.       Height          =   300
  77.       Index           =   0
  78.       Left            =   1020
  79.       TabIndex        =   0
  80.       Text            =   "0"
  81.       Top             =   1500
  82.       Width           =   1650
  83.    End
  84.    Begin MSComctlLib.Toolbar Tlb_Action 
  85.       Align           =   1  'Align Top
  86.       Height          =   555
  87.       Left            =   0
  88.       TabIndex        =   4
  89.       Top             =   0
  90.       Width           =   11115
  91.       _ExtentX        =   19606
  92.       _ExtentY        =   979
  93.       ButtonWidth     =   820
  94.       ButtonHeight    =   926
  95.       AllowCustomize  =   0   'False
  96.       Wrappable       =   0   'False
  97.       Appearance      =   1
  98.       Style           =   1
  99.       ImageList       =   "ImageList1"
  100.       _Version        =   393216
  101.       BeginProperty Buttons {66833FE8-8583-11D1-B16A-00C0F0283628} 
  102.          NumButtons      =   25
  103.          BeginProperty Button1 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  104.             Caption         =   "打印"
  105.             Key             =   "dy"
  106.             Object.ToolTipText     =   "打印当前单据或Ctrl+P"
  107.             ImageKey        =   "dy"
  108.          EndProperty
  109.          BeginProperty Button2 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  110.             Caption         =   "预览"
  111.             Key             =   "yl"
  112.             ImageKey        =   "yl"
  113.          EndProperty
  114.          BeginProperty Button3 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  115.             Key             =   "fgh0"
  116.             Style           =   3
  117.          EndProperty
  118.          BeginProperty Button4 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  119.             Caption         =   "新增"
  120.             Key             =   "xz"
  121.             Object.ToolTipText     =   "新增加一张单据或F5"
  122.             ImageKey        =   "xz"
  123.          EndProperty
  124.          BeginProperty Button5 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  125.             Caption         =   "修改"
  126.             Key             =   "xg"
  127.             Object.ToolTipText     =   "修改当前单据或F3"
  128.             ImageKey        =   "xg"
  129.          EndProperty
  130.          BeginProperty Button6 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  131.             Caption         =   "删除"
  132.             Key             =   "sc"
  133.             Object.ToolTipText     =   "删除当前单据"
  134.             ImageKey        =   "sc"
  135.          EndProperty
  136.          BeginProperty Button7 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  137.             Key             =   "fgh1"
  138.             Style           =   3
  139.          EndProperty
  140.          BeginProperty Button8 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  141.             Object.Visible         =   0   'False
  142.             Caption         =   "增行"
  143.             Key             =   "zh"
  144.             Object.ToolTipText     =   "插入一行或Insert"
  145.             ImageKey        =   "zh"
  146.          EndProperty
  147.          BeginProperty Button9 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  148.             Object.Visible         =   0   'False
  149.             Caption         =   "删行"
  150.             Key             =   "sh"
  151.             Object.ToolTipText     =   "删除当前记录行或Delete"
  152.             ImageKey        =   "sh"
  153.          EndProperty
  154.          BeginProperty Button10 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  155.             Caption         =   "货单"
  156.             Key             =   "hd"
  157.             ImageKey        =   "xsxm"
  158.          EndProperty
  159.          BeginProperty Button11 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  160.             Caption         =   "作废"
  161.             Key             =   "zf"
  162.             ImageKey        =   "zf"
  163.          EndProperty
  164.          BeginProperty Button12 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  165.             Key             =   "fgh2"
  166.             Style           =   3
  167.          EndProperty
  168.          BeginProperty Button13 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  169.             Caption         =   "保存"
  170.             Key             =   "bc"
  171.             Object.ToolTipText     =   "保存单据或F6"
  172.             ImageKey        =   "bc"
  173.          EndProperty
  174.          BeginProperty Button14 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  175.             Caption         =   "放弃"
  176.             Key             =   "fq"
  177.             Object.ToolTipText     =   "放弃此次操作"
  178.             ImageKey        =   "fq"
  179.          EndProperty
  180.          BeginProperty Button15 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  181.             Key             =   "fgh3"
  182.             Style           =   3
  183.          EndProperty
  184.          BeginProperty Button16 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  185.             Caption         =   "审核"
  186.             Key             =   "shsh"
  187.             ImageKey        =   "check"
  188.          EndProperty
  189.          BeginProperty Button17 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  190.             Caption         =   "弃审"
  191.             Key             =   "shqs"
  192.             ImageKey        =   "qs"
  193.          EndProperty
  194.          BeginProperty Button18 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  195.             Key             =   "fgh4"
  196.             Style           =   3
  197.          EndProperty
  198.          BeginProperty Button19 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  199.             Caption         =   "首张"
  200.             Key             =   "first"
  201.             ImageKey        =   "first"
  202.          EndProperty
  203.          BeginProperty Button20 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  204.             Caption         =   "上张"
  205.             Key             =   "prev"
  206.             ImageKey        =   "prev"
  207.          EndProperty
  208.          BeginProperty Button21 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  209.             Caption         =   "下张"
  210.             Key             =   "next"
  211.             ImageKey        =   "next"
  212.          EndProperty
  213.          BeginProperty Button22 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  214.             Caption         =   "末张"
  215.             Key             =   "last"
  216.             ImageKey        =   "last"
  217.          EndProperty
  218.          BeginProperty Button23 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  219.             Key             =   "fgh5"
  220.             Style           =   3
  221.          EndProperty
  222.          BeginProperty Button24 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  223.             Caption         =   "帮助"
  224.             Key             =   "bz"
  225.             ImageKey        =   "bz"
  226.          EndProperty
  227.          BeginProperty Button25 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  228.             Caption         =   "退出"
  229.             Key             =   "fh"
  230.             ImageKey        =   "tc"
  231.          EndProperty
  232.       EndProperty
  233.       BorderStyle     =   1
  234.    End
  235.    Begin VB.CommandButton Ydcommand 
  236.       Height          =   300
  237.       Left            =   10680
  238.       Picture         =   "普通红字发票.frx":1042
  239.       Style           =   1  'Graphical
  240.       TabIndex        =   3
  241.       Top             =   990
  242.       Visible         =   0   'False
  243.       Width           =   300
  244.    End
  245.    Begin VB.TextBox Ydtext 
  246.       BackColor       =   &H80000018&
  247.       BorderStyle     =   0  'None
  248.       Height          =   330
  249.       Left            =   7710
  250.       MultiLine       =   -1  'True
  251.       TabIndex        =   1
  252.       Top             =   960
  253.       Visible         =   0   'False
  254.       Width           =   1185
  255.    End
  256.    Begin VB.Timer Timer1 
  257.       Interval        =   1
  258.       Left            =   9690
  259.       Top             =   150
  260.    End
  261.    Begin VB.CommandButton Ydcommand1 
  262.       Height          =   300
  263.       Left            =   10680
  264.       Picture         =   "普通红字发票.frx":13CC
  265.       Style           =   1  'Graphical
  266.       TabIndex        =   8
  267.       Top             =   600
  268.       Visible         =   0   'False
  269.       Width           =   300
  270.    End
  271.    Begin VB.ComboBox YdCombo 
  272.       Height          =   300
  273.       Left            =   9000
  274.       Style           =   2  'Dropdown List
  275.       TabIndex        =   2
  276.       Top             =   960
  277.       Visible         =   0   'False
  278.       Width           =   1155
  279.    End
  280.    Begin MSComctlLib.ImageList ImageList1 
  281.       Left            =   10410
  282.       Top             =   1350
  283.       _ExtentX        =   1005
  284.       _ExtentY        =   1005
  285.       BackColor       =   -2147483643
  286.       ImageWidth      =   16
  287.       ImageHeight     =   16
  288.       MaskColor       =   12632256
  289.       _Version        =   393216
  290.       BeginProperty Images {2C247F25-8591-11D1-B16A-00C0F0283628} 
  291.          NumListImages   =   38
  292.          BeginProperty ListImage1 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  293.             Picture         =   "普通红字发票.frx":1756
  294.             Key             =   "sz"
  295.          EndProperty
  296.          BeginProperty ListImage2 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  297.             Picture         =   "普通红字发票.frx":1AF0
  298.             Key             =   "zf"
  299.          EndProperty
  300.          BeginProperty ListImage3 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  301.             Picture         =   "普通红字发票.frx":1E8A
  302.             Key             =   "dy"
  303.          EndProperty
  304.          BeginProperty ListImage4 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  305.             Picture         =   "普通红字发票.frx":2224
  306.             Key             =   "yl"
  307.          EndProperty
  308.          BeginProperty ListImage5 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  309.             Picture         =   "普通红字发票.frx":25BE
  310.             Key             =   "xg"
  311.          EndProperty
  312.          BeginProperty ListImage6 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  313.             Picture         =   "普通红字发票.frx":2958
  314.             Key             =   "zh"
  315.          EndProperty
  316.          BeginProperty ListImage7 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  317.             Picture         =   "普通红字发票.frx":2CF2
  318.             Key             =   "sh"
  319.          EndProperty
  320.          BeginProperty ListImage8 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  321.             Picture         =   "普通红字发票.frx":308C
  322.             Key             =   "bc"
  323.          EndProperty
  324.          BeginProperty ListImage9 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  325.             Picture         =   "普通红字发票.frx":3426
  326.             Key             =   "fq"
  327.          EndProperty
  328.          BeginProperty ListImage10 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  329.             Picture         =   "普通红字发票.frx":37C0
  330.             Key             =   "bz"
  331.          EndProperty
  332.          BeginProperty ListImage11 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  333.             Picture         =   "普通红字发票.frx":3B5A
  334.             Key             =   "tc"
  335.          EndProperty
  336.          BeginProperty ListImage12 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  337.             Picture         =   "普通红字发票.frx":3EF4
  338.             Key             =   "bcgs"
  339.          EndProperty
  340.          BeginProperty ListImage13 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  341.             Picture         =   "普通红字发票.frx":428E
  342.             Key             =   "mrlk"
  343.          EndProperty
  344.          BeginProperty ListImage14 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  345.             Picture         =   "普通红字发票.frx":4628
  346.             Key             =   "xsxm"
  347.          EndProperty
  348.          BeginProperty ListImage15 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  349.             Picture         =   "普通红字发票.frx":49C2
  350.             Key             =   "first"
  351.          EndProperty
  352.          BeginProperty ListImage16 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  353.             Picture         =   "普通红字发票.frx":4D5C
  354.             Key             =   "prev"
  355.          EndProperty
  356.          BeginProperty ListImage17 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  357.             Picture         =   "普通红字发票.frx":50F6
  358.             Key             =   "next"
  359.          EndProperty
  360.          BeginProperty ListImage18 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  361.             Picture         =   "普通红字发票.frx":5490
  362.             Key             =   "last"
  363.          EndProperty
  364.          BeginProperty ListImage19 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  365.             Picture         =   "普通红字发票.frx":582A
  366.             Key             =   "xx"
  367.          EndProperty
  368.          BeginProperty ListImage20 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  369.             Picture         =   "普通红字发票.frx":5BC4
  370.             Key             =   "define"
  371.          EndProperty
  372.          BeginProperty ListImage21 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  373.             Picture         =   "普通红字发票.frx":5F5E
  374.             Key             =   "exec"
  375.          EndProperty
  376.          BeginProperty ListImage22 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  377.             Picture         =   "普通红字发票.frx":62F8
  378.             Key             =   "xz"
  379.          EndProperty
  380.          BeginProperty ListImage23 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  381.             Picture         =   "普通红字发票.frx":6692
  382.             Key             =   "sc"
  383.          EndProperty
  384.          BeginProperty ListImage24 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  385.             Picture         =   "普通红字发票.frx":6A2C
  386.             Key             =   "sx"
  387.          EndProperty
  388.          BeginProperty ListImage25 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  389.             Picture         =   "普通红字发票.frx":6DC6
  390.             Key             =   "cx"
  391.          EndProperty
  392.          BeginProperty ListImage26 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  393.             Picture         =   "普通红字发票.frx":7160
  394.             Key             =   "zd"
  395.          EndProperty
  396.          BeginProperty ListImage27 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  397.             Picture         =   "普通红字发票.frx":74FA
  398.             Key             =   "dz"
  399.          EndProperty
  400.          BeginProperty ListImage28 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  401.             Picture         =   "普通红字发票.frx":7894
  402.             Key             =   "ph"
  403.          EndProperty
  404.          BeginProperty ListImage29 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  405.             Picture         =   "普通红字发票.frx":7C2E
  406.             Key             =   "fz"
  407.          EndProperty
  408.          BeginProperty ListImage30 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  409.             Picture         =   "普通红字发票.frx":7FC8
  410.             Key             =   "dw"
  411.          EndProperty
  412.          BeginProperty ListImage31 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  413.             Picture         =   "普通红字发票.frx":8362
  414.             Key             =   "hf"
  415.          EndProperty
  416.          BeginProperty ListImage32 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  417.             Picture         =   "普通红字发票.frx":86FC
  418.             Key             =   "pz"
  419.          EndProperty
  420.          BeginProperty ListImage33 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  421.             Picture         =   "普通红字发票.frx":8A96
  422.             Key             =   "check"
  423.          EndProperty
  424.          BeginProperty ListImage34 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  425.             Picture         =   "普通红字发票.frx":8E30
  426.             Key             =   "qs"
  427.          EndProperty
  428.          BeginProperty ListImage35 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  429.             Picture         =   "普通红字发票.frx":91CA
  430.             Key             =   "fullcheck"
  431.          EndProperty
  432.          BeginProperty ListImage36 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  433.             Picture         =   "普通红字发票.frx":9564
  434.             Key             =   "qq"
  435.          EndProperty
  436.          BeginProperty ListImage37 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  437.             Picture         =   "普通红字发票.frx":98FE
  438.             Key             =   "bcw"
  439.          EndProperty
  440.          BeginProperty ListImage38 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  441.             Picture         =   "普通红字发票.frx":9C98
  442.             Key             =   "ye"
  443.          EndProperty
  444.       EndProperty
  445.    End
  446.    Begin VSFlex8Ctl.VSFlexGrid WglrGrid 
  447.       Height          =   3345
  448.       Left            =   120
  449.       TabIndex        =   14
  450.       Top             =   2250
  451.       Width           =   10680
  452.       _cx             =   5080
  453.       _cy             =   5080
  454.       Appearance      =   1
  455.       BorderStyle     =   1
  456.       Enabled         =   -1  'True
  457.       BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  458.          Name            =   "宋体"
  459.          Size            =   9
  460.          Charset         =   134
  461.          Weight          =   400
  462.          Underline       =   0   'False
  463.          Italic          =   0   'False
  464.          Strikethrough   =   0   'False
  465.       EndProperty
  466.       MousePointer    =   0
  467.       BackColor       =   16777215
  468.       ForeColor       =   -2147483640
  469.       BackColorFixed  =   12640511
  470.       ForeColorFixed  =   -2147483630
  471.       BackColorSel    =   -2147483643
  472.       ForeColorSel    =   -2147483640
  473.       BackColorBkg    =   16777215
  474.       BackColorAlternate=   16777215
  475.       GridColor       =   -2147483633
  476.       GridColorFixed  =   -2147483632
  477.       TreeColor       =   -2147483632
  478.       FloodColor      =   192
  479.       SheetBorder     =   -2147483642
  480.       FocusRect       =   1
  481.       HighLight       =   1
  482.       AllowSelection  =   0   'False
  483.       AllowBigSelection=   0   'False
  484.       AllowUserResizing=   0
  485.       SelectionMode   =   0
  486.       GridLines       =   1
  487.       GridLinesFixed  =   2
  488.       GridLineWidth   =   1
  489.       Rows            =   5000
  490.       Cols            =   10
  491.       FixedRows       =   1
  492.       FixedCols       =   0
  493.       RowHeightMin    =   0
  494.       RowHeightMax    =   0
  495.       ColWidthMin     =   0
  496.       ColWidthMax     =   0
  497.       ExtendLastCol   =   0   'False
  498.       FormatString    =   ""
  499.       ScrollTrack     =   0   'False
  500.       ScrollBars      =   3
  501.       ScrollTips      =   0   'False
  502.       MergeCells      =   0
  503.       MergeCompare    =   0
  504.       AutoResize      =   -1  'True
  505.       AutoSizeMode    =   0
  506.       AutoSearch      =   0
  507.       AutoSearchDelay =   2
  508.       MultiTotals     =   -1  'True
  509.       SubtotalPosition=   1
  510.       OutlineBar      =   0
  511.       OutlineCol      =   0
  512.       Ellipsis        =   0
  513.       ExplorerBar     =   0
  514.       PicturesOver    =   0   'False
  515.       FillStyle       =   0
  516.       RightToLeft     =   0   'False
  517.       PictureType     =   0
  518.       TabBehavior     =   0
  519.       OwnerDraw       =   0
  520.       Editable        =   0
  521.       ShowComboButton =   1
  522.       WordWrap        =   -1  'True
  523.       TextStyle       =   0
  524.       TextStyleFixed  =   0
  525.       OleDragMode     =   0
  526.       OleDropMode     =   0
  527.       DataMode        =   0
  528.       VirtualData     =   -1  'True
  529.       DataMember      =   ""
  530.       ComboSearch     =   3
  531.       AutoSizeMouse   =   -1  'True
  532.       FrozenRows      =   0
  533.       FrozenCols      =   0
  534.       AllowUserFreezing=   0
  535.       BackColorFrozen =   0
  536.       ForeColorFrozen =   0
  537.       WallPaperAlignment=   9
  538.       AccessibleName  =   ""
  539.       AccessibleDescription=   ""
  540.       AccessibleValue =   ""
  541.       AccessibleRole  =   24
  542.       Begin VSFlex8Ctl.VSFlexGrid HjGrid 
  543.          Height          =   885
  544.          Left            =   0
  545.          TabIndex        =   13
  546.          Top             =   2400
  547.          Width           =   7545
  548.          _cx             =   5080
  549.          _cy             =   5080
  550.          Appearance      =   1
  551.          BorderStyle     =   0
  552.          Enabled         =   -1  'True
  553.          BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  554.             Name            =   "宋体"
  555.             Size            =   9
  556.             Charset         =   134
  557.             Weight          =   400
  558.             Underline       =   0   'False
  559.             Italic          =   0   'False
  560.             Strikethrough   =   0   'False
  561.          EndProperty
  562.          MousePointer    =   0
  563.          BackColor       =   14671839
  564.          ForeColor       =   -2147483640
  565.          BackColorFixed  =   -2147483633
  566.          ForeColorFixed  =   -2147483630
  567.          BackColorSel    =   -2147483643
  568.          ForeColorSel    =   -2147483640
  569.          BackColorBkg    =   16777215
  570.          BackColorAlternate=   14671839
  571.          GridColor       =   -2147483633
  572.          GridColorFixed  =   -2147483632
  573.          TreeColor       =   -2147483632
  574.          FloodColor      =   192
  575.          SheetBorder     =   -2147483642
  576.          FocusRect       =   1
  577.          HighLight       =   1
  578.          AllowSelection  =   0   'False
  579.          AllowBigSelection=   0   'False
  580.          AllowUserResizing=   0
  581.          SelectionMode   =   0
  582.          GridLines       =   1
  583.          GridLinesFixed  =   2
  584.          GridLineWidth   =   1
  585.          Rows            =   5000
  586.          Cols            =   10
  587.          FixedRows       =   1
  588.          FixedCols       =   0
  589.          RowHeightMin    =   0
  590.          RowHeightMax    =   0
  591.          ColWidthMin     =   0
  592.          ColWidthMax     =   0
  593.          ExtendLastCol   =   0   'False
  594.          FormatString    =   ""
  595.          ScrollTrack     =   0   'False
  596.          ScrollBars      =   3
  597.          ScrollTips      =   0   'False
  598.          MergeCells      =   0
  599.          MergeCompare    =   0
  600.          AutoResize      =   -1  'True
  601.          AutoSizeMode    =   0
  602.          AutoSearch      =   0
  603.          AutoSearchDelay =   2
  604.          MultiTotals     =   -1  'True
  605.          SubtotalPosition=   1
  606.          OutlineBar      =   0
  607.          OutlineCol      =   0
  608.          Ellipsis        =   0
  609.          ExplorerBar     =   0
  610.          PicturesOver    =   0   'False
  611.          FillStyle       =   0
  612.          RightToLeft     =   0   'False
  613.          PictureType     =   0
  614.          TabBehavior     =   0
  615.          OwnerDraw       =   0
  616.          Editable        =   0
  617.          ShowComboButton =   1
  618.          WordWrap        =   -1  'True
  619.          TextStyle       =   0
  620.          TextStyleFixed  =   0
  621.          OleDragMode     =   0
  622.          OleDropMode     =   0
  623.          DataMode        =   0
  624.          VirtualData     =   -1  'True
  625.          DataMember      =   ""
  626.          ComboSearch     =   3
  627.          AutoSizeMouse   =   -1  'True
  628.          FrozenRows      =   0
  629.          FrozenCols      =   0
  630.          AllowUserFreezing=   0
  631.          BackColorFrozen =   0
  632.          ForeColorFrozen =   0
  633.          WallPaperAlignment=   9
  634.          AccessibleName  =   ""
  635.          AccessibleDescription=   ""
  636.          AccessibleValue =   ""
  637.          AccessibleRole  =   24
  638.       End
  639.    End
  640.    Begin VSFlex8Ctl.VSFlexGrid vsFlexGrid1 
  641.       Height          =   285
  642.       Left            =   90
  643.       TabIndex        =   18
  644.       Top             =   5610
  645.       Visible         =   0   'False
  646.       Width           =   3375
  647.       _cx             =   5080
  648.       _cy             =   5080
  649.       Appearance      =   1
  650.       BorderStyle     =   1
  651.       Enabled         =   -1  'True
  652.       BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  653.          Name            =   "MS Sans Serif"
  654.          Size            =   8.25
  655.          Charset         =   0
  656.          Weight          =   400
  657.          Underline       =   0   'False
  658.          Italic          =   0   'False
  659.          Strikethrough   =   0   'False
  660.       EndProperty
  661.       MousePointer    =   0
  662.       BackColor       =   -2147483643
  663.       ForeColor       =   -2147483640
  664.       BackColorFixed  =   -2147483633
  665.       ForeColorFixed  =   -2147483630
  666.       BackColorSel    =   -2147483635
  667.       ForeColorSel    =   -2147483634
  668.       BackColorBkg    =   -2147483636
  669.       BackColorAlternate=   -2147483643
  670.       GridColor       =   -2147483633
  671.       GridColorFixed  =   -2147483632
  672.       TreeColor       =   -2147483632
  673.       FloodColor      =   192
  674.       SheetBorder     =   -2147483642
  675.       FocusRect       =   1
  676.       HighLight       =   1
  677.       AllowSelection  =   -1  'True
  678.       AllowBigSelection=   -1  'True
  679.       AllowUserResizing=   0
  680.       SelectionMode   =   0
  681.       GridLines       =   1
  682.       GridLinesFixed  =   2
  683.       GridLineWidth   =   1
  684.       Rows            =   1
  685.       Cols            =   18
  686.       FixedRows       =   1
  687.       FixedCols       =   1
  688.       RowHeightMin    =   0
  689.       RowHeightMax    =   0
  690.       ColWidthMin     =   0
  691.       ColWidthMax     =   0
  692.       ExtendLastCol   =   0   'False
  693.       FormatString    =   ""
  694.       ScrollTrack     =   0   'False
  695.       ScrollBars      =   3
  696.       ScrollTips      =   0   'False
  697.       MergeCells      =   0
  698.       MergeCompare    =   0
  699.       AutoResize      =   -1  'True
  700.       AutoSizeMode    =   0
  701.       AutoSearch      =   0
  702.       AutoSearchDelay =   2
  703.       MultiTotals     =   -1  'True
  704.       SubtotalPosition=   1
  705.       OutlineBar      =   0
  706.       OutlineCol      =   0
  707.       Ellipsis        =   0
  708.       ExplorerBar     =   0
  709.       PicturesOver    =   0   'False
  710.       FillStyle       =   0
  711.       RightToLeft     =   0   'False
  712.       PictureType     =   0
  713.       TabBehavior     =   0
  714.       OwnerDraw       =   0
  715.       Editable        =   0
  716.       ShowComboButton =   1
  717.       WordWrap        =   0   'False
  718.       TextStyle       =   0
  719.       TextStyleFixed  =   0
  720.       OleDragMode     =   0
  721.       OleDropMode     =   0
  722.       DataMode        =   0
  723.       VirtualData     =   -1  'True
  724.       DataMember      =   ""
  725.       ComboSearch     =   3
  726.       AutoSizeMouse   =   -1  'True
  727.       FrozenRows      =   0
  728.       FrozenCols      =   0
  729.       AllowUserFreezing=   0
  730.       BackColorFrozen =   0
  731.       ForeColorFrozen =   0
  732.       WallPaperAlignment=   9
  733.       AccessibleName  =   ""
  734.       AccessibleDescription=   ""
  735.       AccessibleValue =   ""
  736.       AccessibleRole  =   24
  737.    End
  738.    Begin VB.Label Lab_Title 
  739.       AutoSize        =   -1  'True
  740.       BackColor       =   &H80000018&
  741.       BackStyle       =   0  'Transparent
  742.       Caption         =   "单据标题自动调整"
  743.       BeginProperty Font 
  744.          Name            =   "宋体"
  745.          Size            =   15
  746.          Charset         =   134
  747.          Weight          =   700
  748.          Underline       =   0   'False
  749.          Italic          =   0   'False
  750.          Strikethrough   =   0   'False
  751.       EndProperty
  752.       ForeColor       =   &H00000000&
  753.       Height          =   300
  754.       Left            =   4440
  755.       TabIndex        =   12
  756.       Top             =   840
  757.       Width           =   2520
  758.    End
  759.    Begin VB.Label Lab_BillId 
  760.       AutoSize        =   -1  'True
  761.       BackColor       =   &H0080C0FF&
  762.       Height          =   270
  763.       Left            =   7680
  764.       TabIndex        =   11
  765.       Top             =   600
  766.       Visible         =   0   'False
  767.       Width           =   2490
  768.    End
  769.    Begin VB.Label Lab_Djclzt 
  770.       BackColor       =   &H0000FFFF&
  771.       Caption         =   "1"
  772.       ForeColor       =   &H00808080&
  773.       Height          =   255
  774.       Left            =   10320
  775.       TabIndex        =   10
  776.       Top             =   600
  777.       Visible         =   0   'False
  778.       Width           =   285
  779.    End
  780.    Begin VB.Label Lab_OperStatus 
  781.       BackColor       =   &H000080FF&
  782.       Caption         =   "1"
  783.       Height          =   345
  784.       Left            =   10290
  785.       TabIndex        =   9
  786.       Top             =   960
  787.       Visible         =   0   'False
  788.       Width           =   345
  789.    End
  790.    Begin VB.Label Lab_Bill 
  791.       Appearance      =   0  'Flat
  792.       BackColor       =   &H80000005&
  793.       BackStyle       =   0  'Transparent
  794.       ForeColor       =   &H00000000&
  795.       Height          =   225
  796.       Left            =   9030
  797.       TabIndex        =   7
  798.       Top             =   6330
  799.       Width           =   735
  800.    End
  801.    Begin VB.Label Lab_Checker 
  802.       Appearance      =   0  'Flat
  803.       BackColor       =   &H80000005&
  804.       BackStyle       =   0  'Transparent
  805.       ForeColor       =   &H00000000&
  806.       Height          =   225
  807.       Left            =   7170
  808.       TabIndex        =   6
  809.       Top             =   6360
  810.       Width           =   735
  811.    End
  812.    Begin VB.Label TsLabel 
  813.       Alignment       =   1  'Right Justify
  814.       AutoSize        =   -1  'True
  815.       BackStyle       =   0  'Transparent
  816.       Caption         =   "单据号:"
  817.       Height          =   180
  818.       Index           =   0
  819.       Left            =   240
  820.       TabIndex        =   5
  821.       Top             =   1560
  822.       Width           =   765
  823.    End
  824. End
  825. Attribute VB_Name = "Xs_I_RedInvoice"
  826. Attribute VB_GlobalNameSpace = False
  827. Attribute VB_Creatable = False
  828. Attribute VB_PredeclaredId = True
  829. Attribute VB_Exposed = False
  830. '***********************************************************************************************************
  831. '*    模 块 名 称 :普通红字发票编制
  832. '*    功 能 描 述 :此功能模块主要完成单据录入、修改、删除、预览打印等。
  833. '*    程序员姓名  :王长兴
  834. '*    最后修改人  :王长兴
  835. '*    最后修改时间:2001/09/18
  836. '*    备        注:程序中所有依实际情况自定义部分均用[>>  <<]括起
  837. '*
  838. '*    1.每次调入外部功能窗体,均要加锁ChangeLock=True,窗体关闭后解锁ChangeLock=false
  839. '*                                    TextValiLock=True             TextValiLock=false
  840. '*
  841. '*    2.Lab_OperStatus 用此标签来标识单据录入状态(默认值为1) "1"-浏览 "2"-新增 "3"-修改
  842. '*
  843. '*    3.Lab_Djclzt 用此标签来标识单据处理状态(默认值为1) "1"-填制单据  "2"-查询单据列表  "3"-明细帐联查单据
  844. '*
  845. '*    4.原则:只要单据能够存盘(无论修改或新增)则其必须接受完整性及有效性规则检查
  846. '***********************************************************************************************************
  847.  
  848. '[以下为根据实际情况设置变量
  849. Dim Bln_BillChange As Boolean                   '标识单据是否发生改动
  850. Dim Rec_Query As New ADODB.Recordset            '单据组查询结果动态集(保存当前单据组ID)
  851. Public Str_QueryCondi As String                 '单据组查询条件(接收单据列表传递查询条件)
  852. Dim TempInvoiceConsign As String                '判断是否删除核销表
  853. Dim Str_RightEdit As String                     '单据编辑(新增、修改、删除)权限索引
  854. Dim Str_RightCheck As String                    '单据审核(审核、弃审)权限索引
  855. Dim Str_RightZf As String                       '单据审核(作废)权限索引
  856. ']
  857. '以下为固定使用变量(单据)
  858. Dim BillCode As String                          '单据设计编码(索引号)
  859. Dim Var_Bill() As Variant                       '用来返回单据设计信息
  860. Dim ReportTitle As String                       '报表主标题
  861. Dim Tsxx As String                              '系统提示信息
  862. '以下为固定使用变量(网格)
  863. Dim Cxnrrec As New ADODB.Recordset              '显示查询内容动态集
  864. Dim Dyymctbl As New DY_Dyymsz                   '打印页面窗体变量
  865. Dim GridCode As String                          '显示网格网格代码
  866. Dim GridInf() As Variant                        '整个网格设置信息
  867. Dim Pmbcsjhs As Long                            '屏幕网格保持数据行数(大于等于1)
  868. Dim Fzxwghs As Integer                          '辅助项网格行数(包括合计行)
  869. Dim Sfxshjwg As Boolean                         '是否显示合计网格
  870. Dim Qslz As Long                                '网格隐藏(非操作显示)列数
  871. Dim Sjhgd As Double                             '网格数据行高度
  872. Dim GridBoolean() As Boolean                    '网格列信息(布尔型)
  873. Dim GridStr()  As String                        '网格列信息(字符型)
  874. Dim GridInt() As Integer                        '网格列信息(整型)
  875. Dim Sfblbzkd As Boolean                         '是否保留帮助宽度(字段提供帮助时,是否为按钮保留空间)
  876. Dim Dqlrwgh As Long                             '当前录入数据网格行
  877. Dim Dqlrwgl As Long                             '当前录入数据网格列
  878. Dim Dqlkwgh As Long                             '刚刚离开网格行(不一定为录入行)
  879. Dim Dqlkwgl As Long                             '刚刚离开网格列
  880. Dim Dqtoprow As Long                            '当前录入状态时最上端可视行
  881. Dim Dqleftcol As Long                           '当前录入状态时最左端可视列
  882. Dim Zdlrqnr As String                           '字段录入修改前内容(用来判断内容是否修改)
  883. Dim Wbkbhlock As Boolean                        '文本框改变值锁
  884. Dim Changelock As Boolean                       '网格行列改变控制锁(用来区别用户改变.程序改变)
  885. Dim Gdtlock As Boolean                          '滚动条滚动控制(用来区别用户改变.程序改变)
  886. Dim Yxxpdlock As Boolean                        '字段有效性判断锁(内容不修改不需进行字段有效性判断)
  887. Dim Hyxxpdlock As Boolean                       '行有效性判断锁(字段内容不修改不需进行行有效性判断)
  888. Dim Valilock As Boolean                         '文本框失去焦点是否进行有效性控制(TRUE 为锁定*限用网格录入)
  889. Dim Shsfts As Boolean                           '删除记录行是否提示
  890. Dim Szzls As Integer                            '网格信息数组最大下标值(网格列数-1)
  891. '以下为固定使用变量(文本框)
  892. Dim Textvar() As Variant                        '存储变体型文本框信息
  893. Dim Textboolean() As Boolean                    '存储布尔型文本框信息
  894. Dim Textint() As Integer                        '存储整型文本框信息
  895. Dim Textstr() As String                         '存储字符型文本框信息
  896. Dim Max_Text_Index As Integer                   '最大录入文本框索引值
  897. Dim TextGroupCode As String                     '文本框录入分组编码
  898. Dim TextValiLock As Boolean                     '文本框失去焦点是否进行有效性控制判断
  899. Dim TextValiJudgeLock() As Boolean              '文本框录入有效性判断控制锁
  900. Dim TextChangeLock As Boolean                   '文本框内容变换控制锁
  901.     
  902. Private Sub Command1_Click()
  903.     Dim Jsq As Long
  904.     Dim Dqh As Long
  905.     Dim RsTemp As New Recordset
  906.     Dim strTemp As String
  907.     
  908.     Xs_I_ChoiceConsign.Show 1
  909.     
  910.     If Command1.Tag <> "1" Then Exit Sub
  911.     If vsFlexGrid1.Rows = vsFlexGrid1.FixedRows Then Exit Sub
  912.     TempInvoiceConsign = "1"
  913.     strTemp = "select * from xs_v_Consignbill where ConsignCode='" & Trim(vsFlexGrid1.TextMatrix(vsFlexGrid1.FixedRows, 2)) & "'"
  914.     Set RsTemp = Cw_DataEnvi.DataConnect.Execute(strTemp)
  915.     With RsTemp
  916.         LrText(2).Tag = Trim(.Fields("CusCode") & "")                       '客户编码
  917.         LrText(2).Text = Trim(.Fields("cusname") & "")
  918.         LrText(3).Text = Trim(.Fields("ConsignAddress") & "")               '发货地址
  919.         LrText(4).Tag = Trim(.Fields("SellTypeCode") & "")                  '销售类型
  920.         LrText(4).Text = Trim(.Fields("SellTypename") & "")
  921.         LrText(5).Tag = Trim(.Fields("deptCode") & "")                      '部门编码
  922.         LrText(5).Text = Trim(.Fields("deptname") & "")
  923.         LrText(6).Tag = Trim(.Fields("personCode") & "")                    '销售员
  924.         LrText(6).Text = Trim(.Fields("personname") & "")
  925.         LrText(7).Text = Trim(.Fields("Bank") & "")                         '开户银行
  926.         LrText(8).Text = Trim(.Fields("BankAccount") & "")                  '银行帐号
  927.         LrText(9).Tag = Trim(.Fields("payCode") & "")                       '付款条件
  928.         LrText(9).Text = Trim(.Fields("payname") & "")
  929.         LrText(10).Tag = Trim(.Fields("foreigncurrcode") & "")              '币种
  930.         LrText(10).Text = Trim(.Fields("foreigncurrname") & "")
  931.         LrText(11).Text = Trim(.Fields("exchrate") & "")                    '汇率
  932.         LrText(11).Tag = Trim(.Fields("ConVertFlag") & "")
  933.         LrText(12).Text = Trim(.Fields("remark") & "")                      '备注
  934.         RsTemp.Close
  935.     End With
  936.         
  937.     With WglrGrid
  938.         If GtempInvoiceHB = 1 Then
  939.             .Clear 1
  940.             .Rows = .FixedRows
  941.             For Jsq = vsFlexGrid1.FixedRows To vsFlexGrid1.Rows - 1
  942.                 If vsFlexGrid1.TextMatrix(Jsq, 0) <> "*" Then Exit For
  943.                 If vsFlexGrid1.TextMatrix(Jsq, 1) <> "*" Then
  944.                     .Rows = .Rows + 1
  945.                     Dqh = .Rows - 1
  946.                     strTemp = "select * from xs_v_material where mnumber='" & Trim(vsFlexGrid1.TextMatrix(Jsq - 1, 4)) & "'"
  947.                     If RsTemp.State = 1 Then RsTemp.Close
  948.                     Set RsTemp = Cw_DataEnvi.DataConnect.Execute(strTemp)
  949.                     .TextMatrix(Dqh, 0) = "*"                                                                            '数据有效行标识(必填)
  950.                     .TextMatrix(Dqh, Sydz("001", GridStr(), Szzls)) = Trim(RsTemp.Fields("mnumber") & "")       '货物编码
  951.                     .TextMatrix(Dqh, Sydz("002", GridStr(), Szzls)) = Trim(RsTemp.Fields("MName") & "")         '货物名称
  952.                     .TextMatrix(Dqh, Sydz("003", GridStr(), Szzls)) = Trim(RsTemp.Fields("Model") & "")         '规格型号
  953.                     .TextMatrix(Dqh, Sydz("004", GridStr(), Szzls)) = Trim(RsTemp.Fields("saleUnitName"))       '单位
  954.                     .TextMatrix(Dqh, Sydz("005", GridStr(), Szzls)) = Val(vsFlexGrid1.TextMatrix(Jsq, 10))      '开票数量
  955.                     .TextMatrix(Dqh, Sydz("006", GridStr(), Szzls)) = Val(vsFlexGrid1.TextMatrix(Jsq, 11))      '含税单价
  956.                     .TextMatrix(Dqh, Sydz("011", GridStr(), Szzls)) = Val(RsTemp.Fields("cess")) / 100          '税率
  957.                     Call Sub_JoinCount(Dqh, Sydz("006", GridStr(), Szzls))          '含税单价
  958.                 End If
  959.             Next
  960.         Else
  961.             .Clear 1
  962.             .Rows = .FixedRows
  963.             For Jsq = vsFlexGrid1.FixedRows To vsFlexGrid1.Rows - 1
  964.                 If vsFlexGrid1.TextMatrix(Jsq, 0) <> "*" Then Exit For
  965.                 If vsFlexGrid1.TextMatrix(Jsq, 1) = "*" Then
  966.                     .Rows = .Rows + 1
  967.                     Dqh = .Rows - 1
  968.                     strTemp = "select * from xs_v_material where mnumber='" & Trim(vsFlexGrid1.TextMatrix(Jsq, 4)) & "'"
  969.                     If RsTemp.State = 1 Then RsTemp.Close
  970.                     Set RsTemp = Cw_DataEnvi.DataConnect.Execute(strTemp)
  971.                     .TextMatrix(Dqh, 0) = "*"                                                                            '数据有效行标识(必填)
  972.                     .TextMatrix(Dqh, Sydz("001", GridStr(), Szzls)) = Trim(RsTemp.Fields("mnumber") & "")       '货物编码
  973.                     .TextMatrix(Dqh, Sydz("002", GridStr(), Szzls)) = Trim(RsTemp.Fields("MName") & "")         '货物名称
  974.                     .TextMatrix(Dqh, Sydz("003", GridStr(), Szzls)) = Trim(RsTemp.Fields("Model") & "")         '规格型号
  975.                     .TextMatrix(Dqh, Sydz("004", GridStr(), Szzls)) = Trim(RsTemp.Fields("saleUnitName"))       '单位
  976.                     .TextMatrix(Dqh, Sydz("005", GridStr(), Szzls)) = Val(vsFlexGrid1.TextMatrix(Jsq, 10))      '开票数量
  977.                     .TextMatrix(Dqh, Sydz("006", GridStr(), Szzls)) = Val(vsFlexGrid1.TextMatrix(Jsq, 11))      '含税单价
  978.                     .TextMatrix(Dqh, Sydz("011", GridStr(), Szzls)) = Val(RsTemp.Fields("cess")) / 100          '税率
  979.                     Call Sub_JoinCount(Dqh, Sydz("006", GridStr(), Szzls))          '含税单价
  980.                 End If
  981.             Next
  982.         End If
  983.         '重置网格
  984.         If .Rows < Pmbcsjhs + .FixedRows Then
  985.             .Rows = Pmbcsjhs + .FixedRows + Fzxwghs + 1
  986.         End If
  987.         For Jsq = .FixedRows To .Rows - 1
  988.             .RowHeight(Jsq) = Sjhgd
  989.         Next Jsq
  990.         Changelock = True
  991.         .Select .FixedRows, Qslz
  992.         Changelock = False
  993.         '----------
  994.         For Jsq = Qslz To WglrGrid.Cols - 1
  995.              Call Sjhj(Jsq)
  996.         Next Jsq
  997.     End With
  998. End Sub
  999. Private Sub Form_KeyPress(KeyAscii As Integer)      '控 制 焦 点 转 移
  1000.     
  1001.     Dim jdzygs As Integer
  1002.     jdzygs = 18                                       '在单据录入中,此焦点转移控制值一定小于等于文本框个数,否则网格回车键将不支持.
  1003.     Select Case KeyAscii
  1004.         Case vbKeyReturn
  1005.             If Kjjdzy(jdzygs) Then
  1006.                 KeyAscii = 0
  1007.             End If
  1008.         Case 39           '屏蔽字符"'"
  1009.             KeyAscii = 0
  1010.     End Select
  1011. End Sub
  1012. Private Sub Form_Load()                                                        '窗 体 装 入
  1013.     '初始化各种锁值(Fixed)
  1014.     Changelock = False             '网格行列改变控制锁
  1015.     Gdtlock = False                '滚动条滚动控制
  1016.     Yxxpdlock = True               '字段有效性判断锁
  1017.     Hyxxpdlock = True              '行有效性判断锁
  1018.     Wbkbhlock = False              '文本框内容改变锁
  1019.     GtempInvoiceType = "Xs_I_RedInvoice"
  1020.     TempInvoiceConsign = "0"
  1021.     '单据权限索引设置
  1022.     Str_RightEdit = "Xs_I_RedInvoiceEdit"
  1023.     Str_RightCheck = "Xs_I_RedInvoiceCheck"
  1024.     Str_RightZf = "Xs_I_RedInvoiceZf"
  1025.     '调入单据信息(需要修改BillCode)
  1026.     BillCode = "1405"
  1027.     Call Sub_ReadBillInfo(BillCode, Me, Var_Bill())
  1028.     Lab_Title = Var_Bill(2)
  1029.     Lab_Title.Move (Me.Width - Lab_Title.Width) / 2, 800
  1030.     Lab_Title.ForeColor = &HFF&
  1031.     '报表编码
  1032.     XtReportCode = Var_Bill(5)
  1033.     Load Dyymctbl
  1034.   
  1035.     '以下为文本框处理程序(Fixed)
  1036.     TextGroupCode = Var_Bill(3)
  1037.  
  1038.     Call Drwbkxx(TextGroupCode, Textvar(), Textboolean(), Textint(), Textstr())  '读入文本框录入信息
  1039.     Call Wbkcsh
  1040.   
  1041.     '调入网格并记录一些网格信息(Fixed)
  1042.     GridCode = Var_Bill(4)         '网格属性编码
  1043.     Call BzWgcsh(WglrGrid, GridCode, GridInf(), GridBoolean(), GridInt(), GridStr())
  1044.       
  1045.     Qslz = GridInf(1)
  1046.     Sjhgd = GridInf(2)
  1047.     Fzxwghs = GridInf(4)
  1048.     Sfblbzkd = GridInf(5)
  1049.     Shsfts = GridInf(6)
  1050.     Sfxshjwg = GridInf(7)
  1051.     Szzls = WglrGrid.Cols - 1
  1052.     Pmbcsjhs = Int((WglrGrid.Height - WglrGrid.FixedRows * WglrGrid.RowHeight(0)) / Sjhgd) - Fzxwghs - 1
  1053.       
  1054.     For Jsqte = WglrGrid.FixedRows To WglrGrid.Rows - 1
  1055.         WglrGrid.RowHeight(Jsqte) = Sjhgd
  1056.     Next Jsqte
  1057.     
  1058.     '初始化合计网格(Fixed)
  1059.     Call Cshhjwg
  1060.   
  1061.     '单据变动置为False(Fixed)
  1062.     Bln_BillChange = False
  1063.     '调入数据初始化模块(Fixed)
  1064.     Lab_Djclzt.Caption = Xtcdcs
  1065.     Call Sjcsh(Trim(Lab_Djclzt.Caption))
  1066.     
  1067. End Sub
  1068. Private Sub Form_Unload(Cancel As Integer)           '窗体卸载
  1069.     '是否保存已修改单据
  1070.     Dim YAnswer As Integer
  1071.     If Lab_OperStatus.Caption = "2" Or Lab_OperStatus.Caption = "3" Then
  1072.         Tsxx = "单据尚未保存,是否退出?"
  1073.         YAnswer = Xtxxts(Tsxx, 2, 2)
  1074.         If YAnswer <> 1 Then
  1075.             Cancel = 1
  1076.             Exit Sub
  1077.         End If
  1078.     End If
  1079.     '卸载打印页面窗体
  1080.     Unload Dyymctbl
  1081.  
  1082.     '判断单据是否发生变化,并返回相应标识
  1083.     If Bln_BillChange Then
  1084.         Xtfhcs = "1"
  1085.     Else
  1086.         Xtfhcs = "0"
  1087.     End If
  1088.    
  1089. End Sub
  1090. Private Sub Sjcsh(Str_Pzclzt As String)              '数据初始化模块(根据实际情况)
  1091.     
  1092.     Dim Sqlstr As String       '查询单据列表条件
  1093.     '[>>根据实际情况初始化
  1094.     Select Case Str_Pzclzt
  1095.         Case "1"   '填制单据
  1096.             '调入用户查询结果动态集
  1097.             Sqlstr = "SELECT InvoiceBillMainID From Xs_InvoiceBillMain Where InvoiceDate='" & Xtrq & "' and InvoiceType=0 and returnflag=1 ORDER BY InvoiceBillMainID"
  1098.             Set Rec_Query = Cw_DataEnvi.DataConnect.Execute(Sqlstr)
  1099.       
  1100.             '新增单据
  1101.             Call Sub_AddBill
  1102.         Case "2"   '查询单据(单据列表)
  1103.             Lab_BillId.Caption = XT_BillID
  1104.             Str_QueryCondi = Xtcdcsfz
  1105.             Call Sub_ShowBill
  1106.             Call Sub_OperStatus("10")
  1107.       
  1108.             '调入用户查询结果动态集
  1109.             Sqlstr = "SELECT DISTINCT InvoiceBillMainID From Xs_V_InvoiceBill " & Str_QueryCondi & " ORDER BY InvoiceBillMainID"
  1110.             Set Rec_Query = Cw_DataEnvi.DataConnect.Execute(Sqlstr)
  1111.             Rec_Query.Find "InvoiceBillMainID=" & Val(Lab_BillId.Caption)
  1112.         Case "3"   '明细帐联查单据
  1113.             '设置工具条显示
  1114.             Lab_BillId.Caption = XT_BillID
  1115.             With Tlb_Action
  1116.                 .Buttons("hd").Enabled = False             '货单
  1117.                 .Buttons("zf").Enabled = False             '作废
  1118.                 .Buttons("xz").Enabled = False             '新增
  1119.                 .Buttons("xg").Enabled = False             '修改
  1120.                 .Buttons("sc").Enabled = False             '删除
  1121.                 .Buttons("fgh0").Enabled = False           '分隔行
  1122.                 .Buttons("zh").Enabled = False             '增行
  1123.                 .Buttons("sh").Enabled = False             '删行
  1124.                 .Buttons("fgh1").Enabled = False           '分隔行
  1125.                 .Buttons("bc").Enabled = False             '保存
  1126.                 .Buttons("fq").Enabled = False             '放弃
  1127.                 .Buttons("shsh").Enabled = False           '审核
  1128.                 .Buttons("shqs").Enabled = False           '弃审
  1129.                 .Buttons("fgh2").Enabled = False           '分隔行
  1130.                 .Buttons("first").Enabled = False          '首张
  1131.                 .Buttons("prev").Enabled = False           '上张
  1132.                 .Buttons("next").Enabled = False           '下张
  1133.                 .Buttons("last").Enabled = False           '末张
  1134.                 .Buttons("fgh5").Enabled = False           '分割行
  1135.             End With
  1136.       
  1137.             Call Sub_ShowBill
  1138.       
  1139.             '设置操作状态为浏览
  1140.             Lab_OperStatus.Caption = "1"
  1141.       
  1142.             '录入文本框
  1143.             For Jsqte = Max_Text_Index To 0 Step -1
  1144.             LrText(Jsqte).Enabled = False
  1145.         Next Jsqte
  1146.     End Select
  1147.   
  1148.     '<<]
  1149.   
  1150. End Sub
  1151. Private Sub Sub_ShowBill()                                          '根据当前单据ID显示整张单据内容
  1152.    
  1153.     '过程默认参数为当前窗体中单据ID:Lab_BillID
  1154.     Dim Sqlstr As String                           '临时使用字符串
  1155.     Dim RecTemp As New ADODB.Recordset             '临时使用动态集
  1156.     Dim RsTemp As New ADODB.Recordset
  1157.     Dim Jsqte As Long                              '临时计数器
  1158.     '禁止网格刷新动作,为加快网格显示速度(Fixed)
  1159.     WglrGrid.Redraw = False
  1160.     '本张单据查询字符串
  1161.     Sqlstr = "SELECT * from Xs_V_InvoiceBill where InvoiceBillMainID='" & Lab_BillId.Caption & "' order by InvoiceBillMainID,Invoicebillsubid"
  1162.     Set RecTemp = Cw_DataEnvi.DataConnect.Execute(Sqlstr)
  1163.       
  1164.     With RecTemp
  1165.         WglrGrid.Rows = WglrGrid.FixedRows
  1166.         If .EOF Then
  1167.             WglrGrid.Redraw = True
  1168.             Exit Sub
  1169.         Else
  1170.             '[>>显示单据头
  1171.             TextChangeLock = True     '文本框加锁
  1172.             If Trim(.Fields("InvoiceFlag")) Then         '销售方式
  1173.                 Option2.Value = True
  1174.             Else
  1175.                 Option1.Value = True
  1176.             End If
  1177.             LrText(0).Text = Format(.Fields("InvoiceDate"), "yyyy-mm-dd")       '发票日期
  1178.             LrText(1).Text = Trim(.Fields("InvoiceCode") & "")                  '发票单号
  1179.             LrText(1).Tag = Trim(.Fields("InvoiceBillMainId") & "")             '发票单ID
  1180.             LrText(2).Tag = Trim(.Fields("CusCode") & "")                       '客户编码
  1181.             LrText(2).Text = Trim(.Fields("cusname") & "")
  1182.             LrText(3).Text = Trim(.Fields("DesAddress") & "")                   '发货地址
  1183.             LrText(4).Tag = Trim(.Fields("SellTypeCode") & "")                  '销售类型
  1184.             LrText(4).Text = Trim(.Fields("SellTypename") & "")
  1185.             LrText(5).Tag = Trim(.Fields("deptCode") & "")                      '部门编码
  1186.             LrText(5).Text = Trim(.Fields("deptname") & "")
  1187.             LrText(6).Tag = Trim(.Fields("personCode") & "")                    '销售员
  1188.             LrText(6).Text = Trim(.Fields("personname") & "")
  1189.             LrText(7).Text = Trim(.Fields("Bank") & "")                         '开户银行
  1190.             LrText(8).Text = Trim(.Fields("BankAccount") & "")                  '银行帐号
  1191.             LrText(9).Tag = Trim(.Fields("payCode") & "")                       '付款条件
  1192.             LrText(9).Text = Trim(.Fields("payname") & "")
  1193.             LrText(10).Tag = Trim(.Fields("foreigncurrcode") & "")              '币种
  1194.             LrText(10).Text = Trim(.Fields("foreigncurrname") & "")
  1195.             LrText(11).Text = Trim(.Fields("exchrate") & "")                    '汇率
  1196.             LrText(11).Tag = Trim(.Fields("ConVertFlag") & "")
  1197.             LrText(12).Text = Trim(.Fields("remark") & "")                      '备注
  1198.             LrText(13).Text = Trim(.Fields("maker") & "")                       '制单人
  1199.             LrText(14).Text = Trim(.Fields("checker") & "")                     '审核人
  1200.             
  1201.             TextChangeLock = False    '文本框解锁
  1202.             '<<]
  1203.         End If
  1204.         Jsqte = WglrGrid.FixedRows
  1205.         Do While Not .EOF
  1206.             WglrGrid.AddItem ""
  1207.             '[>>显示单据分录
  1208.             WglrGrid.TextMatrix(Jsqte, 0) = "*"                                                             '数据有效行标识(必填)
  1209.             WglrGrid.TextMatrix(Jsqte, Sydz("001", GridStr(), Szzls)) = Trim(.Fields("warecode") & "")      '货物编码
  1210.             WglrGrid.TextMatrix(Jsqte, Sydz("002", GridStr(), Szzls)) = Trim(.Fields("MName") & "")         '货物名称
  1211.             WglrGrid.TextMatrix(Jsqte, Sydz("003", GridStr(), Szzls)) = Trim(.Fields("Model") & "")         '规格型号
  1212.             WglrGrid.TextMatrix(Jsqte, Sydz("004", GridStr(), Szzls)) = Trim(.Fields("saleUnitName"))       '单位
  1213.             WglrGrid.TextMatrix(Jsqte, Sydz("005", GridStr(), Szzls)) = Abs(.Fields("quantity") & "")       '发票数量
  1214.             WglrGrid.TextMatrix(Jsqte, Sydz("006", GridStr(), Szzls)) = Val(.Fields("taxUnitPrice") & "")   '含税单价
  1215.             WglrGrid.TextMatrix(Jsqte, Sydz("007", GridStr(), Szzls)) = Abs(.Fields("wholeMoney") & "")     '含税金额
  1216.             WglrGrid.TextMatrix(Jsqte, Sydz("008", GridStr(), Szzls)) = Abs(.Fields("taxMoney") & "")       '税额
  1217.             WglrGrid.TextMatrix(Jsqte, Sydz("009", GridStr(), Szzls)) = Trim(.Fields("remarksub"))          '备注
  1218.             WglrGrid.TextMatrix(Jsqte, Sydz("010", GridStr(), Szzls)) = Abs(.Fields("InvoiceMoney") & "")   '不含税金额
  1219.             WglrGrid.TextMatrix(Jsqte, Sydz("011", GridStr(), Szzls)) = Val(.Fields("taxrate"))             '税率
  1220.             WglrGrid.TextMatrix(Jsqte, Sydz("012", GridStr(), Szzls)) = Val(.Fields("unitPrice") & "")      '不含税单价
  1221.             WglrGrid.TextMatrix(Jsqte, Sydz("013", GridStr(), Szzls)) = Trim(.Fields("DiscountMoney") & "") '折扣额
  1222.             '<<]
  1223.                    
  1224.             WglrGrid.RowHeight(Jsqte) = Sjhgd
  1225.             .MoveNext
  1226.             Jsqte = Jsqte + 1
  1227.         Loop
  1228.     End With
  1229.        
  1230.             
  1231.     '调整网格(Fixed)
  1232.     Call Sub_AdjustGrid
  1233.       
  1234.     '计算合计数据(Fixed)
  1235.     For Jsqte = Qslz To WglrGrid.Cols - 1
  1236.         Call Sjhj(Jsqte)
  1237.     Next Jsqte
  1238.     
  1239.     '将网格刷新解禁(Fixed)
  1240.     WglrGrid.Redraw = True
  1241.        
  1242.     '设置审核弃审按钮状态
  1243.     Call Sub_CheckStatus
  1244.        
  1245. End Sub
  1246. Private Sub Tlb_Action_ButtonClick(ByVal Button As MSComctlLib.Button)             '用户点击工具条
  1247.      
  1248.     '屏蔽文本框,下拉组合框有效性判断
  1249.     Valilock = True
  1250.      
  1251.     '屏蔽网格失去焦点产生的有效性判断
  1252.     Changelock = True
  1253.          
  1254.     Select Case Button.Key
  1255.         Case "yl"                                            '预 览
  1256.             If Fun_Drfrmyxxpd Then
  1257.                 BillGridPrint WglrGrid, LrText, GridStr(), Szzls, GridCode, TextGroupCode, XtReportCode, False
  1258.             End If
  1259.         Case "dy"                                            '打 印
  1260.             If Fun_Drfrmyxxpd Then
  1261.                 Dim Yhanswer As Integer      '打印提示
  1262.                 
  1263.                 '用户确认是否打印单据
  1264.                 Tsxx = "请确认是否打印当前单据?"
  1265.                 Yhanswer = Xtxxts(Tsxx, 2, 2)
  1266.                 If Yhanswer = 2 Then
  1267.                     Exit Sub
  1268.                 End If
  1269.                 BillGridPrint WglrGrid, LrText, GridStr(), Szzls, GridCode, TextGroupCode, XtReportCode, True
  1270.             End If
  1271.         Case "xz"                                            '新 增
  1272.             Call Sub_AddBill
  1273.             Call Command1_Click
  1274.         Case "xg"                                            '修 改
  1275.             Call Sub_EditBill
  1276.             LrText(1).Enabled = False
  1277.             LrText(2).Enabled = False
  1278.             If Trim(LrText(2).Text & "") <> "" Then
  1279.                 LrText(3).Enabled = False
  1280.                 LrText(4).Enabled = False
  1281.             End If
  1282.         Case "hd"                                            '货 单
  1283.             Call Command1_Click
  1284.         Case "zf"                                            '作 废
  1285.             Call Sub_Cancel
  1286.         Case "sc"                                            '删 除
  1287.             Call Sub_DeleteBill
  1288.         Case "zh"                                            '增 行
  1289.             Call zjlrfl
  1290.         Case "sh"                                            '删 行
  1291.             Call Scdqfl
  1292.         Case "bc"                                            '保 存
  1293.             If Fun_Drfrmyxxpd Then
  1294.                 Call Sub_SaveBill
  1295.             End If
  1296.         Case "fq"                                            '放 弃
  1297.             Call Sub_AbandonBill
  1298.         Case "shsh"                                          '审 核
  1299.             Call Sub_CheckBill
  1300.         Case "shqs"                                          '弃 审
  1301.             Call Sub_AbandonCheck
  1302.         Case "first"                                         '首 张
  1303.             Call Sub_First
  1304.         Case "prev"                                          '上 张
  1305.             Call Sub_Prev
  1306.         Case "next"                                          '下 张
  1307.             Call Sub_Next
  1308.         Case "last"                                          '末 张
  1309.             Call Sub_Last
  1310.         Case "bz"                                            '帮 助
  1311.             Call F1bz
  1312.         Case "fh"                                            '退 出
  1313.             Unload Me
  1314.     End Select
  1315.        
  1316.     '解 锁
  1317.     Valilock = False
  1318.     Changelock = False
  1319.     TextChangeLock = False
  1320.         
  1321. End Sub
  1322. Private Sub Form_KeyDown(KeyCode As Integer, Shift As Integer)     '支持热键操作
  1323.     
  1324.     Select Case KeyCode
  1325.         Case vbKeyF5          '增加单据
  1326.             If Tlb_Action.Buttons("xz").Enabled And Tlb_Action.Buttons("xz").Visible Then
  1327.                 Call Sub_AddBill
  1328.             End If
  1329.         Case vbKeyF3          '修改单据
  1330.             If Tlb_Action.Buttons("xg").Enabled And Tlb_Action.Buttons("xg").Visible Then
  1331.                 Call Sub_EditBill
  1332.             End If
  1333.         Case vbKeyF6          '保存单据
  1334.             If Tlb_Action.Buttons("bc").Enabled And Tlb_Action.Buttons("bc").Visible Then
  1335.                 If Fun_Drfrmyxxpd Then Call Sub_SaveBill
  1336.             End If
  1337.     End Select
  1338. End Sub
  1339. Private Sub Sub_OperStatus(Str_Status As String)                 '工具条依据不同状态所进行的变化
  1340.     
  1341.     With Tlb_Action
  1342.         
  1343.         Select Case Str_Status
  1344.             Case "10"   '浏览((列表)调入单据处理时的进入状态、(列表)新增状态时放弃录入)
  1345.                 '工具条
  1346.                 .Buttons("dy").Enabled = True       '打印
  1347.                 .Buttons("yl").Enabled = True       '预览
  1348.                 .Buttons("xz").Enabled = True       '新增
  1349.                 .Buttons("xg").Enabled = True       '修改
  1350.                 .Buttons("sc").Enabled = True       '删除
  1351.                 .Buttons("zh").Enabled = False      '增行
  1352.                 .Buttons("sh").Enabled = False      '删行
  1353.                 .Buttons("bc").Enabled = False      '保存
  1354.                 .Buttons("fq").Enabled = False      '放弃
  1355.                 .Buttons("hd").Enabled = False      '货单
  1356.                 .Buttons("first").Enabled = True    '首张
  1357.                 .Buttons("prev").Enabled = True     '上张
  1358.                 .Buttons("next").Enabled = True     '下张
  1359.                 .Buttons("last").Enabled = True     '末张
  1360.                 .Buttons("bz").Enabled = True       '帮助
  1361.                 .Buttons("fh").Enabled = True       '退出
  1362.         
  1363.                 '设置审核弃审按钮状态
  1364.                 Call Sub_CheckStatus
  1365.         
  1366.                 '设置文本框录入状态
  1367.                 Call Sub_LrtextStatus(False)
  1368.             Case "20"   '新增单据((录入)新增一张单据 、(列表)新增一张单据)
  1369.                 '工具条
  1370.                 .Buttons("dy").Enabled = False      '打印
  1371.                 .Buttons("yl").Enabled = False      '预览
  1372.                 .Buttons("xz").Enabled = False      '新增
  1373.                 .Buttons("xg").Enabled = False      '修改
  1374.                 .Buttons("sc").Enabled = False      '删除
  1375.                 .Buttons("zh").Enabled = True       '增行
  1376.                 .Buttons("sh").Enabled = True       '删行
  1377.                 .Buttons("bc").Enabled = True       '保存
  1378.                 .Buttons("fq").Enabled = True       '放弃
  1379.                 .Buttons("hd").Enabled = True       '货单
  1380.                 .Buttons("zf").Enabled = False      '作废
  1381.                 .Buttons("shsh").Enabled = False    '审核
  1382.                 .Buttons("shqs").Enabled = False    '弃审
  1383.                 .Buttons("first").Enabled = False   '首张
  1384.                 .Buttons("prev").Enabled = False    '上张
  1385.                 .Buttons("next").Enabled = False    '下张
  1386.                 .Buttons("last").Enabled = False    '末张
  1387.                 .Buttons("bz").Enabled = True       '帮助
  1388.                 .Buttons("fh").Enabled = True       '退出
  1389.                 
  1390.                 '设置文本框录入状态
  1391.                 Call Sub_LrtextStatus(True)
  1392.             Case "30"   '修改((录入)调入修改功能、(列表)调入修改功能)
  1393.                 '工具条
  1394.                 .Buttons("dy").Enabled = False      '打印
  1395.                 .Buttons("yl").Enabled = False      '预览
  1396.                 .Buttons("xz").Enabled = False      '新增
  1397.                 .Buttons("xg").Enabled = False      '修改
  1398.                 .Buttons("sc").Enabled = False      '删除
  1399.                 .Buttons("zh").Enabled = True       '增行
  1400.                 .Buttons("sh").Enabled = True       '删行
  1401.                 .Buttons("bc").Enabled = True       '保存
  1402.                 .Buttons("fq").Enabled = True       '放弃
  1403.                 .Buttons("hd").Enabled = True       '货单
  1404.                 .Buttons("zf").Enabled = False      '作废
  1405.                 .Buttons("shsh").Enabled = False    '审核
  1406.                 .Buttons("shqs").Enabled = False    '弃审
  1407.                 .Buttons("first").Enabled = False   '首张
  1408.                 .Buttons("prev").Enabled = False    '上张
  1409.                 .Buttons("next").Enabled = False    '下张
  1410.                 .Buttons("last").Enabled = False    '末张
  1411.                 .Buttons("bz").Enabled = True       '帮助
  1412.                 .Buttons("fh").Enabled = True       '退出
  1413.                 
  1414.                 '设置文本框录入状态
  1415.                 Call Sub_LrtextStatus(True)
  1416.         End Select
  1417.     End With
  1418. End Sub
  1419. Private Sub Sub_LrtextStatus(TextEnabled As Boolean)                            '设置录入文本框状态
  1420.     '录入文本框状态设置
  1421.     If TextEnabled Then
  1422.         For Jsqte = Max_Text_Index To 0 Step -1
  1423.             '判断文本框是否可编辑
  1424.             If Textboolean(Jsqte, 5) Then
  1425.                 LrText(Jsqte).Enabled = True
  1426.             Else
  1427.                 LrText(Jsqte).Enabled = False
  1428.             End If
  1429.         Next Jsqte
  1430.     Else
  1431.         For Jsqte = Max_Text_Index To 0 Step -1
  1432.             LrText(Jsqte).Enabled = False
  1433.         Next Jsqte
  1434.     End If
  1435. End Sub
  1436. Private Sub Sub_CheckStatus()                                       '设置审核弃审按钮状态(亦可设置其他动作按钮状态)
  1437.     
  1438.     '根据当前单据状态来确定审核弃审按钮状态
  1439.     If Trim(LrText(13).Text) <> "" And Trim(LrText(14).Text) = "" Then
  1440.         Tlb_Action.Buttons("shsh").Enabled = True       '审核
  1441.     Else
  1442.         Tlb_Action.Buttons("shsh").Enabled = False      '审核
  1443.     End If
  1444.     If Trim(LrText(13).Text) <> "" And Trim(LrText(14).Text) <> "" Then
  1445.         Tlb_Action.Buttons("zf").Enabled = True         '作废
  1446.         Tlb_Action.Buttons("shqs").Enabled = True       '弃审
  1447.     Else
  1448.         Tlb_Action.Buttons("zf").Enabled = False        '作废
  1449.         Tlb_Action.Buttons("shqs").Enabled = False      '弃审
  1450.     End If
  1451. End Sub
  1452. Private Sub Wbkcl()                                                 '文本框录入之前处理(根据实际情况)
  1453.     
  1454.     Dim xswbrr As String
  1455.     With WglrGrid
  1456.         Zdlrqnr = Trim(.Text)
  1457.         xswbrr = Trim(.Text)
  1458.         If GridBoolean(.Col, 3) Then   '列表框录入
  1459.             '填充列表框程序
  1460.             Call FillCombo(YdCombo, GridStr(.Col, 5), xswbrr, 0)
  1461.         Else
  1462.             Wbkbhlock = True
  1463.        
  1464.             '====以下为用户自定义
  1465.             Ydtext.Text = xswbrr
  1466.             '====以上为用户自定义
  1467.          
  1468.             Wbkbhlock = False
  1469.             Ydtext.SelStart = Len(Ydtext.Text)
  1470.         End If
  1471.     End With
  1472. End Sub
  1473. Private Function sjzdyxxpd(Dqpdwgh As Long, Dqpdwgl As Long) As Boolean       '录入数据字段有效性判断,同时进行字段录入事后处理
  1474.  
  1475.     '函数参数:Dqpdwgh, Dqpdwgl 当前要判断网格单元所处行列值
  1476.     Dim Str_JudgeText As String                 '临时有效性判断字段内容
  1477.     Dim Coljsq As Long                          '临时列计数器
  1478.     Dim RecTemp As New ADODB.Recordset          '临时使用动态集
  1479.     Dim Sqlstr As String                        '临时使用查询字符串
  1480.     Dim Jsq As Integer
  1481.     With WglrGrid
  1482.         '非录入状态或非数据行则其有效性为合法
  1483.         If Yxxpdlock Or .Row < .FixedRows Then
  1484.             sjzdyxxpd = True
  1485.             Exit Function
  1486.         End If
  1487.         
  1488.         '取得当前要判断字段内容
  1489.         Str_JudgeText = Trim(.TextMatrix(Dqpdwgh, Dqpdwgl))
  1490.       
  1491.         '根据不同字段进行相应的处理(依据其逻辑编号)
  1492.         Select Case GridStr(Dqpdwgl, 1)
  1493.             '[>>以下为自定义部分
  1494.                 
  1495.                 
  1496.             Case "006"          '含税单价
  1497.                 '1.放置字段有效性判断
  1498.                 If Not Trim(Str_JudgeText) = "" Then
  1499.                     If Val(.TextMatrix(Dqpdwgh, Sydz("006", GridStr(), Szzls))) < 0 Then
  1500.                         Tsxx = "含税单价必须大于等于0!"
  1501.                         Lrywlz = Sydz("006", GridStr(), Szzls)
  1502.                         GoTo Lrcwcl
  1503.                     End If
  1504.                     If Not IsNumeric(Trim(.TextMatrix(Dqpdwgh, Sydz("006", GridStr(), Szzls)))) Then
  1505.                         Tsxx = "数据格式有误!"
  1506.                         Lrywlz = Sydz("006", GridStr(), Szzls)
  1507.                         GoTo Lrcwcl
  1508.                     End If
  1509.                 End If
  1510.                 
  1511.                 '2.放置字段事后处理程序
  1512.                 Call Sub_JoinCount(Dqpdwgh, Sydz("006", GridStr(), Szzls))
  1513.             Case "007"          '总金额
  1514.                 If Not Trim(Str_JudgeText) = "" Then
  1515.                     If Val(.TextMatrix(Dqpdwgh, Sydz("007", GridStr(), Szzls))) < 0 Then
  1516.                         Tsxx = "总金额必须大于等于0!"
  1517.                         Lrywlz = Sydz("007", GridStr(), Szzls)
  1518.                         GoTo Lrcwcl
  1519.                     End If
  1520.                     If Not IsNumeric(Trim(.TextMatrix(Dqpdwgh, Sydz("007", GridStr(), Szzls)))) Then
  1521.                         Tsxx = "数据格式有误!"
  1522.                         Lrywlz = Sydz("007", GridStr(), Szzls)
  1523.                         GoTo Lrcwcl
  1524.                     End If
  1525.                 End If
  1526.                 
  1527.                 Call Sub_JoinCount(Dqpdwgh, Sydz("007", GridStr(), Szzls))
  1528.                 
  1529.             Case "010"          '无税金额
  1530.                 If Not Trim(Str_JudgeText) = "" Then
  1531.                     If Val(.TextMatrix(Dqpdwgh, Sydz("010", GridStr(), Szzls))) < 0 Then
  1532.                         Tsxx = "无税金额必须大于等于0!"
  1533.                         Lrywlz = Sydz("010", GridStr(), Szzls)
  1534.                         GoTo Lrcwcl
  1535.                     End If
  1536.                     If Not IsNumeric(Trim(.TextMatrix(Dqpdwgh, Sydz("010", GridStr(), Szzls)))) Then
  1537.                         Tsxx = "数据格式有误!"
  1538.                         Lrywlz = Sydz("010", GridStr(), Szzls)
  1539.                         GoTo Lrcwcl
  1540.                     End If
  1541.                 End If
  1542.                 
  1543.                 Call Sub_JoinCount(Dqpdwgh, Sydz("010", GridStr(), Szzls))
  1544.                 
  1545.             Case "012"          '不含税单价
  1546.                 '1.放置字段有效性判断
  1547.                 If Not Trim(Str_JudgeText) = "" Then
  1548.                     If Val(.TextMatrix(Dqpdwgh, Sydz("012", GridStr(), Szzls))) < 0 Then
  1549.                         Tsxx = "不含税单价必须大于等于0!"
  1550.                         Lrywlz = Sydz("012", GridStr(), Szzls)
  1551.                         GoTo Lrcwcl
  1552.                     End If
  1553.                     If Not IsNumeric(Trim(.TextMatrix(Dqpdwgh, Sydz("012", GridStr(), Szzls)))) Then
  1554.                         Tsxx = "数据格式有误!"
  1555.                         Lrywlz = Sydz("012", GridStr(), Szzls)
  1556.                         GoTo Lrcwcl
  1557.                     End If
  1558.                 End If
  1559.                 '2.放置字段事后处理程序
  1560.                 Call Sub_JoinCount(Dqpdwgh, Sydz("012", GridStr(), Szzls))   '不含税单价
  1561.                 
  1562.                 '<<以上为自定义部分]
  1563.         End Select
  1564.         
  1565.         '字段录入正确后为零字段清空(Fixed)
  1566.         Call Qkwlzd(Dqpdwgh, Dqpdwgl)
  1567.      
  1568.         '字段录入正确后进行数据合计(Fixed)
  1569.         For Coljsq = Qslz To .Cols - 1
  1570.             Call Sjhj(Coljsq)
  1571.         Next Coljsq
  1572.      
  1573.         '字段有效性判断通过,将字段有效性判断加锁直至再次改变(Fixed)
  1574.         sjzdyxxpd = True
  1575.         Yxxpdlock = True
  1576.         Exit Function
  1577.     End With
  1578.   
  1579. Lrcwcl:    '录入错误处理
  1580.     With WglrGrid
  1581.   
  1582.         '给出错误提示信息
  1583.         Call Xtxxts(Tsxx, 0, 1)
  1584.           
  1585.         '返回网格错误位置(ChangeLock避免再次引发RowColChange有效性判断),装入录入载体
  1586.         Changelock = True
  1587.         .Select Dqpdwgh, Dqpdwgl
  1588.         Changelock = False
  1589.         Call xswbk
  1590.           
  1591.         '函数返回False
  1592.         sjzdyxxpd = False
  1593.         Exit Function
  1594.     End With
  1595. End Function
  1596. Private Sub Sub_JoinCount(Lng_CountRow As Long, Lng_CountCol As Long)       '当网格列值发生改变时,处理网格列之间的关联计算(可选)
  1597.   
  1598.   '过程参数:Lng_CountRow,Lng_CountCol 网格改变内容所处行列值
  1599.    
  1600.     With WglrGrid
  1601.         Select Case GridStr(Lng_CountCol, 1)         '判断网格列对应逻辑编号
  1602.                
  1603.             '[>>以下为自定义部分
  1604.             Case "005"    '开票数量
  1605.                 '(1).价税合计=数量*含税单价;
  1606.                 '(2).无税金额=数量*无税单价;
  1607.                 '(3).税额=价税合计-无税金额;
  1608.                 .TextMatrix(Lng_CountRow, Sydz("007", GridStr(), Szzls)) = Format(Val(.TextMatrix(Lng_CountRow, Sydz("005", GridStr(), Szzls))) * Val(.TextMatrix(Lng_CountRow, Sydz("006", GridStr(), Szzls))), "###0." + String(Xtjexsws, "0"))
  1609.                 .TextMatrix(Lng_CountRow, Sydz("010", GridStr(), Szzls)) = Format(Val(.TextMatrix(Lng_CountRow, Sydz("005", GridStr(), Szzls))) * Val(.TextMatrix(Lng_CountRow, Sydz("012", GridStr(), Szzls))), "###0." + String(Xtjexsws, "0"))
  1610.                 .TextMatrix(Lng_CountRow, Sydz("008", GridStr(), Szzls)) = Format(Val(.TextMatrix(Lng_CountRow, Sydz("007", GridStr(), Szzls))) - Val(.TextMatrix(Lng_CountRow, Sydz("010", GridStr(), Szzls))), "###0." + String(Xtjexsws, "0"))
  1611.             Case "006"    '含税单价
  1612.                 '(1).价税合计=数量*含税单价;
  1613.                 '(2).无税单价=含税单价/(1+税率);
  1614.                 '(3).无税金额=数量*无税单价;
  1615.                 '(4).税额=价税合计-无税金额;
  1616.                 .TextMatrix(Lng_CountRow, Sydz("007", GridStr(), Szzls)) = Format(Val(.TextMatrix(Lng_CountRow, Sydz("005", GridStr(), Szzls))) * Val(.TextMatrix(Lng_CountRow, Sydz("006", GridStr(), Szzls))), "###0." + String(Xtjexsws, "0"))
  1617.                 .TextMatrix(Lng_CountRow, Sydz("012", GridStr(), Szzls)) = Format(Val(.TextMatrix(Lng_CountRow, Sydz("006", GridStr(), Szzls))) / (1 + Val(.TextMatrix(Lng_CountRow, Sydz("011", GridStr(), Szzls)))), "###0." + String(Xtdjxsws, "0"))
  1618.                 .TextMatrix(Lng_CountRow, Sydz("010", GridStr(), Szzls)) = Format(Val(.TextMatrix(Lng_CountRow, Sydz("005", GridStr(), Szzls))) * Val(.TextMatrix(Lng_CountRow, Sydz("012", GridStr(), Szzls))), "###0." + String(Xtjexsws, "0"))
  1619.                 .TextMatrix(Lng_CountRow, Sydz("008", GridStr(), Szzls)) = Format(Val(.TextMatrix(Lng_CountRow, Sydz("007", GridStr(), Szzls))) - Val(.TextMatrix(Lng_CountRow, Sydz("010", GridStr(), Szzls))), "###0." + String(Xtjexsws, "0"))
  1620.             Case "007"                  '金额
  1621.                 '(1).含税单价=价税合计/数量;
  1622.                 '(2).无税单价=含税单价/(1+税率);
  1623.                 '(3).无税金额=数量*无税单价;
  1624.                 '(4).税额=价税合计-无税金额;
  1625.                 If Val(.TextMatrix(Lng_CountRow, Sydz("005", GridStr(), Szzls))) <> 0 Then
  1626.                     .TextMatrix(Lng_CountRow, Sydz("006", GridStr(), Szzls)) = Format(Val(.TextMatrix(Lng_CountRow, Sydz("007", GridStr(), Szzls))) / Val(.TextMatrix(Lng_CountRow, Sydz("005", GridStr(), Szzls))), "###0." + String(Xtdjxsws, "0"))
  1627.                     .TextMatrix(Lng_CountRow, Sydz("012", GridStr(), Szzls)) = Format(Val(.TextMatrix(Lng_CountRow, Sydz("006", GridStr(), Szzls))) / (1 + Val(.TextMatrix(Lng_CountRow, Sydz("011", GridStr(), Szzls)))), "###0." + String(Xtdjxsws, "0"))
  1628.                     .TextMatrix(Lng_CountRow, Sydz("010", GridStr(), Szzls)) = Format(Val(.TextMatrix(Lng_CountRow, Sydz("005", GridStr(), Szzls))) * Val(.TextMatrix(Lng_CountRow, Sydz("012", GridStr(), Szzls))), "###0." + String(Xtjexsws, "0"))
  1629.                     .TextMatrix(Lng_CountRow, Sydz("008", GridStr(), Szzls)) = Format(Val(.TextMatrix(Lng_CountRow, Sydz("007", GridStr(), Szzls))) - Val(.TextMatrix(Lng_CountRow, Sydz("010", GridStr(), Szzls))), "###0." + String(Xtjexsws, "0"))
  1630.                 End If
  1631.             Case "010"                  '无税金额
  1632.                 '(1).无税单价=无税金额/数量;
  1633.                 '(2).税额=无税金额*税率;
  1634.                 '(3).含税单价=无税单价*(1+税率);
  1635.                 '(4).价税合计=无税金额+税额;
  1636.                 If Val(.TextMatrix(Lng_CountRow, Sydz("005", GridStr(), Szzls))) <> 0 Then
  1637.                     .TextMatrix(Lng_CountRow, Sydz("012", GridStr(), Szzls)) = Format(Val(.TextMatrix(Lng_CountRow, Sydz("010", GridStr(), Szzls))) / Val(.TextMatrix(Lng_CountRow, Sydz("005", GridStr(), Szzls))), "###0." + String(Xtdjxsws, "0"))
  1638.                     .TextMatrix(Lng_CountRow, Sydz("008", GridStr(), Szzls)) = Format(Val(.TextMatrix(Lng_CountRow, Sydz("010", GridStr(), Szzls))) * Val(.TextMatrix(Lng_CountRow, Sydz("011", GridStr(), Szzls))), "###0." + String(Xtjexsws, "0"))
  1639.                     .TextMatrix(Lng_CountRow, Sydz("006", GridStr(), Szzls)) = Format(Val(.TextMatrix(Lng_CountRow, Sydz("012", GridStr(), Szzls))) * (1 + Val(.TextMatrix(Lng_CountRow, Sydz("011", GridStr(), Szzls)))), "###0." + String(Xtdjxsws, "0"))
  1640.                     .TextMatrix(Lng_CountRow, Sydz("007", GridStr(), Szzls)) = Format(Val(.TextMatrix(Lng_CountRow, Sydz("010", GridStr(), Szzls))) + Val(.TextMatrix(Lng_CountRow, Sydz("008", GridStr(), Szzls))), "###0." + String(Xtjexsws, "0"))
  1641.                 End If
  1642.             Case "012"                          '无税单价
  1643.                 '(1).无税金额=数量*无税单价;
  1644.                 '(2).税额=无税金额*税率;
  1645.                 '(3).含税单价=无税单价*(1+税率);
  1646.                 '(4).价税合计=无税金额+税额;
  1647.                 .TextMatrix(Lng_CountRow, Sydz("010", GridStr(), Szzls)) = Format(Val(.TextMatrix(Lng_CountRow, Sydz("005", GridStr(), Szzls))) * Val(.TextMatrix(Lng_CountRow, Sydz("012", GridStr(), Szzls))), "###0." + String(Xtjexsws, "0"))
  1648.                 .TextMatrix(Lng_CountRow, Sydz("007", GridStr(), Szzls)) = Format(Val(.TextMatrix(Lng_CountRow, Sydz("010", GridStr(), Szzls))) * Val(.TextMatrix(Lng_CountRow, Sydz("011", GridStr(), Szzls))), "###0." + String(Xtjexsws, "0"))
  1649.                 .TextMatrix(Lng_CountRow, Sydz("006", GridStr(), Szzls)) = Format(Val(.TextMatrix(Lng_CountRow, Sydz("012", GridStr(), Szzls))) * (1 + Val(.TextMatrix(Lng_CountRow, Sydz("011", GridStr(), Szzls)))), "###0." + String(Xtdjxsws, "0"))
  1650.                 .TextMatrix(Lng_CountRow, Sydz("008", GridStr(), Szzls)) = Format(Val(.TextMatrix(Lng_CountRow, Sydz("010", GridStr(), Szzls))) + Val(.TextMatrix(Lng_CountRow, Sydz("008", GridStr(), Szzls))), "###0." + String(Xtjexsws, "0"))
  1651.             '<<以上为自定义部分]
  1652.         End Select
  1653.     End With
  1654. End Sub
  1655. Private Function Sjhzyxxpd(ByVal Yxxpdh As Long) As Boolean                     '录入数据行有效性判断,同时进行行处理
  1656.  
  1657.     '函数参数:Yxxpdh 要进行有效性判断的网格数据行的行值
  1658.     Dim Lrywlz As Long                            '录入有误网格列值
  1659.     Dim RecTemp As New ADODB.Recordset            '临时使用动态集
  1660.     
  1661.     With WglrGrid
  1662.         If Yxxpdh > (.Rows - .FixedRows) Then Exit Function
  1663.         '判断行为空(行中所有可编辑列数据均为空或为零)和无效数据行则清除当前行
  1664.         If .TextMatrix(Yxxpdh, 0) <> "*" Then
  1665.             Sjhzyxxpd = True
  1666.             Exit Function
  1667.         Else
  1668.             If pdhwk(Yxxpdh) And Yxxpdh + 1 <= .Rows - 1 Then
  1669.                 '当要判断行处于网格末行时才允许删行,否则要进行有效性判断
  1670.                 If .TextMatrix(Yxxpdh + 1, 0) <> "*" Then
  1671.                     Changelock = True
  1672.                     .RemoveItem Yxxpdh
  1673.                     If .Rows < Pmbcsjhs + .FixedRows + Fzxwghs + 1 Then
  1674.                         .AddItem ""
  1675.                         .RowHeight(.Rows - 1) = Sjhgd
  1676.                     End If
  1677.                     Changelock = False
  1678.                     Sjhzyxxpd = True
  1679.                     Exit Function
  1680.                 End If
  1681.             End If
  1682.         End If
  1683.   
  1684.         '行没有发生变化则不进行有效性判断
  1685.         If Hyxxpdlock Then
  1686.             Sjhzyxxpd = True
  1687.             Exit Function
  1688.         End If
  1689.   
  1690.         '[>>以下为自定义部分
  1691.     
  1692.         '1.放置行有效性判断程序
  1693.            
  1694.         '1.1首先进行单个不能为空或不能为零判断(Fixed)
  1695.         For Jsqte = Qslz To .Cols - 1
  1696.             
  1697.             '字段不能为空
  1698.             If GridInt(Jsqte, 5) = 1 Then
  1699.                 If Len(Trim(.TextMatrix(Yxxpdh, Jsqte))) = 0 Then
  1700.                     Tsxx = GridStr(Jsqte, 2)
  1701.                     Lrywlz = Jsqte
  1702.                     GoTo Lrcwcl
  1703.                     Exit For
  1704.                 End If
  1705.             End If
  1706.             
  1707.             '字段不能为零
  1708.             If GridInt(Jsqte, 5) = 2 Then
  1709.                 If Val(Trim(.TextMatrix(Yxxpdh, Jsqte))) = 0 Then
  1710.                     Tsxx = GridStr(Jsqte, 2)
  1711.                     Lrywlz = Jsqte
  1712.                     GoTo Lrcwcl
  1713.                     Exit For
  1714.                 End If
  1715.             End If
  1716.         Next Jsqte
  1717.         
  1718.         '1.2进行其他有效性判断,编写格式同1.1
  1719.             
  1720.         '2.放置行处理程序(当数据行通过有效性判断)
  1721.         '以上为自定义部分<<]
  1722.     End With    'WglrGrid
  1723.     '如果此行通过行有效性判断则加锁,直至此行数据再次发生变化
  1724.     Sjhzyxxpd = True
  1725.     Hyxxpdlock = True
  1726.     Exit Function
  1727. Lrcwcl:      '录入错误处理
  1728.     With WglrGrid
  1729.   
  1730.         '给出错误提示信息
  1731.         Call Xtxxts(Tsxx, 0, 1)
  1732.       
  1733.         '返回网格错误位置 (ChangeLock避免再次引发RowColChange有效性判断), 装入录入载体
  1734.         Changelock = True
  1735.         .Select Yxxpdh, Lrywlz
  1736.         Changelock = False
  1737.         Call xswbk
  1738.     
  1739.         '函数返回False
  1740.         Sjhzyxxpd = False
  1741.         Exit Function
  1742.     End With
  1743. End Function
  1744. Private Sub Sub_AddBill()                                                '新增一张单据
  1745.     
  1746.     Dim RecTemp As New ADODB.Recordset            '临时使用动态集
  1747.     Dim Jsqte As Long                             '临时计数器
  1748.     '判断用户是否有此功能执行权限,如有则写上机日志(进入)
  1749.     If Not Security_Log(Str_RightEdit, Xtczybm, 1, True) Then
  1750.         Exit Sub
  1751.     End If
  1752.     '设置操作状态为新增(Fixed)
  1753.     Lab_OperStatus.Caption = "2"
  1754.        
  1755.     '设置工具条状态(Fixed)
  1756.     Call Sub_OperStatus("20")
  1757.    
  1758.     '清空VouchID(Fixed)
  1759.     Lab_BillId.Caption = ""
  1760.       
  1761.     '录入文本框清除内容
  1762.     For Jsqte = Max_Text_Index To 0 Step -1
  1763.         LrText(Jsqte).Tag = ""
  1764.         LrText(Jsqte).Text = ""
  1765.     Next Jsqte
  1766.     '初始化销售方式
  1767.     Option1.Value = True
  1768.     
  1769.     '[>>显示制单人,清空审核人,此处还可以设置录入默认值如自动生成单据号、默认单据录入日期注意加锁
  1770.     LrText(13).Text = Xtczy
  1771.     LrText(14).Text = ""
  1772.        
  1773.     '读取最新的单据编码
  1774.     LrText(1).Text = CreatBillCode(BillCode, False)
  1775.        
  1776.     '设置订单日期默认为系统业务日期
  1777.     TextChangeLock = True
  1778.     LrText(0).Text = Format(Xtrq, "yyyy-mm-dd")
  1779.     TextChangeLock = False
  1780.    
  1781.     '<<]
  1782.     '-------------自定义
  1783.     '缺省币别,汇率(本币)
  1784.     RecTemp.Open "select * from gy_foreigncurrency where standardflag=1 ", Cw_DataEnvi.DataConnect, adOpenStatic
  1785.     If RecTemp.EOF = False And RecTemp.BOF = False Then
  1786.     LrText(10).Text = RecTemp.Fields("foreigncurrname")
  1787.     LrText(10).Tag = RecTemp.Fields("foreigncurrcode")
  1788.     LrText(11).Text = RecTemp.Fields("accrate")
  1789.         If RecTemp.Fields("convertflag") = True Then
  1790.             LrText(11).Tag = 1
  1791.         Else
  1792.             LrText(11).Tag = 0
  1793.         End If
  1794.     End If
  1795.     RecTemp.Close
  1796.     '------------------
  1797.     
  1798.     '重置网格(Fixed)
  1799.     With WglrGrid
  1800.         .Rows = Pmbcsjhs + .FixedRows + Fzxwghs + 1
  1801.         For Jsqte = .FixedRows To .Rows - 1
  1802.             .RowHeight(Jsqte) = Sjhgd
  1803.         Next Jsqte
  1804.         WglrGrid.Clear 1
  1805.         Changelock = True
  1806.         .Select .FixedRows, Qslz
  1807.         Changelock = False
  1808.     End With
  1809.    
  1810.     '计算合计数据(清零)(Fixed)
  1811.     For Jsqte = Qslz To WglrGrid.Cols - 1
  1812.         Call Sjhj(Jsqte)
  1813.     Next Jsqte
  1814.     
  1815.     '让第一个录入项得到焦点(Fixed)
  1816.     On Error Resume Next
  1817.     LrText(0).SetFocus
  1818.    
  1819. End Sub
  1820. Private Sub Sub_EditBill()                                                '修改一张单据
  1821.    
  1822.     Dim RecTemp As New ADODB.Recordset     '临时使用动态集
  1823.     '判断用户是否有此功能执行权限,如有则写上机日志(进入)
  1824.     If Not Security_Log(Str_RightEdit, Xtczybm, 1, True) Then
  1825.         Exit Sub
  1826.     End If
  1827.     '非有效单据不予进行修改动作
  1828.     If Val(Lab_BillId.Caption) = 0 Then
  1829.         Exit Sub
  1830.     End If
  1831.    
  1832.     '判断当前单据是否允许修改
  1833.     If Not Fun_AllowEdit Then
  1834.         Exit Sub
  1835.     End If
  1836.    
  1837.     '设置操作状态为修改
  1838.     Lab_OperStatus.Caption = "3"
  1839.    
  1840.     '设置工具条状态
  1841.     Call Sub_OperStatus("30")
  1842.         
  1843.     '显示制单人
  1844. '    LrText(12).Text = Xtczy
  1845.    
  1846. End Sub
  1847. Private Sub Sub_DeleteBill()                                               '删除当前单据
  1848.     Dim YAnswer As Integer               '确认是否删除当前单据
  1849.     Dim Jsqte As Long                    '临时使用计数器
  1850.     '判断用户是否有此功能执行权限,如有则写上机日志(进入)
  1851.     If Not Security_Log(Str_RightEdit, Xtczybm, 1, True) Then
  1852.         Exit Sub
  1853.     End If
  1854.     '非有效单据不予进行删除动作
  1855.     If Val(Lab_BillId.Caption) = 0 Then
  1856.         Exit Sub
  1857.     End If
  1858.    
  1859.     '判断当前单据是否允许删除
  1860.     If Not Fun_AllowEdit Then
  1861.         Exit Sub
  1862.     End If
  1863.     
  1864.     Tsxx = "请确认是否删除当前单据?"
  1865.     YAnswer = Xtxxts(Tsxx, 2, 2)
  1866.    
  1867.     If YAnswer = 1 Then
  1868.         '进行事务处理
  1869.         On Error GoTo Swcwcl
  1870.         Cw_DataEnvi.DataConnect.BeginTrans
  1871.         
  1872.         '1.删除单据所有内容
  1873.         Cw_DataEnvi.DataConnect.Execute ("Delete Xs_Invoice_Consign Where InvoiceBillMainID = " & Val(Lab_BillId.Caption))
  1874.         Cw_DataEnvi.DataConnect.Execute ("Delete Xs_InvoiceBillSub Where InvoiceBillMainID=" & Val(Lab_BillId.Caption))
  1875.         Cw_DataEnvi.DataConnect.Execute ("Delete Xs_InvoiceBillMain Where InvoiceBillMainID=" & Val(Lab_BillId.Caption))
  1876.        
  1877.         Cw_DataEnvi.DataConnect.CommitTrans
  1878.       
  1879.         '标识单据发生改动
  1880.         Bln_BillChange = True
  1881.   
  1882.         '单据ID置0
  1883.         Lab_BillId.Caption = 0
  1884.     Else
  1885.         Exit Sub
  1886.     End If
  1887.     
  1888.    '删除单据后重置状态
  1889.         
  1890.     '1.显示下一张单据
  1891.     Call Sub_Next
  1892.         
  1893.     '2.如果无下一张单据则搜索上一张单据
  1894.     If Val(Lab_BillId.Caption) = 0 Then
  1895.         Call Sub_Prev
  1896.     End If
  1897.         
  1898.     '3.如无单据则置单据为空状态
  1899.     If Val(Lab_BillId.Caption) = 0 Then
  1900.         '清除录入文本框
  1901.         For Jsqte = Max_Text_Index To 0 Step -1
  1902.             LrText(Jsqte).Tag = ""
  1903.             LrText(Jsqte).Text = ""
  1904.         Next Jsqte
  1905.     
  1906.         '重置网格(Fixed)
  1907.         With WglrGrid
  1908.             .Rows = Pmbcsjhs + .FixedRows + Fzxwghs + 1
  1909.             For Jsqte = .FixedRows To .Rows - 1
  1910.                 .RowHeight(Jsqte) = Sjhgd
  1911.             Next Jsqte