| | |
| | | //æ°é䏿ºåæ°éä¸ä¸è´æ¶ï¼æ´æ°æ¡ç åºå
¥åºä¸´æ¶è¡¨ HQty åæ®µå¼ |
| | | if (item.HQty != item.HQtyMust) |
| | | { |
| | | oCn.RunProc("Update KF_PonderationBillMain_Temp set HQty=" + item.HQty.ToString() + " where HInterID= " + websLsmain.HInterID.ToString() + " and HBillType='" + websLsmain.HBillType + "' and HSourceInterID= " + item.HSourceInterID.ToString() + " and HSourceEntryID= " + item.HSourceEntryID.ToString()); |
| | | oCn.RunProc("Update KF_PonderationBillMain_Temp set HQty2=" + item.HQty.ToString() + " where HInterID= " + websLsmain.HInterID.ToString() + " and HBillType='" + websLsmain.HBillType + "' and HSourceInterID= " + item.HSourceInterID.ToString() + " and HSourceEntryID= " + item.HSourceEntryID.ToString()); |
| | | } |
| | | } |
| | | |