摘要:
1 | 表名 | 中文名 | 2 | | | 3 | Accessaries | 成套件表 | 4 | AccInformation | 帐套参数表 | 5 | AdjustPVouch | | 6 | AdjustPVouchs | | 7 | Ap_AlarmSet | 单位报警分类设置表 | 阅读全文
posted @ 2025-06-26 08:55
飘扬De黑夜
阅读(128)
评论(0)
推荐(0)
|
摘要:
1 | 表名 | 中文名 | 2 | | | 3 | Accessaries | 成套件表 | 4 | AccInformation | 帐套参数表 | 5 | AdjustPVouch | | 6 | AdjustPVouchs | | 7 | Ap_AlarmSet | 单位报警分类设置表 | 阅读全文
posted @ 2025-06-26 08:55
飘扬De黑夜
阅读(128)
评论(0)
推荐(0)
摘要:
需要用到的Nuget包 FastReport.OpenSource FastReport.Compat FastReport.OpenSource.Export.PdfSimple 目前使用的版本:2023.3.10 代码参照如下:设置JSON数据源(frx模板一定注意对应)--实现的时标签打印,实 阅读全文
posted @ 2025-06-12 16:50
飘扬De黑夜
阅读(170)
评论(0)
推荐(0)
摘要:
表单字段自由组合校验规则,避免重复书写相同规则,参照代码如下: <template> <!-- 表单对话框 --> <ft-dialog v-el-drag-dialog :title="formTitle" width="800px" :visible.sync="dialogVisible" @ 阅读全文
posted @ 2025-06-04 14:06
飘扬De黑夜
阅读(58)
评论(0)
推荐(0)
摘要:
白色区域如果需要不显示,可以参照属性: QuietZone:etermines the presence of a white border around the QR code. Default: True (enabled).=》确定 QR 码周围是否存在白色边框。默认值:True(启用)。 修 阅读全文
posted @ 2025-05-28 13:48
飘扬De黑夜
阅读(53)
评论(0)
推荐(0)
摘要:
运行cmd命令提示符(win7/8需要管理员权限)。接下来,按照以下步骤进行操作: 【1.2.1.删除默认路由】 第一步:删除默认路由。输入命令:route delete 0.0.0.0,注意要删除所有指向0.0.0.0的路由,因为这是默认访问外网的路由。 【1.2.2.添加静态路由】 第二步:添加 阅读全文
posted @ 2025-05-22 10:18
飘扬De黑夜
阅读(151)
评论(0)
推荐(0)
摘要:
方法1:用文本编辑器打开Web项目下的{X}.csproj文件,然后查找 <WebProjectProperties>,将这一对标签之间的内容全部删除,然后再打开项目就可以调试了! 方法2:如果在VS中启动项目,则清理解决方案后重新生成在运行 方法3:删除工程下面的.vs文件,重新生成 阅读全文
posted @ 2025-05-15 08:51
飘扬De黑夜
阅读(196)
评论(1)
推荐(1)
摘要:
有很多格式化器很多地方都要用,定义一个统一的文件进行管理方便使用 golbalFormatter.js import moment from 'moment' import store from '@/store' /** * 格式化日期表示 * @RETURN {示例:2021-04-01} */ 阅读全文
posted @ 2025-05-09 11:29
飘扬De黑夜
阅读(15)
评论(0)
推荐(0)
摘要:
1、page.json 中easycom设置 "easycom": { "autoscan": true, "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue", "^uni-(.*)": "@dcloudio/uni-ui/lib/uni-$1/uni-$1 阅读全文
posted @ 2025-04-28 15:57
飘扬De黑夜
阅读(186)
评论(0)
推荐(0)
摘要:
(1)application/json JSON数据格式 (2)application/octet-stream 二进制流数据(如常见的文件下载) (3)application/x-www-form-urlencoded form表单数据被编码为key/value格式发送到服务器(表单默认的提交数据 阅读全文
posted @ 2025-04-19 15:50
飘扬De黑夜
阅读(19)
评论(0)
推荐(0)
|