| | |
| | | //娓呯┖鐣岄潰 |
| | | public void Sub_ClearBill() |
| | | { |
| | | Int64 sGroupID = DBUtility.ClsPub.isLong(txtHGroupID.Tag); |
| | | string sGroupName = DBUtility.ClsPub.isStrNull(txtHGroupID.Text); |
| | | Int64 sEmpID = DBUtility.ClsPub.isLong(txtHEmpID.Tag); |
| | | string sEmpName = DBUtility.ClsPub.isStrNull(txtHEmpID.Text); |
| | | Int64 sEmpID2 = DBUtility.ClsPub.isLong(txtHEmpID2.Tag); |
| | | string sEmpName2 = DBUtility.ClsPub.isStrNull(txtHEmpID2.Text); |
| | | |
| | | //娓呯┖鐣岄潰 |
| | | ClsPub1.Sub_ClearBill(groupBox4); |
| | | ClsPub1.Sub_ClearBill1(tabPage3); |
| | | ClsPub1.Sub_ClearBill1(tabPage1); |
| | | //ClsPub1.Sub_ClearBill1(tabPage4); |
| | | |
| | | txtHGroupID.Tag = sGroupID; |
| | | txtHGroupID.Text = sGroupName; |
| | | txtHEmpID.Tag = sEmpID; |
| | | txtHEmpID.Text = sEmpName; |
| | | txtHEmpID2.Tag = sEmpID2; |
| | | txtHEmpID2.Text = sEmpName2; |
| | | //浠庢湇鍔″櫒 鑾峰緱鍗曟嵁鍙稩D鍜屽崟鎹彿 |
| | | string s = ""; |
| | | if (oWeb.get_MaxBillNoAndID(HBillType, ref HBillNo, ref HInterID, ref s)) |