Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Z
zhichan
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
蒋勇
zhichan
Commits
d4749766
Commit
d4749766
authored
Aug 25, 2020
by
DESKTOP-7Q3CA17\86137
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gsb
parent
ff8fe6c3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
+9
-0
bpo-admin/app/base/service/impl/ecompanybusiSve.js
+5
-0
bpo-admin/app/front/vues/pages/ecompanybusi/ecompanybusi.html
+4
-0
No files found.
bpo-admin/app/base/service/impl/ecompanybusiSve.js
View file @
d4749766
...
...
@@ -18,6 +18,11 @@ class EcompanybusiService extends ServiceBase {
[
this
.
db
.
Op
.
eq
]:
params
.
appId
};
}
if
(
params
.
mchtId
)
{
where
.
mchtId
=
{
[
this
.
db
.
Op
.
eq
]:
params
.
mchtId
};
}
var
orderby
=
[
[
"id"
,
'desc'
]
...
...
bpo-admin/app/front/vues/pages/ecompanybusi/ecompanybusi.html
View file @
d4749766
...
...
@@ -12,6 +12,10 @@
<span
style=
"color:2F2F2F;font-size: 14px;"
>
appId:
</span>
<el-input
v-model=
"search.appId"
placeholder=
"请输入appId"
maxlength=
"100"
clearable
style=
"max-width:200px;height: 36px;"
></el-input>
</div>
<div
style=
"float:left;width: 300px;"
>
<span
style=
"color:2F2F2F;font-size: 14px;"
>
mchtId:
</span>
<el-input
v-model=
"search.mchtId"
placeholder=
"请输入mchtId"
maxlength=
"100"
clearable
style=
"max-width:200px;height: 36px;"
></el-input>
</div>
<div
style=
"float:left;margin-top:5px;"
>
<el-button
@
click=
"resetSearch()"
style=
"float:right;width:68px;height:36px;background-color: #54C4A7;color: #FFFFFF;font-size: 14px;padding-top:10px;"
>
重置
</el-button>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment