|
|
@ -752,7 +752,7 @@
|
|
|
|
<td height=53 class=x21 style='height:40pt;'>接收时间</td>
|
|
|
|
<td height=53 class=x21 style='height:40pt;'>接收时间</td>
|
|
|
|
<td class=x21 id="useDate">[[${tdPropertyManager.useDate}]]</td>
|
|
|
|
<td class=x21 id="useDate">[[${tdPropertyManager.useDate}]]</td>
|
|
|
|
<td class=x21>登记编号</td>
|
|
|
|
<td class=x21>登记编号</td>
|
|
|
|
<td colspan=2 class=x22 style='border-right:1px solid windowtext;border-bottom:1px solid windowtext;'></td>
|
|
|
|
<td colspan=2 class=x22 style='border-right:1px solid windowtext;border-bottom:1px solid windowtext;' id="djid">[[${tdPropertyInfos[0].useId}]]</td>
|
|
|
|
<td class=x21>资产总数</td>
|
|
|
|
<td class=x21>资产总数</td>
|
|
|
|
<td class=x21>[[${tdPropertyManager.propertyNum}]]</td>
|
|
|
|
<td class=x21>[[${tdPropertyManager.propertyNum}]]</td>
|
|
|
|
</tr>
|
|
|
|
</tr>
|
|
|
@ -766,7 +766,7 @@
|
|
|
|
<td class=x21 style="font-weight: bold">备注信息</td>
|
|
|
|
<td class=x21 style="font-weight: bold">备注信息</td>
|
|
|
|
</tr>
|
|
|
|
</tr>
|
|
|
|
<tr height=55 style='mso-height-source:userset;height:41.5pt' id='r6' th:each="propertynum : ${tdPropertyInfos}">
|
|
|
|
<tr height=55 style='mso-height-source:userset;height:41.5pt' id='r6' th:each="propertynum : ${tdPropertyInfos}">
|
|
|
|
<td height=53 class=x21 style='height:40pt;'>[[${propertynum.useId}]]</td>
|
|
|
|
<td height=53 class=x21 style='height:40pt;'>[[${propertynum.id}]]</td>
|
|
|
|
<td class=x21>[[${propertynum.propertyName}]]</td>
|
|
|
|
<td class=x21>[[${propertynum.propertyName}]]</td>
|
|
|
|
<td class=x21>[[${propertynum.propertyBrand}]]</td>
|
|
|
|
<td class=x21>[[${propertynum.propertyBrand}]]</td>
|
|
|
|
<td class=x21>[[${propertynum.propertyNo}]]</td>
|
|
|
|
<td class=x21>[[${propertynum.propertyNo}]]</td>
|
|
|
@ -811,6 +811,7 @@
|
|
|
|
}
|
|
|
|
}
|
|
|
|
});
|
|
|
|
});
|
|
|
|
});
|
|
|
|
});
|
|
|
|
|
|
|
|
console.log(document.querySelector('#djid').innerHTML)
|
|
|
|
</script>
|
|
|
|
</script>
|
|
|
|
</body>
|
|
|
|
</body>
|
|
|
|
|
|
|
|
|
|
|
|