|
|
@@ -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(),
|