|
|
@ -98,7 +98,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
function listgo() {
|
|
|
|
function listgo() {
|
|
|
|
// document.location.href = "/BotMain_VM/admin/common/system/user/manage.do";
|
|
|
|
// document.location.href = "/BotMain_VM/admin/common/system/user/manage.do";
|
|
|
|
document.location.href = "<c:url value='/admin/common/system/userAdmin/manage.do'/>";
|
|
|
|
document.location.href = '/view/admin/common/system/userAdmin/manage.do';
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
function delBtn() {
|
|
|
|
function delBtn() {
|
|
|
@ -189,7 +189,7 @@
|
|
|
|
contentType: "application/json; charset=utf-8",
|
|
|
|
contentType: "application/json; charset=utf-8",
|
|
|
|
datatype: "JSON",
|
|
|
|
datatype: "JSON",
|
|
|
|
async: false,
|
|
|
|
async: false,
|
|
|
|
url: "<c:url value='/admin/common/system/user/save'/>",
|
|
|
|
url: '/admin/common/system/user/save',
|
|
|
|
data: JSON.stringify(json)
|
|
|
|
data: JSON.stringify(json)
|
|
|
|
}).complete(function (data) {
|
|
|
|
}).complete(function (data) {
|
|
|
|
// console.log(data.status);
|
|
|
|
// console.log(data.status);
|
|
|
@ -229,7 +229,7 @@
|
|
|
|
contentType: "application/json; charset=utf-8",
|
|
|
|
contentType: "application/json; charset=utf-8",
|
|
|
|
datatype: "JSON",
|
|
|
|
datatype: "JSON",
|
|
|
|
async: false,
|
|
|
|
async: false,
|
|
|
|
url: "<c:url value='/admin/common/system/user/authlist'/>" + "?serviceGroup=" + serviceGroup,
|
|
|
|
url: '/admin/common/system/user/authlist' + "?serviceGroup=" + serviceGroup,
|
|
|
|
success: function (data) {
|
|
|
|
success: function (data) {
|
|
|
|
data.forEach(function (e, i) {
|
|
|
|
data.forEach(function (e, i) {
|
|
|
|
html3
|
|
|
|
html3
|
|
|
@ -314,7 +314,7 @@
|
|
|
|
type: "GET",
|
|
|
|
type: "GET",
|
|
|
|
contentType: "application/json; charset=utf-8",
|
|
|
|
contentType: "application/json; charset=utf-8",
|
|
|
|
datatype: "JSON",
|
|
|
|
datatype: "JSON",
|
|
|
|
url: "<c:url value='/admin/common/system/user/authlist'/>" + "?serviceGroup=" + servoceGroup,
|
|
|
|
url: '/admin/common/system/user/authlist' + "?serviceGroup=" + servoceGroup,
|
|
|
|
success: function (data) {
|
|
|
|
success: function (data) {
|
|
|
|
data.forEach(function (e, i) {
|
|
|
|
data.forEach(function (e, i) {
|
|
|
|
html1
|
|
|
|
html1
|
|
|
@ -343,7 +343,7 @@
|
|
|
|
contentType: "application/json; charset=utf-8",
|
|
|
|
contentType: "application/json; charset=utf-8",
|
|
|
|
datatype: "JSON",
|
|
|
|
datatype: "JSON",
|
|
|
|
async: false,
|
|
|
|
async: false,
|
|
|
|
url: "<c:url value='/adm/menu/oprmng'/>"+ "?serviceType=M",
|
|
|
|
url: '/adm/menu/oprmng'+ "?serviceType=M",
|
|
|
|
success: function (data) {
|
|
|
|
success: function (data) {
|
|
|
|
// console.log(JSON.stringify(data));
|
|
|
|
// console.log(JSON.stringify(data));
|
|
|
|
data.forEach(function (e, f) {
|
|
|
|
data.forEach(function (e, f) {
|
|
|
@ -364,7 +364,7 @@
|
|
|
|
contentType: "application/json; charset=utf-8",
|
|
|
|
contentType: "application/json; charset=utf-8",
|
|
|
|
datatype: "JSON",
|
|
|
|
datatype: "JSON",
|
|
|
|
async: false,
|
|
|
|
async: false,
|
|
|
|
url: "<c:url value='/admin/common/system/user/cust/select'/>",
|
|
|
|
url: '/admin/common/system/user/cust/select',
|
|
|
|
success: function (data) {
|
|
|
|
success: function (data) {
|
|
|
|
// console.log(JSON.stringify(data));
|
|
|
|
// console.log(JSON.stringify(data));
|
|
|
|
|
|
|
|
|
|
|
@ -391,7 +391,7 @@
|
|
|
|
contentType: "application/json; charset=utf-8",
|
|
|
|
contentType: "application/json; charset=utf-8",
|
|
|
|
datatype: "JSON",
|
|
|
|
datatype: "JSON",
|
|
|
|
async: false,
|
|
|
|
async: false,
|
|
|
|
url: "<c:url value='/admin/common/system/userAdmin/service/select'/>" + "?custCode="+custCode,
|
|
|
|
url: '/admin/common/system/userAdmin/service/select' + "?custCode="+custCode,
|
|
|
|
success: function (data) {
|
|
|
|
success: function (data) {
|
|
|
|
// console.log(JSON.stringify(data));
|
|
|
|
// console.log(JSON.stringify(data));
|
|
|
|
data.forEach(function (e, f) {
|
|
|
|
data.forEach(function (e, f) {
|
|
|
@ -428,7 +428,7 @@
|
|
|
|
contentType: "application/json; charset=utf-8",
|
|
|
|
contentType: "application/json; charset=utf-8",
|
|
|
|
datatype: "JSON",
|
|
|
|
datatype: "JSON",
|
|
|
|
async: false,
|
|
|
|
async: false,
|
|
|
|
url: "<c:url value='/admin/common/system/user/doubleCheck'/>" + "?userId=" + userId,
|
|
|
|
url: '/admin/common/system/user/doubleCheck' + "?userId=" + userId,
|
|
|
|
success: function (data) {
|
|
|
|
success: function (data) {
|
|
|
|
// console.log(data);
|
|
|
|
// console.log(data);
|
|
|
|
if (data == "Y") {
|
|
|
|
if (data == "Y") {
|
|
|
|