B70340 2 年前
父节点
当前提交
e914371e3d

二进制
.vs/YD-ERP-SYS/FileContentIndex/951b297e-f833-48a3-aab8-8856cd3a9a31.vsidx → .vs/YD-ERP-SYS/FileContentIndex/0c96085b-87dc-4ae9-89e7-bb5f67c1c63c.vsidx 查看文件


二进制
.vs/YD-ERP-SYS/v17/.suo 查看文件


+ 1
- 1
YD-ERP-SYS/Module/全域變數.vb 查看文件

3
     Public g_conn_type, gUserName, 登入人職稱, 登入人級別, 登入人組別, 登入人IP, 版本號, Target, Target1, Target2, FTP帳號, FTP密碼, FTP物理位置, 業務號碼, AA(99), 類別 As String
3
     Public g_conn_type, gUserName, 登入人職稱, 登入人級別, 登入人組別, 登入人IP, 版本號, Target, Target1, Target2, FTP帳號, FTP密碼, FTP物理位置, 業務號碼, AA(99), 類別 As String
4
     Public BB(99), CC(99), 登入判斷 As Boolean
4
     Public BB(99), CC(99), 登入判斷 As Boolean
5
     '----系統版本-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
5
     '----系統版本-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
6
-    Public 版本 As String = "2023022001"
6
+    Public 版本 As String = "2023031601"
7
     '----系統用全域變數-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
7
     '----系統用全域變數-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
8
     Public 列印用SQL, 列印用SQL2, 公司編號, 公司電話, 公司統編, 公司地址, 關鍵字編號, 進度條後墜 As String
8
     Public 列印用SQL, 列印用SQL2, 公司編號, 公司電話, 公司統編, 公司地址, 關鍵字編號, 進度條後墜 As String
9
     '----系統閒置-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
9
     '----系統閒置-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

二进制
YD-ERP-SYS/bin/Debug/YD-ERP-SYS.exe 查看文件


二进制
YD-ERP-SYS/bin/Debug/YD-ERP-SYS.pdb 查看文件


二进制
YD-ERP-SYS/obj/Debug/YD-ERP-SYS.exe 查看文件


二进制
YD-ERP-SYS/obj/Debug/YD-ERP-SYS.pdb 查看文件


二进制
YD-ERP-SYS/obj/Debug/YD-ERP-SYS.vbproj.GenerateResource.cache 查看文件


+ 1
- 1
YD-ERP-SYS/採購系統管理/採購對帳單.vb 查看文件

48
         採購清單_dgv.Columns(24).FillWeight = 80 : 採購清單_dgv.Columns(25).FillWeight = 80 : 採購清單_dgv.Columns(26).FillWeight = 80 : 採購清單_dgv.Columns(27).FillWeight = 45
48
         採購清單_dgv.Columns(24).FillWeight = 80 : 採購清單_dgv.Columns(25).FillWeight = 80 : 採購清單_dgv.Columns(26).FillWeight = 80 : 採購清單_dgv.Columns(27).FillWeight = 45
49
         採購清單_dgv.Columns(28).FillWeight = 45 : 採購清單_dgv.Columns(29).Visible = False
49
         採購清單_dgv.Columns(28).FillWeight = 45 : 採購清單_dgv.Columns(29).Visible = False
50
 
50
 
51
-        採購清單_dgv.Columns("數量").DefaultCellStyle.Format = "#,##0" : 採購清單_dgv.Columns("成本").DefaultCellStyle.Format = "#,##0"
51
+        採購清單_dgv.Columns("數量").DefaultCellStyle.Format = "#,##0" : 採購清單_dgv.Columns("成本").DefaultCellStyle.Format = "#,##0.0"
52
         採購清單_dgv.Columns("金額").DefaultCellStyle.Format = "#,##0"
52
         採購清單_dgv.Columns("金額").DefaultCellStyle.Format = "#,##0"
53
         採購清單_dgv.Columns("數量").DefaultCellStyle.Alignment = DataGridViewContentAlignment.MiddleCenter
53
         採購清單_dgv.Columns("數量").DefaultCellStyle.Alignment = DataGridViewContentAlignment.MiddleCenter
54
         採購清單_dgv.Columns("數量").HeaderCell.Style.Alignment = DataGridViewContentAlignment.MiddleCenter
54
         採購清單_dgv.Columns("數量").HeaderCell.Style.Alignment = DataGridViewContentAlignment.MiddleCenter

