4,250
社区成员
发帖
与我相关
我的任务
分享 <tr>
<td align="right"><span class="red">*</span>送货日期:</td>
<td><input name="send_type" type="radio" id="RadioGroup1_0" value="1" checked="checked" />
只工作日送货(双休日,假日不送) <br />
<input type="radio" name="send_type" value="0" id="RadioGroup1_1" />
工作日、双休日与假日均可送货
</label>
<br />
<input type="radio" name="send_type" value="0" id="RadioGroup1_2" />
只双休日、假日送货(工作日不送货)
</label></td>
</tr>
<tr>
<td align="right">设为默认:</td>
<td><input name="is_default" type="checkbox" id="is_default" value="1" /></td>
</tr>
<tr>
<td align="right"><span class="red">*</span>送货日期:</td>
<td><input name="send_type" type="radio" id="RadioGroup1_0" value="1" checked="checked" />
<label for="RadioGroup1_0">只工作日送货(双休日,假日不送)</label> <br />
<input type="radio" name="send_type" value="0" id="RadioGroup1_1" />
<label for="RadioGroup1_1">工作日、双休日与假日均可送货
</label>
<br />
<input type="radio" name="send_type" value="0" id="RadioGroup1_2" />
<label for="RadioGroup1_2">只双休日、假日送货(工作日不送货)
</label></td>
</tr>
<tr>
<td align="right">设为默认:</td>
<td><input name="is_default" type="checkbox" id="is_default" value="1" /></td>
</tr>