| | |
| | | public const string ModRightNameDelete = ModRightName + "_Delete"; |
| | | public const string ModRightNameMoney = ModRightName + "_Money"; |
| | | public const string ModRightNameQty = ModRightName + "_Qty"; |
| | | public const string ModRightNameCF = ModRightName + "_CF"; |
| | | DAL.ClsSc_ProcessExchangeBill oBill = new DAL.ClsSc_ProcessExchangeBill(); |
| | | public Sc_ProcessExchangeBill oFrm; |
| | | public string sDlgWhere = ""; //å¤çªä½éå
¥ |
| | |
| | | |
| | | private void cf_Click(object sender, EventArgs e) |
| | | { |
| | | //夿æé |
| | | if (!DBUtility.ClsPub.Security_Log(ModRightNameCF, 1, true, DBUtility.ClsPub.CurUserName)) |
| | | { |
| | | return; |
| | | } |
| | | |
| | | Int64 lngBillKey = 0; |
| | | if (grdMain.CurrentRow == null) |
| | | return; |