+ 32
- 32
YD-ERP-SYS/採購系統管理/採購應付帳款.Designer.vb 查看文件

22
     '請勿使用程式碼編輯器進行修改。
22
     '請勿使用程式碼編輯器進行修改。
23
     <System.Diagnostics.DebuggerStepThrough()>
23
     <System.Diagnostics.DebuggerStepThrough()>
24
     Private Sub InitializeComponent()
24
     Private Sub InitializeComponent()
25
-        Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
26
-        Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
27
-        Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
28
-        Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
29
-        Dim DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
30
-        Dim DataGridViewCellStyle6 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
31
-        Dim DataGridViewCellStyle7 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
32
-        Dim DataGridViewCellStyle8 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
33
-        Dim DataGridViewCellStyle9 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
25
+        Dim DataGridViewCellStyle10 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
26
+        Dim DataGridViewCellStyle11 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
27
+        Dim DataGridViewCellStyle12 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
28
+        Dim DataGridViewCellStyle13 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
29
+        Dim DataGridViewCellStyle14 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
30
+        Dim DataGridViewCellStyle15 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
31
+        Dim DataGridViewCellStyle16 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
32
+        Dim DataGridViewCellStyle17 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
33
+        Dim DataGridViewCellStyle18 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
34
         Me.中間日期_dtp = New System.Windows.Forms.DateTimePicker()
34
         Me.中間日期_dtp = New System.Windows.Forms.DateTimePicker()
35
         Me.一般月_ch = New System.Windows.Forms.CheckBox()
35
         Me.一般月_ch = New System.Windows.Forms.CheckBox()
36
         Me.會計月_ch = New System.Windows.Forms.CheckBox()
36
         Me.會計月_ch = New System.Windows.Forms.CheckBox()
214
         '
214
         '
215
         '供應商_dgv
215
         '供應商_dgv
216
         '
216
         '
217
-        DataGridViewCellStyle1.BackColor = System.Drawing.Color.Lavender
218
-        Me.供應商_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
217
+        DataGridViewCellStyle10.BackColor = System.Drawing.Color.Lavender
218
+        Me.供應商_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle10
219
         Me.供應商_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
219
         Me.供應商_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
220
             Or System.Windows.Forms.AnchorStyles.Left) _
220
             Or System.Windows.Forms.AnchorStyles.Left) _
221
             Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
221
             Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
226
         Me.供應商_dgv.Location = New System.Drawing.Point(247, 81)
226
         Me.供應商_dgv.Location = New System.Drawing.Point(247, 81)
227
         Me.供應商_dgv.Name = "供應商_dgv"
227
         Me.供應商_dgv.Name = "供應商_dgv"
228
         Me.供應商_dgv.RowHeadersWidth = 5
228
         Me.供應商_dgv.RowHeadersWidth = 5
229
-        DataGridViewCellStyle2.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
230
-        DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
231
-        Me.供應商_dgv.RowsDefaultCellStyle = DataGridViewCellStyle2
229
+        DataGridViewCellStyle11.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
230
+        DataGridViewCellStyle11.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
231
+        Me.供應商_dgv.RowsDefaultCellStyle = DataGridViewCellStyle11
232
         Me.供應商_dgv.RowTemplate.Height = 24
232
         Me.供應商_dgv.RowTemplate.Height = 24
233
         Me.供應商_dgv.Size = New System.Drawing.Size(1092, 607)
233
         Me.供應商_dgv.Size = New System.Drawing.Size(1092, 607)
234
         Me.供應商_dgv.TabIndex = 1439
234
         Me.供應商_dgv.TabIndex = 1439
266
         '
266
         '
267
         '採購清單_dgv
267
         '採購清單_dgv
268
         '
268
         '
269
-        DataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer))
270
-        Me.採購清單_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle3
269
+        DataGridViewCellStyle12.BackColor = System.Drawing.Color.FromArgb(CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer))
270
+        Me.採購清單_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle12
271
         Me.採購清單_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
271
         Me.採購清單_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
272
             Or System.Windows.Forms.AnchorStyles.Left) _
272
             Or System.Windows.Forms.AnchorStyles.Left) _
273
             Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
273
             Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
278
         Me.採購清單_dgv.Location = New System.Drawing.Point(247, 81)
278
         Me.採購清單_dgv.Location = New System.Drawing.Point(247, 81)
279
         Me.採購清單_dgv.Name = "採購清單_dgv"
