摘要: 原文网址:https://www.cnblogs.com/zhaoxiong/p/8082523.html PB之常用函数 弹出窗口:messagebox() 基本写法:Messagebox('标题','内容') 完整写法: MessageBox ( '标题','内容',图标,按键,默认值) (1) 阅读全文
posted @ 2019-09-04 16:02 博客燕 阅读(1531) 评论(0) 推荐(0) 编辑
摘要: 1、根据条件改变字体颜色。if(curdate>=bdate and curdate<edate,rgb(255,0,0),if(sex=1, if(curdate>=mdate, rgb(0,0,255),0) , if(curdate>=wdate,rgb(0,0,255),0) ) ) if( 阅读全文
posted @ 2019-09-04 14:34 博客燕 阅读(548) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2019-09-04 11:56 博客燕 阅读(628) 评论(0) 推荐(0) 编辑
摘要: https://wenku.baidu.com/view/a0d5f16fb84ae45c3b358cc7.html this.object.yjzzrq[row]= RelativeDate(date(this.object.in_factory_day[row] ),30) //给预计转正日期赋 阅读全文
posted @ 2019-09-04 10:50 博客燕 阅读(947) 评论(0) 推荐(0) 编辑