Merge remote-tracking branch 'origin/main'

This commit is contained in:
2025-07-14 10:54:09 +08:00
5 changed files with 8 additions and 2 deletions

View File

Before

Width:  |  Height:  |  Size: 1.8 MiB

After

Width:  |  Height:  |  Size: 1.8 MiB

View File

Before

Width:  |  Height:  |  Size: 2.0 MiB

After

Width:  |  Height:  |  Size: 2.0 MiB

View File

Before

Width:  |  Height:  |  Size: 1.3 MiB

After

Width:  |  Height:  |  Size: 1.3 MiB

View File

@ -4,11 +4,11 @@
![image-20241209103450598](assets/image-20241209103450598.png)
在 从Excel导入物料 或 [从Excel导入BOM](60.BOM搭建.md#从Excel导入BOM) 时需要为系统里没有的物料指定其分类系统通过分类ID来识别其对应的分类
在 从`Excel`导入物料 或 [从Excel导入BOM](60.BOM搭建.md#从Excel导入BOM) 时需要为系统里没有的物料指定其分类系统通过分类ID来识别其对应的分类
![image-20241209103930663](assets/image-20241209103930663.png)
分类ID在系统中是唯一的但在创建前我们并不知道每个分类对应的分类ID是多少即便采用 [批量导入](25.物料分类设置.md#批量导入) 的方式导入物料分类也仅能确保这一部分的分类ID是顺延的若后续再做调整想要在Excel表中维护分类ID会非常麻烦
分类ID在系统中是唯一的但在创建前我们并不知道每个分类对应的分类ID是多少即便采用 [批量导入](25.物料分类设置.md#批量导入) 的方式导入物料分类也仅能确保这一部分的分类ID是顺延的若后续再做调整想要在 `Excel` 表中维护分类ID会非常麻烦
而将物料分类导出可以自动的将分类ID一并导出免去了手动维护的麻烦且不会出错

View File

@ -495,11 +495,17 @@ end.
当要设置自定义分隔符号,`StringList.Delimiter := '-';` 需要写在转化语句之前
<<<<<<< HEAD
uses MyClass,Variables,BaseUtil,CommonFunc,DataConst,CFFrm,CFSimplePropFrm,Forms,StdCtrls,Variants,SysUtils,Classes,Controls,Dialogs,
CHostIntf,ProductClas,DocClas,LoginClas,VirtualTrees,CEntClas,PathClas;
=======
```delphi
uses
MyClass, Variables, BaseUtil, CommonFunc, DataConst, CFFrm, CFSimplePropFrm,
Forms, StdCtrls, Variants, SysUtils, Classes, Controls, Dialogs,
CHostIntf, ProductClas, DocClas, LoginClas, VirtualTrees, CEntClas, PathClas;
>>>>>>> origin/main
var
StringList: TStringList;