RCV1050.tpl 3.08 KB
<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>