摘要: //删除历史数据EXCLE 当天前一天的数据都删除 var folder = Path.GetDirectoryName(absFilePath); var files = Directory.GetFiles(folder); foreach (var file in fil... 阅读全文
posted @ 2019-06-25 12:35 小小小菜鸟1 阅读(183) 评论(0) 推荐(0) 编辑
摘要: namespace Rattan.ApiCode.Model.B2B { /// <summary> /// 创建日期:2017-09-01 /// 说 明:获取优惠券列表 - Request参数 /// </summary> public class GetCouponListRequestMod 阅读全文
posted @ 2019-05-13 17:31 小小小菜鸟1 阅读(118) 评论(0) 推荐(0) 编辑
摘要: Exportxian() { var url = "/api/Ema_bilingBill/ExportXianDeclaration"; const params = {}; var callback = res => { this.common.showMsg(res); if (res.Res 阅读全文
posted @ 2019-04-19 18:14 小小小菜鸟1 阅读(817) 评论(0) 推荐(0) 编辑
摘要: var record = m_editor.getMasterRecord(); var Check_Id = record.Check_Id; var url = "/Storage/Storage_Check/StorageExport?Check_Id="+Check_Id; window.o 阅读全文
posted @ 2019-04-17 18:09 小小小菜鸟1 阅读(690) 评论(0) 推荐(0) 编辑
摘要: const valList = val.split(/,|,|、|\s/); //可以分割多种; 阅读全文
posted @ 2019-03-19 11:38 小小小菜鸟1 阅读(437) 评论(0) 推荐(0) 编辑
摘要: var the = this;let url = "/api/Purchase_Enter/CancelEnter"; let params = { Enter_Id: Enter_Id, isFullPlate: 1 }; let ref = the.$refs[this.dataListRef] 阅读全文
posted @ 2019-01-15 19:31 小小小菜鸟1 阅读(487) 评论(0) 推荐(0) 编辑
摘要: 需要加入 阅读全文
posted @ 2018-12-28 10:51 小小小菜鸟1 阅读(3844) 评论(0) 推荐(0) 编辑
摘要: 将消息标题滚动 上面是效果 layui.define(['form', 'carousel'], function(exports){ var $ = layui.$ , setter = layui.setter , admin = layui.admin , view = layui.view 阅读全文
posted @ 2018-12-07 16:34 小小小菜鸟1 阅读(2842) 评论(0) 推荐(1) 编辑
摘要: layui.use('upload', function () { var upload = layui.upload; upload.render({ elem: '#LAY_avatarUpload' , url: setter.apiDomain + '/api/WxPay/UploadFileByStream_Head' , cho... 阅读全文
posted @ 2018-12-03 11:58 小小小菜鸟1 阅读(1911) 评论(0) 推荐(0) 编辑
摘要: var sql = "UPDATE dbo.Purchase_Order SET StatusID = 14,StatusText='已合并', Remark=isnull(Remark, '') + '" + _orderInfo.OrderCode + "' WHERE Order_Id in 阅读全文
posted @ 2018-11-20 16:02 小小小菜鸟1 阅读(2565) 评论(0) 推荐(0) 编辑