Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
蔡永松
/
fontweb-dc
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
188d1562
authored
2020-08-04 10:31:33 +0800
by
焦小希
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
全局增加搜索为空的条件限制。
1 parent
f859035a
Show whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
52 additions
and
10 deletions
src/main/webapp/view/PHJG/AJCC/chaxun/js/widget.js
src/main/webapp/view/PHJG/AJCC/chaxun/widget.html
src/main/webapp/view/PHJG/AJCC/daiban/js/widget.js
src/main/webapp/view/PHJG/AJCC/daiban/widget.html
src/main/webapp/view/PHJG/AJCC/duban/js/widget.js
src/main/webapp/view/PHJG/AJCC/duban/widget.html
src/main/webapp/view/PHJG/AJCC/yiban/js/widget.js
src/main/webapp/view/PHJG/AJCC/yiban/widget.html
src/main/webapp/view/PHJG/PHGL/daiban/js/widget.js
src/main/webapp/view/PHJG/PHGL/daiban/widget.html
src/main/webapp/view/PHJG/PHGL/yiban/js/widget.js
src/main/webapp/view/PHJG/PHGL/yiban/widget.html
src/main/webapp/view/PHJG/WFSJ/xmgl/js/widget.js
src/main/webapp/view/PHJG/WFSJ/xmgl/widget.html
src/main/webapp/view/PHJG/AJCC/chaxun/js/widget.js
View file @
188d156
...
...
@@ -69,6 +69,12 @@ var self = new Vue({
click
(
val
){
this
.
isActive
=
val
},
//搜索事件
SearchInfo
(){
if
(
!
this
.
search
){
this
.
$message
.
warning
(
'请先输入关键字后轻敲Enter键搜索'
)
}
},
openHandleJumpUrl
(
flowId
,
itemTypeId
,
_stats
=
'create'
)
{
// debugger
var
unique
=
this
.
uuid
();
...
...
src/main/webapp/view/PHJG/AJCC/chaxun/widget.html
View file @
188d156
...
...
@@ -113,7 +113,7 @@
<div
style=
"float: right"
class=
"div-search"
>
<!-- <el-input style="width:300px;margin-right: 20px" placeholder="请输入搜索的内容"></el-input>-->
<!-- <el-button type ="primary" size="mini" icon="el-icon-search">查询</el-button>-->
<input
id=
"searchInput"
type=
"text"
placeholder=
"搜索待办项目"
style=
"width: 82%;"
v-model=
"search"
>
<input
id=
"searchInput"
type=
"text"
placeholder=
"搜索待办项目"
style=
"width: 82%;"
v-model=
"search"
@
keyup
.
enter=
"SearchInfo"
>
<img
id=
"searchBtn"
src=
"../../../../image/projecttask/search.png"
style=
"margin-right: 10px; margin-top: 4px; width: 20px; height: 20px; float: right;"
>
</div>
</div>
...
...
src/main/webapp/view/PHJG/AJCC/daiban/js/widget.js
View file @
188d156
...
...
@@ -50,8 +50,13 @@ var self = new Vue({
console
.
log
(
res
)
});
},
//搜索事件
SearchInfo
(){
if
(
!
this
.
search
){
this
.
$message
.
warning
(
'请先输入关键字后轻敲Enter键搜索'
)
}
,
}
,
handleSizeChange
()
{
},
...
...
src/main/webapp/view/PHJG/AJCC/daiban/widget.html
View file @
188d156
...
...
@@ -115,7 +115,7 @@
<div
style=
"float: right"
class=
"div-search"
>
<!-- <el-input style="width:300px;margin-right: 20px" placeholder="请输入搜索的内容"></el-input>-->
<!-- <el-button type ="primary" size="mini" icon="el-icon-search">查询</el-button>-->
<input
id=
"searchInput"
type=
"text"
placeholder=
"搜索待办项目"
style=
"width: 82%;"
v-model=
"search"
>
<input
id=
"searchInput"
type=
"text"
placeholder=
"搜索待办项目"
style=
"width: 82%;"
v-model=
"search"
@
keyup
.
enter=
"SearchInfo"
>
<img
id=
"searchBtn"
src=
"../../../../image/projecttask/search.png"
style=
"margin-right: 10px; margin-top: 4px; width: 20px; height: 20px; float: right;"
>
</div>
</div>
...
...
src/main/webapp/view/PHJG/AJCC/duban/js/widget.js
View file @
188d156
...
...
@@ -69,6 +69,12 @@ var self = new Vue({
click
(
val
){
this
.
isActive
=
val
},
//搜索事件
SearchInfo
(){
if
(
!
this
.
search
){
this
.
$message
.
warning
(
'请先输入关键字后轻敲Enter键搜索'
)
}
},
openHandleJumpUrl
(
flowId
,
itemTypeId
,
_stats
=
'create'
)
{
// debugger
var
unique
=
this
.
uuid
();
...
...
src/main/webapp/view/PHJG/AJCC/duban/widget.html
View file @
188d156
...
...
@@ -113,7 +113,7 @@
<div
style=
"float: right"
class=
"div-search"
>
<!-- <el-input style="width:300px;margin-right: 20px" placeholder="请输入搜索的内容"></el-input>-->
<!-- <el-button type ="primary" size="mini" icon="el-icon-search">查询</el-button>-->
<input
id=
"searchInput"
type=
"text"
placeholder=
"搜索待办项目"
style=
"width: 82%;"
v-model=
"search"
>
<input
id=
"searchInput"
type=
"text"
placeholder=
"搜索待办项目"
style=
"width: 82%;"
v-model=
"search"
@
keyup
.
enter=
"SearchInfo"
>
<img
id=
"searchBtn"
src=
"../../../../image/projecttask/search.png"
style=
"margin-right: 10px; margin-top: 4px; width: 20px; height: 20px; float: right;"
>
</div>
</div>
...
...
src/main/webapp/view/PHJG/AJCC/yiban/js/widget.js
View file @
188d156
...
...
@@ -103,9 +103,16 @@ var self = new Vue({
},
handleSizeChange
(){
},
clickData
(
row
,
column
,
event
)
{
},
clickData
(
row
,
column
,
event
)
{
this
.
jumpdetailPage
(
row
);
},
//搜索事件
SearchInfo
(){
if
(
!
this
.
search
){
this
.
$message
.
warning
(
'请先输入关键字后轻敲Enter键搜索'
)
}
},
jumpdetailPage
(
data
)
{
var
taskid
=
data
.
TASKID
;
var
detailType
=
data
.
detailType
;
...
...
src/main/webapp/view/PHJG/AJCC/yiban/widget.html
View file @
188d156
...
...
@@ -119,7 +119,7 @@
<div
style=
"float: right"
class=
"div-search"
>
<!-- <el-input style="width:300px;margin-right: 20px" placeholder="请输入搜索的内容"></el-input>-->
<!-- <el-button type ="primary" size="mini" icon="el-icon-search">查询</el-button>-->
<input
id=
"searchInput"
type=
"text"
placeholder=
"搜索待办项目"
style=
"width: 82%;"
v-model=
"search"
>
<input
id=
"searchInput"
type=
"text"
placeholder=
"搜索待办项目"
style=
"width: 82%;"
v-model=
"search"
@
keyup
.
enter=
"SearchInfo"
>
<img
id=
"searchBtn"
src=
"../../../../image/projecttask/search.png"
style=
"margin-right: 10px; margin-top: 4px; width: 20px; height: 20px; float: right;"
>
</div>
</div>
...
...
src/main/webapp/view/PHJG/PHGL/daiban/js/widget.js
View file @
188d156
...
...
@@ -41,6 +41,12 @@ var self = new Vue({
},
handleCurrentChange
(){},
//搜索事件
SearchInfo
(){
if
(
!
this
.
search
){
this
.
$message
.
warning
(
'请先输入关键字后轻敲Enter键搜索'
)
}
},
getData
()
{
axios
.
post
(
CONF_NEWGHSC_SERVERURL
+
'/dblb/list/workings'
,
null
,
{
params
:
{
...
...
src/main/webapp/view/PHJG/PHGL/daiban/widget.html
View file @
188d156
...
...
@@ -110,12 +110,12 @@
<el-row
:gutter=
"20"
>
<el-col
:span=
"4"
>
<!-- <button class="btns">查询</button>-->
<button
class=
"btns"
@
click=
"openHandleJumpUrl('t1001_8a8610d86117e3b401611848a8690000')"
>
添加
</button>
<button
class=
"btns"
@
click=
"openHandleJumpUrl('t1001_8a8610d86117e3b401611848a8690000')"
>
添加
</button>
<button
class=
"btns"
@
click=
"handlclick"
>
删除
</button>
</el-col>
<el-col
:span=
"6"
>
<div
class=
"div-search"
>
<input
id=
"searchInput"
type=
"text"
placeholder=
"搜索待办项目"
style=
"width: 82%;"
v-model=
"search"
>
<input
id=
"searchInput"
type=
"text"
placeholder=
"搜索待办项目"
style=
"width: 82%;"
v-model=
"search"
@
keyup
.
enter=
"SearchInfo"
>
<img
id=
"searchBtn"
src=
"../../../../image/projecttask/search.png"
style=
"margin-right: 10px; margin-top: 4px; width: 20px; height: 20px; float: right;"
>
</div>
</el-col>
...
...
src/main/webapp/view/PHJG/PHGL/yiban/js/widget.js
View file @
188d156
...
...
@@ -147,6 +147,12 @@ var self = new Vue({
return
false
}
},
//搜索事件
SearchInfo
(){
if
(
!
this
.
search
){
this
.
$message
.
warning
(
'请先输入关键字后轻敲Enter键搜索'
)
}
},
handleSelectionChange
(
val
){
this
.
multipleSelection
=
val
},
...
...
src/main/webapp/view/PHJG/PHGL/yiban/widget.html
View file @
188d156
...
...
@@ -115,7 +115,7 @@
</el-col>
<el-col
:span=
"6"
>
<div
class=
"div-search"
>
<input
id=
"searchInput"
type=
"text"
placeholder=
"搜索已办项目"
style=
"width: 82%;"
v-model=
"search"
>
<input
id=
"searchInput"
type=
"text"
placeholder=
"搜索已办项目"
style=
"width: 82%;"
v-model=
"search"
@
keyup
.
enter=
"SearchInfo"
>
<img
id=
"searchBtn"
src=
"../../../../image/projecttask/search.png"
style=
"margin-right: 10px; margin-top: 4px; width: 20px; height: 20px; float: right;"
>
</div>
</el-col>
...
...
src/main/webapp/view/PHJG/WFSJ/xmgl/js/widget.js
View file @
188d156
...
...
@@ -72,6 +72,12 @@ var self = new Vue({
handleSelectionChange
(
val
){
this
.
multipleSelection
=
val
},
//搜索事件
SearchInfo
(){
if
(
!
this
.
search
){
this
.
$message
.
warning
(
'请先输入关键字后轻敲Enter键搜索'
)
}
},
jumpdetailPage
(
data
)
{
var
taskid
=
data
.
TASKID
;
var
detailType
=
data
.
detailType
;
...
...
src/main/webapp/view/PHJG/WFSJ/xmgl/widget.html
View file @
188d156
...
...
@@ -116,7 +116,7 @@
</el-col>
<el-col
:span=
"6"
>
<div
class=
"div-search"
>
<input
id=
"searchInput"
type=
"text"
placeholder=
"搜索待办项目"
style=
"width: 82%;"
v-model=
"search"
>
<input
id=
"searchInput"
type=
"text"
placeholder=
"搜索待办项目"
style=
"width: 82%;"
v-model=
"search"
@
keyup
.
enter=
"SearchInfo"
>
<img
id=
"searchBtn"
src=
"../../../../image/projecttask/search.png"
style=
"margin-right: 10px; margin-top: 4px; width: 20px; height: 20px; float: right;"
>
</div>
</el-col>
...
...
Please
register
or
sign in
to post a comment