| | |
| | | $("#trCarNo").css("display", "table-row"); |
| | | $("#trCarYes").css("display", "none"); |
| | | } |
| | | if ($(this).val() == "15") { |
| | | |
| | | $("#trShoukuandanwei").css("display", "table-row"); |
| | | } else { |
| | | |
| | | $("#trShoukuandanwei").css("display", "none"); |
| | | } |
| | | |
| | | |
| | | }); |
| | | |
| | | if ($("#selPlanDataType").val() == "7") { |
| | | $("#trCarNo").css("display", "none"); |
| | | $("#trCarYes").css("display", "table-row"); |
| | | } else { |
| | | $("#trCarNo").css("display", "table-row"); |
| | | $("#trCarYes").css("display", "none"); |
| | | } |
| | | if ($("#selPlanDataType").val() == "15") { |
| | | |
| | | $("#trShoukuandanwei").css("display", "table-row"); |
| | | } else { |
| | | |
| | | $("#trShoukuandanwei").css("display", "none"); |
| | | } |
| | | }); |
| | | </script> |
| | | </head> |
| | |
| | | <option value="7">用车</option> |
| | | <option value="10">业务经费</option> |
| | | <option value="11">客户联谊</option> |
| | | <%-- <option value="13">开票申请</option>--%> |
| | | <option value="15">付款申请</option> |
| | | <option value="12">其他</option> |
| | | </select> |
| | | </td> |
| | |
| | | <select id="selPlanTitle" runat="server" keepdefaultstyle="true" style=" width:100px;"></select> |
| | | </td> |
| | | </tr> |
| | | <tr id="trShoukuandanwei" style=" display:none;"> |
| | | <td class="ali03"> |
| | | 收款单位: |
| | | </td> |
| | | <td colspan="3"> |
| | | <input id="txtShoukuandanwei" type="text" style=" width:400px;" class="" runat="server" msg="请输入收款单位" maxlength="50" /> |
| | | </td> |
| | | </tr> |
| | | <tr> |
| | | <td class="ali03"> |
| | | 请示内容: |