|
|
@@ -345,7 +345,10 @@
|
|
345
|
345
|
</td>
|
|
346
|
346
|
<th>时间:</th>
|
|
347
|
347
|
<td colspan="3">
|
|
348
|
|
- <input id="starttime" class="photo x-color laydate-icon" type="text" autocomplete="off" style="height: 35px;" />-<input id="endtime" class="photo x-color laydate-icon" type="text" autocomplete="off" style="height: 35px;" />
|
|
|
348
|
+ <input id="starttime" class="photo x-color laydate-icon" type="text"
|
|
|
349
|
+ autocomplete="off" style="height: 35px;" />-<input id="endtime"
|
|
|
350
|
+ class="photo x-color laydate-icon" type="text" autocomplete="off"
|
|
|
351
|
+ style="height: 35px;" />
|
|
349
|
352
|
</td>
|
|
350
|
353
|
</tr>
|
|
351
|
354
|
<tr>
|
|
|
@@ -1137,6 +1140,34 @@
|
|
1137
|
1140
|
area: ["60%", "80%"], //宽高
|
|
1138
|
1141
|
});
|
|
1139
|
1142
|
}
|
|
|
1143
|
+ //退回
|
|
|
1144
|
+ function returnRedo(str) {
|
|
|
1145
|
+ layer.open({
|
|
|
1146
|
+ type: 2,
|
|
|
1147
|
+ content: "../CommonHtml/returnRedo.html?wid=" + str, //iframe的url,no代表不显示滚动条
|
|
|
1148
|
+ title: "退回",
|
|
|
1149
|
+ area: ["50%", "40%"], //宽高
|
|
|
1150
|
+ });
|
|
|
1151
|
+ }
|
|
|
1152
|
+ //退回
|
|
|
1153
|
+ function returnAuditor(str) {
|
|
|
1154
|
+ layer.open({
|
|
|
1155
|
+ type: 2,
|
|
|
1156
|
+ content: "../CommonHtml/returnAuditor.html?wid=" + str, //iframe的url,no代表不显示滚动条
|
|
|
1157
|
+ title: "退回",
|
|
|
1158
|
+ area: ["50%", "40%"], //宽高
|
|
|
1159
|
+ });
|
|
|
1160
|
+ }
|
|
|
1161
|
+ //修改
|
|
|
1162
|
+ function editProcessingResult(str) {
|
|
|
1163
|
+ layer.open({
|
|
|
1164
|
+ type: 2,
|
|
|
1165
|
+ content: "../CommonHtml/editProcessingResult.html?wid=" + str, //iframe的url,no代表不显示滚动条
|
|
|
1166
|
+ title: "修改",
|
|
|
1167
|
+ area: ["50%", "40%"], //宽高
|
|
|
1168
|
+ });
|
|
|
1169
|
+ }
|
|
|
1170
|
+
|
|
1140
|
1171
|
//上传文件
|
|
1141
|
1172
|
function upload() {
|
|
1142
|
1173
|
if (document.getElementById("upFile").files.length > 0) {
|