|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
<!--格式说明
|
|
|
<Files>——要签名的文件名列表,可以有多个,每个可以是EXB或DWG,可以有不同的标题栏识别方式
|
|
|
<File Path="C:\FolderA\FileA.exb" Method="Object" SaveVersion="2013" />
|
|
|
——Path: EXB或DWG文件绝对路径
|
|
|
——Method: 标题栏搜索方式, 可选:Object,Block, Auto
|
|
|
——Object: 查找NEB标题栏对象,仅适用于EXB文件,效率最高
|
|
|
——Block: 标题栏块名,可用于EXB,DWG文件
|
|
|
——Auto:自动判断,如果是DWG文件,需要提供标题栏块名
|
|
|
——BlockName: 标题栏块名,当Method为Block, Auto时需要
|
|
|
——TemplatePath:块模板,当Method为Block, Auto时需要,当有BlockName是优先使用BlockName
|
|
|
——SaveVersion: 签名后,保存的文件版本,默认是原始文件对应的版本
|
|
|
</Files>
|
|
|
<Title> ——要签名的标题栏信息
|
|
|
<Attribute Type="String" Name="单位名称" Value="CAXA"/>
|
|
|
——Type: 签名属性类型,可选 String 和 Image,String指签名字符串内容,Image指签名图片绝对路径
|
|
|
——Name: 属性名称
|
|
|
——Value: 属性质,当Type为Image时,它是图片绝对路径
|
|
|
</Title>
|
|
|
--><PDMIntegration>
|
|
|
<SignInfo>
|
|
|
<Files>
|
|
|
<!-->
|
|
|
<File Path="C:\Program Files (x86)\Common Files\CAXA Shared\CAXA Common Component\CAXADraftInfo\Shell\Samples\sign\CAXA-TITLE.exb"
|
|
|
Method="Object"
|
|
|
SaveVersion="2011" />
|
|
|
|
|
|
<File Path="C:\Program Files (x86)\Common Files\CAXA Shared\CAXA Common Component\CAXADraftInfo\Shell\Samples\sign\mytitle.dwg"
|
|
|
Method="Block"
|
|
|
BlockName="mytitle"
|
|
|
TemplatePath="C:\Program Files (x86)\Common Files\CAXA Shared\CAXA Common Component\CAXADraftInfo\Shell\Samples\sign\CxBlockTemplate.xml"
|
|
|
SaveVersion="2010" />
|
|
|
<File Path="C:\Program Files (x86)\Common Files\CAXA Shared\CAXA Common Component\CAXADraftInfo\Shell\Samples\sign\CAXA-TITLE.dwg"
|
|
|
Method="Auto"
|
|
|
SaveVersion="2010" />
|
|
|
<!-->
|
|
|
<File Path="D:\\CAXAPLM\QT23007209901-B0120230720093857261.exb" Method="Auto"/>
|
|
|
</Files>
|
|
|
<Title>
|
|
|
<Attribute Type="String" Name="是否更新签字" Value="是"/>
|
|
|
<Attribute Type="String" Name="产品名称" Value="QT23007前车门后托架铝型材"/>
|
|
|
<Attribute Type="String" Name="产品型号" Value="QT23007209901"/>
|
|
|
<Attribute Type="String" Name="更改版次1" Value="B01"/>
|
|
|
<Attribute Type="String" Name="设计人员" Value=""/>
|
|
|
<Attribute Type="String" Name="设计日期" Value=""/>
|
|
|
<Attribute Type="String" Name="设计日期1" Value=""/>
|
|
|
<Attribute Type="String" Name="审核人员" Value=""/>
|
|
|
<Attribute Type="String" Name="审核日期" Value=""/>
|
|
|
<Attribute Type="String" Name="工艺人员" Value=""/>
|
|
|
<Attribute Type="String" Name="材料名称" Value=""/>
|
|
|
<Attribute Type="String" Name="材料厚度" Value=""/>
|
|
|
<Attribute Type="String" Name="样件标记" Value=""/>
|
|
|
<Attribute Type="String" Name="试生产标记" Value=""/>
|
|
|
<Attribute Type="String" Name="生产标记" Value=""/>
|
|
|
<Attribute Type="String" Name="工艺审核日期" Value=""/>
|
|
|
<Attribute Type="String" Name="标准化人员" Value=""/>
|
|
|
<Attribute Type="String" Name="标准化审核日期" Value=""/>
|
|
|
<Attribute Type="String" Name="批准人员" Value=""/>
|
|
|
<Attribute Type="String" Name="批准日期" Value=""/>
|
|
|
<Attribute Type="String" Name="重量" Value=""/>
|
|
|
<Attribute Type="String" Name="创建日期" Value=""/>
|
|
|
<Attribute Type="String" Name="更改类别" Value=""/>
|
|
|
<Attribute Type="String" Name="零部件图号" Value=""/>
|
|
|
<Attribute Type="String" Name="零部件名称" Value=""/>
|
|
|
<Attribute Type="String" Name="计划部人员" Value=""/>
|
|
|
<Attribute Type="String" Name="计划部日期" Value=""/>
|
|
|
<Attribute Type="String" Name="制造部人员" Value=""/>
|
|
|
<Attribute Type="String" Name="制造部日期" Value=""/>
|
|
|
<Attribute Type="String" Name="品质部人员" Value=""/>
|
|
|
<Attribute Type="String" Name="品质部日期" Value=""/>
|
|
|
<Attribute Type="String" Name="编号" Value=""/>
|
|
|
<Attribute Type="String" Name="编制人员" Value=""/>
|
|
|
<Attribute Type="String" Name="编制日期" Value=""/>
|
|
|
<Attribute Type="String" Name="审核人员" Value=""/>
|
|
|
<Attribute Type="String" Name="审核日期" Value=""/>
|
|
|
<Attribute Type="String" Name="批准人员1" Value=""/>
|
|
|
<Attribute Type="String" Name="批准日期1" Value=""/>
|
|
|
<Attribute Type="String" Name="批准人员2" Value=""/>
|
|
|
<Attribute Type="String" Name="批准日期2" Value=""/>
|
|
|
<Attribute Type="String" Name="更改原因" Value=""/>
|
|
|
<Attribute Type="String" Name="图纸" Value=""/>
|
|
|
<Attribute Type="String" Name="图纸说明" Value=""/>
|
|
|
<Attribute Type="String" Name="发客户图纸" Value=""/>
|
|
|
<Attribute Type="String" Name="同系列产品" Value=""/>
|
|
|
<Attribute Type="String" Name="工艺" Value=""/>
|
|
|
<Attribute Type="String" Name="激光打印" Value=""/>
|
|
|
<Attribute Type="String" Name="外协加工图" Value=""/>
|
|
|
<Attribute Type="String" Name="MES数据库" Value=""/>
|
|
|
<Attribute Type="String" Name="作业指导书" Value=""/>
|
|
|
<Attribute Type="String" Name="模具" Value=""/>
|
|
|
<Attribute Type="String" Name="条码系统" Value=""/>
|
|
|
<Attribute Type="String" Name="DFMEA" Value=""/>
|
|
|
<Attribute Type="String" Name="PFMEA" Value=""/>
|
|
|
<Attribute Type="String" Name="控制计划" Value=""/>
|
|
|
<Attribute Type="String" Name="技术部ERP" Value=""/>
|
|
|
<Attribute Type="String" Name="计划部ERP" Value=""/>
|
|
|
<Attribute Type="String" Name="品质检具或封样" Value=""/>
|
|
|
<Attribute Type="String" Name="设备参数调整" Value=""/>
|
|
|
<Attribute Type="String" Name="品质称重防错维护" Value=""/>
|
|
|
<Attribute Type="String" Name="品质检查基准书" Value=""/>
|
|
|
<Attribute Type="String" Name="包装" Value=""/>
|
|
|
<Attribute Type="String" Name="工艺图编号" Value="QT23007209901"/>
|
|
|
<Attribute Type="String" Name="工序名称" Value="QT23007前车门后托架铝型材"/>
|
|
|
<Attribute Type="String" Name="技术编制人员" Value=""/>
|
|
|
<Attribute Type="String" Name="技术编制日期" Value=""/>
|
|
|
<Attribute Type="String" Name="技术审核人员" Value=""/>
|
|
|
<Attribute Type="String" Name="技术审核日期" Value=""/>
|
|
|
<Attribute Type="String" Name="品质编制人员" Value=""/>
|
|
|
<Attribute Type="String" Name="品质编制日期" Value=""/>
|
|
|
<Attribute Type="String" Name="品质审核人员" Value=""/>
|
|
|
<Attribute Type="String" Name="品质审核日期" Value=""/>
|
|
|
<Attribute Type="String" Name="品质批准人员" Value=""/>
|
|
|
<Attribute Type="String" Name="品质批准日期" Value=""/>
|
|
|
<Attribute Type="String" Name="技术批准人员" Value=""/>
|
|
|
<Attribute Type="String" Name="技术批准日期" Value=""/>
|
|
|
|
|
|
<Attribute Type="String" Name="更改文件名1" Value=""/>
|
|
|
<Attribute Type="String" Name="日期1" Value=""/>
|
|
|
<Attribute Type="String" Name="签字1" Value=""/>
|
|
|
|
|
|
<Attribute Type="String" Name="更改版次" Value="B04"/>
|
|
|
<Attribute Type="String" Name="更改文件号" Value=""/>
|
|
|
<Attribute Type="String" Name="日期" Value="2023.07.19"/>
|
|
|
<Attribute Type="String" Name="签字" Value=""/>
|
|
|
|
|
|
<Attribute Type="String" Name="模具1" Value=""/>
|
|
|
<Attribute Type="String" Name="模具2" Value=""/>
|
|
|
<Attribute Type="String" Name="模具3" Value=""/>
|
|
|
<Attribute Type="String" Name="模具4" Value=""/>
|
|
|
<Attribute Type="String" Name="模具5" Value=""/>
|
|
|
<Attribute Type="String" Name="模具6" Value=""/>
|
|
|
<Attribute Type="String" Name="模具7" Value=""/>
|
|
|
<Attribute Type="String" Name="模具8" Value=""/>
|
|
|
<Attribute Type="String" Name="检具1" Value=""/>
|
|
|
<Attribute Type="String" Name="检具2" Value=""/>
|
|
|
<Attribute Type="String" Name="检具3" Value=""/>
|
|
|
<Attribute Type="String" Name="检具4" Value=""/>
|
|
|
<Attribute Type="String" Name="检具5" Value=""/>
|
|
|
<Attribute Type="String" Name="检具6" Value=""/>
|
|
|
<Attribute Type="String" Name="检具7" Value=""/>
|
|
|
<Attribute Type="String" Name="检具8" Value=""/>
|
|
|
<Attribute Type="String" Name="检具9" Value=""/>
|
|
|
<Attribute Type="String" Name="检具10" Value=""/>
|
|
|
<Attribute Type="String" Name="检具11" Value=""/>
|
|
|
<Attribute Type="String" Name="检具12" Value=""/>
|
|
|
<Attribute Type="String" Name="签章" Value=""/>
|
|
|
<Attribute Type="String" Name="件号" Value="QT23007209901"/>
|
|
|
|
|
|
<Attribute Type="String" Name="材料" Value="6060 T6"/>
|
|
|
<Attribute Type="String" Name="图纸名称" Value="零件图"/>
|
|
|
<Attribute Type="String" Name="设计" Value="杨郝"/>
|
|
|
<Attribute Type="String" Name="校对" Value="杨郝"/>
|
|
|
<Attribute Type="String" Name="审核" Value="杨郝"/>
|
|
|
<Attribute Type="String" Name="批准" Value=""/>
|
|
|
<Attribute Type="String" Name="日期" Value=""/>
|
|
|
|
|
|
<Attribute Type="String" Name="外发图纸" Value=""/>
|
|
|
<Attribute Type="String" Name="激光打印区图纸" Value=""/>
|
|
|
<Attribute Type="String" Name="ERP" Value=""/>
|
|
|
<Attribute Type="String" Name="检具或封样同步调整" Value=""/>
|
|
|
<Attribute Type="String" Name="外协加工图纸" Value=""/>
|
|
|
</Title>
|
|
|
</SignInfo>
|
|
|
</PDMIntegration> |