279
         Me.採購清單_dgv.Name = "採購清單_dgv"
280
         Me.採購清單_dgv.RowHeadersWidth = 5
280
         Me.採購清單_dgv.RowHeadersWidth = 5
281
-        DataGridViewCellStyle4.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
282
-        DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
283
-        Me.採購清單_dgv.RowsDefaultCellStyle = DataGridViewCellStyle4
281
+        DataGridViewCellStyle13.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
282
+        DataGridViewCellStyle13.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
283
+        Me.採購清單_dgv.RowsDefaultCellStyle = DataGridViewCellStyle13
284
         Me.採購清單_dgv.RowTemplate.Height = 24
284
         Me.採購清單_dgv.RowTemplate.Height = 24
285
         Me.採購清單_dgv.Size = New System.Drawing.Size(1092, 607)
285
         Me.採購清單_dgv.Size = New System.Drawing.Size(1092, 607)
286
         Me.採購清單_dgv.TabIndex = 1443
286
         Me.採購清單_dgv.TabIndex = 1443
667
         '
667
         '
668
         '合計_dgv
668
         '合計_dgv
669
         '
669
         '
670
-        DataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
671
-        Me.合計_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle5
670
+        DataGridViewCellStyle14.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
671
+        Me.合計_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle14
672
         Me.合計_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
672
         Me.合計_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
673
             Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
673
             Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
674
         Me.合計_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
674
         Me.合計_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
677
         Me.合計_dgv.Location = New System.Drawing.Point(4, 428)
677
         Me.合計_dgv.Location = New System.Drawing.Point(4, 428)
678
         Me.合計_dgv.Name = "合計_dgv"
678
         Me.合計_dgv.Name = "合計_dgv"
679
         Me.合計_dgv.RowHeadersWidth = 5
679
         Me.合計_dgv.RowHeadersWidth = 5
680
-        DataGridViewCellStyle6.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
681
-        DataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
682
-        Me.合計_dgv.RowsDefaultCellStyle = DataGridViewCellStyle6
680
+        DataGridViewCellStyle15.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
681
+        DataGridViewCellStyle15.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
682
+        Me.合計_dgv.RowsDefaultCellStyle = DataGridViewCellStyle15
683
         Me.合計_dgv.RowTemplate.Height = 24
683
         Me.合計_dgv.RowTemplate.Height = 24
684
         Me.合計_dgv.Size = New System.Drawing.Size(237, 153)
684
         Me.合計_dgv.Size = New System.Drawing.Size(237, 153)
685
         Me.合計_dgv.TabIndex = 1479
685
         Me.合計_dgv.TabIndex = 1479
997
         Me.外埔報表_dgv.Location = New System.Drawing.Point(247, 81)
997
         Me.外埔報表_dgv.Location = New System.Drawing.Point(247, 81)
998
         Me.外埔報表_dgv.Name = "外埔報表_dgv"
998
         Me.外埔報表_dgv.Name = "外埔報表_dgv"
999
         Me.外埔報表_dgv.RowHeadersWidth = 5
999
         Me.外埔報表_dgv.RowHeadersWidth = 5
1000
-        DataGridViewCellStyle7.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
1001
-        DataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
1002
-        Me.外埔報表_dgv.RowsDefaultCellStyle = DataGridViewCellStyle7
1000
+        DataGridViewCellStyle16.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
1001
+        DataGridViewCellStyle16.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
1002
+        Me.外埔報表_dgv.RowsDefaultCellStyle = DataGridViewCellStyle16
1003
         Me.外埔報表_dgv.RowTemplate.Height = 24
1003
         Me.外埔報表_dgv.RowTemplate.Height = 24
1004
         Me.外埔報表_dgv.Size = New System.Drawing.Size(1092, 607)
1004
         Me.外埔報表_dgv.Size = New System.Drawing.Size(1092, 607)
1005
         Me.外埔報表_dgv.TabIndex = 1523
1005
         Me.外埔報表_dgv.TabIndex = 1523
1019
         '
1019
         '
1020
         '供應商1_dgv
1020
         '供應商1_dgv
1021
         '
1021
         '
1022
-        DataGridViewCellStyle8.BackColor = System.Drawing.Color.Lavender
1023
-        Me.供應商1_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle8
1022
+        DataGridViewCellStyle17.BackColor = System.Drawing.Color.Lavender
1023
+        Me.供應商1_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle17
1024
         Me.供應商1_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
