摘要: viewModel .get("certMaterialClass_name") .on("beforeValueChange", function (data) { if (!!data.oldValue) { var returnPromise = new cb.promise(); //同步 阅读全文
posted @ 2023-02-25 17:54 龙旋风 阅读(16) 评论(0) 推荐(0) 编辑
摘要: BIP 弹框 阅读全文
posted @ 2023-02-25 17:51 龙旋风 阅读(31) 评论(0) 推荐(0) 编辑
摘要: 将采购商认证报告同步到供应商 INSERT INTO mls_sup_cert_reportsup ( id, -- id reportData, -- 报告日期 dr, -- 逻辑删除标记 certStandards, -- 认证标准 certDirector, -- 认证负责人 remarks, 阅读全文
posted @ 2023-02-25 09:33 龙旋风 阅读(48) 评论(2) 推荐(0) 编辑
摘要: 通过科室号码 查询 科室名称 直接数据库查询 select a.Dept_name, a.Dept_id from sys_dept a where a.dept_id='005001-3021' and Unit_Id ='005001' 后台的dll层的sql select a.Dept_nam 阅读全文
posted @ 2021-01-15 10:58 龙旋风 阅读(109) 评论(8) 推荐(1) 编辑
摘要: 1,31-41,108-118 阅读全文
posted @ 2021-01-12 19:35 龙旋风 阅读(128) 评论(2) 推荐(0) 编辑
摘要: this.PersonCollect = res.reduce((total, cur, index) => { let hasValue = total.findIndex(current => { return current.AccountType cur.AccountType }) has 阅读全文
posted @ 2020-10-12 10:56 龙旋风 阅读(147) 评论(1) 推荐(0) 编辑
摘要: js根据对象数组中某一属性值,合并相同项,并对某一属性累加处理Example: 根据code合并数组,并将sl值累加,如下两种方法:let data = [{ code: 1001, name: '苹果', sl: 11 },{ code: 1001, name: '苹果', sl: 11 },{ 阅读全文
posted @ 2020-09-03 14:15 龙旋风 阅读(923) 评论(0) 推荐(0) 编辑
摘要: public async mounted() { const that = this as any; document.addEventListener("keydown", this.WindowKeyDown); } destroyed() { this.removeEventListenerk 阅读全文
posted @ 2020-02-03 09:27 龙旋风 阅读(158) 评论(0) 推荐(0) 编辑
摘要: <span class="demonstration">姓名</span> <el-input v-model="value3" placeholder="只能输入中文" align="right" style='width:100px' onInput="this.value=this.value 阅读全文
posted @ 2020-01-20 14:18 龙旋风 阅读(268) 评论(2) 推荐(0) 编辑
摘要: /** * @param {type} * @return: * @Description:获取本地存储的方法 */ public getItem(key: string) { key = this.getKey(key); const storeData: string | null = wind 阅读全文
posted @ 2020-01-19 10:24 龙旋风 阅读(828) 评论(1) 推荐(0) 编辑