From eaebfc75ebda8ec68bd5fd693f9e9325e23efdec Mon Sep 17 00:00:00 2001
From: yangle <admin@YINMOU>
Date: 星期二, 06 十二月 2022 17:02:42 +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