04 2020 档案
摘要:<select id="bank" style="width:70.5%;height:30px;" onchange="changeBank(value)"> </select> <input type="text" id="account" value="" readonly style="wi
阅读全文
摘要:/^(([1-9](\.\d{2})?)|10|10.0)$/.test() 验证最多2位小数 /^(([1-9]{1}\d*)|(0{1}))(\.\d{1,2})?$/.test(str)
阅读全文
摘要:在谷歌浏览器下vue的@input事件问题:input输入中文,在输入拼音的时候就在触发(360不这样) 原文链接:https://blog.csdn.net/m0_37817986/article/details/103079249 <input v-on:input="searchOne($ev
阅读全文
摘要:项目没有考虑前后端分离,也未使用vue-cli脚手架,单纯引入vue.js,vant也是单纯引入css和js,可能无法使用vue-router,因为是移动端项目所以暂时引入了jquery-3.3.1.min.js(当vue无法实现的时候用吧) 目前引入的工具: <link href="/Conten
阅读全文
摘要:在controller.cs的方法中写入string UserID = Request.QueryString["UserID"];ViewBag.UserID = UserID; 传参的形式:(easyui的弹层单独页面的写法)parent.openWindow('编辑用户信息:', '/User
阅读全文
摘要:<div class="content_warp"> <div style="padding:20px;"> <a href="javascript:;" class="easyui-linkbutton" data-options="iconCls:'icon-add'" onclick="add
阅读全文
摘要:var dialog = $.dialog({ title: '查看凭证', content: 'url:/IncreaseCredit/ChaKanPzPopNew?Certificate_ID=' + Certificate_ID + '&Certificate_Type=' + Certifi
阅读全文
摘要:<input type="text" id="con" style="width:200px;height:50px;" value="345.56"/> <button id="but" style="width:200px;height:50px;"
阅读全文
摘要://单选行变色function change(obj){ var tr= $(obj).parent().parent(); if(obj.checked){ tr.addClass("trbgopen"); }else{ tr.removeClass("trbgopen"); $("#Paymen
阅读全文
摘要://计算合计 sumTotal:function(){ var inputs = document.getElementById("FinancialPaymentList").getElementsByTagName("input"); //var rows = ""; if (inputs.le
阅读全文
摘要:<div class="chaxun_btn" v-on:click="daochu(1)" style="cursor: pointer; display: inline-block; margin-left: 30px">导出</div> daochu: function (c) { /// <
阅读全文
摘要:doPrint:function(){ var headhtml = "<html><head><title></title></head><body>"; var foothtml = "</body>"; // 获取div中的html内容 // var newhtml = document.al
阅读全文