2024年4月18日
摘要: 最近接了一个需求,自动打标签的,用的是nice label, 总结了一下, 之前用过的打标软件有BarTender,FastReport,CodeSoft, Zebra, 基本是都要收费的,Zebra用自己ZPL语言不收费 用BarTender Vs FastReport 打印二维码 比较 - Gu 阅读全文
posted @ 2024-04-18 23:12 Gu 阅读(5) 评论(0) 推荐(0) 编辑
  2024年4月1日
摘要: 1. 要一个windows服务器,有固定ip的 2. 企业微信要新建一个应用【订单共享信息】,把服务器的ip加入到可信ip里(方便调试,把公司的网络的ip也加入可信ip) 3. 配置可信ip之前需要配置可信域名(把一个文件上传到域名根目录下) 4. 审批流程的应用,要把api访问的权限,打开,让【订 阅读全文
posted @ 2024-04-01 15:28 Gu 阅读(27) 评论(0) 推荐(0) 编辑
  2024年3月5日
摘要: 在Vue.js中,切换组件的显示通常使用v-if、v-else-if、v-else或者v-show指令来实现。v-if 只适合固定值,如果要动态切换就不能做到 <template> <div> <!-- 使用 v-if 和 v-else 来根据条件切换组件 --> <ComponentA v-if= 阅读全文
posted @ 2024-03-05 22:02 Gu 阅读(10) 评论(0) 推荐(0) 编辑
  2023年12月11日
摘要: 看了这篇文章 优雅的使用 element-ui 中的 table 组件,突然顿悟了一些。 elment-ui的表格 <el-table :data="tableData"> <el-table-column prop="date" label="日期"> </el-table-column> <el 阅读全文
posted @ 2023-12-11 17:26 Gu 阅读(161) 评论(0) 推荐(0) 编辑
  2023年11月11日
摘要: [Vue warn]: Invalid prop: type check failed for prop "right". Expected Number with value 15, got String with value "15". at <ElBacktop target=".layout 阅读全文
posted @ 2023-11-11 22:12 Gu 阅读(71) 评论(0) 推荐(1) 编辑
  2023年11月6日
摘要: 1. sync Sqlite structure started sync Sqlite structure succeed sync data started table: ai_template sync data succeed table: ad_dictionary_type sync d 阅读全文
posted @ 2023-11-06 22:01 Gu 阅读(63) 评论(0) 推荐(0) 编辑
  2023年11月5日
摘要: Live App Demo : https://demo-erp-crm.idurarapp.com/ username : admin@demo.com password : admin123 Getting started Step 1: Clone the repository git clo 阅读全文
posted @ 2023-11-05 08:42 Gu 阅读(226) 评论(0) 推荐(0) 编辑
  2023年8月24日
摘要: vben效果 Vben Admin (vvbin.cn) 对应的代码在 vue-vben-admin/src/views/demo/page/form/basic/data.ts at main · vbenjs/vue-vben-admin (github.com) { field: 'time' 阅读全文
posted @ 2023-08-24 22:29 Gu 阅读(331) 评论(0) 推荐(0) 编辑
  2023年8月19日
摘要: 参考数据字典模块的写法 /// <summary> /// 地址 /// </summary> public class Address : FullAuditedAggregateRoot<Guid>,IMultiTenant { public Guid? TenantId { get; prot 阅读全文
posted @ 2023-08-19 23:20 Gu 阅读(111) 评论(0) 推荐(0) 编辑
  2023年8月10日
摘要: HttpApi项目,vben28\nswag\refresh.bat 更新前端接口 [HttpPost("export")] [SwaggerOperation(summary: "导出客户列表", Tags = new[] { "Customers" })] [ProducesResponseTy 阅读全文
posted @ 2023-08-10 10:27 Gu 阅读(173) 评论(0) 推荐(0) 编辑