上一页 1 ··· 7 8 9 10 11 12 13 下一页
摘要: 在谷歌浏览器下vue的@input事件问题:input输入中文,在输入拼音的时候就在触发(360不这样) 原文链接:https://blog.csdn.net/m0_37817986/article/details/103079249 <input v-on:input="searchOne($ev 阅读全文
posted @ 2020-04-15 10:34 石头记1 阅读(2105) 评论(0) 推荐(0)
摘要: 项目没有考虑前后端分离,也未使用vue-cli脚手架,单纯引入vue.js,vant也是单纯引入css和js,可能无法使用vue-router,因为是移动端项目所以暂时引入了jquery-3.3.1.min.js(当vue无法实现的时候用吧) 目前引入的工具: <link href="/Conten 阅读全文
posted @ 2020-04-09 14:22 石头记1 阅读(751) 评论(0) 推荐(0)
摘要: 在controller.cs的方法中写入string UserID = Request.QueryString["UserID"];ViewBag.UserID = UserID; 传参的形式:(easyui的弹层单独页面的写法)parent.openWindow('编辑用户信息:', '/User 阅读全文
posted @ 2020-04-08 09:04 石头记1 阅读(313) 评论(0) 推荐(0)
摘要: <div class="content_warp"> <div style="padding:20px;"> <a href="javascript:;" class="easyui-linkbutton" data-options="iconCls:'icon-add'" onclick="add 阅读全文
posted @ 2020-04-07 09:45 石头记1 阅读(486) 评论(0) 推荐(0)
摘要: var dialog = $.dialog({ title: '查看凭证', content: 'url:/IncreaseCredit/ChaKanPzPopNew?Certificate_ID=' + Certificate_ID + '&Certificate_Type=' + Certifi 阅读全文
posted @ 2020-04-02 11:26 石头记1 阅读(2175) 评论(0) 推荐(0)
摘要: <input type="text" id="con" style="width:200px;height:50px;" value="345.56"/>&nbsp;&nbsp;&nbsp;&nbsp;<button id="but" style="width:200px;height:50px;" 阅读全文
posted @ 2020-04-02 10:11 石头记1 阅读(416) 评论(0) 推荐(0)
摘要: //单选行变色function change(obj){ var tr= $(obj).parent().parent(); if(obj.checked){ tr.addClass("trbgopen"); }else{ tr.removeClass("trbgopen"); $("#Paymen 阅读全文
posted @ 2020-04-01 17:44 石头记1 阅读(185) 评论(0) 推荐(0)
摘要: //计算合计 sumTotal:function(){ var inputs = document.getElementById("FinancialPaymentList").getElementsByTagName("input"); //var rows = ""; if (inputs.le 阅读全文
posted @ 2020-04-01 17:22 石头记1 阅读(194) 评论(0) 推荐(0)
摘要: <div class="chaxun_btn" v-on:click="daochu(1)" style="cursor: pointer; display: inline-block; margin-left: 30px">导出</div> daochu: function (c) { /// < 阅读全文
posted @ 2020-04-01 16:59 石头记1 阅读(492) 评论(0) 推荐(0)
摘要: doPrint:function(){ var headhtml = "<html><head><title></title></head><body>"; var foothtml = "</body>"; // 获取div中的html内容 // var newhtml = document.al 阅读全文
posted @ 2020-04-01 16:50 石头记1 阅读(366) 评论(0) 推荐(0)
上一页 1 ··· 7 8 9 10 11 12 13 下一页