1024
         Me.供應商1_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
1025
             Or System.Windows.Forms.AnchorStyles.Left) _
1025
             Or System.Windows.Forms.AnchorStyles.Left) _
1026
             Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
1026
             Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
1031
         Me.供應商1_dgv.Location = New System.Drawing.Point(247, 81)
1031
         Me.供應商1_dgv.Location = New System.Drawing.Point(247, 81)
1032
         Me.供應商1_dgv.Name = "供應商1_dgv"
1032
         Me.供應商1_dgv.Name = "供應商1_dgv"
1033
         Me.供應商1_dgv.RowHeadersWidth = 5
1033
         Me.供應商1_dgv.RowHeadersWidth = 5
1034
-        DataGridViewCellStyle9.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
1035
-        DataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
1036
-        Me.供應商1_dgv.RowsDefaultCellStyle = DataGridViewCellStyle9
1034
+        DataGridViewCellStyle18.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
1035
+        DataGridViewCellStyle18.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
1036
+        Me.供應商1_dgv.RowsDefaultCellStyle = DataGridViewCellStyle18
1037
         Me.供應商1_dgv.RowTemplate.Height = 24
1037
         Me.供應商1_dgv.RowTemplate.Height = 24
1038
         Me.供應商1_dgv.Size = New System.Drawing.Size(1092, 607)
1038
         Me.供應商1_dgv.Size = New System.Drawing.Size(1092, 607)
1039
         Me.供應商1_dgv.TabIndex = 1525
1039
         Me.供應商1_dgv.TabIndex = 1525

+ 4
- 3
YD-ERP-SYS/採購系統管理/採購應付帳款.vb 查看文件

65
         供應商_dgv.Columns(13).DefaultCellStyle.BackColor = Color.MistyRose
65
         供應商_dgv.Columns(13).DefaultCellStyle.BackColor = Color.MistyRose
66
 
66
 
67
         For i As Integer = 0 To 供應商_dgv.Rows.Count - 1
67
         For i As Integer = 0 To 供應商_dgv.Rows.Count - 1
68
+            Dim DD As String = 供應商_dgv("編號", i).Value.ToString
68
             If 供應商_dgv("編號", i).Value.ToString = "" Then
69
             If 供應商_dgv("編號", i).Value.ToString = "" Then
69
                 供應商_dgv("編號", i).Value = 供應商_dgv("廠商編碼", i).Value.ToString : 供應商_dgv("稅金1", i).Value = "0"
70
                 供應商_dgv("編號", i).Value = 供應商_dgv("廠商編碼", i).Value.ToString : 供應商_dgv("稅金1", i).Value = "0"
70
                 供應商_dgv("廣告1", i).Value = "0" : 供應商_dgv("當月貨款", i).Value = "0"
71
                 供應商_dgv("廣告1", i).Value = "0" : 供應商_dgv("當月貨款", i).Value = "0"
627
         採購明細_bt.Enabled = False : 應負帳款_bt.Enabled = True : 補充備註_bt.Enabled = True : 採購清單_dgv.Visible = True : 供應商1_dgv.Visible = False : 外埔報表_dgv.Visible = False
628
         採購明細_bt.Enabled = False : 應負帳款_bt.Enabled = True : 補充備註_bt.Enabled = True : 採購清單_dgv.Visible = True : 供應商1_dgv.Visible = False : 外埔報表_dgv.Visible = False
628
         應負帳款退回_bt.Enabled = True : 提示_lb.Text = "要將採購明細資料退回時,請點選採購明細中要退回的資料後點選左邊的應負帳款退回"
629
         應負帳款退回_bt.Enabled = True : 提示_lb.Text = "要將採購明細資料退回時,請點選採購明細中要退回的資料後點選左邊的應負帳款退回"
629
         轉財務系統_bt.Enabled = False : 主會科_cb.Enabled = False : 主會科編號_cb.Enabled = False : 副會科_cb.Enabled = False : 副會科編號_cb.Enabled = False
630
         轉財務系統_bt.Enabled = False : 主會科_cb.Enabled = False : 主會科編號_cb.Enabled = False : 副會科_cb.Enabled = False : 副會科編號_cb.Enabled = False
