RCV1040.tpl 3.48 KB
<table width="100%"><tr><td><hr width="99%"></td></tr><table>
<table width="100%">
	<tr>
		<td>
			<table border="0" cellpadding="1" cellspacing="1" bgcolor="#000000" width="100%">
				<tr>
					<th class="ConfKubunTh">部門</th>
					<td class="ConfKubunTd" align="left">{$AreaData}</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">
						<SELECT name="cboInpGyousya" onChange="Chg_Gyousya()">{$GyousyaData}</SELECT><br />
						<font color="#009900">※変更する業者を選択してください。</font>
					</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 align="right" valign="bottom">
			※同一月に複数入力がある場合、一括変更は不可となります。
		</td>
	</tr>
</table>
<table width="99%">
	<tr>
		<td colspan="2">
			<table width="99%" 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 width="100%">
				<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="area_id"   type="hidden" value="{$area_id}">
			<input name="gyoumu_id" type="hidden" value="{$gyoumu_id}">
		</td>
	</tr>
</table>
<br>
<table width="100%"><tr><td><hr width="99%"></td></tr><table>
<br>