Commit 7338bc82 authored by 吴冠's avatar 吴冠

up

parent f054aab8
......@@ -3,9 +3,9 @@
<div class="flex">
<div>
<div class="flex-item" style="margin-bottom: 0.1rem;">
<div class="flex-item" style="margin-bottom: 0.2rem;">
<span class="t1 left">行业类型</span>
<el-select v-model="getData.industryId" placeholder="请选择" style="width:150px">
<el-select v-model="getData.industryId" placeholder="请选择">
<el-option v-for="item in industryOptions" :key="item.id" :label="item.name" :value="item.id">
</el-option>
</el-select>
......@@ -14,17 +14,17 @@
</div>
<div class="flex-item t1">
<span class="t1 left">发布日期</span>
<el-date-picker v-model="interTimerPicker" :picker-options="pickerOptions" type="daterange" range-separator=""
start-placeholder="开始日期" end-placeholder="结束日期" :beginDate="getData.beginDate" :endDate="getData.endDate" @change="changeTime">
<el-date-picker v-model="interTimerPicker" :picker-options="pickerOptions" type="daterange" range-separator="-"
start-placeholder="开始日期" end-placeholder="结束日期" :beginDate="getData.beginDate" :endDate="getData.endDate" @change="changeTime" style="width:240px">
</el-date-picker>
<span class="left">项目名称</span>
<el-input v-model="getData.title" placeholder="请输入内容" style="width: 2.3rem;"></el-input>
<el-input v-model="getData.title" placeholder="请输入内容" style="width: 1.9rem;"></el-input>
<div style="width:0.6rem;" class="flex">
<el-button type="primary" style="margin-left:20px" @click="queryStr">查询</el-button>
<el-button class="reset" @click="reset">重置</el-button>
</div>
</div>
</div>
<div style="width:0.6rem;">
<el-button type="primary" style="margin-bottom: 0.1rem;" @click="queryStr">查询</el-button>
<el-button class="reset" @click="reset">重置</el-button>
</div>
</div>
<ul>
......@@ -184,6 +184,7 @@ import {getErrorList} from '@/common/list.js'
.left {
margin-left: 0.3rem;
margin-right: 0.15rem;
width:70px
}
.reset {
......
......@@ -2,7 +2,7 @@
<div class="price">
<div class="flex">
<div>
<div class="flex-item" style="margin-bottom: 0.1rem;">
<div class="flex-item" style="margin-bottom: 0.2rem;">
<span class="t1 left">行业类型</span>
<el-select v-model="getData.industryId" placeholder="请选择">
<el-option v-for="item in industryOptions" :key="item.id" :label="item.name" :value="item.id">
......@@ -13,17 +13,17 @@
</div>
<div class="flex-item t1">
<span class="t1 left">发布日期</span>
<el-date-picker v-model="interTimerPicker" :picker-options="pickerOptions" type="daterange" range-separator=""
start-placeholder="开始日期" end-placeholder="结束日期" :beginDate="getData.beginDate" :endDate="getData.endDate" @change="changeTime">
<el-date-picker v-model="interTimerPicker" :picker-options="pickerOptions" type="daterange" range-separator="-"
start-placeholder="开始日期" end-placeholder="结束日期" :beginDate="getData.beginDate" :endDate="getData.endDate" @change="changeTime" style="width:240px">
</el-date-picker>
<span class="left">项目名称</span>
<el-input v-model="getData.title" placeholder="请输入内容" style="width: 2.3rem;"></el-input>
<el-input v-model="getData.title" placeholder="请输入内容" style="width: 1.9rem;"></el-input>
<div style="width:0.6rem;" class="flex">
<el-button type="primary" style="margin-left:20px" @click="queryStr">查询</el-button>
<el-button class="reset" @click="reset">重置</el-button>
</div>
</div>
</div>
<div style="width:0.6rem;">
<el-button type="primary" style="margin-bottom: 0.1rem;" @click="queryStr">查询</el-button>
<el-button class="reset" @click="reset">重置</el-button>
</div>
</div>
<ul>
......@@ -193,7 +193,7 @@ import {getAllList,getNoticeType} from '@/common/list.js'
.left {
margin-left: 0.3rem;
margin-right: 0.15rem;
width:50px;
width:70px;
}
.reset {
......
......@@ -3,10 +3,10 @@
<div class="flex">
<div>
<div class="flex-item" style="margin-bottom: 0.1rem;">
<div class="flex-item" style="margin-bottom: 0.2rem;">
<span class="t1 left">行业类别</span>
<el-select v-model="getData.industryId" placeholder="请选择">
<el-option v-for="item in industryoptions" :key="item.id" :label="item.name" :value="item.id" style="width:242px">
<el-option v-for="item in industryoptions" :key="item.id" :label="item.name" :value="item.id">
</el-option>
</el-select>
<span class="t1 left">所在地区</span>
......@@ -14,17 +14,17 @@
</div>
<div class="flex-item t1">
<span class="t1 left">发布日期</span>
<el-date-picker v-model="interTimerPicker" :picker-options="pickerOptions" type="daterange" range-separator=""
start-placeholder="开始日期" end-placeholder="结束日期" :beginDate = "getData.beginDate" :endDate = "getData.endDate" @change="timeChange">
<el-date-picker v-model="interTimerPicker" :picker-options="pickerOptions" type="daterange" range-separator="-"
start-placeholder="开始日期" end-placeholder="结束日期" :beginDate = "getData.beginDate" :endDate = "getData.endDate" @change="timeChange" style="width:240px">
</el-date-picker>
<span class="left">项目名称</span>
<el-input v-model="getData.title" placeholder="请输入内容" style="width: 2.3rem;"></el-input>
<el-input v-model="getData.title" placeholder="请输入内容" style="width: 1.9rem;"></el-input>
<div style="width:0.6rem;" class="flex">
<el-button type="primary" style="margin-left:20px" @click="queryStr">查询</el-button>
<el-button class="reset" @click="reset">重置</el-button>
</div>
</div>
</div>
<div style="width:0.6rem;">
<el-button type="primary" style="margin-bottom: 0.1rem;" @click="queryStr">查询</el-button>
<el-button class="reset" @click="reset">重置</el-button>
</div>
</div>
<ul>
<li v-for="item in priceList" :key="item.id">
......@@ -199,7 +199,7 @@ import citySelect from "@/components/citySelect.vue";
.left {
margin-left: 0.3rem;
margin-right: 0.15rem;
width:50px;
width:70px;
}
.reset {
......
......@@ -2,7 +2,7 @@
<div class="price">
<div class="flex">
<div>
<div class="flex-item" style="margin-bottom: 0.1rem;">
<div class="flex-item" style="margin-bottom: 0.2rem;">
<span class="t1 left">行业类别</span>
<el-select v-model="getData.industryId" placeholder="请选择">
<el-option
......@@ -21,21 +21,22 @@
v-model="interTimerPicker"
:picker-options="pickerOptions"
type="daterange"
range-separator=""
range-separator="-"
start-placeholder="开始日期"
end-placeholder="结束日期"
:beginDate="getData .beginDate"
:endDate="getData.endDate"
@change = "changeTime"
style="width:240px"
></el-date-picker>
<span class="left">项目名称</span>
<el-input v-model="getData.title" placeholder="请输入内容" style="width: 2.3rem;"></el-input>
<el-input v-model="getData.title" placeholder="请输入内容" style="width: 1.9rem;"></el-input>
<div style="width:0.6rem;" class="flex">
<el-button type="primary" style="margin-left:20px" @click="queryStr">查询</el-button>
<el-button class="reset" @click="reset">重置</el-button>
</div>
</div>
</div>
<div style="width:0.6rem;">
<el-button type="primary" style="margin-bottom: 0.1rem;" @click = "queryStr">查询</el-button>
<el-button class="reset" @click = "reset">重置</el-button>
</div>
</div>
<ul>
......@@ -249,7 +250,7 @@ export default {
.left {
margin-left: 0.3rem;
margin-right: 0.15rem;
width:50px
width:70px
}
.reset {
......
......@@ -3,7 +3,7 @@
<div class="flex">
<div>
<div class="flex-item" style="margin-bottom: 0.1rem;">
<div class="flex-item" style="margin-bottom: 0.2rem;">
<span class="t1 left">行业类型</span>
<el-select v-model="getData.industryId" placeholder="请选择">
<el-option v-for="item in industryOptions" :key="item.id" :label="item.name" :value="item.id">
......@@ -14,17 +14,17 @@
</div>
<div class="flex-item t1">
<span class="t1 left">发布日期</span>
<el-date-picker v-model="interTimerPicker" :picker-options="pickerOptions" type="daterange" range-separator=""
start-placeholder="开始日期" end-placeholder="结束日期" :beginDate="getData.beginDate" :endDate="getData.endDate" @change="changeTime">
<el-date-picker v-model="interTimerPicker" :picker-options="pickerOptions" type="daterange" range-separator="-"
start-placeholder="开始日期" end-placeholder="结束日期" :beginDate="getData.beginDate" :endDate="getData.endDate" @change="changeTime" style="width:240px">
</el-date-picker>
<span class="left">项目名称</span>
<el-input v-model="getData.title" placeholder="请输入内容" style="width: 2.3rem;"></el-input>
<el-input v-model="getData.title" placeholder="请输入内容" style="width: 1.9rem;"></el-input>
<div style="width:0.6rem;" class="flex">
<el-button type="primary" style="margin-left:20px" @click="queryStr">查询</el-button>
<el-button class="reset" @click="reset">重置</el-button>
</div>
</div>
</div>
<div style="width:0.6rem;">
<el-button type="primary" style="margin-bottom: 0.1rem;" @click="queryStr">查询</el-button>
<el-button class="reset" @click="reset">重置</el-button>
</div>
</div>
<ul>
......@@ -186,7 +186,7 @@ import {getCadidateList} from '@/common/list.js'
.left {
margin-left: 0.3rem;
margin-right: 0.15rem;
width:50px
width:70px
}
.reset {
......
......@@ -3,7 +3,7 @@
<div class="flex">
<div>
<div class="flex-item" style="margin-bottom: 0.1rem;">
<div class="flex-item" style="margin-bottom: 0.2rem;">
<span class="t1 left">行业类型</span>
<el-select v-model="getData.industryId" placeholder="请选择">
<el-option v-for="item in industryOptions" :key="item.id" :label="item.name" :value="item.id">
......@@ -14,17 +14,17 @@
</div>
<div class="flex-item t1">
<span class="t1 left">发布日期</span>
<el-date-picker v-model="interTimerPicker" :picker-options="pickerOptions" type="daterange" range-separator=""
start-placeholder="开始日期" end-placeholder="结束日期" :beginDate="getData.beginDate" :endDate="getData.endDate" @change="changeTime">
<el-date-picker v-model="interTimerPicker" :picker-options="pickerOptions" type="daterange" range-separator="-"
start-placeholder="开始日期" end-placeholder="结束日期" :beginDate="getData.beginDate" :endDate="getData.endDate" @change="changeTime" style="width:240px">
</el-date-picker>
<span class="left">项目名称</span>
<el-input v-model="getData.title" placeholder="请输入内容" style="width: 2.3rem;"></el-input>
<el-input v-model="getData.title" placeholder="请输入内容" style="width: 1.9rem;"></el-input>
<div style="width:0.6rem;" class="flex">
<el-button type="primary" style="margin-left:20px" @click="queryStr">查询</el-button>
<el-button class="reset" @click="reset">重置</el-button>
</div>
</div>
</div>
<div style="width:0.6rem;">
<el-button type="primary" style="margin-bottom: 0.1rem;" @click="queryStr">查询</el-button>
<el-button class="reset" @click="reset">重置</el-button>
</div>
</div>
<ul>
......@@ -186,7 +186,7 @@ import {getChangeList} from '@/common/list.js'
.left {
margin-left: 0.3rem;
margin-right: 0.15rem;
width:50px
width:70px
}
.reset {
......
......@@ -3,7 +3,7 @@
<div class="flex">
<div>
<div class="flex-item" style="margin-bottom: 0.1rem;">
<div class="flex-item" style="margin-bottom: 0.2rem;">
<span class="t1 left">行业类型</span>
<el-select v-model="getData.industryId" placeholder="请选择">
<el-option v-for="item in industryOptions" :key="item.id" :label="item.name" :value="item.id">
......@@ -14,17 +14,17 @@
</div>
<div class="flex-item t1">
<span class="t1 left">发布日期</span>
<el-date-picker v-model="interTimerPicker" :picker-options="pickerOptions" type="daterange" range-separator=""
start-placeholder="开始日期" end-placeholder="结束日期" :beginDate="getData.beginDate" :endDate="getData.endDate" @change="changeTime">
<el-date-picker v-model="interTimerPicker" :picker-options="pickerOptions" type="daterange" range-separator="-"
start-placeholder="开始日期" end-placeholder="结束日期" :beginDate="getData.beginDate" :endDate="getData.endDate" @change="changeTime" style="width:240px">
</el-date-picker>
<span class="left">项目名称</span>
<el-input v-model="getData.title" placeholder="请输入内容" style="width: 2.3rem;"></el-input>
<el-input v-model="getData.title" placeholder="请输入内容" style="width: 1.9rem;"></el-input>
<div style="width:0.6rem;" class="flex">
<el-button type="primary" style="margin-left:20px" @click="queryStr">查询</el-button>
<el-button class="reset" @click="reset">重置</el-button>
</div>
</div>
</div>
<div style="width:0.6rem;">
<el-button type="primary" style="margin-bottom: 0.1rem;" @click="queryStr">查询</el-button>
<el-button class="reset" @click="reset">重置</el-button>
</div>
</div>
<ul>
......@@ -184,7 +184,7 @@ import {getClerList} from '@/common/list.js'
.left {
margin-left: 0.3rem;
margin-right: 0.15rem;
width:50px;
width:70px;
}
.reset {
......
......@@ -2,7 +2,7 @@
<div class="price">
<div class="flex">
<div>
<div class="flex-item" style="margin-bottom: 0.1rem;">
<div class="flex-item" style="margin-bottom: 0.2rem;">
<span class="t1 left">行业类别</span>
<el-select v-model="getData.industryId" placeholder="请选择">
<el-option
......@@ -21,21 +21,26 @@
v-model="interTimerPicker"
:picker-options="pickerOptions"
type="daterange"
range-separator=""
range-separator="-"
start-placeholder="开始日期"
end-placeholder="结束日期"
@change="testChange"
:beginDate="getData.beginDate"
:endDate="getData.endDate"
style="width:240px"
></el-date-picker>
<span class="left">项目名称</span>
<el-input v-model="getData.title" placeholder="请输入内容" style="width: 2.3rem;" ></el-input>
<el-input v-model="getData.title" placeholder="请输入内容" style="width: 1.9rem;" ></el-input>
<div style="width:0.6rem;" class="flex">
<el-button type="primary" style="margin-left:20px" @click="queryStr">查询</el-button>
<el-button class="reset" @click="reset">重置</el-button>
</div>
</div>
</div>
<div style="width:0.6rem;">
<!-- <div style="width:0.6rem;">
<el-button type="primary" style="margin-bottom: 0.1rem;" @click="queryStr">查询</el-button>
<el-button class="reset" @click="reset">重置</el-button>
</div>
</div> -->
</div>
<ul>
<li v-for="item in priceList" :key="item.id">
......@@ -95,7 +100,6 @@ export default {
message.currentPage=1
this.getInquiryList(message);
this.industryList();
sessionStorage.setItem("noticeT",this.noticeT)
},
data() {
return {
......@@ -197,7 +201,7 @@ export default {
},
async getInquiryList(params) {
const { data, total} = await getInquiryList(params);
console.log(data);
console.log(total+'-------------------');
this.priceList = data;
this.total = total;
},
......@@ -249,7 +253,7 @@ export default {
.left {
margin-left: 0.3rem;
margin-right: 0.15rem;
width:50px;
width:70px;
}
.reset {
......
......@@ -618,9 +618,9 @@
<h4>您的注册申请已提交,请耐心等待平台管理员审核</h4>
<h5>
温馨提示 <br />
1.审核后,您注册填写的手机号讲收到短信提醒 <br />
2.您可以登录系统查看审核进度 <br />
3.若超过一天未审核,请致电400-400-400咨询 <br />
<br />
1.您可以登录系统查看审核进度 <br />
2.若超过一天未审核,请致电400-400-400咨询 <br />
</h5>
</div>
<div v-show="result == 1">
......@@ -790,7 +790,7 @@ export default {
fileList: [],
flag: true, //该值变化,就会触发刷新
code: "", //刷新后的验证码
active: 0,
active: 1,
checked: true,
adminform: {
name: "",
......
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