630
-        子會科_cb.Enabled = False : 幣別_cb.Enabled = False : 應負帳款退回_bt.Text = "應付帳款退回"
631
+        子會科_cb.Enabled = False : 幣別_cb.Enabled = False : 應負帳款退回_bt.Text = "應付帳款退回" : Panel1.SendToBack()
631
     End Sub
632
     End Sub
632
     Private Sub 應負帳款_bt_Click(sender As Object, e As EventArgs) Handles 應負帳款_bt.Click
633
     Private Sub 應負帳款_bt_Click(sender As Object, e As EventArgs) Handles 應負帳款_bt.Click
633
         採購明細_bt.Enabled = True : 應負帳款_bt.Enabled = False : 補充備註_bt.Enabled = True : 採購清單_dgv.Visible = False : 供應商1_dgv.Visible = True : 外埔報表_dgv.Visible = False
634
         採購明細_bt.Enabled = True : 應負帳款_bt.Enabled = False : 補充備註_bt.Enabled = True : 採購清單_dgv.Visible = False : 供應商1_dgv.Visible = True : 外埔報表_dgv.Visible = False
634
         應負帳款退回_bt.Enabled = False : 提示_lb.Text = "目前呈現表單為應付帳款,若要退回採購明細資料請點選下方採購明細"
635
         應負帳款退回_bt.Enabled = False : 提示_lb.Text = "目前呈現表單為應付帳款,若要退回採購明細資料請點選下方採購明細"
635
         轉財務系統_bt.Enabled = True : 主會科_cb.Enabled = True : 主會科編號_cb.Enabled = True : 副會科_cb.Enabled = True : 副會科編號_cb.Enabled = True
636
         轉財務系統_bt.Enabled = True : 主會科_cb.Enabled = True : 主會科編號_cb.Enabled = True : 副會科_cb.Enabled = True : 副會科編號_cb.Enabled = True
636
-        子會科_cb.Enabled = True : 幣別_cb.Enabled = True : 應負帳款退回_bt.Text = "應付帳款退回"
637
+        子會科_cb.Enabled = True : 幣別_cb.Enabled = True : 應負帳款退回_bt.Text = "應付帳款退回" : Panel1.SendToBack()
637
     End Sub
638
     End Sub
638
     Private Sub 補充備註_bt_Click(sender As Object, e As EventArgs) Handles 補充備註_bt.Click
639
     Private Sub 補充備註_bt_Click(sender As Object, e As EventArgs) Handles 補充備註_bt.Click
639
         採購明細_bt.Enabled = True : 應負帳款_bt.Enabled = True : 補充備註_bt.Enabled = False : 採購清單_dgv.Visible = False : 供應商1_dgv.Visible = False : 外埔報表_dgv.Visible = True
640
         採購明細_bt.Enabled = True : 應負帳款_bt.Enabled = True : 補充備註_bt.Enabled = False : 採購清單_dgv.Visible = False : 供應商1_dgv.Visible = False : 外埔報表_dgv.Visible = True
640
         應負帳款退回_bt.Enabled = True : 提示_lb.Text = "要將備註資料退回時,請點選備註明細中要退回的資料後點選左邊的備註過帳退回"
641
         應負帳款退回_bt.Enabled = True : 提示_lb.Text = "要將備註資料退回時,請點選備註明細中要退回的資料後點選左邊的備註過帳退回"
641
         轉財務系統_bt.Enabled = False : 主會科_cb.Enabled = False : 主會科編號_cb.Enabled = False : 副會科_cb.Enabled = False : 副會科編號_cb.Enabled = False
642
         轉財務系統_bt.Enabled = False : 主會科_cb.Enabled = False : 主會科編號_cb.Enabled = False : 副會科_cb.Enabled = False : 副會科編號_cb.Enabled = False
642
-        子會科_cb.Enabled = False : 幣別_cb.Enabled = False : 應負帳款退回_bt.Text = "備註過帳退回"
643
+        子會科_cb.Enabled = False : 幣別_cb.Enabled = False : 應負帳款退回_bt.Text = "備註過帳退回" : Panel1.SendToBack()
643
     End Sub
644
     End Sub
644
     Private Sub 重新讀取_bt_Click(sender As Object, e As EventArgs) Handles 重新讀取_bt.Click
645
     Private Sub 重新讀取_bt_Click(sender As Object, e As EventArgs) Handles 重新讀取_bt.Click
645
         Set_清單4() : Set_清單1() : Set_清單2()
646
         Set_清單4() : Set_清單1() : Set_清單2()

正在加载...
取消
保存