摘要: 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 龙旋风 阅读(513) 评论(1) 推荐(0)