|
@@ -455,9 +455,9 @@
|
|
|
</script>
|
|
|
<script type="text/javascript">
|
|
|
var workInvoiceProjectRelationListRowIdx = 0, workInvoiceProjectRelationListTpl = $("#workInvoiceProjectRelationListTpl").html().replace(/(\/\/\<!\-\-)|(\/\/\-\->)/g,"");
|
|
|
- if($("#id").val()){
|
|
|
+ /*if($("#id").val()){
|
|
|
workInvoiceProjectRelationListRowIdx = ${fn:length(workInvoice.workInvoiceProjectRelationList)};
|
|
|
- }
|
|
|
+ }*/
|
|
|
$(document).ready(function() {
|
|
|
var data = ${fns:toJson(workInvoice.workInvoiceProjectRelationList)};
|
|
|
for (var i=0; i<data.length; i++){
|
|
@@ -689,4 +689,4 @@
|
|
|
</div>
|
|
|
|
|
|
</body>
|
|
|
-</html>
|
|
|
+</html>
|