From f74277a08497cecfbd701f1ea4f62d8dafa24c90 Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期三, 16 八月 2023 15:30:16 +0800
Subject: [PATCH] 工程项目:列表查询数据顺序变更
---
PayM/工资管理/Pay_GroupBalBill.cs | 9 ++++-----
1 files changed, 4 insertions(+), 5 deletions(-)
diff --git "a/PayM/\345\267\245\350\265\204\347\256\241\347\220\206/Pay_GroupBalBill.cs" "b/PayM/\345\267\245\350\265\204\347\256\241\347\220\206/Pay_GroupBalBill.cs"
index 85fb1c5..3141ece 100644
--- "a/PayM/\345\267\245\350\265\204\347\256\241\347\220\206/Pay_GroupBalBill.cs"
+++ "b/PayM/\345\267\245\350\265\204\347\256\241\347\220\206/Pay_GroupBalBill.cs"
@@ -2111,7 +2111,7 @@
{
i = i + 1;
//璋冩嫧鍗�
- if (oSelectRow.BillType == "41")
+ if (oSelectRow.BillType == "1243")
{
grdMain.Rows.Add();
Application.DoEvents();
@@ -2121,9 +2121,8 @@
Sub_WriteInForm(Ds.Tables[0], i);
Application.DoEvents();
}
- //
//浜у搧鍏ュ簱鍗�
- if (oSelectRow.BillType == "2")
+ if (oSelectRow.BillType == "1202")
{
grdMain.Rows.Add();
Application.DoEvents();
@@ -2150,7 +2149,7 @@
grdMain.Rows.Add();
Application.DoEvents();
//寰楀埌淇℃伅
- Ds = oCn.RunProcReturn("select * from h_v_Sc_ProcessReportList_Source where hmainid=" + oSelectRow.BillMainID + " and hsubid=" + oSelectRow.BillSubID, "h_v_Kf_ProductInBillList_K3");
+ Ds = oCn.RunProcReturn("select * from h_v_Sc_ProcessReportList_Source where hmainid=" + oSelectRow.BillMainID + " and hsubid=" + oSelectRow.BillSubID, "h_v_Sc_ProcessReportList_Source");
//鍐欏叆淇℃伅
Sub_WriteInForm(Ds.Tables[0], i);
Application.DoEvents();
@@ -2167,7 +2166,7 @@
Application.DoEvents();
}
//
-
+
}
//
oSumGrid.Changelock = false;
--
Gitblit v1.9.1