|
@@ -467,7 +467,6 @@
|
|
|
",'"+document.getElementById("select_num").value+"')";
|
|
|
new WsCommonClass("QueryDataBaseJson", ["sql"], [strSqlTask], querySuccess, "AddInfo");
|
|
|
//alert(strSqlTask)
|
|
|
-
|
|
|
// 巡查员用户&区级管理员用户
|
|
|
if(role == "21" || role == "3"){
|
|
|
// for(i=0;i<=objimgs.length;i++){
|
|
@@ -531,8 +530,7 @@
|
|
|
",'"+$("#select_town option:selected").text()+"','"+$("#select_town option:selected").val()+"',"+month+","+year+",sysdate,"+souce+","+soucesub+
|
|
|
",'"+document.getElementById("select_num").value+"')";
|
|
|
new WsCommonClass("QueryDataBaseJson", ["sql"], [strSqlTask], querySuccess, "AddInfo");
|
|
|
- //alert(strSqlTask)
|
|
|
-
|
|
|
+ //alert(strSqlTask)
|
|
|
// 巡查员用户&区级管理员用户
|
|
|
if(role == "21" || role == "3"){
|
|
|
var strSql = "insert into 巡检状态(ID,一户一档ID,状态,手机,照片1,照片2 ) " +
|