ADM2030.tpl 1.78 KB
	<div class="SimMiddle">
		<small><br></small>
		<div class="MenuTitle">
			<span id="titletxt">業者設定</span>
		</div>
		<div class="ConfMain">
			<!--{if $PHP_USER_ADMIN == 1 || $PHP_USER_ADMIN == 99}-->
			<br>
			<table class="MemTable">
				<TR>
					<TD align="center">
				<input type="button" class="btnGo"  value="業者の追加" onclick="location.href='ADM2031.php?mode=add'">   
					</TD>
				</TR>
			</table>
				<br>
				<table class="TBL_ADM0010_1">
					<tr>
						<th class="ConfKubunTh" width="250">業者名称</th>
						<th class="ConfKubunTh" width="50">請求先</th>
						<th class="ConfKubunTh" width="50">外注先</th>
						<th class="ConfKubunTh" width="200">メ  モ</th>
						<th class="ConfKubunTh" width="70">削  除</th>
					</tr>
					<!--{section name=item loop=$gyousya_id}-->
						<tr>
							<td class="ConfKubunTd">
								<a href="ADM2031.php?mode=edt&seq={$gyousya_id[item]}">{$gyousya_name[item]}</a>
							</td>
							<td class="ConfKubunTd" align="center"><!--{if $disp_mode1[item] == 1}-->○<!--{/if}--></td>
							<td class="ConfKubunTd" align="center"><!--{if $disp_mode2[item] == 1}-->○<!--{/if}--></td>
							<td class="ConfKubunTd">{$gyousya_memo[item]}</td>
							<td class="ConfKubunTd" align="center">
								<input type="button" class="btnDelete" value= " 削除 " onclick="del_chk({$gyousya_id[item]}, '{$gyousya_name[item]}')">
							</td>
						</tr>
					<!--{/section}-->
				</table>
				<br>
			<table class="MemTable">
				<TR>
					<TD align="center">
				<input type="button" class="btnGo"  value="業者の追加" onclick="location.href='ADM2031.php?mode=add'">   
					</TD>
				</TR>
			</table>
			<br>
			<!--{else}-->
				<a href="SIM0100.php"><span class="Normalfont">マスタ変更権限がありません</span></a>
			<!--{/if}-->
		</div>
		<br>
	</div>