上一页 1 ··· 5 6 7 8 9 10 下一页
摘要: public get gridOptions(): GridOptions { const that = this; return { headerHeight: 30,// 表头高度 rowHeight: 30,// 行高 columnDefs: [//列定义 { headerName: '规则唯一号',... 阅读全文
posted @ 2019-06-28 15:58 龙旋风 阅读(6739) 评论(9) 推荐(0)
摘要: UI.Confirm('切换医疗单位,是否继续?', '三佳提示', {}) .then(() => { // 清空右上表格数据 this.$refs['dynamicValidateForm'].resetFields(); }) .catch(() => {}); this.$conf... 阅读全文
posted @ 2019-06-27 14:17 龙旋风 阅读(247) 评论(2) 推荐(0)
摘要: // 这是本地删除,不重新刷新数据 that.gridListOptions.api.updateRowData({ remove: [that.submitTransmitData] }); 阅读全文
posted @ 2019-06-25 14:46 龙旋风 阅读(958) 评论(10) 推荐(0)
摘要: set_invoice_form: any = { InvoiceType: {} }; this.set_invoice_form.InvoiceType = this.NameOptions[0] 阅读全文
posted @ 2019-06-21 17:19 龙旋风 阅读(3661) 评论(2) 推荐(0)
摘要: 当isShowPatientNo ="false" 时候,不显示.门诊/住院号 阅读全文
posted @ 2019-06-21 11:25 龙旋风 阅读(324) 评论(10) 推荐(0)
摘要: // 获取登录信息 public async InitUser() { await sj.globalVar.Init(true); this.params.unitId = sj.globalVar.UnitID; this.params.unitName = sj.globalVar.UnitName; this.params.userId = sj.... 阅读全文
posted @ 2019-06-20 15:08 龙旋风 阅读(330) 评论(0) 推荐(0)
摘要: 开始是这样 最后是 阅读全文
posted @ 2019-06-20 11:46 龙旋风 阅读(338) 评论(5) 推荐(0)
摘要: if ( this.dataAggridvue.filter( item => item.Accepted == true && item.InvoiceGroupCode !== InvoiceGroupCode ).length > 0 ) { this.dataAggridvue.map(function ... 阅读全文
posted @ 2019-06-19 19:43 龙旋风 阅读(957) 评论(3) 推荐(0)
摘要: // 打开弹框窗口 public showKwinDow() { const that = this as any; // 设置窗口居中 that.$refs['setAddEdit'].widget.center(); // 打开窗口 that.$refs['setAddEdit'].widget.open(); } //... 阅读全文
posted @ 2019-06-19 14:43 龙旋风 阅读(512) 评论(1) 推荐(0)
摘要: httpdconfig 搜索deny 268行 Deny 换成Allow 在本机cmd 搜索 ipconfig 找到 本机的ip 地址 239 行 DocumentRoot "e:/myweb"240 行 <Directory "e:/myweb" > 更改这里 可以改变 存放的目录路径 499行 阅读全文
posted @ 2017-06-24 22:46 龙旋风 阅读(534) 评论(2) 推荐(0)
上一页 1 ··· 5 6 7 8 9 10 下一页