liuzhen %!s(int64=5) %!d(string=hace) años
padre
commit
19347d9e08
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  1. 6 0
      WeChat/index.html

+ 6 - 0
WeChat/index.html

@@ -66,6 +66,9 @@
66 66
 					case "GDXQ":
67 67
 						window.location.replace("content/orderDetail.html?id="+id);
68 68
 						break; //工单详情
69
+					case "WZDA":
70
+						window.location.replace("content/borrowList.html");
71
+						break; //物资档案列表
69 72
 					default:
70 73
 						window.location.replace("error.html");
71 74
 						break;
@@ -94,6 +97,9 @@
94 97
 					case "GDXQ":
95 98
 						window.location.replace("content/orderDetail.html?id="+id);
96 99
 						break; //工单详情
100
+					case "WZDA":
101
+						window.location.replace("content/borrowList.html");
102
+						break; //物资档案列表
97 103
 					default:
98 104
 						window.location.replace("error.html");
99 105
 						break;