ZIS0120.tpl
5.61 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
<div class="SimMiddle">
<small><br /></small>
<div class="SimTitle"><font size="5px">資金実績一括入力確認</font></div>
<br />
<div style="margin-left:auto; margin-right:auto; width:95%; text-align:left;">
<font color="red">CSVファイルから以下のデータを取り込みます。<br />
続行する場合は画面下部の更新ボタンをクリックしてください。</font>
</div>
<div style="margin-left:auto; margin-right:auto; width:98%; overflow:scroll;">
<table width="1200" border="0" cellpadding="1" cellspacing="1" bgcolor="#000000">
<tr>
<th align="center" class="ConfKubunTh">大区分</th>
<th align="center" class="ConfKubunTh">中区分</th>
<th align="center" class="ConfKubunTh">小区分</th>
<th align="center" class="ConfKubunTh">科目</th>
<th align="center" class="ConfKubunTh">初期残高</th>
<th align="center" class="ConfKubunTh">{$months_lst[0]}月残高</th>
<th align="center" class="ConfKubunTh">{$months_lst[1]}月残高</th>
<th align="center" class="ConfKubunTh">{$months_lst[2]}月残高</th>
<th align="center" class="ConfKubunTh">{$months_lst[3]}月残高</th>
<th align="center" class="ConfKubunTh">{$months_lst[4]}月残高</th>
<th align="center" class="ConfKubunTh">{$months_lst[5]}月残高</th>
<th align="center" class="ConfKubunTh">{$months_lst[6]}月残高</th>
<th align="center" class="ConfKubunTh">{$months_lst[7]}月残高</th>
<th align="center" class="ConfKubunTh">{$months_lst[8]}月残高</th>
<th align="center" class="ConfKubunTh">{$months_lst[9]}月残高</th>
<th align="center" class="ConfKubunTh">{$months_lst[10]}月残高</th>
<th align="center" class="ConfKubunTh">{$months_lst[11]}月残高</th>
</tr>
{assign var="lineCnt" value=0}
{section name=idx loop=$KeyMass[4][7]}
{math equation="x + 1" x=$lineCnt assign=lineCnt}
<tr>
<!-- 第1階層 -->
<th class="ZISMst1Td" align="left">
<input type="text" style="border:none; width:90px;" name="daikbn[]" value="{$KeyMass[1][7][idx]}" readonly>
<input type="hidden" name="daikbnseq[]" value="{$KeyMass[1][1][idx]}">
</th>
<!-- 第2階層 -->
<th class="ZISMst1Td" align="left">
<input type="text" style="border:none; width:90px;" name="chukbn[]" value="{$KeyMass[2][7][idx]}" readonly>
<input type="hidden" name="chukbnseq[]" value="{$KeyMass[2][2][idx]}">
</th>
<!-- 第3階層 -->
<th class="ZISMst1Td" align="left">
<input type="text" style="border:none; width:120px;" name="shokbn[]" value="{$KeyMass[3][7][idx]}" readonly>
<input type="hidden" name="shokbnseq[]" value="{$KeyMass[3][3][idx]}">
</th>
<!-- 第4階層 -->
{if $KeyMass[4][7][idx] != ""}
<td class="ZISMst1Td" align="left">
<input type="text" style="border:none; width:120px;" name="kamoku[]" value="{$KeyMass[4][7][idx]}" readonly>
<input type="hidden" name="kamokuseq[]" value="{$KeyMass[4][4][idx]}">
</td>
<td class="ZISMst1Td" align="center">
<input type="text" style="border:none; width:60px;" name="zandaka[]" value="{$zandaka[idx]}" readonly>
</td>
<td class="ZISMst1Td" align="center">
<input type="text" style="border:none; width:60px;" name="money01[]" value="{$kingaku[idx][0]}" readonly>
</td>
<td class="ZISMst1Td" align="center">
<input type="text" style="border:none; width:60px;" name="money02[]" value="{$kingaku[idx][1]}" readonly>
</td>
<td class="ZISMst1Td" align="center">
<input type="text" style="border:none; width:60px;" name="money03[]" value="{$kingaku[idx][2]}" readonly>
</td>
<td class="ZISMst1Td" align="center">
<input type="text" style="border:none; width:60px;" name="money04[]" value="{$kingaku[idx][3]}" readonly>
</td>
<td class="ZISMst1Td" align="center">
<input type="text" style="border:none; width:60px;" name="money05[]" value="{$kingaku[idx][4]}" readonly>
</td>
<td class="ZISMst1Td" align="center">
<input type="text" style="border:none; width:60px;" name="money06[]" value="{$kingaku[idx][5]}" readonly>
</td>
<td class="ZISMst1Td" align="center">
<input type="text" style="border:none; width:60px;" name="money07[]" value="{$kingaku[idx][6]}" readonly>
</td>
<td class="ZISMst1Td" align="center">
<input type="text" style="border:none; width:60px;" name="money08[]" value="{$kingaku[idx][7]}" readonly>
</td>
<td class="ZISMst1Td" align="center">
<input type="text" style="border:none; width:60px;" name="money09[]" value="{$kingaku[idx][8]}" readonly>
</td>
<td class="ZISMst1Td" align="center">
<input type="text" style="border:none; width:60px;" name="money10[]" value="{$kingaku[idx][9]}" readonly>
</td>
<td class="ZISMst1Td" align="center">
<input type="text" style="border:none; width:60px;" name="money11[]" value="{$kingaku[idx][10]}" readonly>
</td>
<td class="ZISMst1Td" align="center">
<input type="text" style="border:none; width:60px;" name="money12[]" value="{$kingaku[idx][11]}" readonly>
</td>
{/if}
</tr>
{/section}
</table>
<input name="years_lst" type="hidden" value="{$years_lst[0]}">
<input name="months_lst" type="hidden" value="{$months_lst[0]}">
<input name="strUnit" type="hidden" value="{$strUnit}">
<input name="numUnit" type="hidden" value="{$numUnit}">
</div>
<table width="90%">
<tr>
<td colspan="2" align="right">
<input type="button" value=" 更新 " onclick="up_data_all();">
</td>
</tr>
</table>
<br>
</div>