RCV3040.tpl
8.32 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
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
<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>
<th class="ConfKubunTh">工番</th>
<th class="ConfKubunTh">業者名</th>
<th class="ConfKubunTh">期間</th>
<th class="ConfKubunTh">受注額</th>
</tr>
<tr>
<td class="ConfKubunTd" align="left">
<input type="text" style="width:150px;" name="gyoumu_mei" value="{$GyoumuData}">
</td>
<td class="ConfKubunTd" align="left">
<input type="text" style="width:60px;" name="koban" value="{$KobanData}">
</td>
<td class="ConfKubunTd" align="left">
<input type="text" name="GyousyaData" value="{$GyousyaData}">
<input type="hidden" name="cboInpGyousya" value="{$cboInpGyousya}">
<!--
<SELECT style="width:150px;" name="cboInpGyousya" onChange="Chg_Gyousya()">{$GyousyaData}</SELECT>
-->
</td>
<td class="ConfKubunTd" width="310" align="center">
<input type="text" style="width:80px;text-align:right;" value="{$GyoumuKikanSt}" name="GyoumuKikanSt">
<!--カレンダー表示-->
<a href="javascript:cal5.write();">
<img id="dateLink5" src="./templates/img/cl001.gif" alt="日付選択" border="0" style="vertical-align:middle;margin:5px"/>
</a>
<input type="hidden" name="colname5" value="{$txtCalKigen}">
<span id="calid5"></span>
〜 <input type="text" style="width:80px;text-align:right;" value="{$GyoumuKikanEd}" name="GyoumuKikanEd">
<!--カレンダー表示-->
<a href="javascript:cal6.write();">
<img id="dateLink6" src="./templates/img/cl001.gif" alt="日付選択" border="0" style="vertical-align:middle;margin:5px"/>
</a>
<input type="hidden" name="colname6" value="{$txtCalKigen}">
<span id="calid6"></span>
</td>
<td class="ConfKubunTd" align="left">
<input type="text" style="width:70px;text-align:right;" value="{$GyoumuMoney}" name="GyoumuMoney">
</td>
</tr>
<!--
<tr>
<th class="ConfKubunTh">工番</th>
<td class="ConfKubunTd" align="left">{$KobanData}</td>
</tr>
<tr>
<th class="ConfKubunTh">業務名</th>
<td class="ConfKubunTd" align="left">{$GyoumuData}</td>
</tr>
<tr>
<th class="ConfKubunTh">業者名</th>
<td class="ConfKubunTd" align="left">
<input type="text" size="18" name="gyousya_name" value="{$newGyousya}">
</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>
</tr>
<tr>
<td>
<br />
<div style="font-size:small;font-weight:700;">
<img src="./templates/img/copy.gif" border="0" alt="翌月にコピー">をクリックすると予定日、金額を翌月にコピーします。
<img src="./templates/img/copy2.gif" border="0" alt="期末までコピー">をクリックすると予定日、金額を期末までコピーします。
</div>
<table border="0" cellpadding="1" cellspacing="1" bgcolor="#000000">
<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">
{*if $rcv_key[item] == "err"*}
<!--
<input name="cboYoteiDay" type="hidden" value="">
変更不可
-->
{*else*}
<SELECT name="cboYoteiDay">{$cboYoteiDay[item]}</SELECT>
{*/if*}
</td>
{/section}
</tr>
<tr>
<th class="ConfKubunTh">入金額</th>
{section name=item loop=$DateTitleDp}
<td class="ConfKubunTd" align="center">
{*if $rcv_key[item] == "err"*}
<!--
<input name="txtInpMoney" type="hidden" value="">
{$InpMoney[item]}
-->
{*else*}
<input size="10" style="width:65px;font-size:9pt;" name="txtInpMoney" value="{$InpMoney[item]}">
{*/if*}
<input name="rcv_key" type="hidden" value="{$rcv_key[item]}">
</td>
{/section}
</tr>
<tr>
<th class="ConfKubunTh"> </th>
<!--{assign var="lineCnt" value=0}-->
{section name=item loop=$DateTitleDp}
<td class="ConfKubunTd" align="center">
<a href="javascript:cp_money({$lineCnt});">
<img src="./templates/img/copy.gif" border="0" alt="翌月にコピー">
</a>
<a href="javascript:cp_tolast({$lineCnt});">
<img src="./templates/img/copy2.gif" border="0" alt="期末までコピー">
</a>
</td>
<!--{math equation="x + 1" x=$lineCnt assign=lineCnt}-->
{/section}
</tr>
</table>
</td>
</tr>
<tr>
<td colspan="2">
<table>
<tr>
<td width="50%" align="left">
<input type="button" class="btnGo" name="btnTuroku" value="更 新" onclick="return Inp_All_Update();">
<input type="button" class="btnCancel" name="btnTuroku" value="キャンセル" onclick="Input_Close('{$div_id}');">
</td>
</tr>
<!--
<tr><td>
<div class="SimCommentFoot">
<img src="./templates/img/copy.gif" border="0" alt="翌月にコピー">をクリックすると予定日、金額を翌月にコピーします。<br>
<img src="./templates/img/copy2.gif" border="0" alt="期末までコピー">をクリックすると予定日、金額を期末までコピーします。
</div>
</td></tr>
-->
</table>
<input name="Inp_Day" type="hidden" value="">
<input name="Inp_Money" type="hidden" value="">
<input name="Inp_Key" type="hidden" value="">
<input name="div_id" type="hidden" value="{$div_id}">
<input name="cboInpArea" type="hidden" value="{$area_id}">
<input name="cboInpGyoumu" type="hidden" value="{$gyoumu_id}">
</td>
</tr>
</table>
<!--
<table width="99%">
<tr>
<td colspan="2">
<table border="0" cellpadding="1" cellspacing="1" bgcolor="#000000">
<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">
{if $rcv_key[item] == "err"}
<input name="cboYoteiDay" type="hidden" value="">
変更不可
{else}
<SELECT name="cboYoteiDay">{$cboYoteiDay[item]}</SELECT>
{/if}
</td>
{/section}
</tr>
<tr>
<th class="ConfKubunTh">予定金額</th>
{section name=item loop=$DateTitleDp}
<td class="ConfKubunTd" align="center">
{if $rcv_key[item] == "err"}
<input name="txtInpMoney" type="hidden" value="">
{$InpMoney[item]}
{else}
<input size="10" name="txtInpMoney" value="{$InpMoney[item]}">
{/if}
<input name="rcv_key" type="hidden" value="{$rcv_key[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>
<tr>
<td width="50%" align="center">
<input type="button" class="btnGo" name="btnTuroku" value="更 新" onclick="return Inp_All_Update();">
</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="Inp_Key" type="hidden" value="">
<input name="div_id" type="hidden" value="{$div_id}">
<input name="cboInpArea" type="hidden" value="{$area_id}">
<input name="cboInpGyoumu" type="hidden" value="{$gyoumu_id}">
<input type="hidden" name="gyousya_mei" value="{$newGyousya}">
</td>
</tr>
</table>
-->
<br>
<table width="100%"><tr><td><hr width="99%"></td></tr><table>
<br>