liuzhihui 3 vuotta sitten
vanhempi
commit
bbfa9c60d1
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      WebUI/CallCenterWeb.UI/CommonHtml/updatingFiles.html

+ 2 - 2
WebUI/CallCenterWeb.UI/CommonHtml/updatingFiles.html

@@ -106,7 +106,7 @@
106 106
                     <!--<input class="input" type="button" value="删除附件" id="scfj" style="display:none;" />-->
107 107
                     <input type="hidden" id="file" />
108 108
                 	<span style="color:#FF0000; border: none;">
109
-                    	(文件格式为png,jpg,pdf)
109
+                    	(文件格式为png,jpg,pdf,doc,docx)
110 110
                     </span>
111 111
                 </td>
112 112
             </tr>
@@ -238,7 +238,7 @@
238 238
                 }
239 239
                 formData.append("token", $.cookie("token"));
240 240
                 var typeName=Files[0].name.split('.')[1];
241
-                if (typeName == "png" || typeName == 'jpg' || typeName =='pdf') {
241
+                if (typeName == "png" || typeName == 'jpg' || typeName =='pdf'|| typeName =='doc'|| typeName =='docx') {
242 242
 	                $.ajax({
243 243
 	                    url: huayi.config.callcenter_url + "/WorkOrder/UploadFile",
244 244
 	                    type: "POST",