修改样式
This commit is contained in:
parent
4ccd339437
commit
0a55d87aae
|
|
@ -4,13 +4,13 @@
|
||||||
<form id="auAddForm" method="POST" onsubmit="return false;" >
|
<form id="auAddForm" method="POST" onsubmit="return false;" >
|
||||||
<table cellspacing="0" cellpadding="0" border="0" class="customTable">
|
<table cellspacing="0" cellpadding="0" border="0" class="customTable">
|
||||||
<tbody>
|
<tbody>
|
||||||
|
|
||||||
<tr style="display:none;">
|
<tr style="display:none;">
|
||||||
<td colspan="2" class="ui-state-error">
|
<td colspan="2" class="ui-state-error">
|
||||||
<input type="hidden" name="id" style="width:50%;">
|
<input type="hidden" name="id" style="width:50%;">
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr class="FormData">
|
<tr class="FormData">
|
||||||
<td class="CaptionTD" onclick="unitTree();" style="cursor:pointer"><font color="red">*</font>退料单位:</td>
|
<td class="CaptionTD" onclick="unitTree();" style="cursor:pointer"><font color="red">*</font>退料单位:</td>
|
||||||
<td class="DataTD">
|
<td class="DataTD">
|
||||||
|
|
@ -19,7 +19,7 @@
|
||||||
<a href="#" title="过滤" onclick="unitTree(); return false;" class="lrspace3 aBtnNoTD" data-toggle="modal"><i class='icon-zoom-in color-p bigger-140'></i></a>
|
<a href="#" title="过滤" onclick="unitTree(); return false;" class="lrspace3 aBtnNoTD" data-toggle="modal"><i class='icon-zoom-in color-p bigger-140'></i></a>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr class="FormData">
|
<tr class="FormData">
|
||||||
<td class="CaptionTD" onclick="projectTree();" style="cursor:pointer"><font color="red">*</font>退料工程:</td>
|
<td class="CaptionTD" onclick="projectTree();" style="cursor:pointer"><font color="red">*</font>退料工程:</td>
|
||||||
<td class="DataTD">
|
<td class="DataTD">
|
||||||
|
|
@ -28,45 +28,45 @@
|
||||||
<a href="#" title="过滤" onclick="projectTree(); return false;" class="lrspace3 aBtnNoTD" data-toggle="modal"><i class='icon-zoom-in color-p bigger-140'></i></a>
|
<a href="#" title="过滤" onclick="projectTree(); return false;" class="lrspace3 aBtnNoTD" data-toggle="modal"><i class='icon-zoom-in color-p bigger-140'></i></a>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr class="FormData">
|
<tr class="FormData">
|
||||||
<td class="CaptionTD">领用方:</td>
|
<td class="CaptionTD">领用方:</td>
|
||||||
<td class="DataTD">
|
<td class="DataTD">
|
||||||
<select id="subcontractors" name="subcontractors">
|
<select id="subcontractors" name="subcontractors">
|
||||||
|
|
||||||
</select>
|
</select>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr class="FormData">
|
<tr class="FormData">
|
||||||
<td class="CaptionTD"><font color="red">*</font>协议编号:</td>
|
<td class="CaptionTD"><font color="red">*</font>协议编号:</td>
|
||||||
<td class="DataTD">
|
<td class="DataTD">
|
||||||
<input type="text" jyValidate="required" readonly="readonly" name="agreementCode" id="agreementCode" style="width:50%;" class="FormElement ui-widget-content ui-corner-all">
|
<input type="text" jyValidate="required" readonly="readonly" name="agreementCode" id="agreementCode" style="width:50%;" class="FormElement ui-widget-content ui-corner-all">
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr class="FormData">
|
<tr class="FormData">
|
||||||
<td class="CaptionTD"><font color="red">*</font>退料单号:</td>
|
<td class="CaptionTD"><font color="red">*</font>退料单号:</td>
|
||||||
<td class="DataTD">
|
<td class="DataTD">
|
||||||
<input type="text" jyValidate="required" readonly="readonly" name="number" id="number" style="width:50%;" class="FormElement ui-widget-content ui-corner-all">
|
<input type="text" jyValidate="required" readonly="readonly" name="number" id="number" style="width:50%;" class="FormElement ui-widget-content ui-corner-all">
|
||||||
|
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr class="FormData">
|
<tr class="FormData">
|
||||||
<td class="CaptionTD"><font color="red">*</font>退料人:</td>
|
<td class="CaptionTD"><font color="red">*</font>退料人:</td>
|
||||||
<td class="DataTD">
|
<td class="DataTD">
|
||||||
<input type="text" jyValidate="required" name="userName" style="width:50%;" class="FormElement ui-widget-content ui-corner-all">
|
<input type="text" jyValidate="required" name="userName" style="width:50%;" class="FormElement ui-widget-content ui-corner-all">
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr class="FormData">
|
<tr class="FormData">
|
||||||
<td class="CaptionTD"><font color="red">*</font>联系方式:</td>
|
<td class="CaptionTD"><font color="red">*</font>联系方式:</td>
|
||||||
<td class="DataTD">
|
<td class="DataTD">
|
||||||
<input class="datainp" type="text" jyValidate="required" name="phone" style="width:50%;" class="FormElement ui-widget-content ui-corner-all">
|
<input class="datainp" type="text" jyValidate="required" name="phone" style="width:50%;" class="FormElement ui-widget-content ui-corner-all">
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr class="FormData">
|
<tr class="FormData">
|
||||||
<td class="CaptionTD">备注:</td>
|
<td class="CaptionTD">备注:</td>
|
||||||
<td class="DataTD">
|
<td class="DataTD">
|
||||||
|
|
@ -171,8 +171,11 @@
|
||||||
<td id="remark4" class="basic" style="text-align:center;border: 1px solid #000000;"></td>
|
<td id="remark4" class="basic" style="text-align:center;border: 1px solid #000000;"></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr style="height: 50px">
|
<tr style="height: 50px">
|
||||||
<td colspan="5" style="height:30px;font-weight: bold;font-family:'宋体';border-top: 1px solid #000000;">库工:</td>
|
<td colspan="9" style="height:30px;font-weight: bold;font-family:'宋体';color:red;border-top: 1px solid #000000;">备注:以上货物其上标注的“待修”状态为初步预估,实际结果(完好/待修/报废)以检修后最终确认为准。</td>
|
||||||
<td colspan="4" style="height:30px;font-weight: bold;font-family:'宋体';border-top: 1px solid #000000;">退料人:</td>
|
</tr>
|
||||||
|
<tr style="height: 50px">
|
||||||
|
<td colspan="5" style="height:30px;font-weight: bold;font-family:'宋体';">库工:</td>
|
||||||
|
<td colspan="4" style="height:30px;font-weight: bold;font-family:'宋体';">退料人:</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr style="height: 50px">
|
<tr style="height: 50px">
|
||||||
<td colspan="5" style="height:30px;font-weight: bold;font-family:'宋体'">检验:</td>
|
<td colspan="5" style="height:30px;font-weight: bold;font-family:'宋体'">检验:</td>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue