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
b4c08ec3
Commit
b4c08ec3
authored
May 15, 2020
by
zhaoxiqing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gsb
parent
5382e263
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
11 deletions
+12
-11
bpo-admin/app/config/localsettings.js
+1
-1
bpo-admin/app/front/vues/pages/econtractoffline/econtractoffline.html
+11
-10
No files found.
bpo-admin/app/config/localsettings.js
View file @
b4c08ec3
...
@@ -9,7 +9,7 @@ var settings = {
...
@@ -9,7 +9,7 @@ var settings = {
// dbname : "bpo",
// dbname : "bpo",
// user : "write",
// user : "write",
// password : "write",
// password : "write",
dbname
:
"bpo"
,
dbname
:
"bpo
2
"
,
user
:
"write"
,
user
:
"write"
,
password
:
"write"
,
password
:
"write"
,
config
:
{
config
:
{
...
...
bpo-admin/app/front/vues/pages/econtractoffline/econtractoffline.html
View file @
b4c08ec3
...
@@ -2,9 +2,9 @@
...
@@ -2,9 +2,9 @@
<div
style=
"padding:20px;"
>
<div
style=
"padding:20px;"
>
<div
style=
"height: auto;min-width: 1000px; max-width: 1500px;"
>
<div
style=
"height: auto;min-width: 1000px; max-width: 1500px;"
>
<el-card
style=
"background-color: #FFFFFF;padding:10px 10px 30px 10px;margin-top: 20px;"
>
<el-card
style=
"background-color: #FFFFFF;padding:10px 10px 30px 10px;margin-top: 20px;"
>
<div
style=
"width:100%;
line-height: 40px;
"
>
<div
style=
"width:100%;
overflow: hidden
"
>
<div
style=
"
float:left
;"
>
<div
style=
"
display: inline-block;margin-bottom:7px;width: 300px
;"
>
<span
style=
"color:2F2F2F;font-size: 14px;"
>
商户名称:
</span>
<span
style=
"color:2F2F2F;font-size: 14px;"
>
商户名称:
</span>
<el-select
<el-select
v-model=
"search.mchtName"
v-model=
"search.mchtName"
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
remote
remote
clearable
clearable
reserve-keyword
reserve-keyword
style=
"width:
34
0px;"
style=
"width:
22
0px;"
placeholder=
"请搜索公司名称"
placeholder=
"请搜索公司名称"
@
change=
"nameChange"
@
change=
"nameChange"
:remote-method=
"getCompanyNames"
:remote-method=
"getCompanyNames"
...
@@ -27,24 +27,25 @@
...
@@ -27,24 +27,25 @@
</el-select>
</el-select>
</div>
</div>
<div
style=
"
float:left
;width: 300px;"
>
<div
style=
"
display: inline-block;margin-bottom:7px
;width: 300px;"
>
<span
style=
"color:2F2F2F;font-size: 14px;"
>
个人姓名:
</span>
<span
style=
"color:2F2F2F;font-size: 14px;"
>
个人姓名:
</span>
<el-input
v-model=
"search.id_name"
placeholder=
"请输入个人姓名"
maxlength=
"100"
clearable
style=
"max-width:200px;height: 36px;"
></el-input>
<el-input
v-model=
"search.id_name"
placeholder=
"请输入个人姓名"
maxlength=
"100"
clearable
style=
"max-width:200px;height: 36px;"
></el-input>
</div>
</div>
<div
style=
"
float:left
;width: 300px;"
>
<div
style=
"
display: inline-block;margin-bottom:7px
;width: 300px;"
>
<span
style=
"color:2F2F2F;font-size: 14px;"
>
身份证号:
</span>
<span
style=
"color:2F2F2F;font-size: 14px;"
>
身份证号:
</span>
<el-input
v-model=
"search.id_no"
placeholder=
"请输入个人身份证号"
maxlength=
"100"
clearable
style=
"max-width:200px;height: 36px;"
></el-input>
<el-input
v-model=
"search.id_no"
placeholder=
"请输入个人身份证号"
maxlength=
"100"
clearable
style=
"max-width:200px;height: 36px;"
></el-input>
</div>
</div>
<div
style=
"
float:left
;width: 300px;"
>
<div
style=
"
display: inline-block;margin-bottom:7px
;width: 300px;"
>
<span
style=
"color:2F2F2F;font-size: 14px;"
>
手机号:
</span>
<span
style=
"color:2F2F2F;font-size: 14px;"
>
手机号:
</span>
<el-input
v-model=
"search.mobile"
placeholder=
"请输入手机号"
maxlength=
"100"
clearable
style=
"max-width:200px;height: 36px;"
></el-input>
<el-input
v-model=
"search.mobile"
placeholder=
"请输入手机号"
maxlength=
"100"
clearable
style=
"max-width:200px;height: 36px;"
></el-input>
</div>
</div>
<div
style=
"float:left;width:100%;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>
<el-button
@
click=
"opSearch"
style=
"float:right;width:68px;height:36px;background-color: #54C4A7;color: #FFFFFF;font-size: 14px;padding-top:10px;margin-right: 10px;"
>
搜索
</el-button>
</div>
</div>
<div
style=
"width:100%;margin-top:5px;overflow: hidden"
>
<el-button
@
click=
"resetSearch()"
style=
"float:right;width:68px;height:36px;background-color: #54C4A7;color: #FFFFFF;font-size: 14px;padding-top:10px;"
>
重置
</el-button>
<el-button
@
click=
"opSearch"
style=
"float:right;width:68px;height:36px;background-color: #54C4A7;color: #FFFFFF;font-size: 14px;padding-top:10px;margin-right: 10px;"
>
搜索
</el-button>
</div>
</div>
</el-card>
</el-card>
<el-card
style=
"background-color: #FFFFFF;padding:10px 10px 30px 10px;margin-top: 20px;"
>
<el-card
style=
"background-color: #FFFFFF;padding:10px 10px 30px 10px;margin-top: 20px;"
>
...
...
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