摘要: <style lang="scss" scoped> /*取消tab页click蓝色下标线*/ .el-tabs__active-bar { background-color: transparent !important; } /*解决 elementUI 切换tab后 el_table 固定列下 阅读全文
posted @ 2021-06-09 17:46 东方李 阅读(1619) 评论(0) 推荐(0) 编辑
摘要: 1.在后台用C#处理,在后台处理,不要在elementUI(前端)处理。 public DateTime BeginTime { get; set; } public DateTime? EndTime { get; set; } //格式化日期为yyyy-MM-dd HH:mm:ss var da 阅读全文
posted @ 2021-06-09 16:24 东方李 阅读(381) 评论(0) 推荐(0) 编辑
摘要: List作为查询条件 public List<tm_master_commodity> SelectCommodity(List<int> CommodityID) { var sql = @"select CommodityID, MemberID, BarCode,CommodityCode,C 阅读全文
posted @ 2021-06-09 11:48 东方李 阅读(276) 评论(0) 推荐(0) 编辑
摘要: var data = from b in body join m in member on b.MemberID equals m.MemberID into um from m in um.DefaultIfEmpty() join w in warehouse on b.WarehouseID 阅读全文
posted @ 2021-06-09 11:42 东方李 阅读(166) 评论(0) 推荐(0) 编辑
摘要: <script type="text/template" id="taskquery"> <div class="company" style="background-color: white;"> <el-container> <el-main v-bind:class="func_main" : 阅读全文
posted @ 2021-06-09 11:32 东方李 阅读(831) 评论(0) 推荐(0) 编辑