|
|
@@ -92,10 +92,16 @@
|
|
|
<tr>
|
|
|
<th class="taC" width="100"><span class="colRed">*</span>值班日期</th><td><input placeholder="请选择值班日期" type="date"></td>
|
|
|
</tr>
|
|
|
+ <tr>
|
|
|
+ <th class="taC" width="100"><span class="colRed">*</span>时间</th><td><select><option>全天(1天)</option><option>上午(0.5天)</option><option>下午(0.5天)</option></select></td>
|
|
|
+ </tr>
|
|
|
<!--加班-->
|
|
|
<tr>
|
|
|
<th class="taC" width="100"><span class="colRed">*</span>加班日期</th><td><input placeholder="请选择值班日期" type="date"></td>
|
|
|
</tr>
|
|
|
+ <tr>
|
|
|
+ <th class="taC" width="100"><span class="colRed">*</span>时间</th><td><select><option>全天(1天)</option><option>上午(0.5天)</option><option>下午(0.5天)</option></select></td>
|
|
|
+ </tr>
|
|
|
<!--提现-->
|
|
|
<tr>
|
|
|
<th class="taC" width="100"><span class="colRed">*</span>提现天数</th><td><input placeholder="请输入提现天数" type="number" step="0.5"></td>
|