| | |
| | | oItem.HYear = DBUtility.ClsPub.isLong(DateTime.Now.Year); |
| | | oItem.HPeriod = DBUtility.ClsPub.isLong(DateTime.Now.Month); |
| | | oItem.HMakeDate = DBUtility.ClsPub.isStrNull(DateTime.Now.ToString("yyyy-MM-dd")); |
| | | oItem.HBarCode = DBUtility.ClsPub.isStrNull(oItem.HBarCode); |
| | | if (DBUtility.ClsPub.isStrNull(oItem.HDate) == "") |
| | | { |
| | | objJsonResult.code = "0"; |
| | |
| | | { |
| | | string sql1 = "select * from h_v_OA_WorkLinkBillAllList where 1 = 1 "; |
| | | string sql = sql1 + sWhere + " order by 单据号 desc"; |
| | | |
| | | ds = oCN.RunProcReturn(sql, "h_v_OA_WorkLinkBillAllList"); |
| | | } |
| | | |