RCV1050.tpl
3.08 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
<table width="100%"><tr><td><hr width="99%"></td></tr><table>
<table>
<tr>
<td>
<table border="0" cellpadding="1" cellspacing="1" bgcolor="#000000">
<tr>
<th class="ConfKubunTh">部門</th>
<td class="ConfKubunTd" align="left">{$AreaData}</td>
</tr>
<tr>
<th class="ConfKubunTh">業務名</th>
<td class="ConfKubunTd" align="left">{$KobanData}{$GyoumuData}</td>
</tr>
<tr>
<th class="ConfKubunTh">業者</th>
<td class="ConfKubunTd" align="left"><SELECT name="cboInpGyousya">{$GyousyaData}</SELECT></td>
</tr>
<!--
<tr>
<th class="ConfKubunTh">区分</th>
<td class="ConfKubunTd" align="left">
<input type="radio" value="1" name="optSeikyukbn" {$optSeikyukbn[1]}>入金
<input type="radio" value="2" name="optSeikyukbn" {$optSeikyukbn[2]}>出金
</td>
</tr>
-->
</table>
</td>
<td>
</td>
</tr>
<tr>
<td colspan="2">
<table width="99%" border="0" cellpadding="1" cellspacing="1" bgcolor="#000000">
<tr>
<th class="ConfKubunTh" width="100">一括入力</th>
<td colspan="12" class="ConfKubunTd" align="left">予定日<SELECT name="cboDay">{$cboDay}</SELECT> 予定金額<INPUT size="10" name="txtMoney" value=""> <input type="button" name="btnTuroku" value="一括入力" onclick="return Inp_Set();"></td>
</tr>
<tr>
<th class="ConfKubunTh">予定年月</th>
{section name=item loop=$DateTitleDp}
<th class="ConfKubunTh">{$DateTitleDp[item]}</th>
{/section}
</tr>
<tr>
<th class="ConfKubunTh">予定日</th>
{section name=item loop=$DateTitleDp}
<td class="ConfKubunTd" align="center">
<SELECT name="cboYoteiDay">{$cboYoteiDay[item]}</SELECT>
</td>
{/section}
</tr>
<tr>
<th class="ConfKubunTh">予定金額</th>
{section name=item loop=$DateTitleDp}
<td class="ConfKubunTd" align="center">
<INPUT size="10" name="txtInpMoney" value="{$chkMoney[item]}">
</td>
{/section}
</tr>
<!--
<tr>
<th class="ConfKubunTh">クリア</th>
-->
<!--{assign var="lineCnt" value=0}-->
<!--
{section name=item loop=$DateTitleDp}
<td class="ConfKubunTd" align="center">
<input type="button" name="btnTuroku" value="クリア" onclick="return Inp_Clear('{$lineCnt}');">
</td>
-->
<!--{math equation="x + 1" x=$lineCnt assign=lineCnt}-->
<!--
{/section}
</tr>
-->
</table>
</td>
</tr>
<tr>
<td colspan="2">
<table width="100%">
<tr>
<td width="50%" align="center">
<input type="button" class="btnGo" name="btnTuroku" value="登録" onclick="return Inp_All2();">
</td>
<td width="50%" align="center">
<input type="button" class="btnCancel" name="btnTuroku" value="キャンセル" onclick="Input_Close('{$div_id}');">
</td>
</tr>
</table>
<input name="Inp_Day" type="hidden" value="">
<input name="Inp_Money" type="hidden" value="">
<input name="cboInpArea" type="hidden" value="{$area_id}">
<input name="cboInpGyoumu" type="hidden" value="{$gyoumu_id}">
</td>
</tr>
<table>
<br>
<table width="100%"><tr><td><hr width="99%"></td></tr><table>
<br>