Sfoglia il codice sorgente

mod:强制结案附件非必填

weieryang 11 mesi fa
parent
commit
54c4651339
1 ha cambiato i file con 2 aggiunte e 5 eliminazioni
  1. 2 5
      WebUI/CallCenterWeb.UI/CommonHtml/StrongLawsuit.html

+ 2 - 5
WebUI/CallCenterWeb.UI/CommonHtml/StrongLawsuit.html

@@ -111,7 +111,7 @@
111 111
                 </td>
112 112
             </tr>
113 113
             <tr>
114
-				<th class="Importent">附件上传:</th>
114
+				<th>附件上传:</th>
115 115
 				<td colspan="7">
116 116
 					<div class="fileBox"></div>
117 117
 					<input class="input" type="file" name="upFile" id="upFile" multiple="multiple" style="display: none;">
@@ -170,10 +170,7 @@
170 170
         function JA(bUnits) {
171 171
         	// 判断是否上传文件,没有提示必传
172 172
         	var files = $("#file").val();
173
-        	if (!files) {
174
-        		layer.msg("附件不能为空");
175
-        		return;
176
-        	}
173
+        	
177 174
             $.post(huayi.config.callcenter_url + 'WorkOrder/ForceFinishWorkOrder', {
178 175
                 workorderid: wid,
179 176
                 completionStatus: $("#completionStatus").val(),