Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
doc_wei
Skyeye
提交
ff5ede11
S
Skyeye
项目概览
doc_wei
/
Skyeye
通知
1173
Star
154
Fork
127
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
S
Skyeye
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
ff5ede11
编写于
7月 24, 2022
作者:
doc_wei
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
【CRM】删除我创建的客户信息,删除我负责的客户信息
上级
a2d68425
变更
6
隐藏空白更改
内联
并排
Showing
6 changed file
with
11 addition
and
369 deletion
+11
-369
crm/src/main/resources/template/js/customermanage/customerlist.js
...main/resources/template/js/customermanage/customerlist.js
+3
-3
crm/src/main/resources/template/js/customermanage/myConscientiousList.js
...sources/template/js/customermanage/myConscientiousList.js
+0
-102
crm/src/main/resources/template/js/customermanage/myCreateList.js
...main/resources/template/js/customermanage/myCreateList.js
+0
-146
crm/src/main/resources/template/tpl/customermanage/myConscientiousList.html
...rces/template/tpl/customermanage/myConscientiousList.html
+0
-56
crm/src/main/resources/template/tpl/customermanage/myCreateList.html
...n/resources/template/tpl/customermanage/myCreateList.html
+0
-62
web/src/main/resources/template/assets/lib/layui/customer/tableUtil/initTableSearchUtil.js
...ssets/lib/layui/customer/tableUtil/initTableSearchUtil.js
+8
-0
未找到文件。
crm/src/main/resources/template/js/customermanage/customerlist.js
浏览文件 @
ff5ede11
...
@@ -42,9 +42,9 @@ layui.config({
...
@@ -42,9 +42,9 @@ layui.config({
{
field
:
'
fromName
'
,
title
:
'
客户来源
'
,
align
:
'
left
'
,
width
:
120
},
{
field
:
'
fromName
'
,
title
:
'
客户来源
'
,
align
:
'
left
'
,
width
:
120
},
{
field
:
'
industryName
'
,
title
:
'
所属行业
'
,
align
:
'
left
'
,
width
:
180
},
{
field
:
'
industryName
'
,
title
:
'
所属行业
'
,
align
:
'
left
'
,
width
:
180
},
{
field
:
'
createName
'
,
title
:
systemLanguage
[
"
com.skyeye.createName
"
][
languageType
],
align
:
'
left
'
,
width
:
120
},
{
field
:
'
createName
'
,
title
:
systemLanguage
[
"
com.skyeye.createName
"
][
languageType
],
align
:
'
left
'
,
width
:
120
},
{
field
:
'
createTime
'
,
title
:
systemLanguage
[
"
com.skyeye.createTime
"
][
languageType
],
align
:
'
center
'
,
width
:
1
0
0
},
{
field
:
'
createTime
'
,
title
:
systemLanguage
[
"
com.skyeye.createTime
"
][
languageType
],
align
:
'
center
'
,
width
:
1
5
0
},
{
field
:
'
lastUpdateName
'
,
title
:
systemLanguage
[
"
com.skyeye.lastUpdateName
"
][
languageType
],
align
:
'
left
'
,
width
:
1
0
0
},
{
field
:
'
lastUpdateName
'
,
title
:
systemLanguage
[
"
com.skyeye.lastUpdateName
"
][
languageType
],
align
:
'
left
'
,
width
:
1
2
0
},
{
field
:
'
lastUpdateTime
'
,
title
:
'
最后修改时间
'
,
align
:
'
center
'
,
width
:
10
0
},
{
field
:
'
lastUpdateTime
'
,
title
:
systemLanguage
[
"
com.skyeye.lastUpdateTime
"
][
languageType
],
align
:
'
center
'
,
width
:
15
0
},
{
title
:
systemLanguage
[
"
com.skyeye.operation
"
][
languageType
],
fixed
:
'
right
'
,
align
:
'
center
'
,
width
:
150
,
toolbar
:
'
#tableBar
'
}
{
title
:
systemLanguage
[
"
com.skyeye.operation
"
][
languageType
],
fixed
:
'
right
'
,
align
:
'
center
'
,
width
:
150
,
toolbar
:
'
#tableBar
'
}
]],
]],
done
:
function
(
json
)
{
done
:
function
(
json
)
{
...
...
crm/src/main/resources/template/js/customermanage/myConscientiousList.js
已删除
100644 → 0
浏览文件 @
a2d68425
var
rowId
=
""
;
var
searchType
=
""
;
layui
.
config
({
base
:
basePath
,
version
:
skyeyeVersion
}).
extend
({
window
:
'
js/winui.window
'
}).
define
([
'
window
'
,
'
table
'
,
'
jquery
'
,
'
winui
'
,
'
form
'
],
function
(
exports
)
{
winui
.
renderColor
();
var
$
=
layui
.
$
,
form
=
layui
.
form
,
table
=
layui
.
table
;
// 客户分类
sysDictDataUtil
.
showDictDataListByDictTypeCode
(
sysDictData
[
"
crmCustomerType
"
][
"
key
"
],
'
select
'
,
"
typeId
"
,
''
,
form
);
// 客户来源
sysDictDataUtil
.
showDictDataListByDictTypeCode
(
sysDictData
[
"
crmCustomerFrom
"
][
"
key
"
],
'
select
'
,
"
fromId
"
,
''
,
form
);
// 客户所属行业
sysDictDataUtil
.
showDictDataListByDictTypeCode
(
sysDictData
[
"
crmCustomerIndustry
"
][
"
key
"
],
'
select
'
,
"
industryId
"
,
''
,
form
);
// 获取我负责的客户管理列表
table
.
render
({
id
:
'
messageTable
'
,
elem
:
'
#messageTable
'
,
method
:
'
post
'
,
url
:
flowableBasePath
+
'
customer010
'
,
where
:
getTableParams
(),
even
:
true
,
page
:
true
,
limits
:
getLimits
(),
limit
:
getLimit
(),
cols
:
[[
{
title
:
systemLanguage
[
"
com.skyeye.serialNumber
"
][
languageType
],
type
:
'
numbers
'
},
{
field
:
'
name
'
,
title
:
'
客户名称
'
,
align
:
'
left
'
,
width
:
300
,
templet
:
function
(
d
)
{
return
'
<a lay-event="details" class="notice-title-click">
'
+
d
.
name
+
'
</a>
'
;
}},
{
field
:
'
typeName
'
,
title
:
'
客户分类
'
,
align
:
'
left
'
,
width
:
120
},
{
field
:
'
fromName
'
,
title
:
'
客户来源
'
,
align
:
'
left
'
,
width
:
120
},
{
field
:
'
industryName
'
,
title
:
'
所属行业
'
,
align
:
'
left
'
,
width
:
180
},
{
field
:
'
createName
'
,
title
:
systemLanguage
[
"
com.skyeye.createName
"
][
languageType
],
align
:
'
left
'
,
width
:
120
},
{
field
:
'
createTime
'
,
title
:
systemLanguage
[
"
com.skyeye.createTime
"
][
languageType
],
align
:
'
center
'
,
width
:
100
},
{
field
:
'
lastUpdateName
'
,
title
:
systemLanguage
[
"
com.skyeye.lastUpdateName
"
][
languageType
],
align
:
'
left
'
,
width
:
100
},
{
field
:
'
lastUpdateTime
'
,
title
:
'
最后修改时间
'
,
align
:
'
center
'
,
width
:
100
},
{
title
:
systemLanguage
[
"
com.skyeye.operation
"
][
languageType
],
fixed
:
'
right
'
,
align
:
'
center
'
,
width
:
150
,
toolbar
:
'
#tableBar
'
}
]],
done
:
function
(){
matchingLanguage
();
}
});
table
.
on
(
'
tool(messageTable)
'
,
function
(
obj
)
{
var
data
=
obj
.
data
;
var
layEvent
=
obj
.
event
;
if
(
layEvent
===
'
details
'
){
//详情
details
(
data
);
}
});
form
.
render
();
// 详情
function
details
(
data
){
rowId
=
data
.
id
;
_openNewWindows
({
url
:
"
../../tpl/customermanage/customerdetails.html
"
,
title
:
systemLanguage
[
"
com.skyeye.detailsPageTitle
"
][
languageType
],
pageId
:
"
customerdetails
"
,
area
:
[
'
90vw
'
,
'
90vh
'
],
callBack
:
function
(
refreshCode
){
}});
}
$
(
"
body
"
).
on
(
"
click
"
,
"
#formSearch
"
,
function
()
{
refreshTable
();
});
$
(
"
body
"
).
on
(
"
click
"
,
"
#reloadTable
"
,
function
()
{
loadTable
();
});
function
loadTable
(){
table
.
reload
(
"
messageTable
"
,
{
where
:
getTableParams
()});
}
function
refreshTable
(){
table
.
reload
(
"
messageTable
"
,
{
page
:
{
curr
:
1
},
where
:
getTableParams
()});
}
function
getTableParams
(){
return
{
name
:
$
(
"
#customerName
"
).
val
(),
typeId
:
$
(
"
#typeId
"
).
val
(),
fromId
:
$
(
"
#fromId
"
).
val
(),
industryId
:
$
(
"
#industryId
"
).
val
()
};
}
exports
(
'
myConscientiousList
'
,
{});
});
\ No newline at end of file
crm/src/main/resources/template/js/customermanage/myCreateList.js
已删除
100644 → 0
浏览文件 @
a2d68425
var
rowId
=
""
;
var
searchType
=
""
;
layui
.
config
({
base
:
basePath
,
version
:
skyeyeVersion
}).
extend
({
window
:
'
js/winui.window
'
}).
define
([
'
window
'
,
'
table
'
,
'
jquery
'
,
'
winui
'
,
'
form
'
],
function
(
exports
)
{
winui
.
renderColor
();
var
$
=
layui
.
$
,
form
=
layui
.
form
,
table
=
layui
.
table
;
authBtn
(
'
1586179447152
'
);
// 客户分类
sysDictDataUtil
.
showDictDataListByDictTypeCode
(
sysDictData
[
"
crmCustomerType
"
][
"
key
"
],
'
select
'
,
"
typeId
"
,
''
,
form
);
// 客户来源
sysDictDataUtil
.
showDictDataListByDictTypeCode
(
sysDictData
[
"
crmCustomerFrom
"
][
"
key
"
],
'
select
'
,
"
fromId
"
,
''
,
form
);
// 客户所属行业
sysDictDataUtil
.
showDictDataListByDictTypeCode
(
sysDictData
[
"
crmCustomerIndustry
"
][
"
key
"
],
'
select
'
,
"
industryId
"
,
''
,
form
);
// 获取我创建的客户管理列表
table
.
render
({
id
:
'
messageTable
'
,
elem
:
'
#messageTable
'
,
method
:
'
post
'
,
url
:
flowableBasePath
+
'
customer011
'
,
where
:
getTableParams
(),
even
:
true
,
page
:
true
,
limits
:
getLimits
(),
limit
:
getLimit
(),
cols
:
[[
{
title
:
systemLanguage
[
"
com.skyeye.serialNumber
"
][
languageType
],
type
:
'
numbers
'
},
{
field
:
'
name
'
,
title
:
'
客户名称
'
,
align
:
'
left
'
,
width
:
300
,
templet
:
function
(
d
)
{
return
'
<a lay-event="details" class="notice-title-click">
'
+
d
.
name
+
'
</a>
'
;
}},
{
field
:
'
typeName
'
,
title
:
'
客户分类
'
,
align
:
'
left
'
,
width
:
120
},
{
field
:
'
fromName
'
,
title
:
'
客户来源
'
,
align
:
'
left
'
,
width
:
120
},
{
field
:
'
industryName
'
,
title
:
'
所属行业
'
,
align
:
'
left
'
,
width
:
180
},
{
field
:
'
createName
'
,
title
:
systemLanguage
[
"
com.skyeye.createName
"
][
languageType
],
align
:
'
left
'
,
width
:
120
},
{
field
:
'
createTime
'
,
title
:
systemLanguage
[
"
com.skyeye.createTime
"
][
languageType
],
align
:
'
center
'
,
width
:
100
},
{
field
:
'
lastUpdateName
'
,
title
:
systemLanguage
[
"
com.skyeye.lastUpdateName
"
][
languageType
],
align
:
'
left
'
,
width
:
100
},
{
field
:
'
lastUpdateTime
'
,
title
:
'
最后修改时间
'
,
align
:
'
center
'
,
width
:
100
},
{
title
:
systemLanguage
[
"
com.skyeye.operation
"
][
languageType
],
fixed
:
'
right
'
,
align
:
'
center
'
,
width
:
150
,
toolbar
:
'
#tableBar
'
}
]],
done
:
function
(){
matchingLanguage
();
}
});
table
.
on
(
'
tool(messageTable)
'
,
function
(
obj
)
{
var
data
=
obj
.
data
;
var
layEvent
=
obj
.
event
;
if
(
layEvent
===
'
edit
'
)
{
// 编辑
edit
(
data
);
}
else
if
(
layEvent
===
'
delete
'
){
// 删除
del
(
data
);
}
else
if
(
layEvent
===
'
details
'
){
// 详情
details
(
data
);
}
});
form
.
render
();
// 新增
$
(
"
body
"
).
on
(
"
click
"
,
"
#addBean
"
,
function
()
{
_openNewWindows
({
url
:
"
../../tpl/customermanage/customeradd.html
"
,
title
:
"
新增客户
"
,
pageId
:
"
customeradd
"
,
area
:
[
'
90vw
'
,
'
90vh
'
],
callBack
:
function
(
refreshCode
){
winui
.
window
.
msg
(
systemLanguage
[
"
com.skyeye.successfulOperation
"
][
languageType
],
{
icon
:
1
,
time
:
2000
});
loadTable
();
}});
});
// 编辑
function
edit
(
data
){
rowId
=
data
.
id
;
_openNewWindows
({
url
:
"
../../tpl/customermanage/customeredit.html
"
,
title
:
"
编辑客户
"
,
pageId
:
"
customeredit
"
,
area
:
[
'
90vw
'
,
'
90vh
'
],
callBack
:
function
(
refreshCode
){
winui
.
window
.
msg
(
systemLanguage
[
"
com.skyeye.successfulOperation
"
][
languageType
],
{
icon
:
1
,
time
:
2000
});
loadTable
();
}});
}
// 详情
function
details
(
data
){
rowId
=
data
.
id
;
_openNewWindows
({
url
:
"
../../tpl/customermanage/customerdetails.html
"
,
title
:
systemLanguage
[
"
com.skyeye.detailsPageTitle
"
][
languageType
],
pageId
:
"
customerdetails
"
,
area
:
[
'
90vw
'
,
'
90vh
'
],
callBack
:
function
(
refreshCode
){
}});
}
// 删除
function
del
(
data
,
obj
){
layer
.
confirm
(
systemLanguage
[
"
com.skyeye.deleteOperationMsg
"
][
languageType
],
{
icon
:
3
,
title
:
systemLanguage
[
"
com.skyeye.deleteOperation
"
][
languageType
]},
function
(
index
){
layer
.
close
(
index
);
AjaxPostUtil
.
request
({
url
:
flowableBasePath
+
"
customer006
"
,
params
:
{
rowId
:
data
.
id
},
type
:
'
json
'
,
callback
:
function
(
json
)
{
winui
.
window
.
msg
(
systemLanguage
[
"
com.skyeye.deleteOperationSuccessMsg
"
][
languageType
],
{
icon
:
1
,
time
:
2000
});
loadTable
();
}});
});
}
$
(
"
body
"
).
on
(
"
click
"
,
"
#formSearch
"
,
function
()
{
refreshTable
();
});
$
(
"
body
"
).
on
(
"
click
"
,
"
#reloadTable
"
,
function
()
{
loadTable
();
});
function
loadTable
(){
table
.
reload
(
"
messageTable
"
,
{
where
:
getTableParams
()});
}
function
refreshTable
(){
table
.
reload
(
"
messageTable
"
,
{
page
:
{
curr
:
1
},
where
:
getTableParams
()});
}
function
getTableParams
(){
return
{
name
:
$
(
"
#customerName
"
).
val
(),
typeId
:
$
(
"
#typeId
"
).
val
(),
fromId
:
$
(
"
#fromId
"
).
val
(),
industryId
:
$
(
"
#industryId
"
).
val
()
};
}
exports
(
'
myCreateList
'
,
{});
});
\ No newline at end of file
crm/src/main/resources/template/tpl/customermanage/myConscientiousList.html
已删除
100644 → 0
浏览文件 @
a2d68425
<!DOCTYPE html>
<html>
<head>
<meta
charset=
"utf-8"
/>
<title></title>
<link
href=
"../../assets/lib/layui/css/layui.css"
rel=
"stylesheet"
/>
<link
href=
"../../assets/lib/winui/css/winui.css"
rel=
"stylesheet"
/>
</head>
<body>
<div
class=
"txtcenter"
style=
"margin:0 auto;padding-top:10px;"
>
<form
class=
"layui-form layui-form-pane"
action=
""
autocomplete=
"off"
>
<div
class=
"layui-form-item"
>
<div
class=
"layui-inline"
>
<label
class=
"layui-form-label"
>
客户名称
</label>
<div
class=
"layui-input-inline"
>
<input
type=
"text"
id=
"customerName"
name=
"customerName"
placeholder=
"请输入客户名称"
class=
"layui-input"
/>
</div>
<label
class=
"layui-form-label"
>
客户分类
</label>
<div
class=
"layui-input-inline"
>
<select
id=
"typeId"
name=
"typeId"
lay-filter=
"typeId"
lay-search=
""
>
</select>
</div>
<label
class=
"layui-form-label"
>
客户来源
</label>
<div
class=
"layui-input-inline"
>
<select
id=
"fromId"
name=
"fromId"
lay-filter=
"fromId"
lay-search=
""
>
</select>
</div>
<label
class=
"layui-form-label"
>
所属行业
</label>
<div
class=
"layui-input-inline"
>
<select
id=
"industryId"
name=
"industryId"
lay-filter=
"industryId"
lay-search=
""
>
</select>
</div>
<button
type=
"reset"
class=
"layui-btn layui-btn-primary list-form-search"
><language
showName=
"com.skyeye.reset"
></language></button>
<button
class=
"layui-btn list-form-search"
type=
"button"
id=
"formSearch"
><language
showName=
"com.skyeye.search2"
></language></button>
</div>
</div>
</form>
</div>
<div
class=
"winui-toolbar"
>
<div
class=
"winui-tool"
>
<button
id=
"reloadTable"
class=
"winui-toolbtn"
><i
class=
"fa fa-refresh"
aria-hidden=
"true"
></i><language
showName=
"com.skyeye.refreshDataBtn"
></language></button>
</div>
</div>
<div
style=
"margin:auto 10px;"
>
<table
id=
"messageTable"
lay-filter=
"messageTable"
></table>
<script
type=
"text/html"
id=
"tableBar"
>
</script>
</div>
<script
src=
"../../assets/lib/layui/layui.js"
></script>
<script
src=
"../../assets/lib/layui/custom.js"
></script>
<script
type=
"text/javascript"
>
layui
.
config
({
base
:
'
../../js/customermanage/
'
}).
use
(
'
myConscientiousList
'
);
</script>
</body>
</html>
\ No newline at end of file
crm/src/main/resources/template/tpl/customermanage/myCreateList.html
已删除
100644 → 0
浏览文件 @
a2d68425
<!DOCTYPE html>
<html>
<head>
<meta
charset=
"utf-8"
/>
<title></title>
<link
href=
"../../assets/lib/layui/css/layui.css"
rel=
"stylesheet"
/>
<link
href=
"../../assets/lib/winui/css/winui.css"
rel=
"stylesheet"
/>
</head>
<body>
<div
class=
"txtcenter"
style=
"margin:0 auto;padding-top:10px;"
>
<form
class=
"layui-form layui-form-pane"
action=
""
autocomplete=
"off"
>
<div
class=
"layui-form-item"
>
<div
class=
"layui-inline"
>
<label
class=
"layui-form-label"
>
客户名称
</label>
<div
class=
"layui-input-inline"
>
<input
type=
"text"
id=
"customerName"
name=
"customerName"
placeholder=
"请输入客户名称"
class=
"layui-input"
/>
</div>
<label
class=
"layui-form-label"
>
客户分类
</label>
<div
class=
"layui-input-inline"
>
<select
id=
"typeId"
name=
"typeId"
lay-filter=
"typeId"
lay-search=
""
>
</select>
</div>
<label
class=
"layui-form-label"
>
客户来源
</label>
<div
class=
"layui-input-inline"
>
<select
id=
"fromId"
name=
"fromId"
lay-filter=
"fromId"
lay-search=
""
>
</select>
</div>
<label
class=
"layui-form-label"
>
所属行业
</label>
<div
class=
"layui-input-inline"
>
<select
id=
"industryId"
name=
"industryId"
lay-filter=
"industryId"
lay-search=
""
>
</select>
</div>
<button
type=
"reset"
class=
"layui-btn layui-btn-primary list-form-search"
><language
showName=
"com.skyeye.reset"
></language></button>
<button
class=
"layui-btn list-form-search"
type=
"button"
id=
"formSearch"
><language
showName=
"com.skyeye.search2"
></language></button>
</div>
</div>
</form>
</div>
<div
class=
"winui-toolbar"
>
<div
class=
"winui-tool"
>
<button
id=
"reloadTable"
class=
"winui-toolbtn"
><i
class=
"fa fa-refresh"
aria-hidden=
"true"
></i><language
showName=
"com.skyeye.refreshDataBtn"
></language></button>
<button
id=
"addBean"
class=
"winui-toolbtn"
auth=
"1586179447152"
><i
class=
"fa fa-plus"
aria-hidden=
"true"
></i><language
showName=
"com.skyeye.addBtn"
></language></button>
</div>
</div>
<div
style=
"margin:auto 10px;"
>
<table
id=
"messageTable"
lay-filter=
"messageTable"
></table>
<script
type=
"text/html"
id=
"tableBar"
>
{{
#
if
(
auth
(
'
1586179456397
'
)){
}}
<
a
class
=
"
layui-btn layui-btn-xs
"
lay
-
event
=
"
edit
"
><
language
showName
=
"
com.skyeye.editBtn
"
><
/language></
a
>
{{
#
}
}}
{{
#
if
(
auth
(
'
1586179465079
'
)){
}}
<
a
class
=
"
layui-btn layui-btn-xs layui-btn-danger
"
lay
-
event
=
"
delete
"
><
language
showName
=
"
com.skyeye.deleteBtn
"
><
/language></
a
>
{{
#
}
}}
</script>
</div>
<script
src=
"../../assets/lib/layui/layui.js"
></script>
<script
src=
"../../assets/lib/layui/custom.js"
></script>
<script
type=
"text/javascript"
>
layui
.
config
({
base
:
'
../../js/customermanage/
'
}).
use
(
'
myCreateList
'
);
</script>
</body>
</html>
\ No newline at end of file
web/src/main/resources/template/assets/lib/layui/customer/tableUtil/initTableSearchUtil.js
浏览文件 @
ff5ede11
...
@@ -207,6 +207,14 @@ var initTableSearchUtil = {
...
@@ -207,6 +207,14 @@ var initTableSearchUtil = {
getVirtualSelectData
:
function
(
searchParam
)
{
getVirtualSelectData
:
function
(
searchParam
)
{
var
url
=
""
;
var
url
=
""
;
eval
(
'
url =
'
+
searchParam
.
virtualDataFrom
.
service
+
'
+ "
'
+
searchParam
.
virtualDataFrom
.
url
+
'
"
'
);
eval
(
'
url =
'
+
searchParam
.
virtualDataFrom
.
service
+
'
+ "
'
+
searchParam
.
virtualDataFrom
.
url
+
'
"
'
);
var
paramsStr
=
""
;
if
(
!
isNull
(
searchParam
.
virtualDataFrom
.
params
))
{
$
.
each
(
searchParam
.
virtualDataFrom
.
params
,
function
(
key
,
value
)
{
paramsStr
+=
key
+
'
=
'
+
eval
(
value
)
+
'
&
'
;
});
}
// 加上参数
url
+=
'
?
'
+
paramsStr
;
var
dataFrom
=
[];
var
dataFrom
=
[];
AjaxPostUtil
.
request
({
url
:
url
,
params
:
{},
type
:
'
json
'
,
method
:
searchParam
.
virtualDataFrom
.
method
,
callback
:
function
(
json
)
{
AjaxPostUtil
.
request
({
url
:
url
,
params
:
{},
type
:
'
json
'
,
method
:
searchParam
.
virtualDataFrom
.
method
,
callback
:
function
(
json
)
{
dataFrom
=
[].
concat
(
json
.
rows
);
dataFrom
=
[].
concat
(
json
.
rows
);
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录