Commit b4c08ec3 by zhaoxiqing

gsb

parent 5382e263
......@@ -9,7 +9,7 @@ var settings = {
// dbname : "bpo",
// user : "write",
// password : "write",
dbname: "bpo",
dbname: "bpo2",
user: "write",
password: "write",
config: {
......
......@@ -2,9 +2,9 @@
<div style="padding:20px;">
<div style="height: auto;min-width: 1000px; max-width: 1500px;">
<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>
<el-select
v-model="search.mchtName"
......@@ -12,7 +12,7 @@
remote
clearable
reserve-keyword
style="width:340px;"
style="width:220px;"
placeholder="请搜索公司名称"
@change="nameChange"
:remote-method="getCompanyNames"
......@@ -27,24 +27,25 @@
</el-select>
</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>
<el-input v-model="search.id_name" placeholder="请输入个人姓名" maxlength="100" clearable style="max-width:200px;height: 36px;" ></el-input>
</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>
<el-input v-model="search.id_no" placeholder="请输入个人身份证号" maxlength="100" clearable style="max-width:200px;height: 36px;" ></el-input>
</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>
<el-input v-model="search.mobile" placeholder="请输入手机号" maxlength="100" clearable style="max-width:200px;height: 36px;" ></el-input>
</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>
</el-card>
<el-card style="background-color: #FFFFFF;padding:10px 10px 30px 10px;margin-top: 20px;">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment