上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 18 下一页
摘要: 方法一: { title:'备注', key:'', align:'center', width:130, render:(h,params)=>{ return h('Input',{ props:{ value:this.formInline.financeAccountBillDetailVO 阅读全文
posted @ 2019-09-10 14:42 苏小白啊 阅读(3358) 评论(0) 推荐(0) 编辑
摘要: 导出1: <Button class="mr10" type="primary" @click="exportSampleStockExcel()" :disabled="exportSampleStockExcel">导出</Button> exportSampleStockExcel(){ th 阅读全文
posted @ 2019-09-07 16:57 苏小白啊 阅读(912) 评论(0) 推荐(0) 编辑
摘要: <a href="#" @click="templateDownload()">模板下载</a> //模板下载 templateDownload() { this.$axios({ url: '/chenfan_refuse/otherRecord/otherRecordExcelDownload' 阅读全文
posted @ 2019-09-05 17:47 苏小白啊 阅读(322) 评论(0) 推荐(0) 编辑
摘要: <Upload ref="upload" :show-upload-list="false" accept=".xls, .xlsx" :before-upload="templateToImport" type="drag" action="/chenfan_refuse/otherRecord/ 阅读全文
posted @ 2019-09-05 17:46 苏小白啊 阅读(1489) 评论(0) 推荐(0) 编辑
摘要: ^[1-9][0-9]{0,5}$ 在线正则表达式测试 input失去焦点事件 onBlur(item){ if (item.applyQuantity && !/^[1-9][0-9]{0,5}$/.test(item.applyQuantity)) { item.applyQuantity = 阅读全文
posted @ 2019-09-04 18:38 苏小白啊 阅读(1635) 评论(0) 推荐(0) 编辑
摘要: <FormItem label="状态"> <Select v-model="formInline.state" style="width: 190px;" multiple> <Option :value="0" :key="0">开立</Option> <Option :value="1" :k 阅读全文
posted @ 2019-09-03 15:31 苏小白啊 阅读(2248) 评论(0) 推荐(0) 编辑
摘要: this.$('.calssName') 拼接获取元素 let jointClass =".ivu-table-tbody tr:nth-child("+index+") td input" this.$(jointClass).addClass('addBorder') let jointClas 阅读全文
posted @ 2019-09-03 10:11 苏小白啊 阅读(2788) 评论(0) 推荐(0) 编辑
摘要: Object.keys(data) 得到的是数组 阅读全文
posted @ 2019-09-02 19:49 苏小白啊 阅读(134) 评论(0) 推荐(0) 编辑
摘要: // 获取所有input let inputAll = document.querySelectorAll('.table_input input'); this.iddata = inputAll; // 向上 =38 if (item.keyCode 38) { newIndex -= 8; i 阅读全文
posted @ 2019-08-15 10:46 苏小白啊 阅读(1243) 评论(0) 推荐(0) 编辑
摘要: window.print()打印 window.close()关闭 window.close()关闭 <template> <div class="lookDetail" style="page-break-after: always;page-break-before:always;"> <br 阅读全文
posted @ 2019-08-14 11:44 苏小白啊 阅读(986) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 18 下一页