Merge remote-tracking branch 'origin/main'
This commit is contained in:
Before Width: | Height: | Size: 1.8 MiB After Width: | Height: | Size: 1.8 MiB |
Before Width: | Height: | Size: 2.0 MiB After Width: | Height: | Size: 2.0 MiB |
Before Width: | Height: | Size: 1.3 MiB After Width: | Height: | Size: 1.3 MiB |
@ -4,11 +4,11 @@
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
在 从Excel导入物料 或 [从Excel导入BOM](60.BOM搭建.md#从Excel导入BOM) 时,需要为系统里没有的物料指定其分类,系统通过分类ID来识别其对应的分类
|
在 从`Excel`导入物料 或 [从Excel导入BOM](60.BOM搭建.md#从Excel导入BOM) 时,需要为系统里没有的物料指定其分类,系统通过分类ID来识别其对应的分类
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
分类ID在系统中是唯一的,但在创建前我们并不知道每个分类对应的分类ID是多少,即便采用 [批量导入](25.物料分类设置.md#批量导入) 的方式导入物料分类,也仅能确保这一部分的分类ID是顺延的,若后续再做调整,想要在Excel表中维护分类ID会非常麻烦
|
分类ID在系统中是唯一的,但在创建前我们并不知道每个分类对应的分类ID是多少,即便采用 [批量导入](25.物料分类设置.md#批量导入) 的方式导入物料分类,也仅能确保这一部分的分类ID是顺延的,若后续再做调整,想要在 `Excel` 表中维护分类ID会非常麻烦
|
||||||
|
|
||||||
而将物料分类导出,可以自动的将分类ID一并导出,免去了手动维护的麻烦,且不会出错
|
而将物料分类导出,可以自动的将分类ID一并导出,免去了手动维护的麻烦,且不会出错
|
||||||
|
|
||||||
|
@ -495,11 +495,17 @@ end.
|
|||||||
|
|
||||||
当要设置自定义分隔符号,`StringList.Delimiter := '-';` 需要写在转化语句之前
|
当要设置自定义分隔符号,`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
|
```delphi
|
||||||
uses
|
uses
|
||||||
MyClass, Variables, BaseUtil, CommonFunc, DataConst, CFFrm, CFSimplePropFrm,
|
MyClass, Variables, BaseUtil, CommonFunc, DataConst, CFFrm, CFSimplePropFrm,
|
||||||
Forms, StdCtrls, Variants, SysUtils, Classes, Controls, Dialogs,
|
Forms, StdCtrls, Variants, SysUtils, Classes, Controls, Dialogs,
|
||||||
CHostIntf, ProductClas, DocClas, LoginClas, VirtualTrees, CEntClas, PathClas;
|
CHostIntf, ProductClas, DocClas, LoginClas, VirtualTrees, CEntClas, PathClas;
|
||||||
|
>>>>>>> origin/main
|
||||||
var
|
var
|
||||||
StringList: TStringList;
|
StringList: TStringList;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user