摘要:
方法一: { title:'备注', key:'', align:'center', width:130, render:(h,params)=>{ return h('Input',{ props:{ value:this.formInline.financeAccountBillDetailVO 阅读全文
摘要:
导出1: <Button class="mr10" type="primary" @click="exportSampleStockExcel()" :disabled="exportSampleStockExcel">导出</Button> exportSampleStockExcel(){ th 阅读全文
摘要:
<a href="#" @click="templateDownload()">模板下载</a> //模板下载 templateDownload() { this.$axios({ url: '/chenfan_refuse/otherRecord/otherRecordExcelDownload' 阅读全文
摘要:
<Upload ref="upload" :show-upload-list="false" accept=".xls, .xlsx" :before-upload="templateToImport" type="drag" action="/chenfan_refuse/otherRecord/ 阅读全文
摘要:
^[1-9][0-9]{0,5}$ 在线正则表达式测试 input失去焦点事件 onBlur(item){ if (item.applyQuantity && !/^[1-9][0-9]{0,5}$/.test(item.applyQuantity)) { item.applyQuantity = 阅读全文
摘要:
<FormItem label="状态"> <Select v-model="formInline.state" style="width: 190px;" multiple> <Option :value="0" :key="0">开立</Option> <Option :value="1" :k 阅读全文
摘要:
this.$('.calssName') 拼接获取元素 let jointClass =".ivu-table-tbody tr:nth-child("+index+") td input" this.$(jointClass).addClass('addBorder') let jointClas 阅读全文
摘要:
Object.keys(data) 得到的是数组 阅读全文
摘要:
// 获取所有input let inputAll = document.querySelectorAll('.table_input input'); this.iddata = inputAll; // 向上 =38 if (item.keyCode 38) { newIndex -= 8; i 阅读全文
摘要:
window.print()打印 window.close()关闭 window.close()关闭 <template> <div class="lookDetail" style="page-break-after: always;page-break-before:always;"> <br 阅读全文