first commit
This commit is contained in:
@@ -0,0 +1,101 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<LabelType>项目信息公开</LabelType>
|
||||
<LabelIntro>质量安全检查信息详细内容</LabelIntro>
|
||||
<OutType>sin</OutType>
|
||||
<LabelDataType>sql_sysquery</LabelDataType>
|
||||
<EnabelAjax>True</EnabelAjax>
|
||||
<Version officialVersion="" modifiedVersions="4504" compatibleVersion="" />
|
||||
<attributes>
|
||||
<name>generalId</name>
|
||||
<datatype>sql.int</datatype>
|
||||
<default>0</default>
|
||||
<intro>PE_CommonModel表的编号</intro>
|
||||
</attributes>
|
||||
<IsXsltSql>false</IsXsltSql>
|
||||
<IsXsltCountSql>false</IsXsltCountSql>
|
||||
<LabelSqlString>SELECT TOP 1 u.*,c.DepartmentId,up.ProjectName FROM PE_PPI_U_QualityCensor u INNER JOIN PE_PPI_CommonModel c ON u.ID=c.ItemId INNER JOIN PE_PPI_U_Project up ON u.ProjectNum=up.ProjectNum WHERE c.generalId=@generalId AND c.Status=1</LabelSqlString>
|
||||
<LabelTemplate>
|
||||
<![CDATA[<?xml version="1.0" encoding="utf-8"?>
|
||||
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:pe="labelproc" exclude-result-prefixes="pe">
|
||||
<xsl:output method="html" />
|
||||
<xsl:template match="/NewDataSet/Table">
|
||||
<table class="c_content" cellpadding="0" cellspacing="0">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>项目名称</td>
|
||||
<td class="txt">
|
||||
<xsl:value-of select="ProjectName"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>项目编号</td>
|
||||
<td class="txt">
|
||||
<xsl:value-of select="ProjectNum"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>质量检查机构名称</td>
|
||||
<td class="txt">
|
||||
<xsl:value-of select="OrgName"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>质量检查机构负责人</td>
|
||||
<td class="txt">
|
||||
<xsl:value-of select="OrgCorp"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>质量检查机构组织机构代码</td>
|
||||
<td class="txt">
|
||||
<xsl:value-of select="OrgNum"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>质量检查机构工商注册号</td>
|
||||
<td class="txt">
|
||||
<xsl:value-of select="OrgRegistrationId"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>质量检查机构营业许可证号</td>
|
||||
<td class="txt">
|
||||
<xsl:value-of select="OrgLicenseNum"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>质量检查内容</td>
|
||||
<td class="txt">
|
||||
<xsl:value-of disable-output-escaping="yes" select="CheckContent"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>质量评定结果</td>
|
||||
<td class="txt">
|
||||
<xsl:value-of disable-output-escaping="yes" select="EvaluationResult"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>存在质量问题</td>
|
||||
<td class="txt">
|
||||
<xsl:value-of disable-output-escaping="yes" select="Problem"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>质量问题处理</td>
|
||||
<td class="txt">
|
||||
<xsl:value-of disable-output-escaping="yes" select="ProblemSolving"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>发布机构</td>
|
||||
<td class="txt">
|
||||
{PE.Label id="Monster_根据部门ID得到部门名称 " departmentId="<xsl:value-of select="DepartmentId"/>" /}
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</xsl:template>
|
||||
</xsl:stylesheet>]]></LabelTemplate>
|
||||
</root>
|
||||
Reference in New Issue
Block a user