%%D0^D0C^D0C25D92%%ADM2041.tpl.php
3.6 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
<?PHP /* Smarty version 2.6.22, created on 2014-03-19 18:02:40
compiled from ADM2041.tpl */ ?>
<div class="SimMiddle">
<small><br></small>
<div class="MenuTitle">
<span id="titletxt">業務の追加・編集</span>
</div>
<div class="ConfMain">
<!--<?PHP if ($this->_tpl_vars['PHP_USER_ADMIN'] == 1 || $this->_tpl_vars['PHP_USER_ADMIN'] == 99): ?>-->
<br>
<table class="TBL_ADM0010_1">
<tr>
<th class="ConfKubunTh" width="100px">部門</th>
<td class="ConfKubunTd" width="300px"><SELECT name="cboInpBumon"><?PHP echo $this->_tpl_vars['BumonData']; ?>
</SELECT></td>
</tr>
<tr>
<th class="ConfKubunTh" width="100px">工番</th>
<td class="ConfKubunTd" width="300px"><input type="text" name="gyoumu_koban" value="<?PHP echo $this->_tpl_vars['gyoumu_koban']; ?>
" size="60"></td>
</tr>
<tr>
<th class="ConfKubunTh" width="100px">業務名称</th>
<td class="ConfKubunTd" width="300px"><input type="text" name="gyoumu_name" value="<?PHP echo $this->_tpl_vars['gyoumu_name']; ?>
" size="60"></td>
</tr>
<tr>
<th class="ConfKubunTh">受注額</th>
<td class="ConfKubunTd"><input type="text" name="gyoumu_money" value="<?PHP echo $this->_tpl_vars['gyoumu_money']; ?>
"><?PHP echo $this->_tpl_vars['Money_Tani']; ?>
</td>
</tr>
<tr>
<th class="ConfKubunTh">取引先業者</th>
<td class="ConfKubunTd">
<input type="text" name="gyousya" value="<?PHP echo $this->_tpl_vars['gyousya_name']; ?>
" size="60">
<!--
<input type="checkbox" name="gyousya[]" value="<?PHP echo $this->_tpl_vars['gyousya_id'][$this->_sections['item']['index']]; ?>
" <?PHP if ($this->_tpl_vars['gyousya_chk'][$this->_sections['item']['index']]): ?>checked<?PHP endif; ?> ><label for="gyousya[]"><?PHP echo $this->_tpl_vars['gyousya_name'][$this->_sections['item']['index']]; ?>
</label><br />
-->
</td>
</tr>
<tr>
<th class="ConfKubunTh">期間</th>
<td class="ConfKubunTd">
<table>
<tr>
<td>
<input type="text" name="gyoumu_st_term" size="15" value="<?PHP echo $this->_tpl_vars['gyoumu_st_term']; ?>
">
<!--カレンダー表示-->
<a href="javascript:cal2.write();">
<img id="dateLink1" src="./templates/img/cl001.gif" alt="日付選択" border="0" style="vertical-align:middle;margin:5px"/>
</a>
<input type="hidden" name="colname2" value="<?PHP echo $this->_tpl_vars['txtCalSeikyu']; ?>
">
<div id="calid2"></div>
</td>
<td>〜</td>
<td>
<input type="text" name="gyoumu_ed_term" size="15" value="<?PHP echo $this->_tpl_vars['gyoumu_ed_term']; ?>
">
<!--カレンダー表示-->
<a href="javascript:cal3.write();">
<img id="dateLink2" src="./templates/img/cl001.gif" alt="日付選択" border="0" style="vertical-align:middle;margin:5px"/>
</a>
<input type="hidden" name="colname3" value="<?PHP echo $this->_tpl_vars['txtCalKigen']; ?>
">
<div id="calid3"></div>
</td>
</tr>
</table>
</td>
</tr>
</table>
<br>
<table class="MemTable">
<TR>
<TD align="center">
<input type="button" class="btnGo" value=" <?PHP echo $this->_tpl_vars['btnCap']; ?>
" onclick="data_chk('<?PHP echo $this->_tpl_vars['seq']; ?>
', '<?PHP echo $this->_tpl_vars['mode']; ?>
')">
<input type="button" class="btnCancel" value=" キャンセル " onclick="location.href='ADM2040.php'">
</TD>
</TR>
</table>
<br>
<!--<?PHP else: ?>-->
<a href="SIM0100.php"><span class="Normalfont">マスタ変更権限がありません</span></a>
<!--<?PHP endif; ?>-->
</div>
<br>
</div>