正在显示
4 个修改的文件
包含
7 行增加
和
7 行删除
@@ -114,10 +114,10 @@ | @@ -114,10 +114,10 @@ | ||
114 | </td> | 114 | </td> |
115 | 115 | ||
116 | <td class="kv-label">航协编号 | 116 | <td class="kv-label">航协编号 |
117 | - <span class="required_span">*</span> | 117 | + <span class="required_span"></span> |
118 | </td> | 118 | </td> |
119 | <td class="kv-content"> | 119 | <td class="kv-content"> |
120 | - <input required id="sd_iata_number" name="sd_iata_number" type="text" value="${sd.sd_iata_number}"> | 120 | + <input id="sd_iata_number" name="sd_iata_number" type="text" value="${sd.sd_iata_number}"> |
121 | </td> | 121 | </td> |
122 | </tr> | 122 | </tr> |
123 | 123 |
@@ -124,10 +124,10 @@ | @@ -124,10 +124,10 @@ | ||
124 | </td> | 124 | </td> |
125 | 125 | ||
126 | <td class="kv-label">航协编号 | 126 | <td class="kv-label">航协编号 |
127 | - <span class="required_span">*</span> | 127 | + <span class="required_span"></span> |
128 | </td> | 128 | </td> |
129 | <td class="kv-content"> | 129 | <td class="kv-content"> |
130 | - <input required id="sd_iata_number" name="sd_iata_number" type="text"> | 130 | + <input id="sd_iata_number" name="sd_iata_number" type="text"> |
131 | </td> | 131 | </td> |
132 | </tr> | 132 | </tr> |
133 | 133 |
@@ -54,7 +54,7 @@ | @@ -54,7 +54,7 @@ | ||
54 | <div id="tb" style="padding:0 30px;"><input type="hidden" id="idcc"> | 54 | <div id="tb" style="padding:0 30px;"><input type="hidden" id="idcc"> |
55 | <form id="searchForm"> | 55 | <form id="searchForm"> |
56 | <table class="search_form_table"> | 56 | <table class="search_form_table"> |
57 | - <spring:message code="manifest.bill.number"/>:<input id="manifnum" type="text" name="search_LIKE_sd_waybill" style="width:166px;height:35px;line-height:35px;"> | 57 | + <spring:message code="manifest.bill.number"/>:<input id="manifnum" type="text" name="search_LIKE_waybill" style="width:166px;height:35px;line-height:35px;"> |
58 | 海关关区:<input id="manifnum" type="text" name="search_EQ_customs" style="width:166px;height:35px;line-height:35px;"> | 58 | 海关关区:<input id="manifnum" type="text" name="search_EQ_customs" style="width:166px;height:35px;line-height:35px;"> |
59 | <a href="javascript:doSearch()" class="easyui-linkbutton" iconCls="icon-search" data-options="selected:true"><spring:message code="opt.search" /></a> | 59 | <a href="javascript:doSearch()" class="easyui-linkbutton" iconCls="icon-search" data-options="selected:true"><spring:message code="opt.search" /></a> |
60 | <a href="javascript:doSaves()" class="easyui-linkbutton" style="background:#18A197;color:#FFF;border: 1px solid #18A197;" iconCls="icon-add">添加</a> | 60 | <a href="javascript:doSaves()" class="easyui-linkbutton" style="background:#18A197;color:#FFF;border: 1px solid #18A197;" iconCls="icon-add">添加</a> |
@@ -95,10 +95,10 @@ | @@ -95,10 +95,10 @@ | ||
95 | 95 | ||
96 | <tr> | 96 | <tr> |
97 | <td class="kv-label">航协编号 | 97 | <td class="kv-label">航协编号 |
98 | - <span class="required_span">*</span> | 98 | + <span class="required_span"></span> |
99 | </td> | 99 | </td> |
100 | <td class="kv-content"> | 100 | <td class="kv-content"> |
101 | - <input required id="sd_iata_number" name="sd_iata_number" type="text"> | 101 | + <input id="sd_iata_number" name="sd_iata_number" type="text"> |
102 | </td> | 102 | </td> |
103 | 103 | ||
104 | <td class="kv-label">货物品名 | 104 | <td class="kv-label">货物品名 |
-
请 注册 或 登录 后发表评论