作者 lihongjuan

1

正在显示 100 个修改的文件 包含 1635 行增加472 行删除

要显示太多修改。

为保证性能只显示 100 of 100+ 个文件。

... ... @@ -107,6 +107,29 @@
align-items: center;
justify-content: space-around;
}
.shaiselecttop{
width:750rpx;
display:flex;
justify-content: flex-end;
padding-top: 10rpx;
padding-bottom: 10rpx;
box-sizing: border-box;
}
.shaiselect{
display: inline-block;
width:200rpx;
height:64rpx;
background: #0093FF;
color:#fff;
font-size:24rpx;
text-align: center;
line-height: 64rpx;
border-radius: 30rpx;
}
.register {
width: 100%;
... ...
... ... @@ -52,7 +52,7 @@
</view>
</view>
<view class="stateboxitem flexfour">
<view class="stateboxitemtop">经办人审核</view>
<view class="stateboxitemtop">征求意见稿初稿</view>
<view class='stateboxitembot flexone'>
<view class="stateimg" v-if="item.fdirstatus=='未提交'">
... ... @@ -65,7 +65,7 @@
</view>
</view>
<view class="stateboxitem flexfour">
<view class="stateboxitemtop">征求意见稿</view>
<view class="stateboxitemtop">征求意见稿定稿</view>
<view class='stateboxitembot flexone'>
<view class="stateimg" v-if="item.ffinauditstatus=='未提交'">
<image src="../../static/img/wrong.png" mode=""></image>
... ...
... ... @@ -382,9 +382,9 @@
console.log(r)
this.showhide = r.data
uni.setStorageSync("showhide", r.data)
if (that.showhide[3].status == 1) {
if (that.showhide[3].status !=0) {
console.log(9090)
uni.navigateTo({
uni.redirectTo({
url: '../taizhang/taizhang'
})
}
... ...
<template>
<view>
<view class="flextwo" style="position:fixed;top:0;left:0;width:750rpx;height:92rpx;padding-right: 10rpx;box-sizing: border-box;background: #fff;">
<view class="head flexone">
<view class="headleft">
<input type="text" placeholder="输入项目名称查询" @input="enterxiangmu" />
</view>
<view class="headright" @click="chaxun">查询</view>
</view>
<view class="shaiselecttop">
<view class='shaiselect' @click="shai">筛选</view>
</view>
</view>
<view class="box">
<view class='head'>
<view class="headitem">项目编号</view>
<view class="headitem minghcengx">项目名称</view>
<view class="headitem">当前评审节点</view>
<view class="headitem">项目状态</view>
<view class="topheadk">
<view class='headk'>
<!-- <view class="headitem">项目编号</view> -->
<view class="headitem minghcengx">项目名称</view>
<view class="headitem">当前评审节点</view>
<view class="headitem">项目状态</view>
<view class="headitem">备注</view>
</view>
</view>
<view class="xiangmlist">
<view class="xiangmulistitem" v-for="(item,index) in list" :key="index" @click="detail" :data-item="item" >
<view class="xiangmuhao">{{item.fnumber}}</view>
<!-- <view class="xiangmuhao">{{item.fnumber}}</view> -->
<view class="xiangming">{{item.fname}}</view>
<view class="pingshen">{{item.fcurrentname}}</view>
<view :class="item.ffinauditstatus=='审核中'?'state':'finish'">{{item.ffinauditstatus }}</view>
<view class="finish" :class="item.ffinauditstatus=='审核中'?'shenhezhong':''" v-if="item.ffinauditstatus=='审核中'">{{item.ffinauditstatus }}</view>
<view class="finish" :class="item.ffinauditstatus=='暂停'?'state':''" v-if="item.ffinauditstatus=='暂停'">{{item.ffinauditstatus }}</view>
<view class="finish" :class="item.ffinauditstatus=='中止'?'state':''" v-if="item.ffinauditstatus=='中止'">{{item.ffinauditstatus }}</view>
<view class="finish" :class="item.ffinauditstatus=='已审结'?'shenjie':''" v-if="item.ffinauditstatus=='已审结'">{{item.ffinauditstatus }}</view>
<view class="xiangmuhao">{{item.ftransferdescription}}</view>
<!-- <view class="xiangmuhao">备注</view> -->
</view>
<!-- <view class="xiangmulistitem">
<view class="xiangmuhao">20191112011</view>
... ... @@ -85,6 +108,34 @@
<view class="state">审核中</view> -->
</view>
</view>
<!-- 弹出层 -->
<view class="register" v-if="tizhangshow" @click="hidek">
<view class="taizhangwrap" @click.stop="hide">
<view class="wrapbox">
<view class="wrapitem">
<view class="wrapitemleft">主管部门</view>
<picker @change.stop="bindPickerChange" :value="index" :range="stationlist" range-key="fname">
<view class="wrapitemright">
<view class="uni-input projectname">{{projectname}}</view>
<!-- <input type="text" /> -->
</view>
</picker>
</view>
</view>
<view class="zibot">
<view class="chaxun" @click.stop="search">查询</view>
</view>
</view>
</view>
</view>
</template>
... ... @@ -94,33 +145,91 @@
export default {
data() {
return {
list: []
list: [],
tizhangshow:false,
stationlist:[],
index:0,
document:'',
projectname:'请选择主管部门',
fname:''
}
},
onLoad() {
// 获取台账列表
// 获取主管部门列表
this.getzhugaunlist()
},
onShow() {
this.getlist()
},
methods: {
getlist() {
enterxiangmu(e){
this.fname =e.detail.value
},
chaxun(){
this.getlist()
},
hidek(){
this.tizhangshow=false
},
hide(){
},
// 获取主管部门列表
getzhugaunlist(){
let that = this;
console.log(9988776655)
let url = "project/Get_Processtime";
let url = "project/Get_ComDepartment";
// console.log('8877665544',param)
app.post(url, '', 'get').then(r => {
// console.log(r)
console.log(r);
that.stationlist=r.data
}).catch(err => {
console.log(err)
})
},
// 选择项目
bindPickerChange: function(e) {
console.log('picker发送选择改变,携带值为', e.target.value)
this.index = e.target.value;
this.projectname = this.stationlist[e.target.value].fname;
this.document=this.stationlist[e.target.value].fid;
},
// 获取审核列表
getlist() {
let that = this;
console.log(9988776655)
let url = "project/Get_Processtime";
let param={
document:that.document,
fname:that.fname
}
console.log('8877665544',param)
app.post(url,param, 'get').then(r => {
// console.log(JSON.stringify(r.data));
that.list = r.data
}).catch(err => {
console.log(err)
})
},
// 筛选
shai(){
this.tizhangshow = !this.tizhangshow
},
// 筛选
search(){
this.getlist();
this.tizhangshow=false;
},
// 项目过程详情
detail(e){
... ... @@ -149,13 +258,87 @@
</script>
<style>
.box {
background: #F9F9F9;
padding: 0 32rpx;
box-sizing: border-box;
/* 弹层样式 */
/* 评审类型 */
.shaiselect{
width:188rpx;
}
.head {
display: flex;
align-items: center;
padding: 20rpx 32rpx 20rpx 10rpx;
box-sizing: border-box;
background: #fff;
position: fixed;
top: 0;
left: 0;
/* z-index:888; */
}
.stateimg{
width:28rpx;
height:28rpx;
font-size: 0;
}
.statename{
color:#06121E;
font-size: 24rpx;
margin-left:5rpx;
}
.fenzulist {
margin-top: 100rpx;
}
.headleft {
width: 389rpx;
height: 60rpx;
background: rgba(238, 238, 238, 1);
opacity: 1;
border-radius: 8rpx;
padding: 10rpx 24rpx;
box-sizing: border-box;
display: felex;
align-items: center;
display: flex;
align-items: center;
}
.headleft input {
color: #BDC4CE;
font-size: 28rpx;
}
.headright {
width: 98rpx;
height: 60rpx;
background: rgba(0, 147, 255, 1);
opacity: 1;
border-radius: 8rpx;
color: #fff;
font-size: 22rpx;
text-align: center;
line-height: 60rpx;
margin-left: 16rpx;
}
.taizhangwrap{
height:300rpx;
z-index: 9999;
}
.wrapitem {
display: flex;
align-items: center;
margin-top: 40rpx;
}
.wrapitemleft {
width: 120rpx;
}
.wrapitemleft {
color: #06121E;
font-size: 28rpx
}
.headk {
width: 750rpx;
background: #fff;
display: flex;
... ... @@ -164,10 +347,113 @@
box-sizing: border-box;
justify-content: space-between;
border-bottom: 2rpx solid #BDC4CE;
}
.wrapitemright {
width: 544rpx;
height: 76rpx;
background: rgba(238, 238, 238, 1);
opacity: 1;
border-radius: 8rpx;
margin-left: 18rpx;
display: flex;
align-items: center;
padding: 20rpx;
box-sizing: border-box;
}
.wrapitemright input {
width: 100%;
color: #8C9198;
font-size: 28rpx;
}
.nianduright {
width: 14rpx;
height: 22rpx;
font-size: 0;
}
.nianduleft {
width: 500rpx;
}
.nianduright image {
width: 100%;
height: 100%;
}
.time {
display: flex;
align-items: center;
margin-left: 18rpx;
}
.timeleft {
width: 232rpx;
height: 76rpx;
background: rgba(238, 238, 238, 1);
opacity: 1;
border-radius: 8rpx;
padding: 15rpx 20rpx;
box-sizing: border-box;
color: #8C9198;
font-size: 28rpx;
}
.timeleft input {
width: 100%;
color: #8C9198;
fotn-size: 28rpx;
}
.timemiddle {
width: 39rpx;
background: rgba(189, 196, 206, 1);
border: 1rpx solid rgba(189, 196, 206, 1);
opacity: 1;
margin: 0 20rpx;
}
.chaxun {
width: 200rpx;
height: 64rpx;
background: rgba(0, 147, 255, 1);
opacity: 1;
border-radius: 8rpx;
color: #F9F9F9;
font-size: 24rpx;
text-align: center;
line-height: 64rpx;
}
.projectname {
color: #8C9198;
font-size: 28rpx;
}
.zibot{
margin-top:80rpx;
}
/********************* */
.box {
background: #F9F9F9;
padding: 0 32rpx;
box-sizing: border-box;
}
.topheadk{
width:750rpx;
background: #fff;
position: fixed;
left: 0;
top: 0
top: 93rpx;
}
.headitem {
color: #06121E;
... ... @@ -185,16 +471,18 @@
}
.xiangmuhao {
width: 140rpx;
width: 130rpx;
color: #06121E;
font-size: 24rpx;
margin-left:40rpx;
text-align: right;
}
.xiangming {
width: 144rpx;
color: #06121E;
font-size: 24rpx;
margin-left: 37rpx;
/* margin-left: 37rpx; */
text-align: center;
line-height: 1.5;
display: -webkit-box;
... ... @@ -214,17 +502,27 @@
width:80rpx;;
}
.state {
color: #D12324;
font-size: 24rpx;
margin-left: 128rpx;
}
.finish{
width:100rpx;
text-align: center;
color: #00AC00;
font-size: 24rpx;
margin-left: 128rpx;
margin-left: 142rpx;
}
.xiangmlist{
margin-top:100rpx;
margin-top:198rpx;
}
.shenhezhong{
color:#00AC00;
}
.state {
color: #D12324;
font-size: 24rpx;
margin-left: 128rpx;
}
.shenjie{
color:#06121E;
font-weight: bold;
}
</style>
... ...
... ... @@ -183,8 +183,8 @@
</view>
<view class="btnlist">
<view class="btnitem" @click="question(item)">问题往来</view>
<view class="btnitem" @click="jingban(item)" v-if="showhide[4].status!=0">经办人审核</view>
<view class="btnitem" @click="shenjie(item)">项目审结</view>
<view class="btnitem" @click="jingban(item)" v-if="showhide[4].status!=0">征求意见稿初稿</view>
<view class="btnitem" @click="shenjie(item)">征求意见稿定稿</view>
<view class="btnitem" @click="pingshen(item)" v-if="showhide[4].status!=0">评审报告确认</view>
<view class="btnitem" @click="concatsure(item)" v-if="showhide[4].status!=0">合同发票确认</view>
<!-- <view class="btnitem" @click="jingban(item)">经办人审核</view>
... ...
... ... @@ -228,7 +228,8 @@
qid: that.item.qid,
role: uni.getStorageSync("role"),
fprojectid: that.item.fprojectid,
fproblemstatus: that.item.fproblemstatus
fproblemstatus: that.item.fproblemstatus,
userid:uni.getStorageSync('userid')
}
// console.log('8877665544',param)
... ...
<template>
<view class="box">
<view class="topheadk">
<view class="shaiselecttop">
<view class='shaiselect' @click="shai">筛选</view>
</view>
</view>
<!-- <view class="headbox">
<view class="headboxleft" :class="selact==1?'headactive':''" @click="fenhui" data-id="1">分类汇总</view>
<view class="headboxleft" :class="selact==2?'headactive':''" @click="fenhui" data-id="2">分类明细</view>
... ... @@ -127,8 +132,8 @@
</view>
-->
<view class="register" v-if="tizhangshow">
<view class="taizhangwrap xiangmuzi">
<view class="register" v-if="tizhangshow" @click="hide">
<view class="taizhangwrap xiangmuzi" @click.stop="hidek">
<view class="wrapbox">
<view class="wrapitem">
<view class="wrapitemleft">项目类型</view>
... ... @@ -142,6 +147,17 @@
</picker>
</view>
<view class="wrapitem">
<view class="wrapitemleft">主管部门</view>
<picker @change="bindstationrChange" :value="stationindex" :range="stationlist" range-key="fname">
<view class="wrapitemright">
<view class="uni-input projectname">{{stationname}}</view>
<!-- <input type="text" /> -->
</view>
</picker>
</view>
<view class="wrapitem">
<view class="wrapitemleft">评审类型</view>
<picker @change="danweichange" :value="danweiindex" :range="danweilist" range-key="fname">
... ... @@ -178,7 +194,7 @@
<view class="nianduleft">
<view class="uni-input projectname">{{yeararr[yearindex]}}</view>
<view class="uni-input projectname">{{yearname}}</view>
<!-- <input type="text" /> -->
</view>
... ... @@ -251,11 +267,8 @@
yearindex: -1,
index: 0,
yeararr: [],
danweilistz: [],
danweiindexz: 0,
toaudit: '',
fintorg: '',
fprojectcategory: '',
... ... @@ -265,7 +278,12 @@
huizonglist: [],
type: '',
huizong: true,
fid: ''
fid: '',
stationname: '请选择主管部门',
stationindex: 0,
document: '',
stationlist: [],
yearname: '请选择年度',
}
},
onLoad(options) {
... ... @@ -288,34 +306,91 @@
// 获取咨询单位
this.getzixundanwei();
// 获取分类汇总数据
this.getfenhuilist()
this.getfenhuilist();
// 获取主管部门
this.getzhugaunlist();
},
computed: {
startDate() {
return this.getDate('start');
},
endDate() {
return this.getDate('end');
}
},
methods: {
hide(){
this.tizhangshow=false
},
hidek(){
},
getDate(type) {
const date = new Date();
let year = date.getFullYear();
let month = date.getMonth() + 1;
let day = date.getDate();
if (type === 'start') {
year = year - 60;
} else if (type === 'end') {
year = year + 2;
}
month = month > 9 ? month : '0' + month;;
day = day > 9 ? day : '0' + day;
return `${year}-${month}-${day}`;
},
// 获取主管部门列表
getzhugaunlist() {
let that = this;
console.log(9988776655)
let url = "project/Get_ComDepartment";
// console.log('8877665544',param)
app.post(url, '', 'get').then(r => {
console.log(r);
that.stationlist = r.data
}).catch(err => {
console.log(err)
})
},
//选择主管部门
bindstationrChange: function(e) {
console.log('picker发送选择改变,携带值为', e.target.value)
this.stationindex = e.target.value;
this.stationname = this.stationlist[e.target.value].fname;
this.document = this.stationlist[e.target.value].fid;
console.log(this.document)
},
reset() {
this.danweiname = '评审类型';
this.projectname = '项目类型';
this.startdate = '开始时间';
this.endate = '结束时间';
this.yearindex = -1;
this.toaudit = '';
this.fprojectcategory = '';
this.sendyear = '';
this.submitdateone = '';
this.submitdatetwo = ''
this.submitdatetwo = '',
this.stationname = '请选择主管部门';
this.document = '';
},
// 筛选
onNavigationBarButtonTap() {
shai() {
this.tizhangshow = !this.tizhangshow
// 点击筛选
},
// 年改变
yearchange(e) {
this.yearindex = e.target.value;
this.sendyear = this.yeararr[e.target.value]
this.sendyear = this.yeararr[e.target.value];
this.yearname = this.yeararr[e.target.value];
},
// 修改日期
... ... @@ -432,6 +507,7 @@
sendyear: that.sendyear,
submitdateone: that.submitdateone,
submitdatetwo: that.submitdatetwo,
document: that.document
}
console.log(param)
... ... @@ -461,7 +537,7 @@
detail(e) {
this.fid = e.target.dataset.id;
uni.navigateTo({
url: '../shenjianhuidetail/shenjianhuidetail?fid=' + this.fid
url: '../shenjianhuidetail/shenjianhuidetail?fid=' + this.fid + '&document=' + this.document
})
// this.huizong=false;
// this.getdetailist()
... ... @@ -520,8 +596,13 @@
height: 100rpx;
display: flex;
align-items: center;
}
.topheadk{
position: fixed;
top:0;
left:0;
background: #fff;
width:750rpx;
}
.headboxleft {
... ... @@ -553,6 +634,7 @@
padding: 0 20rpx;
box-sizing: border-box;
background: #fff;
margin-top:100rpx;
}
... ...
<template>
<view class="box">
<view class="topheadk">
<view class="shaiselecttop">
<view class='shaiselect' @click="shai">筛选</view>
</view>
</view>
<!-- <view class="headbox">
<view class="headboxleft" :class="selact==1?'headactive':''" @click="fenhui" data-id="1">分类汇总</view>
<view class="headboxleft" :class="selact==2?'headactive':''" @click="fenhui" data-id="2">分类明细</view>
... ... @@ -120,8 +125,8 @@
</view>
</view>
-->
<view class="register" v-if="tizhangshow">
<view class="taizhangwrap xiangmuzi">
<view class="register" v-if="tizhangshow" @click="hide">
<view class="taizhangwrap xiangmuzi" @click.stop="hidek">
<view class="wrapbox">
<view class="wrapitem">
<view class="wrapitemleft">项目类型</view>
... ... @@ -135,6 +140,17 @@
</picker>
</view>
<view class="wrapitem">
<view class="wrapitemleft">主管部门</view>
<picker @change="bindstationrChange" :value="stationindex" :range="stationlist" range-key="fname">
<view class="wrapitemright">
<view class="uni-input projectname">{{stationname}}</view>
<!-- <input type="text" /> -->
</view>
</picker>
</view>
<view class="wrapitem">
<view class="wrapitemleft">评审类型</view>
<picker @change="danweichange" :value="danweiindex" :range="danweilist" range-key="fname">
... ... @@ -171,7 +187,7 @@
<view class="nianduleft">
<view class="uni-input projectname">{{yeararr[yearindex]}}</view>
<view class="uni-input projectname">{{yearname}}</view>
<!-- <input type="text" /> -->
</view>
... ... @@ -256,9 +272,23 @@
huizonglist: [],
type: '',
huizong: true,
fid: ''
fid: '',
stationname:'请选择主管部门',
stationindex:0,
document:'',
stationlist:[],
yearname:'请选择年度',
}
},
computed: {
startDate() {
return this.getDate('start');
},
endDate() {
return this.getDate('end');
}
},
onLoad(options) {
this.type = options.type;
... ... @@ -279,11 +309,59 @@
// 获取咨询单位
this.getzixundanwei();
// 获取分类汇总数据
this.getfenhuilist()
this.getfenhuilist();
// 获取部门列表
this.getzhugaunlist()
},
methods: {
hide(){
this.tizhangshow=false
},
hidek(){
},
getDate(type) {
const date = new Date();
let year = date.getFullYear();
let month = date.getMonth() + 1;
let day = date.getDate();
if (type === 'start') {
year = year - 60;
} else if (type === 'end') {
year = year + 2;
}
month = month > 9 ? month : '0' + month;;
day = day > 9 ? day : '0' + day;
return `${year}-${month}-${day}`;
},
// 获取主管部门列表
getzhugaunlist(){
let that = this;
console.log(9988776655)
let url = "project/Get_ComDepartment";
// console.log('8877665544',param)
app.post(url, '', 'get').then(r => {
console.log(r);
that.stationlist=r.data
}).catch(err => {
console.log(err)
})
},
//选择主管部门
bindstationrChange: function(e) {
console.log('picker发送选择改变,携带值为', e.target.value)
this.stationindex = e.target.value;
this.stationname = this.stationlist[e.target.value].fname;
this.document=this.stationlist[e.target.value].fid;
},
// 重置
reset() {
this.danweiname = '评审类型';
... ... @@ -295,17 +373,20 @@
this.fprojectcategory = '';
this.sendyear = '';
this.submitdateone = '';
this.submitdatetwo = ''
this.submitdatetwo = '';
this.stationname='请选择主管部门';
this.document=''
},
// 筛选
onNavigationBarButtonTap() {
shai() {
this.tizhangshow = !this.tizhangshow
// 点击筛选
},
// 年改变
yearchange(e) {
this.yearindex = e.target.value;
this.sendyear = this.yeararr[e.target.value]
this.sendyear = this.yeararr[e.target.value];
this.yearname=this.yeararr[e.target.value];
},
// 修改日期
... ... @@ -422,6 +503,7 @@
sendyear: that.sendyear,
submitdateone: that.submitdateone,
submitdatetwo: that.submitdatetwo,
document:that.document
}
console.log(param)
... ... @@ -501,6 +583,13 @@
page {
background: #f9f9f9;
}
.topheadk{
position: fixed;
top:0;
left:0;
background: #fff;
width:750rpx;
}
.headbox {
background: #fff;
... ... @@ -540,6 +629,7 @@
padding: 0 20rpx;
box-sizing: border-box;
background: #fff;
margin-top:100rpx;
}
.taizhanghead {
... ...
... ... @@ -2,13 +2,14 @@
<view class="box">
<!-- 任务分配 -->
<view class="unlogin" @click="tuichulogin">退出登录</view>
<view class="taizhangpage">
<view class="fenxi">
<view class="fenxiname" v-if="showhide[2].status==0||showhide[0].status==0||showhide[1].status==0">任务分配</view>
<!-- -->
<view class="fenxi" v-if="showhide==''?false:showhide[4].status==0||showhide[4].status!=2">
<!-- v-if="showhide[4].status==0||showhide[4].status!=2" -->
<view class="fenxiname" >任务分配</view>
<view class="renwulist">
<!-- @click="xiangmufen" v-if="showhide[0].status==0" -->
<view class="renwulistitem item" @click="xiangmufen" v-if="showhide[4].status!=1">
<!-- v-if="showhide[4].status==0" -->
<view class="renwulistitem item" @click="xiangmufen" v-if="showhide==''?false:showhide[4].status==0">
<view class="renwuleft">
<view class="renwulimg">
<image src="../../static/img/fenpei.png" mode=""></image>
... ... @@ -19,8 +20,7 @@
<image src="../../static/img/yourow.png" mode=""></image>
</view> -->
</view>
<!-- v-if="showhide[2].status==0" -->
<view class="renwulistitem item" @click="danweifen">
<view class="renwulistitem item" @click="danweifen" v-if="showhide==''?false:showhide[4].status!=2">
<view class="renwuleft">
<view class="renwulimg">
<image src="../../static/img/danwei.png" mode=""></image>
... ... @@ -31,7 +31,8 @@
<image src="../../static/img/yourow.png" mode=""></image>
</view> -->
</view>
<view class="renwulistitem item" @click="zhuanjiafen" v-if="showhide[1].status==0">
<!-- v-if="showhide[1].status==0" -->
<view class="renwulistitem item" @click="zhuanjiafen" v-if="showhide==''?false:showhide[1].status==0">
<view class="renwuleft">
<view class="renwulimg zimg">
<image src="../../static/img/zhuanjia.png" mode=""></image>
... ... @@ -45,7 +46,8 @@
</view>
</view>
<!-- 审结项目台账 -->
<view class="fenxi">
<!-- v-if="showhide[4].status!=2" -->
<view class="fenxi" v-if="showhide==''?false:showhide[4].status!=2">
<view class="fenxiname">在审项目</view>
<view class="renwulist">
<view class="renwulistitem" @click="examine" :data-id="1">
... ... @@ -66,8 +68,6 @@
</view>
</view>
<view class="renwulist">
<view class="renwulistitem" @click="examine" :data-id="3">
<view class="renwuleft">
<view class="renwulimg">
... ... @@ -86,9 +86,7 @@
</view>
</view>
</view>
</view>
<!-- 项目过程 -->
<view class="fenxi">
<view class="fenxiname">项目过程</view>
... ... @@ -104,13 +102,8 @@
<image src="../../static/img/yourow.png" mode=""></image>
</view> -->
</view>
</view>
</view>
<!-- 所有项目台账 -->
<view class="fenxi">
... ... @@ -283,14 +276,11 @@
</view>
</view>
</view>
<view class="tabfooter">
<view class="tabfooteritem" @click="gocenter" v-if="showhide[3].status==0">
<!-- v-if="isshow" -->
<!-- v-if="showhide[3].status==0" -->
<view class="tabfooteritem" @click="gocenter" v-if="showhide==''?false:showhide[3].status==0">
<view class="tabfooteritemimg">
<image src='../../static/img/daiban.png'></image>
</view>
... ... @@ -319,7 +309,27 @@
export default {
data() {
return {
showhide: []
showhide: [
{
"menuname": "bd_distribution",
"status": "1"
}, {
"menuname": "bd_expertdistribution",
"status": "1"
}, {
"menuname": "bd_advisory",
"status": "1"
}, {
"menuname": "prj_votesub",
"status": "1"
},
{
"menuname": "prj_votesub",
"status": "1"
}
],
renwushow:false,
isshow:false
}
},
onLoad() {
... ... @@ -328,17 +338,15 @@
},
methods: {
// 项目审核
// 项目审核sss
examine(e){
let id=e.currentTarget.dataset.id;
uni.navigateTo({
url:'/pages/budgetshenhe/budgetshenhe?type='+id
})
},
// 菜单显示和隐藏 项目组分配
showhideproject() {
async showhideproject() {
let that = this;
console.log(9988776655)
let url = "project/Get_Menuhiding";
... ... @@ -347,14 +355,32 @@
role: uni.getStorageSync("role")
}
console.log('8877665544', param)
app.post(url, param, 'get').then(r => {
console.log(r);
that.showhide = r.data;
let r=await app.post(url,param,'get')
try{
that.showhide = r.data;;
console.log('我是showhide',that.showhide)
// if(that.showhide[3].status==0){
// that.isshow=true
// }
// if(showhide[4].status==0||showhide[4].status!=2){
// }
uni.setStorageSync("showhide", r.data)
console.log(that.showhide)
}).catch(err => {
console.log(err)
})
}catch(err){
console.log(err)
}
// app.post(url, param, 'get').then(r => {
// console.log(r);
// that.showhide = r.data;
// uni.setStorageSync("showhide", r.data)
// console.log(that.showhide)
// }).catch(err => {
// console.log(err)
// })
},
// 任务分配
xiangmufen() {
... ... @@ -538,7 +564,7 @@
padding: 32rpx 0;
box-sizing: border-box;
margin-right: 35rpx;
margin-right: 20rpx;
/* border-bottom: 1rpx solid #EEEEEE; */
}
... ...
<template>
<view class="box">
<view class="topheadk">
<view class="shaiselecttop">
<view class='shaiselect' @click="shai">筛选</view>
</view>
</view>
<!-- <view class="headbox">
<view class="headboxleft" :class="selact==1?'headactive':''" @click="fenhui" data-id="1">分类汇总</view>
<view class="headboxleft" :class="selact==2?'headactive':''" @click="fenhui" data-id="2">分类明细</view>
... ... @@ -117,8 +123,8 @@
</view>
</view>
-->
<view class="register" v-if="tizhangshow">
<view class="taizhangwrap xiangmuzi">
<view class="register" v-if="tizhangshow" @click="hide">
<view class="taizhangwrap xiangmuzi" @click.stop="hidek">
<view class="wrapbox">
<view class="wrapitem">
<view class="wrapitemleft">项目类型</view>
... ... @@ -132,6 +138,17 @@
</picker>
</view>
<view class="wrapitem">
<view class="wrapitemleft">主管部门</view>
<picker @change="bindstationrChange" :value="stationindex" :range="stationlist" range-key="fname">
<view class="wrapitemright">
<view class="uni-input projectname">{{stationname}}</view>
<!-- <input type="text" /> -->
</view>
</picker>
</view>
<view class="wrapitem">
<view class="wrapitemleft">评审类型</view>
<picker @change="danweichange" :value="danweiindex" :range="danweilist" range-key="fname">
... ... @@ -168,7 +185,7 @@
<view class="nianduleft">
<view class="uni-input projectname">{{yeararr[yearindex]}}</view>
<view class="uni-input projectname">{{yearname}}</view>
<!-- <input type="text" /> -->
</view>
... ... @@ -253,7 +270,12 @@
huizonglist: [],
type: '',
huizong: true,
fid: ''
fid: '',
stationname:'请选择主管部门',
stationindex:0,
document:'',
stationlist:[],
yearname:'请选择年度',
}
},
onLoad(options) {
... ... @@ -276,11 +298,66 @@
// 获取咨询单位
this.getzixundanwei();
// 获取分类汇总数据
this.getfenhuilist()
this.getfenhuilist();
// 获取主管部门列表
this.getzhugaunlist()
},
computed: {
startDate() {
return this.getDate('start');
},
endDate() {
return this.getDate('end');
}
},
methods: {
hide(){
this.tizhangshow=false
},
hidek(){
},
// 获取主管部门列表
getzhugaunlist(){
let that = this;
console.log(9988776655)
let url = "project/Get_ComDepartment";
// console.log('8877665544',param)
app.post(url, '', 'get').then(r => {
console.log(r);
that.stationlist=r.data
}).catch(err => {
console.log(err)
})
},
getDate(type) {
const date = new Date();
let year = date.getFullYear();
let month = date.getMonth() + 1;
let day = date.getDate();
if (type === 'start') {
year = year - 60;
} else if (type === 'end') {
year = year + 2;
}
month = month > 9 ? month : '0' + month;;
day = day > 9 ? day : '0' + day;
return `${year}-${month}-${day}`;
},
//选择主管部门
bindstationrChange: function(e) {
console.log('picker发送选择改变,携带值为', e.target.value)
this.stationindex = e.target.value;
this.stationname = this.stationlist[e.target.value].fname;
this.document=this.stationlist[e.target.value].fid;
console.log(that.document)
},
reset() {
this.projectname = '项目类型';
this.danweiname = '评审类型';
... ... @@ -291,17 +368,20 @@
this.fprojectcategory = '';
this.sendyear = '';
this.submitdateone = '';
this.submitdatetwo = ''
this.submitdatetwo = '';
this.stationname='请选择主管部门';
this.document=''
},
// 筛选
onNavigationBarButtonTap() {
shai() {
this.tizhangshow = !this.tizhangshow
// 点击筛选
},
// 年改变
yearchange(e) {
this.yearindex = e.target.value;
this.sendyear = this.yeararr[e.target.value]
this.sendyear = this.yeararr[e.target.value];
this.yearname= this.yeararr[e.target.value];
},
// 修改日期
... ... @@ -418,6 +498,7 @@
sendyear: that.sendyear,
submitdateone: that.submitdateone,
submitdatetwo: that.submitdatetwo,
document:that.document
}
console.log(param)
... ... @@ -447,7 +528,7 @@
console.log(e)
this.fid = e.target.dataset.id;
uni.navigateTo({
url: '../xiangmuleixinghuidetail/xiangmuleixinghuidetail?fid=' + this.fid
url: '../xiangmuleixinghuidetail/xiangmuleixinghuidetail?fid=' + this.fid+'&document='+this.document
})
// this.huizong=false;
// this.getdetail();
... ... @@ -499,6 +580,13 @@
page {
background: #f9f9f9;
}
.topheadk{
position: fixed;
top:0;
left:0;
background: #fff;
width:750rpx;
}
.headbox {
background: #fff;
... ... @@ -538,6 +626,7 @@
padding: 0 20rpx;
box-sizing: border-box;
background: #fff;
margin-top:100rpx;
}
.taizhanghead {
... ...
... ... @@ -16,26 +16,26 @@
</view>
<view class="projectlist">
<view class="projectitem">
<!-- <view class="projectitem">
<view class="projectitemleft">项目编号:</view>
<view class="projectitemright">{{item.fnumber}}</view>
</view>
<view class="projectitem">
</view> -->
<!-- <view class="projectitem">
<view class="projectitemleft">项目类型:</view>
<view class="projectitemright">{{item.fprojecttype}}</view>
</view>
</view> -->
<view class="projectitem">
<view class="projectitemleft">项目名称:</view>
<view class="projectitemright">{{item.fname}}</view>
</view>
<view class="projectitem">
<!-- <view class="projectitem">
<view class="projectitemleft">当前评审节点:</view>
<view class="projectitemright">{{item.fcurrentname}}</view>
</view>
<view class="projectitem">
<view class="projectitemleft">评审类型:</view>
<view class="projectitemright">{{item.freviewtype}}</view>
</view>
</view> -->
<!-- <view class="projectitem">
<view class="projectitemleft">项目类型:</view>
<view class="projectitemright">咨询服务类</view>
... ... @@ -45,12 +45,12 @@
<view class="projectitemleft">评审类型:</view>
<view class="projectitemright">结算</view>
</view> -->
<view class="projectitem">
<!-- <view class="projectitem">
<view class="projectitemleft">送审单位:</view>
<view class="projectitemright" v-if="item.fdrgdoment==undefined"></view>
<view class="projectitemright" v-else>{{item.fdrgdoment}}</view>
</view>
-->
<!-- -->
<view class="projectitem">
<view class="projectitemleft">送审金额:</view>
... ... @@ -64,14 +64,14 @@
</view>
<!-- -->
<view class="projectitem">
<!-- <view class="projectitem">
<view class="projectitemleft">项目业主负责人:</view>
<view class="projectitemright" v-if="item.fdrgmants==undefined"></view>
<view class="projectitemright" v-else>{{item.fdrgmants}}</view>
</view>
</view> -->
<!-- -->
<view class="projectitem">
<!-- <view class="projectitem">
<view class="projectitemleft">项目业主联系人:</view>
<view class="projectitemright" v-if="item.fstandbyphones==undefined"> </view>
<view class="projectitemright" v-else>{{item.fcontacter}}</view>
... ... @@ -80,13 +80,13 @@
<view class="projectitemleft">项目业主联系人手机号:</view>
<view class="projectitemright" v-if="item.fstandbyphones==undefined"> </view>
<view class="projectitemright" v-else>{{item.fstandbyphones}}</view>
</view>
</view> -->
</view>
</view>
<view class="renyaoqiu">
<!-- <view class="renyaoqiu">
<view class="projectinfo">
<view class="projectinfoname">
<image src="../../static/img/xinxi.png" mode=""></image>
... ... @@ -168,7 +168,7 @@
</view>
</view>
</view>
-->
<!-- 項目过程时间表信息 -->
<!-- <view class="zixun">
<view class="projectinfo">
... ... @@ -214,7 +214,7 @@
<view class="renyaoqiu">
<!-- <view class="renyaoqiu">
<view class="projectinfo">
<view class="projectinfoname">
<image src="../../static/img/zhengqiu.png" mode=""></image>
... ... @@ -252,8 +252,8 @@
</view>
</view>
<view class="renyaoqiu">
-->
<!-- <view class="renyaoqiu">
<view class="projectinfo">
<view class="projectinfoname">
<image src="../../static/img/zhengqiu.png" mode=""></image>
... ... @@ -291,9 +291,9 @@
</view>
</view>
-->
<!--专家建议 -->
<view class='advise'>
<!-- <view class='advise'>
<view class="projectinfo">
<view class="projectinfoname">
<image src="../../static/img/zhuanjiaad.png" mode=""></image>
... ... @@ -306,7 +306,7 @@
{{advice[0].fexfilename}}
</view>
</view>
-->
<!-- <view class="zixunbottom">
<view class="querenfen">确认分配</view>
</view> -->
... ... @@ -316,6 +316,8 @@
<image src="../../static/img/xinxi.png" mode=""></image>
</view>
<view class="projectname">项目接件</view>
<view class="projectname">(总共用时{{hourjiejian}}日)</view>
</view>
<view class="noadvice" v-if="projectjiejian.length==0">暂无数据</view>
... ... @@ -347,6 +349,8 @@
<image src="../../static/img/xinxi.png" mode=""></image>
</view>
<view class="projectname">评审过程</view>
<view class="projectname">(总共用时{{hourguocheng}}日)</view>
</view>
<view class="noadvice" v-if="pingshenlist.length==0">暂无数据</view>
<view class="jiejian" v-else>
... ... @@ -379,6 +383,7 @@
<image src="../../static/img/xinxi.png" mode=""></image>
</view>
<view class="projectname">评审报告</view>
<view class="projectname">(总共用时{{hourbaogao}}日)</view>
</view>
<view class="noadvice" v-if="projectbaogaolist.length==0">暂无数据</view>
... ... @@ -424,7 +429,10 @@
pingshenlist: [],
// 评审报告
projectbaogaolist:[],
advice:''
advice:'',
hourguocheng:0,
hourbaogao:0,
hourjiejian:0
}
},
... ... @@ -497,11 +505,14 @@
that.projectjiejian = r.data;
let newprojectjiejian=that.projectjiejian;
for(var obj of newprojectjiejian){
obj.fprocessmemotime=obj.fprocessmemotime.split("T");
obj.fprocessmemotime=obj.fprocessmemotime[0];
let newhour=0
if(newprojectjiejian.length!=0){
for(var obj of newprojectjiejian){
obj.fprocessmemotime=obj.fprocessmemotime.split("T");
obj.fprocessmemotime=obj.fprocessmemotime[0];
newhour=newhour+Number(obj.fprocessmemodate)
}
that.hourjiejian=newhour
}
that.projectjiejian=newprojectjiejian
console.log(that.projectjiejian.length);
... ... @@ -523,12 +534,19 @@
app.post(url, param, 'get').then(r => {
that.pingshenlist = r.data
console.log('评审过程',r);
let newpingshenlist=that.pingshenlist
for(var obj of newpingshenlist){
obj.fprocessmemotime1=obj.fprocessmemotime1.split("T");
obj.fprocessmemotime1=obj.fprocessmemotime1[0]
let newpingshenlist=that.pingshenlist;
if(newpingshenlist.length!=0){
let newhour=0
for(var obj of newpingshenlist){
obj.fprocessmemotime1=obj.fprocessmemotime1.split("T");
obj.fprocessmemotime1=obj.fprocessmemotime1[0];
newhour=newhour+Number(obj.fprocessmemodate1)
}
that.hourguocheng=newhour
}
that.pingshenlist=newpingshenlist
that.pingshenlist=newpingshenlist;
}).catch(err => {
console.log(err)
... ... @@ -546,11 +564,19 @@
// console.log('8877665544',param)
app.post(url, param, 'get').then(r => {
that.projectbaogaolist = r.data;
let newprojectbaogaolist=that.projectbaogaolist
for(var obj of newprojectbaogaolist){
obj.fprocessmemotime3=obj.fprocessmemotime3.split("T");
obj.fprocessmemotime3=obj.fprocessmemotime3[0]
let newprojectbaogaolist=that.projectbaogaolist;
if(newprojectbaogaolist.length!=0){
let hour=0
for(var obj of newprojectbaogaolist){
obj.fprocessmemotime3=obj.fprocessmemotime3.split("T");
obj.fprocessmemotime3=obj.fprocessmemotime3[0];
hour=hour+Number(obj.fprocessmemodate3)
}
that.hourbaogao=hour
}
that.projectbaogaolist=newprojectbaogaolist
console.log('评审报告',that.projectbaogaolist);
... ... @@ -560,7 +586,6 @@
}
},
}
</script>
<style>
... ... @@ -569,7 +594,7 @@
}
.box {
background: #F9F9F9;
/* background: #F9F9F9; */
padding: 0 32rpx;
box-sizing: border-box;
}
... ... @@ -658,9 +683,12 @@
}
.projectitemright {
width:480rpx;
margin-left:20rpx;
color: #3D444D;
font-size: 26rpx;
font-weight: bold;
text-align: right;
}
.renyuanleft {
... ...
<template>
<view class="box">
<view class="head">
<view class="headitem">
<view class="headitemtop">在审项目数</view>
<view class="headitembot">{{end[0].ftrialcount}}</view>
<view class="topheadk">
<view class="shaiselecttop">
<view class='shaiselect' @click="shai">筛选</view>
</view>
<view class="headitem">
<view class="headitemtop">审结项目数</view>
<view class="headitembot">{{end[0].fconcludecount}}</view>
</view>
<view class="headitem">
<view class="headitemtop">总项目数</view>
<view class="headitembot">{{end[0].fcount}}</view>
<view class="head">
<view class="headitem">
<view class="headitemtop">在审项目数</view>
<view class="headitembot">{{end==''?'':end[0].ftrialcount}}</view>
</view>
<view class="headitem">
<view class="headitemtop">审结项目数</view>
<view class="headitembot">{{end==''?'':end[0].fconcludecount}}</view>
</view>
<view class="headitem">
<view class="headitemtop">总项目数</view>
<view class="headitembot">{{end==''?'':end[0].fcount}}</view>
</view>
</view>
</view>
<view class="nodata" v-if="xiangmulist.length==0">暂无数据</view>
<view class="taizhang" v-else>
... ... @@ -54,8 +64,8 @@
</view>
-->
<view class="register" v-if="tizhangshow">
<view class="taizhangwrap">
<view class="register" v-if="tizhangshow" @click="hide">
<view class="taizhangwrap" @click.stop="hidek">
<view class="wrapbox">
<view class="wrapitem">
<view class="wrapitemleft">项目类型</view>
... ... @@ -68,6 +78,17 @@
</view>
</picker>
</view>
<view class="wrapitem">
<view class="wrapitemleft">主管部门</view>
<picker @change="bindstationrChange" :value="stationindex" :range="stationlist" range-key="fname">
<view class="wrapitemright">
<view class="uni-input projectname">{{stationname}}</view>
<!-- <input type="text" /> -->
</view>
</picker>
</view>
<view class="wrapitem">
... ... @@ -93,7 +114,7 @@
<view class="nianduleft">
<view class="uni-input projectname">{{yeararr[yearindex]}}</view>
<view class="uni-input projectname">{{yearname}}</view>
<!-- <input type="text" /> -->
</view>
... ... @@ -169,9 +190,22 @@
startdate: '开始时间',
endate: '结束时间',
projectname: '项目类型',
danweiname: '咨询单位'
danweiname: '咨询单位',
stationname:'请选择主管部门',
stationindex:0,
document:'',
stationlist:[],
yearname:'请选择年度',
}
},
computed: {
startDate() {
return this.getDate('start');
},
endDate() {
return this.getDate('end');
}
},
onLoad() {
// 获取今年
var date = new Date();
... ... @@ -186,10 +220,55 @@
// 获取咨询单位列表
this.getzixundanwei()
// 获取台账列表
this.gettiazhanglist()
this.gettiazhanglist();
this.getzhugaunlist()
},
methods: {
hide(){
this.tizhangshow=false
},
hidek(){
},
// 获取主管部门列表
getzhugaunlist(){
let that = this;
console.log(9988776655)
let url = "project/Get_ComDepartment";
// console.log('8877665544',param)
app.post(url, '', 'get').then(r => {
console.log(r);
that.stationlist=r.data
}).catch(err => {
console.log(err)
})
},
bindstationrChange: function(e) {
console.log('picker发送选择改变,携带值为', e.target.value)
this.stationindex = e.target.value;
this.stationname = this.stationlist[e.target.value].fname;
this.document = this.stationlist[e.target.value].fid;
console.log(this.document)
},
getDate(type) {
const date = new Date();
let year = date.getFullYear();
let month = date.getMonth() + 1;
let day = date.getDate();
if (type === 'start') {
year = year - 60;
} else if (type === 'end') {
year = year + 2;
}
month = month > 9 ? month : '0' + month;;
day = day > 9 ? day : '0' + day;
return `${year}-${month}-${day}`;
},
// 重置
reset(){
... ... @@ -206,7 +285,7 @@
},
// 筛选
onNavigationBarButtonTap() {
shai() {
this.tizhangshow = !this.tizhangshow
// 点击筛选
},
... ... @@ -280,7 +359,8 @@
// 年改变
yearchange(e) {
this.yearindex = e.target.value;
this.sendyear = this.yeararr[e.target.value]
this.sendyear = this.yeararr[e.target.value];
this.yearname=this.yeararr[e.target.value];
},
gettiazhanglist() {
... ... @@ -296,7 +376,8 @@
submitdateone: that.submitdateone,
submitdatetwo: that.submitdatetwo,
document: '',
fteam: ''
fteam: '',
document:that.document
};
console.log('8877665544', param)
console.log(url)
... ... @@ -379,7 +460,16 @@
page {
background: #F9F9F9;
}
.taizhangwrap{
height: auto!important;
}
.topheadk{
position: fixed;
top:0;
left:0;
background: #fff;
width:750rpx;
}
.head {
width: 750rpx;
margin: 0 auto;
... ... @@ -419,10 +509,14 @@
font-size: 32rpx;
margin-top: 15rpx;
}
.taizhang{
margin-top:250rpx!important;
}
.taizhangbox {
padding: 0 34rpx;
box-sizing: border-box;
}
.taizhang {
... ...
<template>
<view class="box">
<view class="head">
<view class="headitem">
<view class="headitemtop">在审项目数</view>
<view class="headitembot">{{end[0].ftrialcount}}</view>
<view class="topheadk">
<view class="shaiselecttop">
<view class='shaiselect' @click="shai">筛选</view>
</view>
<view class="headitem">
<view class="headitemtop">审结项目数</view>
<view class="headitembot">{{end[0].fconcludecount}}</view>
</view>
<view class="headitem">
<view class="headitemtop">总项目数</view>
<view class="headitembot">{{end[0].fcount}}</view>
<view class="head">
<view class="headitem">
<view class="headitemtop">在审项目数</view>
<view class="headitembot">{{end==''?'':end[0].ftrialcount}}</view>
</view>
<view class="headitem">
<view class="headitemtop">审结项目数</view>
<view class="headitembot">{{end==''?'':end[0].fconcludecount}}</view>
</view>
<view class="headitem">
<view class="headitemtop">总项目数</view>
<view class="headitembot">{{end==''?'':end[0].fcount}}</view>
</view>
</view>
</view>
<view class="nodata" v-if="xiangmulist.length==0">暂无数据</view>
<view class="taizhang" v-else>
... ... @@ -55,8 +61,8 @@
</view>
-->
<view class="register" v-if="tizhangshow">
<view class="taizhangwrap">
<view class="register" v-if="tizhangshow" @click="hide">
<view class="taizhangwrap" @click.stop="hidek">
<view class="wrapbox">
<view class="wrapitem">
<view class="wrapitemleft">项目类型</view>
... ... @@ -68,12 +74,23 @@
</view>
</picker>
</view>
<view class="wrapitem">
<view class="wrapitemleft">主管部门</view>
<picker @change="bindstationrChange" :value="stationindex" :range="stationlist" range-key="fname">
<view class="wrapitemright">
<view class="uni-input projectname">{{stationname}}</view>
<!-- <input type="text" /> -->
</view>
</picker>
</view>
<view class="wrapitem">
<view class="wrapitemleft">项目组</view>
<picker @change="danweichange" :value="danweiindex" :range="danweilist" range-key="fname">
<view class="wrapitemright">
<view class="uni-input projectname">{{danweiname}}</view>
<!-- <input type="text" /> -->
</view>
... ... @@ -102,7 +119,7 @@
<view class="nianduleft">
<view class="uni-input projectname">{{yeararr[yearindex]}}</view>
<view class="uni-input projectname">{{yearname}}</view>
<!-- <input type="text" /> -->
</view>
... ... @@ -177,8 +194,21 @@
yearindex: -1,
startdate: '开始时间',
endate: '结束时间',
projectname:'项目类型',
danweiname:'项目组'
projectname: '项目类型',
danweiname: '项目组',
stationname:'请选择主管部门',
stationindex:0,
document:'',
stationlist:[],
yearname:'请选择年度',
}
},
computed: {
startDate() {
return this.getDate('start');
},
endDate() {
return this.getDate('end');
}
},
onLoad() {
... ... @@ -205,7 +235,9 @@
// 获取咨询单位列表
this.getzixundanwei()
// 获取台账列表
this.gettiazhanglist()
this.gettiazhanglist();
// 获取主管部门列表
this.getzhugaunlist();
},
... ... @@ -218,21 +250,64 @@
// }
// },
methods: {
reset(){
this.yearindex=-1,
this.startdate='开始时间';
this.endate='结束时间';
this.projectname='项目类型';
this.danweiname='项目组';
this.fprojectcategory=''
hide(){
this.tizhangshow=false
},
hidek(){
this.sendyear= '';
this.submitdateone='';
this.submitdatetwo='';
this.fteam='';
},
// 获取主管部门列表
getzhugaunlist(){
let that = this;
console.log(9988776655)
let url = "project/Get_ComDepartment";
// console.log('8877665544',param)
app.post(url, '', 'get').then(r => {
console.log(r);
that.stationlist=r.data
}).catch(err => {
console.log(err)
})
},
bindstationrChange: function(e) {
console.log('picker发送选择改变,携带值为', e.target.value)
this.stationindex = e.target.value;
this.stationname = this.stationlist[e.target.value].fname;
this.document = this.stationlist[e.target.value].fid;
console.log(this.document)
},
getDate(type) {
const date = new Date();
let year = date.getFullYear();
let month = date.getMonth() + 1;
let day = date.getDate();
if (type === 'start') {
year = year - 60;
} else if (type === 'end') {
year = year + 2;
}
month = month > 9 ? month : '0' + month;;
day = day > 9 ? day : '0' + day;
return `${year}-${month}-${day}`;
},
reset() {
this.yearindex = -1,
this.startdate = '开始时间';
this.endate = '结束时间';
this.projectname = '项目类型';
this.danweiname = '项目组';
this.fprojectcategory = ''
this.sendyear = '';
this.submitdateone = '';
this.submitdatetwo = '';
this.fteam = '';
},
// 筛选
onNavigationBarButtonTap() {
shai() {
this.tizhangshow = !this.tizhangshow
// 点击筛选
},
... ... @@ -257,20 +332,21 @@
bindPickerChange: function(e) {
console.log('picker发送选择改变,携带值为', e.target.value)
this.index = e.target.value;
this.fprojectcategory=this.projectlist[e.target.value].fname;
this.projectname=this.projectlist[e.target.value].fname
this.fprojectcategory = this.projectlist[e.target.value].fname;
this.projectname = this.projectlist[e.target.value].fname
},
// 修改日期
bindDateChange: function(e) {
this.startdate = e.target.value;
this.submitdateone=e.target.value;
this.submitdateone = e.target.value;
},
endDateChange(e) {
this.endate = e.target.value;
this.submitdatetwo=e.target.value;
this.submitdatetwo = e.target.value;
},
//获取项目组
... ... @@ -281,7 +357,7 @@
app.post(url, '', 'get').then(r => {
console.log(r);
console.log(r);
that.danweilist = r.data;
// that.danweilist=JSON.stringify(that.danweilist)
console.log(that.danweilist)
... ... @@ -300,13 +376,14 @@
danweichange: function(e) {
console.log('picker发送选择改变,携带值为', e.target.value)
this.danweiindex = e.target.value;
this.fintorg=this.danweilist[e.target.value].fname;
this.danweiname=this.danweilist[e.target.value].fname;
this.fintorg = this.danweilist[e.target.value].fname;
this.danweiname = this.danweilist[e.target.value].fname;
},
// 年改变
yearchange(e) {
this.yearindex = e.target.value;
this.sendyear=this.yeararr[e.target.value]
this.sendyear = this.yeararr[e.target.value];
this.yearname= this.yeararr[e.target.value];
},
gettiazhanglist() {
... ... @@ -316,18 +393,19 @@
let param = {
toaudit: 'fteam',
document:'' ,
document: '',
fprojectcategory: that.fprojectcategory,
sendyear: that.sendyear,
submitdateone: that.submitdateone,
submitdatetwo: that.submitdatetwo,
fteam: that.fintorg,
fintorg: '',
document:that.document
};
console.log('8877665544', param)
app.post(url, param, 'get').then(r => {
console.log(r)
console.log(r)
// console.log('1234567890',r)
// let data=JSON.stringify(r)
... ... @@ -358,23 +436,23 @@
},
search(){
search() {
console.log(7766554)
this.gettiazhanglist();
this.tizhangshow=false
this.tizhangshow = false
},
// 项目台账详情
taizhangdetail(e) {
console.log(e)
let item = e.target.dataset.item;
item = JSON.stringify(item);
console.log(item)
uni.navigateTo({
url: '../zhugauntaidetail/zhugauntaidetail?item='+item+"&type="+6
url: '../zhugauntaidetail/zhugauntaidetail?item=' + item + "&type=" + 6
})
},
... ... @@ -402,7 +480,9 @@
page {
background: #F9F9F9;
}
.taizhangwrap{
height:auto!important;
}
.head {
width: 750rpx;
margin: 0 auto;
... ... @@ -415,6 +495,13 @@
}
.topheadk{
position: fixed;
top:0;
left:0;
background: #fff;
width:750rpx;
}
.headitem {
width: 350rpx;
... ... @@ -489,6 +576,9 @@
.taiboxitem:last-child {
border-bottom: none
}
.taizhang{
margin-top:250rpx;
}
.taizhangleft {
color: #06121E;
... ...
<template>
<view class="box">
<view class="head">
<view class="headitem">
<view class="headitemtop">在审项目数</view>
<view class="headitembot">{{end[0].ftrialcount}}</view>
<view class="topheadk">
<view class="shaiselecttop">
<view class='shaiselect' @click="shai">筛选</view>
</view>
<view class="headitem">
<view class="headitemtop">审结项目数</view>
<view class="headitembot">{{end[0].fconcludecount}}</view>
</view>
<view class="headitem">
<view class="headitemtop">总项目数</view>
<view class="headitembot">{{end[0].fcount}}</view>
<view class="head">
<view class="headitem">
<view class="headitemtop">在审项目数</view>
<view class="headitembot">{{end==''?'':end[0].ftrialcount}}</view>
</view>
<view class="headitem">
<view class="headitemtop">审结项目数</view>
<view class="headitembot">{{end==''?'':end[0].fconcludecount}}</view>
</view>
<view class="headitem">
<view class="headitemtop">总项目数</view>
<view class="headitembot">{{end==''?'':end[0].fcount}}</view>
</view>
</view>
</view>
<view class="nodata" v-if="xiangmulist.length==0">暂无数据</view>
... ... @@ -55,12 +61,12 @@
</view>
-->
<view class="register" v-if="tizhangshow">
<view class="taizhangwrap">
<view class="register" v-if="tizhangshow" @click="hide">
<view class="taizhangwrap" @click.stop="hidek">
<view class="wrapbox">
<view class="wrapitem">
<view class="wrapitemleft">项目类型</view>
<picker @change="bindPickerChange" :value="index" :range="projectlist" range-key="fname">
<picker @change.stop="bindPickerChange" :value="index" :range="projectlist" range-key="fname">
<view class="wrapitemright">
<view class="uni-input projectname">{{projectname}}</view>
... ... @@ -70,16 +76,27 @@
</picker>
</view>
<view class="wrapitem">
<view class="wrapitemleft">单位名称</view>
<picker @change="danweichange" :value="danweiindex" :range="danweilist" range-key="fname">
<view class="wrapitemleft">主管部门</view>
<picker @change.stop="bindstationrChange" :value="stationindex" :range="stationlist" range-key="fname">
<view class="wrapitemright">
<view class="uni-input projectname">{{danweiname}}</view>
<view class="uni-input projectname">{{stationname}}</view>
<!-- <input type="text" /> -->
</view>
</picker>
</view>
<view class="wrapitem">
<view class="wrapitemleft">单位名称</view>
<picker @change.stop="danweichange" :value="danweiindex" :range="danweilist" range-key="fname">
<view class="wrapitemright">
<view class="uni-input projectname">{{danweiname}}</view>
<!-- <input type="text" /> -->
</view>
</picker>
</view>
<!-- <view class="wrapitem">
<view class="wrapitemleft">单位名称</view>
<view class="wrapitemright">
... ... @@ -95,10 +112,10 @@
<view class="wrapitem">
<view class="wrapitemleft">年度</view>
<picker @change="yearchange" :value="yearindex" :range="yeararr">
<picker @change.stop="yearchange" :value="yearindex" :range="yeararr">
<view class="wrapitemright">
<view class="nianduleft">
<view class="uni-input projectname">{{yeararr[yearindex]}}</view>
<view class="uni-input projectname">{{yearname}}</view>
<!-- <input type="text" /> -->
</view>
... ... @@ -113,7 +130,7 @@
<view class="wrapitemleft">时间</view>
<view class="time">
<picker mode="date" :value="date" :start="startDate" :end="endDate" @change="bindDateChange">
<picker mode="date" :value="startdate" :start="startDate" :end="endDate" @change.stop="bindDateChange">
<view class="timeleft">
{{startdate}}
<!-- <input placeholder="" /> -->
... ... @@ -121,7 +138,7 @@
</view>
</picker>
<view class="timemiddle"></view>
<picker mode="date" :value="date" :start="startDate" :end="endDate" @change="endDateChange">
<picker mode="date" :value="endate" :start="startDate" :end="endDate" @change.stop="endDateChange">
<view class="timeleft">
... ... @@ -136,12 +153,15 @@
</view>
<view class="zibot">
<view class="reset" @click="reset">重置</view>
<view class="chaxun" @click="search">查询</view>
<view class="reset" @click.stop="reset">重置</view>
<view class="chaxun" @click.stop="search">查询</view>
</view>
</view>
</view>
</view>
</template>
... ... @@ -171,36 +191,48 @@
endate: '结束时间',
projectname: '项目类型',
danweiname: '咨询单位',
toaudit:'',
type:''
toaudit: '',
type: '',
stationname:'请选择主管部门',
stationindex:0,
document:'',
stationlist:[],
yearname:'请选择年度',
}
},
computed: {
startDate() {
return this.getDate('start');
},
endDate() {
return this.getDate('end');
}
},
onLoad(options) {
this.type=options.type
if(options.type==1){
this.type = options.type
if (options.type == 1) {
uni.setNavigationBarTitle({
title: '预算项目台账'
});
this.toaudit='prj_toaudit_budget'
}else if(options.type==2){
this.toaudit = 'prj_toaudit_budget'
} else if (options.type == 2) {
uni.setNavigationBarTitle({
title: '结算项目台账'
});
this.toaudit='prj_toaudit_settlement'
}else if(options.type==3){
this.toaudit = 'prj_toaudit_settlement'
} else if (options.type == 3) {
uni.setNavigationBarTitle({
title: '决算项目台账'
});
this.toaudit='prj_toaudit_change'
}
else if(options.type==4){
this.toaudit = 'prj_toaudit_change'
} else if (options.type == 4) {
uni.setNavigationBarTitle({
title: '土地成本项目台帐'
});
this.toaudit='prj_toaudit_land'
this.toaudit = 'prj_toaudit_land'
}
// 获取今年
var date = new Date();
var jinyear = date.getFullYear();
... ... @@ -224,7 +256,9 @@
// 获取咨询单位列表
this.getzixundanwei()
// 获取台账列表
this.gettiazhanglist()
this.gettiazhanglist();
// 获取主管部门列表
this.getzhugaunlist();
},
... ... @@ -237,25 +271,68 @@
// }
// },
methods: {
reset(){
this.yearindex= -1,
this.startdate='开始时间';
this.endate= '结束时间';
this.projectname= '项目类型';
this.danweiname='咨询单位';
this.fprojectcategory='';
this.fintorg='';
this.sendyear='';
this.submitdateone='';
this.submitdatetwo=''
hide(){
this.tizhangshow=false
},
hidek(){
},
// 获取主管部门列表
getzhugaunlist(){
let that = this;
console.log(9988776655)
let url = "project/Get_ComDepartment";
// console.log('8877665544',param)
app.post(url, '', 'get').then(r => {
console.log(r);
that.stationlist=r.data
}).catch(err => {
console.log(err)
})
},
bindstationrChange: function(e) {
console.log('picker发送选择改变,携带值为', e.target.value)
this.stationindex = e.target.value;
this.stationname = this.stationlist[e.target.value].fname;
this.document = this.stationlist[e.target.value].fid;
console.log(this.document)
},
getDate(type) {
const date = new Date();
let year = date.getFullYear();
let month = date.getMonth() + 1;
let day = date.getDate();
if (type === 'start') {
year = year - 60;
} else if (type === 'end') {
year = year + 2;
}
month = month > 9 ? month : '0' + month;;
day = day > 9 ? day : '0' + day;
return `${year}-${month}-${day}`;
},
reset() {
this.yearindex = -1,
this.startdate = '开始时间';
this.endate = '结束时间';
this.projectname = '项目类型';
this.danweiname = '咨询单位';
this.fprojectcategory = '';
this.fintorg = '';
this.sendyear = '';
this.submitdateone = '';
this.submitdatetwo = ''
},
// 筛选
onNavigationBarButtonTap() {
shai() {
this.tizhangshow = !this.tizhangshow
// 点击筛选
},
... ... @@ -329,10 +406,11 @@
// 年改变
yearchange(e) {
this.yearindex = e.target.value;
this.sendyear = this.yeararr[e.target.value]
this.sendyear = this.yeararr[e.target.value];
this.yearname=this.yeararr[e.target.value];
},
gettiazhanglist() {
async gettiazhanglist() {
let that = this;
console.log(9988776543)
let url = "project/Get_GetRptaudit";
... ... @@ -345,16 +423,12 @@
submitdateone: that.submitdateone,
submitdatetwo: that.submitdatetwo,
document: '',
fteam: ''
fteam: '',
document:that.document
};
console.log('8877665544', param)
app.post(url, param, 'get').then(r => {
// console.log(r)
// console.log('1234567890',r)
// let data=JSON.stringify(r)
// console.log(JSON.stringify(r))
this.xiangmulist = r.data;
let r= await app.post(url,param,'get');
this.xiangmulist = r.data;
let newxiangmulist = this.xiangmulist;
let xiangmu = []
for (var obj of newxiangmulist) {
... ... @@ -363,20 +437,45 @@
}
// console.log(xiangmu)
var end = xiangmu.splice(-1);
that.end = end
that.end = end;
console.log('34787348349389438我是end',that.ende)
// var len = xiangmu.length;
// len = len - 1;
// console.log(len)
// xiangmu.splice(len, 1);
// console.log(xiangmu)
this.xiangmulist = xiangmu;
console.log(typeof(xiangmu))
}).catch(err => {
console.log(err)
})
// app.post(url, param, 'get').then(r => {
// // console.log(r)
// // console.log('1234567890',r)
// // let data=JSON.stringify(r)
// // console.log(JSON.stringify(r))
// this.xiangmulist = r.data;
// let newxiangmulist = this.xiangmulist;
// let xiangmu = []
// for (var obj of newxiangmulist) {
// // console.log(obj)
// xiangmu.push(obj)
// }
// // console.log(xiangmu)
// var end = xiangmu.splice(-1);
// that.end = end
// // var len = xiangmu.length;
// // len = len - 1;
// // console.log(len)
// // xiangmu.splice(len, 1);
// // console.log(xiangmu)
// this.xiangmulist = xiangmu;
// console.log(typeof(xiangmu))
// }).catch(err => {
// console.log(err)
// })
},
... ... @@ -394,7 +493,7 @@
console.log(item)
item = JSON.stringify(item);
uni.navigateTo({
url: '../yusuantaidetail/yusuantaidetail?item=' + item+'&type='+this.type
url: '../yusuantaidetail/yusuantaidetail?item=' + item + '&type=' + this.type
})
},
... ... @@ -422,20 +521,12 @@
page {
background: #F9F9F9;
}
.head {
width: 750rpx;
margin: 0 auto;
display: flex;
justify-content: space-around;
align-items: center;
padding: 32rpx 0;
box-sizing: border-box;
background: #fff;
.taizhangwrap{
height:auto!important;
}
.headitem {
width: 350rpx;
display: flex;
... ... @@ -467,6 +558,17 @@
padding: 0 34rpx;
box-sizing: border-box;
}
.head {
width: 750rpx;
background: #fff;
display: flex;
align-items: center;
padding: 32rpx;
box-sizing: border-box;
justify-content: space-between;
border-bottom: 2rpx solid #BDC4CE;
}
.taizhang {
/* padding: 32rpx;
... ...
<template>
<view class="box">
<view class="topheadk">
<view class="shaiselecttop">
<view class='shaiselect' @click="shai">筛选</view>
</view>
</view>
<!-- <view class="headbox">
<view class="headboxleft" :class="selact==1?'headactive':''" @click="fenhui" data-id="1">分类汇总</view>
<view class="headboxleft" :class="selact==2?'headactive':''" @click="fenhui" data-id="2">分类明细</view>
... ... @@ -120,8 +125,8 @@
</view>
-->
<view class="register" v-if="tizhangshow">
<view class="taizhangwrap xiangmuzi">
<view class="register" v-if="tizhangshow" @click="hide">
<view class="taizhangwrap xiangmuzi" @click.stop="hidek">
<view class="wrapbox">
<view class="wrapitem">
<view class="wrapitemleft">项目类型</view>
... ... @@ -135,6 +140,17 @@
</picker>
</view>
<view class="wrapitem">
<view class="wrapitemleft">主管部门</view>
<picker @change="bindstationrChange" :value="stationindex" :range="stationlist" range-key="fname">
<view class="wrapitemright">
<view class="uni-input projectname">{{stationname}}</view>
<!-- <input type="text" /> -->
</view>
</picker>
</view>
<view class="wrapitem">
<view class="wrapitemleft">评审类型</view>
<picker @change="danweichange" :value="danweiindex" :range="danweilist" range-key="fname">
... ... @@ -171,7 +187,7 @@
<view class="nianduleft">
<view class="uni-input projectname">{{yeararr[yearindex]}}</view>
<view class="uni-input projectname">{{yearname}}</view>
<!-- <input type="text" /> -->
</view>
... ... @@ -255,6 +271,11 @@
type: '',
fid: '',
huizong: true,
stationname:'请选择主管部门',
stationindex:0,
document:'',
stationlist:[],
yearname:'请选择年度',
}
},
... ... @@ -278,11 +299,67 @@
// 获取咨询单位
this.getzixundanwei();
// 获取分类汇总数据
this.getfenhuilist()
this.getfenhuilist();
// 获取专家部门
this.getzhugaunlist()
},
computed: {
startDate() {
return this.getDate('start');
},
endDate() {
return this.getDate('end');
}
},
methods: {
hide(){
this.tizhangshow=false
},
hidek(){
},
getDate(type) {
const date = new Date();
let year = date.getFullYear();
let month = date.getMonth() + 1;
let day = date.getDate();
if (type === 'start') {
year = year - 60;
} else if (type === 'end') {
year = year + 2;
}
month = month > 9 ? month : '0' + month;;
day = day > 9 ? day : '0' + day;
return `${year}-${month}-${day}`;
},
// 获取主管部门列表
getzhugaunlist(){
let that = this;
console.log(9988776655)
let url = "project/Get_ComDepartment";
// console.log('8877665544',param)
app.post(url, '', 'get').then(r => {
console.log(r);
that.stationlist=r.data
}).catch(err => {
console.log(err)
})
},
//选择主管部门
bindstationrChange: function(e) {
console.log('picker发送选择改变,携带值为', e.target.value)
this.stationindex = e.target.value;
this.stationname = this.stationlist[e.target.value].fname;
this.document=this.stationlist[e.target.value].fid;
console.log(that.document)
},
reset() {
this.yearindex = -1,
this.startdate = '开始时间';
... ... @@ -293,18 +370,21 @@
this.fprojectcategory = '';
this.sendyear = '';
this.submitdateone = '';
this.submitdatetwo = ''
this.submitdatetwo = '';
this.stationname='请选择主管部门';
this.document=''
},
// 筛选
onNavigationBarButtonTap() {
shai() {
this.tizhangshow = !this.tizhangshow
// 点击筛选
},
// 年改变
yearchange(e) {
this.yearindex = e.target.value;
this.sendyear = this.yeararr[e.target.value]
this.sendyear = this.yeararr[e.target.value];
this.yearname=this.yeararr[e.target.value];
},
// 修改日期
... ... @@ -421,6 +501,7 @@
sendyear: that.sendyear,
submitdateone: that.submitdateone,
submitdatetwo: that.submitdatetwo,
document:that.document
}
console.log(param)
... ... @@ -450,7 +531,7 @@
console.log('专家', e)
this.fid = e.target.dataset.id;
uni.navigateTo({
url: '../zhuanjiahuidetail/zhuanjiahuidetail?fid=' + this.fid
url: '../zhuanjiahuidetail/zhuanjiahuidetail?fid=' + this.fid+'&document='+htis.document
})
// this.huizong=false;
// this.getdetail()
... ... @@ -466,6 +547,7 @@
sendyear: that.sendyear,
submitdateone: that.submitdateone,
submitdatetwo: that.submitdatetwo,
document:that.document
}
console.log(param)
... ... @@ -502,14 +584,20 @@
page {
background: #f9f9f9;
}
.topheadk{
position: fixed;
top:0;
left:0;
background: #fff;
width:750rpx;
}
.headbox {
background: #fff;
height: 100rpx;
display: flex;
align-items: center;
}
.headboxleft {
... ... @@ -541,6 +629,7 @@
padding: 0 20rpx;
box-sizing: border-box;
background: #fff;
margin-top:100rpx;
}
.taizhanghead {
... ...
<template>
<view class="box">
<view class="head">
<view class="headitem">
<view class="headitemtop">在审项目数</view>
<view class="headitembot">{{end[0].ftrialcount}}</view>
<view class="topheadk">
<view class="shaiselecttop">
<view class='shaiselect' @click="shai">筛选</view>
</view>
<view class="headitem">
<view class="headitemtop">审结项目数</view>
<view class="headitembot">{{end[0].fconcludecount}}</view>
</view>
<view class="headitem">
<view class="headitemtop">总项目数</view>
<view class="headitembot">{{end[0].fcount}}</view>
<view class="head">
<view class="headitem">
<view class="headitemtop">在审项目数</view>
<view class="headitembot">{{end==''?'':end[0].ftrialcount}}</view>
</view>
<view class="headitem">
<view class="headitemtop">审结项目数</view>
<view class="headitembot">{{end==''?'':end[0].fconcludecount}}</view>
</view>
<view class="headitem">
<view class="headitemtop">总项目数</view>
<view class="headitembot">{{end==''?'':end[0].fcount}}</view>
</view>
</view>
</view>
<view class="nodata" v-if="xiangmulist.length==0">暂无数据</view>
... ... @@ -55,8 +61,8 @@
</view>
-->
<view class="register" v-if="tizhangshow">
<view class="taizhangwrap">
<view class="register" v-if="tizhangshow" @click="hide">
<view class="taizhangwrap" @click.stop="hidek">
<view class="wrapbox">
<view class="wrapitem">
<view class="wrapitemleft">项目类型</view>
... ... @@ -69,31 +75,19 @@
</view>
</picker>
</view>
<view class="wrapitem">
<view class="wrapitemleft">主管部门</view>
<picker @change="danweichange" :value="danweiindex" :range="danweilist" range-key="fname">
<picker @change="bindstationrChange" :value="stationindex" :range="stationlist" range-key="fname">
<view class="wrapitemright">
<view class="uni-input projectname">{{danweiname}}</view>
<view class="uni-input projectname">{{stationname}}</view>
<!-- <input type="text" /> -->
</view>
</picker>
</view>
<!-- <view class="wrapitem">
<view class="wrapitemleft">主管部门</view>
<view class="wrapitemright">
<picker @change="danweichange" :value="danweiindex" :range="danweilist" range-key="fname">
<view class="wrapitemright">
<view class="uni-input projectname">{{danweiname}}</view>
</view>
</picker>
</view>
</view>
-->
<view class="wrapitem">
<view class="wrapitemleft">年度</view>
... ... @@ -103,7 +97,7 @@
<view class="nianduleft">
<view class="uni-input projectname">{{yeararr[yearindex]}}</view>
<view class="uni-input projectname">{{yearname}}</view>
<!-- <input type="text" /> -->
</view>
... ... @@ -177,10 +171,17 @@
yearindex: -1,
startdate: '开始时间',
endate: '结束时间',
projectname:'项目类型',
danweiname:'主管部门'
projectname: '项目类型',
danweiname: '主管部门',
stationname: '请选择主管部门',
stationindex: 0,
document: '',
stationlist: [],
yearname: '请选择年度',
}
},
onLoad() {
// 获取今年
var date = new Date();
... ... @@ -203,13 +204,21 @@
//获取项目类型
this.getprojectkind();
// 获取咨询单位列表
this.getzixundanwei()
// 获取台账列表
this.gettiazhanglist()
this.getzixundanwei();
this.getzhugaunlist()
},
computed: {
startDate() {
return this.getDate('start');
},
endDate() {
return this.getDate('end');
}
},
// computed: {
// startDate() {
... ... @@ -220,17 +229,60 @@
// }
// },
methods: {
hide(){
this.tizhangshow=false
},
hidek(){
},
// 获取主管部门列表
getzhugaunlist() {
let that = this;
console.log(9988776655)
let url = "project/Get_ComDepartment";
// console.log('8877665544',param)
app.post(url, '', 'get').then(r => {
console.log(r);
that.stationlist = r.data
}).catch(err => {
console.log(err)
})
},
bindstationrChange: function(e) {
console.log('picker发送选择改变,携带值为', e.target.value)
this.stationindex = e.target.value;
this.stationname = this.stationlist[e.target.value].fname;
this.document = this.stationlist[e.target.value].fid;
console.log(this.document)
},
getDate(type) {
const date = new Date();
let year = date.getFullYear();
let month = date.getMonth() + 1;
let day = date.getDate();
if (type === 'start') {
year = year - 60;
} else if (type === 'end') {
year = year + 2;
}
month = month > 9 ? month : '0' + month;;
day = day > 9 ? day : '0' + day;
return `${year}-${month}-${day}`;
},
// 筛选
onNavigationBarButtonTap() {
shai() {
this.tizhangshow = !this.tizhangshow
// 点击筛选
},
reset(){
this.startdate= '开始时间';
this.endate= '结束时间';
this.projectname='项目类型';
this.danweiname='主管部门',
this.yearindex=-1
reset() {
this.startdate = '开始时间';
this.endate = '结束时间';
this.projectname = '项目类型';
this.danweiname = '主管部门',
this.yearindex = -1
},
// 显示项目类型
getprojectkind() {
... ... @@ -253,20 +305,20 @@
bindPickerChange: function(e) {
console.log('picker发送选择改变,携带值为', e.target.value)
this.index = e.target.value;
this.fprojectcategory=this.projectlist[e.target.value].fname;
this.projectname=this.projectlist[e.target.value].fname
this.fprojectcategory = this.projectlist[e.target.value].fname;
this.projectname = this.projectlist[e.target.value].fname
},
// 修改日期
bindDateChange: function(e) {
this.startdate = e.target.value;
this.submitdateone=e.target.value;
this.submitdateone = e.target.value;
},
endDateChange(e) {
this.endate = e.target.value;
this.submitdatetwo=e.target.value;
this.submitdatetwo = e.target.value;
},
//获取主管部门
... ... @@ -277,7 +329,7 @@
app.post(url, '', 'get').then(r => {
console.log(r);
console.log(r);
that.danweilist = r.data;
// that.danweilist=JSON.stringify(that.danweilist)
console.log(that.danweilist)
... ... @@ -296,13 +348,14 @@
danweichange: function(e) {
console.log('picker发送选择改变,携带值为', e.target.value)
this.danweiindex = e.target.value;
this.fintorg=this.danweilist[e.target.value].fname;
this.danweiname=this.danweilist[e.target.value].fname;
this.fintorg = this.danweilist[e.target.value].fname;
this.danweiname = this.danweilist[e.target.value].fname;
},
// 年改变
yearchange(e) {
this.yearindex = e.target.value;
this.sendyear=this.yeararr[e.target.value]
this.sendyear = this.yeararr[e.target.value];
this.yearname = this.yeararr[e.target.value];
},
gettiazhanglist() {
... ... @@ -318,11 +371,12 @@
submitdateone: that.submitdateone,
submitdatetwo: that.submitdatetwo,
fteam: '',
fintorg: ''
fintorg: '',
document:that.document
};
console.log('8877665544', param)
app.post(url, param, 'get').then(r => {
console.log(r)
console.log(r)
// console.log('1234567890',r)
// let data=JSON.stringify(r)
... ... @@ -336,7 +390,9 @@
}
// console.log(xiangmu)
var end = xiangmu.splice(-1);
that.end = end
that.end = end;
console.log('3783747494389', this.end)
var len = xiangmu.length;
len = len - 1;
... ... @@ -353,13 +409,13 @@
},
search(){
search() {
console.log(7766554)
this.gettiazhanglist();
this.tizhangshow=false
this.tizhangshow = false
},
// 项目台账详情
taizhangdetail(e) {
console.log(e)
... ... @@ -367,13 +423,15 @@
console.log(item)
item = JSON.stringify(item);
uni.navigateTo({
url: '../zhugauntaidetail/zhugauntaidetail?item=' + item+"&type="+5
url: '../zhugauntaidetail/zhugauntaidetail?item=' + item + "&type=" + 5
})
},
},
onShow() {
// 获取台账列表
this.gettiazhanglist()
},
//上拉触底事件
onReachBottom: function() {
... ... @@ -395,6 +453,13 @@
page {
background: #F9F9F9;
}
.topheadk{
position: fixed;
top:0;
left:0;
background: #fff;
width:750rpx;
}
.head {
width: 750rpx;
... ... @@ -408,6 +473,9 @@
}
.taizhang{
margin-top:250rpx!important
}
.headitem {
width: 350rpx;
... ...
<template>
<view class="box">
<view class="topheadk">
<view class="shaiselecttop">
<view class='shaiselect' @click="shai">筛选</view>
</view>
</view>
<!-- <view class="headbox">
<view class="headboxleft" :class="selact==1?'headactive':''" @click="fenhui" data-id="1">分类汇总</view>
<view class="headboxleft" :class="selact==2?'headactive':''" @click="fenhui" data-id="2">分类明细</view>
... ... @@ -8,7 +13,6 @@
<!-- <view class="hengping" @click="screenheng">点击横屏显示</view> -->
<view class="nodata" v-if="huizonglist.length==1">暂无数据</view>
<block v-else>
<!-- 分类台账汇总 -->
<view class="taizhangbox" v-if="huizong">
... ... @@ -124,8 +128,8 @@
</view>
-->
<view class="register" v-if="tizhangshow">
<view class="taizhangwrap xiangmuzi">
<view class="register" v-if="tizhangshow" @click="hide">
<view class="taizhangwrap xiangmuzi" @click.stop="hidek">
<view class="wrapbox">
<view class="wrapitem">
<view class="wrapitemleft">项目类型</view>
... ... @@ -139,6 +143,17 @@
</picker>
</view>
<view class="wrapitem">
<view class="wrapitemleft">主管部门</view>
<picker @change="bindstationrChange" :value="stationindex" :range="stationlist" range-key="fname">
<view class="wrapitemright">
<view class="uni-input projectname">{{stationname}}</view>
<!-- <input type="text" /> -->
</view>
</picker>
</view>
<view class="wrapitem">
<view class="wrapitemleft">评审类型</view>
<picker @change="danweichange" :value="danweiindex" :range="danweilist" range-key="fname">
... ... @@ -171,18 +186,13 @@
<view class="wrapitemleft">年度</view>
<picker @change="yearchange" :value="yearindex" :range="yeararr">
<view class="wrapitemright">
<view class="nianduleft">
<view class="uni-input projectname">{{yeararr[yearindex]}}</view>
<view class="uni-input projectname">{{yearname}}</view>
<!-- <input type="text" /> -->
</view>
<view class="nianduright">
<image src="../../static/img/number.png" mode=""></image>
</view>
</view>
</picker>
</view>
... ... @@ -262,7 +272,13 @@
huizonglist: [],
huizong: true,
fid: '',
huizonglistdetail: []
huizonglistdetail: [],
stationname:'请选择主管部门',
stationindex:0,
document:'',
stationlist:[],
yearname:'请选择年度',
}
},
onLoad() {
... ... @@ -282,11 +298,62 @@
// 获取咨询单位
this.getzixundanwei();
// 获取分类汇总数据
this.getfenhuilist()
this.getfenhuilist();
// 获取主管部门列表
this.getzhugaunlist()
},
computed: {
startDate() {
return this.getDate('start');
},
endDate() {
return this.getDate('end');
}
},
methods: {
hide(){
this.tizhangshow=false
},
getDate(type) {
const date = new Date();
let year = date.getFullYear();
let month = date.getMonth() + 1;
let day = date.getDate();
if (type === 'start') {
year = year - 60;
} else if (type === 'end') {
year = year + 2;
}
month = month > 9 ? month : '0' + month;;
day = day > 9 ? day : '0' + day;
return `${year}-${month}-${day}`;
},
// 获取主管部门列表
getzhugaunlist(){
let that = this;
console.log(9988776655)
let url = "project/Get_ComDepartment";
// console.log('8877665544',param)
app.post(url, '', 'get').then(r => {
console.log(r);
that.stationlist=r.data
}).catch(err => {
console.log(err)
})
},
//选择主管部门
bindstationrChange: function(e) {
console.log('picker发送选择改变,携带值为', e.target.value)
this.stationindex = e.target.value;
this.stationname = this.stationlist[e.target.value].fname;
this.document=this.stationlist[e.target.value].fid;
console.log(that.document)
},
reset(){
this.danweinamez='咨询单位';
this.startdate='开始时间';
... ... @@ -294,24 +361,26 @@
this.projectname='项目类型';
this.danweiname='评审类型';
this.yearindex=-1;
this.toaudit='';
this.fprojectcategory='';
this.sendyear='';
this.submitdateone='';
this.submitdatetwo='';
this.fintorg=''
this.fintorg='';
this.stationname='请选择主管部门';
this.document=''
},
// 筛选
onNavigationBarButtonTap() {
shai() {
this.tizhangshow = !this.tizhangshow
// 点击筛选
},
// 年改变
yearchange(e) {
this.yearindex = e.target.value;
this.sendyear = this.yeararr[e.target.value]
this.sendyear = this.yeararr[e.target.value];
this.yearname=this.yeararr[e.target.value];
console.log(this.yearname)
},
// 修改日期
... ... @@ -420,7 +489,7 @@
// 获取分类汇总的数据
getfenhuilist() {
let that = this;
console.log(9988776655)
console.log(9988776655,that.document)
let url = "project/Get_GetfintorgSum";
let param = {
toaudit: that.toaudit,
... ... @@ -428,7 +497,8 @@
sendyear: that.sendyear,
submitdateone: that.submitdateone,
submitdatetwo: that.submitdatetwo,
fintorg: that.fintorg
fintorg: that.fintorg,
document:that.document
}
console.log(param)
... ... @@ -442,7 +512,6 @@
obj.auduitsum=helper.change(obj.auduitsum);
obj.amountsum=helper.change(obj.amountsum);
obj.freesum=helper.change(obj.freesum);
}
this.huizonglist=newhuizonglist
// that.ftrialnumber = r.data[0].ftrialnumber;
... ... @@ -504,7 +573,7 @@
this.fid = id;
// this.getdetail()
uni.navigateTo({
url:'../zixundanweihuitail/zixundanweihuidetail?fid='+this.fid
url:'../zixundanweihuitail/zixundanweihuidetail?fid='+this.fid+'&document='+this.document
})
... ... @@ -519,6 +588,19 @@
page {
background: #f9f9f9;
}
.taizhangwrap {
height:auto!important
}
.topheadk{
position: fixed;
top:0;
left:0;
background: #fff;
width:750rpx;
}
.taizhangwrap{
/* height:900rpx!important; */
}
.headbox {
background: #fff;
... ... @@ -558,6 +640,7 @@
padding: 0 20rpx;
box-sizing: border-box;
background: #fff;
margin-top:100rpx;
}
.taizhanghead {
... ...
.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}page::after{position:fixed;content:'';left:-1000px;top:-1000px;-webkit-animation:shadow-preload .1s;-webkit-animation-delay:3s;animation:shadow-preload .1s;animation-delay:3s}@-webkit-keyframes shadow-preload{0%{background-image:url(https://cdn.dcloud.net.cn/img/shadow-grey.png)}100%{background-image:url(https://cdn.dcloud.net.cn/img/shadow-grey.png)}}@keyframes shadow-preload{0%{background-image:url(https://cdn.dcloud.net.cn/img/shadow-grey.png)}100%{background-image:url(https://cdn.dcloud.net.cn/img/shadow-grey.png)}}
\ No newline at end of file
.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.shaiselecttop{width:750rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;padding-top:10rpx;padding-bottom:10rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.shaiselect{display:inline-block;width:200rpx;height:64rpx;background:#0093ff;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;border-radius:30rpx}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}page::after{position:fixed;content:'';left:-1000px;top:-1000px;-webkit-animation:shadow-preload .1s;-webkit-animation-delay:3s;animation:shadow-preload .1s;animation-delay:3s}@-webkit-keyframes shadow-preload{0%{background-image:url(https://cdn.dcloud.net.cn/img/shadow-grey.png)}100%{background-image:url(https://cdn.dcloud.net.cn/img/shadow-grey.png)}}@keyframes shadow-preload{0%{background-image:url(https://cdn.dcloud.net.cn/img/shadow-grey.png)}100%{background-image:url(https://cdn.dcloud.net.cn/img/shadow-grey.png)}}
\ No newline at end of file
... ...
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/budgetshenhe/budgetshenhe"],{2166:function(t,e,n){"use strict";n.r(e);var o=n("593d"),i=n.n(o);for(var r in o)"default"!==r&&function(t){n.d(e,t,(function(){return o[t]}))}(r);e["default"]=i.a},"3fff":function(t,e,n){"use strict";n.r(e);var o=n("d9a5"),i=n("fabc");for(var r in i)"default"!==r&&function(t){n.d(e,t,(function(){return i[t]}))}(r);n("94c4");var a,u=n("f0c5"),c=Object(u["a"])(i["default"],o["b"],o["c"],!1,null,null,null,!1,o["a"],a);e["default"]=c.exports},"4e90":function(t,e,n){"use strict";var o=n("d869"),i=n.n(o);i.a},"593d":function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n={onLaunch:function(){console.log("App Launch")},onShow:function(){console.log("App Show")},onHide:function(){console.log("App Hide")},post:function(e,n,o){var i=this,r=new Promise((function(r,a){var u=t.getStorageSync("token"),c={token:u||""};t.request({url:i.globalData.baseUrl+e,data:n,method:o,header:c,success:function(t){200==t.statusCode?r(t):a(t.data)},fail:function(t){console.log(t),a("网络出错"),wx.hideNavigationBarLoading()},complete:function(t){}})}));return r},globalData:{userInfo:null,baseUrl:"https://www.bjzha.net/api/"}};e.default=n}).call(this,n("543d")["default"])},"59df":function(t,e,n){"use strict";n.r(e);var o=n("2166");for(var i in o)"default"!==i&&function(t){n.d(e,t,(function(){return o[t]}))}(i);n("4e90");var r,a,u,c,l=n("f0c5"),s=Object(l["a"])(o["default"],r,a,!1,null,null,null,!1,u,c);e["default"]=s.exports},"7dca":function(t,e,n){"use strict";(function(t){n("bdbd"),n("921b");o(n("66fd"));var e=o(n("3fff"));function o(t){return t&&t.__esModule?t:{default:t}}t(e.default)}).call(this,n("543d")["createPage"])},"81a6":function(t,e,n){},"94c4":function(t,e,n){"use strict";var o=n("81a6"),i=n.n(o);i.a},d869:function(t,e,n){},d9a5:function(t,e,n){"use strict";var o,i=function(){var t=this,e=t.$createElement;t._self._c},r=[];n.d(e,"b",(function(){return i})),n.d(e,"c",(function(){return r})),n.d(e,"a",(function(){return o}))},e582:function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var o=i(n("59df"));function i(t){return t&&t.__esModule?t:{default:t}}function r(t){if("undefined"===typeof Symbol||null==t[Symbol.iterator]){if(Array.isArray(t)||(t=a(t))){var e=0,n=function(){};return{s:n,n:function(){return e>=t.length?{done:!0}:{done:!1,value:t[e++]}},e:function(t){throw t},f:n}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var o,i,r=!0,u=!1;return{s:function(){o=t[Symbol.iterator]()},n:function(){var t=o.next();return r=t.done,t},e:function(t){u=!0,i=t},f:function(){try{r||null==o.return||o.return()}finally{if(u)throw i}}}}function a(t,e){if(t){if("string"===typeof t)return u(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(n):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?u(t,e):void 0}}function u(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,o=new Array(e);n<e;n++)o[n]=t[n];return o}var c={data:function(){return{zixunlist:[],keyword:"",querylist:[],type:"",showhide:""}},onLoad:function(e){switch(this.showhide=t.getStorageSync("showhide"),console.log("4389489",JSON.stringify(this.showhide)),this.type=e.type,this.type=Number(this.type),this.type){case 1:console.log(this.type),t.setNavigationBarTitle({title:"预算项目审核"}),this.project="prj_toaudit_budget";break;case 2:console.log(this.type),t.setNavigationBarTitle({title:"结算项目审核"}),this.project="prj_toaudit_settlement";break;case 3:t.setNavigationBarTitle({title:"决算项目审核"}),this.project="prj_toaudit_change";break;case 4:t.setNavigationBarTitle({title:"土地成本项目审核"}),this.project="prj_toaudit_land";break}},methods:{xiangmuzufen:function(e){var n=JSON.stringify(e);console.log(e);e.finorgid,e.fprojectid;t.navigateTo({url:"../zixunfenpei/zixunfenpei?item="+n})},question:function(e){console.log(e);var n=e.fprojectid;t.setStorageSync("questionid",n),t.navigateTo({url:"/pages/question/question?quesprojectid="+n})},getbudgetlist:function(){var e=this,n="project/Get_ProjectInventory",i={fprojectcategory:e.project,fuserid:t.getStorageSync("userid"),fprojectid:"",role:t.getStorageSync("role")};console.log("8877665544",i),o.default.post(n,i,"get").then((function(t){console.log(t),e.zixunlist=t.data,e.querylist=t.data})).catch((function(t){console.log(t)}))},see:function(e){var n=JSON.stringify(e);t.navigateTo({url:"/pages/projectziliao/projectziliao?item="+n})},enterxiangmu:function(t){console.log(t),this.keyword=t.target.value},jingban:function(e){var n=JSON.stringify(e);t.navigateTo({url:"/pages/examinejingban/examinejingban?item="+n})},pingshen:function(e){var n=JSON.stringify(e);t.navigateTo({url:"/pages/reviewreport/reviewreport?item="+n})},concatsure:function(e){var n=JSON.stringify(e);t.navigateTo({url:"/pages/concat/concat?item="+n})},chaxun:function(){if(""==this.keyword)this.getbudgetlist();else{console.log(9988776655);var t,e=[],n=this.querylist,o=[],i=r(n);try{for(i.s();!(t=i.n()).done;){var a=t.value;o.push(a.fname)}}catch(l){i.e(l)}finally{i.f()}console.log("名称",o);for(var u=0;u<n.length;u++)for(var c=0;c<o.length;c++)o[c].indexOf(this.keyword)>=0&&c==u&&e.push(n[u]);console.log("9999000777",e),this.zixunlist=e}}},onShow:function(){this.getbudgetlist()}};e.default=c}).call(this,n("543d")["default"])},fabc:function(t,e,n){"use strict";n.r(e);var o=n("e582"),i=n.n(o);for(var r in o)"default"!==r&&function(t){n.d(e,t,(function(){return o[t]}))}(r);e["default"]=i.a}},[["7dca","common/runtime","common/vendor"]]]);
\ No newline at end of file
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/budgetshenhe/budgetshenhe"],{2166:function(t,e,n){"use strict";n.r(e);var o=n("593d"),i=n.n(o);for(var r in o)"default"!==r&&function(t){n.d(e,t,(function(){return o[t]}))}(r);e["default"]=i.a},"3fff":function(t,e,n){"use strict";n.r(e);var o=n("b5a2"),i=n("fabc");for(var r in i)"default"!==r&&function(t){n.d(e,t,(function(){return i[t]}))}(r);n("94c4");var a,u=n("f0c5"),c=Object(u["a"])(i["default"],o["b"],o["c"],!1,null,null,null,!1,o["a"],a);e["default"]=c.exports},"4e90":function(t,e,n){"use strict";var o=n("d869"),i=n.n(o);i.a},"593d":function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n={onLaunch:function(){console.log("App Launch")},onShow:function(){console.log("App Show")},onHide:function(){console.log("App Hide")},post:function(e,n,o){var i=this,r=new Promise((function(r,a){var u=t.getStorageSync("token"),c={token:u||""};t.request({url:i.globalData.baseUrl+e,data:n,method:o,header:c,success:function(t){200==t.statusCode?r(t):a(t.data)},fail:function(t){console.log(t),a("网络出错"),wx.hideNavigationBarLoading()},complete:function(t){}})}));return r},globalData:{userInfo:null,baseUrl:"https://www.bjzha.net/api/"}};e.default=n}).call(this,n("543d")["default"])},"59df":function(t,e,n){"use strict";n.r(e);var o=n("2166");for(var i in o)"default"!==i&&function(t){n.d(e,t,(function(){return o[t]}))}(i);n("4e90");var r,a,u,c,l=n("f0c5"),s=Object(l["a"])(o["default"],r,a,!1,null,null,null,!1,u,c);e["default"]=s.exports},"7dca":function(t,e,n){"use strict";(function(t){n("bdbd"),n("921b");o(n("66fd"));var e=o(n("3fff"));function o(t){return t&&t.__esModule?t:{default:t}}t(e.default)}).call(this,n("543d")["createPage"])},"81a6":function(t,e,n){},"94c4":function(t,e,n){"use strict";var o=n("81a6"),i=n.n(o);i.a},b5a2:function(t,e,n){"use strict";var o,i=function(){var t=this,e=t.$createElement;t._self._c},r=[];n.d(e,"b",(function(){return i})),n.d(e,"c",(function(){return r})),n.d(e,"a",(function(){return o}))},d869:function(t,e,n){},e582:function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var o=i(n("59df"));function i(t){return t&&t.__esModule?t:{default:t}}function r(t){if("undefined"===typeof Symbol||null==t[Symbol.iterator]){if(Array.isArray(t)||(t=a(t))){var e=0,n=function(){};return{s:n,n:function(){return e>=t.length?{done:!0}:{done:!1,value:t[e++]}},e:function(t){throw t},f:n}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var o,i,r=!0,u=!1;return{s:function(){o=t[Symbol.iterator]()},n:function(){var t=o.next();return r=t.done,t},e:function(t){u=!0,i=t},f:function(){try{r||null==o.return||o.return()}finally{if(u)throw i}}}}function a(t,e){if(t){if("string"===typeof t)return u(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(n):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?u(t,e):void 0}}function u(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,o=new Array(e);n<e;n++)o[n]=t[n];return o}var c={data:function(){return{zixunlist:[],keyword:"",querylist:[],type:"",showhide:""}},onLoad:function(e){switch(this.showhide=t.getStorageSync("showhide"),console.log("4389489",JSON.stringify(this.showhide)),this.type=e.type,this.type=Number(this.type),this.type){case 1:console.log(this.type),t.setNavigationBarTitle({title:"预算项目审核"}),this.project="prj_toaudit_budget";break;case 2:console.log(this.type),t.setNavigationBarTitle({title:"结算项目审核"}),this.project="prj_toaudit_settlement";break;case 3:t.setNavigationBarTitle({title:"决算项目审核"}),this.project="prj_toaudit_change";break;case 4:t.setNavigationBarTitle({title:"土地成本项目审核"}),this.project="prj_toaudit_land";break}},methods:{xiangmuzufen:function(e){var n=JSON.stringify(e);console.log(e);e.finorgid,e.fprojectid;t.navigateTo({url:"../zixunfenpei/zixunfenpei?item="+n})},question:function(e){console.log(e);var n=e.fprojectid;t.setStorageSync("questionid",n),t.navigateTo({url:"/pages/question/question?quesprojectid="+n})},getbudgetlist:function(){var e=this,n="project/Get_ProjectInventory",i={fprojectcategory:e.project,fuserid:t.getStorageSync("userid"),fprojectid:"",role:t.getStorageSync("role")};console.log("8877665544",i),o.default.post(n,i,"get").then((function(t){console.log(t),e.zixunlist=t.data,e.querylist=t.data})).catch((function(t){console.log(t)}))},see:function(e){var n=JSON.stringify(e);t.navigateTo({url:"/pages/projectziliao/projectziliao?item="+n})},enterxiangmu:function(t){console.log(t),this.keyword=t.target.value},jingban:function(e){var n=JSON.stringify(e);t.navigateTo({url:"/pages/examinejingban/examinejingban?item="+n})},pingshen:function(e){var n=JSON.stringify(e);t.navigateTo({url:"/pages/reviewreport/reviewreport?item="+n})},concatsure:function(e){var n=JSON.stringify(e);t.navigateTo({url:"/pages/concat/concat?item="+n})},chaxun:function(){if(""==this.keyword)this.getbudgetlist();else{console.log(9988776655);var t,e=[],n=this.querylist,o=[],i=r(n);try{for(i.s();!(t=i.n()).done;){var a=t.value;o.push(a.fname)}}catch(l){i.e(l)}finally{i.f()}console.log("名称",o);for(var u=0;u<n.length;u++)for(var c=0;c<o.length;c++)o[c].indexOf(this.keyword)>=0&&c==u&&e.push(n[u]);console.log("9999000777",e),this.zixunlist=e}}},onShow:function(){this.getbudgetlist()}};e.default=c}).call(this,n("543d")["default"])},fabc:function(t,e,n){"use strict";n.r(e);var o=n("e582"),i=n.n(o);for(var r in o)"default"!==r&&function(t){n.d(e,t,(function(){return o[t]}))}(r);e["default"]=i.a}},[["7dca","common/runtime","common/vendor"]]]);
\ No newline at end of file
... ...
<view class="box"><view class="head"><view class="headleft"><input type="text" placeholder="输入项目名称查询" data-event-opts="{{[['input',[['enterxiangmu',['$event']]]]]}}" bindinput="__e"/></view><view data-event-opts="{{[['tap',[['chaxun',['$event']]]]]}}" class="headright" bindtap="__e">查询</view></view><block wx:if="{{zixunlist.length==0}}"><view class="nodata">暂无数据</view></block><block wx:else><view class="fenzulist"><block wx:for="{{zixunlist}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="fenzuitem"><view class="fenzutop"><view class="fenzutopleft"><view class="fenzutopshang"><text class="bianhao">项目编号:</text><text class="bianhaonum">{{''+item.fnumber}}</text></view></view></view><view class="fenzuobottom"><view class="fenzutopshang"><text class="bianhao">项目名称:</text><text class="bianhaonum">{{''+item.fname+''}}</text></view><view class="fenzutopshang"><text class="bianhao">评审类型:</text><text class="bianhaonum">{{item.freviewtype}}</text></view><view class="statebox flexone"><view class="stateboxitem flexfour"><view class="stateboxitemtop">任务</view><view class="stateboxitembot flexone"><view class="stateimg"><image src="../../static/img/duigou.png" mode></image></view><view class="statename">{{item.ftaskstatus}}</view></view></view><view class="stateboxitem flexfour"><view class="stateboxitemtop">经办人审核</view><view class="stateboxitembot flexone"><block wx:if="{{item.fdirstatus=='未提交'}}"><view class="stateimg"><image src="../../static/img/wrong.png" mode></image></view></block><block wx:else><view class="stateimg"><image src="../../static/img/yifen.png" mode></image></view></block><view class="statename">{{item.fdirstatus}}</view></view></view><view class="stateboxitem flexfour"><view class="stateboxitemtop">征求意见稿</view><view class="stateboxitembot flexone"><block wx:if="{{item.ffinauditstatus=='未提交'}}"><view class="stateimg"><image src="../../static/img/wrong.png" mode></image></view></block><block wx:else><view class="stateimg"><image src="../../static/img/yifen.png" mode></image></view></block><view class="statename">{{item.ffinauditstatus}}</view></view></view><view class="stateboxitem flexfour"><view class="stateboxitemtop">评审报告</view><view class="stateboxitembot flexone"><block wx:if="{{item.freporttatus=='未提交'}}"><view class="stateimg"><image src="../../static/img/wrong.png" mode></image></view></block><block wx:if="{{item.freporttatus=='已提交'}}"><view class="stateimg"><image src="../../static/img/report.png" mode></image></view></block><block wx:if="{{item.freporttatus=='已确认'}}"><view class="stateimg"><image src="../../static/img/yifen.png" mode></image></view></block><view class="statename">{{item.freporttatus==null?'':item.freporttatus}}</view></view></view><view class="stateboxitem flexfour"><view class="stateboxitemtop">合同发票</view><view class="stateboxitembot flexone"><block wx:if="{{item.fservicestatus=='未提交'}}"><view class="stateimg"><image src="../../static/img/wrong.png" mode></image></view></block><block wx:if="{{item.fservicestatus=='已提交'}}"><view class="stateimg"><image src="../../static/img/report.png" mode></image></view></block><block wx:if="{{item.fservicestatus=='已确认'}}"><view class="stateimg"><image src="../../static/img/yifen.png" mode></image></view></block><view class="statename">{{item.fservicestatus==null?'':item.fservicestatus}}</view></view></view></view><view class="btnlist"><view data-event-opts="{{[['tap',[['see',['$0'],[[['zixunlist','',index]]]]]]]}}" class="btnitem" bindtap="__e">查看</view></view></view></view></block></view></block></view>
\ No newline at end of file
<view class="box"><view class="head"><view class="headleft"><input type="text" placeholder="输入项目名称查询" data-event-opts="{{[['input',[['enterxiangmu',['$event']]]]]}}" bindinput="__e"/></view><view data-event-opts="{{[['tap',[['chaxun',['$event']]]]]}}" class="headright" bindtap="__e">查询</view></view><block wx:if="{{zixunlist.length==0}}"><view class="nodata">暂无数据</view></block><block wx:else><view class="fenzulist"><block wx:for="{{zixunlist}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="fenzuitem"><view class="fenzutop"><view class="fenzutopleft"><view class="fenzutopshang"><text class="bianhao">项目编号:</text><text class="bianhaonum">{{''+item.fnumber}}</text></view></view></view><view class="fenzuobottom"><view class="fenzutopshang"><text class="bianhao">项目名称:</text><text class="bianhaonum">{{''+item.fname+''}}</text></view><view class="fenzutopshang"><text class="bianhao">评审类型:</text><text class="bianhaonum">{{item.freviewtype}}</text></view><view class="statebox flexone"><view class="stateboxitem flexfour"><view class="stateboxitemtop">任务</view><view class="stateboxitembot flexone"><view class="stateimg"><image src="../../static/img/duigou.png" mode></image></view><view class="statename">{{item.ftaskstatus}}</view></view></view><view class="stateboxitem flexfour"><view class="stateboxitemtop">征求意见稿初稿</view><view class="stateboxitembot flexone"><block wx:if="{{item.fdirstatus=='未提交'}}"><view class="stateimg"><image src="../../static/img/wrong.png" mode></image></view></block><block wx:else><view class="stateimg"><image src="../../static/img/yifen.png" mode></image></view></block><view class="statename">{{item.fdirstatus}}</view></view></view><view class="stateboxitem flexfour"><view class="stateboxitemtop">征求意见稿定稿</view><view class="stateboxitembot flexone"><block wx:if="{{item.ffinauditstatus=='未提交'}}"><view class="stateimg"><image src="../../static/img/wrong.png" mode></image></view></block><block wx:else><view class="stateimg"><image src="../../static/img/yifen.png" mode></image></view></block><view class="statename">{{item.ffinauditstatus}}</view></view></view><view class="stateboxitem flexfour"><view class="stateboxitemtop">评审报告</view><view class="stateboxitembot flexone"><block wx:if="{{item.freporttatus=='未提交'}}"><view class="stateimg"><image src="../../static/img/wrong.png" mode></image></view></block><block wx:if="{{item.freporttatus=='已提交'}}"><view class="stateimg"><image src="../../static/img/report.png" mode></image></view></block><block wx:if="{{item.freporttatus=='已确认'}}"><view class="stateimg"><image src="../../static/img/yifen.png" mode></image></view></block><view class="statename">{{item.freporttatus==null?'':item.freporttatus}}</view></view></view><view class="stateboxitem flexfour"><view class="stateboxitemtop">合同发票</view><view class="stateboxitembot flexone"><block wx:if="{{item.fservicestatus=='未提交'}}"><view class="stateimg"><image src="../../static/img/wrong.png" mode></image></view></block><block wx:if="{{item.fservicestatus=='已提交'}}"><view class="stateimg"><image src="../../static/img/report.png" mode></image></view></block><block wx:if="{{item.fservicestatus=='已确认'}}"><view class="stateimg"><image src="../../static/img/yifen.png" mode></image></view></block><view class="statename">{{item.fservicestatus==null?'':item.fservicestatus}}</view></view></view></view><view class="btnlist"><view data-event-opts="{{[['tap',[['see',['$0'],[[['zixunlist','',index]]]]]]]}}" class="btnitem" bindtap="__e">查看</view></view></view></view></block></view></block></view>
\ No newline at end of file
... ...
.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}page{background:#f9f9f9}image{width:100%;height:100%}.btnlist{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-top:20rpx}.btnitem{width:194rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:12rpx;margin-bottom:30rpx}.statebox{-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-top:32rpx}.stateboxitem{width:188rpx;height:132rpx;border:1rpx solid #bdc4ce;opacity:1;border-radius:8rpx;margin-right:15rpx;margin-bottom:28rpx}.stateboxitemtop{color:#06121e;font-size:24rpx}.stateboxitembot{margin-top:10rpx}.head{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;position:fixed;top:0;left:0;z-index:999}.stateimg{width:28rpx;height:28rpx;font-size:0}.statename{color:#06121e;font-size:24rpx;margin-left:5rpx}.fenzulist{margin-top:100rpx}.headleft{width:572rpx;height:60rpx;background:#eee;opacity:1;border-radius:8rpx;padding:10rpx 24rpx;-webkit-box-sizing:border-box;box-sizing:border-box;display:felex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:flex;align-items:center}.headleft input{color:#bdc4ce;font-size:28rpx}.headright{width:98rpx;height:60rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:22rpx;text-align:center;line-height:60rpx;margin-left:16rpx}.fenzuitem{width:686rpx;background:#fff;-webkit-box-shadow:0 6rpx 6rpx rgba(0,0,0,.03);box-shadow:0 6rpx 6rpx rgba(0,0,0,.03);opacity:1;border-radius:20rpx;margin:20rpx auto 0;padding:28rpx 32rpx 40rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.fenzunoimg{width:28rpx;height:28rpx;font-size:0;margin-right:10rpx}.fenzunoimg image{width:100%;height:100%}.bianhao{color:#8c9198;font-size:24rpx}.bianhaonum{color:#06121e;font-size:24rpx;letter-spacing:2rpx}.fenzunoname{color:#3d444d;font-size:24rpx}.fenzutopright{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;width:126rpx;height:48rpx;border:1rpx solid #bdc4ce;opacity:1;border-radius:8rpx;padding:0 5rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.fenzutop{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding-bottom:16rpx;border-bottom:1rpx solid #f5f5f5}.fenzuobottom{margin-top:16rpx}.fenzubottom{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;margin-top:16rpx}.fenzubtn{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}
\ No newline at end of file
.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.shaiselecttop{width:750rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;padding-top:10rpx;padding-bottom:10rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.shaiselect{display:inline-block;width:200rpx;height:64rpx;background:#0093ff;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;border-radius:30rpx}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}page{background:#f9f9f9}image{width:100%;height:100%}.btnlist{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-top:20rpx}.btnitem{width:194rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:12rpx;margin-bottom:30rpx}.statebox{-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-top:32rpx}.stateboxitem{width:188rpx;height:132rpx;border:1rpx solid #bdc4ce;opacity:1;border-radius:8rpx;margin-right:15rpx;margin-bottom:28rpx}.stateboxitemtop{color:#06121e;font-size:24rpx}.stateboxitembot{margin-top:10rpx}.head{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;position:fixed;top:0;left:0;z-index:999}.stateimg{width:28rpx;height:28rpx;font-size:0}.statename{color:#06121e;font-size:24rpx;margin-left:5rpx}.fenzulist{margin-top:100rpx}.headleft{width:572rpx;height:60rpx;background:#eee;opacity:1;border-radius:8rpx;padding:10rpx 24rpx;-webkit-box-sizing:border-box;box-sizing:border-box;display:felex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:flex;align-items:center}.headleft input{color:#bdc4ce;font-size:28rpx}.headright{width:98rpx;height:60rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:22rpx;text-align:center;line-height:60rpx;margin-left:16rpx}.fenzuitem{width:686rpx;background:#fff;-webkit-box-shadow:0 6rpx 6rpx rgba(0,0,0,.03);box-shadow:0 6rpx 6rpx rgba(0,0,0,.03);opacity:1;border-radius:20rpx;margin:20rpx auto 0;padding:28rpx 32rpx 40rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.fenzunoimg{width:28rpx;height:28rpx;font-size:0;margin-right:10rpx}.fenzunoimg image{width:100%;height:100%}.bianhao{color:#8c9198;font-size:24rpx}.bianhaonum{color:#06121e;font-size:24rpx;letter-spacing:2rpx}.fenzunoname{color:#3d444d;font-size:24rpx}.fenzutopright{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;width:126rpx;height:48rpx;border:1rpx solid #bdc4ce;opacity:1;border-radius:8rpx;padding:0 5rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.fenzutop{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding-bottom:16rpx;border-bottom:1rpx solid #f5f5f5}.fenzuobottom{margin-top:16rpx}.fenzubottom{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;margin-top:16rpx}.fenzubtn{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}
\ No newline at end of file
... ...
.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}page{overflow-x:hidden;overflow-y:scroll}image{width:100%;height:100%}.concatname{color:#8c9198;font-size:28rpx;margin-top:36rpx}.box{background:#f9f9f9}.mailitemimg{width:32rpx;height:32rpx;font-size:0}.mail{padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box;margin-top:114rpx}.mailist{margin-top:12rpx}.mailitem{margin-top:20rpx}.mailstate{color:#8c9198;font-size:28rpx}.mailname{color:#06121e;font-size:28rpx;margin-left:12rpx}.questiondescribe{color:#8c9198;font-size:28rpx;width:686rpx;height:180rpx;margin:20rpx auto 0}.questiondescribe textarea{width:100%;height:180rpx}.enterword{color:#8c9198;font-size:28rpx}.qusetionimg{-webkit-box-align:end;-webkit-align-items:flex-end;align-items:flex-end;margin-top:28rpx}.bigquestion{width:88rpx;height:88rpx;font-size:0}.smallimg{width:32rpx;height:32rpx;font-size:0;margin-left:10rpx}.projectinfo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.projectinfoname{width:44rpx;height:44rpx;font-size:0}.projectinfoname image{width:100%;height:100%}.projectname{color:#3d444d;font-size:28rpx;font-weight:700;margin-left:16rpx}.projectinfo{padding:36rpx 32rpx 16rpx;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #bdc4ce}.projectlist{padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.projectitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:32rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.itemk{border-bottom:none}.queslist{padding:32rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box}.projectitemleft{color:#8c9198;font-size:28rpx;width:180rpx}.projectitemright{color:#3d444d;font-size:28rpx}.renyuanleft{color:#06121e;font-size:28rpx}.renyuanright{width:260rpx;height:60rpx;padding:14rpx 28rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#3d444d;font-size:28rpx;text-align:right;margin-left:200rpx}.renyuanright input{width:100%;height:40rpx;color:#8c9198;font-size:24rpx}.xiangmuyuan{color:#8c9198;font-size:24rpx}.zixunbottom{width:750rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;padding:28rpx 32rpx 34rpx;-webkit-box-sizing:border-box;box-sizing:border-box;position:fixed;bottom:32rpx;left:0;background:#fff}.zixunbotleft{width:130rpx;height:80rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx}.zixunbotright{width:686rpx;height:80rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx;margin:0 auto}.renyaoqiu{margin-top:12rpx}.danweizi{width:360rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;background:#eee}.xuanlei{width:20rpx;height:22rpx;font-size:0}.xuanlei image{width:100%;height:100%}.box{background:#fff}.verfy{padding-bottom:16rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.touren{margin-left:10rpx}.number{width:120rpx;text-align:center}.ziliao{width:280rpx;text-align:center}.ziliaok{width:320rpx;text-align:center}.timek{width:210rpx;text-align:center}.fujian{width:180rpx;text-align:center}.caozuo{width:120rpx;text-align:center}.viewpoint{color:#d12324;font-size:22rpx;margin-top:20rpx;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.projectinfo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.fujiandown{width:120rpx;height:40rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff!important;font-size:24rpx;text-align:center;line-height:40rpx}.projectinfoname{width:44rpx;height:44rpx;font-size:0}.projectinfoname image{width:100%;height:100%}.projectname{color:#3d444d;font-size:28rpx;font-weight:700;margin-left:16rpx;position:relative}.projectname:before{display:block;content:"";width:10rpx;height:26rpx;background:#0292ff;position:absolute;top:8rpx;left:-20rpx}.projectinfo{padding:36rpx 32rpx 16rpx;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.projectlist{padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.projectitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:32rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.projectitem:last-child{border-bottom:none}.projectitemleft{color:#8c9198;font-size:28rpx}.projectitemright{color:#3d444d;font-size:28rpx}.renyuanleft{color:#8c9198;font-size:28rpx}.renyuanright{width:300rpx;height:60rpx;background:#eee;padding:14rpx 28rpx;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.danweizi{width:500rpx;text-align:right}.renyuanright input{width:100%;height:40rpx;color:#8c9198;font-size:24rpx}.xiangmuyuan{color:#8c9198;font-size:24rpx}.zixunbotleft{width:130rpx;height:80rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx}.renyaoqiu{margin-top:12rpx}.zixundan{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:24rpx 42rpx 16rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box}.zitou{padding:20rpx 0}.zixundanitem{color:#06121e;font-size:28rpx}.zixunbox{padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zixundanboxlist{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box}.zixunname{width:320rpx;color:#06121e;font-size:24rpx;line-height:1.5;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.zixunshu{width:105rpx;text-align:center;color:#06121e;font-size:24rpx}.zixuntou{width:108rpx;height:40rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:40rpx;margin-left:100rpx}.zuxiangmu{color:#3d444d;font-size:28rpx}.querenfen{width:686rpx;height:80rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx}.zidan{border-top:16rpx solid #f9f9f9}.danweizi{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.head{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx 12rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.fenzulist{margin-top:100rpx;padding-bottom:50rpx}.headleft{width:372rpx;height:60rpx;background:#eee;opacity:1;border-radius:8rpx;padding:10rpx 24rpx;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.headleft input{color:#bdc4ce;font-size:28rpx}.headright{width:100rpx;height:60rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:22rpx;text-align:center;line-height:60rpx;margin-left:16rpx}.download{width:136rpx;height:40rpx;line-height:40rpx}.fenzuitem{width:372rpx;background:#fff;-webkit-box-shadow:0 6rpx 6rpx rgba(0,0,0,.03);box-shadow:0 6rpx 6rpx rgba(0,0,0,.03);opacity:1;border-radius:20rpx;margin:20rpx auto 0;padding:28rpx 32rpx 40rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.fenzunoimg{width:28rpx;height:28rpx;font-size:0;margin-right:10rpx}.fenzunoimg image{width:100%;height:100%}.bianhao{color:#8c9198;font-size:24rpx}.bianhaonum{color:#06121e;font-size:24rpx;letter-spacing:2rpx}.fenzunoname{color:#3d444d;font-size:24rpx}.fenzutopright{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;height:48rpx;border:1rpx solid #bdc4ce;opacity:1;border-radius:8rpx;padding:0 5rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.consult{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.consultdanwei{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.volistdata{color:#999;font-size:30rpx;text-align:center;margin-top:20rpx}.xuanlei{width:18rpx;height:25rpx;font-size:0}.xuanlei image{width:100%;height:100%}.voicehead{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:20rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.headitem{color:#06121e;font-size:28rpx}.piao{margin-left:20rpx}.danwei{width:50%;text-align:left}.piao{width:20%;text-align:center}.tou{width:30%;text-align:center}.wei{width:60%;text-align:left}.tpiao{width:10%;text-align:center;margin-left:30rpx}.votelist{height:500rpx;overflow-y:scroll}.shending{width:430rpx}.itemk{border-bottom:none}
\ No newline at end of file
.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.shaiselecttop{width:750rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;padding-top:10rpx;padding-bottom:10rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.shaiselect{display:inline-block;width:200rpx;height:64rpx;background:#0093ff;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;border-radius:30rpx}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}page{overflow-x:hidden;overflow-y:scroll}image{width:100%;height:100%}.concatname{color:#8c9198;font-size:28rpx;margin-top:36rpx}.box{background:#f9f9f9}.mailitemimg{width:32rpx;height:32rpx;font-size:0}.mail{padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box;margin-top:114rpx}.mailist{margin-top:12rpx}.mailitem{margin-top:20rpx}.mailstate{color:#8c9198;font-size:28rpx}.mailname{color:#06121e;font-size:28rpx;margin-left:12rpx}.questiondescribe{color:#8c9198;font-size:28rpx;width:686rpx;height:180rpx;margin:20rpx auto 0}.questiondescribe textarea{width:100%;height:180rpx}.enterword{color:#8c9198;font-size:28rpx}.qusetionimg{-webkit-box-align:end;-webkit-align-items:flex-end;align-items:flex-end;margin-top:28rpx}.bigquestion{width:88rpx;height:88rpx;font-size:0}.smallimg{width:32rpx;height:32rpx;font-size:0;margin-left:10rpx}.projectinfo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.projectinfoname{width:44rpx;height:44rpx;font-size:0}.projectinfoname image{width:100%;height:100%}.projectname{color:#3d444d;font-size:28rpx;font-weight:700;margin-left:16rpx}.projectinfo{padding:36rpx 32rpx 16rpx;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #bdc4ce}.projectlist{padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.projectitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:32rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.itemk{border-bottom:none}.queslist{padding:32rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box}.projectitemleft{color:#8c9198;font-size:28rpx;width:180rpx}.projectitemright{color:#3d444d;font-size:28rpx}.renyuanleft{color:#06121e;font-size:28rpx}.renyuanright{width:260rpx;height:60rpx;padding:14rpx 28rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#3d444d;font-size:28rpx;text-align:right;margin-left:200rpx}.renyuanright input{width:100%;height:40rpx;color:#8c9198;font-size:24rpx}.xiangmuyuan{color:#8c9198;font-size:24rpx}.zixunbottom{width:750rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;padding:28rpx 32rpx 34rpx;-webkit-box-sizing:border-box;box-sizing:border-box;position:fixed;bottom:32rpx;left:0;background:#fff}.zixunbotleft{width:130rpx;height:80rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx}.zixunbotright{width:686rpx;height:80rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx;margin:0 auto}.renyaoqiu{margin-top:12rpx}.danweizi{width:360rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;background:#eee}.xuanlei{width:20rpx;height:22rpx;font-size:0}.xuanlei image{width:100%;height:100%}.box{background:#fff}.verfy{padding-bottom:16rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.touren{margin-left:10rpx}.number{width:120rpx;text-align:center}.ziliao{width:280rpx;text-align:center}.ziliaok{width:320rpx;text-align:center}.timek{width:210rpx;text-align:center}.fujian{width:180rpx;text-align:center}.caozuo{width:120rpx;text-align:center}.viewpoint{color:#d12324;font-size:22rpx;margin-top:20rpx;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.projectinfo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.fujiandown{width:120rpx;height:40rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff!important;font-size:24rpx;text-align:center;line-height:40rpx}.projectinfoname{width:44rpx;height:44rpx;font-size:0}.projectinfoname image{width:100%;height:100%}.projectname{color:#3d444d;font-size:28rpx;font-weight:700;margin-left:16rpx;position:relative}.projectname:before{display:block;content:"";width:10rpx;height:26rpx;background:#0292ff;position:absolute;top:8rpx;left:-20rpx}.projectinfo{padding:36rpx 32rpx 16rpx;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.projectlist{padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.projectitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:32rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.projectitem:last-child{border-bottom:none}.projectitemleft{color:#8c9198;font-size:28rpx}.projectitemright{color:#3d444d;font-size:28rpx}.renyuanleft{color:#8c9198;font-size:28rpx}.renyuanright{width:300rpx;height:60rpx;background:#eee;padding:14rpx 28rpx;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.danweizi{width:500rpx;text-align:right}.renyuanright input{width:100%;height:40rpx;color:#8c9198;font-size:24rpx}.xiangmuyuan{color:#8c9198;font-size:24rpx}.zixunbotleft{width:130rpx;height:80rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx}.renyaoqiu{margin-top:12rpx}.zixundan{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:24rpx 42rpx 16rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box}.zitou{padding:20rpx 0}.zixundanitem{color:#06121e;font-size:28rpx}.zixunbox{padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zixundanboxlist{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box}.zixunname{width:320rpx;color:#06121e;font-size:24rpx;line-height:1.5;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.zixunshu{width:105rpx;text-align:center;color:#06121e;font-size:24rpx}.zixuntou{width:108rpx;height:40rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:40rpx;margin-left:100rpx}.zuxiangmu{color:#3d444d;font-size:28rpx}.querenfen{width:686rpx;height:80rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx}.zidan{border-top:16rpx solid #f9f9f9}.danweizi{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.head{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx 12rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.fenzulist{margin-top:100rpx;padding-bottom:50rpx}.headleft{width:372rpx;height:60rpx;background:#eee;opacity:1;border-radius:8rpx;padding:10rpx 24rpx;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.headleft input{color:#bdc4ce;font-size:28rpx}.headright{width:100rpx;height:60rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:22rpx;text-align:center;line-height:60rpx;margin-left:16rpx}.download{width:136rpx;height:40rpx;line-height:40rpx}.fenzuitem{width:372rpx;background:#fff;-webkit-box-shadow:0 6rpx 6rpx rgba(0,0,0,.03);box-shadow:0 6rpx 6rpx rgba(0,0,0,.03);opacity:1;border-radius:20rpx;margin:20rpx auto 0;padding:28rpx 32rpx 40rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.fenzunoimg{width:28rpx;height:28rpx;font-size:0;margin-right:10rpx}.fenzunoimg image{width:100%;height:100%}.bianhao{color:#8c9198;font-size:24rpx}.bianhaonum{color:#06121e;font-size:24rpx;letter-spacing:2rpx}.fenzunoname{color:#3d444d;font-size:24rpx}.fenzutopright{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;height:48rpx;border:1rpx solid #bdc4ce;opacity:1;border-radius:8rpx;padding:0 5rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.consult{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.consultdanwei{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.volistdata{color:#999;font-size:30rpx;text-align:center;margin-top:20rpx}.xuanlei{width:18rpx;height:25rpx;font-size:0}.xuanlei image{width:100%;height:100%}.voicehead{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:20rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.headitem{color:#06121e;font-size:28rpx}.piao{margin-left:20rpx}.danwei{width:50%;text-align:left}.piao{width:20%;text-align:center}.tou{width:30%;text-align:center}.wei{width:60%;text-align:left}.tpiao{width:10%;text-align:center;margin-left:30rpx}.votelist{height:500rpx;overflow-y:scroll}.shending{width:430rpx}.itemk{border-bottom:none}
\ No newline at end of file
... ...
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/daiban/daiban"],{"19bd":function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var o=a(n("59df"));function a(t){return t&&t.__esModule?t:{default:t}}function i(t){if("undefined"===typeof Symbol||null==t[Symbol.iterator]){if(Array.isArray(t)||(t=r(t))){var e=0,n=function(){};return{s:n,n:function(){return e>=t.length?{done:!0}:{done:!1,value:t[e++]}},e:function(t){throw t},f:n}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var o,a,i=!0,u=!1;return{s:function(){o=t[Symbol.iterator]()},n:function(){var t=o.next();return i=t.done,t},e:function(t){u=!0,a=t},f:function(){try{i||null==o.return||o.return()}finally{if(u)throw a}}}}function r(t,e){if(t){if("string"===typeof t)return u(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(n):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?u(t,e):void 0}}function u(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,o=new Array(e);n<e;n++)o[n]=t[n];return o}var c={data:function(){return{sel:0,status:0,daibanlist:[],showhide:[],review:"",budget:""}},onShow:function(){this.getdaibanlist(),this.isshowrenwu(),this.gettopdata(),this.getbudget()},onNavigationBarButtonTap:function(){},onResize:function(){},methods:{xuanze:function(t){var e=t.currentTarget.dataset.index;console.log(e),this.sel=e,0==e?this.status=0:1==e?this.status=1:2==e&&(this.status=2),this.getdaibanlist()},unction:function(t){var e="",n=0;t=(t||0).toString();for(var o=t.length-1;o>=0;o--)n++,e=t.charAt(o)+e,n%3||0==o||(e=","+e);return e},gettopdata:function(){var e=this,n="project/Select_ProjectNumber",a=t.getStorageSync("userid"),i={Userid:a,role:t.getStorageSync("role"),type:"assessment"};o.default.post(n,i,"get").then((function(t){console.log("顶部数据",t),e.review=t.data[0]})).catch((function(t){console.log(t)}))},getbudget:function(){var e=this,n="project/Select_ProjectNumber",a=t.getStorageSync("userid"),i={Userid:a,role:t.getStorageSync("role"),type:"project"};o.default.post(n,i,"get").then((function(t){console.log("顶部数据",t),e.budget=t.data[0]})).catch((function(t){console.log(t)}))},getdaibanlist:function(){var e=this,n=this,a="project/Get_Agencymatters",r=t.getStorageSync("userid"),u={Userid:r,status:n.status,role:t.getStorageSync("role")};console.log("9999",u),o.default.post(a,u,"get").then((function(t){console.log(t),e.daibanlist=t.data;var n,o=e.daibanlist,a=i(o);try{for(a.s();!(n=a.n()).done;){var r=n.value;r.fcreatedate=r.fcreatedate.split("T"),r.fcreatedate=r.fcreatedate[0]}}catch(u){a.e(u)}finally{a.f()}e.daibanlist=o})).catch((function(t){console.log(t)}))},govoice:function(e){console.log("daddaa",e);var n=e.fprojectid,o=e.fdisid;if(console.log("37474334887",e.fbizformid),"bd_advisory"==e.fbizformid)t.navigateTo({url:"../zixundanweifen/zixundanweifen?dfprojectid="+n+"&disid="+o});else if("bd_distribution"==e.fbizformid)t.navigateTo({url:"/pages/zixunfenpei/zixunfenpei?projectid="+n});else if("int_projectInventory"==e.fbizformid){var a=JSON.stringify(e);"预算"==e.freviewtype&&t.navigateTo({url:"/pages/projectziliao/projectziliao?projectid="+n+"&type=1&item="+a})}else"int_problemquestion"==e.fbizformid&&(console.log(e),t.navigateTo({url:"/pages/seequestion/seequestion?projectid="+n}))},gocenter:function(){t.navigateTo({url:"../taizhang/taizhang"})},isshowrenwu:function(){var e=this,n=this,a="project/Get_Menuhiding",i={fuserid:t.getStorageSync("userid"),role:t.getStorageSync("role")};o.default.post(a,i,"get").then((function(o){console.log(o),e.showhide=o.data,t.setStorageSync("showhide",o.data),1==n.showhide[3].status&&(console.log(9090),t.navigateTo({url:"../taizhang/taizhang"}))})).catch((function(t){console.log(t)}))}},onLoad:function(e){console.log(988766),console.log("转数字",this.unction(452369874)),t.setNavigationBarTitle({title:"投资项目管理平台("+t.getStorageSync("name")+")"})}};e.default=c}).call(this,n("543d")["default"])},2166:function(t,e,n){"use strict";n.r(e);var o=n("593d"),a=n.n(o);for(var i in o)"default"!==i&&function(t){n.d(e,t,(function(){return o[t]}))}(i);e["default"]=a.a},"31f0":function(t,e,n){"use strict";(function(t){n("bdbd"),n("921b");o(n("66fd"));var e=o(n("a038"));function o(t){return t&&t.__esModule?t:{default:t}}t(e.default)}).call(this,n("543d")["createPage"])},"4e90":function(t,e,n){"use strict";var o=n("d869"),a=n.n(o);a.a},"593d":function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n={onLaunch:function(){console.log("App Launch")},onShow:function(){console.log("App Show")},onHide:function(){console.log("App Hide")},post:function(e,n,o){var a=this,i=new Promise((function(i,r){var u=t.getStorageSync("token"),c={token:u||""};t.request({url:a.globalData.baseUrl+e,data:n,method:o,header:c,success:function(t){200==t.statusCode?i(t):r(t.data)},fail:function(t){console.log(t),r("网络出错"),wx.hideNavigationBarLoading()},complete:function(t){}})}));return i},globalData:{userInfo:null,baseUrl:"https://www.bjzha.net/api/"}};e.default=n}).call(this,n("543d")["default"])},"59df":function(t,e,n){"use strict";n.r(e);var o=n("2166");for(var a in o)"default"!==a&&function(t){n.d(e,t,(function(){return o[t]}))}(a);n("4e90");var i,r,u,c,s=n("f0c5"),l=Object(s["a"])(o["default"],i,r,!1,null,null,null,!1,u,c);e["default"]=l.exports},a038:function(t,e,n){"use strict";n.r(e);var o=n("f8b0"),a=n("b72d");for(var i in a)"default"!==i&&function(t){n.d(e,t,(function(){return a[t]}))}(i);n("c106");var r,u=n("f0c5"),c=Object(u["a"])(a["default"],o["b"],o["c"],!1,null,null,null,!1,o["a"],r);e["default"]=c.exports},b72d:function(t,e,n){"use strict";n.r(e);var o=n("19bd"),a=n.n(o);for(var i in o)"default"!==i&&function(t){n.d(e,t,(function(){return o[t]}))}(i);e["default"]=a.a},bb44:function(t,e,n){},c106:function(t,e,n){"use strict";var o=n("bb44"),a=n.n(o);a.a},d869:function(t,e,n){},f8b0:function(t,e,n){"use strict";var o,a=function(){var t=this,e=t.$createElement;t._self._c},i=[];n.d(e,"b",(function(){return a})),n.d(e,"c",(function(){return i})),n.d(e,"a",(function(){return o}))}},[["31f0","common/runtime","common/vendor"]]]);
\ No newline at end of file
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/daiban/daiban"],{"19bd":function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var o=i(n("59df"));function i(t){return t&&t.__esModule?t:{default:t}}function a(t){if("undefined"===typeof Symbol||null==t[Symbol.iterator]){if(Array.isArray(t)||(t=r(t))){var e=0,n=function(){};return{s:n,n:function(){return e>=t.length?{done:!0}:{done:!1,value:t[e++]}},e:function(t){throw t},f:n}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var o,i,a=!0,u=!1;return{s:function(){o=t[Symbol.iterator]()},n:function(){var t=o.next();return a=t.done,t},e:function(t){u=!0,i=t},f:function(){try{a||null==o.return||o.return()}finally{if(u)throw i}}}}function r(t,e){if(t){if("string"===typeof t)return u(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(n):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?u(t,e):void 0}}function u(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,o=new Array(e);n<e;n++)o[n]=t[n];return o}var c={data:function(){return{sel:0,status:0,daibanlist:[],showhide:[],review:"",budget:""}},onShow:function(){this.getdaibanlist(),this.isshowrenwu(),this.gettopdata(),this.getbudget()},onNavigationBarButtonTap:function(){},onResize:function(){},methods:{xuanze:function(t){var e=t.currentTarget.dataset.index;console.log(e),this.sel=e,0==e?this.status=0:1==e?this.status=1:2==e&&(this.status=2),this.getdaibanlist()},unction:function(t){var e="",n=0;t=(t||0).toString();for(var o=t.length-1;o>=0;o--)n++,e=t.charAt(o)+e,n%3||0==o||(e=","+e);return e},gettopdata:function(){var e=this,n="project/Select_ProjectNumber",i=t.getStorageSync("userid"),a={Userid:i,role:t.getStorageSync("role"),type:"assessment"};o.default.post(n,a,"get").then((function(t){console.log("顶部数据",t),e.review=t.data[0]})).catch((function(t){console.log(t)}))},getbudget:function(){var e=this,n="project/Select_ProjectNumber",i=t.getStorageSync("userid"),a={Userid:i,role:t.getStorageSync("role"),type:"project"};o.default.post(n,a,"get").then((function(t){console.log("顶部数据",t),e.budget=t.data[0]})).catch((function(t){console.log(t)}))},getdaibanlist:function(){var e=this,n=this,i="project/Get_Agencymatters",r=t.getStorageSync("userid"),u={Userid:r,status:n.status,role:t.getStorageSync("role")};console.log("9999",u),o.default.post(i,u,"get").then((function(t){console.log(t),e.daibanlist=t.data;var n,o=e.daibanlist,i=a(o);try{for(i.s();!(n=i.n()).done;){var r=n.value;r.fcreatedate=r.fcreatedate.split("T"),r.fcreatedate=r.fcreatedate[0]}}catch(u){i.e(u)}finally{i.f()}e.daibanlist=o})).catch((function(t){console.log(t)}))},govoice:function(e){console.log("daddaa",e);var n=e.fprojectid,o=e.fdisid;if(console.log("37474334887",e.fbizformid),"bd_advisory"==e.fbizformid)t.navigateTo({url:"../zixundanweifen/zixundanweifen?dfprojectid="+n+"&disid="+o});else if("bd_distribution"==e.fbizformid)t.navigateTo({url:"/pages/zixunfenpei/zixunfenpei?projectid="+n});else if("int_projectInventory"==e.fbizformid){var i=JSON.stringify(e);"预算"==e.freviewtype&&t.navigateTo({url:"/pages/projectziliao/projectziliao?projectid="+n+"&type=1&item="+i})}else"int_problemquestion"==e.fbizformid&&(console.log(e),t.navigateTo({url:"/pages/seequestion/seequestion?projectid="+n}))},gocenter:function(){t.navigateTo({url:"../taizhang/taizhang"})},isshowrenwu:function(){var e=this,n=this,i="project/Get_Menuhiding",a={fuserid:t.getStorageSync("userid"),role:t.getStorageSync("role")};o.default.post(i,a,"get").then((function(o){console.log(o),e.showhide=o.data,t.setStorageSync("showhide",o.data),0!=n.showhide[3].status&&(console.log(9090),t.redirectTo({url:"../taizhang/taizhang"}))})).catch((function(t){console.log(t)}))}},onLoad:function(e){console.log(988766),console.log("转数字",this.unction(452369874)),t.setNavigationBarTitle({title:"投资项目管理平台("+t.getStorageSync("name")+")"})}};e.default=c}).call(this,n("543d")["default"])},2166:function(t,e,n){"use strict";n.r(e);var o=n("593d"),i=n.n(o);for(var a in o)"default"!==a&&function(t){n.d(e,t,(function(){return o[t]}))}(a);e["default"]=i.a},2313:function(t,e,n){"use strict";var o,i=function(){var t=this,e=t.$createElement;t._self._c},a=[];n.d(e,"b",(function(){return i})),n.d(e,"c",(function(){return a})),n.d(e,"a",(function(){return o}))},"31f0":function(t,e,n){"use strict";(function(t){n("bdbd"),n("921b");o(n("66fd"));var e=o(n("a038"));function o(t){return t&&t.__esModule?t:{default:t}}t(e.default)}).call(this,n("543d")["createPage"])},"4e90":function(t,e,n){"use strict";var o=n("d869"),i=n.n(o);i.a},"593d":function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n={onLaunch:function(){console.log("App Launch")},onShow:function(){console.log("App Show")},onHide:function(){console.log("App Hide")},post:function(e,n,o){var i=this,a=new Promise((function(a,r){var u=t.getStorageSync("token"),c={token:u||""};t.request({url:i.globalData.baseUrl+e,data:n,method:o,header:c,success:function(t){200==t.statusCode?a(t):r(t.data)},fail:function(t){console.log(t),r("网络出错"),wx.hideNavigationBarLoading()},complete:function(t){}})}));return a},globalData:{userInfo:null,baseUrl:"https://www.bjzha.net/api/"}};e.default=n}).call(this,n("543d")["default"])},"59df":function(t,e,n){"use strict";n.r(e);var o=n("2166");for(var i in o)"default"!==i&&function(t){n.d(e,t,(function(){return o[t]}))}(i);n("4e90");var a,r,u,c,s=n("f0c5"),l=Object(s["a"])(o["default"],a,r,!1,null,null,null,!1,u,c);e["default"]=l.exports},a038:function(t,e,n){"use strict";n.r(e);var o=n("2313"),i=n("b72d");for(var a in i)"default"!==a&&function(t){n.d(e,t,(function(){return i[t]}))}(a);n("c106");var r,u=n("f0c5"),c=Object(u["a"])(i["default"],o["b"],o["c"],!1,null,null,null,!1,o["a"],r);e["default"]=c.exports},b72d:function(t,e,n){"use strict";n.r(e);var o=n("19bd"),i=n.n(o);for(var a in o)"default"!==a&&function(t){n.d(e,t,(function(){return o[t]}))}(a);e["default"]=i.a},bb44:function(t,e,n){},c106:function(t,e,n){"use strict";var o=n("bb44"),i=n.n(o);i.a},d869:function(t,e,n){}},[["31f0","common/runtime","common/vendor"]]]);
\ No newline at end of file
... ...
.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}page{background:#f9f9f9}.pingkind{width:686rpx;height:282rpx;background:#fff;opacity:1;border-radius:12rpx;margin:30rpx auto 0;padding:26rpx 50rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.pingtitle{color:#06121e;font-size:28rpx;font-weight:700}.pingnum{color:#0093ff;font-size:32rpx;font-weight:700}.pingtext{color:#06121e;font-size:24rpx;text-align:center}.textbox{margin-top:16rpx;height:66rpx}.totalnum{margin-top:20rpx}.head{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;background:#fff;-webkit-box-sizing:border-box;box-sizing:border-box;margin-top:32rpx}.pingbox{margin-top:54rpx}.headitem{color:#3d444d;font-size:28rpx;width:250rpx;text-align:center;padding:28rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #fff}.selactive{color:#0093ff;font-size:28rpx;border-bottom:1rpx solid #0093ff}.daibanlist{padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box;padding-bottom:50rpx;margin-bottom:150rpx}.daibanlistitem{padding:32rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.daibanlsis{color:#3d444d;font-size:24rpx}.daibanm{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end}.daibanmleft{color:#3d444d;font-size:28rpx;font-weight:700}.daibanmright{color:#0093ff;font-size:24rpx}.daibanbottom{color:#3d444d;font-size:24rpx;margin-top:12rpx;letter-spacing:2rpx}.yidu{color:#bdc4ce;font-size:24rpx}.datetop{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}
\ No newline at end of file
.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.shaiselecttop{width:750rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;padding-top:10rpx;padding-bottom:10rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.shaiselect{display:inline-block;width:200rpx;height:64rpx;background:#0093ff;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;border-radius:30rpx}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}page{background:#f9f9f9}.pingkind{width:686rpx;height:282rpx;background:#fff;opacity:1;border-radius:12rpx;margin:30rpx auto 0;padding:26rpx 50rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.pingtitle{color:#06121e;font-size:28rpx;font-weight:700}.pingnum{color:#0093ff;font-size:32rpx;font-weight:700}.pingtext{color:#06121e;font-size:24rpx;text-align:center}.textbox{margin-top:16rpx;height:66rpx}.totalnum{margin-top:20rpx}.head{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;background:#fff;-webkit-box-sizing:border-box;box-sizing:border-box;margin-top:32rpx}.pingbox{margin-top:54rpx}.headitem{color:#3d444d;font-size:28rpx;width:250rpx;text-align:center;padding:28rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #fff}.selactive{color:#0093ff;font-size:28rpx;border-bottom:1rpx solid #0093ff}.daibanlist{padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box;padding-bottom:50rpx;margin-bottom:150rpx}.daibanlistitem{padding:32rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.daibanlsis{color:#3d444d;font-size:24rpx}.daibanm{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end}.daibanmleft{color:#3d444d;font-size:28rpx;font-weight:700}.daibanmright{color:#0093ff;font-size:24rpx}.daibanbottom{color:#3d444d;font-size:24rpx;margin-top:12rpx;letter-spacing:2rpx}.yidu{color:#bdc4ce;font-size:24rpx}.datetop{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}
\ No newline at end of file
... ...
.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}.box{background:#fff;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}page{background:#fff}.head{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:32rpx 0 16rpx;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;border-bottom:2rpx solid #bdc4ce}.headitem{color:#06121e;font-size:28rpx;font-weight:700}.xiangmulistitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:22rpx 0 34rpx;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee;background:#fff}.xiangmuhao{width:76rpx;color:#06121e;font-size:24rpx;text-align:center}.xiangming{width:150rpx;color:#06121e;font-size:24rpx;margin-left:4rpx;text-align:center;line-height:1.5}.pingshen{color:#06121e;font-size:24rpx;margin-left:10rpx;width:240rpx;text-align:center}.state{width:240rpx;color:#06121e;font-size:24rpx;margin-left:30rpx;line-height:1.4}.caozuoshuo{width:240rpx;text-align:center}
\ No newline at end of file
.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.shaiselecttop{width:750rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;padding-top:10rpx;padding-bottom:10rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.shaiselect{display:inline-block;width:200rpx;height:64rpx;background:#0093ff;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;border-radius:30rpx}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}.box{background:#fff;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}page{background:#fff}.head{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:32rpx 0 16rpx;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;border-bottom:2rpx solid #bdc4ce}.headitem{color:#06121e;font-size:28rpx;font-weight:700}.xiangmulistitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:22rpx 0 34rpx;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee;background:#fff}.xiangmuhao{width:76rpx;color:#06121e;font-size:24rpx;text-align:center}.xiangming{width:150rpx;color:#06121e;font-size:24rpx;margin-left:4rpx;text-align:center;line-height:1.5}.pingshen{color:#06121e;font-size:24rpx;margin-left:10rpx;width:240rpx;text-align:center}.state{width:240rpx;color:#06121e;font-size:24rpx;margin-left:30rpx;line-height:1.4}.caozuoshuo{width:240rpx;text-align:center}
\ No newline at end of file
... ...
.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}page{background:#f9f9f9}.head{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;position:fixed;top:0;left:0}.fenzulist{margin-top:100rpx;padding-bottom:50rpx}.headleft{width:572rpx;height:60rpx;background:#eee;opacity:1;border-radius:8rpx;padding:10rpx 24rpx;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.headleft input{color:#bdc4ce;font-size:28rpx}.headright{width:98rpx;height:60rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:22rpx;text-align:center;line-height:60rpx;margin-left:16rpx}.fenzuitem{width:686rpx;background:#fff;-webkit-box-shadow:0 6rpx 6rpx rgba(0,0,0,.03);box-shadow:0 6rpx 6rpx rgba(0,0,0,.03);opacity:1;border-radius:20rpx;margin:20rpx auto 0;padding:28rpx 32rpx 40rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.fenzunoimg{width:28rpx;height:28rpx;font-size:0;margin-right:10rpx}.fenzunoimg image{width:100%;height:100%}.bianhao{color:#8c9198;font-size:24rpx}.bianhaonum{color:#06121e;font-size:24rpx;letter-spacing:2rpx}.fenzunoname{color:#3d444d;font-size:24rpx}.fenzutopright{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;height:48rpx;border:1rpx solid #bdc4ce;opacity:1;border-radius:8rpx;padding:0 5rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.fenzutop{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding-bottom:16rpx;border-bottom:1rpx solid #f5f5f5}.fenzuobottom{margin-top:16rpx}.fenzubottom{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;margin-top:16rpx}.fenzubtn{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.fenzubtn:last-child{margin-right:0}
\ No newline at end of file
.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.shaiselecttop{width:750rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;padding-top:10rpx;padding-bottom:10rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.shaiselect{display:inline-block;width:200rpx;height:64rpx;background:#0093ff;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;border-radius:30rpx}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}page{background:#f9f9f9}.head{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;position:fixed;top:0;left:0}.fenzulist{margin-top:100rpx;padding-bottom:50rpx}.headleft{width:572rpx;height:60rpx;background:#eee;opacity:1;border-radius:8rpx;padding:10rpx 24rpx;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.headleft input{color:#bdc4ce;font-size:28rpx}.headright{width:98rpx;height:60rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:22rpx;text-align:center;line-height:60rpx;margin-left:16rpx}.fenzuitem{width:686rpx;background:#fff;-webkit-box-shadow:0 6rpx 6rpx rgba(0,0,0,.03);box-shadow:0 6rpx 6rpx rgba(0,0,0,.03);opacity:1;border-radius:20rpx;margin:20rpx auto 0;padding:28rpx 32rpx 40rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.fenzunoimg{width:28rpx;height:28rpx;font-size:0;margin-right:10rpx}.fenzunoimg image{width:100%;height:100%}.bianhao{color:#8c9198;font-size:24rpx}.bianhaonum{color:#06121e;font-size:24rpx;letter-spacing:2rpx}.fenzunoname{color:#3d444d;font-size:24rpx}.fenzutopright{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;height:48rpx;border:1rpx solid #bdc4ce;opacity:1;border-radius:8rpx;padding:0 5rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.fenzutop{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding-bottom:16rpx;border-bottom:1rpx solid #f5f5f5}.fenzuobottom{margin-top:16rpx}.fenzubottom{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;margin-top:16rpx}.fenzubtn{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.fenzubtn:last-child{margin-right:0}
\ No newline at end of file
... ...
.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}
\ No newline at end of file
.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.shaiselecttop{width:750rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;padding-top:10rpx;padding-bottom:10rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.shaiselect{display:inline-block;width:200rpx;height:64rpx;background:#0093ff;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;border-radius:30rpx}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}
\ No newline at end of file
... ...
.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}page{overflow-x:hidden}image{width:100%;height:100%}.box{background:#f9f9f9}.mailitemimg{width:32rpx;height:32rpx;font-size:0}.mail{padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box;margin-top:114rpx}.mailist{margin-top:12rpx}.mailitem{margin-top:20rpx}.mailstate{color:#8c9198;font-size:28rpx}.mailname{color:#06121e;font-size:28rpx;margin-left:12rpx}.questiondescribe{color:#8c9198;font-size:28rpx;width:686rpx;height:180rpx;margin:20rpx auto 0}.questiondescribe textarea{width:100%;height:180rpx}.enterword{color:#8c9198;font-size:28rpx}.qusetionimg{-webkit-box-align:end;-webkit-align-items:flex-end;align-items:flex-end;margin-top:28rpx}.bigquestion{width:88rpx;height:88rpx;font-size:0}.smallimg{width:32rpx;height:32rpx;font-size:0;margin-left:10rpx}.projectinfo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.projectinfoname{width:44rpx;height:44rpx;font-size:0}.projectinfoname image{width:100%;height:100%}.projectname{color:#3d444d;font-size:28rpx;font-weight:700;margin-left:16rpx}.projectinfo{padding:36rpx 32rpx 16rpx;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #bdc4ce}.projectlist{padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.projectitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:32rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.itemk{border-bottom:none}.queslist{padding:32rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box}.projectitemleft{color:#8c9198;font-size:28rpx;width:180rpx}.projectitemright{color:#3d444d;font-size:28rpx}.renyuanleft{color:#06121e;font-size:28rpx;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.renyuanright{width:260rpx;height:60rpx;padding:14rpx 28rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#3d444d;font-size:28rpx;text-align:right;margin-left:200rpx}.renyuanright input{width:100%;height:40rpx;color:#8c9198;font-size:24rpx}.xiangmuyuan{color:#8c9198;font-size:24rpx}.zixunbottom{width:750rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;padding:28rpx 32rpx 34rpx;-webkit-box-sizing:border-box;box-sizing:border-box;position:fixed;bottom:0;left:0}.zixunbotleft{width:130rpx;height:80rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx}.zixunbotright{width:686rpx;height:80rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx;margin:0 auto}.renyaoqiu{margin-top:12rpx}.danweizi{width:360rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;background:#eee}.xuanlei{width:20rpx;height:22rpx;font-size:0}.xuanlei image{width:100%;height:100%}.box{background:#fff}.verfy{padding-bottom:16rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.touren{margin-left:10rpx}.number{width:120rpx;text-align:center}.ziliao{width:280rpx;text-align:center}.ziliaok{width:320rpx;text-align:center}.timek{width:210rpx;text-align:center}.fujian{width:180rpx;text-align:center}.caozuo{width:120rpx;text-align:center}.viewpoint{color:#d12324;font-size:22rpx;margin-top:20rpx;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.projectinfo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.fujiandown{width:120rpx;height:40rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff!important;font-size:24rpx;text-align:center;line-height:40rpx}.projectinfoname{width:44rpx;height:44rpx;font-size:0}.projectinfoname image{width:100%;height:100%}.projectname{color:#3d444d;font-size:28rpx;font-weight:700;margin-left:16rpx;position:relative}.projectname:before{display:block;content:"";width:10rpx;height:26rpx;background:#0292ff;position:absolute;top:8rpx;left:-20rpx}.projectinfo{padding:36rpx 32rpx 16rpx;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.projectlist{padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.projectitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:32rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.projectitem:last-child{border-bottom:none}.projectitemright{color:#3d444d;font-size:28rpx}.renyuanleft{color:#8c9198;font-size:28rpx}.renyuanright{width:300rpx;height:60rpx;background:#eee;padding:14rpx 28rpx;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.danweizi{width:500rpx;text-align:right}.renyuanright input{width:100%;height:40rpx;color:#8c9198;font-size:24rpx}.xiangmuyuan{color:#8c9198;font-size:24rpx}.zixunbotleft{width:130rpx;height:80rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx}.renyaoqiu{margin-top:12rpx}.zixundan{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:24rpx 42rpx 16rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box}.zitou{padding:20rpx 0}.zixundanitem{color:#06121e;font-size:28rpx}.zixunbox{padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zixundanboxlist{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box}.zixunname{width:320rpx;color:#06121e;font-size:24rpx;line-height:1.5;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.zixunshu{width:105rpx;text-align:center;color:#06121e;font-size:24rpx}.zixuntou{width:108rpx;height:40rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:40rpx;margin-left:100rpx}.zuxiangmu{color:#3d444d;font-size:28rpx}.querenfen{width:686rpx;height:80rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx}.zidan{border-top:16rpx solid #f9f9f9}.danweizi{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.head{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx 12rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.fenzulist{margin-top:100rpx;padding-bottom:50rpx}.headleft{width:372rpx;height:60rpx;background:#eee;opacity:1;border-radius:8rpx;padding:10rpx 24rpx;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.headleft input{color:#bdc4ce;font-size:28rpx}.headright{width:100rpx;height:60rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:22rpx;text-align:center;line-height:60rpx;margin-left:16rpx}.download{width:136rpx;height:40rpx;line-height:40rpx}.fenzuitem{width:372rpx;background:#fff;-webkit-box-shadow:0 6rpx 6rpx rgba(0,0,0,.03);box-shadow:0 6rpx 6rpx rgba(0,0,0,.03);opacity:1;border-radius:20rpx;margin:20rpx auto 0;padding:28rpx 32rpx 40rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.fenzunoimg{width:28rpx;height:28rpx;font-size:0;margin-right:10rpx}.fenzunoimg image{width:100%;height:100%}.bianhao{color:#8c9198;font-size:24rpx}.bianhaonum{color:#06121e;font-size:24rpx;letter-spacing:2rpx}.fenzunoname{color:#3d444d;font-size:24rpx}.fenzutopright{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;height:48rpx;border:1rpx solid #bdc4ce;opacity:1;border-radius:8rpx;padding:0 5rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.consult{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.consultdanwei{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.volistdata{color:#999;font-size:30rpx;text-align:center;margin-top:20rpx}.xuanlei{width:18rpx;height:25rpx;font-size:0}.xuanlei image{width:100%;height:100%}.voicehead{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:20rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.headitem{color:#06121e;font-size:28rpx}.piao{margin-left:20rpx}.danwei{width:50%;text-align:left}.piao{width:20%;text-align:center}.tou{width:30%;text-align:center}.wei{width:60%;text-align:left}.tpiao{width:10%;text-align:center;margin-left:30rpx}.votelist{height:500rpx;overflow-y:scroll}.shending{width:430rpx}.itemk{border-bottom:none}
\ No newline at end of file
.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.shaiselecttop{width:750rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;padding-top:10rpx;padding-bottom:10rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.shaiselect{display:inline-block;width:200rpx;height:64rpx;background:#0093ff;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;border-radius:30rpx}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}page{overflow-x:hidden}image{width:100%;height:100%}.box{background:#f9f9f9}.mailitemimg{width:32rpx;height:32rpx;font-size:0}.mail{padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box;margin-top:114rpx}.mailist{margin-top:12rpx}.mailitem{margin-top:20rpx}.mailstate{color:#8c9198;font-size:28rpx}.mailname{color:#06121e;font-size:28rpx;margin-left:12rpx}.questiondescribe{color:#8c9198;font-size:28rpx;width:686rpx;height:180rpx;margin:20rpx auto 0}.questiondescribe textarea{width:100%;height:180rpx}.enterword{color:#8c9198;font-size:28rpx}.qusetionimg{-webkit-box-align:end;-webkit-align-items:flex-end;align-items:flex-end;margin-top:28rpx}.bigquestion{width:88rpx;height:88rpx;font-size:0}.smallimg{width:32rpx;height:32rpx;font-size:0;margin-left:10rpx}.projectinfo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.projectinfoname{width:44rpx;height:44rpx;font-size:0}.projectinfoname image{width:100%;height:100%}.projectname{color:#3d444d;font-size:28rpx;font-weight:700;margin-left:16rpx}.projectinfo{padding:36rpx 32rpx 16rpx;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #bdc4ce}.projectlist{padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.projectitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:32rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.itemk{border-bottom:none}.queslist{padding:32rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box}.projectitemleft{color:#8c9198;font-size:28rpx;width:180rpx}.projectitemright{color:#3d444d;font-size:28rpx}.renyuanleft{color:#06121e;font-size:28rpx;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.renyuanright{width:260rpx;height:60rpx;padding:14rpx 28rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#3d444d;font-size:28rpx;text-align:right;margin-left:200rpx}.renyuanright input{width:100%;height:40rpx;color:#8c9198;font-size:24rpx}.xiangmuyuan{color:#8c9198;font-size:24rpx}.zixunbottom{width:750rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;padding:28rpx 32rpx 34rpx;-webkit-box-sizing:border-box;box-sizing:border-box;position:fixed;bottom:0;left:0}.zixunbotleft{width:130rpx;height:80rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx}.zixunbotright{width:686rpx;height:80rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx;margin:0 auto}.renyaoqiu{margin-top:12rpx}.danweizi{width:360rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;background:#eee}.xuanlei{width:20rpx;height:22rpx;font-size:0}.xuanlei image{width:100%;height:100%}.box{background:#fff}.verfy{padding-bottom:16rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.touren{margin-left:10rpx}.number{width:120rpx;text-align:center}.ziliao{width:280rpx;text-align:center}.ziliaok{width:320rpx;text-align:center}.timek{width:210rpx;text-align:center}.fujian{width:180rpx;text-align:center}.caozuo{width:120rpx;text-align:center}.viewpoint{color:#d12324;font-size:22rpx;margin-top:20rpx;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.projectinfo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.fujiandown{width:120rpx;height:40rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff!important;font-size:24rpx;text-align:center;line-height:40rpx}.projectinfoname{width:44rpx;height:44rpx;font-size:0}.projectinfoname image{width:100%;height:100%}.projectname{color:#3d444d;font-size:28rpx;font-weight:700;margin-left:16rpx;position:relative}.projectname:before{display:block;content:"";width:10rpx;height:26rpx;background:#0292ff;position:absolute;top:8rpx;left:-20rpx}.projectinfo{padding:36rpx 32rpx 16rpx;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.projectlist{padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.projectitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:32rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.projectitem:last-child{border-bottom:none}.projectitemright{color:#3d444d;font-size:28rpx}.renyuanleft{color:#8c9198;font-size:28rpx}.renyuanright{width:300rpx;height:60rpx;background:#eee;padding:14rpx 28rpx;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.danweizi{width:500rpx;text-align:right}.renyuanright input{width:100%;height:40rpx;color:#8c9198;font-size:24rpx}.xiangmuyuan{color:#8c9198;font-size:24rpx}.zixunbotleft{width:130rpx;height:80rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx}.renyaoqiu{margin-top:12rpx}.zixundan{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:24rpx 42rpx 16rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box}.zitou{padding:20rpx 0}.zixundanitem{color:#06121e;font-size:28rpx}.zixunbox{padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zixundanboxlist{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box}.zixunname{width:320rpx;color:#06121e;font-size:24rpx;line-height:1.5;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.zixunshu{width:105rpx;text-align:center;color:#06121e;font-size:24rpx}.zixuntou{width:108rpx;height:40rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:40rpx;margin-left:100rpx}.zuxiangmu{color:#3d444d;font-size:28rpx}.querenfen{width:686rpx;height:80rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx}.zidan{border-top:16rpx solid #f9f9f9}.danweizi{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.head{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx 12rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.fenzulist{margin-top:100rpx;padding-bottom:50rpx}.headleft{width:372rpx;height:60rpx;background:#eee;opacity:1;border-radius:8rpx;padding:10rpx 24rpx;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.headleft input{color:#bdc4ce;font-size:28rpx}.headright{width:100rpx;height:60rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:22rpx;text-align:center;line-height:60rpx;margin-left:16rpx}.download{width:136rpx;height:40rpx;line-height:40rpx}.fenzuitem{width:372rpx;background:#fff;-webkit-box-shadow:0 6rpx 6rpx rgba(0,0,0,.03);box-shadow:0 6rpx 6rpx rgba(0,0,0,.03);opacity:1;border-radius:20rpx;margin:20rpx auto 0;padding:28rpx 32rpx 40rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.fenzunoimg{width:28rpx;height:28rpx;font-size:0;margin-right:10rpx}.fenzunoimg image{width:100%;height:100%}.bianhao{color:#8c9198;font-size:24rpx}.bianhaonum{color:#06121e;font-size:24rpx;letter-spacing:2rpx}.fenzunoname{color:#3d444d;font-size:24rpx}.fenzutopright{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;height:48rpx;border:1rpx solid #bdc4ce;opacity:1;border-radius:8rpx;padding:0 5rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.consult{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.consultdanwei{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.volistdata{color:#999;font-size:30rpx;text-align:center;margin-top:20rpx}.xuanlei{width:18rpx;height:25rpx;font-size:0}.xuanlei image{width:100%;height:100%}.voicehead{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:20rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.headitem{color:#06121e;font-size:28rpx}.piao{margin-left:20rpx}.danwei{width:50%;text-align:left}.piao{width:20%;text-align:center}.tou{width:30%;text-align:center}.wei{width:60%;text-align:left}.tpiao{width:10%;text-align:center;margin-left:30rpx}.votelist{height:500rpx;overflow-y:scroll}.shending{width:430rpx}.itemk{border-bottom:none}
\ No newline at end of file
... ...
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/guocheng/guocheng"],{2166:function(t,n,e){"use strict";e.r(n);var o=e("593d"),u=e.n(o);for(var a in o)"default"!==a&&function(t){e.d(n,t,(function(){return o[t]}))}(a);n["default"]=u.a},"3c2a":function(t,n,e){"use strict";(function(t){e("bdbd"),e("921b");o(e("66fd"));var n=o(e("9c01"));function o(t){return t&&t.__esModule?t:{default:t}}t(n.default)}).call(this,e("543d")["createPage"])},4713:function(t,n,e){"use strict";var o=e("bb9f"),u=e.n(o);u.a},"4e90":function(t,n,e){"use strict";var o=e("d869"),u=e.n(o);u.a},"593d":function(t,n,e){"use strict";(function(t){Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;var e={onLaunch:function(){console.log("App Launch")},onShow:function(){console.log("App Show")},onHide:function(){console.log("App Hide")},post:function(n,e,o){var u=this,a=new Promise((function(a,c){var r=t.getStorageSync("token"),i={token:r||""};t.request({url:u.globalData.baseUrl+n,data:e,method:o,header:i,success:function(t){200==t.statusCode?a(t):c(t.data)},fail:function(t){console.log(t),c("网络出错"),wx.hideNavigationBarLoading()},complete:function(t){}})}));return a},globalData:{userInfo:null,baseUrl:"https://www.bjzha.net/api/"}};n.default=e}).call(this,e("543d")["default"])},"59df":function(t,n,e){"use strict";e.r(n);var o=e("2166");for(var u in o)"default"!==u&&function(t){e.d(n,t,(function(){return o[t]}))}(u);e("4e90");var a,c,r,i,l=e("f0c5"),f=Object(l["a"])(o["default"],a,c,!1,null,null,null,!1,r,i);n["default"]=f.exports},6980:function(t,n,e){"use strict";(function(t){Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;var o=u(e("59df"));function u(t){return t&&t.__esModule?t:{default:t}}var a={data:function(){return{list:[]}},onLoad:function(){},onShow:function(){this.getlist()},methods:{getlist:function(){var t=this;console.log(9988776655);var n="project/Get_Processtime";o.default.post(n,"","get").then((function(n){t.list=n.data})).catch((function(t){console.log(t)}))},detail:function(n){console.log(n),console.log(n);var e=n.currentTarget.dataset.item;e=JSON.stringify(e),console.log(e),t.navigateTo({url:"../xiangmuprogress/xiangmuprogress?item="+e})}}};n.default=a}).call(this,e("543d")["default"])},7894:function(t,n,e){"use strict";e.r(n);var o=e("6980"),u=e.n(o);for(var a in o)"default"!==a&&function(t){e.d(n,t,(function(){return o[t]}))}(a);n["default"]=u.a},"9c01":function(t,n,e){"use strict";e.r(n);var o=e("f01c"),u=e("7894");for(var a in u)"default"!==a&&function(t){e.d(n,t,(function(){return u[t]}))}(a);e("4713");var c,r=e("f0c5"),i=Object(r["a"])(u["default"],o["b"],o["c"],!1,null,null,null,!1,o["a"],c);n["default"]=i.exports},bb9f:function(t,n,e){},d869:function(t,n,e){},f01c:function(t,n,e){"use strict";var o,u=function(){var t=this,n=t.$createElement;t._self._c},a=[];e.d(n,"b",(function(){return u})),e.d(n,"c",(function(){return a})),e.d(n,"a",(function(){return o}))}},[["3c2a","common/runtime","common/vendor"]]]);
\ No newline at end of file
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/guocheng/guocheng"],{2166:function(t,n,e){"use strict";e.r(n);var o=e("593d"),a=e.n(o);for(var i in o)"default"!==i&&function(t){e.d(n,t,(function(){return o[t]}))}(i);n["default"]=a.a},"3c2a":function(t,n,e){"use strict";(function(t){e("bdbd"),e("921b");o(e("66fd"));var n=o(e("9c01"));function o(t){return t&&t.__esModule?t:{default:t}}t(n.default)}).call(this,e("543d")["createPage"])},4713:function(t,n,e){"use strict";var o=e("bb9f"),a=e.n(o);a.a},"4e90":function(t,n,e){"use strict";var o=e("d869"),a=e.n(o);a.a},"593d":function(t,n,e){"use strict";(function(t){Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;var e={onLaunch:function(){console.log("App Launch")},onShow:function(){console.log("App Show")},onHide:function(){console.log("App Hide")},post:function(n,e,o){var a=this,i=new Promise((function(i,u){var c=t.getStorageSync("token"),s={token:c||""};t.request({url:a.globalData.baseUrl+n,data:e,method:o,header:s,success:function(t){200==t.statusCode?i(t):u(t.data)},fail:function(t){console.log(t),u("网络出错"),wx.hideNavigationBarLoading()},complete:function(t){}})}));return i},globalData:{userInfo:null,baseUrl:"https://www.bjzha.net/api/"}};n.default=e}).call(this,e("543d")["default"])},"59df":function(t,n,e){"use strict";e.r(n);var o=e("2166");for(var a in o)"default"!==a&&function(t){e.d(n,t,(function(){return o[t]}))}(a);e("4e90");var i,u,c,s,l=e("f0c5"),r=Object(l["a"])(o["default"],i,u,!1,null,null,null,!1,c,s);n["default"]=r.exports},6980:function(t,n,e){"use strict";(function(t){Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;var o=a(e("59df"));function a(t){return t&&t.__esModule?t:{default:t}}var i={data:function(){return{list:[],tizhangshow:!1,stationlist:[],index:0,document:"",projectname:"请选择主管部门",fname:""}},onLoad:function(){this.getzhugaunlist()},onShow:function(){this.getlist()},methods:{enterxiangmu:function(t){this.fname=t.detail.value},chaxun:function(){this.getlist()},hidek:function(){this.tizhangshow=!1},hide:function(){},getzhugaunlist:function(){var t=this;console.log(9988776655);var n="project/Get_ComDepartment";o.default.post(n,"","get").then((function(n){console.log(n),t.stationlist=n.data})).catch((function(t){console.log(t)}))},bindPickerChange:function(t){console.log("picker发送选择改变,携带值为",t.target.value),this.index=t.target.value,this.projectname=this.stationlist[t.target.value].fname,this.document=this.stationlist[t.target.value].fid},getlist:function(){var t=this;console.log(9988776655);var n="project/Get_Processtime",e={document:t.document,fname:t.fname};console.log("8877665544",e),o.default.post(n,e,"get").then((function(n){t.list=n.data})).catch((function(t){console.log(t)}))},shai:function(){this.tizhangshow=!this.tizhangshow},search:function(){this.getlist(),this.tizhangshow=!1},detail:function(n){console.log(n),console.log(n);var e=n.currentTarget.dataset.item;e=JSON.stringify(e),console.log(e),t.navigateTo({url:"../xiangmuprogress/xiangmuprogress?item="+e})}}};n.default=i}).call(this,e("543d")["default"])},7894:function(t,n,e){"use strict";e.r(n);var o=e("6980"),a=e.n(o);for(var i in o)"default"!==i&&function(t){e.d(n,t,(function(){return o[t]}))}(i);n["default"]=a.a},"9c01":function(t,n,e){"use strict";e.r(n);var o=e("a06b"),a=e("7894");for(var i in a)"default"!==i&&function(t){e.d(n,t,(function(){return a[t]}))}(i);e("4713");var u,c=e("f0c5"),s=Object(c["a"])(a["default"],o["b"],o["c"],!1,null,null,null,!1,o["a"],u);n["default"]=s.exports},a06b:function(t,n,e){"use strict";var o,a=function(){var t=this,n=t.$createElement;t._self._c},i=[];e.d(n,"b",(function(){return a})),e.d(n,"c",(function(){return i})),e.d(n,"a",(function(){return o}))},bb9f:function(t,n,e){},d869:function(t,n,e){}},[["3c2a","common/runtime","common/vendor"]]]);
\ No newline at end of file
... ...
<view class="box"><view class="head"><view class="headitem">项目编号</view><view class="headitem minghcengx">项目名称</view><view class="headitem">当前评审节点</view><view class="headitem">项目状态</view></view><view class="xiangmlist"><block wx:for="{{list}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="xiangmulistitem" data-item="{{item}}" data-event-opts="{{[['tap',[['detail',['$event']]]]]}}" bindtap="__e"><view class="xiangmuhao">{{item.fnumber}}</view><view class="xiangming">{{item.fname}}</view><view class="pingshen">{{item.fcurrentname}}</view><view class="{{[item.ffinauditstatus=='审核中'?'state':'finish']}}">{{item.ffinauditstatus}}</view></view></block></view></view>
\ No newline at end of file
<view><view class="flextwo" style="position:fixed;top:0;left:0;width:750rpx;height:92rpx;padding-right:10rpx;box-sizing:border-box;background:#fff;"><view class="head flexone"><view class="headleft"><input type="text" placeholder="输入项目名称查询" data-event-opts="{{[['input',[['enterxiangmu',['$event']]]]]}}" bindinput="__e"/></view><view data-event-opts="{{[['tap',[['chaxun',['$event']]]]]}}" class="headright" bindtap="__e">查询</view></view><view class="shaiselecttop"><view data-event-opts="{{[['tap',[['shai',['$event']]]]]}}" class="shaiselect" bindtap="__e">筛选</view></view></view><view class="box"><view class="topheadk"><view class="headk"><view class="headitem minghcengx">项目名称</view><view class="headitem">当前评审节点</view><view class="headitem">项目状态</view><view class="headitem">备注</view></view></view><view class="xiangmlist"><block wx:for="{{list}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="xiangmulistitem" data-item="{{item}}" data-event-opts="{{[['tap',[['detail',['$event']]]]]}}" bindtap="__e"><view class="xiangming">{{item.fname}}</view><view class="pingshen">{{item.fcurrentname}}</view><block wx:if="{{item.ffinauditstatus=='审核中'}}"><view class="{{['finish',item.ffinauditstatus=='审核中'?'shenhezhong':'']}}">{{item.ffinauditstatus}}</view></block><block wx:if="{{item.ffinauditstatus=='暂停'}}"><view class="{{['finish',item.ffinauditstatus=='暂停'?'state':'']}}">{{item.ffinauditstatus}}</view></block><block wx:if="{{item.ffinauditstatus=='中止'}}"><view class="{{['finish',item.ffinauditstatus=='中止'?'state':'']}}">{{item.ffinauditstatus}}</view></block><block wx:if="{{item.ffinauditstatus=='已审结'}}"><view class="{{['finish',item.ffinauditstatus=='已审结'?'shenjie':'']}}">{{item.ffinauditstatus}}</view></block><view class="xiangmuhao">{{item.ftransferdescription}}</view></view></block></view></view><block wx:if="{{tizhangshow}}"><view data-event-opts="{{[['tap',[['hidek',['$event']]]]]}}" class="register" bindtap="__e"><view data-event-opts="{{[['tap',[['hide',['$event']]]]]}}" class="taizhangwrap" catchtap="__e"><view class="wrapbox"><view class="wrapitem"><view class="wrapitemleft">主管部门</view><picker value="{{index}}" range="{{stationlist}}" range-key="fname" data-event-opts="{{[['change',[['bindPickerChange',['$event']]]]]}}" catchchange="__e"><view class="wrapitemright"><view class="uni-input projectname">{{projectname}}</view></view></picker></view></view><view class="zibot"><view data-event-opts="{{[['tap',[['search',['$event']]]]]}}" class="chaxun" catchtap="__e">查询</view></view></view></view></block></view>
\ No newline at end of file
... ...
.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}.box{background:#f9f9f9;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.head{width:750rpx;background:#fff;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:32rpx;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;border-bottom:2rpx solid #bdc4ce;position:fixed;left:0;top:0}.headitem{color:#06121e;font-size:28rpx;font-weight:700}.xiangmulistitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:22rpx 0 34rpx;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.xiangmuhao{width:140rpx;color:#06121e;font-size:24rpx}.xiangming{width:144rpx;color:#06121e;font-size:24rpx;margin-left:37rpx;text-align:center;line-height:1.5;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.pingshen{color:#06121e;font-size:24rpx;margin-left:78rpx;width:80rpx}.state{color:#d12324;font-size:24rpx;margin-left:128rpx}.finish{color:#00ac00;font-size:24rpx;margin-left:128rpx}.xiangmlist{margin-top:100rpx}
\ No newline at end of file
.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.shaiselecttop{width:750rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;padding-top:10rpx;padding-bottom:10rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.shaiselect{display:inline-block;width:200rpx;height:64rpx;background:#0093ff;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;border-radius:30rpx}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}.shaiselect{width:188rpx}.head{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx 32rpx 20rpx 10rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;position:fixed;top:0;left:0}.stateimg{width:28rpx;height:28rpx;font-size:0}.statename{color:#06121e;font-size:24rpx;margin-left:5rpx}.fenzulist{margin-top:100rpx}.headleft{width:389rpx;height:60rpx;background:#eee;opacity:1;border-radius:8rpx;padding:10rpx 24rpx;-webkit-box-sizing:border-box;box-sizing:border-box;display:felex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:flex;align-items:center}.headleft input{color:#bdc4ce;font-size:28rpx}.headright{width:98rpx;height:60rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:22rpx;text-align:center;line-height:60rpx;margin-left:16rpx}.taizhangwrap{height:300rpx;z-index:9999}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.headk{width:750rpx;background:#fff;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:32rpx;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;border-bottom:2rpx solid #bdc4ce}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.zibot{margin-top:80rpx}.box{background:#f9f9f9;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.topheadk{width:750rpx;background:#fff;position:fixed;left:0;top:93rpx}.headitem{color:#06121e;font-size:28rpx;font-weight:700}.xiangmulistitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:22rpx 0 34rpx;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.xiangmuhao{width:130rpx;color:#06121e;font-size:24rpx;margin-left:40rpx;text-align:right}.xiangming{width:144rpx;color:#06121e;font-size:24rpx;text-align:center;line-height:1.5;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.pingshen{color:#06121e;font-size:24rpx;margin-left:78rpx;width:80rpx}.finish{width:100rpx;text-align:center;color:#00ac00;font-size:24rpx;margin-left:142rpx}.xiangmlist{margin-top:198rpx}.shenhezhong{color:#00ac00}.state{color:#d12324;font-size:24rpx;margin-left:128rpx}.shenjie{color:#06121e;font-weight:700}
\ No newline at end of file
... ...
.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}page{width:100%;height:100%}.biaoshi{color:#fff;font-size:28rpx;margin-top:20rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.xieyi{color:#ff9417;font-size:28rpx}.box{width:750rpx;height:100%;background:url(http://39.105.61.115:1912/scripts/yemian.png) no-repeat 50%;background-size:cover;overflow:hidden}.tpouziname{color:#f9f9f9;font-size:56rpx;text-align:center;margin-top:278rpx;font-weight:700}.zhuanjia{color:#f9f9f9;font-size:40rpx;text-align:center;font-weight:700}.shrumima{width:438rpx;height:68rpx;background:#eee;opacity:1;border-radius:8rpx;color:#232323;font-size:28rpx;padding:18rpx 24rpx;-webkit-box-sizing:border-box;box-sizing:border-box;margin:232rpx auto 0;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.shrumima input{width:100%}.entershouji{color:#232323;font-size:28rpx}.mima{margin:32rpx auto 0}.mima input{font-size:28rpx}.yanzheng{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.yanzheng{width:438rpx;margin:32rpx auto 0}.yanzhengleft{width:256rpx;height:68rpx;border-radius:8rpx;background:#fff;padding:18rpx 24rpx;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;background:#eee;color:#232323;font-size:24rpx}.yanzhengleft input{width:100%;height:100%;font-size:28rpx}.yanzhenghao{width:162rpx;height:68rpx;background:#fff;opacity:1;border-radius:8rpx;margin-left:20rpx;color:#169bd5;font-size:24rpx;text-align:center;line-height:68rpx;letter-spacing:6rpx;font-weight:700;background:#eee}.yanzhenghao input{color:#232323;font-size:24rpx}.yan{color:#232323;font-size:28rpx}.select{width:438rpx;margin:20rpx auto 0;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.selectleft{width:28rpx;height:28rpx;font-size:0}.selectleft image{width:100%;height:100%}.selectright{color:#fff;font-size:26rpx;margin-left:10rpx}.denglu{width:438rpx;height:76rpx;opacity:1;background:#007aff;opacity:.9;color:#fff;font-size:24rpx;text-align:center;line-height:76rpx;margin:52rpx auto 0;border-radius:8rpx}.dengactive{opacity:.9;background:#738dfa}.pop{width:200rpx;height:80rpx;background-color:rgba(0,0,0,.5);border-radius:16rpx;color:#fff;font-size:30rpx;text-align:center;line-height:80rpx;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.zhanghao input{font-size:28rpx}
\ No newline at end of file
.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.shaiselecttop{width:750rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;padding-top:10rpx;padding-bottom:10rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.shaiselect{display:inline-block;width:200rpx;height:64rpx;background:#0093ff;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;border-radius:30rpx}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}page{width:100%;height:100%}.biaoshi{color:#fff;font-size:28rpx;margin-top:20rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.xieyi{color:#ff9417;font-size:28rpx}.box{width:750rpx;height:100%;background:url(http://39.105.61.115:1912/scripts/yemian.png) no-repeat 50%;background-size:cover;overflow:hidden}.tpouziname{color:#f9f9f9;font-size:56rpx;text-align:center;margin-top:278rpx;font-weight:700}.zhuanjia{color:#f9f9f9;font-size:40rpx;text-align:center;font-weight:700}.shrumima{width:438rpx;height:68rpx;background:#eee;opacity:1;border-radius:8rpx;color:#232323;font-size:28rpx;padding:18rpx 24rpx;-webkit-box-sizing:border-box;box-sizing:border-box;margin:232rpx auto 0;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.shrumima input{width:100%}.entershouji{color:#232323;font-size:28rpx}.mima{margin:32rpx auto 0}.mima input{font-size:28rpx}.yanzheng{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.yanzheng{width:438rpx;margin:32rpx auto 0}.yanzhengleft{width:256rpx;height:68rpx;border-radius:8rpx;background:#fff;padding:18rpx 24rpx;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;background:#eee;color:#232323;font-size:24rpx}.yanzhengleft input{width:100%;height:100%;font-size:28rpx}.yanzhenghao{width:162rpx;height:68rpx;background:#fff;opacity:1;border-radius:8rpx;margin-left:20rpx;color:#169bd5;font-size:24rpx;text-align:center;line-height:68rpx;letter-spacing:6rpx;font-weight:700;background:#eee}.yanzhenghao input{color:#232323;font-size:24rpx}.yan{color:#232323;font-size:28rpx}.select{width:438rpx;margin:20rpx auto 0;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.selectleft{width:28rpx;height:28rpx;font-size:0}.selectleft image{width:100%;height:100%}.selectright{color:#fff;font-size:26rpx;margin-left:10rpx}.denglu{width:438rpx;height:76rpx;opacity:1;background:#007aff;opacity:.9;color:#fff;font-size:24rpx;text-align:center;line-height:76rpx;margin:52rpx auto 0;border-radius:8rpx}.dengactive{opacity:.9;background:#738dfa}.pop{width:200rpx;height:80rpx;background-color:rgba(0,0,0,.5);border-radius:16rpx;color:#fff;font-size:30rpx;text-align:center;line-height:80rpx;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.zhanghao input{font-size:28rpx}
\ No newline at end of file
... ...
.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}page{background:#f9f9f9}.box{background:#fff}.projectinfo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.projectinfoname{width:44rpx;height:44rpx;font-size:0}.projectinfoname image{width:100%;height:100%}.projectname{color:#3d444d;font-size:28rpx;font-weight:700;margin-left:16rpx}.xiangmuname{width:550rpx;text-align:right}.projectinfo{padding:36rpx 32rpx 16rpx;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #bdc4ce}.projectlist{padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.projectitem{background:#fff;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:32rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.projectitemleft{color:#8c9198;font-size:28rpx}.projectitemright{color:#3d444d;font-size:28rpx}.renyuanleft{color:#8c9198;font-size:28rpx}.renyuanright{width:300rpx;height:60rpx;background:#eee;padding:14rpx 28rpx;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.renyuanright input{width:100%;height:40rpx;color:#8c9198;font-size:24rpx}.xiangmuyuan{color:#8c9198;font-size:24rpx}.zixunbottom{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:28rpx 32rpx 34rpx}.zixunbotleft{width:130rpx;height:80rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx}.zixunbotright{width:532rpx;height:80rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx;margin-left:24rpx}.renyaoqiu{margin-top:12rpx}.zixundan{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:44rpx 42rpx 16rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #bdc4ce}.zixundanitem{color:#06121e;font-size:28rpx}.zixunbox{padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zixundanboxlist{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box}.zixunname{width:320rpx;color:#06121e;font-size:24rpx;line-height:1.5;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.zixunshu{width:105rpx;text-align:center;color:#06121e;font-size:24rpx}.zixuntou{width:108rpx;height:40rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:40rpx;margin-left:140rpx}.zuxiangmu{color:#3d444d;font-size:28rpx;font-weight:700}.querenfen{width:686rpx;height:80rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx}
\ No newline at end of file
.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.shaiselecttop{width:750rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;padding-top:10rpx;padding-bottom:10rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.shaiselect{display:inline-block;width:200rpx;height:64rpx;background:#0093ff;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;border-radius:30rpx}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}page{background:#f9f9f9}.box{background:#fff}.projectinfo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.projectinfoname{width:44rpx;height:44rpx;font-size:0}.projectinfoname image{width:100%;height:100%}.projectname{color:#3d444d;font-size:28rpx;font-weight:700;margin-left:16rpx}.xiangmuname{width:550rpx;text-align:right}.projectinfo{padding:36rpx 32rpx 16rpx;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #bdc4ce}.projectlist{padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.projectitem{background:#fff;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:32rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.projectitemleft{color:#8c9198;font-size:28rpx}.projectitemright{color:#3d444d;font-size:28rpx}.renyuanleft{color:#8c9198;font-size:28rpx}.renyuanright{width:300rpx;height:60rpx;background:#eee;padding:14rpx 28rpx;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.renyuanright input{width:100%;height:40rpx;color:#8c9198;font-size:24rpx}.xiangmuyuan{color:#8c9198;font-size:24rpx}.zixunbottom{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:28rpx 32rpx 34rpx}.zixunbotleft{width:130rpx;height:80rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx}.zixunbotright{width:532rpx;height:80rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx;margin-left:24rpx}.renyaoqiu{margin-top:12rpx}.zixundan{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:44rpx 42rpx 16rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #bdc4ce}.zixundanitem{color:#06121e;font-size:28rpx}.zixunbox{padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zixundanboxlist{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box}.zixunname{width:320rpx;color:#06121e;font-size:24rpx;line-height:1.5;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.zixunshu{width:105rpx;text-align:center;color:#06121e;font-size:24rpx}.zixuntou{width:108rpx;height:40rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:40rpx;margin-left:140rpx}.zuxiangmu{color:#3d444d;font-size:28rpx;font-weight:700}.querenfen{width:686rpx;height:80rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx}
\ No newline at end of file
... ...
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/projectziliao/projectziliao"],{"04ae":function(e,t,o){"use strict";o.r(t);var n=o("5f1d"),i=o("dd71");for(var s in i)"default"!==s&&function(e){o.d(t,e,(function(){return i[e]}))}(s);o("235c");var l,c=o("f0c5"),a=Object(c["a"])(i["default"],n["b"],n["c"],!1,null,null,null,!1,n["a"],l);t["default"]=a.exports},"0dec":function(e,t,o){"use strict";(function(e){o("bdbd"),o("921b");n(o("66fd"));var t=n(o("04ae"));function n(e){return e&&e.__esModule?e:{default:e}}e(t.default)}).call(this,o("543d")["createPage"])},2166:function(e,t,o){"use strict";o.r(t);var n=o("593d"),i=o.n(n);for(var s in n)"default"!==s&&function(e){o.d(t,e,(function(){return n[e]}))}(s);t["default"]=i.a},"235c":function(e,t,o){"use strict";var n=o("5c33"),i=o.n(n);i.a},"310f":function(e,t,o){"use strict";(function(e){Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var n=i(o("59df"));i(o("b86c"));function i(e){return e&&e.__esModule?e:{default:e}}var s={data:function(){return{disid:"",item:{},fteamid:"",fprojectid:"",ftrialnumber:"",fconcludenumber:"",votelist:[],danweilist:[],index:0,keyword:"",showhide:"",fuzepeople:"",fuzephone:"",status:"",subdisid:"",daibanfprojectid:"",touvotelist:[],fintorgid:" ",danweiname:"请选择咨询单位",state:"",seeklist:[],replylist:[],downurl:"",singgleurl:"",type:"",typeprojectid:"",project:""}},onLoad:function(t){if(console.log("传的参数",t),void 0!=t.type){switch(this.type=t.type,this.typeprojectid=t.projectid,this.item=JSON.parse(t.item),this.type){case 1:console.log(this.type),this.project="prj_toaudit_budget";break;case 2:console.log(this.type),this.project="prj_toaudit_settlement";break;case 3:this.project="prj_toaudit_change";break;case 4:this.project="prj_toaudit_land";break}this.getbudgetlist()}else this.item=JSON.parse(t.item),console.log(this.item);this.getseeklist(),this.getreplay(),this.showhide=e.getStorageSync("showhide")},methods:{getbudgetlist:function(){var t=this,o="project/Get_ProjectInventory",i={fprojectcategory:t.project,fuserid:e.getStorageSync("userid"),fprojectid:t.typeprojectid,role:e.getStorageSync("role")};console.log("8877665544",i),n.default.post(o,i,"get").then((function(e){console.log(e,"kkkkk"),t.item=e.data[0]})).catch((function(e){console.log(e)}))},shenjie:function(t){var o="project/Save_ProjectConclude",i={userid:e.getStorageSync("userid"),role:e.getStorageSync("role"),fprojectid:t.fprojectid,fdisid:t.fdisid,fdirstatus:t.fdirstatus,ffinauditstatus:t.ffinauditstatus};console.log("8877665544",i),n.default.post(o,i,"get").then((function(t){console.log(t),e.showToast({title:t.data[0].message,icon:"none"})})).catch((function(e){console.log(e)}))},question:function(t){console.log(t);var o=t.fprojectid;e.setStorageSync("questionid",o),e.navigateTo({url:"/pages/question/question?quesprojectid="+o})},jingban:function(t){var o=JSON.stringify(t);e.navigateTo({url:"/pages/examinejingban/examinejingban?item="+o})},pingshen:function(t){var o=JSON.stringify(t);e.navigateTo({url:"/pages/reviewreport/reviewreport?item="+o})},concatsure:function(t){var o=JSON.stringify(t);e.navigateTo({url:"/pages/concat/concat?item="+o})},getseeklist:function(){var t=this,o="project/Select_Fseektity",i={userid:e.getStorageSync("userid"),role:e.getStorageSync("role"),fprojectid:t.item.fprojectid,fdisid:t.item.fdisid,type:"fseektity"};console.log("8877665544",i),n.default.post(o,i,"get").then((function(e){console.log("征求意见稿",e),t.seeklist=e.data})).catch((function(e){console.log(e)}))},getreplay:function(){var t=this,o="project/Select_Fseektity",i={userid:e.getStorageSync("userid"),role:e.getStorageSync("role"),fprojectid:t.item.fprojectid,fdisid:t.item.fdisid,type:"ffirstreplyfile"};console.log("8877665544",i),n.default.post(o,i,"get").then((function(e){console.log("审核回复文件",e),t.replylist=e.data,console.log(t.replylist.length),console.log(t.seeklist),console.log(JSON.stringify(t.seeklist))})).catch((function(e){console.log(e)}))},download:function(t){var o=this;console.log(t);var i=t.fseekfiles,s=t.fseekfiles_txt,l="project/Select_FileInfo",c={};n.default.post(l,c,"get").then((function(t){console.log("下载文件",t),o.singgleurl=t.data[0].file;var n=t.data[0].file+"?fileId="+i;console.log(wx.env.USER_DATA_PATH+"/"+s),e.downloadFile({url:n,header:{},success:function(e){},fail:function(e){},complete:function(t){console.log(t);var o=wx.getFileSystemManager();200===t.statusCode&&(o.saveFile({tempFilePath:t.tempFilePath,filePath:wx.env.USER_DATA_PATH+"/"+s,success:function(e){console.log(e)}}),e.openDocument({filePath:wx.env.USER_DATA_PATH+"/"+s,success:function(e){console.log("打开文档成功")},fail:function(){console.log("打开失败")}}))}})})).catch((function(e){console.log(e)}))},downshenhe:function(t){var o=this;console.log(t);var i=t.freplyfiles,s=t.freplyfiles_txt,l="project/Select_FileInfo",c={};n.default.post(l,c,"get").then((function(t){console.log("下载文件",t),o.singgleurl=t.data[0].file;var n=t.data[0].file+"?fileId="+i;console.log(wx.env.USER_DATA_PATH+"/"+s),e.downloadFile({url:n,header:{},success:function(e){},fail:function(e){},complete:function(t){console.log(t);var o=wx.getFileSystemManager();200===t.statusCode&&(o.saveFile({tempFilePath:t.tempFilePath,filePath:wx.env.USER_DATA_PATH+"/"+s,success:function(e){console.log(e)}}),e.openDocument({filePath:wx.env.USER_DATA_PATH+"/"+s,success:function(e){console.log("打开文档成功")},fail:function(){console.log("打开失败")}}))}})})).catch((function(e){console.log(e)}))},downsingle:function(t){console.log(t);var o=this,n=e.getStorageSync("token"),i={token:n||""},s={fileId:t};console.log("9999",s),e.request({url:o.singgleurl,data:s,method:"GET",header:i,success:function(e){console.log("888776554kkkk",e)},fail:function(e){console.log(e),reject("网络出错"),wx.hideNavigationBarLoading()},complete:function(e){}})},downloadall:function(){var e=this,t="project/Select_FileInfos",o={};n.default.post(t,o,"get").then((function(t){console.log("下载文件22",t),e.downurl=t.data[0].file,e.downmany()})).catch((function(e){console.log(e)}))},downmany:function(){var t=this,o=e.getStorageSync("token"),n={token:o||""},i=t.seeklist,s=[];i.forEach((function(e,t,o){console.log(e),null!=e.fseekfiles&&s.push(e.fseekfiles)}));var l={fileIds:s.join(",")};console.log("9999",l),e.request({url:t.downurl,data:l,method:"POST",header:n,success:function(e){console.log("888776554",e);var t=e.data+".zip";console.log(t),plus.runtime.openURL(t)},fail:function(e){console.log(e),reject("网络出错"),wx.hideNavigationBarLoading()},complete:function(e){}})},savefilecode:function(t){console.log(t),e.downloadFile({url:t,success:function(t){console.log("下载图片下载图片下载图片",t);var o=t.tempFilePath;console.log(o),e.openDocument({filePath:o,success:function(e){console.log("打开文档成功")}})},complete:function(e){}})},getvotelist:function(){var e=this,t="project/Get_intermediaryorg",o={disid:this.disid};console.log("8877665544",o),n.default.post(t,o,"get").then((function(t){console.log(t),e.votelist=t.data,e.touvotelist=t.data})).catch((function(e){console.log(e)}))},toupiao:function(t){var o=this;console.log(t);var i=t.target.dataset.voiteitem;console.log(i.finteroryname);var s="project/Get_vote",l={fname:i.finteroryname,fid:o.item.disid,fprojectid:o.item.fprojectid,userid:e.getStorageSync("userid"),fadvisoryid:i.fadvisoryid,role:e.getStorageSync("role")};console.log("8877665544",l),n.default.post(s,l,"get").then((function(t){console.log(t),console.log(JSON.stringify(t.data)),e.showToast({title:t.data[0].message,icon:"none"}),o.getvotelist(),o.voicesuccess()})).catch((function(e){console.log(e)}))},bindPickerChange:function(e){console.log("picker发送选择改变,携带值为",e.target.value),this.index=e.target.value,this.danweiname=this.danweilist[e.target.value].fname,this.fuzepeople=this.danweilist[e.target.value].fauthorizeman,this.fuzephone=this.danweilist[e.target.value].fauthphone,this.fintorgid=this.danweilist[e.target.value].fid,console.log(JSON.stringify(this.danweilist)),console.log(this.fintorgid)},surefenpei:function(){var t=this,o=this;if(console.log("咨询单位",o.fintorgid)," "==o.fintorgid)return e.showToast({title:"请选择咨询单位",icon:"none"}),!1;var i="project/Get_SubmitAdvisoryDisfteam",s={fadvisorystatus:o.item.fadvisorystatus,fuserid:e.getStorageSync("userid"),disid:o.item.disid,fprojectid:o.item.fprojectid,fintorgid:o.fintorgid};console.log("咨询单位分配参数",s),n.default.post(i,s,"get").then((function(o){console.log(o),"成功"==o.data[0].message?(e.showToast({title:"提交成功",icon:"none"}),t.changestate(),setTimeout((function(){e.navigateBack({checked:!0})}),1e3)):e.showToast({title:o.data[0].message,icon:"none"})})).catch((function(e){console.log(e)}))},changestate:function(){var t=this,o="project/Get_Fteam";e.getStorageSync("userid"),t.item.disid;n.default.post(o,"","get").then((function(e){console.log("修改状态",e)})).catch((function(e){console.log(e)}))}}};t.default=s}).call(this,o("543d")["default"])},"4e90":function(e,t,o){"use strict";var n=o("d869"),i=o.n(n);i.a},"593d":function(e,t,o){"use strict";(function(e){Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o={onLaunch:function(){console.log("App Launch")},onShow:function(){console.log("App Show")},onHide:function(){console.log("App Hide")},post:function(t,o,n){var i=this,s=new Promise((function(s,l){var c=e.getStorageSync("token"),a={token:c||""};e.request({url:i.globalData.baseUrl+t,data:o,method:n,header:a,success:function(e){200==e.statusCode?s(e):l(e.data)},fail:function(e){console.log(e),l("网络出错"),wx.hideNavigationBarLoading()},complete:function(e){}})}));return s},globalData:{userInfo:null,baseUrl:"https://www.bjzha.net/api/"}};t.default=o}).call(this,o("543d")["default"])},"59df":function(e,t,o){"use strict";o.r(t);var n=o("2166");for(var i in n)"default"!==i&&function(e){o.d(t,e,(function(){return n[e]}))}(i);o("4e90");var s,l,c,a,r=o("f0c5"),u=Object(r["a"])(n["default"],s,l,!1,null,null,null,!1,c,a);t["default"]=u.exports},"5c33":function(e,t,o){},"5f1d":function(e,t,o){"use strict";var n,i=function(){var e=this,t=e.$createElement;e._self._c},s=[];o.d(t,"b",(function(){return i})),o.d(t,"c",(function(){return s})),o.d(t,"a",(function(){return n}))},d869:function(e,t,o){},dd71:function(e,t,o){"use strict";o.r(t);var n=o("310f"),i=o.n(n);for(var s in n)"default"!==s&&function(e){o.d(t,e,(function(){return n[e]}))}(s);t["default"]=i.a}},[["0dec","common/runtime","common/vendor"]]]);
\ No newline at end of file
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/projectziliao/projectziliao"],{"04ae":function(e,t,o){"use strict";o.r(t);var n=o("d096"),i=o("dd71");for(var s in i)"default"!==s&&function(e){o.d(t,e,(function(){return i[e]}))}(s);o("235c");var l,c=o("f0c5"),a=Object(c["a"])(i["default"],n["b"],n["c"],!1,null,null,null,!1,n["a"],l);t["default"]=a.exports},"0dec":function(e,t,o){"use strict";(function(e){o("bdbd"),o("921b");n(o("66fd"));var t=n(o("04ae"));function n(e){return e&&e.__esModule?e:{default:e}}e(t.default)}).call(this,o("543d")["createPage"])},2166:function(e,t,o){"use strict";o.r(t);var n=o("593d"),i=o.n(n);for(var s in n)"default"!==s&&function(e){o.d(t,e,(function(){return n[e]}))}(s);t["default"]=i.a},"235c":function(e,t,o){"use strict";var n=o("5c33"),i=o.n(n);i.a},"310f":function(e,t,o){"use strict";(function(e){Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var n=i(o("59df"));i(o("b86c"));function i(e){return e&&e.__esModule?e:{default:e}}var s={data:function(){return{disid:"",item:{},fteamid:"",fprojectid:"",ftrialnumber:"",fconcludenumber:"",votelist:[],danweilist:[],index:0,keyword:"",showhide:"",fuzepeople:"",fuzephone:"",status:"",subdisid:"",daibanfprojectid:"",touvotelist:[],fintorgid:" ",danweiname:"请选择咨询单位",state:"",seeklist:[],replylist:[],downurl:"",singgleurl:"",type:"",typeprojectid:"",project:""}},onLoad:function(t){if(console.log("传的参数",t),void 0!=t.type){switch(this.type=t.type,this.typeprojectid=t.projectid,this.item=JSON.parse(t.item),this.type){case 1:console.log(this.type),this.project="prj_toaudit_budget";break;case 2:console.log(this.type),this.project="prj_toaudit_settlement";break;case 3:this.project="prj_toaudit_change";break;case 4:this.project="prj_toaudit_land";break}this.getbudgetlist()}else this.item=JSON.parse(t.item),console.log(this.item);this.getseeklist(),this.getreplay(),this.showhide=e.getStorageSync("showhide")},methods:{getbudgetlist:function(){var t=this,o="project/Get_ProjectInventory",i={fprojectcategory:t.project,fuserid:e.getStorageSync("userid"),fprojectid:t.typeprojectid,role:e.getStorageSync("role")};console.log("8877665544",i),n.default.post(o,i,"get").then((function(e){console.log(e,"kkkkk"),t.item=e.data[0]})).catch((function(e){console.log(e)}))},shenjie:function(t){var o="project/Save_ProjectConclude",i={userid:e.getStorageSync("userid"),role:e.getStorageSync("role"),fprojectid:t.fprojectid,fdisid:t.fdisid,fdirstatus:t.fdirstatus,ffinauditstatus:t.ffinauditstatus};console.log("8877665544",i),n.default.post(o,i,"get").then((function(t){console.log(t),e.showToast({title:t.data[0].message,icon:"none"})})).catch((function(e){console.log(e)}))},question:function(t){console.log(t);var o=t.fprojectid;e.setStorageSync("questionid",o),e.navigateTo({url:"/pages/question/question?quesprojectid="+o})},jingban:function(t){var o=JSON.stringify(t);e.navigateTo({url:"/pages/examinejingban/examinejingban?item="+o})},pingshen:function(t){var o=JSON.stringify(t);e.navigateTo({url:"/pages/reviewreport/reviewreport?item="+o})},concatsure:function(t){var o=JSON.stringify(t);e.navigateTo({url:"/pages/concat/concat?item="+o})},getseeklist:function(){var t=this,o="project/Select_Fseektity",i={userid:e.getStorageSync("userid"),role:e.getStorageSync("role"),fprojectid:t.item.fprojectid,fdisid:t.item.fdisid,type:"fseektity"};console.log("8877665544",i),n.default.post(o,i,"get").then((function(e){console.log("征求意见稿",e),t.seeklist=e.data})).catch((function(e){console.log(e)}))},getreplay:function(){var t=this,o="project/Select_Fseektity",i={userid:e.getStorageSync("userid"),role:e.getStorageSync("role"),fprojectid:t.item.fprojectid,fdisid:t.item.fdisid,type:"ffirstreplyfile"};console.log("8877665544",i),n.default.post(o,i,"get").then((function(e){console.log("审核回复文件",e),t.replylist=e.data,console.log(t.replylist.length),console.log(t.seeklist),console.log(JSON.stringify(t.seeklist))})).catch((function(e){console.log(e)}))},download:function(t){var o=this;console.log(t);var i=t.fseekfiles,s=t.fseekfiles_txt,l="project/Select_FileInfo",c={};n.default.post(l,c,"get").then((function(t){console.log("下载文件",t),o.singgleurl=t.data[0].file;var n=t.data[0].file+"?fileId="+i;console.log(wx.env.USER_DATA_PATH+"/"+s),e.downloadFile({url:n,header:{},success:function(e){},fail:function(e){},complete:function(t){console.log(t);var o=wx.getFileSystemManager();200===t.statusCode&&(o.saveFile({tempFilePath:t.tempFilePath,filePath:wx.env.USER_DATA_PATH+"/"+s,success:function(e){console.log(e)}}),e.openDocument({filePath:wx.env.USER_DATA_PATH+"/"+s,success:function(e){console.log("打开文档成功")},fail:function(){console.log("打开失败")}}))}})})).catch((function(e){console.log(e)}))},downshenhe:function(t){var o=this;console.log(t);var i=t.freplyfiles,s=t.freplyfiles_txt,l="project/Select_FileInfo",c={};n.default.post(l,c,"get").then((function(t){console.log("下载文件",t),o.singgleurl=t.data[0].file;var n=t.data[0].file+"?fileId="+i;console.log(wx.env.USER_DATA_PATH+"/"+s),e.downloadFile({url:n,header:{},success:function(e){},fail:function(e){},complete:function(t){console.log(t);var o=wx.getFileSystemManager();200===t.statusCode&&(o.saveFile({tempFilePath:t.tempFilePath,filePath:wx.env.USER_DATA_PATH+"/"+s,success:function(e){console.log(e)}}),e.openDocument({filePath:wx.env.USER_DATA_PATH+"/"+s,success:function(e){console.log("打开文档成功")},fail:function(){console.log("打开失败")}}))}})})).catch((function(e){console.log(e)}))},downsingle:function(t){console.log(t);var o=this,n=e.getStorageSync("token"),i={token:n||""},s={fileId:t};console.log("9999",s),e.request({url:o.singgleurl,data:s,method:"GET",header:i,success:function(e){console.log("888776554kkkk",e)},fail:function(e){console.log(e),reject("网络出错"),wx.hideNavigationBarLoading()},complete:function(e){}})},downloadall:function(){var e=this,t="project/Select_FileInfos",o={};n.default.post(t,o,"get").then((function(t){console.log("下载文件22",t),e.downurl=t.data[0].file,e.downmany()})).catch((function(e){console.log(e)}))},downmany:function(){var t=this,o=e.getStorageSync("token"),n={token:o||""},i=t.seeklist,s=[];i.forEach((function(e,t,o){console.log(e),null!=e.fseekfiles&&s.push(e.fseekfiles)}));var l={fileIds:s.join(",")};console.log("9999",l),e.request({url:t.downurl,data:l,method:"POST",header:n,success:function(e){console.log("888776554",e);var t=e.data+".zip";console.log(t),plus.runtime.openURL(t)},fail:function(e){console.log(e),reject("网络出错"),wx.hideNavigationBarLoading()},complete:function(e){}})},savefilecode:function(t){console.log(t),e.downloadFile({url:t,success:function(t){console.log("下载图片下载图片下载图片",t);var o=t.tempFilePath;console.log(o),e.openDocument({filePath:o,success:function(e){console.log("打开文档成功")}})},complete:function(e){}})},getvotelist:function(){var e=this,t="project/Get_intermediaryorg",o={disid:this.disid};console.log("8877665544",o),n.default.post(t,o,"get").then((function(t){console.log(t),e.votelist=t.data,e.touvotelist=t.data})).catch((function(e){console.log(e)}))},toupiao:function(t){var o=this;console.log(t);var i=t.target.dataset.voiteitem;console.log(i.finteroryname);var s="project/Get_vote",l={fname:i.finteroryname,fid:o.item.disid,fprojectid:o.item.fprojectid,userid:e.getStorageSync("userid"),fadvisoryid:i.fadvisoryid,role:e.getStorageSync("role")};console.log("8877665544",l),n.default.post(s,l,"get").then((function(t){console.log(t),console.log(JSON.stringify(t.data)),e.showToast({title:t.data[0].message,icon:"none"}),o.getvotelist(),o.voicesuccess()})).catch((function(e){console.log(e)}))},bindPickerChange:function(e){console.log("picker发送选择改变,携带值为",e.target.value),this.index=e.target.value,this.danweiname=this.danweilist[e.target.value].fname,this.fuzepeople=this.danweilist[e.target.value].fauthorizeman,this.fuzephone=this.danweilist[e.target.value].fauthphone,this.fintorgid=this.danweilist[e.target.value].fid,console.log(JSON.stringify(this.danweilist)),console.log(this.fintorgid)},surefenpei:function(){var t=this,o=this;if(console.log("咨询单位",o.fintorgid)," "==o.fintorgid)return e.showToast({title:"请选择咨询单位",icon:"none"}),!1;var i="project/Get_SubmitAdvisoryDisfteam",s={fadvisorystatus:o.item.fadvisorystatus,fuserid:e.getStorageSync("userid"),disid:o.item.disid,fprojectid:o.item.fprojectid,fintorgid:o.fintorgid};console.log("咨询单位分配参数",s),n.default.post(i,s,"get").then((function(o){console.log(o),"成功"==o.data[0].message?(e.showToast({title:"提交成功",icon:"none"}),t.changestate(),setTimeout((function(){e.navigateBack({checked:!0})}),1e3)):e.showToast({title:o.data[0].message,icon:"none"})})).catch((function(e){console.log(e)}))},changestate:function(){var t=this,o="project/Get_Fteam";e.getStorageSync("userid"),t.item.disid;n.default.post(o,"","get").then((function(e){console.log("修改状态",e)})).catch((function(e){console.log(e)}))}}};t.default=s}).call(this,o("543d")["default"])},"4e90":function(e,t,o){"use strict";var n=o("d869"),i=o.n(n);i.a},"593d":function(e,t,o){"use strict";(function(e){Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o={onLaunch:function(){console.log("App Launch")},onShow:function(){console.log("App Show")},onHide:function(){console.log("App Hide")},post:function(t,o,n){var i=this,s=new Promise((function(s,l){var c=e.getStorageSync("token"),a={token:c||""};e.request({url:i.globalData.baseUrl+t,data:o,method:n,header:a,success:function(e){200==e.statusCode?s(e):l(e.data)},fail:function(e){console.log(e),l("网络出错"),wx.hideNavigationBarLoading()},complete:function(e){}})}));return s},globalData:{userInfo:null,baseUrl:"https://www.bjzha.net/api/"}};t.default=o}).call(this,o("543d")["default"])},"59df":function(e,t,o){"use strict";o.r(t);var n=o("2166");for(var i in n)"default"!==i&&function(e){o.d(t,e,(function(){return n[e]}))}(i);o("4e90");var s,l,c,a,r=o("f0c5"),u=Object(r["a"])(n["default"],s,l,!1,null,null,null,!1,c,a);t["default"]=u.exports},"5c33":function(e,t,o){},d096:function(e,t,o){"use strict";var n,i=function(){var e=this,t=e.$createElement;e._self._c},s=[];o.d(t,"b",(function(){return i})),o.d(t,"c",(function(){return s})),o.d(t,"a",(function(){return n}))},d869:function(e,t,o){},dd71:function(e,t,o){"use strict";o.r(t);var n=o("310f"),i=o.n(n);for(var s in n)"default"!==s&&function(e){o.d(t,e,(function(){return n[e]}))}(s);t["default"]=i.a}},[["0dec","common/runtime","common/vendor"]]]);
\ No newline at end of file
... ...
<view class="box"><view class="renyuan"><view class="projectinfo"><view class="projectinfoname"><image src="../../static/img/renyuan.png" mode></image></view><view class="projectname">基本信息</view></view><view class="projectlist"><view class="projectitem"><view class="projectitemleft">项目名称:</view><view class="projectitemright">{{item.fname}}</view></view><view class="projectitem"><view class="projectitemleft">项目组:</view><view class="projectitemright">{{item.fteam}}</view></view><view class="projectitem"><view class="projectitemleft">送审时间:</view><view class="projectitemright">{{item.fsubmitfindate}}</view></view><view class="projectitem"><view class="projectitemleft">评审类型:</view><view class="projectitemright">{{item.freviewtype}}</view></view><view class="projectitem"><view class="projectitemleft">项目类型:</view><view class="projectitemright">{{item.fprojecttype==null?'':item.fprojecttype}}</view></view><view class="projectitem"><view class="projectitemleft">项目经办人1:</view><view class="projectitemright">{{item.fprjleaderone}}</view></view><view class="projectitem"><view class="projectitemleft">项目经办人1手机:</view><view class="projectitemright">{{item.fprjphone}}</view></view><view class="projectitem"><view class="projectitemleft">项目经办人2:</view><view class="projectitemright">{{item.fprjleadertwo}}</view></view><view class="projectitem"><view class="projectitemleft">项目经办人2手机:</view><view class="projectitemright">{{item.fprjphonetwo}}</view></view></view></view><view class="renyuan"><view class="projectinfo"><view class="projectinfoname"><image src="../../static/img/renyuan.png" mode></image></view><view class="projectname">项目报备人员</view></view><view class="projectlist"><view class="projectitem"><view class="projectitemleft">咨询单位经办人:</view><view class="projectitemright">{{item.fauditleder}}</view></view><view class="projectitem"><view class="projectitemleft">专业证件号:</view><view class="projectitemright">{{item.fpapersno}}</view></view><view class="projectitem"><view class="projectitemleft">经办人电话:</view><view class="projectitemright">{{item.freportphone}}</view></view><view class="projectitem"><view class="projectitemleft">专业:</view><view class="projectitemright">{{item.fmajor}}</view></view></view></view><view class="renyuan"><view class="projectinfo"><view class="projectinfoname"><image src="../../static/img/zixundanwei.png" mode></image></view><view class="projectname">征求意见稿信息</view></view><view class="viewpoint">请检查确认上传文件及数据是否完整正确,提交后将不可修改!</view><view class="projectlist"><view class="projectitem"><view class="projectitemleft">审定金额(元):</view><view class="projectitemright">{{item.fauditamount}}</view></view><view class="projectitem"><view class="projectitemleft">送审金额:</view><view class="projectitemright">{{item.ftoauditamt}}</view></view><view class="projectitem"><view class="projectitemleft">审减(增)金额:</view><view class="projectitemright">{{item.fshenjianmoney}}</view></view><view class="projectitem"><view class="projectitemleft">审减(增)率:</view><view class="projectitemright">{{item.fshenjianrate}}</view></view></view></view><view class="zixun"><view class="consult"><view class="consultdanwei verfy"><view class="projectinfoname"><image src="../../static/img/view.png" mode></image></view><view class="projectname">征求意见稿文件</view></view></view><block wx:if="{{seeklist.length==0}}"><view class="nodata">暂无数据</view></block><block wx:else><view class="zixunbox"><view class="votelist"><view class="voicehead"><view class="headitem number">编号</view><view class="zixundanitem ziliao">资料名称</view><view class="headitem tou">录入人</view><view class="headitem timek">时间</view><view class="headitem fujian"><view>附件</view><view>(份数)</view></view><view class="headitem caozuo">操作</view></view><block wx:for="{{seeklist}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="zixundan zitou"><view class="headitem number">{{index+1}}</view><view class="zixundanitem ziliao">{{item.fseekfilename}}</view><view class="headitem tou touren">{{item.fseekdoccreator}}</view><view class="zixundanitem timek">{{item.fseekdate}}</view><view class="zixundanitem fujian">{{item.fseekfiles_cnt}}</view><view class="zixundanitem caozuo fujiandown" data-voiteitem="{{item}}" data-event-opts="{{[['tap',[['download',['$0'],[[['seeklist','',index]]]]]]]}}" bindtap="__e">附件</view></view></block></view></view></block></view><view class="zixun"><view class="consult"><view class="consultdanwei verfy"><view class="projectinfoname"><image src="../../static/img/view.png" mode></image></view><view class="projectname">审核回复文件</view></view></view><block wx:if="{{replylist.length==0}}"><view class="nodata">暂无数据</view></block><block wx:else><view class="zixunbox"><view class="votelist"><view class="voicehead"><view class="headitem number">编号</view><view class="zixundanitem ziliaok">资料名称</view><view class="headitem fujian">附件(份数)</view><view class="headitem caozuok">操作</view></view><block wx:for="{{replylist}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="zixundan zitou"><view class="headitem number">{{index+1}}</view><view class="zixundanitem ziliaok">{{item.ffilereplyname}}</view><view class="zixundanitem fujian">{{item.freplyfiles_cnt}}</view><view data-event-opts="{{[['tap',[['downshenhe',['$0'],[[['replylist','',index]]]]]]]}}" class="zixundanitem caozuok fujiandownk" bindtap="__e">附件</view></view></block></view></view></block></view><view class="btnlist"><view data-event-opts="{{[['tap',[['question',['$0'],['item']]]]]}}" class="btnitem" bindtap="__e">问题往来</view><block wx:if="{{showhide[4].status!=0}}"><view data-event-opts="{{[['tap',[['jingban',['$0'],['item']]]]]}}" class="btnitem" bindtap="__e">经办人审核</view></block><view data-event-opts="{{[['tap',[['shenjie',['$0'],['item']]]]]}}" class="btnitem" bindtap="__e">项目审结</view><block wx:if="{{showhide[4].status!=0}}"><view data-event-opts="{{[['tap',[['pingshen',['$0'],['item']]]]]}}" class="btnitem" bindtap="__e">评审报告确认</view></block><block wx:if="{{showhide[4].status!=0}}"><view data-event-opts="{{[['tap',[['concatsure',['$0'],['item']]]]]}}" class="btnitem" bindtap="__e">合同发票确认</view></block></view></view>
\ No newline at end of file
<view class="box"><view class="renyuan"><view class="projectinfo"><view class="projectinfoname"><image src="../../static/img/renyuan.png" mode></image></view><view class="projectname">基本信息</view></view><view class="projectlist"><view class="projectitem"><view class="projectitemleft">项目名称:</view><view class="projectitemright">{{item.fname}}</view></view><view class="projectitem"><view class="projectitemleft">项目组:</view><view class="projectitemright">{{item.fteam}}</view></view><view class="projectitem"><view class="projectitemleft">送审时间:</view><view class="projectitemright">{{item.fsubmitfindate}}</view></view><view class="projectitem"><view class="projectitemleft">评审类型:</view><view class="projectitemright">{{item.freviewtype}}</view></view><view class="projectitem"><view class="projectitemleft">项目类型:</view><view class="projectitemright">{{item.fprojecttype==null?'':item.fprojecttype}}</view></view><view class="projectitem"><view class="projectitemleft">项目经办人1:</view><view class="projectitemright">{{item.fprjleaderone}}</view></view><view class="projectitem"><view class="projectitemleft">项目经办人1手机:</view><view class="projectitemright">{{item.fprjphone}}</view></view><view class="projectitem"><view class="projectitemleft">项目经办人2:</view><view class="projectitemright">{{item.fprjleadertwo}}</view></view><view class="projectitem"><view class="projectitemleft">项目经办人2手机:</view><view class="projectitemright">{{item.fprjphonetwo}}</view></view></view></view><view class="renyuan"><view class="projectinfo"><view class="projectinfoname"><image src="../../static/img/renyuan.png" mode></image></view><view class="projectname">项目报备人员</view></view><view class="projectlist"><view class="projectitem"><view class="projectitemleft">咨询单位经办人:</view><view class="projectitemright">{{item.fauditleder}}</view></view><view class="projectitem"><view class="projectitemleft">专业证件号:</view><view class="projectitemright">{{item.fpapersno}}</view></view><view class="projectitem"><view class="projectitemleft">经办人电话:</view><view class="projectitemright">{{item.freportphone}}</view></view><view class="projectitem"><view class="projectitemleft">专业:</view><view class="projectitemright">{{item.fmajor}}</view></view></view></view><view class="renyuan"><view class="projectinfo"><view class="projectinfoname"><image src="../../static/img/zixundanwei.png" mode></image></view><view class="projectname">征求意见稿信息</view></view><view class="viewpoint">请检查确认上传文件及数据是否完整正确,提交后将不可修改!</view><view class="projectlist"><view class="projectitem"><view class="projectitemleft">审定金额(元):</view><view class="projectitemright">{{item.fauditamount}}</view></view><view class="projectitem"><view class="projectitemleft">送审金额:</view><view class="projectitemright">{{item.ftoauditamt}}</view></view><view class="projectitem"><view class="projectitemleft">审减(增)金额:</view><view class="projectitemright">{{item.fshenjianmoney}}</view></view><view class="projectitem"><view class="projectitemleft">审减(增)率:</view><view class="projectitemright">{{item.fshenjianrate}}</view></view></view></view><view class="zixun"><view class="consult"><view class="consultdanwei verfy"><view class="projectinfoname"><image src="../../static/img/view.png" mode></image></view><view class="projectname">征求意见稿文件</view></view></view><block wx:if="{{seeklist.length==0}}"><view class="nodata">暂无数据</view></block><block wx:else><view class="zixunbox"><view class="votelist"><view class="voicehead"><view class="headitem number">编号</view><view class="zixundanitem ziliao">资料名称</view><view class="headitem tou">录入人</view><view class="headitem timek">时间</view><view class="headitem fujian"><view>附件</view><view>(份数)</view></view><view class="headitem caozuo">操作</view></view><block wx:for="{{seeklist}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="zixundan zitou"><view class="headitem number">{{index+1}}</view><view class="zixundanitem ziliao">{{item.fseekfilename}}</view><view class="headitem tou touren">{{item.fseekdoccreator}}</view><view class="zixundanitem timek">{{item.fseekdate}}</view><view class="zixundanitem fujian">{{item.fseekfiles_cnt}}</view><view class="zixundanitem caozuo fujiandown" data-voiteitem="{{item}}" data-event-opts="{{[['tap',[['download',['$0'],[[['seeklist','',index]]]]]]]}}" bindtap="__e">附件</view></view></block></view></view></block></view><view class="zixun"><view class="consult"><view class="consultdanwei verfy"><view class="projectinfoname"><image src="../../static/img/view.png" mode></image></view><view class="projectname">审核回复文件</view></view></view><block wx:if="{{replylist.length==0}}"><view class="nodata">暂无数据</view></block><block wx:else><view class="zixunbox"><view class="votelist"><view class="voicehead"><view class="headitem number">编号</view><view class="zixundanitem ziliaok">资料名称</view><view class="headitem fujian">附件(份数)</view><view class="headitem caozuok">操作</view></view><block wx:for="{{replylist}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="zixundan zitou"><view class="headitem number">{{index+1}}</view><view class="zixundanitem ziliaok">{{item.ffilereplyname}}</view><view class="zixundanitem fujian">{{item.freplyfiles_cnt}}</view><view data-event-opts="{{[['tap',[['downshenhe',['$0'],[[['replylist','',index]]]]]]]}}" class="zixundanitem caozuok fujiandownk" bindtap="__e">附件</view></view></block></view></view></block></view><view class="btnlist"><view data-event-opts="{{[['tap',[['question',['$0'],['item']]]]]}}" class="btnitem" bindtap="__e">问题往来</view><block wx:if="{{showhide[4].status!=0}}"><view data-event-opts="{{[['tap',[['jingban',['$0'],['item']]]]]}}" class="btnitem" bindtap="__e">征求意见稿初稿</view></block><view data-event-opts="{{[['tap',[['shenjie',['$0'],['item']]]]]}}" class="btnitem" bindtap="__e">征求意见稿定稿</view><block wx:if="{{showhide[4].status!=0}}"><view data-event-opts="{{[['tap',[['pingshen',['$0'],['item']]]]]}}" class="btnitem" bindtap="__e">评审报告确认</view></block><block wx:if="{{showhide[4].status!=0}}"><view data-event-opts="{{[['tap',[['concatsure',['$0'],['item']]]]]}}" class="btnitem" bindtap="__e">合同发票确认</view></block></view></view>
\ No newline at end of file
... ...
.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}.box{background:#fff}.btnlist{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-top:20rpx;padding:32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.btnitem{padding:0 21rpx;-webkit-box-sizing:border-box;box-sizing:border-box;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:12rpx;margin-bottom:30rpx}.nodata{margin-top:40rpx;margin-bottom:20rpx}.verfy{padding-bottom:16rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.touren{margin-left:10rpx}.number{width:120rpx;text-align:center}.ziliao{width:280rpx;text-align:center}.ziliaok{width:320rpx;text-align:center}.timek{width:210rpx;text-align:center}.fujian{width:180rpx;text-align:center}.caozuo{width:200rpx;text-align:center}.caozuok{width:120rpx;text-align:center}.viewpoint{color:#d12324;font-size:22rpx;margin-top:20rpx;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.projectinfo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.fujiandown{width:200rpx;height:40rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff!important;font-size:24rpx;text-align:center;line-height:40rpx}.fujiandownk{width:120rpx;height:40rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff!important;font-size:24rpx;text-align:center;line-height:40rpx}.projectinfoname{width:44rpx;height:44rpx;font-size:0}.projectinfoname image{width:100%;height:100%}.projectname{color:#3d444d;font-size:28rpx;font-weight:700;margin-left:16rpx}.projectinfo{padding:36rpx 32rpx 16rpx;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.projectlist{padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.projectitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:32rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.projectitem:last-child{border-bottom:none}.projectitemleft{color:#8c9198;font-size:28rpx;width:180rpx}.projectitemright{color:#3d444d;font-size:28rpx}.renyuanleft{color:#8c9198;font-size:28rpx}.renyuanright{width:300rpx;height:60rpx;background:#eee;padding:14rpx 28rpx;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.danweizi{width:500rpx;text-align:right}.renyuanright input{width:100%;height:40rpx;color:#8c9198;font-size:24rpx}.xiangmuyuan{color:#8c9198;font-size:24rpx}.zixunbottom{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:28rpx 32rpx 34rpx}.zixunbotleft{width:130rpx;height:80rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx}.zixunbotright{width:532rpx;height:80rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx;margin-left:24rpx}.renyaoqiu{margin-top:12rpx}.zixundan{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:24rpx 42rpx 16rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box}.zitou{padding:20rpx 0}.zixundanitem{color:#06121e;font-size:28rpx}.zixunbox{padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zixundanboxlist{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box}.zixunname{width:320rpx;color:#06121e;font-size:24rpx;line-height:1.5;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.zixunshu{width:105rpx;text-align:center;color:#06121e;font-size:24rpx}.zixuntou{width:108rpx;height:40rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:40rpx;margin-left:100rpx}.zuxiangmu{color:#3d444d;font-size:28rpx}.querenfen{width:686rpx;height:80rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx}.zidan{border-top:16rpx solid #f9f9f9}.danweizi{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.head{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx 12rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.fenzulist{margin-top:100rpx;padding-bottom:50rpx}.headleft{width:372rpx;height:60rpx;background:#eee;opacity:1;border-radius:8rpx;padding:10rpx 24rpx;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.headleft input{color:#bdc4ce;font-size:28rpx}.headright{width:100rpx;height:60rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:22rpx;text-align:center;line-height:60rpx;margin-left:16rpx}.download{width:136rpx;height:40rpx;line-height:40rpx}.fenzuitem{width:372rpx;background:#fff;-webkit-box-shadow:0 6rpx 6rpx rgba(0,0,0,.03);box-shadow:0 6rpx 6rpx rgba(0,0,0,.03);opacity:1;border-radius:20rpx;margin:20rpx auto 0;padding:28rpx 32rpx 40rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.fenzunoimg{width:28rpx;height:28rpx;font-size:0;margin-right:10rpx}.fenzunoimg image{width:100%;height:100%}.bianhao{color:#8c9198;font-size:24rpx}.bianhaonum{color:#06121e;font-size:24rpx;letter-spacing:2rpx}.fenzunoname{color:#3d444d;font-size:24rpx}.fenzutopright{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;height:48rpx;border:1rpx solid #bdc4ce;opacity:1;border-radius:8rpx;padding:0 5rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.consult{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.consultdanwei{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.volistdata{color:#999;font-size:30rpx;text-align:center;margin-top:20rpx}.xuanlei{width:18rpx;height:25rpx;font-size:0}.xuanlei image{width:100%;height:100%}.voicehead{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:20rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.headitem{color:#06121e;font-size:28rpx}.piao{margin-left:20rpx}.danwei{width:50%;text-align:left}.piao{width:20%;text-align:center}.tou{width:30%;text-align:center}.wei{width:60%;text-align:left}.tpiao{width:10%;text-align:center;margin-left:30rpx}.votelist{height:500rpx;overflow-y:scroll}.shending{width:430rpx}
\ No newline at end of file
.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.shaiselecttop{width:750rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;padding-top:10rpx;padding-bottom:10rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.shaiselect{display:inline-block;width:200rpx;height:64rpx;background:#0093ff;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;border-radius:30rpx}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}.box{background:#fff}.btnlist{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-top:20rpx;padding:32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.btnitem{padding:0 21rpx;-webkit-box-sizing:border-box;box-sizing:border-box;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:12rpx;margin-bottom:30rpx}.nodata{margin-top:40rpx;margin-bottom:20rpx}.verfy{padding-bottom:16rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.touren{margin-left:10rpx}.number{width:120rpx;text-align:center}.ziliao{width:280rpx;text-align:center}.ziliaok{width:320rpx;text-align:center}.timek{width:210rpx;text-align:center}.fujian{width:180rpx;text-align:center}.caozuo{width:200rpx;text-align:center}.caozuok{width:120rpx;text-align:center}.viewpoint{color:#d12324;font-size:22rpx;margin-top:20rpx;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.projectinfo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.fujiandown{width:200rpx;height:40rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff!important;font-size:24rpx;text-align:center;line-height:40rpx}.fujiandownk{width:120rpx;height:40rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff!important;font-size:24rpx;text-align:center;line-height:40rpx}.projectinfoname{width:44rpx;height:44rpx;font-size:0}.projectinfoname image{width:100%;height:100%}.projectname{color:#3d444d;font-size:28rpx;font-weight:700;margin-left:16rpx}.projectinfo{padding:36rpx 32rpx 16rpx;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.projectlist{padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.projectitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:32rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.projectitem:last-child{border-bottom:none}.projectitemleft{color:#8c9198;font-size:28rpx;width:180rpx}.projectitemright{color:#3d444d;font-size:28rpx}.renyuanleft{color:#8c9198;font-size:28rpx}.renyuanright{width:300rpx;height:60rpx;background:#eee;padding:14rpx 28rpx;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.danweizi{width:500rpx;text-align:right}.renyuanright input{width:100%;height:40rpx;color:#8c9198;font-size:24rpx}.xiangmuyuan{color:#8c9198;font-size:24rpx}.zixunbottom{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:28rpx 32rpx 34rpx}.zixunbotleft{width:130rpx;height:80rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx}.zixunbotright{width:532rpx;height:80rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx;margin-left:24rpx}.renyaoqiu{margin-top:12rpx}.zixundan{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:24rpx 42rpx 16rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box}.zitou{padding:20rpx 0}.zixundanitem{color:#06121e;font-size:28rpx}.zixunbox{padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zixundanboxlist{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box}.zixunname{width:320rpx;color:#06121e;font-size:24rpx;line-height:1.5;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.zixunshu{width:105rpx;text-align:center;color:#06121e;font-size:24rpx}.zixuntou{width:108rpx;height:40rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:40rpx;margin-left:100rpx}.zuxiangmu{color:#3d444d;font-size:28rpx}.querenfen{width:686rpx;height:80rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx}.zidan{border-top:16rpx solid #f9f9f9}.danweizi{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.head{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx 12rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.fenzulist{margin-top:100rpx;padding-bottom:50rpx}.headleft{width:372rpx;height:60rpx;background:#eee;opacity:1;border-radius:8rpx;padding:10rpx 24rpx;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.headleft input{color:#bdc4ce;font-size:28rpx}.headright{width:100rpx;height:60rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:22rpx;text-align:center;line-height:60rpx;margin-left:16rpx}.download{width:136rpx;height:40rpx;line-height:40rpx}.fenzuitem{width:372rpx;background:#fff;-webkit-box-shadow:0 6rpx 6rpx rgba(0,0,0,.03);box-shadow:0 6rpx 6rpx rgba(0,0,0,.03);opacity:1;border-radius:20rpx;margin:20rpx auto 0;padding:28rpx 32rpx 40rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.fenzunoimg{width:28rpx;height:28rpx;font-size:0;margin-right:10rpx}.fenzunoimg image{width:100%;height:100%}.bianhao{color:#8c9198;font-size:24rpx}.bianhaonum{color:#06121e;font-size:24rpx;letter-spacing:2rpx}.fenzunoname{color:#3d444d;font-size:24rpx}.fenzutopright{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;height:48rpx;border:1rpx solid #bdc4ce;opacity:1;border-radius:8rpx;padding:0 5rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.consult{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.consultdanwei{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.volistdata{color:#999;font-size:30rpx;text-align:center;margin-top:20rpx}.xuanlei{width:18rpx;height:25rpx;font-size:0}.xuanlei image{width:100%;height:100%}.voicehead{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:20rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.headitem{color:#06121e;font-size:28rpx}.piao{margin-left:20rpx}.danwei{width:50%;text-align:left}.piao{width:20%;text-align:center}.tou{width:30%;text-align:center}.wei{width:60%;text-align:left}.tpiao{width:10%;text-align:center;margin-left:30rpx}.votelist{height:500rpx;overflow-y:scroll}.shending{width:430rpx}
\ No newline at end of file
... ...
.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}page{background:#f9f9f9}.head{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;position:fixed;top:0;left:0}.fenzulist{margin-top:100rpx}.headleft{width:572rpx;height:60rpx;background:#eee;opacity:1;border-radius:8rpx;padding:10rpx 24rpx;-webkit-box-sizing:border-box;box-sizing:border-box;display:felex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:flex;align-items:center}.headleft input{color:#bdc4ce;font-size:28rpx}.headright{width:98rpx;height:60rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:22rpx;text-align:center;line-height:60rpx;margin-left:16rpx}.fenzuitem{width:686rpx;background:#fff;-webkit-box-shadow:0 6rpx 6rpx rgba(0,0,0,.03);box-shadow:0 6rpx 6rpx rgba(0,0,0,.03);opacity:1;border-radius:20rpx;margin:20rpx auto 0;padding:28rpx 32rpx 40rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.fenzunoimg{width:28rpx;height:28rpx;font-size:0;margin-right:10rpx}.fenzunoimg image{width:100%;height:100%}.bianhao{color:#8c9198;font-size:24rpx}.bianhaonum{color:#06121e;font-size:24rpx;letter-spacing:2rpx}.fenzunoname{color:#3d444d;font-size:24rpx}.fenzutopright{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;width:126rpx;height:48rpx;border:1rpx solid #bdc4ce;opacity:1;border-radius:8rpx;padding:0 5rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.fenzutop{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding-bottom:16rpx;border-bottom:1rpx solid #f5f5f5}.fenzuobottom{margin-top:16rpx}.fenzubottom{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;margin-top:16rpx}.fenzubtn{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}
\ No newline at end of file
.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.shaiselecttop{width:750rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;padding-top:10rpx;padding-bottom:10rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.shaiselect{display:inline-block;width:200rpx;height:64rpx;background:#0093ff;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;border-radius:30rpx}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}page{background:#f9f9f9}.head{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;position:fixed;top:0;left:0}.fenzulist{margin-top:100rpx}.headleft{width:572rpx;height:60rpx;background:#eee;opacity:1;border-radius:8rpx;padding:10rpx 24rpx;-webkit-box-sizing:border-box;box-sizing:border-box;display:felex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:flex;align-items:center}.headleft input{color:#bdc4ce;font-size:28rpx}.headright{width:98rpx;height:60rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:22rpx;text-align:center;line-height:60rpx;margin-left:16rpx}.fenzuitem{width:686rpx;background:#fff;-webkit-box-shadow:0 6rpx 6rpx rgba(0,0,0,.03);box-shadow:0 6rpx 6rpx rgba(0,0,0,.03);opacity:1;border-radius:20rpx;margin:20rpx auto 0;padding:28rpx 32rpx 40rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.fenzunoimg{width:28rpx;height:28rpx;font-size:0;margin-right:10rpx}.fenzunoimg image{width:100%;height:100%}.bianhao{color:#8c9198;font-size:24rpx}.bianhaonum{color:#06121e;font-size:24rpx;letter-spacing:2rpx}.fenzunoname{color:#3d444d;font-size:24rpx}.fenzutopright{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;width:126rpx;height:48rpx;border:1rpx solid #bdc4ce;opacity:1;border-radius:8rpx;padding:0 5rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.fenzutop{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding-bottom:16rpx;border-bottom:1rpx solid #f5f5f5}.fenzuobottom{margin-top:16rpx}.fenzubottom{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;margin-top:16rpx}.fenzubtn{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}
\ No newline at end of file
... ...
.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}.renwulimg{width:68rpx;height:68rpx;font-size:0}.renwulimg image{width:100%;height:100%}.renwuright{width:13rpx;height:23rpx;font-size:0}.renwuright image{width:100%;height:100%}.renwulist{padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.renwulistitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:32rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.renwuleft{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.renwuname{color:#3d444d;font-size:28rpx;margin-left:20rpx;letter-spacing:2rpx}
\ No newline at end of file
.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.shaiselecttop{width:750rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;padding-top:10rpx;padding-bottom:10rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.shaiselect{display:inline-block;width:200rpx;height:64rpx;background:#0093ff;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;border-radius:30rpx}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}.renwulimg{width:68rpx;height:68rpx;font-size:0}.renwulimg image{width:100%;height:100%}.renwuright{width:13rpx;height:23rpx;font-size:0}.renwuright image{width:100%;height:100%}.renwulist{padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.renwulistitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:32rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.renwuleft{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.renwuname{color:#3d444d;font-size:28rpx;margin-left:20rpx;letter-spacing:2rpx}
\ No newline at end of file
... ...
.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}page{overflow-x:hidden}image{width:100%;height:100%}.box{background:#f9f9f9}.mailitemimg{width:32rpx;height:32rpx;font-size:0}.mail{padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box;margin-top:114rpx}.mailist{margin-top:12rpx}.mailitem{margin-top:20rpx}.mailstate{color:#8c9198;font-size:28rpx}.mailname{color:#06121e;font-size:28rpx;margin-left:12rpx}.questiondescribe{color:#8c9198;font-size:28rpx;width:686rpx;height:180rpx;margin:20rpx auto 0}.questiondescribe textarea{width:100%;height:180rpx}.enterword{color:#8c9198;font-size:28rpx}.qusetionimg{-webkit-box-align:end;-webkit-align-items:flex-end;align-items:flex-end;margin-top:28rpx}.bigquestion{width:88rpx;height:88rpx;font-size:0}.smallimg{width:32rpx;height:32rpx;font-size:0;margin-left:10rpx}.projectinfo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.projectinfoname{width:44rpx;height:44rpx;font-size:0}.projectinfoname image{width:100%;height:100%}.projectname{color:#3d444d;font-size:28rpx;font-weight:700;margin-left:16rpx}.projectinfo{padding:36rpx 32rpx 16rpx;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #bdc4ce}.projectlist{padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.projectitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:32rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.itemk{border-bottom:none}.queslist{padding:32rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box}.projectitemright{color:#3d444d;font-size:28rpx}.renyuanleft{color:#06121e;font-size:28rpx}.renyuanright{width:260rpx;height:60rpx;padding:14rpx 28rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#3d444d;font-size:28rpx;text-align:right;margin-left:200rpx}.renyuanright input{width:100%;height:40rpx;color:#8c9198;font-size:24rpx}.xiangmuyuan{color:#8c9198;font-size:24rpx}.zixunbottom{width:750rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;padding:28rpx 32rpx 34rpx;-webkit-box-sizing:border-box;box-sizing:border-box;position:fixed;bottom:0;left:0}.zixunbotleft{width:130rpx;height:80rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx}.zixunbotright{width:686rpx;height:80rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx;margin:0 auto}.renyaoqiu{margin-top:12rpx}.danweizi{width:360rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;background:#eee}.xuanlei{width:20rpx;height:22rpx;font-size:0}.xuanlei image{width:100%;height:100%}.box{background:#fff}.verfy{padding-bottom:16rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.touren{margin-left:10rpx}.number{width:120rpx;text-align:center}.ziliao{width:280rpx;text-align:center}.ziliaok{width:320rpx;text-align:center}.timek{width:210rpx;text-align:center}.fujian{width:180rpx;text-align:center}.caozuo{width:120rpx;text-align:center}.viewpoint{color:#d12324;font-size:22rpx;margin-top:20rpx;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.projectinfo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.fujiandown{width:120rpx;height:40rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff!important;font-size:24rpx;text-align:center;line-height:40rpx}.projectinfoname{width:44rpx;height:44rpx;font-size:0}.projectinfoname image{width:100%;height:100%}.projectname{color:#3d444d;font-size:28rpx;font-weight:700;margin-left:16rpx;position:relative}.projectname:before{display:block;content:"";width:10rpx;height:26rpx;background:#0292ff;position:absolute;top:8rpx;left:-20rpx}.projectinfo{padding:36rpx 32rpx 16rpx;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.projectlist{padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.projectitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:32rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.projectitem:last-child{border-bottom:none}.projectitemleft{color:#8c9198;font-size:28rpx;width:180rpx}.projectitemright{color:#3d444d;font-size:28rpx}.renyuanleft{color:#8c9198;font-size:28rpx}.renyuanright{width:300rpx;height:60rpx;background:#eee;padding:14rpx 28rpx;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.danweizi{width:500rpx;text-align:right}.renyuanright input{width:100%;height:40rpx;color:#8c9198;font-size:24rpx}.xiangmuyuan{color:#8c9198;font-size:24rpx}.zixunbotleft{width:130rpx;height:80rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx}.renyaoqiu{margin-top:12rpx}.zixundan{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:24rpx 42rpx 16rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box}.zitou{padding:20rpx 0}.zixundanitem{color:#06121e;font-size:28rpx}.zixunbox{padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zixundanboxlist{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box}.zixunname{width:320rpx;color:#06121e;font-size:24rpx;line-height:1.5;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.zixunshu{width:105rpx;text-align:center;color:#06121e;font-size:24rpx}.zixuntou{width:108rpx;height:40rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:40rpx;margin-left:100rpx}.zuxiangmu{color:#3d444d;font-size:28rpx}.querenfen{width:686rpx;height:80rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx}.zidan{border-top:16rpx solid #f9f9f9}.danweizi{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.head{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx 12rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.fenzulist{margin-top:100rpx;padding-bottom:50rpx}.headleft{width:372rpx;height:60rpx;background:#eee;opacity:1;border-radius:8rpx;padding:10rpx 24rpx;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.headleft input{color:#bdc4ce;font-size:28rpx}.headright{width:100rpx;height:60rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:22rpx;text-align:center;line-height:60rpx;margin-left:16rpx}.download{width:136rpx;height:40rpx;line-height:40rpx}.fenzuitem{width:372rpx;background:#fff;-webkit-box-shadow:0 6rpx 6rpx rgba(0,0,0,.03);box-shadow:0 6rpx 6rpx rgba(0,0,0,.03);opacity:1;border-radius:20rpx;margin:20rpx auto 0;padding:28rpx 32rpx 40rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.fenzunoimg{width:28rpx;height:28rpx;font-size:0;margin-right:10rpx}.fenzunoimg image{width:100%;height:100%}.bianhao{color:#8c9198;font-size:24rpx}.bianhaonum{color:#06121e;font-size:24rpx;letter-spacing:2rpx}.fenzunoname{color:#3d444d;font-size:24rpx}.fenzutopright{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;height:48rpx;border:1rpx solid #bdc4ce;opacity:1;border-radius:8rpx;padding:0 5rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.consult{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.consultdanwei{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.volistdata{color:#999;font-size:30rpx;text-align:center;margin-top:20rpx}.xuanlei{width:18rpx;height:25rpx;font-size:0}.xuanlei image{width:100%;height:100%}.voicehead{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:20rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.headitem{color:#06121e;font-size:28rpx}.piao{margin-left:20rpx}.danwei{width:50%;text-align:left}.piao{width:20%;text-align:center}.tou{width:30%;text-align:center}.wei{width:60%;text-align:left}.tpiao{width:10%;text-align:center;margin-left:30rpx}.votelist{height:500rpx;overflow-y:scroll}.shending{width:430rpx}.itemk{border-bottom:none}
\ No newline at end of file
.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.shaiselecttop{width:750rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;padding-top:10rpx;padding-bottom:10rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.shaiselect{display:inline-block;width:200rpx;height:64rpx;background:#0093ff;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;border-radius:30rpx}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}page{overflow-x:hidden}image{width:100%;height:100%}.box{background:#f9f9f9}.mailitemimg{width:32rpx;height:32rpx;font-size:0}.mail{padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box;margin-top:114rpx}.mailist{margin-top:12rpx}.mailitem{margin-top:20rpx}.mailstate{color:#8c9198;font-size:28rpx}.mailname{color:#06121e;font-size:28rpx;margin-left:12rpx}.questiondescribe{color:#8c9198;font-size:28rpx;width:686rpx;height:180rpx;margin:20rpx auto 0}.questiondescribe textarea{width:100%;height:180rpx}.enterword{color:#8c9198;font-size:28rpx}.qusetionimg{-webkit-box-align:end;-webkit-align-items:flex-end;align-items:flex-end;margin-top:28rpx}.bigquestion{width:88rpx;height:88rpx;font-size:0}.smallimg{width:32rpx;height:32rpx;font-size:0;margin-left:10rpx}.projectinfo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.projectinfoname{width:44rpx;height:44rpx;font-size:0}.projectinfoname image{width:100%;height:100%}.projectname{color:#3d444d;font-size:28rpx;font-weight:700;margin-left:16rpx}.projectinfo{padding:36rpx 32rpx 16rpx;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #bdc4ce}.projectlist{padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.projectitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:32rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.itemk{border-bottom:none}.queslist{padding:32rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box}.projectitemright{color:#3d444d;font-size:28rpx}.renyuanleft{color:#06121e;font-size:28rpx}.renyuanright{width:260rpx;height:60rpx;padding:14rpx 28rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#3d444d;font-size:28rpx;text-align:right;margin-left:200rpx}.renyuanright input{width:100%;height:40rpx;color:#8c9198;font-size:24rpx}.xiangmuyuan{color:#8c9198;font-size:24rpx}.zixunbottom{width:750rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;padding:28rpx 32rpx 34rpx;-webkit-box-sizing:border-box;box-sizing:border-box;position:fixed;bottom:0;left:0}.zixunbotleft{width:130rpx;height:80rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx}.zixunbotright{width:686rpx;height:80rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx;margin:0 auto}.renyaoqiu{margin-top:12rpx}.danweizi{width:360rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;background:#eee}.xuanlei{width:20rpx;height:22rpx;font-size:0}.xuanlei image{width:100%;height:100%}.box{background:#fff}.verfy{padding-bottom:16rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.touren{margin-left:10rpx}.number{width:120rpx;text-align:center}.ziliao{width:280rpx;text-align:center}.ziliaok{width:320rpx;text-align:center}.timek{width:210rpx;text-align:center}.fujian{width:180rpx;text-align:center}.caozuo{width:120rpx;text-align:center}.viewpoint{color:#d12324;font-size:22rpx;margin-top:20rpx;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.projectinfo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.fujiandown{width:120rpx;height:40rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff!important;font-size:24rpx;text-align:center;line-height:40rpx}.projectinfoname{width:44rpx;height:44rpx;font-size:0}.projectinfoname image{width:100%;height:100%}.projectname{color:#3d444d;font-size:28rpx;font-weight:700;margin-left:16rpx;position:relative}.projectname:before{display:block;content:"";width:10rpx;height:26rpx;background:#0292ff;position:absolute;top:8rpx;left:-20rpx}.projectinfo{padding:36rpx 32rpx 16rpx;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.projectlist{padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.projectitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:32rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.projectitem:last-child{border-bottom:none}.projectitemleft{color:#8c9198;font-size:28rpx;width:180rpx}.projectitemright{color:#3d444d;font-size:28rpx}.renyuanleft{color:#8c9198;font-size:28rpx}.renyuanright{width:300rpx;height:60rpx;background:#eee;padding:14rpx 28rpx;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.danweizi{width:500rpx;text-align:right}.renyuanright input{width:100%;height:40rpx;color:#8c9198;font-size:24rpx}.xiangmuyuan{color:#8c9198;font-size:24rpx}.zixunbotleft{width:130rpx;height:80rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx}.renyaoqiu{margin-top:12rpx}.zixundan{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:24rpx 42rpx 16rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box}.zitou{padding:20rpx 0}.zixundanitem{color:#06121e;font-size:28rpx}.zixunbox{padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zixundanboxlist{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box}.zixunname{width:320rpx;color:#06121e;font-size:24rpx;line-height:1.5;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.zixunshu{width:105rpx;text-align:center;color:#06121e;font-size:24rpx}.zixuntou{width:108rpx;height:40rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:40rpx;margin-left:100rpx}.zuxiangmu{color:#3d444d;font-size:28rpx}.querenfen{width:686rpx;height:80rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx}.zidan{border-top:16rpx solid #f9f9f9}.danweizi{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.head{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx 12rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.fenzulist{margin-top:100rpx;padding-bottom:50rpx}.headleft{width:372rpx;height:60rpx;background:#eee;opacity:1;border-radius:8rpx;padding:10rpx 24rpx;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.headleft input{color:#bdc4ce;font-size:28rpx}.headright{width:100rpx;height:60rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:22rpx;text-align:center;line-height:60rpx;margin-left:16rpx}.download{width:136rpx;height:40rpx;line-height:40rpx}.fenzuitem{width:372rpx;background:#fff;-webkit-box-shadow:0 6rpx 6rpx rgba(0,0,0,.03);box-shadow:0 6rpx 6rpx rgba(0,0,0,.03);opacity:1;border-radius:20rpx;margin:20rpx auto 0;padding:28rpx 32rpx 40rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.fenzunoimg{width:28rpx;height:28rpx;font-size:0;margin-right:10rpx}.fenzunoimg image{width:100%;height:100%}.bianhao{color:#8c9198;font-size:24rpx}.bianhaonum{color:#06121e;font-size:24rpx;letter-spacing:2rpx}.fenzunoname{color:#3d444d;font-size:24rpx}.fenzutopright{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;height:48rpx;border:1rpx solid #bdc4ce;opacity:1;border-radius:8rpx;padding:0 5rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.consult{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.consultdanwei{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.volistdata{color:#999;font-size:30rpx;text-align:center;margin-top:20rpx}.xuanlei{width:18rpx;height:25rpx;font-size:0}.xuanlei image{width:100%;height:100%}.voicehead{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:20rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.headitem{color:#06121e;font-size:28rpx}.piao{margin-left:20rpx}.danwei{width:50%;text-align:left}.piao{width:20%;text-align:center}.tou{width:30%;text-align:center}.wei{width:60%;text-align:left}.tpiao{width:10%;text-align:center;margin-left:30rpx}.votelist{height:500rpx;overflow-y:scroll}.shending{width:430rpx}.itemk{border-bottom:none}
\ No newline at end of file
... ...
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/seequestion/seequestion"],{"019a":function(t,e,n){"use strict";n.r(e);var o=n("4cc4"),i=n.n(o);for(var a in o)"default"!==a&&function(t){n.d(e,t,(function(){return o[t]}))}(a);e["default"]=i.a},"20dd":function(t,e,n){"use strict";n.r(e);var o=n("837d"),i=n("019a");for(var a in i)"default"!==a&&function(t){n.d(e,t,(function(){return i[t]}))}(a);n("3e1f"),n("7bc4");var r,c=n("f0c5"),u=Object(c["a"])(i["default"],o["b"],o["c"],!1,null,null,null,!1,o["a"],r);e["default"]=u.exports},2166:function(t,e,n){"use strict";n.r(e);var o=n("593d"),i=n.n(o);for(var a in o)"default"!==a&&function(t){n.d(e,t,(function(){return o[t]}))}(a);e["default"]=i.a},3661:function(t,e,n){},"3e1f":function(t,e,n){"use strict";var o=n("3661"),i=n.n(o);i.a},"4cc4":function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var o=a(n("59df")),i=a(n("b86c"));function a(t){return t&&t.__esModule?t:{default:t}}function r(t){if("undefined"===typeof Symbol||null==t[Symbol.iterator]){if(Array.isArray(t)||(t=c(t))){var e=0,n=function(){};return{s:n,n:function(){return e>=t.length?{done:!0}:{done:!1,value:t[e++]}},e:function(t){throw t},f:n}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var o,i,a=!0,r=!1;return{s:function(){o=t[Symbol.iterator]()},n:function(){var t=o.next();return a=t.done,t},e:function(t){r=!0,i=t},f:function(){try{a||null==o.return||o.return()}finally{if(r)throw i}}}}function c(t,e){if(t){if("string"===typeof t)return u(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(n):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?u(t,e):void 0}}function u(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,o=new Array(e);n<e;n++)o[n]=t[n];return o}var s={data:function(){return{finorgid:"",finid:"",item:"",detaildata:"",projectarr:[],index:0,projectid:"",fprjleader:"",fprjleadertwo:"",fname:"",showhide:"",qid:""}},onLoad:function(t){if(void 0!=t.projectid)this.qid=t.projectid,this.getquestionlist();else{this.item=JSON.parse(t.item),console.log(this.item);var e=this.item;e.ftoauditamt=i.default.change(e.ftoauditamt),this.item=e}this.getprojectkind()},onShow:function(){this.showhide=t.getStorageSync("showhide")},methods:{getquestionlist:function(){var e=this,n="project/Select_Question",i={qid:e.qid,userid:t.getStorageSync("userid"),role:t.getStorageSync("role"),fprojectid:""};console.log("8877665544",i),o.default.post(n,i,"get").then((function(t){console.log("问题列表",t),e.item=t.data[0]})).catch((function(t){console.log(t)}))},subquestion:function(){var e=this,n="project/Save_Replysubmit",i={userid:t.getStorageSync("userid"),qid:e.item.qid,role:t.getStorageSync("role"),fprojectid:e.item.fprojectid,fproblemstatus:e.item.fproblemstatus};console.log("8877665544",i),o.default.post(n,i,"get").then((function(e){console.log("提交回复",e),t.showToast({title:e.data[0].message,icon:"none"}),"提交成功"==e.data[0].message&&setTimeout((function(){t.navigateBack({checked:!0})}),1500)})).catch((function(t){console.log(t)}))},endquestion:function(){var e=this,n="project/Save_Replyclosejs",i={qid:e.item.qid,role:t.getStorageSync("role"),fprojectid:e.item.fprojectid,fproblemstatus:e.item.fproblemstatus};o.default.post(n,i,"get").then((function(e){console.log("终止回复回复",e),t.showToast({title:e.data[0].message,icon:"none"}),"提交成功"==e.data[0].message&&setTimeout((function(){t.navigateBack({checked:!0})}),1500)})).catch((function(t){console.log(t)}))},downloadfile:function(e){var n=this,i="project/Select_FileInfo",a={};o.default.post(i,a,"get").then((function(o){console.log("下载文件",o),n.singgleurl=o.data[0].file;var i=o.data[0].file+"?fileId="+e;t.setStorageSync("url",i),console.log(i),plus.runtime.openURL(i)})).catch((function(t){console.log(t)}))},detail:function(){var t=this,e="project/Get_Disfteam",n={finid:this.finorgid,fprojectid:this.item.projectid};o.default.post(e,n,"get").then((function(e){console.log("分配信息",e),t.detaildata=e.data[0]})).catch((function(t){console.log(t)}))},getprojectkind:function(){var t=this,e=this,n="project/Get_Fteam";o.default.post(n,"","get").then((function(n){if(console.log("获取项目组",n),t.projectarr=n.data,"未分配"==e.item.ftaskprocess)t.fprjleader="",t.fprjleadertwo="",t.fname="";else{var o,i=r(t.projectarr);try{for(i.s();!(o=i.n()).done;){var a=o.value;a.fid==e.item.finorgid&&(t.fprjleader=a.fprjleader,t.fprjleadertwo=a.fprjleadertwo,t.fname=a.fname,t.finorgid=a.fid)}}catch(c){i.e(c)}finally{i.f()}t.detail()}})).catch((function(t){console.log(t)}))},bindPickerChange:function(t){console.log("picker发送选择改变,携带值为",t.target.value),this.index=t.target.value,this.fname=this.projectarr[t.target.value].fname,this.finorgid=this.projectarr[t.target.value].fid,this.fprjleader=this.projectarr[t.target.value].fprjleader,this.fprjleadertwo=this.projectarr[t.target.value].fprjleadertwo,this.detail()},submit:function(){var e=this;if(""==e.fname)return t.showToast({title:"请选择项目组",icon:"none"}),!1;var n="project/Submit_Disfteam",i={ftaskprocess:e.item.ftaskprocess,fuserid:t.getStorageSync("userid"),fteamid:e.finorgid,fdisid:e.item.disid,fprojectid:e.item.fprojectid};console.log("8877665544",i),o.default.post(n,i,"get").then((function(n){console.log(n),"成功"==n.data[0].message?t.showToast({title:"提交成功",icon:"none"}):t.showToast({title:n.data[0].message,icon:"none"}),e.changestate(),setTimeout((function(){t.navigateBack({checked:!0})}),1e3)})).catch((function(t){console.log(t)}))},changestate:function(){var e=this,n="project/Get_Fteam";t.getStorageSync("userid"),e.item.disid;o.default.post(n,"","get").then((function(t){console.log("修改状态",t)})).catch((function(t){console.log(t)}))}}};e.default=s}).call(this,n("543d")["default"])},"4e90":function(t,e,n){"use strict";var o=n("d869"),i=n.n(o);i.a},"593d":function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n={onLaunch:function(){console.log("App Launch")},onShow:function(){console.log("App Show")},onHide:function(){console.log("App Hide")},post:function(e,n,o){var i=this,a=new Promise((function(a,r){var c=t.getStorageSync("token"),u={token:c||""};t.request({url:i.globalData.baseUrl+e,data:n,method:o,header:u,success:function(t){200==t.statusCode?a(t):r(t.data)},fail:function(t){console.log(t),r("网络出错"),wx.hideNavigationBarLoading()},complete:function(t){}})}));return a},globalData:{userInfo:null,baseUrl:"https://www.bjzha.net/api/"}};e.default=n}).call(this,n("543d")["default"])},"59df":function(t,e,n){"use strict";n.r(e);var o=n("2166");for(var i in o)"default"!==i&&function(t){n.d(e,t,(function(){return o[t]}))}(i);n("4e90");var a,r,c,u,s=n("f0c5"),l=Object(s["a"])(o["default"],a,r,!1,null,null,null,!1,c,u);e["default"]=l.exports},"5ec6":function(t,e,n){},"7bc4":function(t,e,n){"use strict";var o=n("5ec6"),i=n.n(o);i.a},"837d":function(t,e,n){"use strict";var o,i=function(){var t=this,e=t.$createElement;t._self._c},a=[];n.d(e,"b",(function(){return i})),n.d(e,"c",(function(){return a})),n.d(e,"a",(function(){return o}))},d72c:function(t,e,n){"use strict";(function(t){n("bdbd"),n("921b");o(n("66fd"));var e=o(n("20dd"));function o(t){return t&&t.__esModule?t:{default:t}}t(e.default)}).call(this,n("543d")["createPage"])},d869:function(t,e,n){}},[["d72c","common/runtime","common/vendor"]]]);
\ No newline at end of file
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/seequestion/seequestion"],{"019a":function(t,e,n){"use strict";n.r(e);var o=n("4cc4"),i=n.n(o);for(var a in o)"default"!==a&&function(t){n.d(e,t,(function(){return o[t]}))}(a);e["default"]=i.a},"20dd":function(t,e,n){"use strict";n.r(e);var o=n("64d5"),i=n("019a");for(var a in i)"default"!==a&&function(t){n.d(e,t,(function(){return i[t]}))}(a);n("3e1f"),n("7bc4");var r,c=n("f0c5"),u=Object(c["a"])(i["default"],o["b"],o["c"],!1,null,null,null,!1,o["a"],r);e["default"]=u.exports},2166:function(t,e,n){"use strict";n.r(e);var o=n("593d"),i=n.n(o);for(var a in o)"default"!==a&&function(t){n.d(e,t,(function(){return o[t]}))}(a);e["default"]=i.a},3661:function(t,e,n){},"3e1f":function(t,e,n){"use strict";var o=n("3661"),i=n.n(o);i.a},"4cc4":function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var o=a(n("59df")),i=a(n("b86c"));function a(t){return t&&t.__esModule?t:{default:t}}function r(t){if("undefined"===typeof Symbol||null==t[Symbol.iterator]){if(Array.isArray(t)||(t=c(t))){var e=0,n=function(){};return{s:n,n:function(){return e>=t.length?{done:!0}:{done:!1,value:t[e++]}},e:function(t){throw t},f:n}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var o,i,a=!0,r=!1;return{s:function(){o=t[Symbol.iterator]()},n:function(){var t=o.next();return a=t.done,t},e:function(t){r=!0,i=t},f:function(){try{a||null==o.return||o.return()}finally{if(r)throw i}}}}function c(t,e){if(t){if("string"===typeof t)return u(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(n):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?u(t,e):void 0}}function u(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,o=new Array(e);n<e;n++)o[n]=t[n];return o}var s={data:function(){return{finorgid:"",finid:"",item:"",detaildata:"",projectarr:[],index:0,projectid:"",fprjleader:"",fprjleadertwo:"",fname:"",showhide:"",qid:""}},onLoad:function(t){if(void 0!=t.projectid)this.qid=t.projectid,this.getquestionlist();else{this.item=JSON.parse(t.item),console.log(this.item);var e=this.item;e.ftoauditamt=i.default.change(e.ftoauditamt),this.item=e}this.getprojectkind()},onShow:function(){this.showhide=t.getStorageSync("showhide")},methods:{getquestionlist:function(){var e=this,n="project/Select_Question",i={qid:e.qid,userid:t.getStorageSync("userid"),role:t.getStorageSync("role"),fprojectid:""};console.log("8877665544",i),o.default.post(n,i,"get").then((function(t){console.log("问题列表",t),e.item=t.data[0]})).catch((function(t){console.log(t)}))},subquestion:function(){var e=this,n="project/Save_Replysubmit",i={userid:t.getStorageSync("userid"),qid:e.item.qid,role:t.getStorageSync("role"),fprojectid:e.item.fprojectid,fproblemstatus:e.item.fproblemstatus};console.log("8877665544",i),o.default.post(n,i,"get").then((function(e){console.log("提交回复",e),t.showToast({title:e.data[0].message,icon:"none"}),"提交成功"==e.data[0].message&&setTimeout((function(){t.navigateBack({checked:!0})}),1500)})).catch((function(t){console.log(t)}))},endquestion:function(){var e=this,n="project/Save_Replyclosejs",i={qid:e.item.qid,role:t.getStorageSync("role"),fprojectid:e.item.fprojectid,fproblemstatus:e.item.fproblemstatus,userid:t.getStorageSync("userid")};o.default.post(n,i,"get").then((function(e){console.log("终止回复回复",e),t.showToast({title:e.data[0].message,icon:"none"}),"提交成功"==e.data[0].message&&setTimeout((function(){t.navigateBack({checked:!0})}),1500)})).catch((function(t){console.log(t)}))},downloadfile:function(e){var n=this,i="project/Select_FileInfo",a={};o.default.post(i,a,"get").then((function(o){console.log("下载文件",o),n.singgleurl=o.data[0].file;var i=o.data[0].file+"?fileId="+e;t.setStorageSync("url",i),console.log(i),plus.runtime.openURL(i)})).catch((function(t){console.log(t)}))},detail:function(){var t=this,e="project/Get_Disfteam",n={finid:this.finorgid,fprojectid:this.item.projectid};o.default.post(e,n,"get").then((function(e){console.log("分配信息",e),t.detaildata=e.data[0]})).catch((function(t){console.log(t)}))},getprojectkind:function(){var t=this,e=this,n="project/Get_Fteam";o.default.post(n,"","get").then((function(n){if(console.log("获取项目组",n),t.projectarr=n.data,"未分配"==e.item.ftaskprocess)t.fprjleader="",t.fprjleadertwo="",t.fname="";else{var o,i=r(t.projectarr);try{for(i.s();!(o=i.n()).done;){var a=o.value;a.fid==e.item.finorgid&&(t.fprjleader=a.fprjleader,t.fprjleadertwo=a.fprjleadertwo,t.fname=a.fname,t.finorgid=a.fid)}}catch(c){i.e(c)}finally{i.f()}t.detail()}})).catch((function(t){console.log(t)}))},bindPickerChange:function(t){console.log("picker发送选择改变,携带值为",t.target.value),this.index=t.target.value,this.fname=this.projectarr[t.target.value].fname,this.finorgid=this.projectarr[t.target.value].fid,this.fprjleader=this.projectarr[t.target.value].fprjleader,this.fprjleadertwo=this.projectarr[t.target.value].fprjleadertwo,this.detail()},submit:function(){var e=this;if(""==e.fname)return t.showToast({title:"请选择项目组",icon:"none"}),!1;var n="project/Submit_Disfteam",i={ftaskprocess:e.item.ftaskprocess,fuserid:t.getStorageSync("userid"),fteamid:e.finorgid,fdisid:e.item.disid,fprojectid:e.item.fprojectid};console.log("8877665544",i),o.default.post(n,i,"get").then((function(n){console.log(n),"成功"==n.data[0].message?t.showToast({title:"提交成功",icon:"none"}):t.showToast({title:n.data[0].message,icon:"none"}),e.changestate(),setTimeout((function(){t.navigateBack({checked:!0})}),1e3)})).catch((function(t){console.log(t)}))},changestate:function(){var e=this,n="project/Get_Fteam";t.getStorageSync("userid"),e.item.disid;o.default.post(n,"","get").then((function(t){console.log("修改状态",t)})).catch((function(t){console.log(t)}))}}};e.default=s}).call(this,n("543d")["default"])},"4e90":function(t,e,n){"use strict";var o=n("d869"),i=n.n(o);i.a},"593d":function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n={onLaunch:function(){console.log("App Launch")},onShow:function(){console.log("App Show")},onHide:function(){console.log("App Hide")},post:function(e,n,o){var i=this,a=new Promise((function(a,r){var c=t.getStorageSync("token"),u={token:c||""};t.request({url:i.globalData.baseUrl+e,data:n,method:o,header:u,success:function(t){200==t.statusCode?a(t):r(t.data)},fail:function(t){console.log(t),r("网络出错"),wx.hideNavigationBarLoading()},complete:function(t){}})}));return a},globalData:{userInfo:null,baseUrl:"https://www.bjzha.net/api/"}};e.default=n}).call(this,n("543d")["default"])},"59df":function(t,e,n){"use strict";n.r(e);var o=n("2166");for(var i in o)"default"!==i&&function(t){n.d(e,t,(function(){return o[t]}))}(i);n("4e90");var a,r,c,u,s=n("f0c5"),l=Object(s["a"])(o["default"],a,r,!1,null,null,null,!1,c,u);e["default"]=l.exports},"5ec6":function(t,e,n){},"64d5":function(t,e,n){"use strict";var o,i=function(){var t=this,e=t.$createElement;t._self._c},a=[];n.d(e,"b",(function(){return i})),n.d(e,"c",(function(){return a})),n.d(e,"a",(function(){return o}))},"7bc4":function(t,e,n){"use strict";var o=n("5ec6"),i=n.n(o);i.a},d72c:function(t,e,n){"use strict";(function(t){n("bdbd"),n("921b");o(n("66fd"));var e=o(n("20dd"));function o(t){return t&&t.__esModule?t:{default:t}}t(e.default)}).call(this,n("543d")["createPage"])},d869:function(t,e,n){}},[["d72c","common/runtime","common/vendor"]]]);
\ No newline at end of file
... ...
.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}page{overflow-x:hidden}image{width:100%;height:100%}.quesbot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;text-align:right;padding:32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.quesbotleft{width:200rpx;height:64rpx;border:1rpx solid #0393fa;opacity:1;border-radius:8rpx;color:#0093ff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:28rpx}.quesbotright{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx}.box{background:#f9f9f9}.questiondescribe{color:#8c9198;font-size:28rpx;width:686rpx;height:180rpx;margin:20rpx auto 0}.questiondescribe textarea{width:100%;height:180rpx}.enterword{color:#8c9198;font-size:28rpx}.qusetionimg{-webkit-box-align:end;-webkit-align-items:flex-end;align-items:flex-end;margin-top:28rpx}.bigquestion{width:88rpx;height:88rpx;font-size:0}.smallimg{width:32rpx;height:32rpx;font-size:0;margin-left:10rpx}.projectinfo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.projectinfoname{width:44rpx;height:44rpx;font-size:0}.projectinfoname image{width:100%;height:100%}.projectname{color:#3d444d;font-size:28rpx;font-weight:700;margin-left:16rpx}.projectinfo{padding:36rpx 32rpx 16rpx;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #bdc4ce}.projectlist{padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.projectitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:32rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.itemk{border-bottom:none}.queslist{padding:32rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box}.projectitemleft{color:#8c9198;font-size:28rpx}.projectitemright{color:#3d444d;font-size:28rpx}.renyuanleft{color:#06121e;font-size:28rpx}.renyuanright{width:260rpx;height:60rpx;padding:14rpx 28rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#3d444d;font-size:28rpx;text-align:right;margin-left:200rpx}.renyuanright input{width:100%;height:40rpx;color:#8c9198;font-size:24rpx}.xiangmuyuan{color:#8c9198;font-size:24rpx}.zixunbottom{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;padding:28rpx 32rpx 34rpx}.zixunbotleft{width:130rpx;height:80rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx}.zixunbotright{width:532rpx;height:80rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx;margin-left:24rpx}.renyaoqiu{margin-top:12rpx}.danweizi{width:360rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;background:#eee}.xuanlei{width:20rpx;height:22rpx;font-size:0}.xuanlei image{width:100%;height:100%}.box{background:#fff}.verfy{padding-bottom:16rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.touren{margin-left:10rpx}.number{width:120rpx;text-align:center}.ziliao{width:280rpx;text-align:center}.ziliaok{width:320rpx;text-align:center}.timek{width:210rpx;text-align:center}.fujian{width:180rpx;text-align:center}.caozuo{width:120rpx;text-align:center}.viewpoint{color:#d12324;font-size:22rpx;margin-top:20rpx;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.projectinfo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.fujiandown{width:120rpx;height:40rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff!important;font-size:24rpx;text-align:center;line-height:40rpx}.projectinfoname{width:44rpx;height:44rpx;font-size:0}.projectinfoname image{width:100%;height:100%}.projectname{color:#3d444d;font-size:28rpx;font-weight:700;margin-left:16rpx;position:relative}.projectname:before{display:block;content:"";width:10rpx;height:26rpx;background:#0292ff;position:absolute;top:8rpx;left:-20rpx}.projectinfo{padding:36rpx 32rpx 16rpx;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.projectlist{padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.projectitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:32rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.projectitem:last-child{border-bottom:none}.projectitemleft{color:#8c9198;font-size:28rpx}.projectitemright{color:#3d444d;font-size:28rpx}.renyuanleft{color:#8c9198;font-size:28rpx}.renyuanright{width:300rpx;height:60rpx;background:#eee;padding:14rpx 28rpx;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.danweizi{width:500rpx;text-align:right}.renyuanright input{width:100%;height:40rpx;color:#8c9198;font-size:24rpx}.xiangmuyuan{color:#8c9198;font-size:24rpx}.zixunbottom{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:28rpx 32rpx 34rpx}.zixunbotleft{width:130rpx;height:80rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx}.zixunbotright{width:532rpx;height:80rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx;margin-left:24rpx}.renyaoqiu{margin-top:12rpx}.zixundan{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:24rpx 42rpx 16rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box}.zitou{padding:20rpx 0}.zixundanitem{color:#06121e;font-size:28rpx}.zixunbox{padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zixundanboxlist{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box}.zixunname{width:320rpx;color:#06121e;font-size:24rpx;line-height:1.5;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.zixunshu{width:105rpx;text-align:center;color:#06121e;font-size:24rpx}.zixuntou{width:108rpx;height:40rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:40rpx;margin-left:100rpx}.zuxiangmu{color:#3d444d;font-size:28rpx}.querenfen{width:686rpx;height:80rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx}.zidan{border-top:16rpx solid #f9f9f9}.danweizi{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.head{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx 12rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.fenzulist{margin-top:100rpx;padding-bottom:50rpx}.headleft{width:372rpx;height:60rpx;background:#eee;opacity:1;border-radius:8rpx;padding:10rpx 24rpx;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.headleft input{color:#bdc4ce;font-size:28rpx}.headright{width:100rpx;height:60rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:22rpx;text-align:center;line-height:60rpx;margin-left:16rpx}.download{width:136rpx;height:40rpx;line-height:40rpx}.fenzuitem{width:372rpx;background:#fff;-webkit-box-shadow:0 6rpx 6rpx rgba(0,0,0,.03);box-shadow:0 6rpx 6rpx rgba(0,0,0,.03);opacity:1;border-radius:20rpx;margin:20rpx auto 0;padding:28rpx 32rpx 40rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.fenzunoimg{width:28rpx;height:28rpx;font-size:0;margin-right:10rpx}.fenzunoimg image{width:100%;height:100%}.bianhao{color:#8c9198;font-size:24rpx}.bianhaonum{color:#06121e;font-size:24rpx;letter-spacing:2rpx}.fenzunoname{color:#3d444d;font-size:24rpx}.fenzutopright{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;height:48rpx;border:1rpx solid #bdc4ce;opacity:1;border-radius:8rpx;padding:0 5rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.consult{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.consultdanwei{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.volistdata{color:#999;font-size:30rpx;text-align:center;margin-top:20rpx}.xuanlei{width:18rpx;height:25rpx;font-size:0}.xuanlei image{width:100%;height:100%}.voicehead{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:20rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.headitem{color:#06121e;font-size:28rpx}.piao{margin-left:20rpx}.danwei{width:50%;text-align:left}.piao{width:20%;text-align:center}.tou{width:30%;text-align:center}.wei{width:60%;text-align:left}.tpiao{width:10%;text-align:center;margin-left:30rpx}.votelist{height:500rpx;overflow-y:scroll}.shending{width:430rpx}.itemk{border-bottom:none}
\ No newline at end of file
.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.shaiselecttop{width:750rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;padding-top:10rpx;padding-bottom:10rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.shaiselect{display:inline-block;width:200rpx;height:64rpx;background:#0093ff;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;border-radius:30rpx}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}page{overflow-x:hidden}image{width:100%;height:100%}.quesbot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;text-align:right;padding:32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.quesbotleft{width:200rpx;height:64rpx;border:1rpx solid #0393fa;opacity:1;border-radius:8rpx;color:#0093ff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:28rpx}.quesbotright{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx}.box{background:#f9f9f9}.questiondescribe{color:#8c9198;font-size:28rpx;width:686rpx;height:180rpx;margin:20rpx auto 0}.questiondescribe textarea{width:100%;height:180rpx}.enterword{color:#8c9198;font-size:28rpx}.qusetionimg{-webkit-box-align:end;-webkit-align-items:flex-end;align-items:flex-end;margin-top:28rpx}.bigquestion{width:88rpx;height:88rpx;font-size:0}.smallimg{width:32rpx;height:32rpx;font-size:0;margin-left:10rpx}.projectinfo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.projectinfoname{width:44rpx;height:44rpx;font-size:0}.projectinfoname image{width:100%;height:100%}.projectname{color:#3d444d;font-size:28rpx;font-weight:700;margin-left:16rpx}.projectinfo{padding:36rpx 32rpx 16rpx;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #bdc4ce}.projectlist{padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.projectitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:32rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.itemk{border-bottom:none}.queslist{padding:32rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box}.projectitemleft{color:#8c9198;font-size:28rpx}.projectitemright{color:#3d444d;font-size:28rpx}.renyuanleft{color:#06121e;font-size:28rpx}.renyuanright{width:260rpx;height:60rpx;padding:14rpx 28rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#3d444d;font-size:28rpx;text-align:right;margin-left:200rpx}.renyuanright input{width:100%;height:40rpx;color:#8c9198;font-size:24rpx}.xiangmuyuan{color:#8c9198;font-size:24rpx}.zixunbottom{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;padding:28rpx 32rpx 34rpx}.zixunbotleft{width:130rpx;height:80rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx}.zixunbotright{width:532rpx;height:80rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx;margin-left:24rpx}.renyaoqiu{margin-top:12rpx}.danweizi{width:360rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;background:#eee}.xuanlei{width:20rpx;height:22rpx;font-size:0}.xuanlei image{width:100%;height:100%}.box{background:#fff}.verfy{padding-bottom:16rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.touren{margin-left:10rpx}.number{width:120rpx;text-align:center}.ziliao{width:280rpx;text-align:center}.ziliaok{width:320rpx;text-align:center}.timek{width:210rpx;text-align:center}.fujian{width:180rpx;text-align:center}.caozuo{width:120rpx;text-align:center}.viewpoint{color:#d12324;font-size:22rpx;margin-top:20rpx;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.projectinfo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.fujiandown{width:120rpx;height:40rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff!important;font-size:24rpx;text-align:center;line-height:40rpx}.projectinfoname{width:44rpx;height:44rpx;font-size:0}.projectinfoname image{width:100%;height:100%}.projectname{color:#3d444d;font-size:28rpx;font-weight:700;margin-left:16rpx;position:relative}.projectname:before{display:block;content:"";width:10rpx;height:26rpx;background:#0292ff;position:absolute;top:8rpx;left:-20rpx}.projectinfo{padding:36rpx 32rpx 16rpx;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.projectlist{padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.projectitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:32rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.projectitem:last-child{border-bottom:none}.projectitemleft{color:#8c9198;font-size:28rpx}.projectitemright{color:#3d444d;font-size:28rpx}.renyuanleft{color:#8c9198;font-size:28rpx}.renyuanright{width:300rpx;height:60rpx;background:#eee;padding:14rpx 28rpx;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.danweizi{width:500rpx;text-align:right}.renyuanright input{width:100%;height:40rpx;color:#8c9198;font-size:24rpx}.xiangmuyuan{color:#8c9198;font-size:24rpx}.zixunbottom{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:28rpx 32rpx 34rpx}.zixunbotleft{width:130rpx;height:80rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx}.zixunbotright{width:532rpx;height:80rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx;margin-left:24rpx}.renyaoqiu{margin-top:12rpx}.zixundan{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:24rpx 42rpx 16rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box}.zitou{padding:20rpx 0}.zixundanitem{color:#06121e;font-size:28rpx}.zixunbox{padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zixundanboxlist{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box}.zixunname{width:320rpx;color:#06121e;font-size:24rpx;line-height:1.5;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.zixunshu{width:105rpx;text-align:center;color:#06121e;font-size:24rpx}.zixuntou{width:108rpx;height:40rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:40rpx;margin-left:100rpx}.zuxiangmu{color:#3d444d;font-size:28rpx}.querenfen{width:686rpx;height:80rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx}.zidan{border-top:16rpx solid #f9f9f9}.danweizi{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.head{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx 12rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.fenzulist{margin-top:100rpx;padding-bottom:50rpx}.headleft{width:372rpx;height:60rpx;background:#eee;opacity:1;border-radius:8rpx;padding:10rpx 24rpx;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.headleft input{color:#bdc4ce;font-size:28rpx}.headright{width:100rpx;height:60rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:22rpx;text-align:center;line-height:60rpx;margin-left:16rpx}.download{width:136rpx;height:40rpx;line-height:40rpx}.fenzuitem{width:372rpx;background:#fff;-webkit-box-shadow:0 6rpx 6rpx rgba(0,0,0,.03);box-shadow:0 6rpx 6rpx rgba(0,0,0,.03);opacity:1;border-radius:20rpx;margin:20rpx auto 0;padding:28rpx 32rpx 40rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.fenzunoimg{width:28rpx;height:28rpx;font-size:0;margin-right:10rpx}.fenzunoimg image{width:100%;height:100%}.bianhao{color:#8c9198;font-size:24rpx}.bianhaonum{color:#06121e;font-size:24rpx;letter-spacing:2rpx}.fenzunoname{color:#3d444d;font-size:24rpx}.fenzutopright{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;height:48rpx;border:1rpx solid #bdc4ce;opacity:1;border-radius:8rpx;padding:0 5rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.consult{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.consultdanwei{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.volistdata{color:#999;font-size:30rpx;text-align:center;margin-top:20rpx}.xuanlei{width:18rpx;height:25rpx;font-size:0}.xuanlei image{width:100%;height:100%}.voicehead{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:20rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.headitem{color:#06121e;font-size:28rpx}.piao{margin-left:20rpx}.danwei{width:50%;text-align:left}.piao{width:20%;text-align:center}.tou{width:30%;text-align:center}.wei{width:60%;text-align:left}.tpiao{width:10%;text-align:center;margin-left:30rpx}.votelist{height:500rpx;overflow-y:scroll}.shending{width:430rpx}.itemk{border-bottom:none}
\ No newline at end of file
... ...
.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}page{background:#f9f9f9}.headbox{background:#fff;height:100rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.headboxleft{width:350rpx;height:100rpx;line-height:100rpx;text-align:center;color:#06121e;font-size:28rpx}.headactive{color:#0093ff;border-bottom:1rpx solid #0093ff}.hengping{width:144rpx;color:#0093ff;font-size:24rpx;border-bottom:1rpx solid #0093ff;margin:34rpx auto 0}.taizhangbox{width:700rpx;overflow-x:scroll;margin:28rpx;padding:0 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff}.taizhangitem{color:#06121e;font-size:22rpx;margin-right:118rpx;font-weight:700}.shenjie{text-align:center;margin-top:5rpx;font-size:20rpx}.taiitem{color:#06121e;font-size:24rpx}.itemname{width:96rpx;margin-left:10rpx}.itemshu{width:150rpx;text-align:center;margin-left:72rpx}.songshen{width:200rpx;text-align:center;margin-left:30rpx}.shending{width:200rpx;text-align:center;margin-left:5rpx}.leixing{width:180rpx;text-align:center;margin-left:5rpx}.shenjian{width:200rpx;text-align:center;margin-left:10rpx}.shenlv{width:200rpx;text-align:center;margin-left:15rpx}.dibu{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;width:750rpx;height:104rpx;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;position:fixed;bottom:0;left:0}.dibuleft{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-right:72rpx}.dibulitemm{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.dishu{width:40rpx;height:30rpx;border:1rpx solid #707070;border-radius:4rpx;margin:0 6rpx;font-size:0;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.dishu input{width:100%;height:30rpx;line-height:30rpx;padding:5rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;font-size:26rpx;color:#8c9198}.dibuliteml,
.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.shaiselecttop{width:750rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;padding-top:10rpx;padding-bottom:10rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.shaiselect{display:inline-block;width:200rpx;height:64rpx;background:#0093ff;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;border-radius:30rpx}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}page{background:#f9f9f9}.headbox{background:#fff;height:100rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.headboxleft{width:350rpx;height:100rpx;line-height:100rpx;text-align:center;color:#06121e;font-size:28rpx}.headactive{color:#0093ff;border-bottom:1rpx solid #0093ff}.hengping{width:144rpx;color:#0093ff;font-size:24rpx;border-bottom:1rpx solid #0093ff;margin:34rpx auto 0}.taizhangbox{width:700rpx;overflow-x:scroll;margin:28rpx;padding:0 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff}.taizhangitem{color:#06121e;font-size:22rpx;margin-right:118rpx;font-weight:700}.shenjie{text-align:center;margin-top:5rpx;font-size:20rpx}.taiitem{color:#06121e;font-size:24rpx}.itemname{width:96rpx;margin-left:10rpx}.itemshu{width:150rpx;text-align:center;margin-left:72rpx}.songshen{width:200rpx;text-align:center;margin-left:30rpx}.shending{width:200rpx;text-align:center;margin-left:5rpx}.leixing{width:180rpx;text-align:center;margin-left:5rpx}.shenjian{width:200rpx;text-align:center;margin-left:10rpx}.shenlv{width:200rpx;text-align:center;margin-left:15rpx}.dibu{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;width:750rpx;height:104rpx;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;position:fixed;bottom:0;left:0}.dibuleft{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-right:72rpx}.dibulitemm{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.dishu{width:40rpx;height:30rpx;border:1rpx solid #707070;border-radius:4rpx;margin:0 6rpx;font-size:0;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.dishu input{width:100%;height:30rpx;line-height:30rpx;padding:5rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;font-size:26rpx;color:#8c9198}.dibuliteml,
.di,
.ye,
.dibulitemx,
... ...
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/shenjianhuizong/shenjianhuizong"],{"13c3":function(t,e,n){"use strict";n.r(e);var a=n("22f6"),o=n.n(a);for(var i in a)"default"!==i&&function(t){n.d(e,t,(function(){return a[t]}))}(i);e["default"]=o.a},2166:function(t,e,n){"use strict";n.r(e);var a=n("593d"),o=n.n(a);for(var i in a)"default"!==i&&function(t){n.d(e,t,(function(){return a[t]}))}(i);e["default"]=o.a},"22f6":function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=i(n("59df")),o=i(n("b86c"));function i(t){return t&&t.__esModule?t:{default:t}}function r(t){if("undefined"===typeof Symbol||null==t[Symbol.iterator]){if(Array.isArray(t)||(t=u(t))){var e=0,n=function(){};return{s:n,n:function(){return e>=t.length?{done:!0}:{done:!1,value:t[e++]}},e:function(t){throw t},f:n}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var a,o,i=!0,r=!1;return{s:function(){a=t[Symbol.iterator]()},n:function(){var t=a.next();return i=t.done,t},e:function(t){r=!0,o=t},f:function(){try{i||null==a.return||a.return()}finally{if(r)throw o}}}}function u(t,e){if(t){if("string"===typeof t)return s(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(n):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?s(t,e):void 0}}function s(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,a=new Array(e);n<e;n++)a[n]=t[n];return a}var c={data:function(){return{selact:1,tizhangshow:!1,danweiindex:0,danweilist:[],projectlist:[],danweiname:"评审类型",projectname:"项目类型",startdate:"开始时间",endate:"结束时间",danweinamez:"咨询单位",yearindex:-1,index:0,yeararr:[],danweilistz:[],danweiindexz:0,toaudit:"",fintorg:"",fprojectcategory:"",submitdateone:"",submitdatetwo:"",sendyear:"",huizonglist:[],type:"",huizong:!0,fid:""}},onLoad:function(t){this.type=t.type;var e=new Date,n=e.getFullYear();console.log(n);for(var a=n-19,o=a;o<=n;o++)this.yeararr.push(o);this.getpingtype(),this.getprojectkind(),this.getzixundanwei(),this.getfenhuilist()},methods:{reset:function(){this.danweiname="评审类型",this.projectname="项目类型",this.startdate="开始时间",this.endate="结束时间",this.yearindex=-1,this.toaudit="",this.fprojectcategory="",this.sendyear="",this.submitdateone="",this.submitdatetwo=""},onNavigationBarButtonTap:function(){this.tizhangshow=!this.tizhangshow},yearchange:function(t){this.yearindex=t.target.value,this.sendyear=this.yeararr[t.target.value]},bindDateChange:function(t){this.startdate=t.target.value,this.submitdateone=t.target.value},endDateChange:function(t){this.endate=t.target.value,this.submitdatetwo=t.target.value},fenhui:function(t){console.log(t);var e=t.currentTarget.dataset.id;console.log(e),this.selact=e},screenheng:function(){console.log(999)},getzixundanwei:function(){var t=this;console.log(9988776655);var e="project/Get_IntermediaryOrg";a.default.post(e,"","get").then((function(e){console.log(e),t.danweilistz=e.data})).catch((function(t){console.log(t)}))},danweichangez:function(t){console.log("picker发送选择改变,携带值为",t),console.log("998877654",this.danweilistz),console.log("09988776545",this.danweilistz[t.target.value].fname),this.danweiindexz=t.target.value,this.fintorg=this.danweilistz[t.target.value].fname,this.danweinamez=this.danweilistz[t.target.value].fname},getpingtype:function(){var t=this;console.log(9988776655);var e="project/Get_ToAuditType";a.default.post(e,"","get").then((function(e){console.log(e),t.danweilist=e.data})).catch((function(t){console.log(t)}))},danweichange:function(t){console.log("picker发送选择改变,携带值为",t.target.value),this.danweiindex=t.target.value,this.toaudit=this.danweilist[t.target.value].fname,this.danweiname=this.danweilist[t.target.value].fname},getprojectkind:function(){var t=this,e="project/Get_ProjectType";a.default.post(e,"","get").then((function(e){console.log(e),t.projectlist=e.data,console.log(t.projectlist)})).catch((function(t){console.log(t)}))},bindPickerChange:function(t){console.log("picker发送选择改变,携带值为",t.target.value),this.index=t.target.value,this.fprojectcategory=this.projectlist[t.target.value].fname,this.projectname=this.projectlist[t.target.value].fname},getfenhuilist:function(){var t=this,e=this;console.log(9988776655);var n="project/Get_Descpercategorysum",i={toaudit:e.toaudit,fprojectcategory:e.fprojectcategory,sendyear:e.sendyear,submitdateone:e.submitdateone,submitdatetwo:e.submitdatetwo};console.log(i),a.default.post(n,i,"get").then((function(n){console.log(n),e.huizonglist=n.data;var a,i=e.huizonglist,u=r(i);try{for(u.s();!(a=u.n()).done;){var s=a.value;s.auduitsum=o.default.change(s.auduitsum),s.amountsum=o.default.change(s.amountsum),s.freesum=o.default.change(s.freesum)}}catch(c){u.e(c)}finally{u.f()}t.huizonglist=i})).catch((function(t){console.log(t)}))},detail:function(e){this.fid=e.target.dataset.id,t.navigateTo({url:"../shenjianhuidetail/shenjianhuidetail?fid="+this.fid})},getdetailist:function(){var t=this;console.log(9988776655);var e="project/Get_Descpercategory",n={fid:t.fid,toaudit:t.toaudit,fprojectcategory:t.fprojectcategory,sendyear:t.sendyear,submitdateone:t.submitdateone,submitdatetwo:t.submitdatetwo};console.log(n),a.default.post(e,n,"get").then((function(e){console.log(e),t.huizonglist=e.data})).catch((function(t){console.log(t)}))},search:function(){this.getfenhuilist(),this.tizhangshow=!1},searchdetail:function(){this.getdetailist(),this.tizhangshow=!1}}};e.default=c}).call(this,n("543d")["default"])},"4e90":function(t,e,n){"use strict";var a=n("d869"),o=n.n(a);o.a},"593d":function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n={onLaunch:function(){console.log("App Launch")},onShow:function(){console.log("App Show")},onHide:function(){console.log("App Hide")},post:function(e,n,a){var o=this,i=new Promise((function(i,r){var u=t.getStorageSync("token"),s={token:u||""};t.request({url:o.globalData.baseUrl+e,data:n,method:a,header:s,success:function(t){200==t.statusCode?i(t):r(t.data)},fail:function(t){console.log(t),r("网络出错"),wx.hideNavigationBarLoading()},complete:function(t){}})}));return i},globalData:{userInfo:null,baseUrl:"https://www.bjzha.net/api/"}};e.default=n}).call(this,n("543d")["default"])},"59df":function(t,e,n){"use strict";n.r(e);var a=n("2166");for(var o in a)"default"!==o&&function(t){n.d(e,t,(function(){return a[t]}))}(o);n("4e90");var i,r,u,s,c=n("f0c5"),l=Object(c["a"])(a["default"],i,r,!1,null,null,null,!1,u,s);e["default"]=l.exports},"903c":function(t,e,n){"use strict";n.r(e);var a=n("b08c"),o=n("13c3");for(var i in o)"default"!==i&&function(t){n.d(e,t,(function(){return o[t]}))}(i);n("df54");var r,u=n("f0c5"),s=Object(u["a"])(o["default"],a["b"],a["c"],!1,null,null,null,!1,a["a"],r);e["default"]=s.exports},a6bb:function(t,e,n){"use strict";(function(t){n("bdbd"),n("921b");a(n("66fd"));var e=a(n("903c"));function a(t){return t&&t.__esModule?t:{default:t}}t(e.default)}).call(this,n("543d")["createPage"])},b08c:function(t,e,n){"use strict";var a,o=function(){var t=this,e=t.$createElement;t._self._c},i=[];n.d(e,"b",(function(){return o})),n.d(e,"c",(function(){return i})),n.d(e,"a",(function(){return a}))},c020:function(t,e,n){},d869:function(t,e,n){},df54:function(t,e,n){"use strict";var a=n("c020"),o=n.n(a);o.a}},[["a6bb","common/runtime","common/vendor"]]]);
\ No newline at end of file
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/shenjianhuizong/shenjianhuizong"],{"13c3":function(t,e,n){"use strict";n.r(e);var a=n("22f6"),o=n.n(a);for(var i in a)"default"!==i&&function(t){n.d(e,t,(function(){return a[t]}))}(i);e["default"]=o.a},2166:function(t,e,n){"use strict";n.r(e);var a=n("593d"),o=n.n(a);for(var i in a)"default"!==i&&function(t){n.d(e,t,(function(){return a[t]}))}(i);e["default"]=o.a},"22f6":function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=i(n("59df")),o=i(n("b86c"));function i(t){return t&&t.__esModule?t:{default:t}}function r(t){if("undefined"===typeof Symbol||null==t[Symbol.iterator]){if(Array.isArray(t)||(t=s(t))){var e=0,n=function(){};return{s:n,n:function(){return e>=t.length?{done:!0}:{done:!1,value:t[e++]}},e:function(t){throw t},f:n}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var a,o,i=!0,r=!1;return{s:function(){a=t[Symbol.iterator]()},n:function(){var t=a.next();return i=t.done,t},e:function(t){r=!0,o=t},f:function(){try{i||null==a.return||a.return()}finally{if(r)throw o}}}}function s(t,e){if(t){if("string"===typeof t)return u(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(n):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?u(t,e):void 0}}function u(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,a=new Array(e);n<e;n++)a[n]=t[n];return a}var c={data:function(){return{selact:1,tizhangshow:!1,danweiindex:0,danweilist:[],projectlist:[],danweiname:"评审类型",projectname:"项目类型",startdate:"开始时间",endate:"结束时间",danweinamez:"咨询单位",yearindex:-1,index:0,yeararr:[],danweilistz:[],danweiindexz:0,toaudit:"",fintorg:"",fprojectcategory:"",submitdateone:"",submitdatetwo:"",sendyear:"",huizonglist:[],type:"",huizong:!0,fid:"",stationname:"请选择主管部门",stationindex:0,document:"",stationlist:[],yearname:"请选择年度"}},onLoad:function(t){this.type=t.type;var e=new Date,n=e.getFullYear();console.log(n);for(var a=n-19,o=a;o<=n;o++)this.yeararr.push(o);this.getpingtype(),this.getprojectkind(),this.getzixundanwei(),this.getfenhuilist(),this.getzhugaunlist()},computed:{startDate:function(){return this.getDate("start")},endDate:function(){return this.getDate("end")}},methods:{hide:function(){this.tizhangshow=!1},hidek:function(){},getDate:function(t){var e=new Date,n=e.getFullYear(),a=e.getMonth()+1,o=e.getDate();return"start"===t?n-=60:"end"===t&&(n+=2),a=a>9?a:"0"+a,o=o>9?o:"0"+o,"".concat(n,"-").concat(a,"-").concat(o)},getzhugaunlist:function(){var t=this;console.log(9988776655);var e="project/Get_ComDepartment";a.default.post(e,"","get").then((function(e){console.log(e),t.stationlist=e.data})).catch((function(t){console.log(t)}))},bindstationrChange:function(t){console.log("picker发送选择改变,携带值为",t.target.value),this.stationindex=t.target.value,this.stationname=this.stationlist[t.target.value].fname,this.document=this.stationlist[t.target.value].fid,console.log(this.document)},reset:function(){this.danweiname="评审类型",this.projectname="项目类型",this.startdate="开始时间",this.endate="结束时间",this.yearindex=-1,this.toaudit="",this.fprojectcategory="",this.sendyear="",this.submitdateone="",this.submitdatetwo="",this.stationname="请选择主管部门",this.document=""},shai:function(){this.tizhangshow=!this.tizhangshow},yearchange:function(t){this.yearindex=t.target.value,this.sendyear=this.yeararr[t.target.value],this.yearname=this.yeararr[t.target.value]},bindDateChange:function(t){this.startdate=t.target.value,this.submitdateone=t.target.value},endDateChange:function(t){this.endate=t.target.value,this.submitdatetwo=t.target.value},fenhui:function(t){console.log(t);var e=t.currentTarget.dataset.id;console.log(e),this.selact=e},screenheng:function(){console.log(999)},getzixundanwei:function(){var t=this;console.log(9988776655);var e="project/Get_IntermediaryOrg";a.default.post(e,"","get").then((function(e){console.log(e),t.danweilistz=e.data})).catch((function(t){console.log(t)}))},danweichangez:function(t){console.log("picker发送选择改变,携带值为",t),console.log("998877654",this.danweilistz),console.log("09988776545",this.danweilistz[t.target.value].fname),this.danweiindexz=t.target.value,this.fintorg=this.danweilistz[t.target.value].fname,this.danweinamez=this.danweilistz[t.target.value].fname},getpingtype:function(){var t=this;console.log(9988776655);var e="project/Get_ToAuditType";a.default.post(e,"","get").then((function(e){console.log(e),t.danweilist=e.data})).catch((function(t){console.log(t)}))},danweichange:function(t){console.log("picker发送选择改变,携带值为",t.target.value),this.danweiindex=t.target.value,this.toaudit=this.danweilist[t.target.value].fname,this.danweiname=this.danweilist[t.target.value].fname},getprojectkind:function(){var t=this,e="project/Get_ProjectType";a.default.post(e,"","get").then((function(e){console.log(e),t.projectlist=e.data,console.log(t.projectlist)})).catch((function(t){console.log(t)}))},bindPickerChange:function(t){console.log("picker发送选择改变,携带值为",t.target.value),this.index=t.target.value,this.fprojectcategory=this.projectlist[t.target.value].fname,this.projectname=this.projectlist[t.target.value].fname},getfenhuilist:function(){var t=this,e=this;console.log(9988776655);var n="project/Get_Descpercategorysum",i={toaudit:e.toaudit,fprojectcategory:e.fprojectcategory,sendyear:e.sendyear,submitdateone:e.submitdateone,submitdatetwo:e.submitdatetwo,document:e.document};console.log(i),a.default.post(n,i,"get").then((function(n){console.log(n),e.huizonglist=n.data;var a,i=e.huizonglist,s=r(i);try{for(s.s();!(a=s.n()).done;){var u=a.value;u.auduitsum=o.default.change(u.auduitsum),u.amountsum=o.default.change(u.amountsum),u.freesum=o.default.change(u.freesum)}}catch(c){s.e(c)}finally{s.f()}t.huizonglist=i})).catch((function(t){console.log(t)}))},detail:function(e){this.fid=e.target.dataset.id,t.navigateTo({url:"../shenjianhuidetail/shenjianhuidetail?fid="+this.fid+"&document="+this.document})},getdetailist:function(){var t=this;console.log(9988776655);var e="project/Get_Descpercategory",n={fid:t.fid,toaudit:t.toaudit,fprojectcategory:t.fprojectcategory,sendyear:t.sendyear,submitdateone:t.submitdateone,submitdatetwo:t.submitdatetwo};console.log(n),a.default.post(e,n,"get").then((function(e){console.log(e),t.huizonglist=e.data})).catch((function(t){console.log(t)}))},search:function(){this.getfenhuilist(),this.tizhangshow=!1},searchdetail:function(){this.getdetailist(),this.tizhangshow=!1}}};e.default=c}).call(this,n("543d")["default"])},"4e90":function(t,e,n){"use strict";var a=n("d869"),o=n.n(a);o.a},"593d":function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n={onLaunch:function(){console.log("App Launch")},onShow:function(){console.log("App Show")},onHide:function(){console.log("App Hide")},post:function(e,n,a){var o=this,i=new Promise((function(i,r){var s=t.getStorageSync("token"),u={token:s||""};t.request({url:o.globalData.baseUrl+e,data:n,method:a,header:u,success:function(t){200==t.statusCode?i(t):r(t.data)},fail:function(t){console.log(t),r("网络出错"),wx.hideNavigationBarLoading()},complete:function(t){}})}));return i},globalData:{userInfo:null,baseUrl:"https://www.bjzha.net/api/"}};e.default=n}).call(this,n("543d")["default"])},"59df":function(t,e,n){"use strict";n.r(e);var a=n("2166");for(var o in a)"default"!==o&&function(t){n.d(e,t,(function(){return a[t]}))}(o);n("4e90");var i,r,s,u,c=n("f0c5"),l=Object(c["a"])(a["default"],i,r,!1,null,null,null,!1,s,u);e["default"]=l.exports},8302:function(t,e,n){"use strict";var a,o=function(){var t=this,e=t.$createElement;t._self._c},i=[];n.d(e,"b",(function(){return o})),n.d(e,"c",(function(){return i})),n.d(e,"a",(function(){return a}))},"903c":function(t,e,n){"use strict";n.r(e);var a=n("8302"),o=n("13c3");for(var i in o)"default"!==i&&function(t){n.d(e,t,(function(){return o[t]}))}(i);n("df54");var r,s=n("f0c5"),u=Object(s["a"])(o["default"],a["b"],a["c"],!1,null,null,null,!1,a["a"],r);e["default"]=u.exports},a6bb:function(t,e,n){"use strict";(function(t){n("bdbd"),n("921b");a(n("66fd"));var e=a(n("903c"));function a(t){return t&&t.__esModule?t:{default:t}}t(e.default)}).call(this,n("543d")["createPage"])},c020:function(t,e,n){},d869:function(t,e,n){},df54:function(t,e,n){"use strict";var a=n("c020"),o=n.n(a);o.a}},[["a6bb","common/runtime","common/vendor"]]]);
\ No newline at end of file
... ...
<view class="box"><block wx:if="{{huizonglist.length==0}}"><view class="nodata">暂无数据</view></block><block wx:else><block><block wx:if="{{huizong}}"><view class="taizhangbox"><view class="taizhanghead"><view class="taizhangitem">审减率区间</view><view class="taizhangitem"><view class="shunum">项目数量</view><view class="shenjie">(已审结)</view></view><view class="taizhangitem">总送审额</view><view class="taizhangitem">总审定额</view><view class="taizhangitem">总审减额</view><view class="taizhangitem">综合审减率</view><view class="taizhangitem">操作</view></view><block wx:if="{{huizonglist.length==1}}"><view class="nodata">暂无数据</view></block><block wx:else><view class="taizhanglist"><block wx:for="{{huizonglist}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="taizhangflistitem"><view class="taiitem itemname">{{item.fname+''}}</view><view class="taiitem itemshu">{{item.prjnum}}</view><view class="taiitem songshen">{{item.auduitsum}}</view><view class="taiitem shending">{{item.amountsum}}</view><view class="taiitem shenjian">{{item.freesum}}</view><view class="taiitem shenlv">{{item.freerate}}</view><view class="taiitem detailname" data-id="{{item.fid}}" data-event-opts="{{[['tap',[['detail',['$event']]]]]}}" bindtap="__e">详情</view></view></block></view></block></view></block><block wx:else><view class="taizhangbox"><view class="taizhanghead taizhangheadde"><view class="taizhangitem">项目编号</view><view class="taizhangitem">项目名称</view><view class="taizhangitem">送审金额</view><view class="taizhangitem">评审类型</view><view class="taizhangitem">送审单位</view><view class="taizhangitem">项目类型</view><view class="taizhangitem">送审时间</view><view class="taizhangitem">审定金额</view><view class="taizhangitem">审减率</view><view class="taizhangitem">审减金额</view><view class="taizhangitem">咨询单位</view><view class="taizhangitem">送审年度</view><view class="taizhangitem">咨询单位项目审核负责人</view></view><view class="taizhanglist"><block wx:for="{{huizonglist}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="taizhangflistitem taizhangflistitemde"><view class="taiitem itemname">{{item.fprjnumber+''}}</view><view class="taiitem itemshu">{{item.fprjname}}</view><view class="taiitem songshen">{{item.ftoauditamt}}</view><view class="taiitem shending">{{item.freviewtype}}</view><view class="taiitem shenjian">{{item.fdevorgid}}</view><view class="taiitem shenlv">{{item.fprojecttype}}</view><view class="taiitem itemname">{{item.fsubmitfindate+''}}</view><view class="taiitem itemshu">{{item.fauditamount}}</view><view class="taiitem songshen">{{item.fauditratio}}</view><view class="taiitem shending">{{item.fshenjianmoney}}</view><view class="taiitem shenjian">{{item.flordintorgid}}</view><view class="taiitem shenlv">{{item.fyear}}</view><view class="taiitem shenlv">{{item.fauditledername}}</view></view></block></view></view></block></block></block><block wx:if="{{tizhangshow}}"><view class="register"><view class="taizhangwrap xiangmuzi"><view class="wrapbox"><view class="wrapitem"><view class="wrapitemleft">项目类型</view><picker value="{{index}}" range="{{projectlist}}" range-key="fname" data-event-opts="{{[['change',[['bindPickerChange',['$event']]]]]}}" bindchange="__e"><view class="wrapitemright"><view class="uni-input projectname">{{projectname}}</view></view></picker></view><view class="wrapitem"><view class="wrapitemleft">评审类型</view><picker value="{{danweiindex}}" range="{{danweilist}}" range-key="fname" data-event-opts="{{[['change',[['danweichange',['$event']]]]]}}" bindchange="__e"><view class="wrapitemright"><view class="uni-input projectname">{{danweiname}}</view></view></picker></view><view class="wrapitem"><view class="wrapitemleft">年度</view><picker value="{{yearindex}}" range="{{yeararr}}" data-event-opts="{{[['change',[['yearchange',['$event']]]]]}}" bindchange="__e"><view class="wrapitemright"><view class="nianduleft"><view class="uni-input projectname">{{yeararr[yearindex]}}</view></view><view class="nianduright"><image src="../../static/img/number.png" mode></image></view></view></picker></view><view class="wrapitem"><view class="wrapitemleft">时间</view><view class="time"><picker mode="date" value="{{date}}" start="{{startDate}}" end="{{endDate}}" data-event-opts="{{[['change',[['bindDateChange',['$event']]]]]}}" bindchange="__e"><view class="timeleft">{{''+startdate+''}}</view></picker><view class="timemiddle"></view><picker mode="date" value="{{date}}" start="{{startDate}}" end="{{endDate}}" data-event-opts="{{[['change',[['endDateChange',['$event']]]]]}}" bindchange="__e"><view class="timeleft">{{''+endate+''}}</view></picker></view></view></view><view class="zibot"><view data-event-opts="{{[['tap',[['reset',['$event']]]]]}}" class="reset" bindtap="__e">重置</view><block wx:if="{{huizong}}"><view data-event-opts="{{[['tap',[['search',['$event']]]]]}}" class="chaxun" bindtap="__e">查询</view></block><block wx:else><view data-event-opts="{{[['tap',[['searchdetail',['$event']]]]]}}" class="chaxun" bindtap="__e">查询</view></block></view></view></view></block></view>
\ No newline at end of file
<view class="box"><view class="topheadk"><view class="shaiselecttop"><view data-event-opts="{{[['tap',[['shai',['$event']]]]]}}" class="shaiselect" bindtap="__e">筛选</view></view></view><block wx:if="{{huizonglist.length==0}}"><view class="nodata">暂无数据</view></block><block wx:else><block><block wx:if="{{huizong}}"><view class="taizhangbox"><view class="taizhanghead"><view class="taizhangitem">审减率区间</view><view class="taizhangitem"><view class="shunum">项目数量</view><view class="shenjie">(已审结)</view></view><view class="taizhangitem">总送审额</view><view class="taizhangitem">总审定额</view><view class="taizhangitem">总审减额</view><view class="taizhangitem">综合审减率</view><view class="taizhangitem">操作</view></view><block wx:if="{{huizonglist.length==1}}"><view class="nodata">暂无数据</view></block><block wx:else><view class="taizhanglist"><block wx:for="{{huizonglist}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="taizhangflistitem"><view class="taiitem itemname">{{item.fname+''}}</view><view class="taiitem itemshu">{{item.prjnum}}</view><view class="taiitem songshen">{{item.auduitsum}}</view><view class="taiitem shending">{{item.amountsum}}</view><view class="taiitem shenjian">{{item.freesum}}</view><view class="taiitem shenlv">{{item.freerate}}</view><view class="taiitem detailname" data-id="{{item.fid}}" data-event-opts="{{[['tap',[['detail',['$event']]]]]}}" bindtap="__e">详情</view></view></block></view></block></view></block><block wx:else><view class="taizhangbox"><view class="taizhanghead taizhangheadde"><view class="taizhangitem">项目编号</view><view class="taizhangitem">项目名称</view><view class="taizhangitem">送审金额</view><view class="taizhangitem">评审类型</view><view class="taizhangitem">送审单位</view><view class="taizhangitem">项目类型</view><view class="taizhangitem">送审时间</view><view class="taizhangitem">审定金额</view><view class="taizhangitem">审减率</view><view class="taizhangitem">审减金额</view><view class="taizhangitem">咨询单位</view><view class="taizhangitem">送审年度</view><view class="taizhangitem">咨询单位项目审核负责人</view></view><view class="taizhanglist"><block wx:for="{{huizonglist}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="taizhangflistitem taizhangflistitemde"><view class="taiitem itemname">{{item.fprjnumber+''}}</view><view class="taiitem itemshu">{{item.fprjname}}</view><view class="taiitem songshen">{{item.ftoauditamt}}</view><view class="taiitem shending">{{item.freviewtype}}</view><view class="taiitem shenjian">{{item.fdevorgid}}</view><view class="taiitem shenlv">{{item.fprojecttype}}</view><view class="taiitem itemname">{{item.fsubmitfindate+''}}</view><view class="taiitem itemshu">{{item.fauditamount}}</view><view class="taiitem songshen">{{item.fauditratio}}</view><view class="taiitem shending">{{item.fshenjianmoney}}</view><view class="taiitem shenjian">{{item.flordintorgid}}</view><view class="taiitem shenlv">{{item.fyear}}</view><view class="taiitem shenlv">{{item.fauditledername}}</view></view></block></view></view></block></block></block><block wx:if="{{tizhangshow}}"><view data-event-opts="{{[['tap',[['hide',['$event']]]]]}}" class="register" bindtap="__e"><view data-event-opts="{{[['tap',[['hidek',['$event']]]]]}}" class="taizhangwrap xiangmuzi" catchtap="__e"><view class="wrapbox"><view class="wrapitem"><view class="wrapitemleft">项目类型</view><picker value="{{index}}" range="{{projectlist}}" range-key="fname" data-event-opts="{{[['change',[['bindPickerChange',['$event']]]]]}}" bindchange="__e"><view class="wrapitemright"><view class="uni-input projectname">{{projectname}}</view></view></picker></view><view class="wrapitem"><view class="wrapitemleft">主管部门</view><picker value="{{stationindex}}" range="{{stationlist}}" range-key="fname" data-event-opts="{{[['change',[['bindstationrChange',['$event']]]]]}}" bindchange="__e"><view class="wrapitemright"><view class="uni-input projectname">{{stationname}}</view></view></picker></view><view class="wrapitem"><view class="wrapitemleft">评审类型</view><picker value="{{danweiindex}}" range="{{danweilist}}" range-key="fname" data-event-opts="{{[['change',[['danweichange',['$event']]]]]}}" bindchange="__e"><view class="wrapitemright"><view class="uni-input projectname">{{danweiname}}</view></view></picker></view><view class="wrapitem"><view class="wrapitemleft">年度</view><picker value="{{yearindex}}" range="{{yeararr}}" data-event-opts="{{[['change',[['yearchange',['$event']]]]]}}" bindchange="__e"><view class="wrapitemright"><view class="nianduleft"><view class="uni-input projectname">{{yearname}}</view></view><view class="nianduright"><image src="../../static/img/number.png" mode></image></view></view></picker></view><view class="wrapitem"><view class="wrapitemleft">时间</view><view class="time"><picker mode="date" value="{{date}}" start="{{startDate}}" end="{{endDate}}" data-event-opts="{{[['change',[['bindDateChange',['$event']]]]]}}" bindchange="__e"><view class="timeleft">{{''+startdate+''}}</view></picker><view class="timemiddle"></view><picker mode="date" value="{{date}}" start="{{startDate}}" end="{{endDate}}" data-event-opts="{{[['change',[['endDateChange',['$event']]]]]}}" bindchange="__e"><view class="timeleft">{{''+endate+''}}</view></picker></view></view></view><view class="zibot"><view data-event-opts="{{[['tap',[['reset',['$event']]]]]}}" class="reset" bindtap="__e">重置</view><block wx:if="{{huizong}}"><view data-event-opts="{{[['tap',[['search',['$event']]]]]}}" class="chaxun" bindtap="__e">查询</view></block><block wx:else><view data-event-opts="{{[['tap',[['searchdetail',['$event']]]]]}}" class="chaxun" bindtap="__e">查询</view></block></view></view></view></block></view>
\ No newline at end of file
... ...
.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}page{background:#f9f9f9}.headbox{background:#fff;height:100rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.headboxleft{width:350rpx;height:100rpx;line-height:100rpx;text-align:center;color:#06121e;font-size:28rpx}.headactive{color:#0093ff;border-bottom:1rpx solid #0093ff}.hengping{width:144rpx;color:#0093ff;font-size:24rpx;border-bottom:1rpx solid #0093ff;margin:34rpx auto 0}.taizhangbox{width:700rpx;overflow-x:scroll;margin:28rpx;padding:0 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff}.taizhangitem{color:#06121e;font-size:22rpx;margin-right:118rpx;font-weight:700}.shenjie{text-align:center;margin-top:5rpx;font-size:20rpx}.taiitem{color:#06121e;font-size:24rpx}.itemname{width:96rpx}.itemshu{width:150rpx;text-align:center;margin-left:85rpx}.songshen{width:200rpx;text-align:center;margin-left:40rpx}.shending{width:200rpx;text-align:center;margin-left:5rpx}.shenjian{width:200rpx;text-align:center;margin-left:10rpx}.shenlv{width:200rpx;text-align:center;margin-left:15rpx}.dibu{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;width:750rpx;height:104rpx;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;position:fixed;bottom:0;left:0}.dibuleft{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-right:72rpx}.dibulitemm{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.dishu{width:40rpx;height:30rpx;border:1rpx solid #707070;border-radius:4rpx;margin:0 6rpx;font-size:0;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.dishu input{width:100%;height:30rpx;line-height:30rpx;padding:5rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;font-size:26rpx;color:#8c9198}.dibuliteml,
.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.shaiselecttop{width:750rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;padding-top:10rpx;padding-bottom:10rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.shaiselect{display:inline-block;width:200rpx;height:64rpx;background:#0093ff;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;border-radius:30rpx}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}page{background:#f9f9f9}.headbox{background:#fff;height:100rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.topheadk{position:fixed;top:0;left:0;background:#fff;width:750rpx}.headboxleft{width:350rpx;height:100rpx;line-height:100rpx;text-align:center;color:#06121e;font-size:28rpx}.headactive{color:#0093ff;border-bottom:1rpx solid #0093ff}.hengping{width:144rpx;color:#0093ff;font-size:24rpx;border-bottom:1rpx solid #0093ff;margin:34rpx auto 0}.taizhangbox{width:700rpx;overflow-x:scroll;margin:28rpx;padding:0 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;margin-top:100rpx}.taizhangitem{color:#06121e;font-size:22rpx;margin-right:118rpx;font-weight:700}.shenjie{text-align:center;margin-top:5rpx;font-size:20rpx}.taiitem{color:#06121e;font-size:24rpx}.itemname{width:96rpx}.itemshu{width:150rpx;text-align:center;margin-left:85rpx}.songshen{width:200rpx;text-align:center;margin-left:40rpx}.shending{width:200rpx;text-align:center;margin-left:5rpx}.shenjian{width:200rpx;text-align:center;margin-left:10rpx}.shenlv{width:200rpx;text-align:center;margin-left:15rpx}.dibu{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;width:750rpx;height:104rpx;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;position:fixed;bottom:0;left:0}.dibuleft{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-right:72rpx}.dibulitemm{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.dishu{width:40rpx;height:30rpx;border:1rpx solid #707070;border-radius:4rpx;margin:0 6rpx;font-size:0;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.dishu input{width:100%;height:30rpx;line-height:30rpx;padding:5rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;font-size:26rpx;color:#8c9198}.dibuliteml,
.di,
.ye,
.dibulitemx,
... ...
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/songshenjine/songshenjine"],{2166:function(t,e,n){"use strict";n.r(e);var a=n("593d"),o=n.n(a);for(var i in a)"default"!==i&&function(t){n.d(e,t,(function(){return a[t]}))}(i);e["default"]=o.a},3235:function(t,e,n){},4808:function(t,e,n){"use strict";var a,o=function(){var t=this,e=t.$createElement;t._self._c},i=[];n.d(e,"b",(function(){return o})),n.d(e,"c",(function(){return i})),n.d(e,"a",(function(){return a}))},"4e90":function(t,e,n){"use strict";var a=n("d869"),o=n.n(a);o.a},"593d":function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n={onLaunch:function(){console.log("App Launch")},onShow:function(){console.log("App Show")},onHide:function(){console.log("App Hide")},post:function(e,n,a){var o=this,i=new Promise((function(i,r){var u=t.getStorageSync("token"),s={token:u||""};t.request({url:o.globalData.baseUrl+e,data:n,method:a,header:s,success:function(t){200==t.statusCode?i(t):r(t.data)},fail:function(t){console.log(t),r("网络出错"),wx.hideNavigationBarLoading()},complete:function(t){}})}));return i},globalData:{userInfo:null,baseUrl:"https://www.bjzha.net/api/"}};e.default=n}).call(this,n("543d")["default"])},"59df":function(t,e,n){"use strict";n.r(e);var a=n("2166");for(var o in a)"default"!==o&&function(t){n.d(e,t,(function(){return a[t]}))}(o);n("4e90");var i,r,u,s,c=n("f0c5"),l=Object(c["a"])(a["default"],i,r,!1,null,null,null,!1,u,s);e["default"]=l.exports},"5f59":function(t,e,n){"use strict";n.r(e);var a=n("f5c7"),o=n.n(a);for(var i in a)"default"!==i&&function(t){n.d(e,t,(function(){return a[t]}))}(i);e["default"]=o.a},6981:function(t,e,n){"use strict";var a=n("3235"),o=n.n(a);o.a},a7cf:function(t,e,n){"use strict";n.r(e);var a=n("4808"),o=n("5f59");for(var i in o)"default"!==i&&function(t){n.d(e,t,(function(){return o[t]}))}(i);n("6981");var r,u=n("f0c5"),s=Object(u["a"])(o["default"],a["b"],a["c"],!1,null,null,null,!1,a["a"],r);e["default"]=s.exports},a958:function(t,e,n){"use strict";(function(t){n("bdbd"),n("921b");a(n("66fd"));var e=a(n("a7cf"));function a(t){return t&&t.__esModule?t:{default:t}}t(e.default)}).call(this,n("543d")["createPage"])},d869:function(t,e,n){},f5c7:function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=i(n("59df")),o=i(n("b86c"));function i(t){return t&&t.__esModule?t:{default:t}}function r(t){if("undefined"===typeof Symbol||null==t[Symbol.iterator]){if(Array.isArray(t)||(t=u(t))){var e=0,n=function(){};return{s:n,n:function(){return e>=t.length?{done:!0}:{done:!1,value:t[e++]}},e:function(t){throw t},f:n}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var a,o,i=!0,r=!1;return{s:function(){a=t[Symbol.iterator]()},n:function(){var t=a.next();return i=t.done,t},e:function(t){r=!0,o=t},f:function(){try{i||null==a.return||a.return()}finally{if(r)throw o}}}}function u(t,e){if(t){if("string"===typeof t)return s(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(n):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?s(t,e):void 0}}function s(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,a=new Array(e);n<e;n++)a[n]=t[n];return a}var c={data:function(){return{selact:1,tizhangshow:!1,danweiindex:0,danweilist:[],projectlist:[],index:0,yeararr:[],danweiname:"评审类型",projectname:"项目类型",yearindex:-1,startdate:"开始时间",endate:"结束时间",danweilistz:[],danweiindexz:0,danweinamez:"咨询单位",toaudit:"",fintorg:"",fprojectcategory:"",submitdateone:"",submitdatetwo:"",sendyear:"",huizonglist:[],type:"",huizong:!0,fid:""}},onLoad:function(t){this.type=t.type;var e=new Date,n=e.getFullYear();console.log(n);for(var a=n-19,o=a;o<=n;o++)this.yeararr.push(o);this.getpingtype(),this.getprojectkind(),this.getzixundanwei(),this.getfenhuilist()},methods:{reset:function(){this.danweiname="评审类型",this.projectname="项目类型",this.yearindex=-1,this.startdate="开始时间",this.endate="结束时间",this.toaudit="",this.fprojectcategory="",this.sendyear="",this.submitdateone="",this.submitdatetwo=""},onNavigationBarButtonTap:function(){this.tizhangshow=!this.tizhangshow},yearchange:function(t){this.yearindex=t.target.value,this.sendyear=this.yeararr[t.target.value]},bindDateChange:function(t){this.startdate=t.target.value,this.submitdateone=t.target.value},endDateChange:function(t){this.endate=t.target.value,this.submitdatetwo=t.target.value},fenhui:function(t){console.log(t);var e=t.currentTarget.dataset.id;console.log(e),this.selact=e},screenheng:function(){console.log(999)},getzixundanwei:function(){var t=this;console.log(9988776655);var e="project/Get_IntermediaryOrg";a.default.post(e,"","get").then((function(e){console.log(e),t.danweilistz=e.data})).catch((function(t){console.log(t)}))},danweichangez:function(t){console.log("picker发送选择改变,携带值为",t),console.log("998877654",this.danweilistz),console.log("09988776545",this.danweilistz[t.target.value].fname),this.danweiindexz=t.target.value,this.fintorg=this.danweilistz[t.target.value].fname,this.danweinamez=this.danweilistz[t.target.value].fname},getpingtype:function(){var t=this;console.log(9988776655);var e="project/Get_ToAuditType";a.default.post(e,"","get").then((function(e){console.log(e),t.danweilist=e.data})).catch((function(t){console.log(t)}))},danweichange:function(t){console.log("picker发送选择改变,携带值为",t.target.value),this.danweiindex=t.target.value,this.toaudit=this.danweilist[t.target.value].fname,this.danweiname=this.danweilist[t.target.value].fname},getprojectkind:function(){var t=this,e="project/Get_ProjectType";a.default.post(e,"","get").then((function(e){console.log(e),t.projectlist=e.data,console.log(t.projectlist)})).catch((function(t){console.log(t)}))},bindPickerChange:function(t){console.log("picker发送选择改变,携带值为",t.target.value),this.index=t.target.value,this.fprojectcategory=this.projectlist[t.target.value].fname,this.projectname=this.projectlist[t.target.value].fname},getfenhuilist:function(){var t=this,e=this;console.log(9988776655);var n="project/Get_AuditamtcategOrySum",i={toaudit:e.toaudit,fprojectcategory:e.fprojectcategory,sendyear:e.sendyear,submitdateone:e.submitdateone,submitdatetwo:e.submitdatetwo};console.log(i),a.default.post(n,i,"get").then((function(n){console.log(n),e.huizonglist=n.data;var a,i=e.huizonglist,u=r(i);try{for(u.s();!(a=u.n()).done;){var s=a.value;s.auduitsum=o.default.change(s.auduitsum),s.amountsum=o.default.change(s.amountsum),s.freesum=o.default.change(s.freesum)}}catch(c){u.e(c)}finally{u.f()}t.huizonglist=i})).catch((function(t){console.log(t)}))},detail:function(e){this.fid=e.target.dataset.id,t.navigateTo({url:"../songshenjinedetail/songshenjinedetail?fid="+this.fid})},getdetail:function(){var t=this;console.log(9988776655);var e="project/Get_AuditamtcategOry",n={fid:t.fid,toaudit:t.toaudit,fprojectcategory:t.fprojectcategory,sendyear:t.sendyear,submitdateone:t.submitdateone,submitdatetwo:t.submitdatetwo};console.log(n),a.default.post(e,n,"get").then((function(e){console.log(e),t.huizonglist=e.data})).catch((function(t){console.log(t)}))},search:function(){this.getfenhuilist(),this.tizhangshow=!1},searchdetail:function(){this.getdetail(),this.tizhangshow=!1}}};e.default=c}).call(this,n("543d")["default"])}},[["a958","common/runtime","common/vendor"]]]);
\ No newline at end of file
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/songshenjine/songshenjine"],{2166:function(t,e,n){"use strict";n.r(e);var a=n("593d"),o=n.n(a);for(var i in a)"default"!==i&&function(t){n.d(e,t,(function(){return a[t]}))}(i);e["default"]=o.a},3235:function(t,e,n){},3336:function(t,e,n){"use strict";var a,o=function(){var t=this,e=t.$createElement;t._self._c},i=[];n.d(e,"b",(function(){return o})),n.d(e,"c",(function(){return i})),n.d(e,"a",(function(){return a}))},"4e90":function(t,e,n){"use strict";var a=n("d869"),o=n.n(a);o.a},"593d":function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n={onLaunch:function(){console.log("App Launch")},onShow:function(){console.log("App Show")},onHide:function(){console.log("App Hide")},post:function(e,n,a){var o=this,i=new Promise((function(i,r){var s=t.getStorageSync("token"),u={token:s||""};t.request({url:o.globalData.baseUrl+e,data:n,method:a,header:u,success:function(t){200==t.statusCode?i(t):r(t.data)},fail:function(t){console.log(t),r("网络出错"),wx.hideNavigationBarLoading()},complete:function(t){}})}));return i},globalData:{userInfo:null,baseUrl:"https://www.bjzha.net/api/"}};e.default=n}).call(this,n("543d")["default"])},"59df":function(t,e,n){"use strict";n.r(e);var a=n("2166");for(var o in a)"default"!==o&&function(t){n.d(e,t,(function(){return a[t]}))}(o);n("4e90");var i,r,s,u,c=n("f0c5"),l=Object(c["a"])(a["default"],i,r,!1,null,null,null,!1,s,u);e["default"]=l.exports},"5f59":function(t,e,n){"use strict";n.r(e);var a=n("f5c7"),o=n.n(a);for(var i in a)"default"!==i&&function(t){n.d(e,t,(function(){return a[t]}))}(i);e["default"]=o.a},6981:function(t,e,n){"use strict";var a=n("3235"),o=n.n(a);o.a},a7cf:function(t,e,n){"use strict";n.r(e);var a=n("3336"),o=n("5f59");for(var i in o)"default"!==i&&function(t){n.d(e,t,(function(){return o[t]}))}(i);n("6981");var r,s=n("f0c5"),u=Object(s["a"])(o["default"],a["b"],a["c"],!1,null,null,null,!1,a["a"],r);e["default"]=u.exports},a958:function(t,e,n){"use strict";(function(t){n("bdbd"),n("921b");a(n("66fd"));var e=a(n("a7cf"));function a(t){return t&&t.__esModule?t:{default:t}}t(e.default)}).call(this,n("543d")["createPage"])},d869:function(t,e,n){},f5c7:function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=i(n("59df")),o=i(n("b86c"));function i(t){return t&&t.__esModule?t:{default:t}}function r(t){if("undefined"===typeof Symbol||null==t[Symbol.iterator]){if(Array.isArray(t)||(t=s(t))){var e=0,n=function(){};return{s:n,n:function(){return e>=t.length?{done:!0}:{done:!1,value:t[e++]}},e:function(t){throw t},f:n}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var a,o,i=!0,r=!1;return{s:function(){a=t[Symbol.iterator]()},n:function(){var t=a.next();return i=t.done,t},e:function(t){r=!0,o=t},f:function(){try{i||null==a.return||a.return()}finally{if(r)throw o}}}}function s(t,e){if(t){if("string"===typeof t)return u(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(n):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?u(t,e):void 0}}function u(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,a=new Array(e);n<e;n++)a[n]=t[n];return a}var c={data:function(){return{selact:1,tizhangshow:!1,danweiindex:0,danweilist:[],projectlist:[],index:0,yeararr:[],danweiname:"评审类型",projectname:"项目类型",yearindex:-1,startdate:"开始时间",endate:"结束时间",danweilistz:[],danweiindexz:0,danweinamez:"咨询单位",toaudit:"",fintorg:"",fprojectcategory:"",submitdateone:"",submitdatetwo:"",sendyear:"",huizonglist:[],type:"",huizong:!0,fid:"",stationname:"请选择主管部门",stationindex:0,document:"",stationlist:[],yearname:"请选择年度"}},computed:{startDate:function(){return this.getDate("start")},endDate:function(){return this.getDate("end")}},onLoad:function(t){this.type=t.type;var e=new Date,n=e.getFullYear();console.log(n);for(var a=n-19,o=a;o<=n;o++)this.yeararr.push(o);this.getpingtype(),this.getprojectkind(),this.getzixundanwei(),this.getfenhuilist(),this.getzhugaunlist()},methods:{hide:function(){this.tizhangshow=!1},hidek:function(){},getDate:function(t){var e=new Date,n=e.getFullYear(),a=e.getMonth()+1,o=e.getDate();return"start"===t?n-=60:"end"===t&&(n+=2),a=a>9?a:"0"+a,o=o>9?o:"0"+o,"".concat(n,"-").concat(a,"-").concat(o)},getzhugaunlist:function(){var t=this;console.log(9988776655);var e="project/Get_ComDepartment";a.default.post(e,"","get").then((function(e){console.log(e),t.stationlist=e.data})).catch((function(t){console.log(t)}))},bindstationrChange:function(t){console.log("picker发送选择改变,携带值为",t.target.value),this.stationindex=t.target.value,this.stationname=this.stationlist[t.target.value].fname,this.document=this.stationlist[t.target.value].fid},reset:function(){this.danweiname="评审类型",this.projectname="项目类型",this.yearindex=-1,this.startdate="开始时间",this.endate="结束时间",this.toaudit="",this.fprojectcategory="",this.sendyear="",this.submitdateone="",this.submitdatetwo="",this.stationname="请选择主管部门",this.document=""},shai:function(){this.tizhangshow=!this.tizhangshow},yearchange:function(t){this.yearindex=t.target.value,this.sendyear=this.yeararr[t.target.value],this.yearname=this.yeararr[t.target.value]},bindDateChange:function(t){this.startdate=t.target.value,this.submitdateone=t.target.value},endDateChange:function(t){this.endate=t.target.value,this.submitdatetwo=t.target.value},fenhui:function(t){console.log(t);var e=t.currentTarget.dataset.id;console.log(e),this.selact=e},screenheng:function(){console.log(999)},getzixundanwei:function(){var t=this;console.log(9988776655);var e="project/Get_IntermediaryOrg";a.default.post(e,"","get").then((function(e){console.log(e),t.danweilistz=e.data})).catch((function(t){console.log(t)}))},danweichangez:function(t){console.log("picker发送选择改变,携带值为",t),console.log("998877654",this.danweilistz),console.log("09988776545",this.danweilistz[t.target.value].fname),this.danweiindexz=t.target.value,this.fintorg=this.danweilistz[t.target.value].fname,this.danweinamez=this.danweilistz[t.target.value].fname},getpingtype:function(){var t=this;console.log(9988776655);var e="project/Get_ToAuditType";a.default.post(e,"","get").then((function(e){console.log(e),t.danweilist=e.data})).catch((function(t){console.log(t)}))},danweichange:function(t){console.log("picker发送选择改变,携带值为",t.target.value),this.danweiindex=t.target.value,this.toaudit=this.danweilist[t.target.value].fname,this.danweiname=this.danweilist[t.target.value].fname},getprojectkind:function(){var t=this,e="project/Get_ProjectType";a.default.post(e,"","get").then((function(e){console.log(e),t.projectlist=e.data,console.log(t.projectlist)})).catch((function(t){console.log(t)}))},bindPickerChange:function(t){console.log("picker发送选择改变,携带值为",t.target.value),this.index=t.target.value,this.fprojectcategory=this.projectlist[t.target.value].fname,this.projectname=this.projectlist[t.target.value].fname},getfenhuilist:function(){var t=this,e=this;console.log(9988776655);var n="project/Get_AuditamtcategOrySum",i={toaudit:e.toaudit,fprojectcategory:e.fprojectcategory,sendyear:e.sendyear,submitdateone:e.submitdateone,submitdatetwo:e.submitdatetwo,document:e.document};console.log(i),a.default.post(n,i,"get").then((function(n){console.log(n),e.huizonglist=n.data;var a,i=e.huizonglist,s=r(i);try{for(s.s();!(a=s.n()).done;){var u=a.value;u.auduitsum=o.default.change(u.auduitsum),u.amountsum=o.default.change(u.amountsum),u.freesum=o.default.change(u.freesum)}}catch(c){s.e(c)}finally{s.f()}t.huizonglist=i})).catch((function(t){console.log(t)}))},detail:function(e){this.fid=e.target.dataset.id,t.navigateTo({url:"../songshenjinedetail/songshenjinedetail?fid="+this.fid})},getdetail:function(){var t=this;console.log(9988776655);var e="project/Get_AuditamtcategOry",n={fid:t.fid,toaudit:t.toaudit,fprojectcategory:t.fprojectcategory,sendyear:t.sendyear,submitdateone:t.submitdateone,submitdatetwo:t.submitdatetwo};console.log(n),a.default.post(e,n,"get").then((function(e){console.log(e),t.huizonglist=e.data})).catch((function(t){console.log(t)}))},search:function(){this.getfenhuilist(),this.tizhangshow=!1},searchdetail:function(){this.getdetail(),this.tizhangshow=!1}}};e.default=c}).call(this,n("543d")["default"])}},[["a958","common/runtime","common/vendor"]]]);
\ No newline at end of file
... ...
<view class="box"><block wx:if="{{huizonglist.length==1}}"><view class="nodata">暂无数据</view></block><block wx:else><block><block wx:if="{{huizong}}"><view class="taizhangbox"><view class="taizhanghead"><view class="taizhangitem">送审金额区间</view><view class="taizhangitem"><view class="shunum">项目数量</view><view class="shenjie">(已审结)</view></view><view class="taizhangitem">总送审额</view><view class="taizhangitem">总审定额</view><view class="taizhangitem">总审减额</view><view class="taizhangitem">综合审减率</view><view class="taizhangitem">操作</view></view><view class="taizhanglist"><block wx:for="{{huizonglist}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="taizhangflistitem"><view class="taiitem itemname">{{item.finterval+''}}</view><view class="taiitem itemshu">{{item.prjnum}}</view><view class="taiitem songshen">{{item.auduitsum}}</view><view class="taiitem shending">{{item.amountsum}}</view><view class="taiitem shenjian">{{item.freesum}}</view><view class="taiitem shenlv">{{item.freerate}}</view><view class="taiitem detailname" data-id="{{item.fid}}" data-event-opts="{{[['tap',[['detail',['$event']]]]]}}" bindtap="__e">详情</view></view></block></view></view></block><block wx:else><view class="taizhangbox"><view class="taizhanghead taizhangheadde"><view class="taizhangitem">项目编号</view><view class="taizhangitem">项目名称</view><view class="taizhangitem">送审金额</view><view class="taizhangitem">评审类型</view><view class="taizhangitem">送审单位</view><view class="taizhangitem">项目类型</view><view class="taizhangitem">送审时间</view><view class="taizhangitem">审定金额</view><view class="taizhangitem">审减率</view><view class="taizhangitem">审减金额</view><view class="taizhangitem">咨询单位</view><view class="taizhangitem">送审年度</view><view class="taizhangitem">咨询单位项目审核负责人</view></view><view class="taizhanglist"><block wx:for="{{huizonglist}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="taizhangflistitem taizhangflistitemde"><view class="taiitem itemname">{{item.fprjnumber+''}}</view><view class="taiitem itemshu">{{item.fprjname}}</view><view class="taiitem songshen">{{item.ftoauditamt}}</view><view class="taiitem shending">{{item.freviewtype}}</view><view class="taiitem shenjian">{{item.fdevorgid}}</view><view class="taiitem shenlv">{{item.fprojecttype}}</view><view class="taiitem itemname">{{item.fsubmitfindate+''}}</view><view class="taiitem itemshu">{{item.fauditamount}}</view><view class="taiitem songshen">{{item.fauditratio}}</view><view class="taiitem shending">{{item.fshenjianmoney}}</view><view class="taiitem shenjian">{{item.flordintorgid}}</view><view class="taiitem shenlv">{{item.fyear}}</view><view class="taiitem shenlvde">{{item.fauditledername}}</view></view></block></view></view></block></block></block><block wx:if="{{tizhangshow}}"><view class="register"><view class="taizhangwrap xiangmuzi"><view class="wrapbox"><view class="wrapitem"><view class="wrapitemleft">项目类型</view><picker value="{{index}}" range="{{projectlist}}" range-key="fname" data-event-opts="{{[['change',[['bindPickerChange',['$event']]]]]}}" bindchange="__e"><view class="wrapitemright"><view class="uni-input projectname">{{projectname}}</view></view></picker></view><view class="wrapitem"><view class="wrapitemleft">评审类型</view><picker value="{{danweiindex}}" range="{{danweilist}}" range-key="fname" data-event-opts="{{[['change',[['danweichange',['$event']]]]]}}" bindchange="__e"><view class="wrapitemright"><view class="uni-input projectname">{{danweiname}}</view></view></picker></view><view class="wrapitem"><view class="wrapitemleft">年度</view><picker value="{{yearindex}}" range="{{yeararr}}" data-event-opts="{{[['change',[['yearchange',['$event']]]]]}}" bindchange="__e"><view class="wrapitemright"><view class="nianduleft"><view class="uni-input projectname">{{yeararr[yearindex]}}</view></view><view class="nianduright"><image src="../../static/img/number.png" mode></image></view></view></picker></view><view class="wrapitem"><view class="wrapitemleft">时间</view><view class="time"><picker mode="date" value="{{date}}" start="{{startDate}}" end="{{endDate}}" data-event-opts="{{[['change',[['bindDateChange',['$event']]]]]}}" bindchange="__e"><view class="timeleft">{{''+startdate+''}}</view></picker><view class="timemiddle"></view><picker mode="date" value="{{date}}" start="{{startDate}}" end="{{endDate}}" data-event-opts="{{[['change',[['endDateChange',['$event']]]]]}}" bindchange="__e"><view class="timeleft">{{''+endate+''}}</view></picker></view></view></view><view class="zibot"><view data-event-opts="{{[['tap',[['reset',['$event']]]]]}}" class="reset" bindtap="__e">重置</view><block wx:if="{{huizong}}"><view data-event-opts="{{[['tap',[['search',['$event']]]]]}}" class="chaxun" bindtap="__e">查询</view></block><block wx:else><view data-event-opts="{{[['tap',[['searchdetail',['$event']]]]]}}" class="chaxun" bindtap="__e">查询</view></block></view></view></view></block></view>
\ No newline at end of file
<view class="box"><view class="topheadk"><view class="shaiselecttop"><view data-event-opts="{{[['tap',[['shai',['$event']]]]]}}" class="shaiselect" bindtap="__e">筛选</view></view></view><block wx:if="{{huizonglist.length==1}}"><view class="nodata">暂无数据</view></block><block wx:else><block><block wx:if="{{huizong}}"><view class="taizhangbox"><view class="taizhanghead"><view class="taizhangitem">送审金额区间</view><view class="taizhangitem"><view class="shunum">项目数量</view><view class="shenjie">(已审结)</view></view><view class="taizhangitem">总送审额</view><view class="taizhangitem">总审定额</view><view class="taizhangitem">总审减额</view><view class="taizhangitem">综合审减率</view><view class="taizhangitem">操作</view></view><view class="taizhanglist"><block wx:for="{{huizonglist}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="taizhangflistitem"><view class="taiitem itemname">{{item.finterval+''}}</view><view class="taiitem itemshu">{{item.prjnum}}</view><view class="taiitem songshen">{{item.auduitsum}}</view><view class="taiitem shending">{{item.amountsum}}</view><view class="taiitem shenjian">{{item.freesum}}</view><view class="taiitem shenlv">{{item.freerate}}</view><view class="taiitem detailname" data-id="{{item.fid}}" data-event-opts="{{[['tap',[['detail',['$event']]]]]}}" bindtap="__e">详情</view></view></block></view></view></block><block wx:else><view class="taizhangbox"><view class="taizhanghead taizhangheadde"><view class="taizhangitem">项目编号</view><view class="taizhangitem">项目名称</view><view class="taizhangitem">送审金额</view><view class="taizhangitem">评审类型</view><view class="taizhangitem">送审单位</view><view class="taizhangitem">项目类型</view><view class="taizhangitem">送审时间</view><view class="taizhangitem">审定金额</view><view class="taizhangitem">审减率</view><view class="taizhangitem">审减金额</view><view class="taizhangitem">咨询单位</view><view class="taizhangitem">送审年度</view><view class="taizhangitem">咨询单位项目审核负责人</view></view><view class="taizhanglist"><block wx:for="{{huizonglist}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="taizhangflistitem taizhangflistitemde"><view class="taiitem itemname">{{item.fprjnumber+''}}</view><view class="taiitem itemshu">{{item.fprjname}}</view><view class="taiitem songshen">{{item.ftoauditamt}}</view><view class="taiitem shending">{{item.freviewtype}}</view><view class="taiitem shenjian">{{item.fdevorgid}}</view><view class="taiitem shenlv">{{item.fprojecttype}}</view><view class="taiitem itemname">{{item.fsubmitfindate+''}}</view><view class="taiitem itemshu">{{item.fauditamount}}</view><view class="taiitem songshen">{{item.fauditratio}}</view><view class="taiitem shending">{{item.fshenjianmoney}}</view><view class="taiitem shenjian">{{item.flordintorgid}}</view><view class="taiitem shenlv">{{item.fyear}}</view><view class="taiitem shenlvde">{{item.fauditledername}}</view></view></block></view></view></block></block></block><block wx:if="{{tizhangshow}}"><view data-event-opts="{{[['tap',[['hide',['$event']]]]]}}" class="register" bindtap="__e"><view data-event-opts="{{[['tap',[['hidek',['$event']]]]]}}" class="taizhangwrap xiangmuzi" catchtap="__e"><view class="wrapbox"><view class="wrapitem"><view class="wrapitemleft">项目类型</view><picker value="{{index}}" range="{{projectlist}}" range-key="fname" data-event-opts="{{[['change',[['bindPickerChange',['$event']]]]]}}" bindchange="__e"><view class="wrapitemright"><view class="uni-input projectname">{{projectname}}</view></view></picker></view><view class="wrapitem"><view class="wrapitemleft">主管部门</view><picker value="{{stationindex}}" range="{{stationlist}}" range-key="fname" data-event-opts="{{[['change',[['bindstationrChange',['$event']]]]]}}" bindchange="__e"><view class="wrapitemright"><view class="uni-input projectname">{{stationname}}</view></view></picker></view><view class="wrapitem"><view class="wrapitemleft">评审类型</view><picker value="{{danweiindex}}" range="{{danweilist}}" range-key="fname" data-event-opts="{{[['change',[['danweichange',['$event']]]]]}}" bindchange="__e"><view class="wrapitemright"><view class="uni-input projectname">{{danweiname}}</view></view></picker></view><view class="wrapitem"><view class="wrapitemleft">年度</view><picker value="{{yearindex}}" range="{{yeararr}}" data-event-opts="{{[['change',[['yearchange',['$event']]]]]}}" bindchange="__e"><view class="wrapitemright"><view class="nianduleft"><view class="uni-input projectname">{{yearname}}</view></view><view class="nianduright"><image src="../../static/img/number.png" mode></image></view></view></picker></view><view class="wrapitem"><view class="wrapitemleft">时间</view><view class="time"><picker mode="date" value="{{date}}" start="{{startDate}}" end="{{endDate}}" data-event-opts="{{[['change',[['bindDateChange',['$event']]]]]}}" bindchange="__e"><view class="timeleft">{{''+startdate+''}}</view></picker><view class="timemiddle"></view><picker mode="date" value="{{date}}" start="{{startDate}}" end="{{endDate}}" data-event-opts="{{[['change',[['endDateChange',['$event']]]]]}}" bindchange="__e"><view class="timeleft">{{''+endate+''}}</view></picker></view></view></view><view class="zibot"><view data-event-opts="{{[['tap',[['reset',['$event']]]]]}}" class="reset" bindtap="__e">重置</view><block wx:if="{{huizong}}"><view data-event-opts="{{[['tap',[['search',['$event']]]]]}}" class="chaxun" bindtap="__e">查询</view></block><block wx:else><view data-event-opts="{{[['tap',[['searchdetail',['$event']]]]]}}" class="chaxun" bindtap="__e">查询</view></block></view></view></view></block></view>
\ No newline at end of file
... ...
.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}page{background:#f9f9f9}.headbox{background:#fff;height:100rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.headboxleft{width:350rpx;height:100rpx;line-height:100rpx;text-align:center;color:#06121e;font-size:28rpx}.headactive{color:#0093ff;border-bottom:1rpx solid #0093ff}.hengping{width:144rpx;color:#0093ff;font-size:24rpx;border-bottom:1rpx solid #0093ff;margin:34rpx auto 0}.taizhangbox{width:700rpx;overflow-x:scroll;margin:28rpx;padding:0 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff}.taizhanghead{width:1500rpx;overflow-x:scroll;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:16rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #bdc4ce}.taizhangitem{color:#06121e;font-size:22rpx;margin-right:118rpx;font-weight:700}.shenjie{text-align:center;margin-top:5rpx;font-size:20rpx}.taizhangflistitem{width:1500rpx;overflow-x:scroll;padding:18rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;border-bottom:1rpx solid #bdc4ce}.taiitem{color:#06121e;font-size:24rpx}.itemname{width:96rpx}.itemshu{width:150rpx;text-align:center;margin-left:112rpx}.songshen{width:200rpx;text-align:center;margin-left:30rpx}.shending{width:200rpx;text-align:center;margin-left:5rpx}.shenjian{width:200rpx;text-align:center;margin-left:10rpx}.shenlv{width:200rpx;text-align:center;margin-left:15rpx}.dibu{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;width:750rpx;height:104rpx;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;position:fixed;bottom:0;left:0}.dibuleft{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-right:72rpx}.dibulitemm{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.dishu{width:40rpx;height:30rpx;border:1rpx solid #707070;border-radius:4rpx;margin:0 6rpx;font-size:0;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.dishu input{width:100%;height:30rpx;line-height:30rpx;padding:5rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;font-size:26rpx;color:#8c9198}.dibuliteml,
.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.shaiselecttop{width:750rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;padding-top:10rpx;padding-bottom:10rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.shaiselect{display:inline-block;width:200rpx;height:64rpx;background:#0093ff;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;border-radius:30rpx}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}page{background:#f9f9f9}.topheadk{position:fixed;top:0;left:0;background:#fff;width:750rpx}.headbox{background:#fff;height:100rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.headboxleft{width:350rpx;height:100rpx;line-height:100rpx;text-align:center;color:#06121e;font-size:28rpx}.headactive{color:#0093ff;border-bottom:1rpx solid #0093ff}.hengping{width:144rpx;color:#0093ff;font-size:24rpx;border-bottom:1rpx solid #0093ff;margin:34rpx auto 0}.taizhangbox{width:700rpx;overflow-x:scroll;margin:28rpx;padding:0 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;margin-top:100rpx}.taizhanghead{width:1500rpx;overflow-x:scroll;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:16rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #bdc4ce}.taizhangitem{color:#06121e;font-size:22rpx;margin-right:118rpx;font-weight:700}.shenjie{text-align:center;margin-top:5rpx;font-size:20rpx}.taizhangflistitem{width:1500rpx;overflow-x:scroll;padding:18rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;border-bottom:1rpx solid #bdc4ce}.taiitem{color:#06121e;font-size:24rpx}.itemname{width:96rpx}.itemshu{width:150rpx;text-align:center;margin-left:112rpx}.songshen{width:200rpx;text-align:center;margin-left:30rpx}.shending{width:200rpx;text-align:center;margin-left:5rpx}.shenjian{width:200rpx;text-align:center;margin-left:10rpx}.shenlv{width:200rpx;text-align:center;margin-left:15rpx}.dibu{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;width:750rpx;height:104rpx;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;position:fixed;bottom:0;left:0}.dibuleft{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-right:72rpx}.dibulitemm{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.dishu{width:40rpx;height:30rpx;border:1rpx solid #707070;border-radius:4rpx;margin:0 6rpx;font-size:0;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.dishu input{width:100%;height:30rpx;line-height:30rpx;padding:5rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;font-size:26rpx;color:#8c9198}.dibuliteml,
.di,
.ye,
.dibulitemx,
... ...
.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}page{background:#f9f9f9}.headbox{background:#fff;height:100rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.headboxleft{width:350rpx;height:100rpx;line-height:100rpx;text-align:center;color:#06121e;font-size:28rpx}.headactive{color:#0093ff;border-bottom:1rpx solid #0093ff}.hengping{width:144rpx;color:#0093ff;font-size:24rpx;border-bottom:1rpx solid #0093ff;margin:34rpx auto 0}.taizhangbox{width:700rpx;overflow-x:scroll;margin:28rpx;padding:0 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff}.taizhanghead{width:1500rpx;overflow-x:scroll;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:16rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #bdc4ce}.taizhangitem{color:#06121e;font-size:22rpx;margin-right:118rpx;font-weight:700}.shenjie{text-align:center;margin-top:5rpx;font-size:20rpx}.taizhangflistitem{width:1500rpx;overflow-x:scroll;padding:18rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;border-bottom:1rpx solid #bdc4ce}.taiitem{color:#06121e;font-size:24rpx}.itemname{width:96rpx}.itemshu{width:150rpx;text-align:center;margin-left:72rpx}.songshen{width:200rpx;text-align:center;margin-left:30rpx}.shending{width:200rpx;text-align:center;margin-left:5rpx}.shenjian{width:200rpx;text-align:center;margin-left:10rpx}.shenlv{width:200rpx;text-align:center;margin-left:15rpx}.dibu{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;width:750rpx;height:104rpx;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;position:fixed;bottom:0;left:0}.dibuleft{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-right:72rpx}.dibulitemm{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.dishu{width:40rpx;height:30rpx;border:1rpx solid #707070;border-radius:4rpx;margin:0 6rpx;font-size:0;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.dishu input{width:100%;height:30rpx;line-height:30rpx;padding:5rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;font-size:26rpx;color:#8c9198}.dibuliteml,
.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.shaiselecttop{width:750rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;padding-top:10rpx;padding-bottom:10rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.shaiselect{display:inline-block;width:200rpx;height:64rpx;background:#0093ff;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;border-radius:30rpx}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}page{background:#f9f9f9}.headbox{background:#fff;height:100rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.headboxleft{width:350rpx;height:100rpx;line-height:100rpx;text-align:center;color:#06121e;font-size:28rpx}.headactive{color:#0093ff;border-bottom:1rpx solid #0093ff}.hengping{width:144rpx;color:#0093ff;font-size:24rpx;border-bottom:1rpx solid #0093ff;margin:34rpx auto 0}.taizhangbox{width:700rpx;overflow-x:scroll;margin:28rpx;padding:0 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff}.taizhanghead{width:1500rpx;overflow-x:scroll;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:16rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #bdc4ce}.taizhangitem{color:#06121e;font-size:22rpx;margin-right:118rpx;font-weight:700}.shenjie{text-align:center;margin-top:5rpx;font-size:20rpx}.taizhangflistitem{width:1500rpx;overflow-x:scroll;padding:18rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;border-bottom:1rpx solid #bdc4ce}.taiitem{color:#06121e;font-size:24rpx}.itemname{width:96rpx}.itemshu{width:150rpx;text-align:center;margin-left:72rpx}.songshen{width:200rpx;text-align:center;margin-left:30rpx}.shending{width:200rpx;text-align:center;margin-left:5rpx}.shenjian{width:200rpx;text-align:center;margin-left:10rpx}.shenlv{width:200rpx;text-align:center;margin-left:15rpx}.dibu{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;width:750rpx;height:104rpx;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;position:fixed;bottom:0;left:0}.dibuleft{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-right:72rpx}.dibulitemm{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.dishu{width:40rpx;height:30rpx;border:1rpx solid #707070;border-radius:4rpx;margin:0 6rpx;font-size:0;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.dishu input{width:100%;height:30rpx;line-height:30rpx;padding:5rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;font-size:26rpx;color:#8c9198}.dibuliteml,
.di,
.ye,
.dibulitemx,
... ...
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/taizhang/taizhang"],{2166:function(n,a,t){"use strict";t.r(a);var u=t("593d"),e=t.n(u);for(var i in u)"default"!==i&&function(n){t.d(a,n,(function(){return u[n]}))}(i);a["default"]=e.a},"4e90":function(n,a,t){"use strict";var u=t("d869"),e=t.n(u);e.a},"593d":function(n,a,t){"use strict";(function(n){Object.defineProperty(a,"__esModule",{value:!0}),a.default=void 0;var t={onLaunch:function(){console.log("App Launch")},onShow:function(){console.log("App Show")},onHide:function(){console.log("App Hide")},post:function(a,t,u){var e=this,i=new Promise((function(i,o){var c=n.getStorageSync("token"),r={token:c||""};n.request({url:e.globalData.baseUrl+a,data:t,method:u,header:r,success:function(n){200==n.statusCode?i(n):o(n.data)},fail:function(n){console.log(n),o("网络出错"),wx.hideNavigationBarLoading()},complete:function(n){}})}));return i},globalData:{userInfo:null,baseUrl:"https://www.bjzha.net/api/"}};a.default=t}).call(this,t("543d")["default"])},"59df":function(n,a,t){"use strict";t.r(a);var u=t("2166");for(var e in u)"default"!==e&&function(n){t.d(a,n,(function(){return u[n]}))}(e);t("4e90");var i,o,c,r,l=t("f0c5"),f=Object(l["a"])(u["default"],i,o,!1,null,null,null,!1,c,r);a["default"]=f.exports},"63dd":function(n,a,t){},"6c16":function(n,a,t){"use strict";(function(n){Object.defineProperty(a,"__esModule",{value:!0}),a.default=void 0;var u=e(t("59df"));function e(n){return n&&n.__esModule?n:{default:n}}var i={data:function(){return{showhide:[]}},onLoad:function(){this.showhideproject()},methods:{examine:function(a){var t=a.currentTarget.dataset.id;n.navigateTo({url:"/pages/budgetshenhe/budgetshenhe?type="+t})},showhideproject:function(){var a=this;console.log(9988776655);var t="project/Get_Menuhiding",e={fuserid:n.getStorageSync("userid"),role:n.getStorageSync("role")};console.log("8877665544",e),u.default.post(t,e,"get").then((function(t){console.log(t),a.showhide=t.data,n.setStorageSync("showhide",t.data),console.log(a.showhide)})).catch((function(n){console.log(n)}))},xiangmufen:function(){n.navigateTo({url:"../zixunfen/zixunfen"})},danweifen:function(){n.navigateTo({url:"../danweizixun/danweizixun"})},zhuanjiafen:function(){n.navigateTo({url:"../zhuanjiafenpei/zhuanjiafenpei"})},progressproject:function(){n.navigateTo({url:"../guocheng/guocheng"})},xiangmutai:function(){n.navigateTo({url:"../xiangmutaizhang/xiangmutaizhang"})},yusuan:function(a){console.log(a),n.navigateTo({url:"../yusuantaizhang/yusuantaizhang?type=1"})},jiesuan:function(){n.navigateTo({url:"../yusuantaizhang/yusuantaizhang?type=2"})},juesuan:function(){n.navigateTo({url:"../yusuantaizhang/yusuantaizhang?type=3"})},land:function(){n.navigateTo({url:"../yusuantaizhang/yusuantaizhang?type=4"})},zhuguan:function(){n.navigateTo({url:"../zhuguantaizhang/zhugauntaizhang?type=5"})},xiangmuzu:function(){n.navigateTo({url:"../xiangmuzutaizhang/xiangmuzutaizhang"})},zixundanei:function(){n.navigateTo({url:"../zixundanweihuizong/zixundanweihuizong"})},shenjian:function(){n.navigateTo({url:"../shenjianhuizong/shenjianhuizong?type=1"})},songshen:function(){n.navigateTo({url:"../songshenjine/songshenjine?type=2"})},leixing:function(){n.navigateTo({url:"../xiangmuleixinghui/xiangmuleixinghui"})},zhuanjia:function(){n.navigateTo({url:"../zhuanjiahui/zhuanjiahui"})},qushi:function(){n.navigateTo({url:"../tubiao/tubiao"})},tuichulogin:function(){n.navigateTo({url:"../index/index"})},gocenter:function(){n.navigateTo({url:"../daiban/daiban"})}}};a.default=i}).call(this,t("543d")["default"])},"79ce":function(n,a,t){"use strict";t.r(a);var u=t("6c16"),e=t.n(u);for(var i in u)"default"!==i&&function(n){t.d(a,n,(function(){return u[n]}))}(i);a["default"]=e.a},a674:function(n,a,t){"use strict";(function(n){t("bdbd"),t("921b");u(t("66fd"));var a=u(t("c681"));function u(n){return n&&n.__esModule?n:{default:n}}n(a.default)}).call(this,t("543d")["createPage"])},bb6e:function(n,a,t){"use strict";var u=t("63dd"),e=t.n(u);e.a},c681:function(n,a,t){"use strict";t.r(a);var u=t("f50b"),e=t("79ce");for(var i in e)"default"!==i&&function(n){t.d(a,n,(function(){return e[n]}))}(i);t("bb6e");var o,c=t("f0c5"),r=Object(c["a"])(e["default"],u["b"],u["c"],!1,null,null,null,!1,u["a"],o);a["default"]=r.exports},d869:function(n,a,t){},f50b:function(n,a,t){"use strict";var u,e=function(){var n=this,a=n.$createElement;n._self._c},i=[];t.d(a,"b",(function(){return e})),t.d(a,"c",(function(){return i})),t.d(a,"a",(function(){return u}))}},[["a674","common/runtime","common/vendor"]]]);
\ No newline at end of file
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/taizhang/taizhang"],{1607:function(n,t,e){"use strict";var a,u=function(){var n=this,t=n.$createElement;n._self._c},i=[];e.d(t,"b",(function(){return u})),e.d(t,"c",(function(){return i})),e.d(t,"a",(function(){return a}))},2166:function(n,t,e){"use strict";e.r(t);var a=e("593d"),u=e.n(a);for(var i in a)"default"!==i&&function(n){e.d(t,n,(function(){return a[n]}))}(i);t["default"]=u.a},"4e90":function(n,t,e){"use strict";var a=e("d869"),u=e.n(a);u.a},"593d":function(n,t,e){"use strict";(function(n){Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var e={onLaunch:function(){console.log("App Launch")},onShow:function(){console.log("App Show")},onHide:function(){console.log("App Hide")},post:function(t,e,a){var u=this,i=new Promise((function(i,o){var r=n.getStorageSync("token"),c={token:r||""};n.request({url:u.globalData.baseUrl+t,data:e,method:a,header:c,success:function(n){200==n.statusCode?i(n):o(n.data)},fail:function(n){console.log(n),o("网络出错"),wx.hideNavigationBarLoading()},complete:function(n){}})}));return i},globalData:{userInfo:null,baseUrl:"https://www.bjzha.net/api/"}};t.default=e}).call(this,e("543d")["default"])},"59df":function(n,t,e){"use strict";e.r(t);var a=e("2166");for(var u in a)"default"!==u&&function(n){e.d(t,n,(function(){return a[n]}))}(u);e("4e90");var i,o,r,c,s=e("f0c5"),f=Object(s["a"])(a["default"],i,o,!1,null,null,null,!1,r,c);t["default"]=f.exports},"63dd":function(n,t,e){},"6c16":function(n,t,e){"use strict";(function(n){Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var a=i(e("4795")),u=i(e("59df"));function i(n){return n&&n.__esModule?n:{default:n}}function o(n,t,e,a,u,i,o){try{var r=n[i](o),c=r.value}catch(s){return void e(s)}r.done?t(c):Promise.resolve(c).then(a,u)}function r(n){return function(){var t=this,e=arguments;return new Promise((function(a,u){var i=n.apply(t,e);function r(n){o(i,a,u,r,c,"next",n)}function c(n){o(i,a,u,r,c,"throw",n)}r(void 0)}))}}var c={data:function(){return{showhide:[{menuname:"bd_distribution",status:"1"},{menuname:"bd_expertdistribution",status:"1"},{menuname:"bd_advisory",status:"1"},{menuname:"prj_votesub",status:"1"},{menuname:"prj_votesub",status:"1"}],renwushow:!1,isshow:!1}},onLoad:function(){this.showhideproject()},methods:{examine:function(t){var e=t.currentTarget.dataset.id;n.navigateTo({url:"/pages/budgetshenhe/budgetshenhe?type="+e})},showhideproject:function(){var t=this;return r(a.default.mark((function e(){var i,o,r,c;return a.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:return i=t,console.log(9988776655),o="project/Get_Menuhiding",r={fuserid:n.getStorageSync("userid"),role:n.getStorageSync("role")},console.log("8877665544",r),e.next=7,u.default.post(o,r,"get");case 7:c=e.sent;try{i.showhide=c.data,console.log("我是showhide",i.showhide),n.setStorageSync("showhide",c.data)}catch(a){console.log(a)}case 9:case"end":return e.stop()}}),e)})))()},xiangmufen:function(){n.navigateTo({url:"../zixunfen/zixunfen"})},danweifen:function(){n.navigateTo({url:"../danweizixun/danweizixun"})},zhuanjiafen:function(){n.navigateTo({url:"../zhuanjiafenpei/zhuanjiafenpei"})},progressproject:function(){n.navigateTo({url:"../guocheng/guocheng"})},xiangmutai:function(){n.navigateTo({url:"../xiangmutaizhang/xiangmutaizhang"})},yusuan:function(t){console.log(t),n.navigateTo({url:"../yusuantaizhang/yusuantaizhang?type=1"})},jiesuan:function(){n.navigateTo({url:"../yusuantaizhang/yusuantaizhang?type=2"})},juesuan:function(){n.navigateTo({url:"../yusuantaizhang/yusuantaizhang?type=3"})},land:function(){n.navigateTo({url:"../yusuantaizhang/yusuantaizhang?type=4"})},zhuguan:function(){n.navigateTo({url:"../zhuguantaizhang/zhugauntaizhang?type=5"})},xiangmuzu:function(){n.navigateTo({url:"../xiangmuzutaizhang/xiangmuzutaizhang"})},zixundanei:function(){n.navigateTo({url:"../zixundanweihuizong/zixundanweihuizong"})},shenjian:function(){n.navigateTo({url:"../shenjianhuizong/shenjianhuizong?type=1"})},songshen:function(){n.navigateTo({url:"../songshenjine/songshenjine?type=2"})},leixing:function(){n.navigateTo({url:"../xiangmuleixinghui/xiangmuleixinghui"})},zhuanjia:function(){n.navigateTo({url:"../zhuanjiahui/zhuanjiahui"})},qushi:function(){n.navigateTo({url:"../tubiao/tubiao"})},tuichulogin:function(){n.navigateTo({url:"../index/index"})},gocenter:function(){n.navigateTo({url:"../daiban/daiban"})}}};t.default=c}).call(this,e("543d")["default"])},"79ce":function(n,t,e){"use strict";e.r(t);var a=e("6c16"),u=e.n(a);for(var i in a)"default"!==i&&function(n){e.d(t,n,(function(){return a[n]}))}(i);t["default"]=u.a},a674:function(n,t,e){"use strict";(function(n){e("bdbd"),e("921b");a(e("66fd"));var t=a(e("c681"));function a(n){return n&&n.__esModule?n:{default:n}}n(t.default)}).call(this,e("543d")["createPage"])},bb6e:function(n,t,e){"use strict";var a=e("63dd"),u=e.n(a);u.a},c681:function(n,t,e){"use strict";e.r(t);var a=e("1607"),u=e("79ce");for(var i in u)"default"!==i&&function(n){e.d(t,n,(function(){return u[n]}))}(i);e("bb6e");var o,r=e("f0c5"),c=Object(r["a"])(u["default"],a["b"],a["c"],!1,null,null,null,!1,a["a"],o);t["default"]=c.exports},d869:function(n,t,e){}},[["a674","common/runtime","common/vendor"]]]);
\ No newline at end of file
... ...
<view class="box"><view data-event-opts="{{[['tap',[['tuichulogin',['$event']]]]]}}" class="unlogin" bindtap="__e">退出登录</view><view class="taizhangpage"><view class="fenxi"><block wx:if="{{showhide[2].status==0||showhide[0].status==0||showhide[1].status==0}}"><view class="fenxiname">任务分配</view></block><view class="renwulist"><block wx:if="{{showhide[4].status!=1}}"><view data-event-opts="{{[['tap',[['xiangmufen',['$event']]]]]}}" class="renwulistitem item" bindtap="__e"><view class="renwuleft"><view class="renwulimg"><image src="../../static/img/fenpei.png" mode></image></view><view class="renwuname">项目组分配</view></view></view></block><view data-event-opts="{{[['tap',[['danweifen',['$event']]]]]}}" class="renwulistitem item" bindtap="__e"><view class="renwuleft"><view class="renwulimg"><image src="../../static/img/danwei.png" mode></image></view><view class="renwuname">咨询单位分配</view></view></view><block wx:if="{{showhide[1].status==0}}"><view data-event-opts="{{[['tap',[['zhuanjiafen',['$event']]]]]}}" class="renwulistitem item" bindtap="__e"><view class="renwuleft"><view class="renwulimg zimg"><image src="../../static/img/zhuanjia.png" mode></image></view><view class="renwuname">专家分配</view></view></view></block></view></view><view class="fenxi"><view class="fenxiname">在审项目</view><view class="renwulist"><view class="renwulistitem" data-id="{{1}}" data-event-opts="{{[['tap',[['examine',['$event']]]]]}}" bindtap="__e"><view class="renwuleft"><view class="renwulimg"><image src="../../static/img/yudauntai.png" mode></image></view><view class="renwuname">预算项目审核</view></view></view><view class="renwulistitem" data-id="{{2}}" data-event-opts="{{[['tap',[['examine',['$event']]]]]}}" bindtap="__e"><view class="renwuleft"><view class="renwulimg"><image src="../../static/img/shenjie.png" mode></image></view><view class="renwuname">结算项目审核</view></view></view></view><view class="renwulist"><view class="renwulistitem" data-id="{{3}}" data-event-opts="{{[['tap',[['examine',['$event']]]]]}}" bindtap="__e"><view class="renwuleft"><view class="renwulimg"><image src="../../static/img/juesuantai.png" mode></image></view><view class="renwuname">决算项目审核</view></view></view><view class="renwulistitem" data-id="{{4}}" data-event-opts="{{[['tap',[['examine',['$event']]]]]}}" bindtap="__e"><view class="renwuleft"><view class="renwulimg"><image src="../../static/img/tudi.png" mode></image></view><view class="renwuname">土地成本项目审核</view></view></view></view></view><view class="fenxi"><view class="fenxiname">项目过程</view><view class="renwulist"><view data-event-opts="{{[['tap',[['progressproject',['$event']]]]]}}" class="renwulistitem" bindtap="__e"><view class="renwuleft"><view class="renwulimg"><image src="../../static/img/fenpei.png" mode></image></view><view class="renwuname">项目在审过程</view></view></view></view></view><view class="fenxi"><view class="fenxiname">所有项目台账</view><view class="renwulist"><view data-event-opts="{{[['tap',[['yusuan',['$event']]]]]}}" class="renwulistitem taiitem1" bindtap="__e"><view class="renwuleft"><view class="renwulimg"><image src="../../static/img/yudauntai.png" mode></image></view><view class="renwuname">预算项目台账</view></view></view><view data-event-opts="{{[['tap',[['xiangmuzu',['$event']]]]]}}" class="renwulistitem taiitem1" bindtap="__e"><view class="renwuleft"><view class="renwulimg"><image src="../../static/img/tudi.png" mode></image></view><view class="renwuname">项目组台账</view></view></view><view data-event-opts="{{[['tap',[['xiangmutai',['$event']]]]]}}" class="renwulistitem taiitem1" bindtap="__e"><view class="renwuleft"><view class="renwulimg zimg"><image src="../../static/img/xiangtai.png" mode></image></view><view class="renwuname">项目台账</view></view></view></view><view class="renwulist"><view data-event-opts="{{[['tap',[['jiesuan',['$event']]]]]}}" class="renwulistitem taiitem2" bindtap="__e"><view class="renwuleft"><view class="renwulimg"><image src="../../static/img/jiesuantai.png" mode></image></view><view class="renwuname">结算项目台账</view></view></view><view data-event-opts="{{[['tap',[['juesuan',['$event']]]]]}}" class="renwulistitem taiitem2" bindtap="__e"><view class="renwuleft"><view class="renwulimg"><image src="../../static/img/juesuantai.png" mode></image></view><view class="renwuname">决算项目台账</view></view></view><view data-event-opts="{{[['tap',[['zhuguan',['$event']]]]]}}" class="renwulistitem taiitem2" bindtap="__e"><view class="renwuleft"><view class="renwulimg"><image src="../../static/img/tudi.png" mode></image></view><view class="renwuname">主管部门台账</view></view></view></view><view class="renwulist"><view data-event-opts="{{[['tap',[['land',['$event']]]]]}}" class="renwulistitem taiitem3" bindtap="__e"><view class="renwuleft"><view class="renwulimg"><image src="../../static/img/tudi.png" mode></image></view><view class="renwuname">土地成本台账</view></view></view></view></view><view class="fenxi"><view class="fenxiname">审结项目台账</view><view class="renwulist"><view data-event-opts="{{[['tap',[['zixundanei',['$event']]]]]}}" class="renwulistitem shenjieitem" bindtap="__e"><view class="renwuleft"><view class="renwulimg"><image src="../../static/img/zixun.png" mode></image></view><view class="renwuname">咨询单位分类台账</view></view></view><view data-event-opts="{{[['tap',[['shenjian',['$event']]]]]}}" class="renwulistitem shenjieitem" bindtap="__e"><view class="renwuleft"><view class="renwulimg"><image src="../../static/img/shenjian.png" mode></image></view><view class="renwuname">审减率分类台账</view></view></view><view data-event-opts="{{[['tap',[['songshen',['$event']]]]]}}" class="renwulistitem shenjieitem" bindtap="__e"><view class="renwuleft"><view class="renwulimg"><image src="../../static/img/songshen.png" mode></image></view><view class="renwuname">送审金额分类台账</view></view></view><view data-event-opts="{{[['tap',[['leixing',['$event']]]]]}}" class="renwulistitem shenjieitem" bindtap="__e"><view class="renwuleft"><view class="renwulimg"><image src="../../static/img/xiangfenlei.png" mode></image></view><view class="renwuname">项目类型分类台账</view></view></view><view data-event-opts="{{[['tap',[['zhuanjia',['$event']]]]]}}" class="renwulistitem shenjieitem" bindtap="__e"><view class="renwuleft"><view class="renwulimg"><image src="../../static/img/zhuanjaifenlei.png" mode></image></view><view class="renwuname">专家分类台账</view></view></view><view data-event-opts="{{[['tap',[['qushi',['$event']]]]]}}" class="renwulistitem shenjieitem" bindtap="__e"><view class="renwuleft"><view class="renwulimg"><image src="../../static/img/qushi.png" mode></image></view><view class="renwuname">项目趋势台账</view></view></view></view></view></view><view class="tabfooter"><block wx:if="{{showhide[3].status==0}}"><view data-event-opts="{{[['tap',[['gocenter',['$event']]]]]}}" class="tabfooteritem" bindtap="__e"><view class="tabfooteritemimg"><image src="../../static/img/daiban.png"></image></view><view class="tabfooteritemtop ">我的任务</view></view></block><view class="tabfooteritem"><view class="tabfooteritemimg"><image src="../../static/img/renwuactive.png"></image></view><view class="tabfooteritemtop tabfooteritemtopactive">功能中心</view></view></view></view>
\ No newline at end of file
<view class="box"><view data-event-opts="{{[['tap',[['tuichulogin',['$event']]]]]}}" class="unlogin" bindtap="__e">退出登录</view><view class="taizhangpage"><block wx:if="{{showhide==''?false:showhide[4].status==0||showhide[4].status!=2}}"><view class="fenxi"><view class="fenxiname">任务分配</view><view class="renwulist"><block wx:if="{{showhide==''?false:showhide[4].status==0}}"><view data-event-opts="{{[['tap',[['xiangmufen',['$event']]]]]}}" class="renwulistitem item" bindtap="__e"><view class="renwuleft"><view class="renwulimg"><image src="../../static/img/fenpei.png" mode></image></view><view class="renwuname">项目组分配</view></view></view></block><block wx:if="{{showhide==''?false:showhide[4].status!=2}}"><view data-event-opts="{{[['tap',[['danweifen',['$event']]]]]}}" class="renwulistitem item" bindtap="__e"><view class="renwuleft"><view class="renwulimg"><image src="../../static/img/danwei.png" mode></image></view><view class="renwuname">咨询单位分配</view></view></view></block><block wx:if="{{showhide==''?false:showhide[1].status==0}}"><view data-event-opts="{{[['tap',[['zhuanjiafen',['$event']]]]]}}" class="renwulistitem item" bindtap="__e"><view class="renwuleft"><view class="renwulimg zimg"><image src="../../static/img/zhuanjia.png" mode></image></view><view class="renwuname">专家分配</view></view></view></block></view></view></block><block wx:if="{{showhide==''?false:showhide[4].status!=2}}"><view class="fenxi"><view class="fenxiname">在审项目</view><view class="renwulist"><view class="renwulistitem" data-id="{{1}}" data-event-opts="{{[['tap',[['examine',['$event']]]]]}}" bindtap="__e"><view class="renwuleft"><view class="renwulimg"><image src="../../static/img/yudauntai.png" mode></image></view><view class="renwuname">预算项目审核</view></view></view><view class="renwulistitem" data-id="{{2}}" data-event-opts="{{[['tap',[['examine',['$event']]]]]}}" bindtap="__e"><view class="renwuleft"><view class="renwulimg"><image src="../../static/img/shenjie.png" mode></image></view><view class="renwuname">结算项目审核</view></view></view></view><view class="renwulist"><view class="renwulistitem" data-id="{{3}}" data-event-opts="{{[['tap',[['examine',['$event']]]]]}}" bindtap="__e"><view class="renwuleft"><view class="renwulimg"><image src="../../static/img/juesuantai.png" mode></image></view><view class="renwuname">决算项目审核</view></view></view><view class="renwulistitem" data-id="{{4}}" data-event-opts="{{[['tap',[['examine',['$event']]]]]}}" bindtap="__e"><view class="renwuleft"><view class="renwulimg"><image src="../../static/img/tudi.png" mode></image></view><view class="renwuname">土地成本项目审核</view></view></view></view></view></block><view class="fenxi"><view class="fenxiname">项目过程</view><view class="renwulist"><view data-event-opts="{{[['tap',[['progressproject',['$event']]]]]}}" class="renwulistitem" bindtap="__e"><view class="renwuleft"><view class="renwulimg"><image src="../../static/img/fenpei.png" mode></image></view><view class="renwuname">项目在审过程</view></view></view></view></view><view class="fenxi"><view class="fenxiname">所有项目台账</view><view class="renwulist"><view data-event-opts="{{[['tap',[['yusuan',['$event']]]]]}}" class="renwulistitem taiitem1" bindtap="__e"><view class="renwuleft"><view class="renwulimg"><image src="../../static/img/yudauntai.png" mode></image></view><view class="renwuname">预算项目台账</view></view></view><view data-event-opts="{{[['tap',[['xiangmuzu',['$event']]]]]}}" class="renwulistitem taiitem1" bindtap="__e"><view class="renwuleft"><view class="renwulimg"><image src="../../static/img/tudi.png" mode></image></view><view class="renwuname">项目组台账</view></view></view><view data-event-opts="{{[['tap',[['xiangmutai',['$event']]]]]}}" class="renwulistitem taiitem1" bindtap="__e"><view class="renwuleft"><view class="renwulimg zimg"><image src="../../static/img/xiangtai.png" mode></image></view><view class="renwuname">项目台账</view></view></view></view><view class="renwulist"><view data-event-opts="{{[['tap',[['jiesuan',['$event']]]]]}}" class="renwulistitem taiitem2" bindtap="__e"><view class="renwuleft"><view class="renwulimg"><image src="../../static/img/jiesuantai.png" mode></image></view><view class="renwuname">结算项目台账</view></view></view><view data-event-opts="{{[['tap',[['juesuan',['$event']]]]]}}" class="renwulistitem taiitem2" bindtap="__e"><view class="renwuleft"><view class="renwulimg"><image src="../../static/img/juesuantai.png" mode></image></view><view class="renwuname">决算项目台账</view></view></view><view data-event-opts="{{[['tap',[['zhuguan',['$event']]]]]}}" class="renwulistitem taiitem2" bindtap="__e"><view class="renwuleft"><view class="renwulimg"><image src="../../static/img/tudi.png" mode></image></view><view class="renwuname">主管部门台账</view></view></view></view><view class="renwulist"><view data-event-opts="{{[['tap',[['land',['$event']]]]]}}" class="renwulistitem taiitem3" bindtap="__e"><view class="renwuleft"><view class="renwulimg"><image src="../../static/img/tudi.png" mode></image></view><view class="renwuname">土地成本台账</view></view></view></view></view><view class="fenxi"><view class="fenxiname">审结项目台账</view><view class="renwulist"><view data-event-opts="{{[['tap',[['zixundanei',['$event']]]]]}}" class="renwulistitem shenjieitem" bindtap="__e"><view class="renwuleft"><view class="renwulimg"><image src="../../static/img/zixun.png" mode></image></view><view class="renwuname">咨询单位分类台账</view></view></view><view data-event-opts="{{[['tap',[['shenjian',['$event']]]]]}}" class="renwulistitem shenjieitem" bindtap="__e"><view class="renwuleft"><view class="renwulimg"><image src="../../static/img/shenjian.png" mode></image></view><view class="renwuname">审减率分类台账</view></view></view><view data-event-opts="{{[['tap',[['songshen',['$event']]]]]}}" class="renwulistitem shenjieitem" bindtap="__e"><view class="renwuleft"><view class="renwulimg"><image src="../../static/img/songshen.png" mode></image></view><view class="renwuname">送审金额分类台账</view></view></view><view data-event-opts="{{[['tap',[['leixing',['$event']]]]]}}" class="renwulistitem shenjieitem" bindtap="__e"><view class="renwuleft"><view class="renwulimg"><image src="../../static/img/xiangfenlei.png" mode></image></view><view class="renwuname">项目类型分类台账</view></view></view><view data-event-opts="{{[['tap',[['zhuanjia',['$event']]]]]}}" class="renwulistitem shenjieitem" bindtap="__e"><view class="renwuleft"><view class="renwulimg"><image src="../../static/img/zhuanjaifenlei.png" mode></image></view><view class="renwuname">专家分类台账</view></view></view><view data-event-opts="{{[['tap',[['qushi',['$event']]]]]}}" class="renwulistitem shenjieitem" bindtap="__e"><view class="renwuleft"><view class="renwulimg"><image src="../../static/img/qushi.png" mode></image></view><view class="renwuname">项目趋势台账</view></view></view></view></view></view><view class="tabfooter"><block wx:if="{{showhide==''?false:showhide[3].status==0}}"><view data-event-opts="{{[['tap',[['gocenter',['$event']]]]]}}" class="tabfooteritem" bindtap="__e"><view class="tabfooteritemimg"><image src="../../static/img/daiban.png"></image></view><view class="tabfooteritemtop ">我的任务</view></view></block><view class="tabfooteritem"><view class="tabfooteritemimg"><image src="../../static/img/renwuactive.png"></image></view><view class="tabfooteritemtop tabfooteritemtopactive">功能中心</view></view></view></view>
\ No newline at end of file
... ...
.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}.unlogin{width:150rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;position:absolute;right:0;top:40rpx}.fenxiname{padding:44rpx 32rpx 28rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#3d444d;font-size:36rpx;font-weight:700}.renwulimg{width:68rpx;height:68rpx;font-size:0}.renwulimg image{width:100%;height:100%}.renwuright{width:13rpx;height:23rpx;font-size:0}.renwuright image{width:100%;height:100%}.renwulist{padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-flex-wrap:wrap;flex-wrap:wrap}.renwulistitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:32rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;margin-right:35rpx}.renwuleft{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.renwuname{color:#3d444d;font-size:28rpx;margin-left:20rpx;letter-spacing:2rpx;margin-top:15rpx}.taiitem1{width:226rpx;-webkit-box-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start;margin-right:0}.shenjieitem{width:280rpx;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.zimg{margin-left:20rpx}.taizhangpage{margin-bottom:150rpx}
\ No newline at end of file
.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.shaiselecttop{width:750rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;padding-top:10rpx;padding-bottom:10rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.shaiselect{display:inline-block;width:200rpx;height:64rpx;background:#0093ff;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;border-radius:30rpx}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}.unlogin{width:150rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;position:absolute;right:0;top:40rpx}.fenxiname{padding:44rpx 32rpx 28rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#3d444d;font-size:36rpx;font-weight:700}.renwulimg{width:68rpx;height:68rpx;font-size:0}.renwulimg image{width:100%;height:100%}.renwuright{width:13rpx;height:23rpx;font-size:0}.renwuright image{width:100%;height:100%}.renwulist{padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-flex-wrap:wrap;flex-wrap:wrap}.renwulistitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:32rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;margin-right:20rpx}.renwuleft{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.renwuname{color:#3d444d;font-size:28rpx;margin-left:20rpx;letter-spacing:2rpx;margin-top:15rpx}.taiitem1{width:226rpx;-webkit-box-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start;margin-right:0}.shenjieitem{width:280rpx;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.zimg{margin-left:20rpx}.taizhangpage{margin-bottom:150rpx}
\ No newline at end of file
... ...
.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}.qiun-charts{width:750rpx;height:500rpx;background-color:#fff}.charts{width:750rpx;height:500rpx;background-color:#fff}
\ No newline at end of file
.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.shaiselecttop{width:750rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;padding-top:10rpx;padding-bottom:10rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.shaiselect{display:inline-block;width:200rpx;height:64rpx;background:#0093ff;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;border-radius:30rpx}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}.qiun-charts{width:750rpx;height:500rpx;background-color:#fff}.charts{width:750rpx;height:500rpx;background-color:#fff}
\ No newline at end of file
... ...
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/xiangmuleixinghui/xiangmuleixinghui"],{"1bdc":function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=o(n("59df")),i=o(n("b86c"));function o(t){return t&&t.__esModule?t:{default:t}}function r(t){if("undefined"===typeof Symbol||null==t[Symbol.iterator]){if(Array.isArray(t)||(t=u(t))){var e=0,n=function(){};return{s:n,n:function(){return e>=t.length?{done:!0}:{done:!1,value:t[e++]}},e:function(t){throw t},f:n}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var a,i,o=!0,r=!1;return{s:function(){a=t[Symbol.iterator]()},n:function(){var t=a.next();return o=t.done,t},e:function(t){r=!0,i=t},f:function(){try{o||null==a.return||a.return()}finally{if(r)throw i}}}}function u(t,e){if(t){if("string"===typeof t)return s(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(n):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?s(t,e):void 0}}function s(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,a=new Array(e);n<e;n++)a[n]=t[n];return a}var c={data:function(){return{selact:1,tizhangshow:!1,danweiindex:0,danweilist:[],projectlist:[],projectname:"项目类型",danweiname:"评审类型",yearindex:-1,startdate:"开始时间",endate:"结束时间",index:0,yeararr:[],danweilistz:[],danweiindexz:0,danweinamez:"咨询单位",toaudit:"",fintorg:"",fprojectcategory:"",submitdateone:"",submitdatetwo:"",sendyear:"",huizonglist:[],type:"",huizong:!0,fid:""}},onLoad:function(t){this.type=t.type;var e=new Date,n=e.getFullYear();console.log(n);for(var a=n-19,i=a;i<=n;i++)this.yeararr.push(i);this.getpingtype(),this.getprojectkind(),this.getzixundanwei(),this.getfenhuilist()},methods:{reset:function(){this.projectname="项目类型",this.danweiname="评审类型",this.yearindex=-1,this.startdate="开始时间",this.endate="结束时间",this.toaudit="",this.fprojectcategory="",this.sendyear="",this.submitdateone="",this.submitdatetwo=""},onNavigationBarButtonTap:function(){this.tizhangshow=!this.tizhangshow},yearchange:function(t){this.yearindex=t.target.value,this.sendyear=this.yeararr[t.target.value]},bindDateChange:function(t){this.startdate=t.target.value,this.submitdateone=t.target.value},endDateChange:function(t){this.endate=t.target.value,this.submitdatetwo=t.target.value},fenhui:function(t){console.log(t);var e=t.currentTarget.dataset.id;console.log(e),this.selact=e},screenheng:function(){console.log(999)},getzixundanwei:function(){var t=this;console.log(9988776655);var e="project/Get_IntermediaryOrg";a.default.post(e,"","get").then((function(e){console.log(e),t.danweilistz=e.data})).catch((function(t){console.log(t)}))},danweichangez:function(t){console.log("picker发送选择改变,携带值为",t),console.log("998877654",this.danweilistz),console.log("09988776545",this.danweilistz[t.target.value].fname),this.danweiindexz=t.target.value,this.fintorg=this.danweilistz[t.target.value].fname,this.danweinamez=this.danweilistz[t.target.value].fname},getpingtype:function(){var t=this;console.log(9988776655);var e="project/Get_ToAuditType";a.default.post(e,"","get").then((function(e){console.log(e),t.danweilist=e.data})).catch((function(t){console.log(t)}))},danweichange:function(t){console.log("picker发送选择改变,携带值为",t.target.value),this.danweiindex=t.target.value,this.toaudit=this.danweilist[t.target.value].fname,this.danweiname=this.danweilist[t.target.value].fname},getprojectkind:function(){var t=this,e="project/Get_ProjectType";a.default.post(e,"","get").then((function(e){console.log(e),t.projectlist=e.data,console.log(t.projectlist)})).catch((function(t){console.log(t)}))},bindPickerChange:function(t){console.log("picker发送选择改变,携带值为",t.target.value),this.index=t.target.value,this.fprojectcategory=this.projectlist[t.target.value].fname,this.projectname=this.projectlist[t.target.value].fname},getfenhuilist:function(){var t=this,e=this;console.log(9988776655);var n="project/Get_PrjtypecategorySum",o={toaudit:e.toaudit,fprojectcategory:e.fprojectcategory,sendyear:e.sendyear,submitdateone:e.submitdateone,submitdatetwo:e.submitdatetwo};console.log(o),a.default.post(n,o,"get").then((function(n){console.log(n),e.huizonglist=n.data;var a,o=e.huizonglist,u=r(o);try{for(u.s();!(a=u.n()).done;){var s=a.value;s.auduitsum=i.default.change(s.auduitsum),s.amountsum=i.default.change(s.amountsum),s.freesum=i.default.change(s.freesum)}}catch(c){u.e(c)}finally{u.f()}t.huizonglist=o})).catch((function(t){console.log(t)}))},detail:function(e){console.log(e),this.fid=e.target.dataset.id,t.navigateTo({url:"../xiangmuleixinghuidetail/xiangmuleixinghuidetail?fid="+this.fid})},getdetail:function(){var t=this;console.log(9988776655);var e="project/Get_Prjtypecategory",n={fid:t.fid,toaudit:t.toaudit,fprojectcategory:t.fprojectcategory,sendyear:t.sendyear,submitdateone:t.submitdateone,submitdatetwo:t.submitdatetwo};console.log(n),a.default.post(e,n,"get").then((function(e){console.log(e),t.huizonglist=e.data})).catch((function(t){console.log(t)}))},search:function(){this.getfenhuilist(),this.tizhangshow=!1},searchdetail:function(){this.getdetail(),this.tizhangshow=!1}}};e.default=c}).call(this,n("543d")["default"])},2166:function(t,e,n){"use strict";n.r(e);var a=n("593d"),i=n.n(a);for(var o in a)"default"!==o&&function(t){n.d(e,t,(function(){return a[t]}))}(o);e["default"]=i.a},"4e90":function(t,e,n){"use strict";var a=n("d869"),i=n.n(a);i.a},5078:function(t,e,n){"use strict";var a=n("d72b"),i=n.n(a);i.a},"593d":function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n={onLaunch:function(){console.log("App Launch")},onShow:function(){console.log("App Show")},onHide:function(){console.log("App Hide")},post:function(e,n,a){var i=this,o=new Promise((function(o,r){var u=t.getStorageSync("token"),s={token:u||""};t.request({url:i.globalData.baseUrl+e,data:n,method:a,header:s,success:function(t){200==t.statusCode?o(t):r(t.data)},fail:function(t){console.log(t),r("网络出错"),wx.hideNavigationBarLoading()},complete:function(t){}})}));return o},globalData:{userInfo:null,baseUrl:"https://www.bjzha.net/api/"}};e.default=n}).call(this,n("543d")["default"])},"59df":function(t,e,n){"use strict";n.r(e);var a=n("2166");for(var i in a)"default"!==i&&function(t){n.d(e,t,(function(){return a[t]}))}(i);n("4e90");var o,r,u,s,c=n("f0c5"),l=Object(c["a"])(a["default"],o,r,!1,null,null,null,!1,u,s);e["default"]=l.exports},"658f":function(t,e,n){"use strict";(function(t){n("bdbd"),n("921b");a(n("66fd"));var e=a(n("ae63"));function a(t){return t&&t.__esModule?t:{default:t}}t(e.default)}).call(this,n("543d")["createPage"])},"762a":function(t,e,n){"use strict";var a,i=function(){var t=this,e=t.$createElement;t._self._c},o=[];n.d(e,"b",(function(){return i})),n.d(e,"c",(function(){return o})),n.d(e,"a",(function(){return a}))},a142:function(t,e,n){"use strict";n.r(e);var a=n("1bdc"),i=n.n(a);for(var o in a)"default"!==o&&function(t){n.d(e,t,(function(){return a[t]}))}(o);e["default"]=i.a},ae63:function(t,e,n){"use strict";n.r(e);var a=n("762a"),i=n("a142");for(var o in i)"default"!==o&&function(t){n.d(e,t,(function(){return i[t]}))}(o);n("5078");var r,u=n("f0c5"),s=Object(u["a"])(i["default"],a["b"],a["c"],!1,null,null,null,!1,a["a"],r);e["default"]=s.exports},d72b:function(t,e,n){},d869:function(t,e,n){}},[["658f","common/runtime","common/vendor"]]]);
\ No newline at end of file
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/xiangmuleixinghui/xiangmuleixinghui"],{"1bdc":function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=o(n("59df")),i=o(n("b86c"));function o(t){return t&&t.__esModule?t:{default:t}}function r(t){if("undefined"===typeof Symbol||null==t[Symbol.iterator]){if(Array.isArray(t)||(t=u(t))){var e=0,n=function(){};return{s:n,n:function(){return e>=t.length?{done:!0}:{done:!1,value:t[e++]}},e:function(t){throw t},f:n}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var a,i,o=!0,r=!1;return{s:function(){a=t[Symbol.iterator]()},n:function(){var t=a.next();return o=t.done,t},e:function(t){r=!0,i=t},f:function(){try{o||null==a.return||a.return()}finally{if(r)throw i}}}}function u(t,e){if(t){if("string"===typeof t)return s(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(n):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?s(t,e):void 0}}function s(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,a=new Array(e);n<e;n++)a[n]=t[n];return a}var c={data:function(){return{selact:1,tizhangshow:!1,danweiindex:0,danweilist:[],projectlist:[],projectname:"项目类型",danweiname:"评审类型",yearindex:-1,startdate:"开始时间",endate:"结束时间",index:0,yeararr:[],danweilistz:[],danweiindexz:0,danweinamez:"咨询单位",toaudit:"",fintorg:"",fprojectcategory:"",submitdateone:"",submitdatetwo:"",sendyear:"",huizonglist:[],type:"",huizong:!0,fid:"",stationname:"请选择主管部门",stationindex:0,document:"",stationlist:[],yearname:"请选择年度"}},onLoad:function(t){this.type=t.type;var e=new Date,n=e.getFullYear();console.log(n);for(var a=n-19,i=a;i<=n;i++)this.yeararr.push(i);this.getpingtype(),this.getprojectkind(),this.getzixundanwei(),this.getfenhuilist(),this.getzhugaunlist()},computed:{startDate:function(){return this.getDate("start")},endDate:function(){return this.getDate("end")}},methods:{hide:function(){this.tizhangshow=!1},hidek:function(){},getzhugaunlist:function(){var t=this;console.log(9988776655);var e="project/Get_ComDepartment";a.default.post(e,"","get").then((function(e){console.log(e),t.stationlist=e.data})).catch((function(t){console.log(t)}))},getDate:function(t){var e=new Date,n=e.getFullYear(),a=e.getMonth()+1,i=e.getDate();return"start"===t?n-=60:"end"===t&&(n+=2),a=a>9?a:"0"+a,i=i>9?i:"0"+i,"".concat(n,"-").concat(a,"-").concat(i)},bindstationrChange:function(t){console.log("picker发送选择改变,携带值为",t.target.value),this.stationindex=t.target.value,this.stationname=this.stationlist[t.target.value].fname,this.document=this.stationlist[t.target.value].fid,console.log(that.document)},reset:function(){this.projectname="项目类型",this.danweiname="评审类型",this.yearindex=-1,this.startdate="开始时间",this.endate="结束时间",this.toaudit="",this.fprojectcategory="",this.sendyear="",this.submitdateone="",this.submitdatetwo="",this.stationname="请选择主管部门",this.document=""},shai:function(){this.tizhangshow=!this.tizhangshow},yearchange:function(t){this.yearindex=t.target.value,this.sendyear=this.yeararr[t.target.value],this.yearname=this.yeararr[t.target.value]},bindDateChange:function(t){this.startdate=t.target.value,this.submitdateone=t.target.value},endDateChange:function(t){this.endate=t.target.value,this.submitdatetwo=t.target.value},fenhui:function(t){console.log(t);var e=t.currentTarget.dataset.id;console.log(e),this.selact=e},screenheng:function(){console.log(999)},getzixundanwei:function(){var t=this;console.log(9988776655);var e="project/Get_IntermediaryOrg";a.default.post(e,"","get").then((function(e){console.log(e),t.danweilistz=e.data})).catch((function(t){console.log(t)}))},danweichangez:function(t){console.log("picker发送选择改变,携带值为",t),console.log("998877654",this.danweilistz),console.log("09988776545",this.danweilistz[t.target.value].fname),this.danweiindexz=t.target.value,this.fintorg=this.danweilistz[t.target.value].fname,this.danweinamez=this.danweilistz[t.target.value].fname},getpingtype:function(){var t=this;console.log(9988776655);var e="project/Get_ToAuditType";a.default.post(e,"","get").then((function(e){console.log(e),t.danweilist=e.data})).catch((function(t){console.log(t)}))},danweichange:function(t){console.log("picker发送选择改变,携带值为",t.target.value),this.danweiindex=t.target.value,this.toaudit=this.danweilist[t.target.value].fname,this.danweiname=this.danweilist[t.target.value].fname},getprojectkind:function(){var t=this,e="project/Get_ProjectType";a.default.post(e,"","get").then((function(e){console.log(e),t.projectlist=e.data,console.log(t.projectlist)})).catch((function(t){console.log(t)}))},bindPickerChange:function(t){console.log("picker发送选择改变,携带值为",t.target.value),this.index=t.target.value,this.fprojectcategory=this.projectlist[t.target.value].fname,this.projectname=this.projectlist[t.target.value].fname},getfenhuilist:function(){var t=this,e=this;console.log(9988776655);var n="project/Get_PrjtypecategorySum",o={toaudit:e.toaudit,fprojectcategory:e.fprojectcategory,sendyear:e.sendyear,submitdateone:e.submitdateone,submitdatetwo:e.submitdatetwo,document:e.document};console.log(o),a.default.post(n,o,"get").then((function(n){console.log(n),e.huizonglist=n.data;var a,o=e.huizonglist,u=r(o);try{for(u.s();!(a=u.n()).done;){var s=a.value;s.auduitsum=i.default.change(s.auduitsum),s.amountsum=i.default.change(s.amountsum),s.freesum=i.default.change(s.freesum)}}catch(c){u.e(c)}finally{u.f()}t.huizonglist=o})).catch((function(t){console.log(t)}))},detail:function(e){console.log(e),this.fid=e.target.dataset.id,t.navigateTo({url:"../xiangmuleixinghuidetail/xiangmuleixinghuidetail?fid="+this.fid+"&document="+this.document})},getdetail:function(){var t=this;console.log(9988776655);var e="project/Get_Prjtypecategory",n={fid:t.fid,toaudit:t.toaudit,fprojectcategory:t.fprojectcategory,sendyear:t.sendyear,submitdateone:t.submitdateone,submitdatetwo:t.submitdatetwo};console.log(n),a.default.post(e,n,"get").then((function(e){console.log(e),t.huizonglist=e.data})).catch((function(t){console.log(t)}))},search:function(){this.getfenhuilist(),this.tizhangshow=!1},searchdetail:function(){this.getdetail(),this.tizhangshow=!1}}};e.default=c}).call(this,n("543d")["default"])},2166:function(t,e,n){"use strict";n.r(e);var a=n("593d"),i=n.n(a);for(var o in a)"default"!==o&&function(t){n.d(e,t,(function(){return a[t]}))}(o);e["default"]=i.a},"4e90":function(t,e,n){"use strict";var a=n("d869"),i=n.n(a);i.a},5078:function(t,e,n){"use strict";var a=n("d72b"),i=n.n(a);i.a},"593d":function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n={onLaunch:function(){console.log("App Launch")},onShow:function(){console.log("App Show")},onHide:function(){console.log("App Hide")},post:function(e,n,a){var i=this,o=new Promise((function(o,r){var u=t.getStorageSync("token"),s={token:u||""};t.request({url:i.globalData.baseUrl+e,data:n,method:a,header:s,success:function(t){200==t.statusCode?o(t):r(t.data)},fail:function(t){console.log(t),r("网络出错"),wx.hideNavigationBarLoading()},complete:function(t){}})}));return o},globalData:{userInfo:null,baseUrl:"https://www.bjzha.net/api/"}};e.default=n}).call(this,n("543d")["default"])},"59df":function(t,e,n){"use strict";n.r(e);var a=n("2166");for(var i in a)"default"!==i&&function(t){n.d(e,t,(function(){return a[t]}))}(i);n("4e90");var o,r,u,s,c=n("f0c5"),l=Object(c["a"])(a["default"],o,r,!1,null,null,null,!1,u,s);e["default"]=l.exports},"658f":function(t,e,n){"use strict";(function(t){n("bdbd"),n("921b");a(n("66fd"));var e=a(n("ae63"));function a(t){return t&&t.__esModule?t:{default:t}}t(e.default)}).call(this,n("543d")["createPage"])},"9f1c":function(t,e,n){"use strict";var a,i=function(){var t=this,e=t.$createElement;t._self._c},o=[];n.d(e,"b",(function(){return i})),n.d(e,"c",(function(){return o})),n.d(e,"a",(function(){return a}))},a142:function(t,e,n){"use strict";n.r(e);var a=n("1bdc"),i=n.n(a);for(var o in a)"default"!==o&&function(t){n.d(e,t,(function(){return a[t]}))}(o);e["default"]=i.a},ae63:function(t,e,n){"use strict";n.r(e);var a=n("9f1c"),i=n("a142");for(var o in i)"default"!==o&&function(t){n.d(e,t,(function(){return i[t]}))}(o);n("5078");var r,u=n("f0c5"),s=Object(u["a"])(i["default"],a["b"],a["c"],!1,null,null,null,!1,a["a"],r);e["default"]=s.exports},d72b:function(t,e,n){},d869:function(t,e,n){}},[["658f","common/runtime","common/vendor"]]]);
\ No newline at end of file
... ...
<view class="box"><block wx:if="{{huizonglist.length==1}}"><view class="nodata">暂无数据</view></block><block wx:else><block><block wx:if="{{huizong}}"><view class="taizhangbox"><view class="taizhanghead"><view class="taizhangitem">项目类型</view><view class="taizhangitem"><view class="shunum">项目数量</view><view class="shenjie">(已审结)</view></view><view class="taizhangitem">总送审额</view><view class="taizhangitem">总审定额</view><view class="taizhangitem">总审减额</view><view class="taizhangitem">综合审减率</view><view class="taizhangitem">操作</view></view><view class="taizhanglist"><block wx:for="{{huizonglist}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="taizhangflistitem"><view class="taiitem itemname">{{item.ftype+''}}</view><view class="taiitem itemshu">{{item.prjnum}}</view><view class="taiitem songshen">{{item.auduitsum}}</view><view class="taiitem shending">{{item.amountsum}}</view><view class="taiitem shenjian">{{item.freesum}}</view><view class="taiitem shenlv">{{item.freerate}}</view><view class="taiitem detailname" data-id="{{item.fid}}" data-event-opts="{{[['tap',[['detail',['$event']]]]]}}" bindtap="__e">详情</view></view></block></view></view></block><block wx:else><view class="taizhangbox"><view class="taizhanghead taizhangheadde"><view class="taizhangitem">项目编号</view><view class="taizhangitem">项目名称</view><view class="taizhangitem">送审金额</view><view class="taizhangitem">评审类型</view><view class="taizhangitem">送审单位</view><view class="taizhangitem">项目类型</view><view class="taizhangitem">送审时间</view><view class="taizhangitem">审定金额</view><view class="taizhangitem">审减率</view><view class="taizhangitem">审减金额</view><view class="taizhangitem">咨询单位</view><view class="taizhangitem">送审年度</view><view class="taizhangitem">咨询单位项目审核负责人</view></view><view class="taizhanglist"><block wx:for="{{huizonglist}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="taizhangflistitem taizhangflistitemde"><view class="taiitem itemname">{{item.fprjnumber+''}}</view><view class="taiitem itemshu">{{item.fprjname}}</view><view class="taiitem songshen">{{item.ftoauditamt}}</view><view class="taiitem shending">{{item.freviewtype}}</view><view class="taiitem shenjian">{{item.fdevorgid}}</view><view class="taiitem shenlv">{{item.fprojecttype}}</view><view class="taiitem itemname">{{item.fsubmitfindate+''}}</view><view class="taiitem itemshu">{{item.fauditamount}}</view><view class="taiitem songshen">{{item.fauditratio}}</view><view class="taiitem shending">{{item.fshenjianmoney}}</view><view class="taiitem shenjian">{{item.flordintorgid}}</view><view class="taiitem shenlv">{{item.fyear}}</view><view class="taiitem shenlv">{{item.fauditledername}}</view></view></block></view></view></block></block></block><block wx:if="{{tizhangshow}}"><view class="register"><view class="taizhangwrap xiangmuzi"><view class="wrapbox"><view class="wrapitem"><view class="wrapitemleft">项目类型</view><picker value="{{index}}" range="{{projectlist}}" range-key="fname" data-event-opts="{{[['change',[['bindPickerChange',['$event']]]]]}}" bindchange="__e"><view class="wrapitemright"><view class="uni-input projectname">{{projectname}}</view></view></picker></view><view class="wrapitem"><view class="wrapitemleft">评审类型</view><picker value="{{danweiindex}}" range="{{danweilist}}" range-key="fname" data-event-opts="{{[['change',[['danweichange',['$event']]]]]}}" bindchange="__e"><view class="wrapitemright"><view class="uni-input projectname">{{danweiname}}</view></view></picker></view><view class="wrapitem"><view class="wrapitemleft">年度</view><picker value="{{yearindex}}" range="{{yeararr}}" data-event-opts="{{[['change',[['yearchange',['$event']]]]]}}" bindchange="__e"><view class="wrapitemright"><view class="nianduleft"><view class="uni-input projectname">{{yeararr[yearindex]}}</view></view><view class="nianduright"><image src="../../static/img/number.png" mode></image></view></view></picker></view><view class="wrapitem"><view class="wrapitemleft">时间</view><view class="time"><picker mode="date" value="{{date}}" start="{{startDate}}" end="{{endDate}}" data-event-opts="{{[['change',[['bindDateChange',['$event']]]]]}}" bindchange="__e"><view class="timeleft">{{''+startdate+''}}</view></picker><view class="timemiddle"></view><picker mode="date" value="{{date}}" start="{{startDate}}" end="{{endDate}}" data-event-opts="{{[['change',[['endDateChange',['$event']]]]]}}" bindchange="__e"><view class="timeleft">{{''+endate+''}}</view></picker></view></view></view><view class="zibot"><view data-event-opts="{{[['tap',[['reset',['$event']]]]]}}" class="reset" bindtap="__e">重置</view><block wx:if="{{huizong}}"><view data-event-opts="{{[['tap',[['search',['$event']]]]]}}" class="chaxun" bindtap="__e">查询</view></block><block wx:else><view data-event-opts="{{[['tap',[['searchdetail',['$event']]]]]}}" class="chaxun" bindtap="__e">查询</view></block></view></view></view></block></view>
\ No newline at end of file
<view class="box"><view class="topheadk"><view class="shaiselecttop"><view data-event-opts="{{[['tap',[['shai',['$event']]]]]}}" class="shaiselect" bindtap="__e">筛选</view></view></view><block wx:if="{{huizonglist.length==1}}"><view class="nodata">暂无数据</view></block><block wx:else><block><block wx:if="{{huizong}}"><view class="taizhangbox"><view class="taizhanghead"><view class="taizhangitem">项目类型</view><view class="taizhangitem"><view class="shunum">项目数量</view><view class="shenjie">(已审结)</view></view><view class="taizhangitem">总送审额</view><view class="taizhangitem">总审定额</view><view class="taizhangitem">总审减额</view><view class="taizhangitem">综合审减率</view><view class="taizhangitem">操作</view></view><view class="taizhanglist"><block wx:for="{{huizonglist}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="taizhangflistitem"><view class="taiitem itemname">{{item.ftype+''}}</view><view class="taiitem itemshu">{{item.prjnum}}</view><view class="taiitem songshen">{{item.auduitsum}}</view><view class="taiitem shending">{{item.amountsum}}</view><view class="taiitem shenjian">{{item.freesum}}</view><view class="taiitem shenlv">{{item.freerate}}</view><view class="taiitem detailname" data-id="{{item.fid}}" data-event-opts="{{[['tap',[['detail',['$event']]]]]}}" bindtap="__e">详情</view></view></block></view></view></block><block wx:else><view class="taizhangbox"><view class="taizhanghead taizhangheadde"><view class="taizhangitem">项目编号</view><view class="taizhangitem">项目名称</view><view class="taizhangitem">送审金额</view><view class="taizhangitem">评审类型</view><view class="taizhangitem">送审单位</view><view class="taizhangitem">项目类型</view><view class="taizhangitem">送审时间</view><view class="taizhangitem">审定金额</view><view class="taizhangitem">审减率</view><view class="taizhangitem">审减金额</view><view class="taizhangitem">咨询单位</view><view class="taizhangitem">送审年度</view><view class="taizhangitem">咨询单位项目审核负责人</view></view><view class="taizhanglist"><block wx:for="{{huizonglist}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="taizhangflistitem taizhangflistitemde"><view class="taiitem itemname">{{item.fprjnumber+''}}</view><view class="taiitem itemshu">{{item.fprjname}}</view><view class="taiitem songshen">{{item.ftoauditamt}}</view><view class="taiitem shending">{{item.freviewtype}}</view><view class="taiitem shenjian">{{item.fdevorgid}}</view><view class="taiitem shenlv">{{item.fprojecttype}}</view><view class="taiitem itemname">{{item.fsubmitfindate+''}}</view><view class="taiitem itemshu">{{item.fauditamount}}</view><view class="taiitem songshen">{{item.fauditratio}}</view><view class="taiitem shending">{{item.fshenjianmoney}}</view><view class="taiitem shenjian">{{item.flordintorgid}}</view><view class="taiitem shenlv">{{item.fyear}}</view><view class="taiitem shenlv">{{item.fauditledername}}</view></view></block></view></view></block></block></block><block wx:if="{{tizhangshow}}"><view data-event-opts="{{[['tap',[['hide',['$event']]]]]}}" class="register" bindtap="__e"><view data-event-opts="{{[['tap',[['hidek',['$event']]]]]}}" class="taizhangwrap xiangmuzi" catchtap="__e"><view class="wrapbox"><view class="wrapitem"><view class="wrapitemleft">项目类型</view><picker value="{{index}}" range="{{projectlist}}" range-key="fname" data-event-opts="{{[['change',[['bindPickerChange',['$event']]]]]}}" bindchange="__e"><view class="wrapitemright"><view class="uni-input projectname">{{projectname}}</view></view></picker></view><view class="wrapitem"><view class="wrapitemleft">主管部门</view><picker value="{{stationindex}}" range="{{stationlist}}" range-key="fname" data-event-opts="{{[['change',[['bindstationrChange',['$event']]]]]}}" bindchange="__e"><view class="wrapitemright"><view class="uni-input projectname">{{stationname}}</view></view></picker></view><view class="wrapitem"><view class="wrapitemleft">评审类型</view><picker value="{{danweiindex}}" range="{{danweilist}}" range-key="fname" data-event-opts="{{[['change',[['danweichange',['$event']]]]]}}" bindchange="__e"><view class="wrapitemright"><view class="uni-input projectname">{{danweiname}}</view></view></picker></view><view class="wrapitem"><view class="wrapitemleft">年度</view><picker value="{{yearindex}}" range="{{yeararr}}" data-event-opts="{{[['change',[['yearchange',['$event']]]]]}}" bindchange="__e"><view class="wrapitemright"><view class="nianduleft"><view class="uni-input projectname">{{yearname}}</view></view><view class="nianduright"><image src="../../static/img/number.png" mode></image></view></view></picker></view><view class="wrapitem"><view class="wrapitemleft">时间</view><view class="time"><picker mode="date" value="{{date}}" start="{{startDate}}" end="{{endDate}}" data-event-opts="{{[['change',[['bindDateChange',['$event']]]]]}}" bindchange="__e"><view class="timeleft">{{''+startdate+''}}</view></picker><view class="timemiddle"></view><picker mode="date" value="{{date}}" start="{{startDate}}" end="{{endDate}}" data-event-opts="{{[['change',[['endDateChange',['$event']]]]]}}" bindchange="__e"><view class="timeleft">{{''+endate+''}}</view></picker></view></view></view><view class="zibot"><view data-event-opts="{{[['tap',[['reset',['$event']]]]]}}" class="reset" bindtap="__e">重置</view><block wx:if="{{huizong}}"><view data-event-opts="{{[['tap',[['search',['$event']]]]]}}" class="chaxun" bindtap="__e">查询</view></block><block wx:else><view data-event-opts="{{[['tap',[['searchdetail',['$event']]]]]}}" class="chaxun" bindtap="__e">查询</view></block></view></view></view></block></view>
\ No newline at end of file
... ...
.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}page{background:#f9f9f9}.headbox{background:#fff;height:100rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.headboxleft{width:350rpx;height:100rpx;line-height:100rpx;text-align:center;color:#06121e;font-size:28rpx}.headactive{color:#0093ff;border-bottom:1rpx solid #0093ff}.hengping{width:144rpx;color:#0093ff;font-size:24rpx;border-bottom:1rpx solid #0093ff;margin:34rpx auto 0}.taizhangbox{width:700rpx;overflow-x:scroll;margin:28rpx;padding:0 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff}.taizhanghead{width:1400rpx;overflow-x:scroll;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:16rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #bdc4ce}.taizhangitem{color:#06121e;font-size:22rpx;margin-right:118rpx;font-weight:700}.shenjie{text-align:center;margin-top:5rpx;font-size:20rpx}.taizhangflistitem{width:1400rpx;overflow-x:scroll;padding:18rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;border-bottom:1rpx solid #bdc4ce}.taiitem{color:#06121e;font-size:24rpx}.itemname{width:96rpx}.itemshu{width:100rpx;text-align:center;margin-left:92rpx}.songshen{width:200rpx;text-align:center;margin-left:60rpx}.shending{width:200rpx;text-align:center;margin-left:5rpx}.shenjian{width:200rpx;text-align:center;margin-left:10rpx}.shenlv{width:200rpx;text-align:center;margin-left:15rpx}.dibu{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;width:750rpx;height:104rpx;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;position:fixed;bottom:0;left:0}.dibuleft{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-right:72rpx}.dibulitemm{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.dishu{width:40rpx;height:30rpx;border:1rpx solid #707070;border-radius:4rpx;margin:0 6rpx;font-size:0;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.dishu input{width:100%;height:30rpx;line-height:30rpx;padding:5rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;font-size:26rpx;color:#8c9198}.dibuliteml,
.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.shaiselecttop{width:750rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;padding-top:10rpx;padding-bottom:10rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.shaiselect{display:inline-block;width:200rpx;height:64rpx;background:#0093ff;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;border-radius:30rpx}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}page{background:#f9f9f9}.topheadk{position:fixed;top:0;left:0;background:#fff;width:750rpx}.headbox{background:#fff;height:100rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.headboxleft{width:350rpx;height:100rpx;line-height:100rpx;text-align:center;color:#06121e;font-size:28rpx}.headactive{color:#0093ff;border-bottom:1rpx solid #0093ff}.hengping{width:144rpx;color:#0093ff;font-size:24rpx;border-bottom:1rpx solid #0093ff;margin:34rpx auto 0}.taizhangbox{width:700rpx;overflow-x:scroll;margin:28rpx;padding:0 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;margin-top:100rpx}.taizhanghead{width:1400rpx;overflow-x:scroll;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:16rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #bdc4ce}.taizhangitem{color:#06121e;font-size:22rpx;margin-right:118rpx;font-weight:700}.shenjie{text-align:center;margin-top:5rpx;font-size:20rpx}.taizhangflistitem{width:1400rpx;overflow-x:scroll;padding:18rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;border-bottom:1rpx solid #bdc4ce}.taiitem{color:#06121e;font-size:24rpx}.itemname{width:96rpx}.itemshu{width:100rpx;text-align:center;margin-left:92rpx}.songshen{width:200rpx;text-align:center;margin-left:60rpx}.shending{width:200rpx;text-align:center;margin-left:5rpx}.shenjian{width:200rpx;text-align:center;margin-left:10rpx}.shenlv{width:200rpx;text-align:center;margin-left:15rpx}.dibu{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;width:750rpx;height:104rpx;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;position:fixed;bottom:0;left:0}.dibuleft{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-right:72rpx}.dibulitemm{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.dishu{width:40rpx;height:30rpx;border:1rpx solid #707070;border-radius:4rpx;margin:0 6rpx;font-size:0;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.dishu input{width:100%;height:30rpx;line-height:30rpx;padding:5rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;font-size:26rpx;color:#8c9198}.dibuliteml,
.di,
.ye,
.dibulitemx,
... ...
.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}page{background:#f9f9f9}.headbox{background:#fff;height:100rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.headboxleft{width:350rpx;height:100rpx;line-height:100rpx;text-align:center;color:#06121e;font-size:28rpx}.headactive{color:#0093ff;border-bottom:1rpx solid #0093ff}.hengping{width:144rpx;color:#0093ff;font-size:24rpx;border-bottom:1rpx solid #0093ff;margin:34rpx auto 0}.taizhangbox{width:700rpx;overflow-x:scroll;margin:28rpx;padding:0 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff}.taizhangitem{color:#06121e;font-size:22rpx;margin-right:118rpx;font-weight:700}.shenjie{text-align:center;margin-top:5rpx;font-size:20rpx}.taiitem{color:#06121e;font-size:24rpx}.itemname{width:96rpx}.itemshu{width:150rpx;text-align:center;margin-left:72rpx}.songshen{width:200rpx;text-align:center;margin-left:30rpx}.shending{width:200rpx;text-align:center;margin-left:5rpx}.shenjian{width:200rpx;text-align:center;margin-left:10rpx}.shenlv{width:200rpx;text-align:center;margin-left:15rpx}.dibu{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;width:750rpx;height:104rpx;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;position:fixed;bottom:0;left:0}.dibuleft{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-right:72rpx}.dibulitemm{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.dishu{width:40rpx;height:30rpx;border:1rpx solid #707070;border-radius:4rpx;margin:0 6rpx;font-size:0;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.dishu input{width:100%;height:30rpx;line-height:30rpx;padding:5rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;font-size:26rpx;color:#8c9198}.dibuliteml,
.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.shaiselecttop{width:750rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;padding-top:10rpx;padding-bottom:10rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.shaiselect{display:inline-block;width:200rpx;height:64rpx;background:#0093ff;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;border-radius:30rpx}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}page{background:#f9f9f9}.headbox{background:#fff;height:100rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.headboxleft{width:350rpx;height:100rpx;line-height:100rpx;text-align:center;color:#06121e;font-size:28rpx}.headactive{color:#0093ff;border-bottom:1rpx solid #0093ff}.hengping{width:144rpx;color:#0093ff;font-size:24rpx;border-bottom:1rpx solid #0093ff;margin:34rpx auto 0}.taizhangbox{width:700rpx;overflow-x:scroll;margin:28rpx;padding:0 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff}.taizhangitem{color:#06121e;font-size:22rpx;margin-right:118rpx;font-weight:700}.shenjie{text-align:center;margin-top:5rpx;font-size:20rpx}.taiitem{color:#06121e;font-size:24rpx}.itemname{width:96rpx}.itemshu{width:150rpx;text-align:center;margin-left:72rpx}.songshen{width:200rpx;text-align:center;margin-left:30rpx}.shending{width:200rpx;text-align:center;margin-left:5rpx}.shenjian{width:200rpx;text-align:center;margin-left:10rpx}.shenlv{width:200rpx;text-align:center;margin-left:15rpx}.dibu{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;width:750rpx;height:104rpx;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;position:fixed;bottom:0;left:0}.dibuleft{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-right:72rpx}.dibulitemm{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.dishu{width:40rpx;height:30rpx;border:1rpx solid #707070;border-radius:4rpx;margin:0 6rpx;font-size:0;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.dishu input{width:100%;height:30rpx;line-height:30rpx;padding:5rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;font-size:26rpx;color:#8c9198}.dibuliteml,
.di,
.ye,
.dibulitemx,
... ...
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/xiangmuprogress/xiangmuprogress"],{"073d":function(t,e,n){"use strict";(function(t){n("bdbd"),n("921b");o(n("66fd"));var e=o(n("ffdb"));function o(t){return t&&t.__esModule?t:{default:t}}t(e.default)}).call(this,n("543d")["createPage"])},2166:function(t,e,n){"use strict";n.r(e);var o=n("593d"),a=n.n(o);for(var i in o)"default"!==i&&function(t){n.d(e,t,(function(){return o[t]}))}(i);e["default"]=a.a},"4e90":function(t,e,n){"use strict";var o=n("d869"),a=n.n(o);a.a},"593d":function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n={onLaunch:function(){console.log("App Launch")},onShow:function(){console.log("App Show")},onHide:function(){console.log("App Hide")},post:function(e,n,o){var a=this,i=new Promise((function(i,r){var c=t.getStorageSync("token"),f={token:c||""};t.request({url:a.globalData.baseUrl+e,data:n,method:o,header:f,success:function(t){200==t.statusCode?i(t):r(t.data)},fail:function(t){console.log(t),r("网络出错"),wx.hideNavigationBarLoading()},complete:function(t){}})}));return i},globalData:{userInfo:null,baseUrl:"https://www.bjzha.net/api/"}};e.default=n}).call(this,n("543d")["default"])},"59df":function(t,e,n){"use strict";n.r(e);var o=n("2166");for(var a in o)"default"!==a&&function(t){n.d(e,t,(function(){return o[t]}))}(a);n("4e90");var i,r,c,f,u=n("f0c5"),s=Object(u["a"])(o["default"],i,r,!1,null,null,null,!1,c,f);e["default"]=s.exports},7478:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var o=i(n("59df")),a=i(n("b86c"));function i(t){return t&&t.__esModule?t:{default:t}}function r(t){if("undefined"===typeof Symbol||null==t[Symbol.iterator]){if(Array.isArray(t)||(t=c(t))){var e=0,n=function(){};return{s:n,n:function(){return e>=t.length?{done:!0}:{done:!1,value:t[e++]}},e:function(t){throw t},f:n}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var o,a,i=!0,r=!1;return{s:function(){o=t[Symbol.iterator]()},n:function(){var t=o.next();return i=t.done,t},e:function(t){r=!0,a=t},f:function(){try{i||null==o.return||o.return()}finally{if(r)throw a}}}}function c(t,e){if(t){if("string"===typeof t)return f(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(n):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?f(t,e):void 0}}function f(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,o=new Array(e);n<e;n++)o[n]=t[n];return o}var u={data:function(){return{selshow:!1,statusBarH:this.statusBar,customBarH:this.customBar,item:"",projectjiejian:[],pingshenlist:[],projectbaogaolist:[],advice:""}},onLoad:function(t){var e=JSON.parse(t.item);e.fsubmitfindate=e.fsubmitfindate.split("T"),e.fsubmitfindate=e.fsubmitfindate[0],this.item=e;var n=this.item;n.ftoauditamt=a.default.change(n.ftoauditamt),n.fditoauditamt=a.default.change(n.fditoauditamt),n.fauditamount=a.default.change(n.fauditamount),n.fshenjianmoney=a.default.change(n.fshenjianmoney),n.fextoauditamt=a.default.change(n.fextoauditamt),n.fexauditamount=a.default.change(n.fexauditamount),n.fexshenjianmoney=a.default.change(n.fexshenjianmoney),this.item=n,console.log("数据显示",this.item),this.project(),this.pingshenproject(),this.projectbaogao(),this.getadvice()},onShow:function(){},onLaunch:function(){},methods:{selectxuan:function(){console.log(888),this.selshow=!this.selshow},getadvice:function(){var t=this;console.log(9988776655,t.item.fid);var e="project/Get_Processedtimedoc",n={fid:t.item.fid};o.default.post(e,n,"get").then((function(e){console.log("专家意见",e),t.advice=e.data,console.log(t.advice)})).catch((function(t){console.log(t)}))},project:function(){var t=this;console.log(9988776655,t.item.fid);var e="project/Get_bd_prjcomponentlv",n={fid:t.item.fid,fname:"项目接件"};o.default.post(e,n,"get").then((function(e){console.log(e),t.projectjiejian=e.data;var n,o=t.projectjiejian,a=r(o);try{for(a.s();!(n=a.n()).done;){var i=n.value;i.fprocessmemotime=i.fprocessmemotime.split("T"),i.fprocessmemotime=i.fprocessmemotime[0]}}catch(c){a.e(c)}finally{a.f()}t.projectjiejian=o,console.log(t.projectjiejian.length)})).catch((function(t){console.log(t)}))},pingshenproject:function(){var t=this;console.log(9988776655,t.item.fid);var e="project/Get_bd_prjcomponentlv",n={fid:t.item.fid,fname:"评审过程"};o.default.post(e,n,"get").then((function(e){t.pingshenlist=e.data,console.log("评审过程",e);var n,o=t.pingshenlist,a=r(o);try{for(a.s();!(n=a.n()).done;){var i=n.value;i.fprocessmemotime1=i.fprocessmemotime1.split("T"),i.fprocessmemotime1=i.fprocessmemotime1[0]}}catch(c){a.e(c)}finally{a.f()}t.pingshenlist=o})).catch((function(t){console.log(t)}))},projectbaogao:function(){var t=this;console.log(9988776655,t.item.fid);var e="project/Get_bd_prjcomponentlv",n={fid:t.item.fid,fname:"评审报告"};o.default.post(e,n,"get").then((function(e){t.projectbaogaolist=e.data;var n,o=t.projectbaogaolist,a=r(o);try{for(a.s();!(n=a.n()).done;){var i=n.value;i.fprocessmemotime3=i.fprocessmemotime3.split("T"),i.fprocessmemotime3=i.fprocessmemotime3[0]}}catch(c){a.e(c)}finally{a.f()}t.projectbaogaolist=o,console.log("评审报告",t.projectbaogaolist)})).catch((function(t){console.log(t)}))}}};e.default=u},9874:function(t,e,n){"use strict";var o,a=function(){var t=this,e=t.$createElement;t._self._c},i=[];n.d(e,"b",(function(){return a})),n.d(e,"c",(function(){return i})),n.d(e,"a",(function(){return o}))},bddb:function(t,e,n){"use strict";var o=n("fac9"),a=n.n(o);a.a},d869:function(t,e,n){},e770:function(t,e,n){"use strict";n.r(e);var o=n("7478"),a=n.n(o);for(var i in o)"default"!==i&&function(t){n.d(e,t,(function(){return o[t]}))}(i);e["default"]=a.a},fac9:function(t,e,n){},ffdb:function(t,e,n){"use strict";n.r(e);var o=n("9874"),a=n("e770");for(var i in a)"default"!==i&&function(t){n.d(e,t,(function(){return a[t]}))}(i);n("bddb");var r,c=n("f0c5"),f=Object(c["a"])(a["default"],o["b"],o["c"],!1,null,null,null,!1,o["a"],r);e["default"]=f.exports}},[["073d","common/runtime","common/vendor"]]]);
\ No newline at end of file
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/xiangmuprogress/xiangmuprogress"],{"073d":function(t,e,o){"use strict";(function(t){o("bdbd"),o("921b");n(o("66fd"));var e=n(o("ffdb"));function n(t){return t&&t.__esModule?t:{default:t}}t(e.default)}).call(this,o("543d")["createPage"])},2166:function(t,e,o){"use strict";o.r(e);var n=o("593d"),a=o.n(n);for(var i in n)"default"!==i&&function(t){o.d(e,t,(function(){return n[t]}))}(i);e["default"]=a.a},"46fc":function(t,e,o){"use strict";var n,a=function(){var t=this,e=t.$createElement;t._self._c},i=[];o.d(e,"b",(function(){return a})),o.d(e,"c",(function(){return i})),o.d(e,"a",(function(){return n}))},"4e90":function(t,e,o){"use strict";var n=o("d869"),a=o.n(n);a.a},"593d":function(t,e,o){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var o={onLaunch:function(){console.log("App Launch")},onShow:function(){console.log("App Show")},onHide:function(){console.log("App Hide")},post:function(e,o,n){var a=this,i=new Promise((function(i,r){var c=t.getStorageSync("token"),u={token:c||""};t.request({url:a.globalData.baseUrl+e,data:o,method:n,header:u,success:function(t){200==t.statusCode?i(t):r(t.data)},fail:function(t){console.log(t),r("网络出错"),wx.hideNavigationBarLoading()},complete:function(t){}})}));return i},globalData:{userInfo:null,baseUrl:"https://www.bjzha.net/api/"}};e.default=o}).call(this,o("543d")["default"])},"59df":function(t,e,o){"use strict";o.r(e);var n=o("2166");for(var a in n)"default"!==a&&function(t){o.d(e,t,(function(){return n[t]}))}(a);o("4e90");var i,r,c,u,f=o("f0c5"),s=Object(f["a"])(n["default"],i,r,!1,null,null,null,!1,c,u);e["default"]=s.exports},7478:function(t,e,o){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n=i(o("59df")),a=i(o("b86c"));function i(t){return t&&t.__esModule?t:{default:t}}function r(t){if("undefined"===typeof Symbol||null==t[Symbol.iterator]){if(Array.isArray(t)||(t=c(t))){var e=0,o=function(){};return{s:o,n:function(){return e>=t.length?{done:!0}:{done:!1,value:t[e++]}},e:function(t){throw t},f:o}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var n,a,i=!0,r=!1;return{s:function(){n=t[Symbol.iterator]()},n:function(){var t=n.next();return i=t.done,t},e:function(t){r=!0,a=t},f:function(){try{i||null==n.return||n.return()}finally{if(r)throw a}}}}function c(t,e){if(t){if("string"===typeof t)return u(t,e);var o=Object.prototype.toString.call(t).slice(8,-1);return"Object"===o&&t.constructor&&(o=t.constructor.name),"Map"===o||"Set"===o?Array.from(o):"Arguments"===o||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(o)?u(t,e):void 0}}function u(t,e){(null==e||e>t.length)&&(e=t.length);for(var o=0,n=new Array(e);o<e;o++)n[o]=t[o];return n}var f={data:function(){return{selshow:!1,statusBarH:this.statusBar,customBarH:this.customBar,item:"",projectjiejian:[],pingshenlist:[],projectbaogaolist:[],advice:"",hourguocheng:0,hourbaogao:0,hourjiejian:0}},onLoad:function(t){var e=JSON.parse(t.item);e.fsubmitfindate=e.fsubmitfindate.split("T"),e.fsubmitfindate=e.fsubmitfindate[0],this.item=e;var o=this.item;o.ftoauditamt=a.default.change(o.ftoauditamt),o.fditoauditamt=a.default.change(o.fditoauditamt),o.fauditamount=a.default.change(o.fauditamount),o.fshenjianmoney=a.default.change(o.fshenjianmoney),o.fextoauditamt=a.default.change(o.fextoauditamt),o.fexauditamount=a.default.change(o.fexauditamount),o.fexshenjianmoney=a.default.change(o.fexshenjianmoney),this.item=o,console.log("数据显示",this.item),this.project(),this.pingshenproject(),this.projectbaogao(),this.getadvice()},onShow:function(){},onLaunch:function(){},methods:{selectxuan:function(){console.log(888),this.selshow=!this.selshow},getadvice:function(){var t=this;console.log(9988776655,t.item.fid);var e="project/Get_Processedtimedoc",o={fid:t.item.fid};n.default.post(e,o,"get").then((function(e){console.log("专家意见",e),t.advice=e.data,console.log(t.advice)})).catch((function(t){console.log(t)}))},project:function(){var t=this;console.log(9988776655,t.item.fid);var e="project/Get_bd_prjcomponentlv",o={fid:t.item.fid,fname:"项目接件"};n.default.post(e,o,"get").then((function(e){console.log(e),t.projectjiejian=e.data;var o=t.projectjiejian,n=0;if(0!=o.length){var a,i=r(o);try{for(i.s();!(a=i.n()).done;){var c=a.value;c.fprocessmemotime=c.fprocessmemotime.split("T"),c.fprocessmemotime=c.fprocessmemotime[0],n+=Number(c.fprocessmemodate)}}catch(u){i.e(u)}finally{i.f()}t.hourjiejian=n}t.projectjiejian=o,console.log(t.projectjiejian.length)})).catch((function(t){console.log(t)}))},pingshenproject:function(){var t=this;console.log(9988776655,t.item.fid);var e="project/Get_bd_prjcomponentlv",o={fid:t.item.fid,fname:"评审过程"};n.default.post(e,o,"get").then((function(e){t.pingshenlist=e.data,console.log("评审过程",e);var o=t.pingshenlist;if(0!=o.length){var n,a=0,i=r(o);try{for(i.s();!(n=i.n()).done;){var c=n.value;c.fprocessmemotime1=c.fprocessmemotime1.split("T"),c.fprocessmemotime1=c.fprocessmemotime1[0],a+=Number(c.fprocessmemodate1)}}catch(u){i.e(u)}finally{i.f()}t.hourguocheng=a}t.pingshenlist=o})).catch((function(t){console.log(t)}))},projectbaogao:function(){var t=this;console.log(9988776655,t.item.fid);var e="project/Get_bd_prjcomponentlv",o={fid:t.item.fid,fname:"评审报告"};n.default.post(e,o,"get").then((function(e){t.projectbaogaolist=e.data;var o=t.projectbaogaolist;if(0!=o.length){var n,a=0,i=r(o);try{for(i.s();!(n=i.n()).done;){var c=n.value;c.fprocessmemotime3=c.fprocessmemotime3.split("T"),c.fprocessmemotime3=c.fprocessmemotime3[0],a+=Number(c.fprocessmemodate3)}}catch(u){i.e(u)}finally{i.f()}t.hourbaogao=a}t.projectbaogaolist=o,console.log("评审报告",t.projectbaogaolist)})).catch((function(t){console.log(t)}))}}};e.default=f},bddb:function(t,e,o){"use strict";var n=o("fac9"),a=o.n(n);a.a},d869:function(t,e,o){},e770:function(t,e,o){"use strict";o.r(e);var n=o("7478"),a=o.n(n);for(var i in n)"default"!==i&&function(t){o.d(e,t,(function(){return n[t]}))}(i);e["default"]=a.a},fac9:function(t,e,o){},ffdb:function(t,e,o){"use strict";o.r(e);var n=o("46fc"),a=o("e770");for(var i in a)"default"!==i&&function(t){o.d(e,t,(function(){return a[t]}))}(i);o("bddb");var r,c=o("f0c5"),u=Object(c["a"])(a["default"],n["b"],n["c"],!1,null,null,null,!1,n["a"],r);e["default"]=u.exports}},[["073d","common/runtime","common/vendor"]]]);
\ No newline at end of file
... ...
<view class="box"><view class="renyuan"><view class="jibenhead"><view class="jibenleft"><view class="projectinfoname"><image src="../../static/img/renyuan.png" mode></image></view><view class="projectname">基本信息</view></view><view class="jibenright"><block wx:if="{{item.ffinauditstatus=='已审结'}}"><image src="../../static/img/shenhe.png" mode></image></block><block wx:else><image src="../../static/img/shenhezhong.png" mode></image></block></view></view><view class="projectlist"><view class="projectitem"><view class="projectitemleft">项目编号:</view><view class="projectitemright">{{item.fnumber}}</view></view><view class="projectitem"><view class="projectitemleft">项目类型:</view><view class="projectitemright">{{item.fprojecttype}}</view></view><view class="projectitem"><view class="projectitemleft">项目名称:</view><view class="projectitemright">{{item.fname}}</view></view><view class="projectitem"><view class="projectitemleft">当前评审节点:</view><view class="projectitemright">{{item.fcurrentname}}</view></view><view class="projectitem"><view class="projectitemleft">评审类型:</view><view class="projectitemright">{{item.freviewtype}}</view></view><view class="projectitem"><view class="projectitemleft">送审单位:</view><block wx:if="{{item.fdrgdoment==undefined}}"><view class="projectitemright"></view></block><block wx:else><view class="projectitemright">{{item.fdrgdoment}}</view></block></view><view class="projectitem"><view class="projectitemleft">送审金额:</view><block wx:if="{{item.ftoauditamt==undefined}}"><view class="projectitemright"></view></block><block wx:else><view class="projectitemright">{{item.ftoauditamt}}</view></block></view><view class="projectitem"><view class="projectitemleft">送审时间:</view><block wx:if="{{item.fsubmitfindate==undefined}}"><view class="projectitemright"></view></block><block wx:else><view class="projectitemright">{{item.fsubmitfindate}}</view></block></view><view class="projectitem"><view class="projectitemleft">项目业主负责人:</view><block wx:if="{{item.fdrgmants==undefined}}"><view class="projectitemright"></view></block><block wx:else><view class="projectitemright">{{item.fdrgmants}}</view></block></view><view class="projectitem"><view class="projectitemleft">项目业主联系人:</view><block wx:if="{{item.fstandbyphones==undefined}}"><view class="projectitemright"></view></block><block wx:else><view class="projectitemright">{{item.fcontacter}}</view></block></view><view class="projectitem"><view class="projectitemleft">项目业主联系人手机号:</view><block wx:if="{{item.fstandbyphones==undefined}}"><view class="projectitemright"></view></block><block wx:else><view class="projectitemright">{{item.fstandbyphones}}</view></block></view></view></view><view class="renyaoqiu"><view class="projectinfo"><view class="projectinfoname"><image src="../../static/img/xinxi.png" mode></image></view><view class="projectname">项目人员信息</view></view><view class="projectlist"><view class="projectitem"><view class="renyuanleft">项目组:</view><block wx:if="{{item.fteam==undefined}}"><view class="zuxiangmu"></view></block><block wx:else><view class="zuxiangmu">{{''+item.fteam+''}}</view></block></view><view class="projectitem"><view class="renyuanleft">项目经办人1:</view><block wx:if="{{item.fprjleaderone==undefined}}"><view class="zuxiangmu"></view></block><block wx:else><view class="zuxiangmu">{{''+item.fprjleaderone+''}}</view></block></view><view class="projectitem"><view class="renyuanleft">项目经办人2:</view><block wx:if="{{item.fprjleadertwo==undefined}}"><view class="zuxiangmu"></view></block><block wx:else><view class="zuxiangmu">{{''+item.fprjleadertwo+''}}</view></block></view><view class="projectitem"><view class="renyuanleft">咨询单位:</view><block wx:if="{{item.fintorgid==undefined}}"><view class="zuxiangmu"></view></block><block wx:else><view class="zuxiangmu">{{''+item.fintorgname+''}}</view></block></view><view class="projectitem"><view class="renyuanleft">大足区中介负责人:</view><block wx:if="{{item.fauthorizeman==undefined}}"><view class="zuxiangmu"></view></block><block wx:else><view class="zuxiangmu">{{''+item.fauthorizeman+''}}</view></block></view><view class="projectitem"><view class="renyuanleft">大足区中介负责人手机:</view><block wx:if="{{item.fauthphone==undefined}}"><view class="zuxiangmu"></view></block><block wx:else><view class="zuxiangmu">{{''+item.fauthphone+''}}</view></block></view><view class="projectitem"><view class="renyuanleft">专家:</view><block wx:if="{{item.fprjexpert==undefined}}"><view class="zuxiangmu"></view></block><block wx:else><view class="zuxiangmu">{{''+item.fprjexpert+''}}</view></block></view><view class="projectitem"><view class="renyuanleft">专家手机:</view><block wx:if="{{item.asfprjexpertphone==undefined}}"><view class="zuxiangmu"></view></block><block wx:else><view class="zuxiangmu">{{''+item.asfprjexpertphone+''}}</view></block></view></view></view><view class="renyaoqiu"><view class="projectinfo"><view class="projectinfoname"><image src="../../static/img/zhengqiu.png" mode></image></view><view class="projectname">中介征求意见稿</view></view><view class="projectlist"><view class="projectitem"><view class="renyuanleft">送审金额:</view><block wx:if="{{item.fditoauditamt==undefined}}"><view class="zuxiangmu"></view></block><block wx:else><view class="zuxiangmu">{{''+item.fditoauditamt+''}}</view></block></view><view class="projectitem"><view class="renyuanleft">审定金额(元):</view><view class="zuxiangmu">{{''+item.fauditamount+''}}</view></view><view class="projectitem"><view class="renyuanleft">审减(增)金额:</view><view class="zuxiangmu">{{''+item.fshenjianmoney+''}}</view></view><view class="projectitem"><view class="renyuanleft">审减(增)率:</view><view class="zuxiangmu">{{''+item.fshenjianrate+''}}</view></view></view></view><view class="renyaoqiu"><view class="projectinfo"><view class="projectinfoname"><image src="../../static/img/zhengqiu.png" mode></image></view><view class="projectname">专家审核结果</view></view><view class="projectlist"><view class="projectitem"><view class="renyuanleft">送审金额:</view><block wx:if="{{item.ftoauditamt==undefined}}"><view class="zuxiangmu"></view></block><block wx:else><view class="zuxiangmu">{{''+item.fextoauditamt+''}}</view></block></view><view class="projectitem"><view class="renyuanleft">审定金额(元):</view><view class="zuxiangmu">{{''+item.fexauditamount+''}}</view></view><view class="projectitem"><view class="renyuanleft">审减(增)金额:</view><view class="zuxiangmu">{{''+item.fexshenjianmoney+''}}</view></view><view class="projectitem"><view class="renyuanleft">审减(增)率:</view><view class="zuxiangmu">{{''+item.fexshenjianrate+''}}</view></view></view></view><view class="advise"><view class="projectinfo"><view class="projectinfoname"><image src="../../static/img/zhuanjiaad.png" mode></image></view><view class="projectname">专家建议</view></view><block wx:if="{{advice.length==0}}"><view class="noadvice">暂无数据</view></block><block wx:else><view class="advicetext">{{''+advice[0].fexfilename+''}}</view></block></view><view class="projectinfo"><view class="projectinfoname"><image src="../../static/img/xinxi.png" mode></image></view><view class="projectname">项目接件</view></view><block wx:if="{{projectjiejian.length==0}}"><view class="noadvice">暂无数据</view></block><block wx:else><view class="jiejian"><view class="head"><view class="headitem jiedain">评审节点</view><view class="headitem workcontent">工作内容</view><view class="headitem worktime">时间</view><view class="headitem workday">用时(工作日)</view></view><view class="xiangmlist"><block wx:for="{{projectjiejian}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="xiangmulistitem"><view class="xiangming pjiedain">{{item.fname}}</view><view class="pingshen workcontentp">{{item.fprocessmemo}}</view><view class="state worktimep">{{item.fprocessmemotime}}</view><view class="state workday">{{item.fprocessmemodate}}</view></view></block></view></view></block><view class="projectinfo"><view class="projectinfoname"><image src="../../static/img/xinxi.png" mode></image></view><view class="projectname">评审过程</view></view><block wx:if="{{pingshenlist.length==0}}"><view class="noadvice">暂无数据</view></block><block wx:else><view class="jiejian"><view class="head"><view class="headitem jiedain">评审节点</view><view class="headitem workcontent">工作内容</view><view class="headitem worktime">时间</view><view class="headitem workday">用时(工作日)</view></view><view class="xiangmlist"><block wx:for="{{pingshenlist}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="xiangmulistitem"><view class="xiangming pjiedain">{{item.fname}}</view><view class="pingshen workcontentp">{{item.fprocessmemo1}}</view><view class="state worktimep">{{item.fprocessmemotime1}}</view><view class="state workday">{{item.fprocessmemodate1}}</view></view></block></view></view></block><view class="projectinfo"><view class="projectinfoname"><image src="../../static/img/xinxi.png" mode></image></view><view class="projectname">评审报告</view></view><block wx:if="{{projectbaogaolist.length==0}}"><view class="noadvice">暂无数据</view></block><block wx:else><view class="jiejian"><view class="head"><view class="headitem jiedain">评审节点</view><view class="headitem workcontent">工作内容</view><view class="headitem worktime">时间</view><view class="headitem workday">用时(工作日)</view></view><view class="xiangmlist"><block wx:for="{{projectbaogaolist}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="xiangmulistitem"><view class="xiangming pjiedain">{{item.fname}}</view><view class="pingshen workcontentp">{{item.fprocessmemo3}}</view><view class="state worktimep">{{item.fprocessmemotime3}}</view><view class="state workday">{{item.fprocessmemodate3}}</view></view></block></view></view></block></view>
\ No newline at end of file
<view class="box"><view class="renyuan"><view class="jibenhead"><view class="jibenleft"><view class="projectinfoname"><image src="../../static/img/renyuan.png" mode></image></view><view class="projectname">基本信息</view></view><view class="jibenright"><block wx:if="{{item.ffinauditstatus=='已审结'}}"><image src="../../static/img/shenhe.png" mode></image></block><block wx:else><image src="../../static/img/shenhezhong.png" mode></image></block></view></view><view class="projectlist"><view class="projectitem"><view class="projectitemleft">项目名称:</view><view class="projectitemright">{{item.fname}}</view></view><view class="projectitem"><view class="projectitemleft">送审金额:</view><block wx:if="{{item.ftoauditamt==undefined}}"><view class="projectitemright"></view></block><block wx:else><view class="projectitemright">{{item.ftoauditamt}}</view></block></view><view class="projectitem"><view class="projectitemleft">送审时间:</view><block wx:if="{{item.fsubmitfindate==undefined}}"><view class="projectitemright"></view></block><block wx:else><view class="projectitemright">{{item.fsubmitfindate}}</view></block></view></view></view><view class="projectinfo"><view class="projectinfoname"><image src="../../static/img/xinxi.png" mode></image></view><view class="projectname">项目接件</view><view class="projectname">{{"(总共用时"+hourjiejian+"日)"}}</view></view><block wx:if="{{projectjiejian.length==0}}"><view class="noadvice">暂无数据</view></block><block wx:else><view class="jiejian"><view class="head"><view class="headitem jiedain">评审节点</view><view class="headitem workcontent">工作内容</view><view class="headitem worktime">时间</view><view class="headitem workday">用时(工作日)</view></view><view class="xiangmlist"><block wx:for="{{projectjiejian}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="xiangmulistitem"><view class="xiangming pjiedain">{{item.fname}}</view><view class="pingshen workcontentp">{{item.fprocessmemo}}</view><view class="state worktimep">{{item.fprocessmemotime}}</view><view class="state workday">{{item.fprocessmemodate}}</view></view></block></view></view></block><view class="projectinfo"><view class="projectinfoname"><image src="../../static/img/xinxi.png" mode></image></view><view class="projectname">评审过程</view><view class="projectname">{{"(总共用时"+hourguocheng+"日)"}}</view></view><block wx:if="{{pingshenlist.length==0}}"><view class="noadvice">暂无数据</view></block><block wx:else><view class="jiejian"><view class="head"><view class="headitem jiedain">评审节点</view><view class="headitem workcontent">工作内容</view><view class="headitem worktime">时间</view><view class="headitem workday">用时(工作日)</view></view><view class="xiangmlist"><block wx:for="{{pingshenlist}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="xiangmulistitem"><view class="xiangming pjiedain">{{item.fname}}</view><view class="pingshen workcontentp">{{item.fprocessmemo1}}</view><view class="state worktimep">{{item.fprocessmemotime1}}</view><view class="state workday">{{item.fprocessmemodate1}}</view></view></block></view></view></block><view class="projectinfo"><view class="projectinfoname"><image src="../../static/img/xinxi.png" mode></image></view><view class="projectname">评审报告</view><view class="projectname">{{"(总共用时"+hourbaogao+"日)"}}</view></view><block wx:if="{{projectbaogaolist.length==0}}"><view class="noadvice">暂无数据</view></block><block wx:else><view class="jiejian"><view class="head"><view class="headitem jiedain">评审节点</view><view class="headitem workcontent">工作内容</view><view class="headitem worktime">时间</view><view class="headitem workday">用时(工作日)</view></view><view class="xiangmlist"><block wx:for="{{projectbaogaolist}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="xiangmulistitem"><view class="xiangming pjiedain">{{item.fname}}</view><view class="pingshen workcontentp">{{item.fprocessmemo3}}</view><view class="state worktimep">{{item.fprocessmemotime3}}</view><view class="state workday">{{item.fprocessmemodate3}}</view></view></block></view></view></block></view>
\ No newline at end of file
... ...
.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}page{background:#fff}.box{background:#f9f9f9;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.projectinfo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.advicetext{color:#3d444d;font-size:24rpx;padding:32rpx;-webkit-box-sizing:border-box;box-sizing:border-box;line-height:1.5}.jibenhead{width:100%;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #bdc4ce}.jibenleft{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.jibenright{width:88rpx;height:88rpx;fotn-size:0}.jibenright image{width:100%;height:100%}.projectinfoname{width:44rpx;height:44rpx;font-size:0}.projectinfoname image{width:100%;height:100%}.projectname{color:#3d444d;font-size:28rpx;font-weight:700;margin-left:16rpx}.projectinfo{padding:36rpx 32rpx 16rpx;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #bdc4ce}.projectlist{padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.projectitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:32rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.projectitemleft{color:#8c9198;font-size:28rpx}.projectitemright{color:#3d444d;font-size:26rpx;font-weight:700}.renyuanleft{color:#8c9198;font-size:28rpx}.renyuanright{width:300rpx;height:60rpx;background:#eee;padding:14rpx 28rpx;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.renyuanright input{width:100%;height:40rpx;color:#8c9198;font-size:24rpx}.xiangmuyuan{color:#8c9198;font-size:24rpx}.zixunbottom{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:28rpx 32rpx 34rpx}.zixunbotleft{width:130rpx;height:80rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx}.zixunbotright{width:532rpx;height:80rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx;margin-left:24rpx}.renyaoqiu{margin-top:12rpx}.zixundan{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:44rpx 42rpx 16rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #bdc4ce}.zixundanitem{color:#06121e;font-size:28rpx}.zixunbox{padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zixundanboxlist{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box}.zixunname{width:120rpx;color:#06121e;font-size:24rpx;line-height:1.5;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center}.zixunshu{width:170rpx;margin-left:60rpx;text-align:left;color:#06121e;font-size:24rpx;line-height:1.4}.zixuntou{width:168rpx;height:40rpx;opacity:1;border-radius:8rpx;color:#06121e;font-size:24rpx;text-align:center;line-height:1.2;margin-left:40rpx}.zuxiangmu{color:#3d444d;font-size:26rpx;font-weight:700}.querenfen{width:686rpx;height:80rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx}.caozuo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:20rpx}.caozuoleft{width:28rpx;height:28rpx;font-size:0}.caozuoleft image{width:100%;height:100%}.caozuoyou{margin-left:10rpx}.head{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:32rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-justify-content:space-around;justify-content:space-around;border-bottom:2rpx solid #bdc4ce}.headitem{color:#06121e;font-size:28rpx;font-weight:700}.xiangmulistitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-justify-content:space-around;justify-content:space-around;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:22rpx 0 34rpx;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee;background:#fff}.xiangmuhao{width:76rpx;color:#06121e;font-size:24rpx;text-align:center}.xiangming{width:150rpx;color:#06121e;font-size:24rpx;margin-left:4rpx;text-align:center;line-height:1.5}.pingshen{color:#06121e;font-size:24rpx;margin-left:10rpx;width:240rpx;text-align:center}.state{width:240rpx;color:#06121e;font-size:24rpx;margin-left:30rpx;line-height:1.4}.caozuoshuo{width:240rpx;text-align:center}.bianhao{width:15%;text-align:center;word-break:break-all}.jiedain{width:20%;text-align:center}.workcontent{width:30%;text-align:center}.worktime{width:20%;text-align:center}.workday{width:25%;text-align:center}.jiejian{padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.xiangmlist{-webkit-box-sizing:border-box;box-sizing:border-box}.jiejian{background:#fff}.pjiedain{width:20%;margin-left:10rpx}.workcontentp{width:25%;text-align:center;margin-left:50rpx}.worktimep{width:25%;text-align:center}.noadvice{color:#999;font-size:30rpx;text-align:center;margin-top:40rpx}
\ No newline at end of file
.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.shaiselecttop{width:750rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;padding-top:10rpx;padding-bottom:10rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.shaiselect{display:inline-block;width:200rpx;height:64rpx;background:#0093ff;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;border-radius:30rpx}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}page{background:#fff}.box{padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.projectinfo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.advicetext{color:#3d444d;font-size:24rpx;padding:32rpx;-webkit-box-sizing:border-box;box-sizing:border-box;line-height:1.5}.jibenhead{width:100%;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #bdc4ce}.jibenleft{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.jibenright{width:88rpx;height:88rpx;fotn-size:0}.jibenright image{width:100%;height:100%}.projectinfoname{width:44rpx;height:44rpx;font-size:0}.projectinfoname image{width:100%;height:100%}.projectname{color:#3d444d;font-size:28rpx;font-weight:700;margin-left:16rpx}.projectinfo{padding:36rpx 32rpx 16rpx;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #bdc4ce}.projectlist{padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.projectitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:32rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.projectitemleft{color:#8c9198;font-size:28rpx}.projectitemright{width:480rpx;margin-left:20rpx;color:#3d444d;font-size:26rpx;font-weight:700;text-align:right}.renyuanleft{color:#8c9198;font-size:28rpx}.renyuanright{width:300rpx;height:60rpx;background:#eee;padding:14rpx 28rpx;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.renyuanright input{width:100%;height:40rpx;color:#8c9198;font-size:24rpx}.xiangmuyuan{color:#8c9198;font-size:24rpx}.zixunbottom{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:28rpx 32rpx 34rpx}.zixunbotleft{width:130rpx;height:80rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx}.zixunbotright{width:532rpx;height:80rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx;margin-left:24rpx}.renyaoqiu{margin-top:12rpx}.zixundan{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:44rpx 42rpx 16rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #bdc4ce}.zixundanitem{color:#06121e;font-size:28rpx}.zixunbox{padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zixundanboxlist{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box}.zixunname{width:120rpx;color:#06121e;font-size:24rpx;line-height:1.5;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center}.zixunshu{width:170rpx;margin-left:60rpx;text-align:left;color:#06121e;font-size:24rpx;line-height:1.4}.zixuntou{width:168rpx;height:40rpx;opacity:1;border-radius:8rpx;color:#06121e;font-size:24rpx;text-align:center;line-height:1.2;margin-left:40rpx}.zuxiangmu{color:#3d444d;font-size:26rpx;font-weight:700}.querenfen{width:686rpx;height:80rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx}.caozuo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:20rpx}.caozuoleft{width:28rpx;height:28rpx;font-size:0}.caozuoleft image{width:100%;height:100%}.caozuoyou{margin-left:10rpx}.head{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:32rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-justify-content:space-around;justify-content:space-around;border-bottom:2rpx solid #bdc4ce}.headitem{color:#06121e;font-size:28rpx;font-weight:700}.xiangmulistitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-justify-content:space-around;justify-content:space-around;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:22rpx 0 34rpx;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee;background:#fff}.xiangmuhao{width:76rpx;color:#06121e;font-size:24rpx;text-align:center}.xiangming{width:150rpx;color:#06121e;font-size:24rpx;margin-left:4rpx;text-align:center;line-height:1.5}.pingshen{color:#06121e;font-size:24rpx;margin-left:10rpx;width:240rpx;text-align:center}.state{width:240rpx;color:#06121e;font-size:24rpx;margin-left:30rpx;line-height:1.4}.caozuoshuo{width:240rpx;text-align:center}.bianhao{width:15%;text-align:center;word-break:break-all}.jiedain{width:20%;text-align:center}.workcontent{width:30%;text-align:center}.worktime{width:20%;text-align:center}.workday{width:25%;text-align:center}.jiejian{padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.xiangmlist{-webkit-box-sizing:border-box;box-sizing:border-box}.jiejian{background:#fff}.pjiedain{width:20%;margin-left:10rpx}.workcontentp{width:25%;text-align:center;margin-left:50rpx}.worktimep{width:25%;text-align:center}.noadvice{color:#999;font-size:30rpx;text-align:center;margin-top:40rpx}
\ No newline at end of file
... ...
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/xiangmutaizhang/xiangmutaizhang"],{2166:function(t,e,n){"use strict";n.r(e);var a=n("593d"),o=n.n(a);for(var i in a)"default"!==i&&function(t){n.d(e,t,(function(){return a[t]}))}(i);e["default"]=o.a},3582:function(t,e,n){"use strict";n.r(e);var a=n("4099"),o=n("f708");for(var i in o)"default"!==i&&function(t){n.d(e,t,(function(){return o[t]}))}(i);n("dd5c");var r,u=n("f0c5"),c=Object(u["a"])(o["default"],a["b"],a["c"],!1,null,null,null,!1,a["a"],r);e["default"]=c.exports},4099:function(t,e,n){"use strict";var a,o=function(){var t=this,e=t.$createElement;t._self._c},i=[];n.d(e,"b",(function(){return o})),n.d(e,"c",(function(){return i})),n.d(e,"a",(function(){return a}))},"4e90":function(t,e,n){"use strict";var a=n("d869"),o=n.n(a);o.a},"593d":function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n={onLaunch:function(){console.log("App Launch")},onShow:function(){console.log("App Show")},onHide:function(){console.log("App Hide")},post:function(e,n,a){var o=this,i=new Promise((function(i,r){var u=t.getStorageSync("token"),c={token:u||""};t.request({url:o.globalData.baseUrl+e,data:n,method:a,header:c,success:function(t){200==t.statusCode?i(t):r(t.data)},fail:function(t){console.log(t),r("网络出错"),wx.hideNavigationBarLoading()},complete:function(t){}})}));return i},globalData:{userInfo:null,baseUrl:"https://www.bjzha.net/api/"}};e.default=n}).call(this,n("543d")["default"])},"59df":function(t,e,n){"use strict";n.r(e);var a=n("2166");for(var o in a)"default"!==o&&function(t){n.d(e,t,(function(){return a[t]}))}(o);n("4e90");var i,r,u,c,l=n("f0c5"),s=Object(l["a"])(a["default"],i,r,!1,null,null,null,!1,u,c);e["default"]=s.exports},"5d27":function(t,e,n){},"5f5d":function(t,e,n){"use strict";(function(t){n("bdbd"),n("921b");a(n("66fd"));var e=a(n("3582"));function a(t){return t&&t.__esModule?t:{default:t}}t(e.default)}).call(this,n("543d")["createPage"])},"87d1":function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=o(n("59df"));function o(t){return t&&t.__esModule?t:{default:t}}function i(t){if("undefined"===typeof Symbol||null==t[Symbol.iterator]){if(Array.isArray(t)||(t=r(t))){var e=0,n=function(){};return{s:n,n:function(){return e>=t.length?{done:!0}:{done:!1,value:t[e++]}},e:function(t){throw t},f:n}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var a,o,i=!0,u=!1;return{s:function(){a=t[Symbol.iterator]()},n:function(){var t=a.next();return i=t.done,t},e:function(t){u=!0,o=t},f:function(){try{i||null==a.return||a.return()}finally{if(u)throw o}}}}function r(t,e){if(t){if("string"===typeof t)return u(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(n):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?u(t,e):void 0}}function u(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,a=new Array(e);n<e;n++)a[n]=t[n];return a}var c={data:function(){return{tizhangshow:!1,fprojectcategory:"",fintorg:"",sendyear:"",submitdateone:"",submitdatetwo:"",xiangmulist:[],projectlist:[],index:0,danweilist:[],danweiindex:0,end:"",yeararr:[],yearindex:-1,startdate:"开始时间",endate:"结束时间",projectname:"项目类型",danweiname:"咨询单位"}},onLoad:function(){var t=new Date,e=t.getFullYear();console.log(e);for(var n=e-19,a=n;a<=e;a++)this.yeararr.push(a);this.getprojectkind(),this.getzixundanwei(),this.gettiazhanglist()},methods:{reset:function(){this.startdate="开始时间",this.endate="结束时间",this.projectname="项目类型",this.danweiname="咨询单位",this.yearindex=-1,this.fprojectcategory="",this.fintorg="",this.sendyear="",this.submitdateone="",this.submitdatetwo=""},onNavigationBarButtonTap:function(){this.tizhangshow=!this.tizhangshow},getprojectkind:function(){var t=this,e="project/Get_ProjectType";a.default.post(e,"","get").then((function(e){console.log(e),t.projectlist=e.data,console.log(t.projectlist)})).catch((function(t){console.log(t)}))},bindPickerChange:function(t){console.log("picker发送选择改变,携带值为",t.target.value),this.index=t.target.value,this.fprojectcategory=this.projectlist[t.target.value].fname,this.projectname=this.projectlist[t.target.value].fname},bindDateChange:function(t){this.startdate=t.target.value,this.submitdateone=t.target.value},endDateChange:function(t){this.endate=t.target.value,this.submitdatetwo=t.target.value},getzixundanwei:function(){var t=this;console.log(9988776655);var e="project/Get_IntermediaryOrg";a.default.post(e,"","get").then((function(e){t.danweilist=e.data,console.log(t.danweilist)})).catch((function(t){console.log(t)}))},danweichange:function(t){console.log("picker发送选择改变,携带值为",t.target.value),this.danweiindex=t.target.value,this.fintorg=this.danweilist[t.target.value].fname,this.danweiname=this.danweilist[t.target.value].fname},yearchange:function(t){this.yearindex=t.target.value,this.sendyear=this.yeararr[t.target.value]},gettiazhanglist:function(){var t=this,e=this;console.log(9988776543);var n="project/Get_GetRptaudit",o={toaudit:"",fprojectcategory:e.fprojectcategory,fintorg:e.fintorg,sendyear:e.sendyear,submitdateone:e.submitdateone,submitdatetwo:e.submitdatetwo,document:"",fteam:""};console.log("8877665544",o),console.log(n),a.default.post(n,o,"get").then((function(n){console.log(n),t.xiangmulist=n.data;var a,o=t.xiangmulist,r=[],u=i(o);try{for(u.s();!(a=u.n()).done;){var c=a.value;r.push(c)}}catch(s){u.e(s)}finally{u.f()}console.log("项目",r);var l=r.splice(-1);e.end=l;r.length;t.xiangmulist=r,console.log("显示数据源",t.xiangmulist)})).catch((function(t){console.log(t)}))},search:function(){console.log(7766554),this.gettiazhanglist(),this.tizhangshow=!1},taizhangdetail:function(e){console.log(e);var n=e.target.dataset.item;console.log(n),n=JSON.stringify(n),t.navigateTo({url:"../jieduantaizhang/jieduantaizhang?item="+n})}},onReachBottom:function(){console.log(999)}};e.default=c}).call(this,n("543d")["default"])},d869:function(t,e,n){},dd5c:function(t,e,n){"use strict";var a=n("5d27"),o=n.n(a);o.a},f708:function(t,e,n){"use strict";n.r(e);var a=n("87d1"),o=n.n(a);for(var i in a)"default"!==i&&function(t){n.d(e,t,(function(){return a[t]}))}(i);e["default"]=o.a}},[["5f5d","common/runtime","common/vendor"]]]);
\ No newline at end of file
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/xiangmutaizhang/xiangmutaizhang"],{2166:function(t,e,n){"use strict";n.r(e);var a=n("593d"),o=n.n(a);for(var i in a)"default"!==i&&function(t){n.d(e,t,(function(){return a[t]}))}(i);e["default"]=o.a},3582:function(t,e,n){"use strict";n.r(e);var a=n("3b87"),o=n("f708");for(var i in o)"default"!==i&&function(t){n.d(e,t,(function(){return o[t]}))}(i);n("dd5c");var r,u=n("f0c5"),s=Object(u["a"])(o["default"],a["b"],a["c"],!1,null,null,null,!1,a["a"],r);e["default"]=s.exports},"3b87":function(t,e,n){"use strict";var a,o=function(){var t=this,e=t.$createElement;t._self._c},i=[];n.d(e,"b",(function(){return o})),n.d(e,"c",(function(){return i})),n.d(e,"a",(function(){return a}))},"4e90":function(t,e,n){"use strict";var a=n("d869"),o=n.n(a);o.a},"593d":function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n={onLaunch:function(){console.log("App Launch")},onShow:function(){console.log("App Show")},onHide:function(){console.log("App Hide")},post:function(e,n,a){var o=this,i=new Promise((function(i,r){var u=t.getStorageSync("token"),s={token:u||""};t.request({url:o.globalData.baseUrl+e,data:n,method:a,header:s,success:function(t){200==t.statusCode?i(t):r(t.data)},fail:function(t){console.log(t),r("网络出错"),wx.hideNavigationBarLoading()},complete:function(t){}})}));return i},globalData:{userInfo:null,baseUrl:"https://www.bjzha.net/api/"}};e.default=n}).call(this,n("543d")["default"])},"59df":function(t,e,n){"use strict";n.r(e);var a=n("2166");for(var o in a)"default"!==o&&function(t){n.d(e,t,(function(){return a[t]}))}(o);n("4e90");var i,r,u,s,c=n("f0c5"),l=Object(c["a"])(a["default"],i,r,!1,null,null,null,!1,u,s);e["default"]=l.exports},"5d27":function(t,e,n){},"5f5d":function(t,e,n){"use strict";(function(t){n("bdbd"),n("921b");a(n("66fd"));var e=a(n("3582"));function a(t){return t&&t.__esModule?t:{default:t}}t(e.default)}).call(this,n("543d")["createPage"])},"87d1":function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=o(n("59df"));function o(t){return t&&t.__esModule?t:{default:t}}function i(t){if("undefined"===typeof Symbol||null==t[Symbol.iterator]){if(Array.isArray(t)||(t=r(t))){var e=0,n=function(){};return{s:n,n:function(){return e>=t.length?{done:!0}:{done:!1,value:t[e++]}},e:function(t){throw t},f:n}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var a,o,i=!0,u=!1;return{s:function(){a=t[Symbol.iterator]()},n:function(){var t=a.next();return i=t.done,t},e:function(t){u=!0,o=t},f:function(){try{i||null==a.return||a.return()}finally{if(u)throw o}}}}function r(t,e){if(t){if("string"===typeof t)return u(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(n):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?u(t,e):void 0}}function u(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,a=new Array(e);n<e;n++)a[n]=t[n];return a}function s(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}var c={data:function(){return{tizhangshow:!1,fprojectcategory:"",fintorg:"",sendyear:"",submitdateone:"",submitdatetwo:"",xiangmulist:[],projectlist:[],index:0,danweilist:[],danweiindex:0,end:"",yeararr:[],yearindex:-1,startdate:"开始时间",endate:"结束时间",projectname:"项目类型",danweiname:"咨询单位",stationname:"请选择主管部门",stationindex:0,document:"",stationlist:[],yearname:"请选择年度"}},computed:{startDate:function(){return this.getDate("start")},endDate:function(){return this.getDate("end")}},onLoad:function(){var t=new Date,e=t.getFullYear();console.log(e);for(var n=e-19,a=n;a<=e;a++)this.yeararr.push(a);this.getprojectkind(),this.getzixundanwei(),this.gettiazhanglist(),this.getzhugaunlist()},methods:{hide:function(){this.tizhangshow=!1},hidek:function(){},getzhugaunlist:function(){var t=this;console.log(9988776655);var e="project/Get_ComDepartment";a.default.post(e,"","get").then((function(e){console.log(e),t.stationlist=e.data})).catch((function(t){console.log(t)}))},bindstationrChange:function(t){console.log("picker发送选择改变,携带值为",t.target.value),this.stationindex=t.target.value,this.stationname=this.stationlist[t.target.value].fname,this.document=this.stationlist[t.target.value].fid,console.log(this.document)},getDate:function(t){var e=new Date,n=e.getFullYear(),a=e.getMonth()+1,o=e.getDate();return"start"===t?n-=60:"end"===t&&(n+=2),a=a>9?a:"0"+a,o=o>9?o:"0"+o,"".concat(n,"-").concat(a,"-").concat(o)},reset:function(){this.startdate="开始时间",this.endate="结束时间",this.projectname="项目类型",this.danweiname="咨询单位",this.yearindex=-1,this.fprojectcategory="",this.fintorg="",this.sendyear="",this.submitdateone="",this.submitdatetwo=""},shai:function(){this.tizhangshow=!this.tizhangshow},getprojectkind:function(){var t=this,e="project/Get_ProjectType";a.default.post(e,"","get").then((function(e){console.log(e),t.projectlist=e.data,console.log(t.projectlist)})).catch((function(t){console.log(t)}))},bindPickerChange:function(t){console.log("picker发送选择改变,携带值为",t.target.value),this.index=t.target.value,this.fprojectcategory=this.projectlist[t.target.value].fname,this.projectname=this.projectlist[t.target.value].fname},bindDateChange:function(t){this.startdate=t.target.value,this.submitdateone=t.target.value},endDateChange:function(t){this.endate=t.target.value,this.submitdatetwo=t.target.value},getzixundanwei:function(){var t=this;console.log(9988776655);var e="project/Get_IntermediaryOrg";a.default.post(e,"","get").then((function(e){t.danweilist=e.data,console.log(t.danweilist)})).catch((function(t){console.log(t)}))},danweichange:function(t){console.log("picker发送选择改变,携带值为",t.target.value),this.danweiindex=t.target.value,this.fintorg=this.danweilist[t.target.value].fname,this.danweiname=this.danweilist[t.target.value].fname},yearchange:function(t){this.yearindex=t.target.value,this.sendyear=this.yeararr[t.target.value],this.yearname=this.yeararr[t.target.value]},gettiazhanglist:function(){var t=this,e=this;console.log(9988776543);var n="project/Get_GetRptaudit",o=s({toaudit:"",fprojectcategory:e.fprojectcategory,fintorg:e.fintorg,sendyear:e.sendyear,submitdateone:e.submitdateone,submitdatetwo:e.submitdatetwo,document:"",fteam:""},"document",e.document);console.log("8877665544",o),console.log(n),a.default.post(n,o,"get").then((function(n){console.log(n),t.xiangmulist=n.data;var a,o=t.xiangmulist,r=[],u=i(o);try{for(u.s();!(a=u.n()).done;){var s=a.value;r.push(s)}}catch(l){u.e(l)}finally{u.f()}console.log("项目",r);var c=r.splice(-1);e.end=c;r.length;t.xiangmulist=r,console.log("显示数据源",t.xiangmulist)})).catch((function(t){console.log(t)}))},search:function(){console.log(7766554),this.gettiazhanglist(),this.tizhangshow=!1},taizhangdetail:function(e){console.log(e);var n=e.target.dataset.item;console.log(n),n=JSON.stringify(n),t.navigateTo({url:"../jieduantaizhang/jieduantaizhang?item="+n})}},onReachBottom:function(){console.log(999)}};e.default=c}).call(this,n("543d")["default"])},d869:function(t,e,n){},dd5c:function(t,e,n){"use strict";var a=n("5d27"),o=n.n(a);o.a},f708:function(t,e,n){"use strict";n.r(e);var a=n("87d1"),o=n.n(a);for(var i in a)"default"!==i&&function(t){n.d(e,t,(function(){return a[t]}))}(i);e["default"]=o.a}},[["5f5d","common/runtime","common/vendor"]]]);
\ No newline at end of file
... ...
<view class="box"><view class="head"><view class="headitem"><view class="headitemtop">在审项目数</view><view class="headitembot">{{end[0].ftrialcount}}</view></view><view class="headitem"><view class="headitemtop">审结项目数</view><view class="headitembot">{{end[0].fconcludecount}}</view></view><view class="headitem"><view class="headitemtop">总项目数</view><view class="headitembot">{{end[0].fcount}}</view></view></view><block wx:if="{{xiangmulist.length==0}}"><view class="nodata">暂无数据</view></block><block wx:else><view class="taizhang"><view class="taizhanghead"><view class="taizhangitem">项目编号</view><view class="taizhangitem">项目名称</view><view class="taizhangitem">操作</view></view><view class="taizhangbox"><block wx:for="{{xiangmulist}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="taiboxitem"><block wx:if="{{item.fnumber==null}}"><view class="taizhangleft">暂无</view></block><block wx:else><view class="taizhangleft">{{item.fnumber}}</view></block><block wx:if="{{item.fname==null}}"><view class="taizhangmiddle">暂无</view></block><block wx:else><view class="taizhangmiddle">{{item.fname}}</view></block><view class="taizhangright" data-item="{{item}}" data-event-opts="{{[['tap',[['taizhangdetail',['$event']]]]]}}" bindtap="__e">详情</view></view></block></view></view></block><block wx:if="{{tizhangshow}}"><view class="register"><view class="taizhangwrap"><view class="wrapbox"><view class="wrapitem"><view class="wrapitemleft">项目类型</view><picker value="{{index}}" range="{{projectlist}}" range-key="fname" data-event-opts="{{[['change',[['bindPickerChange',['$event']]]]]}}" bindchange="__e"><view class="wrapitemright"><view class="uni-input projectname">{{projectname}}</view></view></picker></view><view class="wrapitem"><view class="wrapitemleft">单位名称</view><picker value="{{danweiindex}}" range="{{danweilist}}" range-key="fname" data-event-opts="{{[['change',[['danweichange',['$event']]]]]}}" bindchange="__e"><view class="wrapitemright"><view class="uni-input projectname">{{danweiname}}</view></view></picker></view><view class="wrapitem"><view class="wrapitemleft">年度</view><picker value="{{yearindex}}" range="{{yeararr}}" data-event-opts="{{[['change',[['yearchange',['$event']]]]]}}" bindchange="__e"><view class="wrapitemright"><view class="nianduleft"><view class="uni-input projectname">{{yeararr[yearindex]}}</view></view><view class="nianduright"><image src="../../static/img/number.png" mode></image></view></view></picker></view><view class="wrapitem"><view class="wrapitemleft">时间</view><view class="time"><picker mode="date" value="{{date}}" start="{{startDate}}" end="{{endDate}}" data-event-opts="{{[['change',[['bindDateChange',['$event']]]]]}}" bindchange="__e"><view class="timeleft">{{''+startdate+''}}</view></picker><view class="timemiddle"></view><picker mode="date" value="{{date}}" start="{{startDate}}" end="{{endDate}}" data-event-opts="{{[['change',[['endDateChange',['$event']]]]]}}" bindchange="__e"><view class="timeleft">{{''+endate+''}}</view></picker></view></view></view><view class="zibot"><view data-event-opts="{{[['tap',[['reset',['$event']]]]]}}" class="reset" bindtap="__e">重置</view><view data-event-opts="{{[['tap',[['search',['$event']]]]]}}" class="chaxun" bindtap="__e">查询</view></view></view></view></block></view>
\ No newline at end of file
<view class="box"><view class="topheadk"><view class="shaiselecttop"><view data-event-opts="{{[['tap',[['shai',['$event']]]]]}}" class="shaiselect" bindtap="__e">筛选</view></view><view class="head"><view class="headitem"><view class="headitemtop">在审项目数</view><view class="headitembot">{{end==''?'':end[0].ftrialcount}}</view></view><view class="headitem"><view class="headitemtop">审结项目数</view><view class="headitembot">{{end==''?'':end[0].fconcludecount}}</view></view><view class="headitem"><view class="headitemtop">总项目数</view><view class="headitembot">{{end==''?'':end[0].fcount}}</view></view></view></view><block wx:if="{{xiangmulist.length==0}}"><view class="nodata">暂无数据</view></block><block wx:else><view class="taizhang"><view class="taizhanghead"><view class="taizhangitem">项目编号</view><view class="taizhangitem">项目名称</view><view class="taizhangitem">操作</view></view><view class="taizhangbox"><block wx:for="{{xiangmulist}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="taiboxitem"><block wx:if="{{item.fnumber==null}}"><view class="taizhangleft">暂无</view></block><block wx:else><view class="taizhangleft">{{item.fnumber}}</view></block><block wx:if="{{item.fname==null}}"><view class="taizhangmiddle">暂无</view></block><block wx:else><view class="taizhangmiddle">{{item.fname}}</view></block><view class="taizhangright" data-item="{{item}}" data-event-opts="{{[['tap',[['taizhangdetail',['$event']]]]]}}" bindtap="__e">详情</view></view></block></view></view></block><block wx:if="{{tizhangshow}}"><view data-event-opts="{{[['tap',[['hide',['$event']]]]]}}" class="register" bindtap="__e"><view data-event-opts="{{[['tap',[['hidek',['$event']]]]]}}" class="taizhangwrap" catchtap="__e"><view class="wrapbox"><view class="wrapitem"><view class="wrapitemleft">项目类型</view><picker value="{{index}}" range="{{projectlist}}" range-key="fname" data-event-opts="{{[['change',[['bindPickerChange',['$event']]]]]}}" bindchange="__e"><view class="wrapitemright"><view class="uni-input projectname">{{projectname}}</view></view></picker></view><view class="wrapitem"><view class="wrapitemleft">主管部门</view><picker value="{{stationindex}}" range="{{stationlist}}" range-key="fname" data-event-opts="{{[['change',[['bindstationrChange',['$event']]]]]}}" bindchange="__e"><view class="wrapitemright"><view class="uni-input projectname">{{stationname}}</view></view></picker></view><view class="wrapitem"><view class="wrapitemleft">单位名称</view><picker value="{{danweiindex}}" range="{{danweilist}}" range-key="fname" data-event-opts="{{[['change',[['danweichange',['$event']]]]]}}" bindchange="__e"><view class="wrapitemright"><view class="uni-input projectname">{{danweiname}}</view></view></picker></view><view class="wrapitem"><view class="wrapitemleft">年度</view><picker value="{{yearindex}}" range="{{yeararr}}" data-event-opts="{{[['change',[['yearchange',['$event']]]]]}}" bindchange="__e"><view class="wrapitemright"><view class="nianduleft"><view class="uni-input projectname">{{yearname}}</view></view><view class="nianduright"><image src="../../static/img/number.png" mode></image></view></view></picker></view><view class="wrapitem"><view class="wrapitemleft">时间</view><view class="time"><picker mode="date" value="{{date}}" start="{{startDate}}" end="{{endDate}}" data-event-opts="{{[['change',[['bindDateChange',['$event']]]]]}}" bindchange="__e"><view class="timeleft">{{''+startdate+''}}</view></picker><view class="timemiddle"></view><picker mode="date" value="{{date}}" start="{{startDate}}" end="{{endDate}}" data-event-opts="{{[['change',[['endDateChange',['$event']]]]]}}" bindchange="__e"><view class="timeleft">{{''+endate+''}}</view></picker></view></view></view><view class="zibot"><view data-event-opts="{{[['tap',[['reset',['$event']]]]]}}" class="reset" bindtap="__e">重置</view><view data-event-opts="{{[['tap',[['search',['$event']]]]]}}" class="chaxun" bindtap="__e">查询</view></view></view></view></block></view>
\ No newline at end of file
... ...
.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}page{background:#f9f9f9}.head{width:750rpx;margin:0 auto;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-justify-content:space-around;justify-content:space-around;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:32rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff}.headitem{width:350rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:0 40rpx;-webkit-box-sizing:border-box;box-sizing:border-box;border-right:1rpx solid #bdc4ce}.headitem:last-child{border-right:none}.headitemtop{color:#06121e;font-size:28rpx}.headitembot{color:#0093ff;font-size:32rpx;margin-top:15rpx}.taizhangbox{padding:0 34rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.taizhang{width:686rpx;margin:32rpx auto 0;background:#fff;-webkit-box-shadow:0 6px 6px rgba(0,0,0,.03);box-shadow:0 6px 6px rgba(0,0,0,.03);opacity:1;border-radius:20px;padding-bottom:28rpx;-webkit-box-sizing:border-box;box-sizing:border-box;margin-bottom:200rpx}.taizhanghead{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:28rpx 50rpx;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.taizhangitem{color:#06121e;font-size:28rpx;font-weight:700}.taiboxitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.taiboxitem:last-child{border-bottom:none}.taizhangleft{color:#06121e;font-size:28rpx}.taizhangmiddle{color:#06121e;font-size:28rpx;width:284rpx;margin-left:62rpx;line-height:1.3;text-align:center}.taizhangright{color:#0093ff;font-size:28rpx;margin-left:56rpx}.dibu{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;width:750rpx;height:104rpx;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;position:fixed;bottom:0;left:0}.dibuleft{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-right:72rpx}.dibulitemm{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.dishu{width:40rpx;height:30rpx;border:1rpx solid #707070;border-radius:4rpx;margin:0 6rpx;font-size:0;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.dishu input{width:100%;height:30rpx;line-height:30rpx;padding:5rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;font-size:26rpx;color:#8c9198}.dibuliteml,
.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.shaiselecttop{width:750rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;padding-top:10rpx;padding-bottom:10rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.shaiselect{display:inline-block;width:200rpx;height:64rpx;background:#0093ff;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;border-radius:30rpx}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}page{background:#f9f9f9}.taizhangwrap{height:auto!important}.topheadk{position:fixed;top:0;left:0;background:#fff;width:750rpx}.head{width:750rpx;margin:0 auto;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-justify-content:space-around;justify-content:space-around;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:32rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff}.headitem{width:350rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:0 40rpx;-webkit-box-sizing:border-box;box-sizing:border-box;border-right:1rpx solid #bdc4ce}.headitem:last-child{border-right:none}.headitemtop{color:#06121e;font-size:28rpx}.headitembot{color:#0093ff;font-size:32rpx;margin-top:15rpx}.taizhang{margin-top:250rpx!important}.taizhangbox{padding:0 34rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.taizhang{width:686rpx;margin:32rpx auto 0;background:#fff;-webkit-box-shadow:0 6px 6px rgba(0,0,0,.03);box-shadow:0 6px 6px rgba(0,0,0,.03);opacity:1;border-radius:20px;padding-bottom:28rpx;-webkit-box-sizing:border-box;box-sizing:border-box;margin-bottom:200rpx}.taizhanghead{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:28rpx 50rpx;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.taizhangitem{color:#06121e;font-size:28rpx;font-weight:700}.taiboxitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.taiboxitem:last-child{border-bottom:none}.taizhangleft{color:#06121e;font-size:28rpx}.taizhangmiddle{color:#06121e;font-size:28rpx;width:284rpx;margin-left:62rpx;line-height:1.3;text-align:center}.taizhangright{color:#0093ff;font-size:28rpx;margin-left:56rpx}.dibu{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;width:750rpx;height:104rpx;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;position:fixed;bottom:0;left:0}.dibuleft{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-right:72rpx}.dibulitemm{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.dishu{width:40rpx;height:30rpx;border:1rpx solid #707070;border-radius:4rpx;margin:0 6rpx;font-size:0;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.dishu input{width:100%;height:30rpx;line-height:30rpx;padding:5rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;font-size:26rpx;color:#8c9198}.dibuliteml,
.di,
.ye,
.dibulitemx,
... ...
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/xiangmuzutaizhang/xiangmuzutaizhang"],{"1ff0":function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=o(n("59df"));function o(t){return t&&t.__esModule?t:{default:t}}function i(t){if("undefined"===typeof Symbol||null==t[Symbol.iterator]){if(Array.isArray(t)||(t=r(t))){var e=0,n=function(){};return{s:n,n:function(){return e>=t.length?{done:!0}:{done:!1,value:t[e++]}},e:function(t){throw t},f:n}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var a,o,i=!0,u=!1;return{s:function(){a=t[Symbol.iterator]()},n:function(){var t=a.next();return i=t.done,t},e:function(t){u=!0,o=t},f:function(){try{i||null==a.return||a.return()}finally{if(u)throw o}}}}function r(t,e){if(t){if("string"===typeof t)return u(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(n):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?u(t,e):void 0}}function u(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,a=new Array(e);n<e;n++)a[n]=t[n];return a}var c={data:function(){return{tizhangshow:!1,fprojectcategory:"",fintorg:"",sendyear:"",submitdateone:"",submitdatetwo:"",xiangmulist:[],projectlist:[],index:0,danweilist:[],danweiindex:0,end:"",yeararr:[],yearindex:-1,startdate:"开始时间",endate:"结束时间",projectname:"项目类型",danweiname:"项目组"}},onLoad:function(){var t=new Date,e=t.getFullYear();console.log(e);for(var n=e-19,a=n;a<=e;a++)this.yeararr.push(a);this.getprojectkind(),this.getzixundanwei(),this.gettiazhanglist()},methods:{reset:function(){this.yearindex=-1,this.startdate="开始时间",this.endate="结束时间",this.projectname="项目类型",this.danweiname="项目组",this.fprojectcategory="",this.sendyear="",this.submitdateone="",this.submitdatetwo="",this.fteam=""},onNavigationBarButtonTap:function(){this.tizhangshow=!this.tizhangshow},getprojectkind:function(){var t=this,e="project/Get_ProjectType";a.default.post(e,"","get").then((function(e){console.log(e),t.projectlist=e.data,console.log(t.projectlist)})).catch((function(t){console.log(t)}))},bindPickerChange:function(t){console.log("picker发送选择改变,携带值为",t.target.value),this.index=t.target.value,this.fprojectcategory=this.projectlist[t.target.value].fname,this.projectname=this.projectlist[t.target.value].fname},bindDateChange:function(t){this.startdate=t.target.value,this.submitdateone=t.target.value},endDateChange:function(t){this.endate=t.target.value,this.submitdatetwo=t.target.value},getzixundanwei:function(){var t=this;console.log(9988776655);var e="project/Get_Fteam";a.default.post(e,"","get").then((function(e){console.log(e),t.danweilist=e.data,console.log(t.danweilist)})).catch((function(t){console.log(t)}))},danweichange:function(t){console.log("picker发送选择改变,携带值为",t.target.value),this.danweiindex=t.target.value,this.fintorg=this.danweilist[t.target.value].fname,this.danweiname=this.danweilist[t.target.value].fname},yearchange:function(t){this.yearindex=t.target.value,this.sendyear=this.yeararr[t.target.value]},gettiazhanglist:function(){var t=this,e=this;console.log(9988776543);var n="project/Get_GetRptaudit",o={toaudit:"fteam",document:"",fprojectcategory:e.fprojectcategory,sendyear:e.sendyear,submitdateone:e.submitdateone,submitdatetwo:e.submitdatetwo,fteam:e.fintorg,fintorg:""};console.log("8877665544",o),a.default.post(n,o,"get").then((function(n){console.log(n),t.xiangmulist=n.data;var a,o=t.xiangmulist,r=[],u=i(o);try{for(u.s();!(a=u.n()).done;){var c=a.value;r.push(c)}}catch(s){u.e(s)}finally{u.f()}var l=r.splice(-1);e.end=l,t.xiangmulist=r,console.log(typeof r)})).catch((function(t){console.log(t)}))},search:function(){console.log(7766554),this.gettiazhanglist(),this.tizhangshow=!1},taizhangdetail:function(e){console.log(e);var n=e.target.dataset.item;n=JSON.stringify(n),console.log(n),t.navigateTo({url:"../zhugauntaidetail/zhugauntaidetail?item="+n+"&type=6"})}},onReachBottom:function(){console.log(999)}};e.default=c}).call(this,n("543d")["default"])},2095:function(t,e,n){},2166:function(t,e,n){"use strict";n.r(e);var a=n("593d"),o=n.n(a);for(var i in a)"default"!==i&&function(t){n.d(e,t,(function(){return a[t]}))}(i);e["default"]=o.a},"3b0b":function(t,e,n){"use strict";(function(t){n("bdbd"),n("921b");a(n("66fd"));var e=a(n("91ae"));function a(t){return t&&t.__esModule?t:{default:t}}t(e.default)}).call(this,n("543d")["createPage"])},"4e90":function(t,e,n){"use strict";var a=n("d869"),o=n.n(a);o.a},"593d":function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n={onLaunch:function(){console.log("App Launch")},onShow:function(){console.log("App Show")},onHide:function(){console.log("App Hide")},post:function(e,n,a){var o=this,i=new Promise((function(i,r){var u=t.getStorageSync("token"),c={token:u||""};t.request({url:o.globalData.baseUrl+e,data:n,method:a,header:c,success:function(t){200==t.statusCode?i(t):r(t.data)},fail:function(t){console.log(t),r("网络出错"),wx.hideNavigationBarLoading()},complete:function(t){}})}));return i},globalData:{userInfo:null,baseUrl:"https://www.bjzha.net/api/"}};e.default=n}).call(this,n("543d")["default"])},"59df":function(t,e,n){"use strict";n.r(e);var a=n("2166");for(var o in a)"default"!==o&&function(t){n.d(e,t,(function(){return a[t]}))}(o);n("4e90");var i,r,u,c,l=n("f0c5"),s=Object(l["a"])(a["default"],i,r,!1,null,null,null,!1,u,c);e["default"]=s.exports},"69ab":function(t,e,n){"use strict";var a=n("2095"),o=n.n(a);o.a},"91ae":function(t,e,n){"use strict";n.r(e);var a=n("d48b"),o=n("d725");for(var i in o)"default"!==i&&function(t){n.d(e,t,(function(){return o[t]}))}(i);n("69ab");var r,u=n("f0c5"),c=Object(u["a"])(o["default"],a["b"],a["c"],!1,null,null,null,!1,a["a"],r);e["default"]=c.exports},d48b:function(t,e,n){"use strict";var a,o=function(){var t=this,e=t.$createElement;t._self._c},i=[];n.d(e,"b",(function(){return o})),n.d(e,"c",(function(){return i})),n.d(e,"a",(function(){return a}))},d725:function(t,e,n){"use strict";n.r(e);var a=n("1ff0"),o=n.n(a);for(var i in a)"default"!==i&&function(t){n.d(e,t,(function(){return a[t]}))}(i);e["default"]=o.a},d869:function(t,e,n){}},[["3b0b","common/runtime","common/vendor"]]]);
\ No newline at end of file
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/xiangmuzutaizhang/xiangmuzutaizhang"],{"1ff0":function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=o(n("59df"));function o(t){return t&&t.__esModule?t:{default:t}}function i(t){if("undefined"===typeof Symbol||null==t[Symbol.iterator]){if(Array.isArray(t)||(t=r(t))){var e=0,n=function(){};return{s:n,n:function(){return e>=t.length?{done:!0}:{done:!1,value:t[e++]}},e:function(t){throw t},f:n}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var a,o,i=!0,u=!1;return{s:function(){a=t[Symbol.iterator]()},n:function(){var t=a.next();return i=t.done,t},e:function(t){u=!0,o=t},f:function(){try{i||null==a.return||a.return()}finally{if(u)throw o}}}}function r(t,e){if(t){if("string"===typeof t)return u(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(n):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?u(t,e):void 0}}function u(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,a=new Array(e);n<e;n++)a[n]=t[n];return a}function s(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}var c={data:function(){return{tizhangshow:!1,fprojectcategory:"",fintorg:"",sendyear:"",submitdateone:"",submitdatetwo:"",xiangmulist:[],projectlist:[],index:0,danweilist:[],danweiindex:0,end:"",yeararr:[],yearindex:-1,startdate:"开始时间",endate:"结束时间",projectname:"项目类型",danweiname:"项目组",stationname:"请选择主管部门",stationindex:0,document:"",stationlist:[],yearname:"请选择年度"}},computed:{startDate:function(){return this.getDate("start")},endDate:function(){return this.getDate("end")}},onLoad:function(){var t=new Date,e=t.getFullYear();console.log(e);for(var n=e-19,a=n;a<=e;a++)this.yeararr.push(a);this.getprojectkind(),this.getzixundanwei(),this.gettiazhanglist(),this.getzhugaunlist()},methods:{hide:function(){this.tizhangshow=!1},hidek:function(){},getzhugaunlist:function(){var t=this;console.log(9988776655);var e="project/Get_ComDepartment";a.default.post(e,"","get").then((function(e){console.log(e),t.stationlist=e.data})).catch((function(t){console.log(t)}))},bindstationrChange:function(t){console.log("picker发送选择改变,携带值为",t.target.value),this.stationindex=t.target.value,this.stationname=this.stationlist[t.target.value].fname,this.document=this.stationlist[t.target.value].fid,console.log(this.document)},getDate:function(t){var e=new Date,n=e.getFullYear(),a=e.getMonth()+1,o=e.getDate();return"start"===t?n-=60:"end"===t&&(n+=2),a=a>9?a:"0"+a,o=o>9?o:"0"+o,"".concat(n,"-").concat(a,"-").concat(o)},reset:function(){this.yearindex=-1,this.startdate="开始时间",this.endate="结束时间",this.projectname="项目类型",this.danweiname="项目组",this.fprojectcategory="",this.sendyear="",this.submitdateone="",this.submitdatetwo="",this.fteam=""},shai:function(){this.tizhangshow=!this.tizhangshow},getprojectkind:function(){var t=this,e="project/Get_ProjectType";a.default.post(e,"","get").then((function(e){console.log(e),t.projectlist=e.data,console.log(t.projectlist)})).catch((function(t){console.log(t)}))},bindPickerChange:function(t){console.log("picker发送选择改变,携带值为",t.target.value),this.index=t.target.value,this.fprojectcategory=this.projectlist[t.target.value].fname,this.projectname=this.projectlist[t.target.value].fname},bindDateChange:function(t){this.startdate=t.target.value,this.submitdateone=t.target.value},endDateChange:function(t){this.endate=t.target.value,this.submitdatetwo=t.target.value},getzixundanwei:function(){var t=this;console.log(9988776655);var e="project/Get_Fteam";a.default.post(e,"","get").then((function(e){console.log(e),t.danweilist=e.data,console.log(t.danweilist)})).catch((function(t){console.log(t)}))},danweichange:function(t){console.log("picker发送选择改变,携带值为",t.target.value),this.danweiindex=t.target.value,this.fintorg=this.danweilist[t.target.value].fname,this.danweiname=this.danweilist[t.target.value].fname},yearchange:function(t){this.yearindex=t.target.value,this.sendyear=this.yeararr[t.target.value],this.yearname=this.yeararr[t.target.value]},gettiazhanglist:function(){var t=this,e=this;console.log(9988776543);var n="project/Get_GetRptaudit",o=s({toaudit:"fteam",document:"",fprojectcategory:e.fprojectcategory,sendyear:e.sendyear,submitdateone:e.submitdateone,submitdatetwo:e.submitdatetwo,fteam:e.fintorg,fintorg:""},"document",e.document);console.log("8877665544",o),a.default.post(n,o,"get").then((function(n){console.log(n),t.xiangmulist=n.data;var a,o=t.xiangmulist,r=[],u=i(o);try{for(u.s();!(a=u.n()).done;){var s=a.value;r.push(s)}}catch(l){u.e(l)}finally{u.f()}var c=r.splice(-1);e.end=c,t.xiangmulist=r,console.log(typeof r)})).catch((function(t){console.log(t)}))},search:function(){console.log(7766554),this.gettiazhanglist(),this.tizhangshow=!1},taizhangdetail:function(e){console.log(e);var n=e.target.dataset.item;n=JSON.stringify(n),console.log(n),t.navigateTo({url:"../zhugauntaidetail/zhugauntaidetail?item="+n+"&type=6"})}},onReachBottom:function(){console.log(999)}};e.default=c}).call(this,n("543d")["default"])},2095:function(t,e,n){},2166:function(t,e,n){"use strict";n.r(e);var a=n("593d"),o=n.n(a);for(var i in a)"default"!==i&&function(t){n.d(e,t,(function(){return a[t]}))}(i);e["default"]=o.a},"3b0b":function(t,e,n){"use strict";(function(t){n("bdbd"),n("921b");a(n("66fd"));var e=a(n("91ae"));function a(t){return t&&t.__esModule?t:{default:t}}t(e.default)}).call(this,n("543d")["createPage"])},"4e90":function(t,e,n){"use strict";var a=n("d869"),o=n.n(a);o.a},"593d":function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n={onLaunch:function(){console.log("App Launch")},onShow:function(){console.log("App Show")},onHide:function(){console.log("App Hide")},post:function(e,n,a){var o=this,i=new Promise((function(i,r){var u=t.getStorageSync("token"),s={token:u||""};t.request({url:o.globalData.baseUrl+e,data:n,method:a,header:s,success:function(t){200==t.statusCode?i(t):r(t.data)},fail:function(t){console.log(t),r("网络出错"),wx.hideNavigationBarLoading()},complete:function(t){}})}));return i},globalData:{userInfo:null,baseUrl:"https://www.bjzha.net/api/"}};e.default=n}).call(this,n("543d")["default"])},"59df":function(t,e,n){"use strict";n.r(e);var a=n("2166");for(var o in a)"default"!==o&&function(t){n.d(e,t,(function(){return a[t]}))}(o);n("4e90");var i,r,u,s,c=n("f0c5"),l=Object(c["a"])(a["default"],i,r,!1,null,null,null,!1,u,s);e["default"]=l.exports},"69ab":function(t,e,n){"use strict";var a=n("2095"),o=n.n(a);o.a},"91ae":function(t,e,n){"use strict";n.r(e);var a=n("a997"),o=n("d725");for(var i in o)"default"!==i&&function(t){n.d(e,t,(function(){return o[t]}))}(i);n("69ab");var r,u=n("f0c5"),s=Object(u["a"])(o["default"],a["b"],a["c"],!1,null,null,null,!1,a["a"],r);e["default"]=s.exports},a997:function(t,e,n){"use strict";var a,o=function(){var t=this,e=t.$createElement;t._self._c},i=[];n.d(e,"b",(function(){return o})),n.d(e,"c",(function(){return i})),n.d(e,"a",(function(){return a}))},d725:function(t,e,n){"use strict";n.r(e);var a=n("1ff0"),o=n.n(a);for(var i in a)"default"!==i&&function(t){n.d(e,t,(function(){return a[t]}))}(i);e["default"]=o.a},d869:function(t,e,n){}},[["3b0b","common/runtime","common/vendor"]]]);
\ No newline at end of file
... ...
<view class="box"><view class="head"><view class="headitem"><view class="headitemtop">在审项目数</view><view class="headitembot">{{end[0].ftrialcount}}</view></view><view class="headitem"><view class="headitemtop">审结项目数</view><view class="headitembot">{{end[0].fconcludecount}}</view></view><view class="headitem"><view class="headitemtop">总项目数</view><view class="headitembot">{{end[0].fcount}}</view></view></view><block wx:if="{{xiangmulist.length==0}}"><view class="nodata">暂无数据</view></block><block wx:else><view class="taizhang"><view class="taizhanghead"><view class="taizhangitem">项目编号</view><view class="taizhangitem">项目名称</view><view class="taizhangitem">操作</view></view><view class="taizhangbox"><block wx:for="{{xiangmulist}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="taiboxitem"><block wx:if="{{item.fnumber==null}}"><view class="taizhangleft">暂无</view></block><block wx:else><view class="taizhangleft">{{item.fnumber}}</view></block><block wx:if="{{item.fname==null}}"><view class="taizhangmiddle">暂无</view></block><block wx:else><view class="taizhangmiddle">{{item.fname}}</view></block><view class="taizhangright" data-item="{{item}}" data-event-opts="{{[['tap',[['taizhangdetail',['$event']]]]]}}" bindtap="__e">详情</view></view></block></view></view></block><block wx:if="{{tizhangshow}}"><view class="register"><view class="taizhangwrap"><view class="wrapbox"><view class="wrapitem"><view class="wrapitemleft">项目类型</view><picker value="{{index}}" range="{{projectlist}}" range-key="fname" data-event-opts="{{[['change',[['bindPickerChange',['$event']]]]]}}" bindchange="__e"><view class="wrapitemright"><view class="uni-input projectname">{{projectname}}</view></view></picker></view><view class="wrapitem"><view class="wrapitemleft">项目组</view><picker value="{{danweiindex}}" range="{{danweilist}}" range-key="fname" data-event-opts="{{[['change',[['danweichange',['$event']]]]]}}" bindchange="__e"><view class="wrapitemright"><view class="uni-input projectname">{{danweiname}}</view></view></picker></view><view class="wrapitem"><view class="wrapitemleft">年度</view><picker value="{{yearindex}}" range="{{yeararr}}" data-event-opts="{{[['change',[['yearchange',['$event']]]]]}}" bindchange="__e"><view class="wrapitemright"><view class="nianduleft"><view class="uni-input projectname">{{yeararr[yearindex]}}</view></view><view class="nianduright"><image src="../../static/img/number.png" mode></image></view></view></picker></view><view class="wrapitem"><view class="wrapitemleft">时间</view><view class="time"><picker mode="date" value="{{date}}" start="{{startDate}}" end="{{endDate}}" data-event-opts="{{[['change',[['bindDateChange',['$event']]]]]}}" bindchange="__e"><view class="timeleft">{{''+startdate+''}}</view></picker><view class="timemiddle"></view><picker mode="date" value="{{date}}" start="{{startDate}}" end="{{endDate}}" data-event-opts="{{[['change',[['endDateChange',['$event']]]]]}}" bindchange="__e"><view class="timeleft">{{''+endate+''}}</view></picker></view></view></view><view class="zibot"><view data-event-opts="{{[['tap',[['reset',['$event']]]]]}}" class="reset" bindtap="__e">重置</view><view data-event-opts="{{[['tap',[['search',['$event']]]]]}}" class="chaxun" bindtap="__e">查询</view></view></view></view></block></view>
\ No newline at end of file
<view class="box"><view class="topheadk"><view class="shaiselecttop"><view data-event-opts="{{[['tap',[['shai',['$event']]]]]}}" class="shaiselect" bindtap="__e">筛选</view></view><view class="head"><view class="headitem"><view class="headitemtop">在审项目数</view><view class="headitembot">{{end==''?'':end[0].ftrialcount}}</view></view><view class="headitem"><view class="headitemtop">审结项目数</view><view class="headitembot">{{end==''?'':end[0].fconcludecount}}</view></view><view class="headitem"><view class="headitemtop">总项目数</view><view class="headitembot">{{end==''?'':end[0].fcount}}</view></view></view></view><block wx:if="{{xiangmulist.length==0}}"><view class="nodata">暂无数据</view></block><block wx:else><view class="taizhang"><view class="taizhanghead"><view class="taizhangitem">项目编号</view><view class="taizhangitem">项目名称</view><view class="taizhangitem">操作</view></view><view class="taizhangbox"><block wx:for="{{xiangmulist}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="taiboxitem"><block wx:if="{{item.fnumber==null}}"><view class="taizhangleft">暂无</view></block><block wx:else><view class="taizhangleft">{{item.fnumber}}</view></block><block wx:if="{{item.fname==null}}"><view class="taizhangmiddle">暂无</view></block><block wx:else><view class="taizhangmiddle">{{item.fname}}</view></block><view class="taizhangright" data-item="{{item}}" data-event-opts="{{[['tap',[['taizhangdetail',['$event']]]]]}}" bindtap="__e">详情</view></view></block></view></view></block><block wx:if="{{tizhangshow}}"><view data-event-opts="{{[['tap',[['hide',['$event']]]]]}}" class="register" bindtap="__e"><view data-event-opts="{{[['tap',[['hidek',['$event']]]]]}}" class="taizhangwrap" catchtap="__e"><view class="wrapbox"><view class="wrapitem"><view class="wrapitemleft">项目类型</view><picker value="{{index}}" range="{{projectlist}}" range-key="fname" data-event-opts="{{[['change',[['bindPickerChange',['$event']]]]]}}" bindchange="__e"><view class="wrapitemright"><view class="uni-input projectname">{{projectname}}</view></view></picker></view><view class="wrapitem"><view class="wrapitemleft">主管部门</view><picker value="{{stationindex}}" range="{{stationlist}}" range-key="fname" data-event-opts="{{[['change',[['bindstationrChange',['$event']]]]]}}" bindchange="__e"><view class="wrapitemright"><view class="uni-input projectname">{{stationname}}</view></view></picker></view><view class="wrapitem"><view class="wrapitemleft">项目组</view><picker value="{{danweiindex}}" range="{{danweilist}}" range-key="fname" data-event-opts="{{[['change',[['danweichange',['$event']]]]]}}" bindchange="__e"><view class="wrapitemright"><view class="uni-input projectname">{{danweiname}}</view></view></picker></view><view class="wrapitem"><view class="wrapitemleft">年度</view><picker value="{{yearindex}}" range="{{yeararr}}" data-event-opts="{{[['change',[['yearchange',['$event']]]]]}}" bindchange="__e"><view class="wrapitemright"><view class="nianduleft"><view class="uni-input projectname">{{yearname}}</view></view><view class="nianduright"><image src="../../static/img/number.png" mode></image></view></view></picker></view><view class="wrapitem"><view class="wrapitemleft">时间</view><view class="time"><picker mode="date" value="{{date}}" start="{{startDate}}" end="{{endDate}}" data-event-opts="{{[['change',[['bindDateChange',['$event']]]]]}}" bindchange="__e"><view class="timeleft">{{''+startdate+''}}</view></picker><view class="timemiddle"></view><picker mode="date" value="{{date}}" start="{{startDate}}" end="{{endDate}}" data-event-opts="{{[['change',[['endDateChange',['$event']]]]]}}" bindchange="__e"><view class="timeleft">{{''+endate+''}}</view></picker></view></view></view><view class="zibot"><view data-event-opts="{{[['tap',[['reset',['$event']]]]]}}" class="reset" bindtap="__e">重置</view><view data-event-opts="{{[['tap',[['search',['$event']]]]]}}" class="chaxun" bindtap="__e">查询</view></view></view></view></block></view>
\ No newline at end of file
... ...
.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}page{background:#f9f9f9}.head{width:750rpx;margin:0 auto;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-justify-content:space-around;justify-content:space-around;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:32rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff}.headitem{width:350rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:0 40rpx;-webkit-box-sizing:border-box;box-sizing:border-box;border-right:1rpx solid #bdc4ce}.headitem:last-child{border-right:none}.headitemtop{color:#06121e;font-size:28rpx}.headitembot{color:#0093ff;font-size:32rpx;margin-top:15rpx}.taizhangbox{padding:0 34rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.taizhang{width:686rpx;margin:32rpx auto 0;background:#fff;-webkit-box-shadow:0 6px 6px rgba(0,0,0,.03);box-shadow:0 6px 6px rgba(0,0,0,.03);opacity:1;border-radius:20px;padding-bottom:28rpx;-webkit-box-sizing:border-box;box-sizing:border-box;margin-bottom:200rpx}.taizhanghead{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:28rpx 50rpx;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.taizhangitem{color:#06121e;font-size:28rpx;font-weight:700}.taiboxitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.taiboxitem:last-child{border-bottom:none}.taizhangleft{color:#06121e;font-size:28rpx}.taizhangmiddle{color:#06121e;font-size:28rpx;width:284rpx;margin-left:62rpx;line-height:1.3;text-align:center}.taizhangright{color:#0093ff;font-size:28rpx;margin-left:56rpx}.dibu{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;width:750rpx;height:104rpx;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;position:fixed;bottom:0;left:0}.dibuleft{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-right:72rpx}.dibulitemm{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.dishu{width:40rpx;height:30rpx;border:1rpx solid #707070;border-radius:4rpx;margin:0 6rpx;font-size:0;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.dishu input{width:100%;height:30rpx;line-height:30rpx;padding:5rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;font-size:26rpx;color:#8c9198}.dibuliteml,
.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.shaiselecttop{width:750rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;padding-top:10rpx;padding-bottom:10rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.shaiselect{display:inline-block;width:200rpx;height:64rpx;background:#0093ff;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;border-radius:30rpx}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}page{background:#f9f9f9}.taizhangwrap{height:auto!important}.head{width:750rpx;margin:0 auto;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-justify-content:space-around;justify-content:space-around;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:32rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff}.topheadk{position:fixed;top:0;left:0;background:#fff;width:750rpx}.headitem{width:350rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:0 40rpx;-webkit-box-sizing:border-box;box-sizing:border-box;border-right:1rpx solid #bdc4ce}.headitem:last-child{border-right:none}.headitemtop{color:#06121e;font-size:28rpx}.headitembot{color:#0093ff;font-size:32rpx;margin-top:15rpx}.taizhangbox{padding:0 34rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.taizhang{width:686rpx;margin:32rpx auto 0;background:#fff;-webkit-box-shadow:0 6px 6px rgba(0,0,0,.03);box-shadow:0 6px 6px rgba(0,0,0,.03);opacity:1;border-radius:20px;padding-bottom:28rpx;-webkit-box-sizing:border-box;box-sizing:border-box;margin-bottom:200rpx}.taizhanghead{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:28rpx 50rpx;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.taizhangitem{color:#06121e;font-size:28rpx;font-weight:700}.taiboxitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.taiboxitem:last-child{border-bottom:none}.taizhang{margin-top:250rpx}.taizhangleft{color:#06121e;font-size:28rpx}.taizhangmiddle{color:#06121e;font-size:28rpx;width:284rpx;margin-left:62rpx;line-height:1.3;text-align:center}.taizhangright{color:#0093ff;font-size:28rpx;margin-left:56rpx}.dibu{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;width:750rpx;height:104rpx;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;position:fixed;bottom:0;left:0}.dibuleft{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-right:72rpx}.dibulitemm{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.dishu{width:40rpx;height:30rpx;border:1rpx solid #707070;border-radius:4rpx;margin:0 6rpx;font-size:0;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.dishu input{width:100%;height:30rpx;line-height:30rpx;padding:5rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;font-size:26rpx;color:#8c9198}.dibuliteml,
.di,
.ye,
.dibulitemx,
... ...
.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}page{background:#f9f9f9}.box{background:#fff}.projectinfo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.projectinfoname{width:44rpx;height:44rpx;font-size:0}.projectinfoname image{width:100%;height:100%}.projectname{color:#3d444d;font-size:28rpx;font-weight:700;margin-left:16rpx}.projectinfo{padding:36rpx 32rpx 16rpx;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #bdc4ce}.projectlist{padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.projectitem{background:#fff;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:32rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.projectitemleft{color:#8c9198;font-size:28rpx}.projectitemright{color:#3d444d;font-size:28rpx}.renyuanleft{color:#8c9198;font-size:28rpx}.renyuanright{width:300rpx;height:60rpx;background:#eee;padding:14rpx 28rpx;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.renyuanright input{width:100%;height:40rpx;color:#8c9198;font-size:24rpx}.xiangmuyuan{color:#8c9198;font-size:24rpx}.zixunbottom{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:28rpx 32rpx 34rpx}.zixunbotleft{width:130rpx;height:80rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx}.zixunbotright{width:532rpx;height:80rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx;margin-left:24rpx}.renyaoqiu{margin-top:12rpx}.zixundan{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:44rpx 42rpx 16rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #bdc4ce}.zixundanitem{color:#06121e;font-size:28rpx}.zixunbox{padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zixundanboxlist{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box}.zixunname{width:320rpx;color:#06121e;font-size:24rpx;line-height:1.5;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.zixunshu{width:105rpx;text-align:center;color:#06121e;font-size:24rpx}.zixuntou{width:108rpx;height:40rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:40rpx;margin-left:140rpx}.zuxiangmu{color:#3d444d;font-size:28rpx;font-weight:700}.querenfen{width:686rpx;height:80rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx}
\ No newline at end of file
.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.shaiselecttop{width:750rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;padding-top:10rpx;padding-bottom:10rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.shaiselect{display:inline-block;width:200rpx;height:64rpx;background:#0093ff;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;border-radius:30rpx}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}page{background:#f9f9f9}.box{background:#fff}.projectinfo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.projectinfoname{width:44rpx;height:44rpx;font-size:0}.projectinfoname image{width:100%;height:100%}.projectname{color:#3d444d;font-size:28rpx;font-weight:700;margin-left:16rpx}.projectinfo{padding:36rpx 32rpx 16rpx;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #bdc4ce}.projectlist{padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.projectitem{background:#fff;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:32rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.projectitemleft{color:#8c9198;font-size:28rpx}.projectitemright{color:#3d444d;font-size:28rpx}.renyuanleft{color:#8c9198;font-size:28rpx}.renyuanright{width:300rpx;height:60rpx;background:#eee;padding:14rpx 28rpx;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.renyuanright input{width:100%;height:40rpx;color:#8c9198;font-size:24rpx}.xiangmuyuan{color:#8c9198;font-size:24rpx}.zixunbottom{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:28rpx 32rpx 34rpx}.zixunbotleft{width:130rpx;height:80rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx}.zixunbotright{width:532rpx;height:80rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx;margin-left:24rpx}.renyaoqiu{margin-top:12rpx}.zixundan{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:44rpx 42rpx 16rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #bdc4ce}.zixundanitem{color:#06121e;font-size:28rpx}.zixunbox{padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zixundanboxlist{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box}.zixunname{width:320rpx;color:#06121e;font-size:24rpx;line-height:1.5;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.zixunshu{width:105rpx;text-align:center;color:#06121e;font-size:24rpx}.zixuntou{width:108rpx;height:40rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:40rpx;margin-left:140rpx}.zuxiangmu{color:#3d444d;font-size:28rpx;font-weight:700}.querenfen{width:686rpx;height:80rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx}
\ No newline at end of file
... ...
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/yusuantaizhang/yusuantaizhang"],{2073:function(t,e,n){"use strict";var a=n("acd8"),i=n.n(a);i.a},2166:function(t,e,n){"use strict";n.r(e);var a=n("593d"),i=n.n(a);for(var o in a)"default"!==o&&function(t){n.d(e,t,(function(){return a[t]}))}(o);e["default"]=i.a},"4e90":function(t,e,n){"use strict";var a=n("d869"),i=n.n(a);i.a},"4fb1":function(t,e,n){"use strict";(function(t){n("bdbd"),n("921b");a(n("66fd"));var e=a(n("730f"));function a(t){return t&&t.__esModule?t:{default:t}}t(e.default)}).call(this,n("543d")["createPage"])},"593d":function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n={onLaunch:function(){console.log("App Launch")},onShow:function(){console.log("App Show")},onHide:function(){console.log("App Hide")},post:function(e,n,a){var i=this,o=new Promise((function(o,r){var u=t.getStorageSync("token"),s={token:u||""};t.request({url:i.globalData.baseUrl+e,data:n,method:a,header:s,success:function(t){200==t.statusCode?o(t):r(t.data)},fail:function(t){console.log(t),r("网络出错"),wx.hideNavigationBarLoading()},complete:function(t){}})}));return o},globalData:{userInfo:null,baseUrl:"https://www.bjzha.net/api/"}};e.default=n}).call(this,n("543d")["default"])},"59df":function(t,e,n){"use strict";n.r(e);var a=n("2166");for(var i in a)"default"!==i&&function(t){n.d(e,t,(function(){return a[t]}))}(i);n("4e90");var o,r,u,s,c=n("f0c5"),l=Object(c["a"])(a["default"],o,r,!1,null,null,null,!1,u,s);e["default"]=l.exports},"730f":function(t,e,n){"use strict";n.r(e);var a=n("a353"),i=n("eb7f");for(var o in i)"default"!==o&&function(t){n.d(e,t,(function(){return i[t]}))}(o);n("2073");var r,u=n("f0c5"),s=Object(u["a"])(i["default"],a["b"],a["c"],!1,null,null,null,!1,a["a"],r);e["default"]=s.exports},a353:function(t,e,n){"use strict";var a,i=function(){var t=this,e=t.$createElement;t._self._c},o=[];n.d(e,"b",(function(){return i})),n.d(e,"c",(function(){return o})),n.d(e,"a",(function(){return a}))},acd8:function(t,e,n){},c538:function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=i(n("59df"));function i(t){return t&&t.__esModule?t:{default:t}}function o(t){if("undefined"===typeof Symbol||null==t[Symbol.iterator]){if(Array.isArray(t)||(t=r(t))){var e=0,n=function(){};return{s:n,n:function(){return e>=t.length?{done:!0}:{done:!1,value:t[e++]}},e:function(t){throw t},f:n}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var a,i,o=!0,u=!1;return{s:function(){a=t[Symbol.iterator]()},n:function(){var t=a.next();return o=t.done,t},e:function(t){u=!0,i=t},f:function(){try{o||null==a.return||a.return()}finally{if(u)throw i}}}}function r(t,e){if(t){if("string"===typeof t)return u(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(n):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?u(t,e):void 0}}function u(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,a=new Array(e);n<e;n++)a[n]=t[n];return a}var s={data:function(){return{tizhangshow:!1,fprojectcategory:"",fintorg:"",sendyear:"",submitdateone:"",submitdatetwo:"",xiangmulist:[],projectlist:[],index:0,danweilist:[],danweiindex:0,end:"",yeararr:[],yearindex:-1,startdate:"开始时间",endate:"结束时间",projectname:"项目类型",danweiname:"咨询单位",toaudit:"",type:""}},onLoad:function(e){this.type=e.type,1==e.type?(t.setNavigationBarTitle({title:"预算项目台账"}),this.toaudit="prj_toaudit_budget"):2==e.type?(t.setNavigationBarTitle({title:"结算项目台账"}),this.toaudit="prj_toaudit_settlement"):3==e.type?(t.setNavigationBarTitle({title:"决算项目台账"}),this.toaudit="prj_toaudit_change"):4==e.type&&(t.setNavigationBarTitle({title:"土地成本项目台帐"}),this.toaudit="prj_toaudit_land");var n=new Date,a=n.getFullYear();console.log(a);for(var i=a-19,o=i;o<=a;o++)this.yeararr.push(o);this.getprojectkind(),this.getzixundanwei(),this.gettiazhanglist()},methods:{reset:function(){this.yearindex=-1,this.startdate="开始时间",this.endate="结束时间",this.projectname="项目类型",this.danweiname="咨询单位",this.fprojectcategory="",this.fintorg="",this.sendyear="",this.submitdateone="",this.submitdatetwo=""},onNavigationBarButtonTap:function(){this.tizhangshow=!this.tizhangshow},getprojectkind:function(){var t=this,e="project/Get_ProjectType";a.default.post(e,"","get").then((function(e){console.log(e),t.projectlist=e.data,console.log(t.projectlist)})).catch((function(t){console.log(t)}))},bindPickerChange:function(t){console.log("picker发送选择改变,携带值为",t.target.value),this.index=t.target.value,this.fprojectcategory=this.projectlist[t.target.value].fname,this.projectname=this.projectlist[t.target.value].fname},bindDateChange:function(t){this.startdate=t.target.value,this.submitdateone=t.target.value},endDateChange:function(t){this.endate=t.target.value,this.submitdatetwo=t.target.value},getzixundanwei:function(){var t=this;console.log(9988776655);var e="project/Get_IntermediaryOrg";a.default.post(e,"","get").then((function(e){t.danweilist=e.data,console.log(JSON.stringify(t.danweilist))})).catch((function(t){console.log(t)}))},danweichange:function(t){console.log("picker发送选择改变,携带值为",t.target.value),this.danweiindex=t.target.value,this.fintorg=this.danweilist[t.target.value].fname,this.danweiname=this.danweilist[t.target.value].fname},yearchange:function(t){this.yearindex=t.target.value,this.sendyear=this.yeararr[t.target.value]},gettiazhanglist:function(){var t=this,e=this;console.log(9988776543);var n="project/Get_GetRptaudit",i={toaudit:e.toaudit,fprojectcategory:e.fprojectcategory,fintorg:e.fintorg,sendyear:e.sendyear,submitdateone:e.submitdateone,submitdatetwo:e.submitdatetwo,document:"",fteam:""};console.log("8877665544",i),a.default.post(n,i,"get").then((function(n){t.xiangmulist=n.data;var a,i=t.xiangmulist,r=[],u=o(i);try{for(u.s();!(a=u.n()).done;){var s=a.value;r.push(s)}}catch(l){u.e(l)}finally{u.f()}var c=r.splice(-1);e.end=c,t.xiangmulist=r,console.log(typeof r)})).catch((function(t){console.log(t)}))},search:function(){console.log(7766554),this.gettiazhanglist(),this.tizhangshow=!1},taizhangdetail:function(e){console.log(e);var n=e.target.dataset.item;console.log(n),n=JSON.stringify(n),t.navigateTo({url:"../yusuantaidetail/yusuantaidetail?item="+n+"&type="+this.type})}},onReachBottom:function(){console.log(999)}};e.default=s}).call(this,n("543d")["default"])},d869:function(t,e,n){},eb7f:function(t,e,n){"use strict";n.r(e);var a=n("c538"),i=n.n(a);for(var o in a)"default"!==o&&function(t){n.d(e,t,(function(){return a[t]}))}(o);e["default"]=i.a}},[["4fb1","common/runtime","common/vendor"]]]);
\ No newline at end of file
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/yusuantaizhang/yusuantaizhang"],{2073:function(t,e,n){"use strict";var a=n("acd8"),i=n.n(a);i.a},2166:function(t,e,n){"use strict";n.r(e);var a=n("593d"),i=n.n(a);for(var o in a)"default"!==o&&function(t){n.d(e,t,(function(){return a[t]}))}(o);e["default"]=i.a},"4e90":function(t,e,n){"use strict";var a=n("d869"),i=n.n(a);i.a},"4fb1":function(t,e,n){"use strict";(function(t){n("bdbd"),n("921b");a(n("66fd"));var e=a(n("730f"));function a(t){return t&&t.__esModule?t:{default:t}}t(e.default)}).call(this,n("543d")["createPage"])},"593d":function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n={onLaunch:function(){console.log("App Launch")},onShow:function(){console.log("App Show")},onHide:function(){console.log("App Hide")},post:function(e,n,a){var i=this,o=new Promise((function(o,r){var u=t.getStorageSync("token"),s={token:u||""};t.request({url:i.globalData.baseUrl+e,data:n,method:a,header:s,success:function(t){200==t.statusCode?o(t):r(t.data)},fail:function(t){console.log(t),r("网络出错"),wx.hideNavigationBarLoading()},complete:function(t){}})}));return o},globalData:{userInfo:null,baseUrl:"https://www.bjzha.net/api/"}};e.default=n}).call(this,n("543d")["default"])},"59df":function(t,e,n){"use strict";n.r(e);var a=n("2166");for(var i in a)"default"!==i&&function(t){n.d(e,t,(function(){return a[t]}))}(i);n("4e90");var o,r,u,s,c=n("f0c5"),l=Object(c["a"])(a["default"],o,r,!1,null,null,null,!1,u,s);e["default"]=l.exports},"730f":function(t,e,n){"use strict";n.r(e);var a=n("fd45"),i=n("eb7f");for(var o in i)"default"!==o&&function(t){n.d(e,t,(function(){return i[t]}))}(o);n("2073");var r,u=n("f0c5"),s=Object(u["a"])(i["default"],a["b"],a["c"],!1,null,null,null,!1,a["a"],r);e["default"]=s.exports},acd8:function(t,e,n){},c538:function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=o(n("4795")),i=o(n("59df"));function o(t){return t&&t.__esModule?t:{default:t}}function r(t){if("undefined"===typeof Symbol||null==t[Symbol.iterator]){if(Array.isArray(t)||(t=u(t))){var e=0,n=function(){};return{s:n,n:function(){return e>=t.length?{done:!0}:{done:!1,value:t[e++]}},e:function(t){throw t},f:n}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var a,i,o=!0,r=!1;return{s:function(){a=t[Symbol.iterator]()},n:function(){var t=a.next();return o=t.done,t},e:function(t){r=!0,i=t},f:function(){try{o||null==a.return||a.return()}finally{if(r)throw i}}}}function u(t,e){if(t){if("string"===typeof t)return s(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(n):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?s(t,e):void 0}}function s(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,a=new Array(e);n<e;n++)a[n]=t[n];return a}function c(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function l(t,e,n,a,i,o,r){try{var u=t[o](r),s=u.value}catch(c){return void n(c)}u.done?e(s):Promise.resolve(s).then(a,i)}function d(t){return function(){var e=this,n=arguments;return new Promise((function(a,i){var o=t.apply(e,n);function r(t){l(o,a,i,r,u,"next",t)}function u(t){l(o,a,i,r,u,"throw",t)}r(void 0)}))}}var f={data:function(){return{tizhangshow:!1,fprojectcategory:"",fintorg:"",sendyear:"",submitdateone:"",submitdatetwo:"",xiangmulist:[],projectlist:[],index:0,danweilist:[],danweiindex:0,end:"",yeararr:[],yearindex:-1,startdate:"开始时间",endate:"结束时间",projectname:"项目类型",danweiname:"咨询单位",toaudit:"",type:"",stationname:"请选择主管部门",stationindex:0,document:"",stationlist:[],yearname:"请选择年度"}},computed:{startDate:function(){return this.getDate("start")},endDate:function(){return this.getDate("end")}},onLoad:function(e){this.type=e.type,1==e.type?(t.setNavigationBarTitle({title:"预算项目台账"}),this.toaudit="prj_toaudit_budget"):2==e.type?(t.setNavigationBarTitle({title:"结算项目台账"}),this.toaudit="prj_toaudit_settlement"):3==e.type?(t.setNavigationBarTitle({title:"决算项目台账"}),this.toaudit="prj_toaudit_change"):4==e.type&&(t.setNavigationBarTitle({title:"土地成本项目台帐"}),this.toaudit="prj_toaudit_land");var n=new Date,a=n.getFullYear();console.log(a);for(var i=a-19,o=i;o<=a;o++)this.yeararr.push(o);this.getprojectkind(),this.getzixundanwei(),this.gettiazhanglist(),this.getzhugaunlist()},methods:{hide:function(){this.tizhangshow=!1},hidek:function(){},getzhugaunlist:function(){var t=this;console.log(9988776655);var e="project/Get_ComDepartment";i.default.post(e,"","get").then((function(e){console.log(e),t.stationlist=e.data})).catch((function(t){console.log(t)}))},bindstationrChange:function(t){console.log("picker发送选择改变,携带值为",t.target.value),this.stationindex=t.target.value,this.stationname=this.stationlist[t.target.value].fname,this.document=this.stationlist[t.target.value].fid,console.log(this.document)},getDate:function(t){var e=new Date,n=e.getFullYear(),a=e.getMonth()+1,i=e.getDate();return"start"===t?n-=60:"end"===t&&(n+=2),a=a>9?a:"0"+a,i=i>9?i:"0"+i,"".concat(n,"-").concat(a,"-").concat(i)},reset:function(){this.yearindex=-1,this.startdate="开始时间",this.endate="结束时间",this.projectname="项目类型",this.danweiname="咨询单位",this.fprojectcategory="",this.fintorg="",this.sendyear="",this.submitdateone="",this.submitdatetwo=""},shai:function(){this.tizhangshow=!this.tizhangshow},getprojectkind:function(){var t=this,e="project/Get_ProjectType";i.default.post(e,"","get").then((function(e){console.log(e),t.projectlist=e.data,console.log(t.projectlist)})).catch((function(t){console.log(t)}))},bindPickerChange:function(t){console.log("picker发送选择改变,携带值为",t.target.value),this.index=t.target.value,this.fprojectcategory=this.projectlist[t.target.value].fname,this.projectname=this.projectlist[t.target.value].fname},bindDateChange:function(t){this.startdate=t.target.value,this.submitdateone=t.target.value},endDateChange:function(t){this.endate=t.target.value,this.submitdatetwo=t.target.value},getzixundanwei:function(){var t=this;console.log(9988776655);var e="project/Get_IntermediaryOrg";i.default.post(e,"","get").then((function(e){t.danweilist=e.data,console.log(JSON.stringify(t.danweilist))})).catch((function(t){console.log(t)}))},danweichange:function(t){console.log("picker发送选择改变,携带值为",t.target.value),this.danweiindex=t.target.value,this.fintorg=this.danweilist[t.target.value].fname,this.danweiname=this.danweilist[t.target.value].fname},yearchange:function(t){this.yearindex=t.target.value,this.sendyear=this.yeararr[t.target.value],this.yearname=this.yeararr[t.target.value]},gettiazhanglist:function(){var t=this;return d(a.default.mark((function e(){var n,o,u,s,l,d,f,h,g,p;return a.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:return n=t,console.log(9988776543),o="project/Get_GetRptaudit",u=c({toaudit:n.toaudit,fprojectcategory:n.fprojectcategory,fintorg:n.fintorg,sendyear:n.sendyear,submitdateone:n.submitdateone,submitdatetwo:n.submitdatetwo,document:"",fteam:""},"document",n.document),console.log("8877665544",u),e.next=7,i.default.post(o,u,"get");case 7:s=e.sent,t.xiangmulist=s.data,l=t.xiangmulist,d=[],f=r(l);try{for(f.s();!(h=f.n()).done;)g=h.value,d.push(g)}catch(a){f.e(a)}finally{f.f()}p=d.splice(-1),n.end=p,console.log("34787348349389438我是end",n.ende),t.xiangmulist=d;case 17:case"end":return e.stop()}}),e)})))()},search:function(){console.log(7766554),this.gettiazhanglist(),this.tizhangshow=!1},taizhangdetail:function(e){console.log(e);var n=e.target.dataset.item;console.log(n),n=JSON.stringify(n),t.navigateTo({url:"../yusuantaidetail/yusuantaidetail?item="+n+"&type="+this.type})}},onReachBottom:function(){console.log(999)}};e.default=f}).call(this,n("543d")["default"])},d869:function(t,e,n){},eb7f:function(t,e,n){"use strict";n.r(e);var a=n("c538"),i=n.n(a);for(var o in a)"default"!==o&&function(t){n.d(e,t,(function(){return a[t]}))}(o);e["default"]=i.a},fd45:function(t,e,n){"use strict";var a,i=function(){var t=this,e=t.$createElement;t._self._c},o=[];n.d(e,"b",(function(){return i})),n.d(e,"c",(function(){return o})),n.d(e,"a",(function(){return a}))}},[["4fb1","common/runtime","common/vendor"]]]);
\ No newline at end of file
... ...
<view class="box"><view class="head"><view class="headitem"><view class="headitemtop">在审项目数</view><view class="headitembot">{{end[0].ftrialcount}}</view></view><view class="headitem"><view class="headitemtop">审结项目数</view><view class="headitembot">{{end[0].fconcludecount}}</view></view><view class="headitem"><view class="headitemtop">总项目数</view><view class="headitembot">{{end[0].fcount}}</view></view></view><block wx:if="{{xiangmulist.length==0}}"><view class="nodata">暂无数据</view></block><block wx:else><view class="taizhang"><view class="taizhanghead"><view class="taizhangitem">项目编号</view><view class="taizhangitem">项目名称</view><view class="taizhangitem">操作</view></view><view class="taizhangbox"><block wx:for="{{xiangmulist}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="taiboxitem"><block wx:if="{{item.fnumber==null}}"><view class="taizhangleft">暂无</view></block><block wx:else><view class="taizhangleft">{{item.fnumber}}</view></block><block wx:if="{{item.fname==null}}"><view class="taizhangmiddle">暂无</view></block><block wx:else><view class="taizhangmiddle">{{item.fname}}</view></block><view class="taizhangright" data-item="{{item}}" data-cantype="{{type}}" data-event-opts="{{[['tap',[['taizhangdetail',['$event']]]]]}}" bindtap="__e">详情</view></view></block></view></view></block><block wx:if="{{tizhangshow}}"><view class="register"><view class="taizhangwrap"><view class="wrapbox"><view class="wrapitem"><view class="wrapitemleft">项目类型</view><picker value="{{index}}" range="{{projectlist}}" range-key="fname" data-event-opts="{{[['change',[['bindPickerChange',['$event']]]]]}}" bindchange="__e"><view class="wrapitemright"><view class="uni-input projectname">{{projectname}}</view></view></picker></view><view class="wrapitem"><view class="wrapitemleft">单位名称</view><picker value="{{danweiindex}}" range="{{danweilist}}" range-key="fname" data-event-opts="{{[['change',[['danweichange',['$event']]]]]}}" bindchange="__e"><view class="wrapitemright"><view class="uni-input projectname">{{danweiname}}</view></view></picker></view><view class="wrapitem"><view class="wrapitemleft">年度</view><picker value="{{yearindex}}" range="{{yeararr}}" data-event-opts="{{[['change',[['yearchange',['$event']]]]]}}" bindchange="__e"><view class="wrapitemright"><view class="nianduleft"><view class="uni-input projectname">{{yeararr[yearindex]}}</view></view><view class="nianduright"><image src="../../static/img/number.png" mode></image></view></view></picker></view><view class="wrapitem"><view class="wrapitemleft">时间</view><view class="time"><picker mode="date" value="{{date}}" start="{{startDate}}" end="{{endDate}}" data-event-opts="{{[['change',[['bindDateChange',['$event']]]]]}}" bindchange="__e"><view class="timeleft">{{''+startdate+''}}</view></picker><view class="timemiddle"></view><picker mode="date" value="{{date}}" start="{{startDate}}" end="{{endDate}}" data-event-opts="{{[['change',[['endDateChange',['$event']]]]]}}" bindchange="__e"><view class="timeleft">{{''+endate+''}}</view></picker></view></view></view><view class="zibot"><view data-event-opts="{{[['tap',[['reset',['$event']]]]]}}" class="reset" bindtap="__e">重置</view><view data-event-opts="{{[['tap',[['search',['$event']]]]]}}" class="chaxun" bindtap="__e">查询</view></view></view></view></block></view>
\ No newline at end of file
<view class="box"><view class="topheadk"><view class="shaiselecttop"><view data-event-opts="{{[['tap',[['shai',['$event']]]]]}}" class="shaiselect" bindtap="__e">筛选</view></view><view class="head"><view class="headitem"><view class="headitemtop">在审项目数</view><view class="headitembot">{{end==''?'':end[0].ftrialcount}}</view></view><view class="headitem"><view class="headitemtop">审结项目数</view><view class="headitembot">{{end==''?'':end[0].fconcludecount}}</view></view><view class="headitem"><view class="headitemtop">总项目数</view><view class="headitembot">{{end==''?'':end[0].fcount}}</view></view></view></view><block wx:if="{{xiangmulist.length==0}}"><view class="nodata">暂无数据</view></block><block wx:else><view class="taizhang"><view class="taizhanghead"><view class="taizhangitem">项目编号</view><view class="taizhangitem">项目名称</view><view class="taizhangitem">操作</view></view><view class="taizhangbox"><block wx:for="{{xiangmulist}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="taiboxitem"><block wx:if="{{item.fnumber==null}}"><view class="taizhangleft">暂无</view></block><block wx:else><view class="taizhangleft">{{item.fnumber}}</view></block><block wx:if="{{item.fname==null}}"><view class="taizhangmiddle">暂无</view></block><block wx:else><view class="taizhangmiddle">{{item.fname}}</view></block><view class="taizhangright" data-item="{{item}}" data-cantype="{{type}}" data-event-opts="{{[['tap',[['taizhangdetail',['$event']]]]]}}" bindtap="__e">详情</view></view></block></view></view></block><block wx:if="{{tizhangshow}}"><view data-event-opts="{{[['tap',[['hide',['$event']]]]]}}" class="register" bindtap="__e"><view data-event-opts="{{[['tap',[['hidek',['$event']]]]]}}" class="taizhangwrap" catchtap="__e"><view class="wrapbox"><view class="wrapitem"><view class="wrapitemleft">项目类型</view><picker value="{{index}}" range="{{projectlist}}" range-key="fname" data-event-opts="{{[['change',[['bindPickerChange',['$event']]]]]}}" catchchange="__e"><view class="wrapitemright"><view class="uni-input projectname">{{projectname}}</view></view></picker></view><view class="wrapitem"><view class="wrapitemleft">主管部门</view><picker value="{{stationindex}}" range="{{stationlist}}" range-key="fname" data-event-opts="{{[['change',[['bindstationrChange',['$event']]]]]}}" catchchange="__e"><view class="wrapitemright"><view class="uni-input projectname">{{stationname}}</view></view></picker></view><view class="wrapitem"><view class="wrapitemleft">单位名称</view><picker value="{{danweiindex}}" range="{{danweilist}}" range-key="fname" data-event-opts="{{[['change',[['danweichange',['$event']]]]]}}" catchchange="__e"><view class="wrapitemright"><view class="uni-input projectname">{{danweiname}}</view></view></picker></view><view class="wrapitem"><view class="wrapitemleft">年度</view><picker value="{{yearindex}}" range="{{yeararr}}" data-event-opts="{{[['change',[['yearchange',['$event']]]]]}}" catchchange="__e"><view class="wrapitemright"><view class="nianduleft"><view class="uni-input projectname">{{yearname}}</view></view><view class="nianduright"><image src="../../static/img/number.png" mode></image></view></view></picker></view><view class="wrapitem"><view class="wrapitemleft">时间</view><view class="time"><picker mode="date" value="{{startdate}}" start="{{startDate}}" end="{{endDate}}" data-event-opts="{{[['change',[['bindDateChange',['$event']]]]]}}" catchchange="__e"><view class="timeleft">{{''+startdate+''}}</view></picker><view class="timemiddle"></view><picker mode="date" value="{{endate}}" start="{{startDate}}" end="{{endDate}}" data-event-opts="{{[['change',[['endDateChange',['$event']]]]]}}" catchchange="__e"><view class="timeleft">{{''+endate+''}}</view></picker></view></view></view><view class="zibot"><view data-event-opts="{{[['tap',[['reset',['$event']]]]]}}" class="reset" catchtap="__e">重置</view><view data-event-opts="{{[['tap',[['search',['$event']]]]]}}" class="chaxun" catchtap="__e">查询</view></view></view></view></block></view>
\ No newline at end of file
... ...
.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}page{background:#f9f9f9}.head{width:750rpx;margin:0 auto;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-justify-content:space-around;justify-content:space-around;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:32rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff}.headitem{width:350rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:0 40rpx;-webkit-box-sizing:border-box;box-sizing:border-box;border-right:1rpx solid #bdc4ce}.headitem:last-child{border-right:none}.headitemtop{color:#06121e;font-size:28rpx}.headitembot{color:#0093ff;font-size:32rpx;margin-top:15rpx}.taizhangbox{padding:0 34rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.taizhang{width:686rpx;margin:32rpx auto 0;background:#fff;-webkit-box-shadow:0 6px 6px rgba(0,0,0,.03);box-shadow:0 6px 6px rgba(0,0,0,.03);opacity:1;border-radius:20px;padding-bottom:28rpx;-webkit-box-sizing:border-box;box-sizing:border-box;margin-bottom:200rpx}.taizhanghead{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:28rpx 50rpx;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.taizhangitem{color:#06121e;font-size:28rpx;font-weight:700}.taiboxitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.taiboxitem:last-child{border-bottom:none}.taizhangleft{color:#06121e;font-size:28rpx}.taizhangmiddle{color:#06121e;font-size:28rpx;width:284rpx;margin-left:62rpx;line-height:1.3;text-align:center}.taizhangright{color:#0093ff;font-size:28rpx;margin-left:56rpx}.dibu{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;width:750rpx;height:104rpx;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;position:fixed;bottom:0;left:0}.dibuleft{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-right:72rpx}.dibulitemm{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.dishu{width:40rpx;height:30rpx;border:1rpx solid #707070;border-radius:4rpx;margin:0 6rpx;font-size:0;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.dishu input{width:100%;height:30rpx;line-height:30rpx;padding:5rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;font-size:26rpx;color:#8c9198}.dibuliteml,
.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.shaiselecttop{width:750rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;padding-top:10rpx;padding-bottom:10rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.shaiselect{display:inline-block;width:200rpx;height:64rpx;background:#0093ff;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;border-radius:30rpx}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}page{background:#f9f9f9}.taizhangwrap{height:auto!important}.headitem{width:350rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:0 40rpx;-webkit-box-sizing:border-box;box-sizing:border-box;border-right:1rpx solid #bdc4ce}.headitem:last-child{border-right:none}.headitemtop{color:#06121e;font-size:28rpx}.headitembot{color:#0093ff;font-size:32rpx;margin-top:15rpx}.taizhangbox{padding:0 34rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.head{width:750rpx;background:#fff;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:32rpx;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;border-bottom:2rpx solid #bdc4ce}.taizhang{width:686rpx;margin:32rpx auto 0;background:#fff;-webkit-box-shadow:0 6px 6px rgba(0,0,0,.03);box-shadow:0 6px 6px rgba(0,0,0,.03);opacity:1;border-radius:20px;padding-bottom:28rpx;-webkit-box-sizing:border-box;box-sizing:border-box;margin-bottom:200rpx}.taizhanghead{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:28rpx 50rpx;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.taizhangitem{color:#06121e;font-size:28rpx;font-weight:700}.taiboxitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.taiboxitem:last-child{border-bottom:none}.taizhangleft{color:#06121e;font-size:28rpx}.taizhangmiddle{color:#06121e;font-size:28rpx;width:284rpx;margin-left:62rpx;line-height:1.3;text-align:center}.taizhangright{color:#0093ff;font-size:28rpx;margin-left:56rpx}.dibu{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;width:750rpx;height:104rpx;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;position:fixed;bottom:0;left:0}.dibuleft{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-right:72rpx}.dibulitemm{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.dishu{width:40rpx;height:30rpx;border:1rpx solid #707070;border-radius:4rpx;margin:0 6rpx;font-size:0;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.dishu input{width:100%;height:30rpx;line-height:30rpx;padding:5rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;font-size:26rpx;color:#8c9198}.dibuliteml,
.di,
.ye,
.dibulitemx,
... ...
.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}page{background:#f9f9f9}.head{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;display:flex;align-items:center}.headleft{width:572rpx;height:60rpx;background:#eee;opacity:1;border-radius:8rpx;padding:10rpx 24rpx;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.headleft input{color:#bdc4ce;font-size:28rpx}.headright{width:98rpx;height:60rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:22rpx;text-align:center;line-height:60rpx;margin-left:16rpx}.fenzuitem{width:686rpx;background:#fff;-webkit-box-shadow:0 6rpx 6rpx rgba(0,0,0,.03);box-shadow:0 6rpx 6rpx rgba(0,0,0,.03);opacity:1;border-radius:20rpx;margin:20rpx auto 0;padding:28rpx 32rpx 40rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.fenzunoimg{width:28rpx;height:28rpx;font-size:0;margin-right:10rpx}.fenzunoimg image{width:100%;height:100%}.bianhao{color:#8c9198;font-size:24rpx}.bianhaonum{color:#06121e;font-size:24rpx;letter-spacing:2rpx}.fenzunoname{color:#3d444d;font-size:24rpx}.fenzutopright{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;height:48rpx;border:1rpx solid #bdc4ce;opacity:1;border-radius:8rpx;padding:0 5rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.fenzutop{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding-bottom:16rpx;border-bottom:1rpx solid #f5f5f5}.fenzuobottom{margin-top:16rpx}.fenzubottom{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;margin-top:16rpx}.fenzubtn{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.fenzubtn:last-child{margin-right:0}
\ No newline at end of file
.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.shaiselecttop{width:750rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;padding-top:10rpx;padding-bottom:10rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.shaiselect{display:inline-block;width:200rpx;height:64rpx;background:#0093ff;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;border-radius:30rpx}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}page{background:#f9f9f9}.head{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;display:flex;align-items:center}.headleft{width:572rpx;height:60rpx;background:#eee;opacity:1;border-radius:8rpx;padding:10rpx 24rpx;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.headleft input{color:#bdc4ce;font-size:28rpx}.headright{width:98rpx;height:60rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:22rpx;text-align:center;line-height:60rpx;margin-left:16rpx}.fenzuitem{width:686rpx;background:#fff;-webkit-box-shadow:0 6rpx 6rpx rgba(0,0,0,.03);box-shadow:0 6rpx 6rpx rgba(0,0,0,.03);opacity:1;border-radius:20rpx;margin:20rpx auto 0;padding:28rpx 32rpx 40rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.fenzunoimg{width:28rpx;height:28rpx;font-size:0;margin-right:10rpx}.fenzunoimg image{width:100%;height:100%}.bianhao{color:#8c9198;font-size:24rpx}.bianhaonum{color:#06121e;font-size:24rpx;letter-spacing:2rpx}.fenzunoname{color:#3d444d;font-size:24rpx}.fenzutopright{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;height:48rpx;border:1rpx solid #bdc4ce;opacity:1;border-radius:8rpx;padding:0 5rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.fenzutop{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding-bottom:16rpx;border-bottom:1rpx solid #f5f5f5}.fenzuobottom{margin-top:16rpx}.fenzubottom{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;margin-top:16rpx}.fenzubtn{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.fenzubtn:last-child{margin-right:0}
\ No newline at end of file
... ...
.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}.box{background:#f9f9f9}.projectinfo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.projectinfoname{width:44rpx;height:44rpx;font-size:0}.projectinfoname image{width:100%;height:100%}.projectname{color:#3d444d;font-size:28rpx;font-weight:700;margin-left:16rpx}.projectinfo{padding:36rpx 32rpx 16rpx;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #bdc4ce}.projectlist{padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.projectitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:32rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.projectitemleft{color:#8c9198;font-size:28rpx}.projectitemright{color:#3d444d;font-size:28rpx}.renyuanleft{color:#06121e;font-size:28rpx}.renyuanright{width:300rpx;height:60rpx;padding:14rpx 28rpx;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:right;color:#3d444d;font-size:28rpx}.renyuanright input{width:100%;height:40rpx;color:#8c9198;font-size:24rpx}.xiangmuyuan{color:#8c9198;font-size:24rpx}.zixunbottom{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;padding:28rpx 32rpx 34rpx}.zixunbotleft{width:130rpx;height:80rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx}.zixunbotright{width:532rpx;height:80rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx;margin-left:24rpx}.renyaoqiu{margin-top:12rpx}.renyuanshuimg{width:14rpx;height:24rpx;font-size:0}.renyuanshuimg image{width:100%;height:100%}.danweizi{width:360rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;background:#eee}.xuanlei{width:20rpx;height:22rpx;font-size:0}.xuanlei image{width:100%;height:100%}
\ No newline at end of file
.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.shaiselecttop{width:750rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;padding-top:10rpx;padding-bottom:10rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.shaiselect{display:inline-block;width:200rpx;height:64rpx;background:#0093ff;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;border-radius:30rpx}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}.box{background:#f9f9f9}.projectinfo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.projectinfoname{width:44rpx;height:44rpx;font-size:0}.projectinfoname image{width:100%;height:100%}.projectname{color:#3d444d;font-size:28rpx;font-weight:700;margin-left:16rpx}.projectinfo{padding:36rpx 32rpx 16rpx;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #bdc4ce}.projectlist{padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.projectitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:32rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.projectitemleft{color:#8c9198;font-size:28rpx}.projectitemright{color:#3d444d;font-size:28rpx}.renyuanleft{color:#06121e;font-size:28rpx}.renyuanright{width:300rpx;height:60rpx;padding:14rpx 28rpx;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:right;color:#3d444d;font-size:28rpx}.renyuanright input{width:100%;height:40rpx;color:#8c9198;font-size:24rpx}.xiangmuyuan{color:#8c9198;font-size:24rpx}.zixunbottom{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;padding:28rpx 32rpx 34rpx}.zixunbotleft{width:130rpx;height:80rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx}.zixunbotright{width:532rpx;height:80rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx;margin-left:24rpx}.renyaoqiu{margin-top:12rpx}.renyuanshuimg{width:14rpx;height:24rpx;font-size:0}.renyuanshuimg image{width:100%;height:100%}.danweizi{width:360rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;background:#eee}.xuanlei{width:20rpx;height:22rpx;font-size:0}.xuanlei image{width:100%;height:100%}
\ No newline at end of file
... ...
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/zhuanjiahui/zhuanjiahui"],{"090c":function(t,e,n){"use strict";n.r(e);var a=n("8f3b"),o=n.n(a);for(var i in a)"default"!==i&&function(t){n.d(e,t,(function(){return a[t]}))}(i);e["default"]=o.a},2166:function(t,e,n){"use strict";n.r(e);var a=n("593d"),o=n.n(a);for(var i in a)"default"!==i&&function(t){n.d(e,t,(function(){return a[t]}))}(i);e["default"]=o.a},"33be":function(t,e,n){"use strict";var a=n("5ec0"),o=n.n(a);o.a},"4e90":function(t,e,n){"use strict";var a=n("d869"),o=n.n(a);o.a},"593d":function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n={onLaunch:function(){console.log("App Launch")},onShow:function(){console.log("App Show")},onHide:function(){console.log("App Hide")},post:function(e,n,a){var o=this,i=new Promise((function(i,r){var u=t.getStorageSync("token"),s={token:u||""};t.request({url:o.globalData.baseUrl+e,data:n,method:a,header:s,success:function(t){200==t.statusCode?i(t):r(t.data)},fail:function(t){console.log(t),r("网络出错"),wx.hideNavigationBarLoading()},complete:function(t){}})}));return i},globalData:{userInfo:null,baseUrl:"https://www.bjzha.net/api/"}};e.default=n}).call(this,n("543d")["default"])},"59df":function(t,e,n){"use strict";n.r(e);var a=n("2166");for(var o in a)"default"!==o&&function(t){n.d(e,t,(function(){return a[t]}))}(o);n("4e90");var i,r,u,s,c=n("f0c5"),l=Object(c["a"])(a["default"],i,r,!1,null,null,null,!1,u,s);e["default"]=l.exports},"5ec0":function(t,e,n){},"8a1d":function(t,e,n){"use strict";var a,o=function(){var t=this,e=t.$createElement;t._self._c},i=[];n.d(e,"b",(function(){return o})),n.d(e,"c",(function(){return i})),n.d(e,"a",(function(){return a}))},"8f3b":function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=i(n("59df")),o=i(n("b86c"));function i(t){return t&&t.__esModule?t:{default:t}}function r(t){if("undefined"===typeof Symbol||null==t[Symbol.iterator]){if(Array.isArray(t)||(t=u(t))){var e=0,n=function(){};return{s:n,n:function(){return e>=t.length?{done:!0}:{done:!1,value:t[e++]}},e:function(t){throw t},f:n}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var a,o,i=!0,r=!1;return{s:function(){a=t[Symbol.iterator]()},n:function(){var t=a.next();return i=t.done,t},e:function(t){r=!0,o=t},f:function(){try{i||null==a.return||a.return()}finally{if(r)throw o}}}}function u(t,e){if(t){if("string"===typeof t)return s(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(n):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?s(t,e):void 0}}function s(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,a=new Array(e);n<e;n++)a[n]=t[n];return a}var c={data:function(){return{selact:1,tizhangshow:!1,danweiindex:0,danweilist:[],projectlist:[],index:0,yeararr:[],yearindex:-1,startdate:"开始时间",endate:"结束时间",danweiname:"评审类型",projectname:"项目类型",danweilistz:[],danweiindexz:0,danweinamez:"咨询单位",toaudit:"",fintorg:"",fprojectcategory:"",submitdateone:"",submitdatetwo:"",sendyear:"",huizonglist:[],type:"",fid:"",huizong:!0}},onLoad:function(t){this.type=t.type;var e=new Date,n=e.getFullYear();console.log(n);for(var a=n-19,o=a;o<=n;o++)this.yeararr.push(o);this.getpingtype(),this.getprojectkind(),this.getzixundanwei(),this.getfenhuilist()},methods:{reset:function(){this.yearindex=-1,this.startdate="开始时间",this.endate="结束时间",this.danweiname="评审类型",this.projectname="项目类型",this.toaudit="",this.fprojectcategory="",this.sendyear="",this.submitdateone="",this.submitdatetwo=""},onNavigationBarButtonTap:function(){this.tizhangshow=!this.tizhangshow},yearchange:function(t){this.yearindex=t.target.value,this.sendyear=this.yeararr[t.target.value]},bindDateChange:function(t){this.startdate=t.target.value,this.submitdateone=t.target.value},endDateChange:function(t){this.endate=t.target.value,this.submitdatetwo=t.target.value},fenhui:function(t){console.log(t);var e=t.currentTarget.dataset.id;console.log(e),this.selact=e},screenheng:function(){console.log(999)},getzixundanwei:function(){var t=this;console.log(9988776655);var e="project/Get_IntermediaryOrg";a.default.post(e,"","get").then((function(e){console.log(e),t.danweilistz=e.data})).catch((function(t){console.log(t)}))},danweichangez:function(t){console.log("picker发送选择改变,携带值为",t),console.log("998877654",this.danweilistz),console.log("09988776545",this.danweilistz[t.target.value].fname),this.danweiindexz=t.target.value,this.fintorg=this.danweilistz[t.target.value].fname,this.danweinamez=this.danweilistz[t.target.value].fname},getpingtype:function(){var t=this;console.log(9988776655);var e="project/Get_ToAuditType";a.default.post(e,"","get").then((function(e){console.log(e),t.danweilist=e.data})).catch((function(t){console.log(t)}))},danweichange:function(t){console.log("picker发送选择改变,携带值为",t.target.value),this.danweiindex=t.target.value,this.toaudit=this.danweilist[t.target.value].fname,this.danweiname=this.danweilist[t.target.value].fname},getprojectkind:function(){var t=this,e="project/Get_ProjectType";a.default.post(e,"","get").then((function(e){console.log(e),t.projectlist=e.data,console.log(t.projectlist)})).catch((function(t){console.log(t)}))},bindPickerChange:function(t){console.log("picker发送选择改变,携带值为",t.target.value),this.index=t.target.value,this.fprojectcategory=this.projectlist[t.target.value].fname,this.projectname=this.projectlist[t.target.value].fname},getfenhuilist:function(){var t=this,e=this;console.log(9988776655);var n="project/Get_ExpertgorprjySum",i={toaudit:e.toaudit,fprojectcategory:e.fprojectcategory,sendyear:e.sendyear,submitdateone:e.submitdateone,submitdatetwo:e.submitdatetwo};console.log(i),a.default.post(n,i,"get").then((function(n){console.log(n),e.huizonglist=n.data;var a,i=e.huizonglist,u=r(i);try{for(u.s();!(a=u.n()).done;){var s=a.value;s.auduitsum=o.default.change(s.auduitsum),s.amountsum=o.default.change(s.amountsum),s.freesum=o.default.change(s.freesum)}}catch(c){u.e(c)}finally{u.f()}t.huizonglist=i})).catch((function(t){console.log(t)}))},detail:function(e){console.log("专家",e),this.fid=e.target.dataset.id,t.navigateTo({url:"../zhuanjiahuidetail/zhuanjiahuidetail?fid="+this.fid})},getdetail:function(){var t=this;console.log(9988776655);var e="project/Get_Expertgorprjy",n={fid:t.fid,toaudit:t.toaudit,fprojectcategory:t.fprojectcategory,sendyear:t.sendyear,submitdateone:t.submitdateone,submitdatetwo:t.submitdatetwo};console.log(n),a.default.post(e,n,"get").then((function(e){console.log(e),t.huizonglist=e.data})).catch((function(t){console.log(t)}))},search:function(){this.getfenhuilist(),this.tizhangshow=!1},searchdetail:function(){this.getdetail(),this.tizhangshow=!1}}};e.default=c}).call(this,n("543d")["default"])},bce3:function(t,e,n){"use strict";n.r(e);var a=n("8a1d"),o=n("090c");for(var i in o)"default"!==i&&function(t){n.d(e,t,(function(){return o[t]}))}(i);n("33be");var r,u=n("f0c5"),s=Object(u["a"])(o["default"],a["b"],a["c"],!1,null,null,null,!1,a["a"],r);e["default"]=s.exports},c639:function(t,e,n){"use strict";(function(t){n("bdbd"),n("921b");a(n("66fd"));var e=a(n("bce3"));function a(t){return t&&t.__esModule?t:{default:t}}t(e.default)}).call(this,n("543d")["createPage"])},d869:function(t,e,n){}},[["c639","common/runtime","common/vendor"]]]);
\ No newline at end of file
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/zhuanjiahui/zhuanjiahui"],{"090c":function(t,e,n){"use strict";n.r(e);var a=n("8f3b"),o=n.n(a);for(var i in a)"default"!==i&&function(t){n.d(e,t,(function(){return a[t]}))}(i);e["default"]=o.a},2166:function(t,e,n){"use strict";n.r(e);var a=n("593d"),o=n.n(a);for(var i in a)"default"!==i&&function(t){n.d(e,t,(function(){return a[t]}))}(i);e["default"]=o.a},"33be":function(t,e,n){"use strict";var a=n("5ec0"),o=n.n(a);o.a},"4e90":function(t,e,n){"use strict";var a=n("d869"),o=n.n(a);o.a},"593d":function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n={onLaunch:function(){console.log("App Launch")},onShow:function(){console.log("App Show")},onHide:function(){console.log("App Hide")},post:function(e,n,a){var o=this,i=new Promise((function(i,r){var u=t.getStorageSync("token"),s={token:u||""};t.request({url:o.globalData.baseUrl+e,data:n,method:a,header:s,success:function(t){200==t.statusCode?i(t):r(t.data)},fail:function(t){console.log(t),r("网络出错"),wx.hideNavigationBarLoading()},complete:function(t){}})}));return i},globalData:{userInfo:null,baseUrl:"https://www.bjzha.net/api/"}};e.default=n}).call(this,n("543d")["default"])},"59df":function(t,e,n){"use strict";n.r(e);var a=n("2166");for(var o in a)"default"!==o&&function(t){n.d(e,t,(function(){return a[t]}))}(o);n("4e90");var i,r,u,s,c=n("f0c5"),l=Object(c["a"])(a["default"],i,r,!1,null,null,null,!1,u,s);e["default"]=l.exports},"5ec0":function(t,e,n){},"8f3b":function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=i(n("59df")),o=i(n("b86c"));function i(t){return t&&t.__esModule?t:{default:t}}function r(t){if("undefined"===typeof Symbol||null==t[Symbol.iterator]){if(Array.isArray(t)||(t=u(t))){var e=0,n=function(){};return{s:n,n:function(){return e>=t.length?{done:!0}:{done:!1,value:t[e++]}},e:function(t){throw t},f:n}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var a,o,i=!0,r=!1;return{s:function(){a=t[Symbol.iterator]()},n:function(){var t=a.next();return i=t.done,t},e:function(t){r=!0,o=t},f:function(){try{i||null==a.return||a.return()}finally{if(r)throw o}}}}function u(t,e){if(t){if("string"===typeof t)return s(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(n):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?s(t,e):void 0}}function s(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,a=new Array(e);n<e;n++)a[n]=t[n];return a}var c={data:function(){return{selact:1,tizhangshow:!1,danweiindex:0,danweilist:[],projectlist:[],index:0,yeararr:[],yearindex:-1,startdate:"开始时间",endate:"结束时间",danweiname:"评审类型",projectname:"项目类型",danweilistz:[],danweiindexz:0,danweinamez:"咨询单位",toaudit:"",fintorg:"",fprojectcategory:"",submitdateone:"",submitdatetwo:"",sendyear:"",huizonglist:[],type:"",fid:"",huizong:!0,stationname:"请选择主管部门",stationindex:0,document:"",stationlist:[],yearname:"请选择年度"}},onLoad:function(t){this.type=t.type;var e=new Date,n=e.getFullYear();console.log(n);for(var a=n-19,o=a;o<=n;o++)this.yeararr.push(o);this.getpingtype(),this.getprojectkind(),this.getzixundanwei(),this.getfenhuilist(),this.getzhugaunlist()},computed:{startDate:function(){return this.getDate("start")},endDate:function(){return this.getDate("end")}},methods:{hide:function(){this.tizhangshow=!1},hidek:function(){},getDate:function(t){var e=new Date,n=e.getFullYear(),a=e.getMonth()+1,o=e.getDate();return"start"===t?n-=60:"end"===t&&(n+=2),a=a>9?a:"0"+a,o=o>9?o:"0"+o,"".concat(n,"-").concat(a,"-").concat(o)},getzhugaunlist:function(){var t=this;console.log(9988776655);var e="project/Get_ComDepartment";a.default.post(e,"","get").then((function(e){console.log(e),t.stationlist=e.data})).catch((function(t){console.log(t)}))},bindstationrChange:function(t){console.log("picker发送选择改变,携带值为",t.target.value),this.stationindex=t.target.value,this.stationname=this.stationlist[t.target.value].fname,this.document=this.stationlist[t.target.value].fid,console.log(that.document)},reset:function(){this.yearindex=-1,this.startdate="开始时间",this.endate="结束时间",this.danweiname="评审类型",this.projectname="项目类型",this.toaudit="",this.fprojectcategory="",this.sendyear="",this.submitdateone="",this.submitdatetwo="",this.stationname="请选择主管部门",this.document=""},shai:function(){this.tizhangshow=!this.tizhangshow},yearchange:function(t){this.yearindex=t.target.value,this.sendyear=this.yeararr[t.target.value],this.yearname=this.yeararr[t.target.value]},bindDateChange:function(t){this.startdate=t.target.value,this.submitdateone=t.target.value},endDateChange:function(t){this.endate=t.target.value,this.submitdatetwo=t.target.value},fenhui:function(t){console.log(t);var e=t.currentTarget.dataset.id;console.log(e),this.selact=e},screenheng:function(){console.log(999)},getzixundanwei:function(){var t=this;console.log(9988776655);var e="project/Get_IntermediaryOrg";a.default.post(e,"","get").then((function(e){console.log(e),t.danweilistz=e.data})).catch((function(t){console.log(t)}))},danweichangez:function(t){console.log("picker发送选择改变,携带值为",t),console.log("998877654",this.danweilistz),console.log("09988776545",this.danweilistz[t.target.value].fname),this.danweiindexz=t.target.value,this.fintorg=this.danweilistz[t.target.value].fname,this.danweinamez=this.danweilistz[t.target.value].fname},getpingtype:function(){var t=this;console.log(9988776655);var e="project/Get_ToAuditType";a.default.post(e,"","get").then((function(e){console.log(e),t.danweilist=e.data})).catch((function(t){console.log(t)}))},danweichange:function(t){console.log("picker发送选择改变,携带值为",t.target.value),this.danweiindex=t.target.value,this.toaudit=this.danweilist[t.target.value].fname,this.danweiname=this.danweilist[t.target.value].fname},getprojectkind:function(){var t=this,e="project/Get_ProjectType";a.default.post(e,"","get").then((function(e){console.log(e),t.projectlist=e.data,console.log(t.projectlist)})).catch((function(t){console.log(t)}))},bindPickerChange:function(t){console.log("picker发送选择改变,携带值为",t.target.value),this.index=t.target.value,this.fprojectcategory=this.projectlist[t.target.value].fname,this.projectname=this.projectlist[t.target.value].fname},getfenhuilist:function(){var t=this,e=this;console.log(9988776655);var n="project/Get_ExpertgorprjySum",i={toaudit:e.toaudit,fprojectcategory:e.fprojectcategory,sendyear:e.sendyear,submitdateone:e.submitdateone,submitdatetwo:e.submitdatetwo,document:e.document};console.log(i),a.default.post(n,i,"get").then((function(n){console.log(n),e.huizonglist=n.data;var a,i=e.huizonglist,u=r(i);try{for(u.s();!(a=u.n()).done;){var s=a.value;s.auduitsum=o.default.change(s.auduitsum),s.amountsum=o.default.change(s.amountsum),s.freesum=o.default.change(s.freesum)}}catch(c){u.e(c)}finally{u.f()}t.huizonglist=i})).catch((function(t){console.log(t)}))},detail:function(e){console.log("专家",e),this.fid=e.target.dataset.id,t.navigateTo({url:"../zhuanjiahuidetail/zhuanjiahuidetail?fid="+this.fid+"&document="+htis.document})},getdetail:function(){var t=this;console.log(9988776655);var e="project/Get_Expertgorprjy",n={fid:t.fid,toaudit:t.toaudit,fprojectcategory:t.fprojectcategory,sendyear:t.sendyear,submitdateone:t.submitdateone,submitdatetwo:t.submitdatetwo,document:t.document};console.log(n),a.default.post(e,n,"get").then((function(e){console.log(e),t.huizonglist=e.data})).catch((function(t){console.log(t)}))},search:function(){this.getfenhuilist(),this.tizhangshow=!1},searchdetail:function(){this.getdetail(),this.tizhangshow=!1}}};e.default=c}).call(this,n("543d")["default"])},bce3:function(t,e,n){"use strict";n.r(e);var a=n("e028"),o=n("090c");for(var i in o)"default"!==i&&function(t){n.d(e,t,(function(){return o[t]}))}(i);n("33be");var r,u=n("f0c5"),s=Object(u["a"])(o["default"],a["b"],a["c"],!1,null,null,null,!1,a["a"],r);e["default"]=s.exports},c639:function(t,e,n){"use strict";(function(t){n("bdbd"),n("921b");a(n("66fd"));var e=a(n("bce3"));function a(t){return t&&t.__esModule?t:{default:t}}t(e.default)}).call(this,n("543d")["createPage"])},d869:function(t,e,n){},e028:function(t,e,n){"use strict";var a,o=function(){var t=this,e=t.$createElement;t._self._c},i=[];n.d(e,"b",(function(){return o})),n.d(e,"c",(function(){return i})),n.d(e,"a",(function(){return a}))}},[["c639","common/runtime","common/vendor"]]]);
\ No newline at end of file
... ...
<view class="box"><block wx:if="{{huizonglist.length==1}}"><view class="nodata">暂无数据</view></block><block wx:else><block><block wx:if="{{huizong}}"><view class="taizhangbox"><view class="taizhanghead"><view class="taizhangitem">专家</view><view class="taizhangitem"><view class="shunum">项目数量</view><view class="shenjie">(已审结)</view></view><view class="taizhangitem">总送审额</view><view class="taizhangitem">总审定额</view><view class="taizhangitem">总审减额</view><view class="taizhangitem">综合审减率</view><view class="taizhangitem">操作</view></view><view class="taizhanglist"><block wx:for="{{huizonglist}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="taizhangflistitem"><view class="taiitem itemname">{{item.fname+''}}</view><view class="taiitem itemshu">{{item.prjnum}}</view><view class="taiitem songshen">{{item.auduitsum}}</view><view class="taiitem shending">{{item.amountsum}}</view><view class="taiitem shenjian">{{item.freesum}}</view><view class="taiitem shenlv">{{item.freerate}}</view><view class="taiitem detailname" data-id="{{item.fid}}" data-event-opts="{{[['tap',[['detail',['$event']]]]]}}" bindtap="__e">详情</view></view></block></view></view></block><block wx:else><view class="taizhangbox"><view class="taizhanghead taizhangheadde"><view class="taizhangitem">项目编号</view><view class="taizhangitem">项目名称</view><view class="taizhangitem">送审金额</view><view class="taizhangitem">评审类型</view><view class="taizhangitem">送审单位</view><view class="taizhangitem">项目类型</view><view class="taizhangitem">送审时间</view><view class="taizhangitem">审定金额</view><view class="taizhangitem">审减率</view><view class="taizhangitem">审减金额</view><view class="taizhangitem">咨询单位</view><view class="taizhangitem">送审年度</view><view class="taizhangitem">咨询单位项目审核负责人</view></view><view class="taizhanglist"><block wx:for="{{huizonglist}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="taizhangflistitem taizhangflistitemde"><view class="taiitem itemname">{{item.fprjnumber+''}}</view><view class="taiitem itemshu">{{item.fprjname}}</view><view class="taiitem songshen">{{item.ftoauditamt}}</view><view class="taiitem shending">{{item.freviewtype}}</view><view class="taiitem shenjian">{{item.fdevorgid}}</view><view class="taiitem shenlv">{{item.fprojecttype}}</view><view class="taiitem itemname">{{item.fsubmitfindate+''}}</view><view class="taiitem itemshu">{{item.fauditamount}}</view><view class="taiitem songshen">{{item.fauditratio}}</view><view class="taiitem shending">{{item.fshenjianmoney}}</view><view class="taiitem shenjian">{{item.flordintorgid}}</view><view class="taiitem shenlv">{{item.fyear}}</view><view class="taiitem shenlv">{{item.fauditledername}}</view></view></block></view></view></block></block></block><block wx:if="{{tizhangshow}}"><view class="register"><view class="taizhangwrap xiangmuzi"><view class="wrapbox"><view class="wrapitem"><view class="wrapitemleft">项目类型</view><picker value="{{index}}" range="{{projectlist}}" range-key="fname" data-event-opts="{{[['change',[['bindPickerChange',['$event']]]]]}}" bindchange="__e"><view class="wrapitemright"><view class="uni-input projectname">{{projectname}}</view></view></picker></view><view class="wrapitem"><view class="wrapitemleft">评审类型</view><picker value="{{danweiindex}}" range="{{danweilist}}" range-key="fname" data-event-opts="{{[['change',[['danweichange',['$event']]]]]}}" bindchange="__e"><view class="wrapitemright"><view class="uni-input projectname">{{danweiname}}</view></view></picker></view><view class="wrapitem"><view class="wrapitemleft">年度</view><picker value="{{yearindex}}" range="{{yeararr}}" data-event-opts="{{[['change',[['yearchange',['$event']]]]]}}" bindchange="__e"><view class="wrapitemright"><view class="nianduleft"><view class="uni-input projectname">{{yeararr[yearindex]}}</view></view><view class="nianduright"><image src="../../static/img/number.png" mode></image></view></view></picker></view><view class="wrapitem"><view class="wrapitemleft">时间</view><view class="time"><picker mode="date" value="{{date}}" start="{{startDate}}" end="{{endDate}}" data-event-opts="{{[['change',[['bindDateChange',['$event']]]]]}}" bindchange="__e"><view class="timeleft">{{''+startdate+''}}</view></picker><view class="timemiddle"></view><picker mode="date" value="{{date}}" start="{{startDate}}" end="{{endDate}}" data-event-opts="{{[['change',[['endDateChange',['$event']]]]]}}" bindchange="__e"><view class="timeleft">{{''+endate+''}}</view></picker></view></view></view><view class="zibot"><view data-event-opts="{{[['tap',[['reset',['$event']]]]]}}" class="reset" bindtap="__e">重置</view><view data-event-opts="{{[['tap',[['search',['$event']]]]]}}" class="chaxun" bindtap="__e">查询</view></view></view></view></block></view>
\ No newline at end of file
<view class="box"><view class="topheadk"><view class="shaiselecttop"><view data-event-opts="{{[['tap',[['shai',['$event']]]]]}}" class="shaiselect" bindtap="__e">筛选</view></view></view><block wx:if="{{huizonglist.length==1}}"><view class="nodata">暂无数据</view></block><block wx:else><block><block wx:if="{{huizong}}"><view class="taizhangbox"><view class="taizhanghead"><view class="taizhangitem">专家</view><view class="taizhangitem"><view class="shunum">项目数量</view><view class="shenjie">(已审结)</view></view><view class="taizhangitem">总送审额</view><view class="taizhangitem">总审定额</view><view class="taizhangitem">总审减额</view><view class="taizhangitem">综合审减率</view><view class="taizhangitem">操作</view></view><view class="taizhanglist"><block wx:for="{{huizonglist}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="taizhangflistitem"><view class="taiitem itemname">{{item.fname+''}}</view><view class="taiitem itemshu">{{item.prjnum}}</view><view class="taiitem songshen">{{item.auduitsum}}</view><view class="taiitem shending">{{item.amountsum}}</view><view class="taiitem shenjian">{{item.freesum}}</view><view class="taiitem shenlv">{{item.freerate}}</view><view class="taiitem detailname" data-id="{{item.fid}}" data-event-opts="{{[['tap',[['detail',['$event']]]]]}}" bindtap="__e">详情</view></view></block></view></view></block><block wx:else><view class="taizhangbox"><view class="taizhanghead taizhangheadde"><view class="taizhangitem">项目编号</view><view class="taizhangitem">项目名称</view><view class="taizhangitem">送审金额</view><view class="taizhangitem">评审类型</view><view class="taizhangitem">送审单位</view><view class="taizhangitem">项目类型</view><view class="taizhangitem">送审时间</view><view class="taizhangitem">审定金额</view><view class="taizhangitem">审减率</view><view class="taizhangitem">审减金额</view><view class="taizhangitem">咨询单位</view><view class="taizhangitem">送审年度</view><view class="taizhangitem">咨询单位项目审核负责人</view></view><view class="taizhanglist"><block wx:for="{{huizonglist}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="taizhangflistitem taizhangflistitemde"><view class="taiitem itemname">{{item.fprjnumber+''}}</view><view class="taiitem itemshu">{{item.fprjname}}</view><view class="taiitem songshen">{{item.ftoauditamt}}</view><view class="taiitem shending">{{item.freviewtype}}</view><view class="taiitem shenjian">{{item.fdevorgid}}</view><view class="taiitem shenlv">{{item.fprojecttype}}</view><view class="taiitem itemname">{{item.fsubmitfindate+''}}</view><view class="taiitem itemshu">{{item.fauditamount}}</view><view class="taiitem songshen">{{item.fauditratio}}</view><view class="taiitem shending">{{item.fshenjianmoney}}</view><view class="taiitem shenjian">{{item.flordintorgid}}</view><view class="taiitem shenlv">{{item.fyear}}</view><view class="taiitem shenlv">{{item.fauditledername}}</view></view></block></view></view></block></block></block><block wx:if="{{tizhangshow}}"><view data-event-opts="{{[['tap',[['hide',['$event']]]]]}}" class="register" bindtap="__e"><view data-event-opts="{{[['tap',[['hidek',['$event']]]]]}}" class="taizhangwrap xiangmuzi" catchtap="__e"><view class="wrapbox"><view class="wrapitem"><view class="wrapitemleft">项目类型</view><picker value="{{index}}" range="{{projectlist}}" range-key="fname" data-event-opts="{{[['change',[['bindPickerChange',['$event']]]]]}}" bindchange="__e"><view class="wrapitemright"><view class="uni-input projectname">{{projectname}}</view></view></picker></view><view class="wrapitem"><view class="wrapitemleft">主管部门</view><picker value="{{stationindex}}" range="{{stationlist}}" range-key="fname" data-event-opts="{{[['change',[['bindstationrChange',['$event']]]]]}}" bindchange="__e"><view class="wrapitemright"><view class="uni-input projectname">{{stationname}}</view></view></picker></view><view class="wrapitem"><view class="wrapitemleft">评审类型</view><picker value="{{danweiindex}}" range="{{danweilist}}" range-key="fname" data-event-opts="{{[['change',[['danweichange',['$event']]]]]}}" bindchange="__e"><view class="wrapitemright"><view class="uni-input projectname">{{danweiname}}</view></view></picker></view><view class="wrapitem"><view class="wrapitemleft">年度</view><picker value="{{yearindex}}" range="{{yeararr}}" data-event-opts="{{[['change',[['yearchange',['$event']]]]]}}" bindchange="__e"><view class="wrapitemright"><view class="nianduleft"><view class="uni-input projectname">{{yearname}}</view></view><view class="nianduright"><image src="../../static/img/number.png" mode></image></view></view></picker></view><view class="wrapitem"><view class="wrapitemleft">时间</view><view class="time"><picker mode="date" value="{{date}}" start="{{startDate}}" end="{{endDate}}" data-event-opts="{{[['change',[['bindDateChange',['$event']]]]]}}" bindchange="__e"><view class="timeleft">{{''+startdate+''}}</view></picker><view class="timemiddle"></view><picker mode="date" value="{{date}}" start="{{startDate}}" end="{{endDate}}" data-event-opts="{{[['change',[['endDateChange',['$event']]]]]}}" bindchange="__e"><view class="timeleft">{{''+endate+''}}</view></picker></view></view></view><view class="zibot"><view data-event-opts="{{[['tap',[['reset',['$event']]]]]}}" class="reset" bindtap="__e">重置</view><view data-event-opts="{{[['tap',[['search',['$event']]]]]}}" class="chaxun" bindtap="__e">查询</view></view></view></view></block></view>
\ No newline at end of file
... ...
.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}page{background:#f9f9f9}.headbox{background:#fff;height:100rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.headboxleft{width:350rpx;height:100rpx;line-height:100rpx;text-align:center;color:#06121e;font-size:28rpx}.headactive{color:#0093ff;border-bottom:1rpx solid #0093ff}.hengping{width:144rpx;color:#0093ff;font-size:24rpx;border-bottom:1rpx solid #0093ff;margin:34rpx auto 0}.taizhangbox{width:700rpx;overflow-x:scroll;margin:28rpx;padding:0 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff}.taizhanghead{width:1400rpx;overflow-x:scroll;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:16rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #bdc4ce}.taizhangitem{color:#06121e;font-size:22rpx;margin-right:118rpx;font-weight:700}.shenjie{text-align:center;margin-top:5rpx;font-size:20rpx}.taizhangflistitem{width:1400rpx;overflow-x:scroll;padding:18rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;border-bottom:1rpx solid #bdc4ce}.taiitem{color:#06121e;font-size:24rpx}.itemname{width:96rpx;text-align:center}.itemshu{width:150rpx;text-align:center;margin-left:22rpx}.songshen{width:200rpx;text-align:center;margin-left:30rpx}.shending{width:200rpx;text-align:center;margin-left:5rpx}.shenjian{width:200rpx;text-align:center;margin-left:10rpx}.shenlv{width:200rpx;text-align:center;margin-left:15rpx}.dibu{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;width:750rpx;height:104rpx;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;position:fixed;bottom:0;left:0}.dibuleft{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-right:72rpx}.dibulitemm{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.dishu{width:40rpx;height:30rpx;border:1rpx solid #707070;border-radius:4rpx;margin:0 6rpx;font-size:0;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.dishu input{width:100%;height:30rpx;line-height:30rpx;padding:5rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;font-size:26rpx;color:#8c9198}.dibuliteml,
.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.shaiselecttop{width:750rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;padding-top:10rpx;padding-bottom:10rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.shaiselect{display:inline-block;width:200rpx;height:64rpx;background:#0093ff;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;border-radius:30rpx}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}page{background:#f9f9f9}.topheadk{position:fixed;top:0;left:0;background:#fff;width:750rpx}.headbox{background:#fff;height:100rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.headboxleft{width:350rpx;height:100rpx;line-height:100rpx;text-align:center;color:#06121e;font-size:28rpx}.headactive{color:#0093ff;border-bottom:1rpx solid #0093ff}.hengping{width:144rpx;color:#0093ff;font-size:24rpx;border-bottom:1rpx solid #0093ff;margin:34rpx auto 0}.taizhangbox{width:700rpx;overflow-x:scroll;margin:28rpx;padding:0 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;margin-top:100rpx}.taizhanghead{width:1400rpx;overflow-x:scroll;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:16rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #bdc4ce}.taizhangitem{color:#06121e;font-size:22rpx;margin-right:118rpx;font-weight:700}.shenjie{text-align:center;margin-top:5rpx;font-size:20rpx}.taizhangflistitem{width:1400rpx;overflow-x:scroll;padding:18rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;border-bottom:1rpx solid #bdc4ce}.taiitem{color:#06121e;font-size:24rpx}.itemname{width:96rpx;text-align:center}.itemshu{width:150rpx;text-align:center;margin-left:22rpx}.songshen{width:200rpx;text-align:center;margin-left:30rpx}.shending{width:200rpx;text-align:center;margin-left:5rpx}.shenjian{width:200rpx;text-align:center;margin-left:10rpx}.shenlv{width:200rpx;text-align:center;margin-left:15rpx}.dibu{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;width:750rpx;height:104rpx;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;position:fixed;bottom:0;left:0}.dibuleft{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-right:72rpx}.dibulitemm{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.dishu{width:40rpx;height:30rpx;border:1rpx solid #707070;border-radius:4rpx;margin:0 6rpx;font-size:0;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.dishu input{width:100%;height:30rpx;line-height:30rpx;padding:5rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;font-size:26rpx;color:#8c9198}.dibuliteml,
.di,
.ye,
.dibulitemx,
... ...
.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}page{background:#f9f9f9}.headbox{background:#fff;height:100rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.headboxleft{width:350rpx;height:100rpx;line-height:100rpx;text-align:center;color:#06121e;font-size:28rpx}.headactive{color:#0093ff;border-bottom:1rpx solid #0093ff}.hengping{width:144rpx;color:#0093ff;font-size:24rpx;border-bottom:1rpx solid #0093ff;margin:34rpx auto 0}.taizhangbox{width:700rpx;overflow-x:scroll;margin:28rpx;padding:0 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff}.taizhanghead{width:1400rpx;overflow-x:scroll;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:16rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #bdc4ce}.taizhangitem{color:#06121e;font-size:22rpx;margin-right:118rpx;font-weight:700}.shenjie{text-align:center;margin-top:5rpx;font-size:20rpx}.taizhangflistitem{width:1400rpx;overflow-x:scroll;padding:18rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;border-bottom:1rpx solid #bdc4ce}.taiitem{color:#06121e;font-size:24rpx}.itemname{width:86rpx}.itemshu{width:150rpx;text-align:center;margin-left:72rpx}.songshen{width:200rpx;text-align:center;margin-left:1rpx}.shending{width:200rpx;text-align:center;margin-left:5rpx}.shenjian{width:200rpx;text-align:center;margin-left:10rpx}.shenlv{width:200rpx;text-align:center;margin-left:15rpx}.dibu{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;width:750rpx;height:104rpx;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;position:fixed;bottom:0;left:0}.dibuleft{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-right:72rpx}.dibulitemm{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.dishu{width:40rpx;height:30rpx;border:1rpx solid #707070;border-radius:4rpx;margin:0 6rpx;font-size:0;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.dishu input{width:100%;height:30rpx;line-height:30rpx;padding:5rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;font-size:26rpx;color:#8c9198}.dibuliteml,
.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.shaiselecttop{width:750rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;padding-top:10rpx;padding-bottom:10rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.shaiselect{display:inline-block;width:200rpx;height:64rpx;background:#0093ff;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;border-radius:30rpx}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}page{background:#f9f9f9}.headbox{background:#fff;height:100rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.headboxleft{width:350rpx;height:100rpx;line-height:100rpx;text-align:center;color:#06121e;font-size:28rpx}.headactive{color:#0093ff;border-bottom:1rpx solid #0093ff}.hengping{width:144rpx;color:#0093ff;font-size:24rpx;border-bottom:1rpx solid #0093ff;margin:34rpx auto 0}.taizhangbox{width:700rpx;overflow-x:scroll;margin:28rpx;padding:0 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff}.taizhanghead{width:1400rpx;overflow-x:scroll;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:16rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #bdc4ce}.taizhangitem{color:#06121e;font-size:22rpx;margin-right:118rpx;font-weight:700}.shenjie{text-align:center;margin-top:5rpx;font-size:20rpx}.taizhangflistitem{width:1400rpx;overflow-x:scroll;padding:18rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;border-bottom:1rpx solid #bdc4ce}.taiitem{color:#06121e;font-size:24rpx}.itemname{width:86rpx}.itemshu{width:150rpx;text-align:center;margin-left:72rpx}.songshen{width:200rpx;text-align:center;margin-left:1rpx}.shending{width:200rpx;text-align:center;margin-left:5rpx}.shenjian{width:200rpx;text-align:center;margin-left:10rpx}.shenlv{width:200rpx;text-align:center;margin-left:15rpx}.dibu{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;width:750rpx;height:104rpx;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;position:fixed;bottom:0;left:0}.dibuleft{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-right:72rpx}.dibulitemm{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.dishu{width:40rpx;height:30rpx;border:1rpx solid #707070;border-radius:4rpx;margin:0 6rpx;font-size:0;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.dishu input{width:100%;height:30rpx;line-height:30rpx;padding:5rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;font-size:26rpx;color:#8c9198}.dibuliteml,
.di,
.ye,
.dibulitemx,
... ...
.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}page{background:#f9f9f9}.box{background:#fff}.projectinfo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.projectinfoname{width:44rpx;height:44rpx;font-size:0}.projectinfoname image{width:100%;height:100%}.projectname{color:#3d444d;font-size:28rpx;font-weight:700;margin-left:16rpx}.projectinfo{padding:36rpx 32rpx 16rpx;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #bdc4ce}.projectlist{padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.projectitem{background:#fff;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:32rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.projectitemleft{color:#8c9198;font-size:28rpx}.projectitemright{color:#3d444d;font-size:28rpx}.renyuanleft{color:#8c9198;font-size:28rpx}.renyuanright{width:300rpx;height:60rpx;background:#eee;padding:14rpx 28rpx;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.renyuanright input{width:100%;height:40rpx;color:#8c9198;font-size:24rpx}.xiangmuyuan{color:#8c9198;font-size:24rpx}.zixunbottom{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:28rpx 32rpx 34rpx}.zixunbotleft{width:130rpx;height:80rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx}.zixunbotright{width:532rpx;height:80rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx;margin-left:24rpx}.renyaoqiu{margin-top:12rpx}.zixundan{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:44rpx 42rpx 16rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #bdc4ce}.zixundanitem{color:#06121e;font-size:28rpx}.zixunbox{padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zixundanboxlist{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box}.zixunname{width:320rpx;color:#06121e;font-size:24rpx;line-height:1.5;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.zixunshu{width:105rpx;text-align:center;color:#06121e;font-size:24rpx}.zixuntou{width:108rpx;height:40rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:40rpx;margin-left:140rpx}.zuxiangmu{color:#3d444d;font-size:28rpx;font-weight:700}.querenfen{width:686rpx;height:80rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx}
\ No newline at end of file
.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.shaiselecttop{width:750rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;padding-top:10rpx;padding-bottom:10rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.shaiselect{display:inline-block;width:200rpx;height:64rpx;background:#0093ff;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;border-radius:30rpx}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}page{background:#f9f9f9}.box{background:#fff}.projectinfo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.projectinfoname{width:44rpx;height:44rpx;font-size:0}.projectinfoname image{width:100%;height:100%}.projectname{color:#3d444d;font-size:28rpx;font-weight:700;margin-left:16rpx}.projectinfo{padding:36rpx 32rpx 16rpx;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #bdc4ce}.projectlist{padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.projectitem{background:#fff;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:32rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.projectitemleft{color:#8c9198;font-size:28rpx}.projectitemright{color:#3d444d;font-size:28rpx}.renyuanleft{color:#8c9198;font-size:28rpx}.renyuanright{width:300rpx;height:60rpx;background:#eee;padding:14rpx 28rpx;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.renyuanright input{width:100%;height:40rpx;color:#8c9198;font-size:24rpx}.xiangmuyuan{color:#8c9198;font-size:24rpx}.zixunbottom{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:28rpx 32rpx 34rpx}.zixunbotleft{width:130rpx;height:80rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx}.zixunbotright{width:532rpx;height:80rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx;margin-left:24rpx}.renyaoqiu{margin-top:12rpx}.zixundan{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:44rpx 42rpx 16rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #bdc4ce}.zixundanitem{color:#06121e;font-size:28rpx}.zixunbox{padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zixundanboxlist{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box}.zixunname{width:320rpx;color:#06121e;font-size:24rpx;line-height:1.5;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.zixunshu{width:105rpx;text-align:center;color:#06121e;font-size:24rpx}.zixuntou{width:108rpx;height:40rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:40rpx;margin-left:140rpx}.zuxiangmu{color:#3d444d;font-size:28rpx;font-weight:700}.querenfen{width:686rpx;height:80rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx}
\ No newline at end of file
... ...
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/zhuguantaizhang/zhugauntaizhang"],{"19b6":function(t,e,n){"use strict";var a,o=function(){var t=this,e=t.$createElement;t._self._c},i=[];n.d(e,"b",(function(){return o})),n.d(e,"c",(function(){return i})),n.d(e,"a",(function(){return a}))},2166:function(t,e,n){"use strict";n.r(e);var a=n("593d"),o=n.n(a);for(var i in a)"default"!==i&&function(t){n.d(e,t,(function(){return a[t]}))}(i);e["default"]=o.a},"2f46":function(t,e,n){"use strict";n.r(e);var a=n("19b6"),o=n("e7ae");for(var i in o)"default"!==i&&function(t){n.d(e,t,(function(){return o[t]}))}(i);n("3a46");var r,u=n("f0c5"),c=Object(u["a"])(o["default"],a["b"],a["c"],!1,null,null,null,!1,a["a"],r);e["default"]=c.exports},"3a46":function(t,e,n){"use strict";var a=n("ddb6"),o=n.n(a);o.a},"4e90":function(t,e,n){"use strict";var a=n("d869"),o=n.n(a);o.a},"593d":function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n={onLaunch:function(){console.log("App Launch")},onShow:function(){console.log("App Show")},onHide:function(){console.log("App Hide")},post:function(e,n,a){var o=this,i=new Promise((function(i,r){var u=t.getStorageSync("token"),c={token:u||""};t.request({url:o.globalData.baseUrl+e,data:n,method:a,header:c,success:function(t){200==t.statusCode?i(t):r(t.data)},fail:function(t){console.log(t),r("网络出错"),wx.hideNavigationBarLoading()},complete:function(t){}})}));return i},globalData:{userInfo:null,baseUrl:"https://www.bjzha.net/api/"}};e.default=n}).call(this,n("543d")["default"])},"59df":function(t,e,n){"use strict";n.r(e);var a=n("2166");for(var o in a)"default"!==o&&function(t){n.d(e,t,(function(){return a[t]}))}(o);n("4e90");var i,r,u,c,l=n("f0c5"),s=Object(l["a"])(a["default"],i,r,!1,null,null,null,!1,u,c);e["default"]=s.exports},d869:function(t,e,n){},d96f:function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=o(n("59df"));function o(t){return t&&t.__esModule?t:{default:t}}function i(t){if("undefined"===typeof Symbol||null==t[Symbol.iterator]){if(Array.isArray(t)||(t=r(t))){var e=0,n=function(){};return{s:n,n:function(){return e>=t.length?{done:!0}:{done:!1,value:t[e++]}},e:function(t){throw t},f:n}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var a,o,i=!0,u=!1;return{s:function(){a=t[Symbol.iterator]()},n:function(){var t=a.next();return i=t.done,t},e:function(t){u=!0,o=t},f:function(){try{i||null==a.return||a.return()}finally{if(u)throw o}}}}function r(t,e){if(t){if("string"===typeof t)return u(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(n):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?u(t,e):void 0}}function u(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,a=new Array(e);n<e;n++)a[n]=t[n];return a}var c={data:function(){return{tizhangshow:!1,fprojectcategory:"",fintorg:"",sendyear:"",submitdateone:"",submitdatetwo:"",xiangmulist:[],projectlist:[],index:0,danweilist:[],danweiindex:0,end:"",yeararr:[],yearindex:-1,startdate:"开始时间",endate:"结束时间",projectname:"项目类型",danweiname:"主管部门"}},onLoad:function(){var t=new Date,e=t.getFullYear();console.log(e);for(var n=e-19,a=n;a<=e;a++)this.yeararr.push(a);this.getprojectkind(),this.getzixundanwei(),this.gettiazhanglist()},methods:{onNavigationBarButtonTap:function(){this.tizhangshow=!this.tizhangshow},reset:function(){this.startdate="开始时间",this.endate="结束时间",this.projectname="项目类型",this.danweiname="主管部门",this.yearindex=-1},getprojectkind:function(){var t=this,e="project/Get_ProjectType";a.default.post(e,"","get").then((function(e){console.log(e),t.projectlist=e.data,console.log(t.projectlist)})).catch((function(t){console.log(t)}))},bindPickerChange:function(t){console.log("picker发送选择改变,携带值为",t.target.value),this.index=t.target.value,this.fprojectcategory=this.projectlist[t.target.value].fname,this.projectname=this.projectlist[t.target.value].fname},bindDateChange:function(t){this.startdate=t.target.value,this.submitdateone=t.target.value},endDateChange:function(t){this.endate=t.target.value,this.submitdatetwo=t.target.value},getzixundanwei:function(){var t=this;console.log(9988776655);var e="project/Get_Document";a.default.post(e,"","get").then((function(e){console.log(e),t.danweilist=e.data,console.log(t.danweilist)})).catch((function(t){console.log(t)}))},danweichange:function(t){console.log("picker发送选择改变,携带值为",t.target.value),this.danweiindex=t.target.value,this.fintorg=this.danweilist[t.target.value].fname,this.danweiname=this.danweilist[t.target.value].fname},yearchange:function(t){this.yearindex=t.target.value,this.sendyear=this.yeararr[t.target.value]},gettiazhanglist:function(){var t=this,e=this;console.log(9988776543);var n="project/Get_GetRptaudit",o={toaudit:"document",fprojectcategory:e.fprojectcategory,document:e.fintorg,sendyear:e.sendyear,submitdateone:e.submitdateone,submitdatetwo:e.submitdatetwo,fteam:"",fintorg:""};console.log("8877665544",o),a.default.post(n,o,"get").then((function(n){console.log(n),t.xiangmulist=n.data;var a,o=t.xiangmulist,r=[],u=i(o);try{for(u.s();!(a=u.n()).done;){var c=a.value;r.push(c)}}catch(f){u.e(f)}finally{u.f()}var l=r.splice(-1);e.end=l;var s=r.length;s-=1,console.log(s),r.splice(s,1),console.log(r),t.xiangmulist=r,console.log(typeof r)})).catch((function(t){console.log(t)}))},search:function(){console.log(7766554),this.gettiazhanglist(),this.tizhangshow=!1},taizhangdetail:function(e){console.log(e);var n=e.target.dataset.item;console.log(n),n=JSON.stringify(n),t.navigateTo({url:"../zhugauntaidetail/zhugauntaidetail?item="+n+"&type=5"})}},onReachBottom:function(){console.log(999)}};e.default=c}).call(this,n("543d")["default"])},ddb6:function(t,e,n){},e7ae:function(t,e,n){"use strict";n.r(e);var a=n("d96f"),o=n.n(a);for(var i in a)"default"!==i&&function(t){n.d(e,t,(function(){return a[t]}))}(i);e["default"]=o.a},f6f9:function(t,e,n){"use strict";(function(t){n("bdbd"),n("921b");a(n("66fd"));var e=a(n("2f46"));function a(t){return t&&t.__esModule?t:{default:t}}t(e.default)}).call(this,n("543d")["createPage"])}},[["f6f9","common/runtime","common/vendor"]]]);
\ No newline at end of file
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/zhuguantaizhang/zhugauntaizhang"],{2166:function(t,e,n){"use strict";n.r(e);var a=n("593d"),o=n.n(a);for(var i in a)"default"!==i&&function(t){n.d(e,t,(function(){return a[t]}))}(i);e["default"]=o.a},"2f46":function(t,e,n){"use strict";n.r(e);var a=n("b994"),o=n("e7ae");for(var i in o)"default"!==i&&function(t){n.d(e,t,(function(){return o[t]}))}(i);n("3a46");var r,u=n("f0c5"),c=Object(u["a"])(o["default"],a["b"],a["c"],!1,null,null,null,!1,a["a"],r);e["default"]=c.exports},"3a46":function(t,e,n){"use strict";var a=n("ddb6"),o=n.n(a);o.a},"4e90":function(t,e,n){"use strict";var a=n("d869"),o=n.n(a);o.a},"593d":function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n={onLaunch:function(){console.log("App Launch")},onShow:function(){console.log("App Show")},onHide:function(){console.log("App Hide")},post:function(e,n,a){var o=this,i=new Promise((function(i,r){var u=t.getStorageSync("token"),c={token:u||""};t.request({url:o.globalData.baseUrl+e,data:n,method:a,header:c,success:function(t){200==t.statusCode?i(t):r(t.data)},fail:function(t){console.log(t),r("网络出错"),wx.hideNavigationBarLoading()},complete:function(t){}})}));return i},globalData:{userInfo:null,baseUrl:"https://www.bjzha.net/api/"}};e.default=n}).call(this,n("543d")["default"])},"59df":function(t,e,n){"use strict";n.r(e);var a=n("2166");for(var o in a)"default"!==o&&function(t){n.d(e,t,(function(){return a[t]}))}(o);n("4e90");var i,r,u,c,l=n("f0c5"),s=Object(l["a"])(a["default"],i,r,!1,null,null,null,!1,u,c);e["default"]=s.exports},b994:function(t,e,n){"use strict";var a,o=function(){var t=this,e=t.$createElement;t._self._c},i=[];n.d(e,"b",(function(){return o})),n.d(e,"c",(function(){return i})),n.d(e,"a",(function(){return a}))},d869:function(t,e,n){},d96f:function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=o(n("59df"));function o(t){return t&&t.__esModule?t:{default:t}}function i(t){if("undefined"===typeof Symbol||null==t[Symbol.iterator]){if(Array.isArray(t)||(t=r(t))){var e=0,n=function(){};return{s:n,n:function(){return e>=t.length?{done:!0}:{done:!1,value:t[e++]}},e:function(t){throw t},f:n}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var a,o,i=!0,u=!1;return{s:function(){a=t[Symbol.iterator]()},n:function(){var t=a.next();return i=t.done,t},e:function(t){u=!0,o=t},f:function(){try{i||null==a.return||a.return()}finally{if(u)throw o}}}}function r(t,e){if(t){if("string"===typeof t)return u(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(n):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?u(t,e):void 0}}function u(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,a=new Array(e);n<e;n++)a[n]=t[n];return a}function c(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}var l={data:function(){return{tizhangshow:!1,fprojectcategory:"",fintorg:"",sendyear:"",submitdateone:"",submitdatetwo:"",xiangmulist:[],projectlist:[],index:0,danweilist:[],danweiindex:0,end:"",yeararr:[],yearindex:-1,startdate:"开始时间",endate:"结束时间",projectname:"项目类型",danweiname:"主管部门",stationname:"请选择主管部门",stationindex:0,document:"",stationlist:[],yearname:"请选择年度"}},onLoad:function(){var t=new Date,e=t.getFullYear();console.log(e);for(var n=e-19,a=n;a<=e;a++)this.yeararr.push(a);this.getprojectkind(),this.getzixundanwei(),this.getzhugaunlist()},computed:{startDate:function(){return this.getDate("start")},endDate:function(){return this.getDate("end")}},methods:{hide:function(){this.tizhangshow=!1},hidek:function(){},getzhugaunlist:function(){var t=this;console.log(9988776655);var e="project/Get_ComDepartment";a.default.post(e,"","get").then((function(e){console.log(e),t.stationlist=e.data})).catch((function(t){console.log(t)}))},bindstationrChange:function(t){console.log("picker发送选择改变,携带值为",t.target.value),this.stationindex=t.target.value,this.stationname=this.stationlist[t.target.value].fname,this.document=this.stationlist[t.target.value].fid,console.log(this.document)},getDate:function(t){var e=new Date,n=e.getFullYear(),a=e.getMonth()+1,o=e.getDate();return"start"===t?n-=60:"end"===t&&(n+=2),a=a>9?a:"0"+a,o=o>9?o:"0"+o,"".concat(n,"-").concat(a,"-").concat(o)},shai:function(){this.tizhangshow=!this.tizhangshow},reset:function(){this.startdate="开始时间",this.endate="结束时间",this.projectname="项目类型",this.danweiname="主管部门",this.yearindex=-1},getprojectkind:function(){var t=this,e="project/Get_ProjectType";a.default.post(e,"","get").then((function(e){console.log(e),t.projectlist=e.data,console.log(t.projectlist)})).catch((function(t){console.log(t)}))},bindPickerChange:function(t){console.log("picker发送选择改变,携带值为",t.target.value),this.index=t.target.value,this.fprojectcategory=this.projectlist[t.target.value].fname,this.projectname=this.projectlist[t.target.value].fname},bindDateChange:function(t){this.startdate=t.target.value,this.submitdateone=t.target.value},endDateChange:function(t){this.endate=t.target.value,this.submitdatetwo=t.target.value},getzixundanwei:function(){var t=this;console.log(9988776655);var e="project/Get_Document";a.default.post(e,"","get").then((function(e){console.log(e),t.danweilist=e.data,console.log(t.danweilist)})).catch((function(t){console.log(t)}))},danweichange:function(t){console.log("picker发送选择改变,携带值为",t.target.value),this.danweiindex=t.target.value,this.fintorg=this.danweilist[t.target.value].fname,this.danweiname=this.danweilist[t.target.value].fname},yearchange:function(t){this.yearindex=t.target.value,this.sendyear=this.yeararr[t.target.value],this.yearname=this.yeararr[t.target.value]},gettiazhanglist:function(){var t=this,e=this;console.log(9988776543);var n="project/Get_GetRptaudit",o=c({toaudit:"document",fprojectcategory:e.fprojectcategory,document:e.fintorg,sendyear:e.sendyear,submitdateone:e.submitdateone,submitdatetwo:e.submitdatetwo,fteam:"",fintorg:""},"document",e.document);console.log("8877665544",o),a.default.post(n,o,"get").then((function(n){console.log(n),t.xiangmulist=n.data;var a,o=t.xiangmulist,r=[],u=i(o);try{for(u.s();!(a=u.n()).done;){var c=a.value;r.push(c)}}catch(f){u.e(f)}finally{u.f()}var l=r.splice(-1);e.end=l,console.log("3783747494389",t.end);var s=r.length;s-=1,console.log(s),r.splice(s,1),console.log(r),t.xiangmulist=r,console.log(typeof r)})).catch((function(t){console.log(t)}))},search:function(){console.log(7766554),this.gettiazhanglist(),this.tizhangshow=!1},taizhangdetail:function(e){console.log(e);var n=e.target.dataset.item;console.log(n),n=JSON.stringify(n),t.navigateTo({url:"../zhugauntaidetail/zhugauntaidetail?item="+n+"&type=5"})}},onShow:function(){this.gettiazhanglist()},onReachBottom:function(){console.log(999)}};e.default=l}).call(this,n("543d")["default"])},ddb6:function(t,e,n){},e7ae:function(t,e,n){"use strict";n.r(e);var a=n("d96f"),o=n.n(a);for(var i in a)"default"!==i&&function(t){n.d(e,t,(function(){return a[t]}))}(i);e["default"]=o.a},f6f9:function(t,e,n){"use strict";(function(t){n("bdbd"),n("921b");a(n("66fd"));var e=a(n("2f46"));function a(t){return t&&t.__esModule?t:{default:t}}t(e.default)}).call(this,n("543d")["createPage"])}},[["f6f9","common/runtime","common/vendor"]]]);
\ No newline at end of file
... ...
<view class="box"><view class="head"><view class="headitem"><view class="headitemtop">在审项目数</view><view class="headitembot">{{end[0].ftrialcount}}</view></view><view class="headitem"><view class="headitemtop">审结项目数</view><view class="headitembot">{{end[0].fconcludecount}}</view></view><view class="headitem"><view class="headitemtop">总项目数</view><view class="headitembot">{{end[0].fcount}}</view></view></view><block wx:if="{{xiangmulist.length==0}}"><view class="nodata">暂无数据</view></block><block wx:else><view class="taizhang"><view class="taizhanghead"><view class="taizhangitem">项目编号</view><view class="taizhangitem">项目名称</view><view class="taizhangitem">操作</view></view><view class="taizhangbox"><block wx:for="{{xiangmulist}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="taiboxitem"><block wx:if="{{item.fnumber==null}}"><view class="taizhangleft">暂无</view></block><block wx:else><view class="taizhangleft">{{item.fnumber}}</view></block><block wx:if="{{item.fname==null}}"><view class="taizhangmiddle">暂无</view></block><block wx:else><view class="taizhangmiddle">{{item.fname}}</view></block><view class="taizhangright" data-item="{{item}}" data-event-opts="{{[['tap',[['taizhangdetail',['$event']]]]]}}" bindtap="__e">详情</view></view></block></view></view></block><block wx:if="{{tizhangshow}}"><view class="register"><view class="taizhangwrap"><view class="wrapbox"><view class="wrapitem"><view class="wrapitemleft">项目类型</view><picker value="{{index}}" range="{{projectlist}}" range-key="fname" data-event-opts="{{[['change',[['bindPickerChange',['$event']]]]]}}" bindchange="__e"><view class="wrapitemright"><view class="uni-input projectname">{{projectname}}</view></view></picker></view><view class="wrapitem"><view class="wrapitemleft">主管部门</view><picker value="{{danweiindex}}" range="{{danweilist}}" range-key="fname" data-event-opts="{{[['change',[['danweichange',['$event']]]]]}}" bindchange="__e"><view class="wrapitemright"><view class="uni-input projectname">{{danweiname}}</view></view></picker></view><view class="wrapitem"><view class="wrapitemleft">年度</view><picker value="{{yearindex}}" range="{{yeararr}}" data-event-opts="{{[['change',[['yearchange',['$event']]]]]}}" bindchange="__e"><view class="wrapitemright"><view class="nianduleft"><view class="uni-input projectname">{{yeararr[yearindex]}}</view></view><view class="nianduright"><image src="../../static/img/number.png" mode></image></view></view></picker></view><view class="wrapitem"><view class="wrapitemleft">时间</view><view class="time"><picker mode="date" value="{{date}}" start="{{startDate}}" end="{{endDate}}" data-event-opts="{{[['change',[['bindDateChange',['$event']]]]]}}" bindchange="__e"><view class="timeleft">{{''+startdate+''}}</view></picker><view class="timemiddle"></view><picker mode="date" value="{{date}}" start="{{startDate}}" end="{{endDate}}" data-event-opts="{{[['change',[['endDateChange',['$event']]]]]}}" bindchange="__e"><view class="timeleft">{{''+endate+''}}</view></picker></view></view></view><view class="zibot"><view data-event-opts="{{[['tap',[['reset',['$event']]]]]}}" class="reset" bindtap="__e">重置</view><view data-event-opts="{{[['tap',[['search',['$event']]]]]}}" class="chaxun" bindtap="__e">查询</view></view></view></view></block></view>
\ No newline at end of file
<view class="box"><view class="topheadk"><view class="shaiselecttop"><view data-event-opts="{{[['tap',[['shai',['$event']]]]]}}" class="shaiselect" bindtap="__e">筛选</view></view><view class="head"><view class="headitem"><view class="headitemtop">在审项目数</view><view class="headitembot">{{end==''?'':end[0].ftrialcount}}</view></view><view class="headitem"><view class="headitemtop">审结项目数</view><view class="headitembot">{{end==''?'':end[0].fconcludecount}}</view></view><view class="headitem"><view class="headitemtop">总项目数</view><view class="headitembot">{{end==''?'':end[0].fcount}}</view></view></view></view><block wx:if="{{xiangmulist.length==0}}"><view class="nodata">暂无数据</view></block><block wx:else><view class="taizhang"><view class="taizhanghead"><view class="taizhangitem">项目编号</view><view class="taizhangitem">项目名称</view><view class="taizhangitem">操作</view></view><view class="taizhangbox"><block wx:for="{{xiangmulist}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="taiboxitem"><block wx:if="{{item.fnumber==null}}"><view class="taizhangleft">暂无</view></block><block wx:else><view class="taizhangleft">{{item.fnumber}}</view></block><block wx:if="{{item.fname==null}}"><view class="taizhangmiddle">暂无</view></block><block wx:else><view class="taizhangmiddle">{{item.fname}}</view></block><view class="taizhangright" data-item="{{item}}" data-event-opts="{{[['tap',[['taizhangdetail',['$event']]]]]}}" bindtap="__e">详情</view></view></block></view></view></block><block wx:if="{{tizhangshow}}"><view data-event-opts="{{[['tap',[['hide',['$event']]]]]}}" class="register" bindtap="__e"><view data-event-opts="{{[['tap',[['hidek',['$event']]]]]}}" class="taizhangwrap" catchtap="__e"><view class="wrapbox"><view class="wrapitem"><view class="wrapitemleft">项目类型</view><picker value="{{index}}" range="{{projectlist}}" range-key="fname" data-event-opts="{{[['change',[['bindPickerChange',['$event']]]]]}}" bindchange="__e"><view class="wrapitemright"><view class="uni-input projectname">{{projectname}}</view></view></picker></view><view class="wrapitem"><view class="wrapitemleft">主管部门</view><picker value="{{stationindex}}" range="{{stationlist}}" range-key="fname" data-event-opts="{{[['change',[['bindstationrChange',['$event']]]]]}}" bindchange="__e"><view class="wrapitemright"><view class="uni-input projectname">{{stationname}}</view></view></picker></view><view class="wrapitem"><view class="wrapitemleft">年度</view><picker value="{{yearindex}}" range="{{yeararr}}" data-event-opts="{{[['change',[['yearchange',['$event']]]]]}}" bindchange="__e"><view class="wrapitemright"><view class="nianduleft"><view class="uni-input projectname">{{yearname}}</view></view><view class="nianduright"><image src="../../static/img/number.png" mode></image></view></view></picker></view><view class="wrapitem"><view class="wrapitemleft">时间</view><view class="time"><picker mode="date" value="{{date}}" start="{{startDate}}" end="{{endDate}}" data-event-opts="{{[['change',[['bindDateChange',['$event']]]]]}}" bindchange="__e"><view class="timeleft">{{''+startdate+''}}</view></picker><view class="timemiddle"></view><picker mode="date" value="{{date}}" start="{{startDate}}" end="{{endDate}}" data-event-opts="{{[['change',[['endDateChange',['$event']]]]]}}" bindchange="__e"><view class="timeleft">{{''+endate+''}}</view></picker></view></view></view><view class="zibot"><view data-event-opts="{{[['tap',[['reset',['$event']]]]]}}" class="reset" bindtap="__e">重置</view><view data-event-opts="{{[['tap',[['search',['$event']]]]]}}" class="chaxun" bindtap="__e">查询</view></view></view></view></block></view>
\ No newline at end of file
... ...
.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}page{background:#f9f9f9}.head{width:750rpx;margin:0 auto;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-justify-content:space-around;justify-content:space-around;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:32rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff}.headitem{width:350rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:0 40rpx;-webkit-box-sizing:border-box;box-sizing:border-box;border-right:1rpx solid #bdc4ce}.headitem:last-child{border-right:none}.headitemtop{color:#06121e;font-size:28rpx}.headitembot{color:#0093ff;font-size:32rpx;margin-top:15rpx}.taizhangbox{padding:0 34rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.taizhang{width:686rpx;margin:32rpx auto 0;background:#fff;-webkit-box-shadow:0 6px 6px rgba(0,0,0,.03);box-shadow:0 6px 6px rgba(0,0,0,.03);opacity:1;border-radius:20px;padding-bottom:28rpx;-webkit-box-sizing:border-box;box-sizing:border-box;margin-bottom:200rpx}.taizhanghead{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:28rpx 50rpx;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.taizhangitem{color:#06121e;font-size:28rpx;font-weight:700}.taiboxitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.taiboxitem:last-child{border-bottom:none}.taizhangleft{color:#06121e;font-size:28rpx}.taizhangmiddle{color:#06121e;font-size:28rpx;width:284rpx;margin-left:62rpx;line-height:1.3;text-align:center}.taizhangright{color:#0093ff;font-size:28rpx;margin-left:56rpx}.dibu{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;width:750rpx;height:104rpx;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;position:fixed;bottom:0;left:0}.dibuleft{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-right:72rpx}.dibulitemm{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.dishu{width:40rpx;height:30rpx;border:1rpx solid #707070;border-radius:4rpx;margin:0 6rpx;font-size:0;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.dishu input{width:100%;height:30rpx;line-height:30rpx;padding:5rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;font-size:26rpx;color:#8c9198}.dibuliteml,
.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.shaiselecttop{width:750rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;padding-top:10rpx;padding-bottom:10rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.shaiselect{display:inline-block;width:200rpx;height:64rpx;background:#0093ff;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;border-radius:30rpx}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}page{background:#f9f9f9}.topheadk{position:fixed;top:0;left:0;background:#fff;width:750rpx}.head{width:750rpx;margin:0 auto;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-justify-content:space-around;justify-content:space-around;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:32rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff}.taizhang{margin-top:250rpx!important}.headitem{width:350rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:0 40rpx;-webkit-box-sizing:border-box;box-sizing:border-box;border-right:1rpx solid #bdc4ce}.headitem:last-child{border-right:none}.headitemtop{color:#06121e;font-size:28rpx}.headitembot{color:#0093ff;font-size:32rpx;margin-top:15rpx}.taizhangbox{padding:0 34rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.taizhang{width:686rpx;margin:32rpx auto 0;background:#fff;-webkit-box-shadow:0 6px 6px rgba(0,0,0,.03);box-shadow:0 6px 6px rgba(0,0,0,.03);opacity:1;border-radius:20px;padding-bottom:28rpx;-webkit-box-sizing:border-box;box-sizing:border-box;margin-bottom:200rpx}.taizhanghead{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:28rpx 50rpx;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.taizhangitem{color:#06121e;font-size:28rpx;font-weight:700}.taiboxitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.taiboxitem:last-child{border-bottom:none}.taizhangleft{color:#06121e;font-size:28rpx}.taizhangmiddle{color:#06121e;font-size:28rpx;width:284rpx;margin-left:62rpx;line-height:1.3;text-align:center}.taizhangright{color:#0093ff;font-size:28rpx;margin-left:56rpx}.dibu{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;width:750rpx;height:104rpx;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;position:fixed;bottom:0;left:0}.dibuleft{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-right:72rpx}.dibulitemm{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.dishu{width:40rpx;height:30rpx;border:1rpx solid #707070;border-radius:4rpx;margin:0 6rpx;font-size:0;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.dishu input{width:100%;height:30rpx;line-height:30rpx;padding:5rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;font-size:26rpx;color:#8c9198}.dibuliteml,
.di,
.ye,
.dibulitemx,
... ...
.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}.box{background:#fff}.projectinfo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.projectinfoname{width:44rpx;height:44rpx;font-size:0}.projectinfoname image{width:100%;height:100%}.projectname{color:#3d444d;font-size:28rpx;font-weight:700;margin-left:16rpx}.projectinfo{padding:36rpx 32rpx 16rpx;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.projectlist{padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.projectitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:32rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.projectitem:last-child{border-bottom:none}.projectitemleft{color:#8c9198;font-size:28rpx}.projectitemright{color:#3d444d;font-size:28rpx}.renyuanleft{color:#8c9198;font-size:28rpx}.renyuanright{width:300rpx;height:60rpx;background:#eee;padding:14rpx 28rpx;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.danweizi{width:500rpx;text-align:right}.renyuanright input{width:100%;height:40rpx;color:#8c9198;font-size:24rpx}.xiangmuyuan{color:#8c9198;font-size:24rpx}.zixunbottom{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:28rpx 32rpx 34rpx}.zixunbotleft{width:130rpx;height:80rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx}.zixunbotright{width:532rpx;height:80rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx;margin-left:24rpx}.renyaoqiu{margin-top:12rpx}.zixundan{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:24rpx 42rpx 16rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box}.zixundanitem{color:#06121e;font-size:28rpx}.zixunbox{padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zixundanboxlist{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box}.zixunname{width:320rpx;color:#06121e;font-size:24rpx;line-height:1.5;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.zixunshu{width:105rpx;text-align:center;color:#06121e;font-size:24rpx}.zixuntou{width:108rpx;height:40rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:40rpx;margin-left:100rpx}.zuxiangmu{color:#3d444d;font-size:28rpx}.querenfen{width:686rpx;height:80rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx}.zidan{border-top:16rpx solid #f9f9f9}.danweizi{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.head{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx 12rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.fenzulist{margin-top:100rpx;padding-bottom:50rpx}.headleft{width:372rpx;height:60rpx;background:#eee;opacity:1;border-radius:8rpx;padding:10rpx 24rpx;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.headleft input{color:#bdc4ce;font-size:28rpx}.headright{width:100rpx;height:60rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:22rpx;text-align:center;line-height:60rpx;margin-left:16rpx}.fenzuitem{width:372rpx;background:#fff;-webkit-box-shadow:0 6rpx 6rpx rgba(0,0,0,.03);box-shadow:0 6rpx 6rpx rgba(0,0,0,.03);opacity:1;border-radius:20rpx;margin:20rpx auto 0;padding:28rpx 32rpx 40rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.fenzunoimg{width:28rpx;height:28rpx;font-size:0;margin-right:10rpx}.fenzunoimg image{width:100%;height:100%}.bianhao{color:#8c9198;font-size:24rpx}.bianhaonum{color:#06121e;font-size:24rpx;letter-spacing:2rpx}.fenzunoname{color:#3d444d;font-size:24rpx}.fenzutopright{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;height:48rpx;border:1rpx solid #bdc4ce;opacity:1;border-radius:8rpx;padding:0 5rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.consult{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.consultdanwei{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.volistdata{color:#999;font-size:30rpx;text-align:center;margin-top:20rpx}.xuanlei{width:18rpx;height:25rpx;font-size:0}.xuanlei image{width:100%;height:100%}.voicehead{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:20rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.headitem{color:#06121e;font-size:28rpx}.piao{margin-left:20rpx}.danwei{width:50%;text-align:left}.piao{width:20%;text-align:center}.tou{width:30%;text-align:center}.wei{width:60%;text-align:left}.tpiao{width:10%;text-align:center;margin-left:30rpx}.votelist{height:500rpx;overflow-y:scroll}
\ No newline at end of file
.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.shaiselecttop{width:750rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;padding-top:10rpx;padding-bottom:10rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.shaiselect{display:inline-block;width:200rpx;height:64rpx;background:#0093ff;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;border-radius:30rpx}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}.box{background:#fff}.projectinfo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.projectinfoname{width:44rpx;height:44rpx;font-size:0}.projectinfoname image{width:100%;height:100%}.projectname{color:#3d444d;font-size:28rpx;font-weight:700;margin-left:16rpx}.projectinfo{padding:36rpx 32rpx 16rpx;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.projectlist{padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.projectitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:32rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.projectitem:last-child{border-bottom:none}.projectitemleft{color:#8c9198;font-size:28rpx}.projectitemright{color:#3d444d;font-size:28rpx}.renyuanleft{color:#8c9198;font-size:28rpx}.renyuanright{width:300rpx;height:60rpx;background:#eee;padding:14rpx 28rpx;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.danweizi{width:500rpx;text-align:right}.renyuanright input{width:100%;height:40rpx;color:#8c9198;font-size:24rpx}.xiangmuyuan{color:#8c9198;font-size:24rpx}.zixunbottom{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:28rpx 32rpx 34rpx}.zixunbotleft{width:130rpx;height:80rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx}.zixunbotright{width:532rpx;height:80rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx;margin-left:24rpx}.renyaoqiu{margin-top:12rpx}.zixundan{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:24rpx 42rpx 16rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box}.zixundanitem{color:#06121e;font-size:28rpx}.zixunbox{padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zixundanboxlist{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box}.zixunname{width:320rpx;color:#06121e;font-size:24rpx;line-height:1.5;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.zixunshu{width:105rpx;text-align:center;color:#06121e;font-size:24rpx}.zixuntou{width:108rpx;height:40rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:40rpx;margin-left:100rpx}.zuxiangmu{color:#3d444d;font-size:28rpx}.querenfen{width:686rpx;height:80rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx}.zidan{border-top:16rpx solid #f9f9f9}.danweizi{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.head{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx 12rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.fenzulist{margin-top:100rpx;padding-bottom:50rpx}.headleft{width:372rpx;height:60rpx;background:#eee;opacity:1;border-radius:8rpx;padding:10rpx 24rpx;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.headleft input{color:#bdc4ce;font-size:28rpx}.headright{width:100rpx;height:60rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:22rpx;text-align:center;line-height:60rpx;margin-left:16rpx}.fenzuitem{width:372rpx;background:#fff;-webkit-box-shadow:0 6rpx 6rpx rgba(0,0,0,.03);box-shadow:0 6rpx 6rpx rgba(0,0,0,.03);opacity:1;border-radius:20rpx;margin:20rpx auto 0;padding:28rpx 32rpx 40rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.fenzunoimg{width:28rpx;height:28rpx;font-size:0;margin-right:10rpx}.fenzunoimg image{width:100%;height:100%}.bianhao{color:#8c9198;font-size:24rpx}.bianhaonum{color:#06121e;font-size:24rpx;letter-spacing:2rpx}.fenzunoname{color:#3d444d;font-size:24rpx}.fenzutopright{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;height:48rpx;border:1rpx solid #bdc4ce;opacity:1;border-radius:8rpx;padding:0 5rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.consult{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.consultdanwei{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.volistdata{color:#999;font-size:30rpx;text-align:center;margin-top:20rpx}.xuanlei{width:18rpx;height:25rpx;font-size:0}.xuanlei image{width:100%;height:100%}.voicehead{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:20rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.headitem{color:#06121e;font-size:28rpx}.piao{margin-left:20rpx}.danwei{width:50%;text-align:left}.piao{width:20%;text-align:center}.tou{width:30%;text-align:center}.wei{width:60%;text-align:left}.tpiao{width:10%;text-align:center;margin-left:30rpx}.votelist{height:500rpx;overflow-y:scroll}
\ No newline at end of file
... ...
.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}page{background:#f9f9f9}.headbox{background:#fff;height:100rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.headboxleft{width:350rpx;height:100rpx;line-height:100rpx;text-align:center;color:#06121e;font-size:28rpx}.headactive{color:#0093ff;border-bottom:1rpx solid #0093ff}.hengping{width:144rpx;color:#0093ff;font-size:24rpx;border-bottom:1rpx solid #0093ff;margin:34rpx auto 0}.taizhangbox{width:700rpx;overflow-x:scroll;margin:28rpx;padding:0 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff}.taizhanghead{width:1400rpx;overflow-x:scroll;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:16rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #bdc4ce}.taizhangitem{color:#06121e;font-size:22rpx;margin-right:118rpx;font-weight:700}.shenjie{text-align:center;margin-top:5rpx;font-size:20rpx}.taizhangflistitem{width:1400rpx;overflow-x:scroll;padding:18rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;border-bottom:1rpx solid #bdc4ce}.taizhangheadde{width:3200rpx;overflow-x:scroll;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:16rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #bdc4ce}.taizhangflistitemde{width:3200rpx;overflow-x:scroll;padding:18rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;border-bottom:1rpx solid #bdc4ce}.taiitem{color:#06121e;font-size:24rpx}.itemname{width:96rpx}.itemshu{width:150rpx;text-align:center;margin-left:72rpx}.songshen{width:200rpx;text-align:center;margin-left:30rpx}.shending{width:200rpx;text-align:center;margin-left:5rpx}.shenjian{width:200rpx;text-align:center;margin-left:10rpx}.shenlv{width:200rpx;text-align:center;margin-left:15rpx}.dibu{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;width:750rpx;height:104rpx;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;position:fixed;bottom:0;left:0}.dibuleft{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-right:72rpx}.dibulitemm{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.dishu{width:40rpx;height:30rpx;border:1rpx solid #707070;border-radius:4rpx;margin:0 6rpx;font-size:0;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.dishu input{width:100%;height:30rpx;line-height:30rpx;padding:5rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;font-size:26rpx;color:#8c9198}.dibuliteml,
.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.shaiselecttop{width:750rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;padding-top:10rpx;padding-bottom:10rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.shaiselect{display:inline-block;width:200rpx;height:64rpx;background:#0093ff;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;border-radius:30rpx}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}page{background:#f9f9f9}.headbox{background:#fff;height:100rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.headboxleft{width:350rpx;height:100rpx;line-height:100rpx;text-align:center;color:#06121e;font-size:28rpx}.headactive{color:#0093ff;border-bottom:1rpx solid #0093ff}.hengping{width:144rpx;color:#0093ff;font-size:24rpx;border-bottom:1rpx solid #0093ff;margin:34rpx auto 0}.taizhangbox{width:700rpx;overflow-x:scroll;margin:28rpx;padding:0 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff}.taizhanghead{width:1400rpx;overflow-x:scroll;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:16rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #bdc4ce}.taizhangitem{color:#06121e;font-size:22rpx;margin-right:118rpx;font-weight:700}.shenjie{text-align:center;margin-top:5rpx;font-size:20rpx}.taizhangflistitem{width:1400rpx;overflow-x:scroll;padding:18rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;border-bottom:1rpx solid #bdc4ce}.taizhangheadde{width:3200rpx;overflow-x:scroll;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:16rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #bdc4ce}.taizhangflistitemde{width:3200rpx;overflow-x:scroll;padding:18rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;border-bottom:1rpx solid #bdc4ce}.taiitem{color:#06121e;font-size:24rpx}.itemname{width:96rpx}.itemshu{width:150rpx;text-align:center;margin-left:72rpx}.songshen{width:200rpx;text-align:center;margin-left:30rpx}.shending{width:200rpx;text-align:center;margin-left:5rpx}.shenjian{width:200rpx;text-align:center;margin-left:10rpx}.shenlv{width:200rpx;text-align:center;margin-left:15rpx}.dibu{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;width:750rpx;height:104rpx;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;position:fixed;bottom:0;left:0}.dibuleft{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-right:72rpx}.dibulitemm{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.dishu{width:40rpx;height:30rpx;border:1rpx solid #707070;border-radius:4rpx;margin:0 6rpx;font-size:0;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.dishu input{width:100%;height:30rpx;line-height:30rpx;padding:5rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;font-size:26rpx;color:#8c9198}.dibuliteml,
.di,
.ye,
.dibulitemx,
... ...
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/zixundanweihuizong/zixundanweihuizong"],{"116e":function(t,e,n){"use strict";n.r(e);var a=n("7e19"),i=n.n(a);for(var o in a)"default"!==o&&function(t){n.d(e,t,(function(){return a[t]}))}(o);e["default"]=i.a},2166:function(t,e,n){"use strict";n.r(e);var a=n("593d"),i=n.n(a);for(var o in a)"default"!==o&&function(t){n.d(e,t,(function(){return a[t]}))}(o);e["default"]=i.a},"4e90":function(t,e,n){"use strict";var a=n("d869"),i=n.n(a);i.a},"593d":function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n={onLaunch:function(){console.log("App Launch")},onShow:function(){console.log("App Show")},onHide:function(){console.log("App Hide")},post:function(e,n,a){var i=this,o=new Promise((function(o,r){var u=t.getStorageSync("token"),s={token:u||""};t.request({url:i.globalData.baseUrl+e,data:n,method:a,header:s,success:function(t){200==t.statusCode?o(t):r(t.data)},fail:function(t){console.log(t),r("网络出错"),wx.hideNavigationBarLoading()},complete:function(t){}})}));return o},globalData:{userInfo:null,baseUrl:"https://www.bjzha.net/api/"}};e.default=n}).call(this,n("543d")["default"])},"59df":function(t,e,n){"use strict";n.r(e);var a=n("2166");for(var i in a)"default"!==i&&function(t){n.d(e,t,(function(){return a[t]}))}(i);n("4e90");var o,r,u,s,c=n("f0c5"),l=Object(c["a"])(a["default"],o,r,!1,null,null,null,!1,u,s);e["default"]=l.exports},7581:function(t,e,n){},"7e19":function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=o(n("59df")),i=o(n("b86c"));function o(t){return t&&t.__esModule?t:{default:t}}function r(t){if("undefined"===typeof Symbol||null==t[Symbol.iterator]){if(Array.isArray(t)||(t=u(t))){var e=0,n=function(){};return{s:n,n:function(){return e>=t.length?{done:!0}:{done:!1,value:t[e++]}},e:function(t){throw t},f:n}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var a,i,o=!0,r=!1;return{s:function(){a=t[Symbol.iterator]()},n:function(){var t=a.next();return o=t.done,t},e:function(t){r=!0,i=t},f:function(){try{o||null==a.return||a.return()}finally{if(r)throw i}}}}function u(t,e){if(t){if("string"===typeof t)return s(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(n):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?s(t,e):void 0}}function s(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,a=new Array(e);n<e;n++)a[n]=t[n];return a}var c={data:function(){return{selact:1,tizhangshow:!1,danweiindex:0,danweilist:[],projectlist:[],index:0,yeararr:[],danweilistz:[],danweiindexz:0,danweinamez:"咨询单位",startdate:"开始时间",endate:"结束时间",projectname:"项目类型",danweiname:"评审类型",yearindex:-1,toaudit:"",fintorg:"",fprojectcategory:"",submitdateone:"",submitdatetwo:"",sendyear:"",huizonglist:[],huizong:!0,fid:"",huizonglistdetail:[]}},onLoad:function(){var t=new Date,e=t.getFullYear();console.log(e);for(var n=e-19,a=n;a<=e;a++)this.yeararr.push(a);this.getpingtype(),this.getprojectkind(),this.getzixundanwei(),this.getfenhuilist()},methods:{reset:function(){this.danweinamez="咨询单位",this.startdate="开始时间",this.endate="结束时间",this.projectname="项目类型",this.danweiname="评审类型",this.yearindex=-1,this.toaudit="",this.fprojectcategory="",this.sendyear="",this.submitdateone="",this.submitdatetwo="",this.fintorg=""},onNavigationBarButtonTap:function(){this.tizhangshow=!this.tizhangshow},yearchange:function(t){this.yearindex=t.target.value,this.sendyear=this.yeararr[t.target.value]},bindDateChange:function(t){this.startdate=t.target.value,this.submitdateone=t.target.value},endDateChange:function(t){this.endate=t.target.value,this.submitdatetwo=t.target.value},fenhui:function(t){console.log(t);var e=t.currentTarget.dataset.id;console.log(e),this.selact=e},screenheng:function(){console.log(999)},getzixundanwei:function(){var t=this;console.log(9988776655);var e="project/Get_IntermediaryOrg";a.default.post(e,"","get").then((function(e){console.log(e),t.danweilistz=e.data})).catch((function(t){console.log(t)}))},danweichangez:function(t){console.log("picker发送选择改变,携带值为",t),console.log("998877654",this.danweilistz),console.log("09988776545",this.danweilistz[t.target.value].fname),this.danweiindexz=t.target.value,this.fintorg=this.danweilistz[t.target.value].fname,this.danweinamez=this.danweilistz[t.target.value].fname},getpingtype:function(){var t=this;console.log(9988776655);var e="project/Get_ToAuditType";a.default.post(e,"","get").then((function(e){console.log(e),t.danweilist=e.data})).catch((function(t){console.log(t)}))},danweichange:function(t){console.log("picker发送选择改变,携带值为",t.target.value),this.danweiindex=t.target.value,this.toaudit=this.danweilist[t.target.value].fname,this.danweiname=this.danweilist[t.target.value].fname},getprojectkind:function(){var t=this,e="project/Get_ProjectType";a.default.post(e,"","get").then((function(e){console.log(e),t.projectlist=e.data,console.log(t.projectlist)})).catch((function(t){console.log(t)}))},bindPickerChange:function(t){console.log("picker发送选择改变,携带值为",t.target.value),this.index=t.target.value,this.fprojectcategory=this.projectlist[t.target.value].fname,this.projectname=this.projectlist[t.target.value].fname},getfenhuilist:function(){var t=this,e=this;console.log(9988776655);var n="project/Get_GetfintorgSum",o={toaudit:e.toaudit,fprojectcategory:e.fprojectcategory,sendyear:e.sendyear,submitdateone:e.submitdateone,submitdatetwo:e.submitdatetwo,fintorg:e.fintorg};console.log(o),a.default.post(n,o,"get").then((function(n){console.log(n),e.huizonglist=n.data;var a,o=e.huizonglist,u=r(o);try{for(u.s();!(a=u.n()).done;){var s=a.value;s.auduitsum=i.default.change(s.auduitsum),s.amountsum=i.default.change(s.amountsum),s.freesum=i.default.change(s.freesum)}}catch(c){u.e(c)}finally{u.f()}t.huizonglist=o})).catch((function(t){console.log(t)}))},search:function(){this.getfenhuilist(),this.tizhangshow=!1},searchdetail:function(){this.getdetail(),this.tizhangshow=!1},getdetail:function(){var t=this,e="project/Get_Getintcategoryprj",n={fid:t.fid,toaudit:t.toaudit,fprojectcategory:t.fprojectcategory,sendyear:t.sendyear,submitdateone:t.submitdateone,submitdatetwo:t.submitdatetwo,fintorg:t.fintorg};console.log(n),a.default.post(e,n,"get").then((function(e){console.log("分类",e),t.huizonglist=e.data})).catch((function(t){console.log(t)}))},detail:function(e){console.log("1122",e);var n=e.target.dataset.id;this.fid=n,t.navigateTo({url:"../zixundanweihuitail/zixundanweihuidetail?fid="+this.fid})}}};e.default=c}).call(this,n("543d")["default"])},"907a":function(t,e,n){"use strict";var a,i=function(){var t=this,e=t.$createElement;t._self._c},o=[];n.d(e,"b",(function(){return i})),n.d(e,"c",(function(){return o})),n.d(e,"a",(function(){return a}))},c0bc:function(t,e,n){"use strict";n.r(e);var a=n("907a"),i=n("116e");for(var o in i)"default"!==o&&function(t){n.d(e,t,(function(){return i[t]}))}(o);n("d65c");var r,u=n("f0c5"),s=Object(u["a"])(i["default"],a["b"],a["c"],!1,null,null,null,!1,a["a"],r);e["default"]=s.exports},d65c:function(t,e,n){"use strict";var a=n("7581"),i=n.n(a);i.a},d869:function(t,e,n){},e951:function(t,e,n){"use strict";(function(t){n("bdbd"),n("921b");a(n("66fd"));var e=a(n("c0bc"));function a(t){return t&&t.__esModule?t:{default:t}}t(e.default)}).call(this,n("543d")["createPage"])}},[["e951","common/runtime","common/vendor"]]]);
\ No newline at end of file
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/zixundanweihuizong/zixundanweihuizong"],{"116e":function(t,e,n){"use strict";n.r(e);var a=n("7e19"),o=n.n(a);for(var i in a)"default"!==i&&function(t){n.d(e,t,(function(){return a[t]}))}(i);e["default"]=o.a},2166:function(t,e,n){"use strict";n.r(e);var a=n("593d"),o=n.n(a);for(var i in a)"default"!==i&&function(t){n.d(e,t,(function(){return a[t]}))}(i);e["default"]=o.a},"4e90":function(t,e,n){"use strict";var a=n("d869"),o=n.n(a);o.a},"593d":function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n={onLaunch:function(){console.log("App Launch")},onShow:function(){console.log("App Show")},onHide:function(){console.log("App Hide")},post:function(e,n,a){var o=this,i=new Promise((function(i,r){var u=t.getStorageSync("token"),s={token:u||""};t.request({url:o.globalData.baseUrl+e,data:n,method:a,header:s,success:function(t){200==t.statusCode?i(t):r(t.data)},fail:function(t){console.log(t),r("网络出错"),wx.hideNavigationBarLoading()},complete:function(t){}})}));return i},globalData:{userInfo:null,baseUrl:"https://www.bjzha.net/api/"}};e.default=n}).call(this,n("543d")["default"])},"59df":function(t,e,n){"use strict";n.r(e);var a=n("2166");for(var o in a)"default"!==o&&function(t){n.d(e,t,(function(){return a[t]}))}(o);n("4e90");var i,r,u,s,c=n("f0c5"),l=Object(c["a"])(a["default"],i,r,!1,null,null,null,!1,u,s);e["default"]=l.exports},7581:function(t,e,n){},"7e19":function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=i(n("59df")),o=i(n("b86c"));function i(t){return t&&t.__esModule?t:{default:t}}function r(t){if("undefined"===typeof Symbol||null==t[Symbol.iterator]){if(Array.isArray(t)||(t=u(t))){var e=0,n=function(){};return{s:n,n:function(){return e>=t.length?{done:!0}:{done:!1,value:t[e++]}},e:function(t){throw t},f:n}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var a,o,i=!0,r=!1;return{s:function(){a=t[Symbol.iterator]()},n:function(){var t=a.next();return i=t.done,t},e:function(t){r=!0,o=t},f:function(){try{i||null==a.return||a.return()}finally{if(r)throw o}}}}function u(t,e){if(t){if("string"===typeof t)return s(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(n):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?s(t,e):void 0}}function s(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,a=new Array(e);n<e;n++)a[n]=t[n];return a}var c={data:function(){return{selact:1,tizhangshow:!1,danweiindex:0,danweilist:[],projectlist:[],index:0,yeararr:[],danweilistz:[],danweiindexz:0,danweinamez:"咨询单位",startdate:"开始时间",endate:"结束时间",projectname:"项目类型",danweiname:"评审类型",yearindex:-1,toaudit:"",fintorg:"",fprojectcategory:"",submitdateone:"",submitdatetwo:"",sendyear:"",huizonglist:[],huizong:!0,fid:"",huizonglistdetail:[],stationname:"请选择主管部门",stationindex:0,document:"",stationlist:[],yearname:"请选择年度"}},onLoad:function(){var t=new Date,e=t.getFullYear();console.log(e);for(var n=e-19,a=n;a<=e;a++)this.yeararr.push(a);this.getpingtype(),this.getprojectkind(),this.getzixundanwei(),this.getfenhuilist(),this.getzhugaunlist()},computed:{startDate:function(){return this.getDate("start")},endDate:function(){return this.getDate("end")}},methods:{hide:function(){this.tizhangshow=!1},getDate:function(t){var e=new Date,n=e.getFullYear(),a=e.getMonth()+1,o=e.getDate();return"start"===t?n-=60:"end"===t&&(n+=2),a=a>9?a:"0"+a,o=o>9?o:"0"+o,"".concat(n,"-").concat(a,"-").concat(o)},getzhugaunlist:function(){var t=this;console.log(9988776655);var e="project/Get_ComDepartment";a.default.post(e,"","get").then((function(e){console.log(e),t.stationlist=e.data})).catch((function(t){console.log(t)}))},bindstationrChange:function(t){console.log("picker发送选择改变,携带值为",t.target.value),this.stationindex=t.target.value,this.stationname=this.stationlist[t.target.value].fname,this.document=this.stationlist[t.target.value].fid,console.log(that.document)},reset:function(){this.danweinamez="咨询单位",this.startdate="开始时间",this.endate="结束时间",this.projectname="项目类型",this.danweiname="评审类型",this.yearindex=-1,this.toaudit="",this.fprojectcategory="",this.sendyear="",this.submitdateone="",this.submitdatetwo="",this.fintorg="",this.stationname="请选择主管部门",this.document=""},shai:function(){this.tizhangshow=!this.tizhangshow},yearchange:function(t){this.yearindex=t.target.value,this.sendyear=this.yeararr[t.target.value],this.yearname=this.yeararr[t.target.value],console.log(this.yearname)},bindDateChange:function(t){this.startdate=t.target.value,this.submitdateone=t.target.value},endDateChange:function(t){this.endate=t.target.value,this.submitdatetwo=t.target.value},fenhui:function(t){console.log(t);var e=t.currentTarget.dataset.id;console.log(e),this.selact=e},screenheng:function(){console.log(999)},getzixundanwei:function(){var t=this;console.log(9988776655);var e="project/Get_IntermediaryOrg";a.default.post(e,"","get").then((function(e){console.log(e),t.danweilistz=e.data})).catch((function(t){console.log(t)}))},danweichangez:function(t){console.log("picker发送选择改变,携带值为",t),console.log("998877654",this.danweilistz),console.log("09988776545",this.danweilistz[t.target.value].fname),this.danweiindexz=t.target.value,this.fintorg=this.danweilistz[t.target.value].fname,this.danweinamez=this.danweilistz[t.target.value].fname},getpingtype:function(){var t=this;console.log(9988776655);var e="project/Get_ToAuditType";a.default.post(e,"","get").then((function(e){console.log(e),t.danweilist=e.data})).catch((function(t){console.log(t)}))},danweichange:function(t){console.log("picker发送选择改变,携带值为",t.target.value),this.danweiindex=t.target.value,this.toaudit=this.danweilist[t.target.value].fname,this.danweiname=this.danweilist[t.target.value].fname},getprojectkind:function(){var t=this,e="project/Get_ProjectType";a.default.post(e,"","get").then((function(e){console.log(e),t.projectlist=e.data,console.log(t.projectlist)})).catch((function(t){console.log(t)}))},bindPickerChange:function(t){console.log("picker发送选择改变,携带值为",t.target.value),this.index=t.target.value,this.fprojectcategory=this.projectlist[t.target.value].fname,this.projectname=this.projectlist[t.target.value].fname},getfenhuilist:function(){var t=this,e=this;console.log(9988776655,e.document);var n="project/Get_GetfintorgSum",i={toaudit:e.toaudit,fprojectcategory:e.fprojectcategory,sendyear:e.sendyear,submitdateone:e.submitdateone,submitdatetwo:e.submitdatetwo,fintorg:e.fintorg,document:e.document};console.log(i),a.default.post(n,i,"get").then((function(n){console.log(n),e.huizonglist=n.data;var a,i=e.huizonglist,u=r(i);try{for(u.s();!(a=u.n()).done;){var s=a.value;s.auduitsum=o.default.change(s.auduitsum),s.amountsum=o.default.change(s.amountsum),s.freesum=o.default.change(s.freesum)}}catch(c){u.e(c)}finally{u.f()}t.huizonglist=i})).catch((function(t){console.log(t)}))},search:function(){this.getfenhuilist(),this.tizhangshow=!1},searchdetail:function(){this.getdetail(),this.tizhangshow=!1},getdetail:function(){var t=this,e="project/Get_Getintcategoryprj",n={fid:t.fid,toaudit:t.toaudit,fprojectcategory:t.fprojectcategory,sendyear:t.sendyear,submitdateone:t.submitdateone,submitdatetwo:t.submitdatetwo,fintorg:t.fintorg};console.log(n),a.default.post(e,n,"get").then((function(e){console.log("分类",e),t.huizonglist=e.data})).catch((function(t){console.log(t)}))},detail:function(e){console.log("1122",e);var n=e.target.dataset.id;this.fid=n,t.navigateTo({url:"../zixundanweihuitail/zixundanweihuidetail?fid="+this.fid+"&document="+this.document})}}};e.default=c}).call(this,n("543d")["default"])},c0bc:function(t,e,n){"use strict";n.r(e);var a=n("eb52"),o=n("116e");for(var i in o)"default"!==i&&function(t){n.d(e,t,(function(){return o[t]}))}(i);n("d65c");var r,u=n("f0c5"),s=Object(u["a"])(o["default"],a["b"],a["c"],!1,null,null,null,!1,a["a"],r);e["default"]=s.exports},d65c:function(t,e,n){"use strict";var a=n("7581"),o=n.n(a);o.a},d869:function(t,e,n){},e951:function(t,e,n){"use strict";(function(t){n("bdbd"),n("921b");a(n("66fd"));var e=a(n("c0bc"));function a(t){return t&&t.__esModule?t:{default:t}}t(e.default)}).call(this,n("543d")["createPage"])},eb52:function(t,e,n){"use strict";var a,o=function(){var t=this,e=t.$createElement;t._self._c},i=[];n.d(e,"b",(function(){return o})),n.d(e,"c",(function(){return i})),n.d(e,"a",(function(){return a}))}},[["e951","common/runtime","common/vendor"]]]);
\ No newline at end of file
... ...
<view class="box"><block wx:if="{{huizonglist.length==1}}"><view class="nodata">暂无数据</view></block><block wx:else><block><block wx:if="{{huizong}}"><view class="taizhangbox"><view class="taizhanghead"><view class="taizhangitem">咨询单位</view><view class="taizhangitem"><view class="shunum">项目数量</view><view class="shenjie">(已审结)</view></view><view class="taizhangitem">总送审额</view><view class="taizhangitem">总审定额</view><view class="taizhangitem">总审减额</view><view class="taizhangitem">综合审减率</view><view class="taizhangitem">操作</view></view><view class="taizhanglist"><block wx:for="{{huizonglist}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="taizhangflistitem"><view class="taiitem itemname">{{item.fname+''}}</view><view class="taiitem itemshu">{{item.prjnum}}</view><view class="taiitem songshen">{{item.auduitsum}}</view><view class="taiitem shending">{{item.amountsum}}</view><view class="taiitem shenjian">{{item.freesum}}</view><view class="taiitem shenlv">{{item.freerate}}</view><view class="taiitem detailname" data-id="{{item.fid}}" data-event-opts="{{[['tap',[['detail',['$event']]]]]}}" bindtap="__e">详情</view></view></block></view></view></block><block wx:else><view class="taizhangbox"><view class="taizhanghead taizhangheadde"><view class="taizhangitem">项目编号</view><view class="taizhangitem">项目名称</view><view class="taizhangitem">送审金额</view><view class="taizhangitem">评审类型</view><view class="taizhangitem">送审单位</view><view class="taizhangitem">项目类型</view><view class="taizhangitem">送审时间</view><view class="taizhangitem">审定金额</view><view class="taizhangitem">审减率</view><view class="taizhangitem">审减金额</view><view class="taizhangitem">咨询单位</view><view class="taizhangitem">送审年度</view><view class="taizhangitem">咨询单位项目审核负责人</view></view><view class="taizhanglist"><block wx:for="{{huizonglist}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="taizhangflistitem taizhangflistitemde"><view class="taiitem itemname">{{item.fprjnumber+''}}</view><view class="taiitem itemshu">{{item.fprjname}}</view><view class="taiitem songshen">{{item.ftoauditamt}}</view><view class="taiitem shending">{{item.freviewtype}}</view><view class="taiitem shenjian">{{item.fdevorgid}}</view><view class="taiitem shenlv">{{item.fprojecttype}}</view><view class="taiitem itemname">{{item.fsubmitfindate+''}}</view><view class="taiitem itemshu">{{item.fauditamount}}</view><view class="taiitem songshen">{{item.fauditratio}}</view><view class="taiitem shending">{{item.fshenjianmoney}}</view><view class="taiitem shenjian">{{item.flordintorgid}}</view><view class="taiitem shenlv">{{item.fyear}}</view><view class="taiitem shenlv">{{item.fauditledername}}</view></view></block></view></view></block></block></block><block wx:if="{{tizhangshow}}"><view class="register"><view class="taizhangwrap xiangmuzi"><view class="wrapbox"><view class="wrapitem"><view class="wrapitemleft">项目类型</view><picker value="{{index}}" range="{{projectlist}}" range-key="fname" data-event-opts="{{[['change',[['bindPickerChange',['$event']]]]]}}" bindchange="__e"><view class="wrapitemright"><view class="uni-input projectname">{{projectname}}</view></view></picker></view><view class="wrapitem"><view class="wrapitemleft">评审类型</view><picker value="{{danweiindex}}" range="{{danweilist}}" range-key="fname" data-event-opts="{{[['change',[['danweichange',['$event']]]]]}}" bindchange="__e"><view class="wrapitemright"><view class="uni-input projectname">{{danweiname}}</view></view></picker></view><view class="wrapitem"><view class="wrapitemleft">咨询单位</view><picker value="{{danweiindexz}}" range="{{danweilistz}}" range-key="fname" data-event-opts="{{[['change',[['danweichangez',['$event']]]]]}}" bindchange="__e"><view class="wrapitemright"><view class="uni-input projectname">{{danweinamez}}</view></view></picker></view><view class="wrapitem"><view class="wrapitemleft">年度</view><picker value="{{yearindex}}" range="{{yeararr}}" data-event-opts="{{[['change',[['yearchange',['$event']]]]]}}" bindchange="__e"><view class="wrapitemright"><view class="nianduleft"><view class="uni-input projectname">{{yeararr[yearindex]}}</view></view><view class="nianduright"><image src="../../static/img/number.png" mode></image></view></view></picker></view><view class="wrapitem"><view class="wrapitemleft">时间</view><view class="time"><picker mode="date" value="{{date}}" start="{{startDate}}" end="{{endDate}}" data-event-opts="{{[['change',[['bindDateChange',['$event']]]]]}}" bindchange="__e"><view class="timeleft">{{''+startdate+''}}</view></picker><view class="timemiddle"></view><picker mode="date" value="{{date}}" start="{{startDate}}" end="{{endDate}}" data-event-opts="{{[['change',[['endDateChange',['$event']]]]]}}" bindchange="__e"><view class="timeleft">{{''+endate+''}}</view></picker></view></view></view><view class="zibot"><view data-event-opts="{{[['tap',[['reset',['$event']]]]]}}" class="reset" bindtap="__e">重置</view><block wx:if="{{huizong}}"><view data-event-opts="{{[['tap',[['search',['$event']]]]]}}" class="chaxun" bindtap="__e">查询</view></block><block wx:else><view data-event-opts="{{[['tap',[['searchdetail',['$event']]]]]}}" class="chaxun" bindtap="__e">查询</view></block></view></view></view></block></view>
\ No newline at end of file
<view class="box"><view class="topheadk"><view class="shaiselecttop"><view data-event-opts="{{[['tap',[['shai',['$event']]]]]}}" class="shaiselect" bindtap="__e">筛选</view></view></view><block wx:if="{{huizonglist.length==1}}"><view class="nodata">暂无数据</view></block><block wx:else><block><block wx:if="{{huizong}}"><view class="taizhangbox"><view class="taizhanghead"><view class="taizhangitem">咨询单位</view><view class="taizhangitem"><view class="shunum">项目数量</view><view class="shenjie">(已审结)</view></view><view class="taizhangitem">总送审额</view><view class="taizhangitem">总审定额</view><view class="taizhangitem">总审减额</view><view class="taizhangitem">综合审减率</view><view class="taizhangitem">操作</view></view><view class="taizhanglist"><block wx:for="{{huizonglist}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="taizhangflistitem"><view class="taiitem itemname">{{item.fname+''}}</view><view class="taiitem itemshu">{{item.prjnum}}</view><view class="taiitem songshen">{{item.auduitsum}}</view><view class="taiitem shending">{{item.amountsum}}</view><view class="taiitem shenjian">{{item.freesum}}</view><view class="taiitem shenlv">{{item.freerate}}</view><view class="taiitem detailname" data-id="{{item.fid}}" data-event-opts="{{[['tap',[['detail',['$event']]]]]}}" bindtap="__e">详情</view></view></block></view></view></block><block wx:else><view class="taizhangbox"><view class="taizhanghead taizhangheadde"><view class="taizhangitem">项目编号</view><view class="taizhangitem">项目名称</view><view class="taizhangitem">送审金额</view><view class="taizhangitem">评审类型</view><view class="taizhangitem">送审单位</view><view class="taizhangitem">项目类型</view><view class="taizhangitem">送审时间</view><view class="taizhangitem">审定金额</view><view class="taizhangitem">审减率</view><view class="taizhangitem">审减金额</view><view class="taizhangitem">咨询单位</view><view class="taizhangitem">送审年度</view><view class="taizhangitem">咨询单位项目审核负责人</view></view><view class="taizhanglist"><block wx:for="{{huizonglist}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="taizhangflistitem taizhangflistitemde"><view class="taiitem itemname">{{item.fprjnumber+''}}</view><view class="taiitem itemshu">{{item.fprjname}}</view><view class="taiitem songshen">{{item.ftoauditamt}}</view><view class="taiitem shending">{{item.freviewtype}}</view><view class="taiitem shenjian">{{item.fdevorgid}}</view><view class="taiitem shenlv">{{item.fprojecttype}}</view><view class="taiitem itemname">{{item.fsubmitfindate+''}}</view><view class="taiitem itemshu">{{item.fauditamount}}</view><view class="taiitem songshen">{{item.fauditratio}}</view><view class="taiitem shending">{{item.fshenjianmoney}}</view><view class="taiitem shenjian">{{item.flordintorgid}}</view><view class="taiitem shenlv">{{item.fyear}}</view><view class="taiitem shenlv">{{item.fauditledername}}</view></view></block></view></view></block></block></block><block wx:if="{{tizhangshow}}"><view data-event-opts="{{[['tap',[['hide',['$event']]]]]}}" class="register" bindtap="__e"><view data-event-opts="{{[['tap',[['hidek',['$event']]]]]}}" class="taizhangwrap xiangmuzi" catchtap="__e"><view class="wrapbox"><view class="wrapitem"><view class="wrapitemleft">项目类型</view><picker value="{{index}}" range="{{projectlist}}" range-key="fname" data-event-opts="{{[['change',[['bindPickerChange',['$event']]]]]}}" bindchange="__e"><view class="wrapitemright"><view class="uni-input projectname">{{projectname}}</view></view></picker></view><view class="wrapitem"><view class="wrapitemleft">主管部门</view><picker value="{{stationindex}}" range="{{stationlist}}" range-key="fname" data-event-opts="{{[['change',[['bindstationrChange',['$event']]]]]}}" bindchange="__e"><view class="wrapitemright"><view class="uni-input projectname">{{stationname}}</view></view></picker></view><view class="wrapitem"><view class="wrapitemleft">评审类型</view><picker value="{{danweiindex}}" range="{{danweilist}}" range-key="fname" data-event-opts="{{[['change',[['danweichange',['$event']]]]]}}" bindchange="__e"><view class="wrapitemright"><view class="uni-input projectname">{{danweiname}}</view></view></picker></view><view class="wrapitem"><view class="wrapitemleft">咨询单位</view><picker value="{{danweiindexz}}" range="{{danweilistz}}" range-key="fname" data-event-opts="{{[['change',[['danweichangez',['$event']]]]]}}" bindchange="__e"><view class="wrapitemright"><view class="uni-input projectname">{{danweinamez}}</view></view></picker></view><view class="wrapitem"><view class="wrapitemleft">年度</view><picker value="{{yearindex}}" range="{{yeararr}}" data-event-opts="{{[['change',[['yearchange',['$event']]]]]}}" bindchange="__e"><view class="wrapitemright"><view class="nianduleft"><view class="uni-input projectname">{{yearname}}</view></view><view class="nianduright"><image src="../../static/img/number.png" mode></image></view></view></picker></view><view class="wrapitem"><view class="wrapitemleft">时间</view><view class="time"><picker mode="date" value="{{date}}" start="{{startDate}}" end="{{endDate}}" data-event-opts="{{[['change',[['bindDateChange',['$event']]]]]}}" bindchange="__e"><view class="timeleft">{{''+startdate+''}}</view></picker><view class="timemiddle"></view><picker mode="date" value="{{date}}" start="{{startDate}}" end="{{endDate}}" data-event-opts="{{[['change',[['endDateChange',['$event']]]]]}}" bindchange="__e"><view class="timeleft">{{''+endate+''}}</view></picker></view></view></view><view class="zibot"><view data-event-opts="{{[['tap',[['reset',['$event']]]]]}}" class="reset" bindtap="__e">重置</view><block wx:if="{{huizong}}"><view data-event-opts="{{[['tap',[['search',['$event']]]]]}}" class="chaxun" bindtap="__e">查询</view></block><block wx:else><view data-event-opts="{{[['tap',[['searchdetail',['$event']]]]]}}" class="chaxun" bindtap="__e">查询</view></block></view></view></view></block></view>
\ No newline at end of file
... ...
.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}page{background:#f9f9f9}.headbox{background:#fff;height:100rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.headboxleft{width:350rpx;height:100rpx;line-height:100rpx;text-align:center;color:#06121e;font-size:28rpx}.headactive{color:#0093ff;border-bottom:1rpx solid #0093ff}.hengping{width:144rpx;color:#0093ff;font-size:24rpx;border-bottom:1rpx solid #0093ff;margin:34rpx auto 0}.taizhangbox{width:700rpx;overflow-x:scroll;margin:28rpx;padding:0 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff}.taizhanghead{width:1500rpx;overflow-x:scroll;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:16rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #bdc4ce}.taizhangitem{color:#06121e;font-size:22rpx;margin-right:118rpx;font-weight:700}.shenjie{text-align:center;margin-top:5rpx;font-size:20rpx}.taizhangflistitem{width:1500rpx;overflow-x:scroll;padding:18rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;border-bottom:1rpx solid #bdc4ce}.taizhangheadde{width:3200rpx;overflow-x:scroll;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:16rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #bdc4ce}.taizhangflistitemde{width:3200rpx;overflow-x:scroll;padding:18rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;border-bottom:1rpx solid #bdc4ce}.taiitem{color:#06121e;font-size:24rpx}.itemname{width:96rpx}.itemshu{width:150rpx;text-align:center;margin-left:72rpx}.songshen{width:200rpx;text-align:center;margin-left:30rpx}.shending{width:200rpx;text-align:center;margin-left:5rpx}.shenjian{width:200rpx;text-align:center;margin-left:10rpx}.shenlv{width:200rpx;text-align:center;margin-left:15rpx}.dibu{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;width:750rpx;height:104rpx;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;position:fixed;bottom:0;left:0}.dibuleft{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-right:72rpx}.dibulitemm{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.dishu{width:40rpx;height:30rpx;border:1rpx solid #707070;border-radius:4rpx;margin:0 6rpx;font-size:0;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.dishu input{width:100%;height:30rpx;line-height:30rpx;padding:5rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;font-size:26rpx;color:#8c9198}.dibuliteml,
.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.shaiselecttop{width:750rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;padding-top:10rpx;padding-bottom:10rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.shaiselect{display:inline-block;width:200rpx;height:64rpx;background:#0093ff;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;border-radius:30rpx}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}page{background:#f9f9f9}.taizhangwrap{height:auto!important}.topheadk{position:fixed;top:0;left:0;background:#fff;width:750rpx}.headbox{background:#fff;height:100rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.headboxleft{width:350rpx;height:100rpx;line-height:100rpx;text-align:center;color:#06121e;font-size:28rpx}.headactive{color:#0093ff;border-bottom:1rpx solid #0093ff}.hengping{width:144rpx;color:#0093ff;font-size:24rpx;border-bottom:1rpx solid #0093ff;margin:34rpx auto 0}.taizhangbox{width:700rpx;overflow-x:scroll;margin:28rpx;padding:0 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;margin-top:100rpx}.taizhanghead{width:1500rpx;overflow-x:scroll;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:16rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #bdc4ce}.taizhangitem{color:#06121e;font-size:22rpx;margin-right:118rpx;font-weight:700}.shenjie{text-align:center;margin-top:5rpx;font-size:20rpx}.taizhangflistitem{width:1500rpx;overflow-x:scroll;padding:18rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;border-bottom:1rpx solid #bdc4ce}.taizhangheadde{width:3200rpx;overflow-x:scroll;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:16rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #bdc4ce}.taizhangflistitemde{width:3200rpx;overflow-x:scroll;padding:18rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;border-bottom:1rpx solid #bdc4ce}.taiitem{color:#06121e;font-size:24rpx}.itemname{width:96rpx}.itemshu{width:150rpx;text-align:center;margin-left:72rpx}.songshen{width:200rpx;text-align:center;margin-left:30rpx}.shending{width:200rpx;text-align:center;margin-left:5rpx}.shenjian{width:200rpx;text-align:center;margin-left:10rpx}.shenlv{width:200rpx;text-align:center;margin-left:15rpx}.dibu{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;width:750rpx;height:104rpx;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;position:fixed;bottom:0;left:0}.dibuleft{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-right:72rpx}.dibulitemm{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.dishu{width:40rpx;height:30rpx;border:1rpx solid #707070;border-radius:4rpx;margin:0 6rpx;font-size:0;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.dishu input{width:100%;height:30rpx;line-height:30rpx;padding:5rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;font-size:26rpx;color:#8c9198}.dibuliteml,
.di,
.ye,
.dibulitemx,
... ...
.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}page{background:#f9f9f9}.head{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;position:fixed;top:0;left:0}.fenzulist{margin-top:100rpx}.headleft{width:572rpx;height:60rpx;background:#eee;opacity:1;border-radius:8rpx;padding:10rpx 24rpx;-webkit-box-sizing:border-box;box-sizing:border-box;display:felex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:flex;align-items:center}.headleft input{color:#bdc4ce;font-size:28rpx}.headright{width:98rpx;height:60rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:22rpx;text-align:center;line-height:60rpx;margin-left:16rpx}.fenzuitem{width:686rpx;background:#fff;-webkit-box-shadow:0 6rpx 6rpx rgba(0,0,0,.03);box-shadow:0 6rpx 6rpx rgba(0,0,0,.03);opacity:1;border-radius:20rpx;margin:20rpx auto 0;padding:28rpx 32rpx 40rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.fenzunoimg{width:28rpx;height:28rpx;font-size:0;margin-right:10rpx}.fenzunoimg image{width:100%;height:100%}.bianhao{color:#8c9198;font-size:24rpx}.bianhaonum{color:#06121e;font-size:24rpx;letter-spacing:2rpx}.fenzunoname{color:#3d444d;font-size:24rpx}.fenzutopright{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;width:126rpx;height:48rpx;border:1rpx solid #bdc4ce;opacity:1;border-radius:8rpx;padding:0 5rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.fenzutop{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding-bottom:16rpx;border-bottom:1rpx solid #f5f5f5}.fenzuobottom{margin-top:16rpx}.fenzubottom{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;margin-top:16rpx}.fenzubtn{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}
\ No newline at end of file
.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.shaiselecttop{width:750rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;padding-top:10rpx;padding-bottom:10rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.shaiselect{display:inline-block;width:200rpx;height:64rpx;background:#0093ff;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;border-radius:30rpx}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}page{background:#f9f9f9}.head{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;position:fixed;top:0;left:0}.fenzulist{margin-top:100rpx}.headleft{width:572rpx;height:60rpx;background:#eee;opacity:1;border-radius:8rpx;padding:10rpx 24rpx;-webkit-box-sizing:border-box;box-sizing:border-box;display:felex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:flex;align-items:center}.headleft input{color:#bdc4ce;font-size:28rpx}.headright{width:98rpx;height:60rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:22rpx;text-align:center;line-height:60rpx;margin-left:16rpx}.fenzuitem{width:686rpx;background:#fff;-webkit-box-shadow:0 6rpx 6rpx rgba(0,0,0,.03);box-shadow:0 6rpx 6rpx rgba(0,0,0,.03);opacity:1;border-radius:20rpx;margin:20rpx auto 0;padding:28rpx 32rpx 40rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.fenzunoimg{width:28rpx;height:28rpx;font-size:0;margin-right:10rpx}.fenzunoimg image{width:100%;height:100%}.bianhao{color:#8c9198;font-size:24rpx}.bianhaonum{color:#06121e;font-size:24rpx;letter-spacing:2rpx}.fenzunoname{color:#3d444d;font-size:24rpx}.fenzutopright{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;width:126rpx;height:48rpx;border:1rpx solid #bdc4ce;opacity:1;border-radius:8rpx;padding:0 5rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.fenzutop{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding-bottom:16rpx;border-bottom:1rpx solid #f5f5f5}.fenzuobottom{margin-top:16rpx}.fenzubottom{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;margin-top:16rpx}.fenzubtn{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}
\ No newline at end of file
... ...
.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}.box{background:#f9f9f9}.projectinfo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.projectinfoname{width:44rpx;height:44rpx;font-size:0}.projectinfoname image{width:100%;height:100%}.projectname{color:#3d444d;font-size:28rpx;font-weight:700;margin-left:16rpx}.projectinfo{padding:36rpx 32rpx 16rpx;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #bdc4ce}.projectlist{padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.projectitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:32rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.projectitemleft{color:#8c9198;font-size:28rpx}.projectitemright{color:#3d444d;font-size:28rpx}.renyuanleft{color:#06121e;font-size:28rpx}.renyuanright{width:260rpx;height:60rpx;padding:14rpx 28rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#3d444d;font-size:28rpx;text-align:right;margin-left:200rpx}.renyuanright input{width:100%;height:40rpx;color:#8c9198;font-size:24rpx}.xiangmuyuan{color:#8c9198;font-size:24rpx}.zixunbottom{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;padding:28rpx 32rpx 34rpx}.zixunbotleft{width:130rpx;height:80rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx}.zixunbotright{width:532rpx;height:80rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx;margin-left:24rpx}.renyaoqiu{margin-top:12rpx}.danweizi{width:360rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;background:#eee}.xuanlei{width:20rpx;height:22rpx;font-size:0}.xuanlei image{width:100%;height:100%}
\ No newline at end of file
.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.shaiselecttop{width:750rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;padding-top:10rpx;padding-bottom:10rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.shaiselect{display:inline-block;width:200rpx;height:64rpx;background:#0093ff;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;border-radius:30rpx}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}.box{background:#f9f9f9}.projectinfo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.projectinfoname{width:44rpx;height:44rpx;font-size:0}.projectinfoname image{width:100%;height:100%}.projectname{color:#3d444d;font-size:28rpx;font-weight:700;margin-left:16rpx}.projectinfo{padding:36rpx 32rpx 16rpx;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #bdc4ce}.projectlist{padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.projectitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:32rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.projectitemleft{color:#8c9198;font-size:28rpx}.projectitemright{color:#3d444d;font-size:28rpx}.renyuanleft{color:#06121e;font-size:28rpx}.renyuanright{width:260rpx;height:60rpx;padding:14rpx 28rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#3d444d;font-size:28rpx;text-align:right;margin-left:200rpx}.renyuanright input{width:100%;height:40rpx;color:#8c9198;font-size:24rpx}.xiangmuyuan{color:#8c9198;font-size:24rpx}.zixunbottom{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;padding:28rpx 32rpx 34rpx}.zixunbotleft{width:130rpx;height:80rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx}.zixunbotright{width:532rpx;height:80rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx;margin-left:24rpx}.renyaoqiu{margin-top:12rpx}.danweizi{width:360rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;background:#eee}.xuanlei{width:20rpx;height:22rpx;font-size:0}.xuanlei image{width:100%;height:100%}
\ No newline at end of file
... ...
{"version":3,"sources":["webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/main.js","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue?1912","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue?d032","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue?7f10","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue?431f"],"names":["Vue","config","productionTip","App","mpType","app","$mount","onLaunch","console","log","onShow","onHide","post","url","data","method","promise","Promise","resolve","reject","that","token","uni","getStorageSync","header","postData","request","globalData","baseUrl","success","res","statusCode","fail","e","wx","hideNavigationBarLoading","complete","daa","userInfo"],"mappings":";;;;;;;;;iDAAA,wCAAmB,iDAA4B;AAC/C,uE;;AAEAA,aAAIC,MAAJ,CAAWC,aAAX,GAA2B,KAA3B;;AAEAC,aAAIC,MAAJ,GAAa,KAAb;;AAEA,IAAMC,GAAG,GAAG,IAAIL,YAAJ;AACLG,YADK,EAAZ;;AAGA,UAAAE,GAAG,EAACC,MAAJ,G;;;;;;;;;;;;;;;;;;;;ACVA;AAAA;AAAA;AAAA;AAAA;AAAA;AACA;AACuD;AACL;AACa;;;AAG/D;AACqK;AACrK,gBAAgB,+KAAU;AAC1B,EAAE,yEAAM;AACR;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACe,gF;;;;;;;;;;;ACvBf;AAAA;AAAA;AAAA;AAA6lB,CAAgB,unBAAG,EAAC,C;;;;;;;;;;;;ACClmB;AACdC,UAAQ,EAAE,oBAAW;AACpBC,WAAO,CAACC,GAAR,CAAY,YAAZ;AACA;AACA,GAJa;AAKdC,QAAM,EAAE,kBAAW;;AAElBF,WAAO,CAACC,GAAR,CAAY,UAAZ;AACA,GARa;AASdE,QAAM,EAAE,kBAAW;AAClBH,WAAO,CAACC,GAAR,CAAY,UAAZ;AACA,GAXa;AAYdG,MAAI,EAAE,cAASC,GAAT,EAAcC,IAAd,EAAoBC,MAApB,EAA4B;;AAEjC;AACA;AACA;AACA;AACA;AACA,QAAIC,OAAO,GAAG,IAAIC,OAAJ,CAAY,UAACC,OAAD,EAAUC,MAAV,EAAqB;AAC9C;AACA,UAAIC,IAAI,GAAG,KAAX;AACCC,WAAK,GAAGC,GAAG,CAACC,cAAJ,CAAmB,OAAnB,CADT;AAECC,YAAM,GAAG;AACRH,aAAK,EAAEA,KAAK,IAAI,EADR,EAFV;;AAKCI,cALD;;AAOA;AACA;AACAH,SAAG,CAACI,OAAJ,CAAY;AACXb,WAAG,EAAE,KAAI,CAACc,UAAL,CAAgBC,OAAhB,GAA0Bf,GADpB;AAEXC,YAAI,EAAEA,IAFK;AAGXC,cAAM,EAAEA,MAHG;AAIXS,cAAM,EAAEA,MAJG;AAKXK,eAAO,EAAE,iBAASC,GAAT,EAAc;AACtB;AACA;AACA,cAAIA,GAAG,CAACC,UAAJ,IAAkB,GAAtB,EAA2B;AAC1Bb,mBAAO,CAACY,GAAD,CAAP;AACA,WAFD,MAEO;AACN;AACA;AACA;AACA;AACAX,kBAAM,CAACW,GAAG,CAAChB,IAAL,CAAN;AACA;AACA;AACD;AACA;AACA,SApBU;AAqBXkB,YAAI,EAAE,cAASC,CAAT,EAAY;AACjBzB,iBAAO,CAACC,GAAR,CAAYwB,CAAZ;AACAd,gBAAM,CAAC,MAAD,CAAN;AACA;AACAe,YAAE,CAACC,wBAAH;AACA,SA1BU;AA2BXC,gBAAQ,EAAE,kBAASC,GAAT,EAAc;AACvB;AACA,SA7BU,EAAZ;;AA+BA,KA1Ca,CAAd;AA2CA,WAAOrB,OAAP;AACA,GA/Da;AAgEdW,YAAU,EAAE;AACXW,YAAQ,EAAE,IADC;AAEX;AACAV,WAAO,EAAE,4BAHE,EAhEE,E;;;;;;;;;;;;ACDf;AAAA;AAAA;AAAA;AAA+2B,CAAgB,g3BAAG,EAAC,C;;;;;;;;;;ACAn4B;AACA,OAAO,KAAU,EAAE,kBAKd","file":"common/main.js","sourcesContent":["import 'uni-pages';import '@dcloudio/uni-stat';import Vue from 'vue'\r\nimport App from './App'\r\n\r\nVue.config.productionTip = false\r\n\r\nApp.mpType = 'app'\r\n\r\nconst app = new Vue({\r\n ...App\r\n})\r\napp.$mount()","var render, staticRenderFns, recyclableRender, components\nvar renderjs\nimport script from \"./App.vue?vue&type=script&lang=js&\"\nexport * from \"./App.vue?vue&type=script&lang=js&\"\nimport style0 from \"./App.vue?vue&type=style&index=0&lang=css&\"\n\n\n/* normalize component */\nimport normalizer from \"!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\runtime\\\\componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null,\n false,\n components,\n renderjs\n)\n\ncomponent.options.__file = \"G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue\"\nexport default component.exports","import mod from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\babel-loader\\\\lib\\\\index.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--12-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\script.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./App.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\babel-loader\\\\lib\\\\index.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--12-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\script.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./App.vue?vue&type=script&lang=js&\"","\nexport default {\n\tonLaunch: function() {\n\t\tconsole.log('App Launch')\n\t\t// plus.screen.lockOrientation('portrait-primary');\n\t},\n\tonShow: function() {\n\n\t\tconsole.log('App Show')\n\t},\n\tonHide: function() {\n\t\tconsole.log('App Hide')\n\t},\n\tpost: function(url, data, method) {\n\n\t\t// (showLoad == undefined || showLoad) ?\n\t\t// wx.showLoading({\n\t\t// title: '加载中',\n\t\t// }) : ''\n\t\t// wx.showNavigationBarLoading()\n\t\tvar promise = new Promise((resolve, reject) => {\n\t\t\t//init\n\t\t\tlet that = this,\n\t\t\t\ttoken = uni.getStorageSync('token'),\n\t\t\t\theader = {\n\t\t\t\t\ttoken: token || ''\n\t\t\t\t},\n\t\t\t\tpostData;\n\n\t\t\t// console.log(token,\"token\")\n\t\t\t//网络请求 \n\t\t\tuni.request({\n\t\t\t\turl: this.globalData.baseUrl + url,\n\t\t\t\tdata: data,\n\t\t\t\tmethod: method,\n\t\t\t\theader: header,\n\t\t\t\tsuccess: function(res) {\n\t\t\t\t\t// console.log(res)//返回取得的数据\n\t\t\t\t\t// console.log(res)\n\t\t\t\t\tif (res.statusCode == 200) {\n\t\t\t\t\t\tresolve(res);\n\t\t\t\t\t} else {\n\t\t\t\t\t\t// uni.showToast({\n\t\t\t\t\t\t// \ttitle: res.data.msg,\n\t\t\t\t\t\t// \ticon: 'none',\n\t\t\t\t\t\t// })\n\t\t\t\t\t\treject(res.data)\n\t\t\t\t\t\t// if (res.data.code == '401') {}\n\t\t\t\t\t}\n\t\t\t\t\t// (showLoad || showLoad == undefined) ? wx.hideLoading(): \"\";\n\t\t\t\t\t// wx.hideNavigationBarLoading()\n\t\t\t\t},\n\t\t\t\tfail: function(e) {\n\t\t\t\t\tconsole.log(e)\n\t\t\t\t\treject('网络出错');\n\t\t\t\t\t// (showLoad || showLoad == undefined) ? wx.hideLoading() : \"\";\n\t\t\t\t\twx.hideNavigationBarLoading()\n\t\t\t\t},\n\t\t\t\tcomplete: function(daa) {\n\t\t\t\t\t// console.log(daa)\n\t\t\t\t}\n\t\t\t})\n\t\t});\n\t\treturn promise;\n\t},\n\tglobalData: {\n\t\tuserInfo: null,\n\t\t// baseUrl: 'http://icrgangjuren.w.brotop.cn/'\n\t\tbaseUrl: 'https://www.bjzha.net/api/'\n\t}\n}\n","import mod from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\mini-css-extract-plugin\\\\dist\\\\loader.js??ref--6-oneOf-1-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\css-loader\\\\dist\\\\cjs.js??ref--6-oneOf-1-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\stylePostLoader.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--6-oneOf-1-2!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\postcss-loader\\\\src\\\\index.js??ref--6-oneOf-1-3!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./App.vue?vue&type=style&index=0&lang=css&\"; export default mod; export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\mini-css-extract-plugin\\\\dist\\\\loader.js??ref--6-oneOf-1-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\css-loader\\\\dist\\\\cjs.js??ref--6-oneOf-1-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\stylePostLoader.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--6-oneOf-1-2!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\postcss-loader\\\\src\\\\index.js??ref--6-oneOf-1-3!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./App.vue?vue&type=style&index=0&lang=css&\"","// extracted by mini-css-extract-plugin\n if(module.hot) {\n // 1587698424531\n var cssReload = require(\"F:/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/hmr/hotModuleReplacement.js\")(module.id, {\"hmr\":true,\"publicPath\":\"../../\",\"locals\":false});\n module.hot.dispose(cssReload);\n module.hot.accept(undefined, cssReload);\n }\n "],"sourceRoot":""}
\ No newline at end of file
{"version":3,"sources":["webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/main.js","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue?1912","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue?d032","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue?7f10","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue?431f"],"names":["Vue","config","productionTip","App","mpType","app","$mount","onLaunch","console","log","onShow","onHide","post","url","data","method","promise","Promise","resolve","reject","that","token","uni","getStorageSync","header","postData","request","globalData","baseUrl","success","res","statusCode","fail","e","wx","hideNavigationBarLoading","complete","daa","userInfo"],"mappings":";;;;;;;;;iDAAA,wCAAmB,iDAA4B;AAC/C,uE;;AAEAA,aAAIC,MAAJ,CAAWC,aAAX,GAA2B,KAA3B;;AAEAC,aAAIC,MAAJ,GAAa,KAAb;;AAEA,IAAMC,GAAG,GAAG,IAAIL,YAAJ;AACLG,YADK,EAAZ;;AAGA,UAAAE,GAAG,EAACC,MAAJ,G;;;;;;;;;;;;;;;;;;;;ACVA;AAAA;AAAA;AAAA;AAAA;AAAA;AACA;AACuD;AACL;AACa;;;AAG/D;AACqK;AACrK,gBAAgB,+KAAU;AAC1B,EAAE,yEAAM;AACR;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACe,gF;;;;;;;;;;;ACvBf;AAAA;AAAA;AAAA;AAA6lB,CAAgB,unBAAG,EAAC,C;;;;;;;;;;;;ACClmB;AACdC,UAAQ,EAAE,oBAAW;AACpBC,WAAO,CAACC,GAAR,CAAY,YAAZ;AACA;AACA,GAJa;AAKdC,QAAM,EAAE,kBAAW;;AAElBF,WAAO,CAACC,GAAR,CAAY,UAAZ;AACA,GARa;AASdE,QAAM,EAAE,kBAAW;AAClBH,WAAO,CAACC,GAAR,CAAY,UAAZ;AACA,GAXa;AAYdG,MAAI,EAAE,cAASC,GAAT,EAAcC,IAAd,EAAoBC,MAApB,EAA4B;;AAEjC;AACA;AACA;AACA;AACA;AACA,QAAIC,OAAO,GAAG,IAAIC,OAAJ,CAAY,UAACC,OAAD,EAAUC,MAAV,EAAqB;AAC9C;AACA,UAAIC,IAAI,GAAG,KAAX;AACCC,WAAK,GAAGC,GAAG,CAACC,cAAJ,CAAmB,OAAnB,CADT;AAECC,YAAM,GAAG;AACRH,aAAK,EAAEA,KAAK,IAAI,EADR,EAFV;;AAKCI,cALD;;AAOA;AACA;AACAH,SAAG,CAACI,OAAJ,CAAY;AACXb,WAAG,EAAE,KAAI,CAACc,UAAL,CAAgBC,OAAhB,GAA0Bf,GADpB;AAEXC,YAAI,EAAEA,IAFK;AAGXC,cAAM,EAAEA,MAHG;AAIXS,cAAM,EAAEA,MAJG;AAKXK,eAAO,EAAE,iBAASC,GAAT,EAAc;AACtB;AACA;AACA,cAAIA,GAAG,CAACC,UAAJ,IAAkB,GAAtB,EAA2B;AAC1Bb,mBAAO,CAACY,GAAD,CAAP;AACA,WAFD,MAEO;AACN;AACA;AACA;AACA;AACAX,kBAAM,CAACW,GAAG,CAAChB,IAAL,CAAN;AACA;AACA;AACD;AACA;AACA,SApBU;AAqBXkB,YAAI,EAAE,cAASC,CAAT,EAAY;AACjBzB,iBAAO,CAACC,GAAR,CAAYwB,CAAZ;AACAd,gBAAM,CAAC,MAAD,CAAN;AACA;AACAe,YAAE,CAACC,wBAAH;AACA,SA1BU;AA2BXC,gBAAQ,EAAE,kBAASC,GAAT,EAAc;AACvB;AACA,SA7BU,EAAZ;;AA+BA,KA1Ca,CAAd;AA2CA,WAAOrB,OAAP;AACA,GA/Da;AAgEdW,YAAU,EAAE;AACXW,YAAQ,EAAE,IADC;AAEX;AACAV,WAAO,EAAE,4BAHE,EAhEE,E;;;;;;;;;;;;ACDf;AAAA;AAAA;AAAA;AAA+2B,CAAgB,g3BAAG,EAAC,C;;;;;;;;;;ACAn4B;AACA,OAAO,KAAU,EAAE,kBAKd","file":"common/main.js","sourcesContent":["import 'uni-pages';import '@dcloudio/uni-stat';import Vue from 'vue'\r\nimport App from './App'\r\n\r\nVue.config.productionTip = false\r\n\r\nApp.mpType = 'app'\r\n\r\nconst app = new Vue({\r\n ...App\r\n})\r\napp.$mount()","var render, staticRenderFns, recyclableRender, components\nvar renderjs\nimport script from \"./App.vue?vue&type=script&lang=js&\"\nexport * from \"./App.vue?vue&type=script&lang=js&\"\nimport style0 from \"./App.vue?vue&type=style&index=0&lang=css&\"\n\n\n/* normalize component */\nimport normalizer from \"!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\runtime\\\\componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null,\n false,\n components,\n renderjs\n)\n\ncomponent.options.__file = \"G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue\"\nexport default component.exports","import mod from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\babel-loader\\\\lib\\\\index.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--12-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\script.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./App.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\babel-loader\\\\lib\\\\index.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--12-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\script.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./App.vue?vue&type=script&lang=js&\"","\nexport default {\n\tonLaunch: function() {\n\t\tconsole.log('App Launch')\n\t\t// plus.screen.lockOrientation('portrait-primary');\n\t},\n\tonShow: function() {\n\n\t\tconsole.log('App Show')\n\t},\n\tonHide: function() {\n\t\tconsole.log('App Hide')\n\t},\n\tpost: function(url, data, method) {\n\n\t\t// (showLoad == undefined || showLoad) ?\n\t\t// wx.showLoading({\n\t\t// title: '加载中',\n\t\t// }) : ''\n\t\t// wx.showNavigationBarLoading()\n\t\tvar promise = new Promise((resolve, reject) => {\n\t\t\t//init\n\t\t\tlet that = this,\n\t\t\t\ttoken = uni.getStorageSync('token'),\n\t\t\t\theader = {\n\t\t\t\t\ttoken: token || ''\n\t\t\t\t},\n\t\t\t\tpostData;\n\n\t\t\t// console.log(token,\"token\")\n\t\t\t//网络请求 \n\t\t\tuni.request({\n\t\t\t\turl: this.globalData.baseUrl + url,\n\t\t\t\tdata: data,\n\t\t\t\tmethod: method,\n\t\t\t\theader: header,\n\t\t\t\tsuccess: function(res) {\n\t\t\t\t\t// console.log(res)//返回取得的数据\n\t\t\t\t\t// console.log(res)\n\t\t\t\t\tif (res.statusCode == 200) {\n\t\t\t\t\t\tresolve(res);\n\t\t\t\t\t} else {\n\t\t\t\t\t\t// uni.showToast({\n\t\t\t\t\t\t// \ttitle: res.data.msg,\n\t\t\t\t\t\t// \ticon: 'none',\n\t\t\t\t\t\t// })\n\t\t\t\t\t\treject(res.data)\n\t\t\t\t\t\t// if (res.data.code == '401') {}\n\t\t\t\t\t}\n\t\t\t\t\t// (showLoad || showLoad == undefined) ? wx.hideLoading(): \"\";\n\t\t\t\t\t// wx.hideNavigationBarLoading()\n\t\t\t\t},\n\t\t\t\tfail: function(e) {\n\t\t\t\t\tconsole.log(e)\n\t\t\t\t\treject('网络出错');\n\t\t\t\t\t// (showLoad || showLoad == undefined) ? wx.hideLoading() : \"\";\n\t\t\t\t\twx.hideNavigationBarLoading()\n\t\t\t\t},\n\t\t\t\tcomplete: function(daa) {\n\t\t\t\t\t// console.log(daa)\n\t\t\t\t}\n\t\t\t})\n\t\t});\n\t\treturn promise;\n\t},\n\tglobalData: {\n\t\tuserInfo: null,\n\t\t// baseUrl: 'http://icrgangjuren.w.brotop.cn/'\n\t\tbaseUrl: 'https://www.bjzha.net/api/'\n\t}\n}\n","import mod from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\mini-css-extract-plugin\\\\dist\\\\loader.js??ref--6-oneOf-1-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\css-loader\\\\dist\\\\cjs.js??ref--6-oneOf-1-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\stylePostLoader.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--6-oneOf-1-2!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\postcss-loader\\\\src\\\\index.js??ref--6-oneOf-1-3!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./App.vue?vue&type=style&index=0&lang=css&\"; export default mod; export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\mini-css-extract-plugin\\\\dist\\\\loader.js??ref--6-oneOf-1-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\css-loader\\\\dist\\\\cjs.js??ref--6-oneOf-1-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\stylePostLoader.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--6-oneOf-1-2!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\postcss-loader\\\\src\\\\index.js??ref--6-oneOf-1-3!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./App.vue?vue&type=style&index=0&lang=css&\"","// extracted by mini-css-extract-plugin\n if(module.hot) {\n // 1589774460911\n var cssReload = require(\"F:/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/hmr/hotModuleReplacement.js\")(module.id, {\"hmr\":true,\"publicPath\":\"../../\",\"locals\":false});\n module.hot.dispose(cssReload);\n module.hot.accept(undefined, cssReload);\n }\n "],"sourceRoot":""}
\ No newline at end of file
... ...
{"version":3,"sources":["webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue?d032","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/main.js","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/budgetshenhe/budgetshenhe.vue?2359","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/budgetshenhe/budgetshenhe.vue?9894","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/budgetshenhe/budgetshenhe.vue?7c6b","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/budgetshenhe/budgetshenhe.vue?a654","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/budgetshenhe/budgetshenhe.vue","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/budgetshenhe/budgetshenhe.vue?e5d6","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/budgetshenhe/budgetshenhe.vue?579a","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue?7f10","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue?431f","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue?1912"],"names":["createPage","Page","onLaunch","console","log","onShow","onHide","post","url","data","method","promise","Promise","resolve","reject","that","token","uni","getStorageSync","header","postData","request","globalData","baseUrl","success","res","statusCode","fail","e","wx","hideNavigationBarLoading","complete","daa","userInfo","zixunlist","keyword","querylist","type","showhide","onLoad","options","JSON","stringify","Number","setNavigationBarTitle","title","project","methods","xiangmuzufen","item","newitem","finorgid","fprojectid","navigateTo","question","questionid","setStorageSync","getbudgetlist","param","fprojectcategory","fuserid","role","app","then","r","catch","err","see","enterxiangmu","target","value","jingban","pingshen","concatsure","chaxun","newxiangmuarr","newzixunlist","name","obj","push","fname","i","length","j","indexOf"],"mappings":"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","file":"pages/budgetshenhe/budgetshenhe.js","sourcesContent":["import mod from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\babel-loader\\\\lib\\\\index.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--12-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\script.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./App.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\babel-loader\\\\lib\\\\index.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--12-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\script.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./App.vue?vue&type=script&lang=js&\"","import 'uni-pages';import '@dcloudio/uni-stat';\nimport Vue from 'vue'\nimport Page from './pages/budgetshenhe/budgetshenhe.vue'\ncreatePage(Page)","import { render, staticRenderFns, recyclableRender, components } from \"./budgetshenhe.vue?vue&type=template&id=1d65d1ed&\"\nvar renderjs\nimport script from \"./budgetshenhe.vue?vue&type=script&lang=js&\"\nexport * from \"./budgetshenhe.vue?vue&type=script&lang=js&\"\nimport style0 from \"./budgetshenhe.vue?vue&type=style&index=0&lang=css&\"\n\n\n/* normalize component */\nimport normalizer from \"!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\runtime\\\\componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null,\n false,\n components,\n renderjs\n)\n\ncomponent.options.__file = \"G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/budgetshenhe/budgetshenhe.vue\"\nexport default component.exports","\nexport default {\n\tonLaunch: function() {\n\t\tconsole.log('App Launch')\n\t\t// plus.screen.lockOrientation('portrait-primary');\n\t},\n\tonShow: function() {\n\n\t\tconsole.log('App Show')\n\t},\n\tonHide: function() {\n\t\tconsole.log('App Hide')\n\t},\n\tpost: function(url, data, method) {\n\n\t\t// (showLoad == undefined || showLoad) ?\n\t\t// wx.showLoading({\n\t\t// title: '加载中',\n\t\t// }) : ''\n\t\t// wx.showNavigationBarLoading()\n\t\tvar promise = new Promise((resolve, reject) => {\n\t\t\t//init\n\t\t\tlet that = this,\n\t\t\t\ttoken = uni.getStorageSync('token'),\n\t\t\t\theader = {\n\t\t\t\t\ttoken: token || ''\n\t\t\t\t},\n\t\t\t\tpostData;\n\n\t\t\t// console.log(token,\"token\")\n\t\t\t//网络请求 \n\t\t\tuni.request({\n\t\t\t\turl: this.globalData.baseUrl + url,\n\t\t\t\tdata: data,\n\t\t\t\tmethod: method,\n\t\t\t\theader: header,\n\t\t\t\tsuccess: function(res) {\n\t\t\t\t\t// console.log(res)//返回取得的数据\n\t\t\t\t\t// console.log(res)\n\t\t\t\t\tif (res.statusCode == 200) {\n\t\t\t\t\t\tresolve(res);\n\t\t\t\t\t} else {\n\t\t\t\t\t\t// uni.showToast({\n\t\t\t\t\t\t// \ttitle: res.data.msg,\n\t\t\t\t\t\t// \ticon: 'none',\n\t\t\t\t\t\t// })\n\t\t\t\t\t\treject(res.data)\n\t\t\t\t\t\t// if (res.data.code == '401') {}\n\t\t\t\t\t}\n\t\t\t\t\t// (showLoad || showLoad == undefined) ? wx.hideLoading(): \"\";\n\t\t\t\t\t// wx.hideNavigationBarLoading()\n\t\t\t\t},\n\t\t\t\tfail: function(e) {\n\t\t\t\t\tconsole.log(e)\n\t\t\t\t\treject('网络出错');\n\t\t\t\t\t// (showLoad || showLoad == undefined) ? wx.hideLoading() : \"\";\n\t\t\t\t\twx.hideNavigationBarLoading()\n\t\t\t\t},\n\t\t\t\tcomplete: function(daa) {\n\t\t\t\t\t// console.log(daa)\n\t\t\t\t}\n\t\t\t})\n\t\t});\n\t\treturn promise;\n\t},\n\tglobalData: {\n\t\tuserInfo: null,\n\t\t// baseUrl: 'http://icrgangjuren.w.brotop.cn/'\n\t\tbaseUrl: 'https://www.bjzha.net/api/'\n\t}\n}\n","export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\templateLoader.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--16-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\template.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-uni-app-loader\\\\page-meta.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./budgetshenhe.vue?vue&type=template&id=1d65d1ed&\"","var components\nvar render = function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n}\nvar recyclableRender = false\nvar staticRenderFns = []\nrender._withStripped = true\n\nexport { render, staticRenderFns, recyclableRender, components }","import mod from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\babel-loader\\\\lib\\\\index.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--12-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\script.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./budgetshenhe.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\babel-loader\\\\lib\\\\index.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--12-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\script.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./budgetshenhe.vue?vue&type=script&lang=js&\"","//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n\nimport app from \"../../App.vue\";\nexport default {\n\tdata() {\n\t\treturn {\n\t\t\tzixunlist: [],\n\t\t\tkeyword: '',\n\t\t\tquerylist: [],\n\t\t\ttype:'',\n\t\t\tshowhide:''\n\t\t}\n\t},\n\tonLoad(options) {\n\t\t\tthis.showhide = uni.getStorageSync(\"showhide\");\n\t\t\tconsole.log('4389489',JSON.stringify(this.showhide))\n\t\tthis.type=options.type;\n\t\tthis.type=Number(this.type)\n\t\tswitch(this.type){\n\t\t\tcase 1:\n\t\t\tconsole.log(this.type)\n\t\t\tuni.setNavigationBarTitle({\n\t\t\t  title:'预算项目审核'\n\t\t\t})\n\t\t\tthis.project='prj_toaudit_budget'\n\t\t\tbreak;\n\t\t\tcase 2:\n\t\t\tconsole.log(this.type)\n\t\t\tuni.setNavigationBarTitle({\n\t\t\t  title:'结算项目审核'\n\t\t\t})\n\t\t\tthis.project='prj_toaudit_settlement'\n\t\t\tbreak;\n\t\t\tcase 3:\n\t\t\tuni.setNavigationBarTitle({\n\t\t\t  title:'决算项目审核'\n\t\t\t})\n\t\t\tthis.project='prj_toaudit_change'\n\t\t\tbreak;\n\t\t\tcase 4:\n\t\t\tuni.setNavigationBarTitle({\n\t\t\t  title:'土地成本项目审核'\n\t\t\t})\n\t\t\tthis.project='prj_toaudit_land'\n\t\t\tbreak;\n\t\t}\n\t},\n\tmethods: {\n\t\t// 项目组分配\n\t\txiangmuzufen(item) {\n\t\t\t// let item = e.currentTarget.dataset.item;\n\t\t\t let newitem = JSON.stringify(item)\n\t\t\tconsole.log(item)\n\t\t\tlet finorgid = item.finorgid;\n\t\t\tlet fprojectid = item.fprojectid;\n\n\t\t\tuni.navigateTo({\n\t\t\t\turl: '../zixunfenpei/zixunfenpei?item=' + newitem\n\t\t\t})\n\t\t},\n\t\t\n\t\tquestion(item){\n\t\t\tconsole.log(item)\n\t\t\tlet questionid=item.fprojectid\n\t\t\tuni.setStorageSync(\"questionid\",questionid)\n\t\t\tuni.navigateTo({\n\t\t\t\turl:'/pages/question/question?quesprojectid='+questionid\n\t\t\t})\n\t\t},\n\t\tgetbudgetlist() {\n\t\t\tlet that = this;\n\t\t\tlet url = \"project/Get_ProjectInventory\";\n\t\t\t\n\t\t\tlet param = {\n\t\t\t\tfprojectcategory:that.project,\n\t\t\t\tfuserid: uni.getStorageSync(\"userid\"),\n\t\t\t\tfprojectid:'',\n\t\t\t\trole:uni.getStorageSync(\"role\"),\n\t\t\t}\n\t\t\t console.log('8877665544',param)\n\t\t\tapp.post(url, param, 'get').then(r => {\n\t\t\t\tconsole.log(r)\n\t\t\t\t // console.log('数组',JSON.stringify(r.data));\n\t\t\t\tthat.zixunlist = r.data;\n\t\t\t\tthat.querylist = r.data;\n\t\t\t}).catch(err => {\n\t\t\t\tconsole.log(err)\n\t\t\t})\n\t\t},\n\t\t// 查看\n\t\tsee(item){\n\t\t\t let newitem=JSON.stringify(item);\n\t\t\t// console.log(newitem)\n\t\t\tuni.navigateTo({\n\t\t\t\turl:'/pages/projectziliao/projectziliao?item='+newitem\n\t\t\t})\n\t\t\t\n\t\t},\n\t\tenterxiangmu(e) {\n\t\t\tconsole.log(e)\n\t\t\tthis.keyword = e.target.value;\n\n\t\t},\n\t\t// 经办人\n\t\tjingban(item){\n\t\t\tlet newitem=JSON.stringify(item)\n\t\t\tuni.navigateTo({\n\t\t\t\turl:'/pages/examinejingban/examinejingban?item='+newitem\n\t\t\t})\n\t\t},\n\t\t// 评审报告\n\t\tpingshen(item){\n\t\t\tlet newitem=JSON.stringify(item)\n\t\t\tuni.navigateTo({\n\t\t\t\turl:'/pages/reviewreport/reviewreport?item='+newitem\n\t\t\t})\n\t\t},\n\t\t// 合同发票确认\n\t\tconcatsure(item){\n\t\t\tlet newitem=JSON.stringify(item)\n\t\t\tuni.navigateTo({\n\t\t\t\turl:'/pages/concat/concat?item='+newitem\n\t\t\t})\n\t\t},\t\n\t\tchaxun() {\n\t\t\tif (this.keyword == '') {\n\t\t\t\tthis.getbudgetlist();\n\t\t\t} else {\n\t\t\t\tconsole.log(9988776655)\n\t\t\t\tlet newxiangmuarr = [];\n\t\t\t\tlet newzixunlist = this.querylist;\n\t\t\t\tlet name = [];\n\t\t\t\tfor (var obj of newzixunlist) {\n\t\t\t\t\t\n\t\t\t\t\tname.push(obj.fname);\n\t\t\t\t}\n\t\t\t\t console.log('名称', name)\n\t\t\t\tfor (var i = 0; i < newzixunlist.length; i++) {\n\t\t\t\t\tfor (var j = 0; j < name.length; j++) {\n\n\t\t\t\t\t\tif (name[j].indexOf(this.keyword) >= 0) {\n\t\t\t\t\t\t\tif (j == i) {\n\t\t\t\t\t\t\t\tnewxiangmuarr.push(newzixunlist[i])\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t// console.log(9999)\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tconsole.log('9999000777', newxiangmuarr);\n\t\t\t\tthis.zixunlist = newxiangmuarr;\n\t\t\t}\n\t\t}\n\n\t},\n\tonShow:function(){\n\t\tthis.getbudgetlist();\n\t}\n\n}\n","import mod from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\mini-css-extract-plugin\\\\dist\\\\loader.js??ref--6-oneOf-1-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\css-loader\\\\dist\\\\cjs.js??ref--6-oneOf-1-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\stylePostLoader.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--6-oneOf-1-2!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\postcss-loader\\\\src\\\\index.js??ref--6-oneOf-1-3!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./budgetshenhe.vue?vue&type=style&index=0&lang=css&\"; export default mod; export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\mini-css-extract-plugin\\\\dist\\\\loader.js??ref--6-oneOf-1-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\css-loader\\\\dist\\\\cjs.js??ref--6-oneOf-1-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\stylePostLoader.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--6-oneOf-1-2!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\postcss-loader\\\\src\\\\index.js??ref--6-oneOf-1-3!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./budgetshenhe.vue?vue&type=style&index=0&lang=css&\"","// extracted by mini-css-extract-plugin\n if(module.hot) {\n // 1587698424556\n var cssReload = require(\"F:/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/hmr/hotModuleReplacement.js\")(module.id, {\"hmr\":true,\"publicPath\":\"../../\",\"locals\":false});\n module.hot.dispose(cssReload);\n module.hot.accept(undefined, cssReload);\n }\n ","import mod from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\mini-css-extract-plugin\\\\dist\\\\loader.js??ref--6-oneOf-1-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\css-loader\\\\dist\\\\cjs.js??ref--6-oneOf-1-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\stylePostLoader.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--6-oneOf-1-2!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\postcss-loader\\\\src\\\\index.js??ref--6-oneOf-1-3!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./App.vue?vue&type=style&index=0&lang=css&\"; export default mod; export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\mini-css-extract-plugin\\\\dist\\\\loader.js??ref--6-oneOf-1-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\css-loader\\\\dist\\\\cjs.js??ref--6-oneOf-1-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\stylePostLoader.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--6-oneOf-1-2!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\postcss-loader\\\\src\\\\index.js??ref--6-oneOf-1-3!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./App.vue?vue&type=style&index=0&lang=css&\"","// extracted by mini-css-extract-plugin\n if(module.hot) {\n // 1587698424531\n var cssReload = require(\"F:/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/hmr/hotModuleReplacement.js\")(module.id, {\"hmr\":true,\"publicPath\":\"../../\",\"locals\":false});\n module.hot.dispose(cssReload);\n module.hot.accept(undefined, cssReload);\n }\n ","var render, staticRenderFns, recyclableRender, components\nvar renderjs\nimport script from \"./App.vue?vue&type=script&lang=js&\"\nexport * from \"./App.vue?vue&type=script&lang=js&\"\nimport style0 from \"./App.vue?vue&type=style&index=0&lang=css&\"\n\n\n/* normalize component */\nimport normalizer from \"!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\runtime\\\\componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null,\n false,\n components,\n renderjs\n)\n\ncomponent.options.__file = \"G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue\"\nexport default component.exports"],"sourceRoot":""}
\ No newline at end of file
{"version":3,"sources":["webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue?d032","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/main.js","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/budgetshenhe/budgetshenhe.vue?2359","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/budgetshenhe/budgetshenhe.vue?9894","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/budgetshenhe/budgetshenhe.vue?7c6b","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/budgetshenhe/budgetshenhe.vue?a654","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/budgetshenhe/budgetshenhe.vue","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/budgetshenhe/budgetshenhe.vue?e5d6","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/budgetshenhe/budgetshenhe.vue?579a","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue?7f10","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue?431f","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue?1912"],"names":["createPage","Page","onLaunch","console","log","onShow","onHide","post","url","data","method","promise","Promise","resolve","reject","that","token","uni","getStorageSync","header","postData","request","globalData","baseUrl","success","res","statusCode","fail","e","wx","hideNavigationBarLoading","complete","daa","userInfo","zixunlist","keyword","querylist","type","showhide","onLoad","options","JSON","stringify","Number","setNavigationBarTitle","title","project","methods","xiangmuzufen","item","newitem","finorgid","fprojectid","navigateTo","question","questionid","setStorageSync","getbudgetlist","param","fprojectcategory","fuserid","role","app","then","r","catch","err","see","enterxiangmu","target","value","jingban","pingshen","concatsure","chaxun","newxiangmuarr","newzixunlist","name","obj","push","fname","i","length","j","indexOf"],"mappings":";;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAA6lB,CAAgB,unBAAG,EAAC,C;;;;;;;;;;;;kDCAjnB,wCAAmB;AACnB;AACA,kH;AACAA,UAAU,CAACC,qBAAD,CAAV,C;;;;;;;;;;;;;ACHA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAyH;AACzH;AACgE;AACL;AACa;;;AAGxE;AACqK;AACrK,gBAAgB,+KAAU;AAC1B,EAAE,kFAAM;AACR,EAAE,uFAAM;AACR,EAAE,gGAAe;AACjB;AACA;AACA;AACA;AACA;AACA,EAAE,2FAAU;AACZ;AACA;;AAEA;AACe,gF;;;;;;;;;;;;;ACtBA;AACdC,UAAQ,EAAE,oBAAW;AACpBC,WAAO,CAACC,GAAR,CAAY,YAAZ;AACA;AACA,GAJa;AAKdC,QAAM,EAAE,kBAAW;;AAElBF,WAAO,CAACC,GAAR,CAAY,UAAZ;AACA,GARa;AASdE,QAAM,EAAE,kBAAW;AAClBH,WAAO,CAACC,GAAR,CAAY,UAAZ;AACA,GAXa;AAYdG,MAAI,EAAE,cAASC,GAAT,EAAcC,IAAd,EAAoBC,MAApB,EAA4B;;AAEjC;AACA;AACA;AACA;AACA;AACA,QAAIC,OAAO,GAAG,IAAIC,OAAJ,CAAY,UAACC,OAAD,EAAUC,MAAV,EAAqB;AAC9C;AACA,UAAIC,IAAI,GAAG,KAAX;AACCC,WAAK,GAAGC,GAAG,CAACC,cAAJ,CAAmB,OAAnB,CADT;AAECC,YAAM,GAAG;AACRH,aAAK,EAAEA,KAAK,IAAI,EADR,EAFV;;AAKCI,cALD;;AAOA;AACA;AACAH,SAAG,CAACI,OAAJ,CAAY;AACXb,WAAG,EAAE,KAAI,CAACc,UAAL,CAAgBC,OAAhB,GAA0Bf,GADpB;AAEXC,YAAI,EAAEA,IAFK;AAGXC,cAAM,EAAEA,MAHG;AAIXS,cAAM,EAAEA,MAJG;AAKXK,eAAO,EAAE,iBAASC,GAAT,EAAc;AACtB;AACA;AACA,cAAIA,GAAG,CAACC,UAAJ,IAAkB,GAAtB,EAA2B;AAC1Bb,mBAAO,CAACY,GAAD,CAAP;AACA,WAFD,MAEO;AACN;AACA;AACA;AACA;AACAX,kBAAM,CAACW,GAAG,CAAChB,IAAL,CAAN;AACA;AACA;AACD;AACA;AACA,SApBU;AAqBXkB,YAAI,EAAE,cAASC,CAAT,EAAY;AACjBzB,iBAAO,CAACC,GAAR,CAAYwB,CAAZ;AACAd,gBAAM,CAAC,MAAD,CAAN;AACA;AACAe,YAAE,CAACC,wBAAH;AACA,SA1BU;AA2BXC,gBAAQ,EAAE,kBAASC,GAAT,EAAc;AACvB;AACA,SA7BU,EAAZ;;AA+BA,KA1Ca,CAAd;AA2CA,WAAOrB,OAAP;AACA,GA/Da;AAgEdW,YAAU,EAAE;AACXW,YAAQ,EAAE,IADC;AAEX;AACAV,WAAO,EAAE,4BAHE,EAhEE,E;;;;;;;;;;;;;ACDf;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;;;;;;;;;;;;ACAA;AAAA;AAAA;AAAA;AAAA;AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;;;;;;;;;;;;ACRA;AAAA;AAAA;AAAA;AAAsmB,CAAgB,goBAAG,EAAC,C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;ACiN1nB,+E;AACe;AACdd,MADc,kBACP;AACN,WAAO;AACNyB,eAAS,EAAE,EADL;AAENC,aAAO,EAAE,EAFH;AAGNC,eAAS,EAAE,EAHL;AAINC,UAAI,EAAC,EAJC;AAKNC,cAAQ,EAAC,EALH,EAAP;;AAOA,GATa;AAUdC,QAVc,kBAUPC,OAVO,EAUE;AACd,SAAKF,QAAL,GAAgBrB,GAAG,CAACC,cAAJ,CAAmB,UAAnB,CAAhB;AACAf,WAAO,CAACC,GAAR,CAAY,SAAZ,EAAsBqC,IAAI,CAACC,SAAL,CAAe,KAAKJ,QAApB,CAAtB;AACD,SAAKD,IAAL,GAAUG,OAAO,CAACH,IAAlB;AACA,SAAKA,IAAL,GAAUM,MAAM,CAAC,KAAKN,IAAN,CAAhB;AACA,YAAO,KAAKA,IAAZ;AACC,WAAK,CAAL;AACAlC,eAAO,CAACC,GAAR,CAAY,KAAKiC,IAAjB;AACApB,WAAG,CAAC2B,qBAAJ,CAA0B;AACxBC,eAAK,EAAC,QADkB,EAA1B;;AAGA,aAAKC,OAAL,GAAa,oBAAb;AACA;AACA,WAAK,CAAL;AACA3C,eAAO,CAACC,GAAR,CAAY,KAAKiC,IAAjB;AACApB,WAAG,CAAC2B,qBAAJ,CAA0B;AACxBC,eAAK,EAAC,QADkB,EAA1B;;AAGA,aAAKC,OAAL,GAAa,wBAAb;AACA;AACA,WAAK,CAAL;AACA7B,WAAG,CAAC2B,qBAAJ,CAA0B;AACxBC,eAAK,EAAC,QADkB,EAA1B;;AAGA,aAAKC,OAAL,GAAa,oBAAb;AACA;AACA,WAAK,CAAL;AACA7B,WAAG,CAAC2B,qBAAJ,CAA0B;AACxBC,eAAK,EAAC,UADkB,EAA1B;;AAGA,aAAKC,OAAL,GAAa,kBAAb;AACA,cA1BD;;AA4BA,GA3Ca;AA4CdC,SAAO,EAAE;AACR;AACAC,gBAFQ,wBAEKC,IAFL,EAEW;AAClB;AACC,UAAIC,OAAO,GAAGT,IAAI,CAACC,SAAL,CAAeO,IAAf,CAAd;AACD9C,aAAO,CAACC,GAAR,CAAY6C,IAAZ;AACA,UAAIE,QAAQ,GAAGF,IAAI,CAACE,QAApB;AACA,UAAIC,UAAU,GAAGH,IAAI,CAACG,UAAtB;;AAEAnC,SAAG,CAACoC,UAAJ,CAAe;AACd7C,WAAG,EAAE,qCAAqC0C,OAD5B,EAAf;;AAGA,KAZO;;AAcRI,YAdQ,oBAcCL,IAdD,EAcM;AACb9C,aAAO,CAACC,GAAR,CAAY6C,IAAZ;AACA,UAAIM,UAAU,GAACN,IAAI,CAACG,UAApB;AACAnC,SAAG,CAACuC,cAAJ,CAAmB,YAAnB,EAAgCD,UAAhC;AACAtC,SAAG,CAACoC,UAAJ,CAAe;AACd7C,WAAG,EAAC,4CAA0C+C,UADhC,EAAf;;AAGA,KArBO;AAsBRE,iBAtBQ,2BAsBQ;AACf,UAAI1C,IAAI,GAAG,IAAX;AACA,UAAIP,GAAG,GAAG,8BAAV;;AAEA,UAAIkD,KAAK,GAAG;AACXC,wBAAgB,EAAC5C,IAAI,CAAC+B,OADX;AAEXc,eAAO,EAAE3C,GAAG,CAACC,cAAJ,CAAmB,QAAnB,CAFE;AAGXkC,kBAAU,EAAC,EAHA;AAIXS,YAAI,EAAC5C,GAAG,CAACC,cAAJ,CAAmB,MAAnB,CAJM,EAAZ;;AAMCf,aAAO,CAACC,GAAR,CAAY,YAAZ,EAAyBsD,KAAzB;AACDI,mBAAIvD,IAAJ,CAASC,GAAT,EAAckD,KAAd,EAAqB,KAArB,EAA4BK,IAA5B,CAAiC,UAAAC,CAAC,EAAI;AACrC7D,eAAO,CAACC,GAAR,CAAY4D,CAAZ;AACE;AACFjD,YAAI,CAACmB,SAAL,GAAiB8B,CAAC,CAACvD,IAAnB;AACAM,YAAI,CAACqB,SAAL,GAAiB4B,CAAC,CAACvD,IAAnB;AACA,OALD,EAKGwD,KALH,CAKS,UAAAC,GAAG,EAAI;AACf/D,eAAO,CAACC,GAAR,CAAY8D,GAAZ;AACA,OAPD;AAQA,KAzCO;AA0CR;AACAC,OA3CQ,eA2CJlB,IA3CI,EA2CC;AACP,UAAIC,OAAO,GAACT,IAAI,CAACC,SAAL,CAAeO,IAAf,CAAZ;AACD;AACAhC,SAAG,CAACoC,UAAJ,CAAe;AACd7C,WAAG,EAAC,6CAA2C0C,OADjC,EAAf;;;AAIA,KAlDO;AAmDRkB,gBAnDQ,wBAmDKxC,CAnDL,EAmDQ;AACfzB,aAAO,CAACC,GAAR,CAAYwB,CAAZ;AACA,WAAKO,OAAL,GAAeP,CAAC,CAACyC,MAAF,CAASC,KAAxB;;AAEA,KAvDO;AAwDR;AACAC,WAzDQ,mBAyDAtB,IAzDA,EAyDK;AACZ,UAAIC,OAAO,GAACT,IAAI,CAACC,SAAL,CAAeO,IAAf,CAAZ;AACAhC,SAAG,CAACoC,UAAJ,CAAe;AACd7C,WAAG,EAAC,+CAA6C0C,OADnC,EAAf;;AAGA,KA9DO;AA+DR;AACAsB,YAhEQ,oBAgECvB,IAhED,EAgEM;AACb,UAAIC,OAAO,GAACT,IAAI,CAACC,SAAL,CAAeO,IAAf,CAAZ;AACAhC,SAAG,CAACoC,UAAJ,CAAe;AACd7C,WAAG,EAAC,2CAAyC0C,OAD/B,EAAf;;AAGA,KArEO;AAsER;AACAuB,cAvEQ,sBAuEGxB,IAvEH,EAuEQ;AACf,UAAIC,OAAO,GAACT,IAAI,CAACC,SAAL,CAAeO,IAAf,CAAZ;AACAhC,SAAG,CAACoC,UAAJ,CAAe;AACd7C,WAAG,EAAC,+BAA6B0C,OADnB,EAAf;;AAGA,KA5EO;AA6ERwB,UA7EQ,oBA6EC;AACR,UAAI,KAAKvC,OAAL,IAAgB,EAApB,EAAwB;AACvB,aAAKsB,aAAL;AACA,OAFD,MAEO;AACNtD,eAAO,CAACC,GAAR,CAAY,UAAZ;AACA,YAAIuE,aAAa,GAAG,EAApB;AACA,YAAIC,YAAY,GAAG,KAAKxC,SAAxB;AACA,YAAIyC,IAAI,GAAG,EAAX,CAJM;AAKUD,oBALV,aAKN,oDAA8B,KAArBE,GAAqB;;AAE7BD,gBAAI,CAACE,IAAL,CAAUD,GAAG,CAACE,KAAd;AACA,WARK;AASL7E,eAAO,CAACC,GAAR,CAAY,IAAZ,EAAkByE,IAAlB;AACD,aAAK,IAAII,CAAC,GAAG,CAAb,EAAgBA,CAAC,GAAGL,YAAY,CAACM,MAAjC,EAAyCD,CAAC,EAA1C,EAA8C;AAC7C,eAAK,IAAIE,CAAC,GAAG,CAAb,EAAgBA,CAAC,GAAGN,IAAI,CAACK,MAAzB,EAAiCC,CAAC,EAAlC,EAAsC;;AAErC,gBAAIN,IAAI,CAACM,CAAD,CAAJ,CAAQC,OAAR,CAAgB,KAAKjD,OAArB,KAAiC,CAArC,EAAwC;AACvC,kBAAIgD,CAAC,IAAIF,CAAT,EAAY;AACXN,6BAAa,CAACI,IAAd,CAAmBH,YAAY,CAACK,CAAD,CAA/B;AACA;AACD;AACA;AACD;AACD;AACD9E,eAAO,CAACC,GAAR,CAAY,YAAZ,EAA0BuE,aAA1B;AACA,aAAKzC,SAAL,GAAiByC,aAAjB;AACA;AACD,KAxGO,EA5CK;;;AAuJdtE,QAAM,EAAC,kBAAU;AAChB,SAAKoD,aAAL;AACA,GAzJa,E;;;;;;;;;;;;;AClNf;AAAA;AAAA;AAAA;AAAw3B,CAAgB,y3BAAG,EAAC,C;;;;;;;;;;;ACA54B;AACA,OAAO,KAAU,EAAE,kBAKd;;;;;;;;;;;;;ACNL;AAAA;AAAA;AAAA;AAA+2B,CAAgB,g3BAAG,EAAC,C;;;;;;;;;;;ACAn4B;AACA,OAAO,KAAU,EAAE,kBAKd;;;;;;;;;;;;;ACNL;AAAA;AAAA;AAAA;AAAA;AAAA;AACA;AACuD;AACL;AACa;;;AAG/D;AACqK;AACrK,gBAAgB,+KAAU;AAC1B,EAAE,yEAAM;AACR;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACe,gF","file":"pages/budgetshenhe/budgetshenhe.js","sourcesContent":["import mod from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\babel-loader\\\\lib\\\\index.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--12-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\script.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./App.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\babel-loader\\\\lib\\\\index.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--12-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\script.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./App.vue?vue&type=script&lang=js&\"","import 'uni-pages';import '@dcloudio/uni-stat';\nimport Vue from 'vue'\nimport Page from './pages/budgetshenhe/budgetshenhe.vue'\ncreatePage(Page)","import { render, staticRenderFns, recyclableRender, components } from \"./budgetshenhe.vue?vue&type=template&id=1d65d1ed&\"\nvar renderjs\nimport script from \"./budgetshenhe.vue?vue&type=script&lang=js&\"\nexport * from \"./budgetshenhe.vue?vue&type=script&lang=js&\"\nimport style0 from \"./budgetshenhe.vue?vue&type=style&index=0&lang=css&\"\n\n\n/* normalize component */\nimport normalizer from \"!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\runtime\\\\componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null,\n false,\n components,\n renderjs\n)\n\ncomponent.options.__file = \"G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/budgetshenhe/budgetshenhe.vue\"\nexport default component.exports","\nexport default {\n\tonLaunch: function() {\n\t\tconsole.log('App Launch')\n\t\t// plus.screen.lockOrientation('portrait-primary');\n\t},\n\tonShow: function() {\n\n\t\tconsole.log('App Show')\n\t},\n\tonHide: function() {\n\t\tconsole.log('App Hide')\n\t},\n\tpost: function(url, data, method) {\n\n\t\t// (showLoad == undefined || showLoad) ?\n\t\t// wx.showLoading({\n\t\t// title: '加载中',\n\t\t// }) : ''\n\t\t// wx.showNavigationBarLoading()\n\t\tvar promise = new Promise((resolve, reject) => {\n\t\t\t//init\n\t\t\tlet that = this,\n\t\t\t\ttoken = uni.getStorageSync('token'),\n\t\t\t\theader = {\n\t\t\t\t\ttoken: token || ''\n\t\t\t\t},\n\t\t\t\tpostData;\n\n\t\t\t// console.log(token,\"token\")\n\t\t\t//网络请求 \n\t\t\tuni.request({\n\t\t\t\turl: this.globalData.baseUrl + url,\n\t\t\t\tdata: data,\n\t\t\t\tmethod: method,\n\t\t\t\theader: header,\n\t\t\t\tsuccess: function(res) {\n\t\t\t\t\t// console.log(res)//返回取得的数据\n\t\t\t\t\t// console.log(res)\n\t\t\t\t\tif (res.statusCode == 200) {\n\t\t\t\t\t\tresolve(res);\n\t\t\t\t\t} else {\n\t\t\t\t\t\t// uni.showToast({\n\t\t\t\t\t\t// \ttitle: res.data.msg,\n\t\t\t\t\t\t// \ticon: 'none',\n\t\t\t\t\t\t// })\n\t\t\t\t\t\treject(res.data)\n\t\t\t\t\t\t// if (res.data.code == '401') {}\n\t\t\t\t\t}\n\t\t\t\t\t// (showLoad || showLoad == undefined) ? wx.hideLoading(): \"\";\n\t\t\t\t\t// wx.hideNavigationBarLoading()\n\t\t\t\t},\n\t\t\t\tfail: function(e) {\n\t\t\t\t\tconsole.log(e)\n\t\t\t\t\treject('网络出错');\n\t\t\t\t\t// (showLoad || showLoad == undefined) ? wx.hideLoading() : \"\";\n\t\t\t\t\twx.hideNavigationBarLoading()\n\t\t\t\t},\n\t\t\t\tcomplete: function(daa) {\n\t\t\t\t\t// console.log(daa)\n\t\t\t\t}\n\t\t\t})\n\t\t});\n\t\treturn promise;\n\t},\n\tglobalData: {\n\t\tuserInfo: null,\n\t\t// baseUrl: 'http://icrgangjuren.w.brotop.cn/'\n\t\tbaseUrl: 'https://www.bjzha.net/api/'\n\t}\n}\n","export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\templateLoader.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--16-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\template.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-uni-app-loader\\\\page-meta.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./budgetshenhe.vue?vue&type=template&id=1d65d1ed&\"","var components\nvar render = function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n}\nvar recyclableRender = false\nvar staticRenderFns = []\nrender._withStripped = true\n\nexport { render, staticRenderFns, recyclableRender, components }","import mod from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\babel-loader\\\\lib\\\\index.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--12-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\script.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./budgetshenhe.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\babel-loader\\\\lib\\\\index.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--12-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\script.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./budgetshenhe.vue?vue&type=script&lang=js&\"","//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n\nimport app from \"../../App.vue\";\nexport default {\n\tdata() {\n\t\treturn {\n\t\t\tzixunlist: [],\n\t\t\tkeyword: '',\n\t\t\tquerylist: [],\n\t\t\ttype:'',\n\t\t\tshowhide:''\n\t\t}\n\t},\n\tonLoad(options) {\n\t\t\tthis.showhide = uni.getStorageSync(\"showhide\");\n\t\t\tconsole.log('4389489',JSON.stringify(this.showhide))\n\t\tthis.type=options.type;\n\t\tthis.type=Number(this.type)\n\t\tswitch(this.type){\n\t\t\tcase 1:\n\t\t\tconsole.log(this.type)\n\t\t\tuni.setNavigationBarTitle({\n\t\t\t  title:'预算项目审核'\n\t\t\t})\n\t\t\tthis.project='prj_toaudit_budget'\n\t\t\tbreak;\n\t\t\tcase 2:\n\t\t\tconsole.log(this.type)\n\t\t\tuni.setNavigationBarTitle({\n\t\t\t  title:'结算项目审核'\n\t\t\t})\n\t\t\tthis.project='prj_toaudit_settlement'\n\t\t\tbreak;\n\t\t\tcase 3:\n\t\t\tuni.setNavigationBarTitle({\n\t\t\t  title:'决算项目审核'\n\t\t\t})\n\t\t\tthis.project='prj_toaudit_change'\n\t\t\tbreak;\n\t\t\tcase 4:\n\t\t\tuni.setNavigationBarTitle({\n\t\t\t  title:'土地成本项目审核'\n\t\t\t})\n\t\t\tthis.project='prj_toaudit_land'\n\t\t\tbreak;\n\t\t}\n\t},\n\tmethods: {\n\t\t// 项目组分配\n\t\txiangmuzufen(item) {\n\t\t\t// let item = e.currentTarget.dataset.item;\n\t\t\t let newitem = JSON.stringify(item)\n\t\t\tconsole.log(item)\n\t\t\tlet finorgid = item.finorgid;\n\t\t\tlet fprojectid = item.fprojectid;\n\n\t\t\tuni.navigateTo({\n\t\t\t\turl: '../zixunfenpei/zixunfenpei?item=' + newitem\n\t\t\t})\n\t\t},\n\t\t\n\t\tquestion(item){\n\t\t\tconsole.log(item)\n\t\t\tlet questionid=item.fprojectid\n\t\t\tuni.setStorageSync(\"questionid\",questionid)\n\t\t\tuni.navigateTo({\n\t\t\t\turl:'/pages/question/question?quesprojectid='+questionid\n\t\t\t})\n\t\t},\n\t\tgetbudgetlist() {\n\t\t\tlet that = this;\n\t\t\tlet url = \"project/Get_ProjectInventory\";\n\t\t\t\n\t\t\tlet param = {\n\t\t\t\tfprojectcategory:that.project,\n\t\t\t\tfuserid: uni.getStorageSync(\"userid\"),\n\t\t\t\tfprojectid:'',\n\t\t\t\trole:uni.getStorageSync(\"role\"),\n\t\t\t}\n\t\t\t console.log('8877665544',param)\n\t\t\tapp.post(url, param, 'get').then(r => {\n\t\t\t\tconsole.log(r)\n\t\t\t\t // console.log('数组',JSON.stringify(r.data));\n\t\t\t\tthat.zixunlist = r.data;\n\t\t\t\tthat.querylist = r.data;\n\t\t\t}).catch(err => {\n\t\t\t\tconsole.log(err)\n\t\t\t})\n\t\t},\n\t\t// 查看\n\t\tsee(item){\n\t\t\t let newitem=JSON.stringify(item);\n\t\t\t// console.log(newitem)\n\t\t\tuni.navigateTo({\n\t\t\t\turl:'/pages/projectziliao/projectziliao?item='+newitem\n\t\t\t})\n\t\t\t\n\t\t},\n\t\tenterxiangmu(e) {\n\t\t\tconsole.log(e)\n\t\t\tthis.keyword = e.target.value;\n\n\t\t},\n\t\t// 经办人\n\t\tjingban(item){\n\t\t\tlet newitem=JSON.stringify(item)\n\t\t\tuni.navigateTo({\n\t\t\t\turl:'/pages/examinejingban/examinejingban?item='+newitem\n\t\t\t})\n\t\t},\n\t\t// 评审报告\n\t\tpingshen(item){\n\t\t\tlet newitem=JSON.stringify(item)\n\t\t\tuni.navigateTo({\n\t\t\t\turl:'/pages/reviewreport/reviewreport?item='+newitem\n\t\t\t})\n\t\t},\n\t\t// 合同发票确认\n\t\tconcatsure(item){\n\t\t\tlet newitem=JSON.stringify(item)\n\t\t\tuni.navigateTo({\n\t\t\t\turl:'/pages/concat/concat?item='+newitem\n\t\t\t})\n\t\t},\t\n\t\tchaxun() {\n\t\t\tif (this.keyword == '') {\n\t\t\t\tthis.getbudgetlist();\n\t\t\t} else {\n\t\t\t\tconsole.log(9988776655)\n\t\t\t\tlet newxiangmuarr = [];\n\t\t\t\tlet newzixunlist = this.querylist;\n\t\t\t\tlet name = [];\n\t\t\t\tfor (var obj of newzixunlist) {\n\t\t\t\t\t\n\t\t\t\t\tname.push(obj.fname);\n\t\t\t\t}\n\t\t\t\t console.log('名称', name)\n\t\t\t\tfor (var i = 0; i < newzixunlist.length; i++) {\n\t\t\t\t\tfor (var j = 0; j < name.length; j++) {\n\n\t\t\t\t\t\tif (name[j].indexOf(this.keyword) >= 0) {\n\t\t\t\t\t\t\tif (j == i) {\n\t\t\t\t\t\t\t\tnewxiangmuarr.push(newzixunlist[i])\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t// console.log(9999)\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tconsole.log('9999000777', newxiangmuarr);\n\t\t\t\tthis.zixunlist = newxiangmuarr;\n\t\t\t}\n\t\t}\n\n\t},\n\tonShow:function(){\n\t\tthis.getbudgetlist();\n\t}\n\n}\n","import mod from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\mini-css-extract-plugin\\\\dist\\\\loader.js??ref--6-oneOf-1-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\css-loader\\\\dist\\\\cjs.js??ref--6-oneOf-1-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\stylePostLoader.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--6-oneOf-1-2!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\postcss-loader\\\\src\\\\index.js??ref--6-oneOf-1-3!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./budgetshenhe.vue?vue&type=style&index=0&lang=css&\"; export default mod; export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\mini-css-extract-plugin\\\\dist\\\\loader.js??ref--6-oneOf-1-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\css-loader\\\\dist\\\\cjs.js??ref--6-oneOf-1-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\stylePostLoader.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--6-oneOf-1-2!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\postcss-loader\\\\src\\\\index.js??ref--6-oneOf-1-3!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./budgetshenhe.vue?vue&type=style&index=0&lang=css&\"","// extracted by mini-css-extract-plugin\n if(module.hot) {\n // 1589774460942\n var cssReload = require(\"F:/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/hmr/hotModuleReplacement.js\")(module.id, {\"hmr\":true,\"publicPath\":\"../../\",\"locals\":false});\n module.hot.dispose(cssReload);\n module.hot.accept(undefined, cssReload);\n }\n ","import mod from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\mini-css-extract-plugin\\\\dist\\\\loader.js??ref--6-oneOf-1-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\css-loader\\\\dist\\\\cjs.js??ref--6-oneOf-1-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\stylePostLoader.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--6-oneOf-1-2!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\postcss-loader\\\\src\\\\index.js??ref--6-oneOf-1-3!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./App.vue?vue&type=style&index=0&lang=css&\"; export default mod; export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\mini-css-extract-plugin\\\\dist\\\\loader.js??ref--6-oneOf-1-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\css-loader\\\\dist\\\\cjs.js??ref--6-oneOf-1-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\stylePostLoader.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--6-oneOf-1-2!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\postcss-loader\\\\src\\\\index.js??ref--6-oneOf-1-3!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./App.vue?vue&type=style&index=0&lang=css&\"","// extracted by mini-css-extract-plugin\n if(module.hot) {\n // 1589774460911\n var cssReload = require(\"F:/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/hmr/hotModuleReplacement.js\")(module.id, {\"hmr\":true,\"publicPath\":\"../../\",\"locals\":false});\n module.hot.dispose(cssReload);\n module.hot.accept(undefined, cssReload);\n }\n ","var render, staticRenderFns, recyclableRender, components\nvar renderjs\nimport script from \"./App.vue?vue&type=script&lang=js&\"\nexport * from \"./App.vue?vue&type=script&lang=js&\"\nimport style0 from \"./App.vue?vue&type=style&index=0&lang=css&\"\n\n\n/* normalize component */\nimport normalizer from \"!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\runtime\\\\componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null,\n false,\n components,\n renderjs\n)\n\ncomponent.options.__file = \"G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue\"\nexport default component.exports"],"sourceRoot":""}
\ No newline at end of file
... ...
{"version":3,"sources":["webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue?1912","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue?d032","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue?7f10","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue?431f","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/main.js","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/concat/concat.vue?6235","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/concat/concat.vue?98c5","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/concat/concat.vue?1093","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/concat/concat.vue?db30","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/concat/concat.vue","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/concat/concat.vue?1214","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/concat/concat.vue?943f","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/concat/concat.vue?34d8","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/concat/concat.vue?36ef"],"names":["onLaunch","console","log","onShow","onHide","post","url","data","method","promise","Promise","resolve","reject","that","token","uni","getStorageSync","header","postData","request","globalData","baseUrl","success","res","statusCode","fail","e","wx","hideNavigationBarLoading","complete","daa","userInfo","createPage","Page","finorgid","finid","item","detaildata","projectarr","index","projectid","fprjleader","fprjleadertwo","fname","showhide","receive","onLoad","options","helper","change","JSON","parse","newitem","ftoauditamt","fservicestatus","getprojectkind","unction","methods","isreceive","currentTarget","dataset","id","downloadconcat","file","fauditfile","fauditfile_txt","param","app","then","r","singgleurl","urlk","env","USER_DATA_PATH","downloadFile","manage","getFileSystemManager","saveFile","tempFilePath","filePath","openDocument","catch","err","downloadfa","ffapiaofile","ffapiaofile_txt","detail","fprojectid","ftaskprocess","obj","fid","bindPickerChange","target","value","submit","showToast","title","icon","userid","role","fdisid","freporttatus","mailstatus","message","setTimeout","navigateBack","checked","changestate","params","disid"],"mappings":"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","file":"pages/concat/concat.js","sourcesContent":["var render, staticRenderFns, recyclableRender, components\nvar renderjs\nimport script from \"./App.vue?vue&type=script&lang=js&\"\nexport * from \"./App.vue?vue&type=script&lang=js&\"\nimport style0 from \"./App.vue?vue&type=style&index=0&lang=css&\"\n\n\n/* normalize component */\nimport normalizer from \"!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\runtime\\\\componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null,\n false,\n components,\n renderjs\n)\n\ncomponent.options.__file = \"G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue\"\nexport default component.exports","import mod from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\babel-loader\\\\lib\\\\index.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--12-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\script.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./App.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\babel-loader\\\\lib\\\\index.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--12-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\script.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./App.vue?vue&type=script&lang=js&\"","\nexport default {\n\tonLaunch: function() {\n\t\tconsole.log('App Launch')\n\t\t// plus.screen.lockOrientation('portrait-primary');\n\t},\n\tonShow: function() {\n\n\t\tconsole.log('App Show')\n\t},\n\tonHide: function() {\n\t\tconsole.log('App Hide')\n\t},\n\tpost: function(url, data, method) {\n\n\t\t// (showLoad == undefined || showLoad) ?\n\t\t// wx.showLoading({\n\t\t// title: '加载中',\n\t\t// }) : ''\n\t\t// wx.showNavigationBarLoading()\n\t\tvar promise = new Promise((resolve, reject) => {\n\t\t\t//init\n\t\t\tlet that = this,\n\t\t\t\ttoken = uni.getStorageSync('token'),\n\t\t\t\theader = {\n\t\t\t\t\ttoken: token || ''\n\t\t\t\t},\n\t\t\t\tpostData;\n\n\t\t\t// console.log(token,\"token\")\n\t\t\t//网络请求 \n\t\t\tuni.request({\n\t\t\t\turl: this.globalData.baseUrl + url,\n\t\t\t\tdata: data,\n\t\t\t\tmethod: method,\n\t\t\t\theader: header,\n\t\t\t\tsuccess: function(res) {\n\t\t\t\t\t// console.log(res)//返回取得的数据\n\t\t\t\t\t// console.log(res)\n\t\t\t\t\tif (res.statusCode == 200) {\n\t\t\t\t\t\tresolve(res);\n\t\t\t\t\t} else {\n\t\t\t\t\t\t// uni.showToast({\n\t\t\t\t\t\t// \ttitle: res.data.msg,\n\t\t\t\t\t\t// \ticon: 'none',\n\t\t\t\t\t\t// })\n\t\t\t\t\t\treject(res.data)\n\t\t\t\t\t\t// if (res.data.code == '401') {}\n\t\t\t\t\t}\n\t\t\t\t\t// (showLoad || showLoad == undefined) ? wx.hideLoading(): \"\";\n\t\t\t\t\t// wx.hideNavigationBarLoading()\n\t\t\t\t},\n\t\t\t\tfail: function(e) {\n\t\t\t\t\tconsole.log(e)\n\t\t\t\t\treject('网络出错');\n\t\t\t\t\t// (showLoad || showLoad == undefined) ? wx.hideLoading() : \"\";\n\t\t\t\t\twx.hideNavigationBarLoading()\n\t\t\t\t},\n\t\t\t\tcomplete: function(daa) {\n\t\t\t\t\t// console.log(daa)\n\t\t\t\t}\n\t\t\t})\n\t\t});\n\t\treturn promise;\n\t},\n\tglobalData: {\n\t\tuserInfo: null,\n\t\t// baseUrl: 'http://icrgangjuren.w.brotop.cn/'\n\t\tbaseUrl: 'https://www.bjzha.net/api/'\n\t}\n}\n","import mod from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\mini-css-extract-plugin\\\\dist\\\\loader.js??ref--6-oneOf-1-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\css-loader\\\\dist\\\\cjs.js??ref--6-oneOf-1-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\stylePostLoader.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--6-oneOf-1-2!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\postcss-loader\\\\src\\\\index.js??ref--6-oneOf-1-3!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./App.vue?vue&type=style&index=0&lang=css&\"; export default mod; export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\mini-css-extract-plugin\\\\dist\\\\loader.js??ref--6-oneOf-1-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\css-loader\\\\dist\\\\cjs.js??ref--6-oneOf-1-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\stylePostLoader.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--6-oneOf-1-2!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\postcss-loader\\\\src\\\\index.js??ref--6-oneOf-1-3!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./App.vue?vue&type=style&index=0&lang=css&\"","// extracted by mini-css-extract-plugin\n if(module.hot) {\n // 1587698424531\n var cssReload = require(\"F:/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/hmr/hotModuleReplacement.js\")(module.id, {\"hmr\":true,\"publicPath\":\"../../\",\"locals\":false});\n module.hot.dispose(cssReload);\n module.hot.accept(undefined, cssReload);\n }\n ","import 'uni-pages';import '@dcloudio/uni-stat';\nimport Vue from 'vue'\nimport Page from './pages/concat/concat.vue'\ncreatePage(Page)","import { render, staticRenderFns, recyclableRender, components } from \"./concat.vue?vue&type=template&id=6a5658a6&\"\nvar renderjs\nimport script from \"./concat.vue?vue&type=script&lang=js&\"\nexport * from \"./concat.vue?vue&type=script&lang=js&\"\nimport style0 from \"./concat.vue?vue&type=style&index=0&lang=css&\"\nimport style1 from \"./concat.vue?vue&type=style&index=1&lang=css&\"\n\n\n/* normalize component */\nimport normalizer from \"!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\runtime\\\\componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null,\n false,\n components,\n renderjs\n)\n\ncomponent.options.__file = \"G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/concat/concat.vue\"\nexport default component.exports","export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\templateLoader.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--16-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\template.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-uni-app-loader\\\\page-meta.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./concat.vue?vue&type=template&id=6a5658a6&\"","var components\nvar render = function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n}\nvar recyclableRender = false\nvar staticRenderFns = []\nrender._withStripped = true\n\nexport { render, staticRenderFns, recyclableRender, components }","import mod from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\babel-loader\\\\lib\\\\index.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--12-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\script.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./concat.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\babel-loader\\\\lib\\\\index.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--12-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\script.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./concat.vue?vue&type=script&lang=js&\"","//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n\nimport app from \"../../App.vue\";\nimport helper from '../../common/help.js';\n\n\nexport default {\n\tdata() {\n\t\treturn {\n\t\t\tfinorgid: '',\n\t\t\tfinid: '',\n\t\t\titem: '',\n\t\t\tdetaildata: '',\n\t\t\tprojectarr: [],\n\t\t\tindex: 0,\n\t\t\tprojectid: '',\n\t\t\tfprjleader: '',\n\t\t\tfprjleadertwo: '',\n\t\t\tfname: '',\n\t\t\tshowhide: '',\n\t\t\treceive:-1\n\n\t\t}\n\t},\n\tonLoad(options) {\n\t\tconsole.log(options.item)\n\t\tconsole.log(helper.change(12345))\n\n\t\tthis.item = JSON.parse(options.item);\n\t\tconsole.log(this.item)\n\t\tlet newitem = this.item;\n\t\tnewitem.ftoauditamt = helper.change(newitem.ftoauditamt);\n\t\tthis.item = newitem\n\t\tif(this.item.fservicestatus=='已确认'){\n\t\t\tthis.receive=0\n\t\t}else{\n\t\t\tthis.receive=1\n\t\t}\n\t\t// this.detail();\n\t\t// this.finid=item.finid;\n\t\t// this.finorgid=item.finorgid;\n\n\t\t// 显示项目组\n\t\tthis.getprojectkind();\n\t\tconsole.log(helper.unction(45622111))\n\n\t\t// 获取台账列表\n\t},\n\tonShow() {\n\t\tthis.showhide = uni.getStorageSync(\"showhide\");\n\n\t},\n\tmethods: {\n\t\t\n\t\t// 是否接受\n\t\tisreceive(e){\n\t\t\tconsole.log(e)\n\t\t\n\t\t\tconsole.log(e.currentTarget.dataset.id)\n\t\t\tthis.receive=e.currentTarget.dataset.id;\n\t\t\tconsole.log(this.receive)\n\t\t},\n\t\t\n\t\t// 下载合同\n\t\t\n\t\tdownloadconcat(file){\n\t\t\tlet that = this;\n\t\t\tconsole.log(item)\n\t\t\tlet fauditfile = item.fauditfile; //评审报告id\n\t\t\tlet fauditfile_txt = item.fauditfile_txt //评审报告文字\n\t\t\t\n\t\t\tlet url = \"project/Select_FileInfo\";\n\t\t\tlet param = {}\n\t\t\tapp.post(url, param, 'get').then(r => {\n\t\t\t\tconsole.log('下载文件', r)\n\t\t\t\tthat.singgleurl = r.data[0].file\n\t\t\t\t let urlk = r.data[0].file + '?fileId=' + fauditfile;\n\t\t\t\t// let url = 'http://39.105.61.115:8001/FileInfo/GetFile?fileId=4759b12f38ba6bdb71586065c64c42c5'\n\t\t\t\tconsole.log(wx.env.USER_DATA_PATH + \"/\" + fauditfile_txt)\n\t\t\t\tuni.downloadFile({\n\t\t\t\t\t\t//let urlk: 'http://39.105.61.115:8001/FileInfo/GetFile?fileId=4759b12f38ba6bdb71586065c64c42c5',\n\t\t\t\t\t\turl:urlk,\n\t\t\t\t\t\theader: {\n\t\t\t\t\t\t\t// 'Content-Type':'application/doc'\n\t\t\t\t\t\t},\n\t\t\t\t\t\tsuccess: function(res) {},\n\t\t\t\t\t\tfail: function(res) {},\n\t\t\t\t\t\tcomplete: function(res) {\n\t\t\t\t\t\t\tconsole.log(res)\n\t\t\t\t\t\t\tconst manage = wx.getFileSystemManager();\n\t\t\t\t\t\t\tif (res.statusCode === 200) { \n\t\t\t\t\t\t\t\tmanage.saveFile({\n\t\t\t\t\t\t\t\t\ttempFilePath: res.tempFilePath,\n\t\t\t\t\t\t\t\t\tfilePath: wx.env.USER_DATA_PATH + \"/\" + fauditfile_txt,\n\t\t\t\t\t\t\t\t\tsuccess: function(res) {\n\t\t\t\t\t\t\t\t\t\tconsole.log(res)\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t});\n\t\t\t\t\t\t\t\t// 打开文档\n\t\t\t\t\t\t\t\tuni.openDocument({\n\t\t\t\t\t\t\t\t\tfilePath: wx.env.USER_DATA_PATH + \"/\" + fauditfile_txt,\n\t\t\t\t\t\t\t\t\tsuccess: function(res) {\n\t\t\t\t\t\t\t\t\t\tconsole.log('打开文档成功')\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tfail: function() {\n\t\t\t\t\t\t\t\t\t\tconsole.log('打开失败');\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t})\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t})\n\t\t\t}).catch(err => {\n\t\t\t\tconsole.log(err)\n\t\t\t})\n\t\t},\n\t\t// 下载发票\n\t\tdownloadfa(file){\n\t\t\tlet that = this;\n\t\t\tconsole.log(item)\n\t\t\tlet ffapiaofile = item.ffapiaofile; //评审报告id\n\t\t\tlet ffapiaofile_txt = item.ffapiaofile_txt //评审报告文字\n\t\t\t\n\t\t\tlet url = \"project/Select_FileInfo\";\n\t\t\tlet param = {}\n\t\t\tapp.post(url, param, 'get').then(r => {\n\t\t\t\tconsole.log('下载文件', r)\n\t\t\t\tthat.singgleurl = r.data[0].file\n\t\t\t\t let urlk = r.data[0].file + '?fileId=' + ffapiaofile;\n\t\t\t\t// let url = 'http://39.105.61.115:8001/FileInfo/GetFile?fileId=4759b12f38ba6bdb71586065c64c42c5'\n\t\t\t\tconsole.log(wx.env.USER_DATA_PATH + \"/\" + ffapiaofile_txt)\n\t\t\t\tuni.downloadFile({\n\t\t\t\t\t\t//let urlk: 'http://39.105.61.115:8001/FileInfo/GetFile?fileId=4759b12f38ba6bdb71586065c64c42c5',\n\t\t\t\t\t\turl:urlk,\n\t\t\t\t\t\theader: {\n\t\t\t\t\t\t\t// 'Content-Type':'application/doc'\n\t\t\t\t\t\t},\n\t\t\t\t\t\tsuccess: function(res) {},\n\t\t\t\t\t\tfail: function(res) {},\n\t\t\t\t\t\tcomplete: function(res) {\n\t\t\t\t\t\t\tconsole.log(res)\n\t\t\t\t\t\t\tconst manage = wx.getFileSystemManager();\n\t\t\t\t\t\t\tif (res.statusCode === 200) { \n\t\t\t\t\t\t\t\tmanage.saveFile({\n\t\t\t\t\t\t\t\t\ttempFilePath: res.tempFilePath,\n\t\t\t\t\t\t\t\t\tfilePath: wx.env.USER_DATA_PATH + \"/\" + ffapiaofile_txt,\n\t\t\t\t\t\t\t\t\tsuccess: function(res) {\n\t\t\t\t\t\t\t\t\t\tconsole.log(res)\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t});\n\t\t\t\t\t\t\t\t// 打开文档\n\t\t\t\t\t\t\t\tuni.openDocument({\n\t\t\t\t\t\t\t\t\tfilePath: wx.env.USER_DATA_PATH + \"/\" + ffapiaofile_txt,\n\t\t\t\t\t\t\t\t\tsuccess: function(res) {\n\t\t\t\t\t\t\t\t\t\tconsole.log('打开文档成功')\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tfail: function() {\n\t\t\t\t\t\t\t\t\t\tconsole.log('打开失败');\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t})\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t})\n\t\t\t}).catch(err => {\n\t\t\t\tconsole.log(err)\n\t\t\t})\n\t\t},\n\n\t\tdetail() {\n\t\t\tlet that = this;\n\t\t\tlet url = \"project/Get_Disfteam\";\n\t\t\tlet param = {\n\t\t\t\tfinid: this.finorgid,\n\t\t\t\tfprojectid: this.item.projectid\n\t\t\t}\n\t\t\t// console.log('8877665544',param)\n\t\t\tapp.post(url, param, 'get').then(r => {\n\t\t\t\tconsole.log('分配信息', r);\n\t\t\t\tthat.detaildata = r.data[0];\n\n\t\t\t}).catch(err => {\n\t\t\t\tconsole.log(err)\n\t\t\t})\n\t\t},\n\n\t\t// 显示项目组\n\t\tgetprojectkind() {\n\t\t\tlet that = this;\n\t\t\tlet url = \"project/Get_Fteam\";\n\t\t\t// console.log('8877665544',param)\n\t\t\tapp.post(url, '', 'get').then(r => {\n\t\t\t\tconsole.log('获取项目组', r);\n\t\t\t\tthis.projectarr = r.data;\n\t\t\t\tif (that.item.ftaskprocess == '未分配') {\n\n\t\t\t\t\tthis.fprjleader = '';\n\t\t\t\t\tthis.fprjleadertwo = '';\n\t\t\t\t\tthis.fname = ''\n\t\t\t\t} else {\n\t\t\t\t\tfor (var obj of this.projectarr) {\n\t\t\t\t\t\tif (obj.fid == that.item.finorgid) {\n\t\t\t\t\t\t\tthis.fprjleader = obj.fprjleader;\n\t\t\t\t\t\t\tthis.fprjleadertwo = obj.fprjleadertwo;\n\t\t\t\t\t\t\tthis.fname = obj.fname;\n\t\t\t\t\t\t\tthis.finorgid = obj.fid\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tthis.detail()\n\n\t\t\t\t}\n\n\t\t\t\t// this.projectid=r.data[0].fid;\n\t\t\t\t// this.fprjleader=r.data[0].fprjleader;\n\t\t\t\t// this.fprjleadertwo=r.data[0].fprjleadertwo;\n\n\t\t\t}).catch(err => {\n\t\t\t\tconsole.log(err)\n\t\t\t})\n\t\t},\n\n\t\tbindPickerChange: function(e) {\n\t\t\tconsole.log('picker发送选择改变,携带值为', e.target.value)\n\t\t\tthis.index = e.target.value;\n\t\t\tthis.fname = this.projectarr[e.target.value].fname\n\t\t\tthis.finorgid = this.projectarr[e.target.value].fid;\n\t\t\tthis.fprjleader = this.projectarr[e.target.value].fprjleader;\n\t\t\tthis.fprjleadertwo = this.projectarr[e.target.value].fprjleadertwo;\n\t\t\tthis.detail()\n\t\t\t// this.detail();\n\t\t\t// this.danweiname = this.danweilist[e.target.value].fname;\n\t\t\t// this.fuzepeople = this.danweilist[e.target.value].fauthorizeman;\n\t\t\t// this.fuzephone = this.danweilist[e.target.value].fauthphone;\n\t\t},\n\t\t// 提交信息\n\t\tsubmit() {\n\t\t\tlet that = this;\n\t\t\tif (that.receive == -1) {\n\t\t\t\tuni.showToast({\n\t\t\t\t\ttitle: \"选择邮寄情况\",\n\t\t\t\t\ticon: \"none\"\n\t\t\t\t})\n\n\t\t\t\treturn false\n\t\t\t}\n\t\t\tlet url = \"project/Save_Surveyconfirm\";\n\t\t\tlet param = {\n\t\t\t\tuserid: uni.getStorageSync(\"userid\"),\n\t\t\t\trole:uni.getStorageSync(\"role\"),\n\t\t\t\tfprojectid: that.item.fprojectid,\n\t\t\t\tfdisid: that.item.fdisid,\n\t\t\t\tfreporttatus:that.item.freporttatus,\n\t\t\t\tmailstatus:that.receive\n\t\t\t}\n\n\t\t\tconsole.log('8877665544', param)\n\t\t\tapp.post(url, param, 'get').then(r => {\n\t\t\t\tconsole.log(r);\n\t\t\t\tif (r.data[0].message == '提交成功') {\n\t\t\t\t\tuni.showToast({\n\t\t\t\t\t\ttitle: '提交成功',\n\t\t\t\t\t\ticon: \"none\"\n\t\t\t\t\t})\n\t\t\t\t\t\n\t\t\t\t\tsetTimeout(function() {\n\t\t\t\t\t\tuni.navigateBack({\n\t\t\t\t\t\t\tchecked: true\n\t\t\t\t\t\t})\n\t\t\t\t\t},1000)\n\t\t\t\t\t\n\t\t\t\t} else {\n\t\t\t\t\tuni.showToast({\n\t\t\t\t\t\ttitle: r.data[0].message,\n\t\t\t\t\t\ticon: \"none\"\n\t\t\t\t\t})\n\t\t\t\t\tsetTimeout(function() {\n\t\t\t\t\t\tuni.navigateBack({\n\t\t\t\t\t\t\tchecked: true\n\t\t\t\t\t\t})\n\t\t\t\t\t},1000)\n\t\t\t\t}\n\t\t\t\t\n\t\t\t}).catch(err => {\n\t\t\t\tconsole.log(err)\n\t\t\t})\n\t\t},\n\t\t// 修改待办事项的状态\n\t\tchangestate() {\n\t\t\tlet that = this;\n\t\t\tlet url = \"project/Get_Fteam\";\n\t\t\tlet params = {\n\t\t\t\tuserid: uni.getStorageSync(\"userid\"),\n\t\t\t\tfdisid: that.item.disid\n\t\t\t}\n\t\t\t// console.log('8877665544',param)\n\t\t\tapp.post(url, '', 'get').then(r => {\n\t\t\t\tconsole.log('修改状态', r);\n\t\t\t}).catch(err => {\n\t\t\t\tconsole.log(err)\n\t\t\t})\n\t\t}\n\n\n\t}\n\n}\n","import mod from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\mini-css-extract-plugin\\\\dist\\\\loader.js??ref--6-oneOf-1-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\css-loader\\\\dist\\\\cjs.js??ref--6-oneOf-1-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\stylePostLoader.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--6-oneOf-1-2!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\postcss-loader\\\\src\\\\index.js??ref--6-oneOf-1-3!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./concat.vue?vue&type=style&index=0&lang=css&\"; export default mod; export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\mini-css-extract-plugin\\\\dist\\\\loader.js??ref--6-oneOf-1-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\css-loader\\\\dist\\\\cjs.js??ref--6-oneOf-1-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\stylePostLoader.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--6-oneOf-1-2!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\postcss-loader\\\\src\\\\index.js??ref--6-oneOf-1-3!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./concat.vue?vue&type=style&index=0&lang=css&\"","// extracted by mini-css-extract-plugin\n if(module.hot) {\n // 1587698424580\n var cssReload = require(\"F:/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/hmr/hotModuleReplacement.js\")(module.id, {\"hmr\":true,\"publicPath\":\"../../\",\"locals\":false});\n module.hot.dispose(cssReload);\n module.hot.accept(undefined, cssReload);\n }\n ","import mod from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\mini-css-extract-plugin\\\\dist\\\\loader.js??ref--6-oneOf-1-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\css-loader\\\\dist\\\\cjs.js??ref--6-oneOf-1-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\stylePostLoader.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--6-oneOf-1-2!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\postcss-loader\\\\src\\\\index.js??ref--6-oneOf-1-3!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./concat.vue?vue&type=style&index=1&lang=css&\"; export default mod; export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\mini-css-extract-plugin\\\\dist\\\\loader.js??ref--6-oneOf-1-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\css-loader\\\\dist\\\\cjs.js??ref--6-oneOf-1-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\stylePostLoader.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--6-oneOf-1-2!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\postcss-loader\\\\src\\\\index.js??ref--6-oneOf-1-3!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./concat.vue?vue&type=style&index=1&lang=css&\"","// extracted by mini-css-extract-plugin\n if(module.hot) {\n // 1587698424575\n var cssReload = require(\"F:/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/hmr/hotModuleReplacement.js\")(module.id, {\"hmr\":true,\"publicPath\":\"../../\",\"locals\":false});\n module.hot.dispose(cssReload);\n module.hot.accept(undefined, cssReload);\n }\n "],"sourceRoot":""}
\ No newline at end of file
{"version":3,"sources":["webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue?1912","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue?d032","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue?7f10","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue?431f","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/main.js","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/concat/concat.vue?6235","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/concat/concat.vue?98c5","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/concat/concat.vue?1093","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/concat/concat.vue?db30","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/concat/concat.vue","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/concat/concat.vue?1214","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/concat/concat.vue?943f","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/concat/concat.vue?34d8","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/concat/concat.vue?36ef"],"names":["onLaunch","console","log","onShow","onHide","post","url","data","method","promise","Promise","resolve","reject","that","token","uni","getStorageSync","header","postData","request","globalData","baseUrl","success","res","statusCode","fail","e","wx","hideNavigationBarLoading","complete","daa","userInfo","createPage","Page","finorgid","finid","item","detaildata","projectarr","index","projectid","fprjleader","fprjleadertwo","fname","showhide","receive","onLoad","options","helper","change","JSON","parse","newitem","ftoauditamt","fservicestatus","getprojectkind","unction","methods","isreceive","currentTarget","dataset","id","downloadconcat","file","fauditfile","fauditfile_txt","param","app","then","r","singgleurl","urlk","env","USER_DATA_PATH","downloadFile","manage","getFileSystemManager","saveFile","tempFilePath","filePath","openDocument","catch","err","downloadfa","ffapiaofile","ffapiaofile_txt","detail","fprojectid","ftaskprocess","obj","fid","bindPickerChange","target","value","submit","showToast","title","icon","userid","role","fdisid","freporttatus","mailstatus","message","setTimeout","navigateBack","checked","changestate","params","disid"],"mappings":"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","file":"pages/concat/concat.js","sourcesContent":["var render, staticRenderFns, recyclableRender, components\nvar renderjs\nimport script from \"./App.vue?vue&type=script&lang=js&\"\nexport * from \"./App.vue?vue&type=script&lang=js&\"\nimport style0 from \"./App.vue?vue&type=style&index=0&lang=css&\"\n\n\n/* normalize component */\nimport normalizer from \"!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\runtime\\\\componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null,\n false,\n components,\n renderjs\n)\n\ncomponent.options.__file = \"G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue\"\nexport default component.exports","import mod from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\babel-loader\\\\lib\\\\index.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--12-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\script.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./App.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\babel-loader\\\\lib\\\\index.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--12-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\script.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./App.vue?vue&type=script&lang=js&\"","\nexport default {\n\tonLaunch: function() {\n\t\tconsole.log('App Launch')\n\t\t// plus.screen.lockOrientation('portrait-primary');\n\t},\n\tonShow: function() {\n\n\t\tconsole.log('App Show')\n\t},\n\tonHide: function() {\n\t\tconsole.log('App Hide')\n\t},\n\tpost: function(url, data, method) {\n\n\t\t// (showLoad == undefined || showLoad) ?\n\t\t// wx.showLoading({\n\t\t// title: '加载中',\n\t\t// }) : ''\n\t\t// wx.showNavigationBarLoading()\n\t\tvar promise = new Promise((resolve, reject) => {\n\t\t\t//init\n\t\t\tlet that = this,\n\t\t\t\ttoken = uni.getStorageSync('token'),\n\t\t\t\theader = {\n\t\t\t\t\ttoken: token || ''\n\t\t\t\t},\n\t\t\t\tpostData;\n\n\t\t\t// console.log(token,\"token\")\n\t\t\t//网络请求 \n\t\t\tuni.request({\n\t\t\t\turl: this.globalData.baseUrl + url,\n\t\t\t\tdata: data,\n\t\t\t\tmethod: method,\n\t\t\t\theader: header,\n\t\t\t\tsuccess: function(res) {\n\t\t\t\t\t// console.log(res)//返回取得的数据\n\t\t\t\t\t// console.log(res)\n\t\t\t\t\tif (res.statusCode == 200) {\n\t\t\t\t\t\tresolve(res);\n\t\t\t\t\t} else {\n\t\t\t\t\t\t// uni.showToast({\n\t\t\t\t\t\t// \ttitle: res.data.msg,\n\t\t\t\t\t\t// \ticon: 'none',\n\t\t\t\t\t\t// })\n\t\t\t\t\t\treject(res.data)\n\t\t\t\t\t\t// if (res.data.code == '401') {}\n\t\t\t\t\t}\n\t\t\t\t\t// (showLoad || showLoad == undefined) ? wx.hideLoading(): \"\";\n\t\t\t\t\t// wx.hideNavigationBarLoading()\n\t\t\t\t},\n\t\t\t\tfail: function(e) {\n\t\t\t\t\tconsole.log(e)\n\t\t\t\t\treject('网络出错');\n\t\t\t\t\t// (showLoad || showLoad == undefined) ? wx.hideLoading() : \"\";\n\t\t\t\t\twx.hideNavigationBarLoading()\n\t\t\t\t},\n\t\t\t\tcomplete: function(daa) {\n\t\t\t\t\t// console.log(daa)\n\t\t\t\t}\n\t\t\t})\n\t\t});\n\t\treturn promise;\n\t},\n\tglobalData: {\n\t\tuserInfo: null,\n\t\t// baseUrl: 'http://icrgangjuren.w.brotop.cn/'\n\t\tbaseUrl: 'https://www.bjzha.net/api/'\n\t}\n}\n","import mod from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\mini-css-extract-plugin\\\\dist\\\\loader.js??ref--6-oneOf-1-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\css-loader\\\\dist\\\\cjs.js??ref--6-oneOf-1-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\stylePostLoader.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--6-oneOf-1-2!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\postcss-loader\\\\src\\\\index.js??ref--6-oneOf-1-3!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./App.vue?vue&type=style&index=0&lang=css&\"; export default mod; export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\mini-css-extract-plugin\\\\dist\\\\loader.js??ref--6-oneOf-1-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\css-loader\\\\dist\\\\cjs.js??ref--6-oneOf-1-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\stylePostLoader.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--6-oneOf-1-2!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\postcss-loader\\\\src\\\\index.js??ref--6-oneOf-1-3!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./App.vue?vue&type=style&index=0&lang=css&\"","// extracted by mini-css-extract-plugin\n if(module.hot) {\n // 1589774460911\n var cssReload = require(\"F:/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/hmr/hotModuleReplacement.js\")(module.id, {\"hmr\":true,\"publicPath\":\"../../\",\"locals\":false});\n module.hot.dispose(cssReload);\n module.hot.accept(undefined, cssReload);\n }\n ","import 'uni-pages';import '@dcloudio/uni-stat';\nimport Vue from 'vue'\nimport Page from './pages/concat/concat.vue'\ncreatePage(Page)","import { render, staticRenderFns, recyclableRender, components } from \"./concat.vue?vue&type=template&id=6a5658a6&\"\nvar renderjs\nimport script from \"./concat.vue?vue&type=script&lang=js&\"\nexport * from \"./concat.vue?vue&type=script&lang=js&\"\nimport style0 from \"./concat.vue?vue&type=style&index=0&lang=css&\"\nimport style1 from \"./concat.vue?vue&type=style&index=1&lang=css&\"\n\n\n/* normalize component */\nimport normalizer from \"!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\runtime\\\\componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null,\n false,\n components,\n renderjs\n)\n\ncomponent.options.__file = \"G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/concat/concat.vue\"\nexport default component.exports","export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\templateLoader.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--16-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\template.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-uni-app-loader\\\\page-meta.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./concat.vue?vue&type=template&id=6a5658a6&\"","var components\nvar render = function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n}\nvar recyclableRender = false\nvar staticRenderFns = []\nrender._withStripped = true\n\nexport { render, staticRenderFns, recyclableRender, components }","import mod from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\babel-loader\\\\lib\\\\index.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--12-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\script.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./concat.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\babel-loader\\\\lib\\\\index.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--12-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\script.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./concat.vue?vue&type=script&lang=js&\"","//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n\nimport app from \"../../App.vue\";\nimport helper from '../../common/help.js';\n\n\nexport default {\n\tdata() {\n\t\treturn {\n\t\t\tfinorgid: '',\n\t\t\tfinid: '',\n\t\t\titem: '',\n\t\t\tdetaildata: '',\n\t\t\tprojectarr: [],\n\t\t\tindex: 0,\n\t\t\tprojectid: '',\n\t\t\tfprjleader: '',\n\t\t\tfprjleadertwo: '',\n\t\t\tfname: '',\n\t\t\tshowhide: '',\n\t\t\treceive:-1\n\n\t\t}\n\t},\n\tonLoad(options) {\n\t\tconsole.log(options.item)\n\t\tconsole.log(helper.change(12345))\n\n\t\tthis.item = JSON.parse(options.item);\n\t\tconsole.log(this.item)\n\t\tlet newitem = this.item;\n\t\tnewitem.ftoauditamt = helper.change(newitem.ftoauditamt);\n\t\tthis.item = newitem\n\t\tif(this.item.fservicestatus=='已确认'){\n\t\t\tthis.receive=0\n\t\t}else{\n\t\t\tthis.receive=1\n\t\t}\n\t\t// this.detail();\n\t\t// this.finid=item.finid;\n\t\t// this.finorgid=item.finorgid;\n\n\t\t// 显示项目组\n\t\tthis.getprojectkind();\n\t\tconsole.log(helper.unction(45622111))\n\n\t\t// 获取台账列表\n\t},\n\tonShow() {\n\t\tthis.showhide = uni.getStorageSync(\"showhide\");\n\n\t},\n\tmethods: {\n\t\t\n\t\t// 是否接受\n\t\tisreceive(e){\n\t\t\tconsole.log(e)\n\t\t\n\t\t\tconsole.log(e.currentTarget.dataset.id)\n\t\t\tthis.receive=e.currentTarget.dataset.id;\n\t\t\tconsole.log(this.receive)\n\t\t},\n\t\t\n\t\t// 下载合同\n\t\t\n\t\tdownloadconcat(file){\n\t\t\tlet that = this;\n\t\t\tconsole.log(item)\n\t\t\tlet fauditfile = item.fauditfile; //评审报告id\n\t\t\tlet fauditfile_txt = item.fauditfile_txt //评审报告文字\n\t\t\t\n\t\t\tlet url = \"project/Select_FileInfo\";\n\t\t\tlet param = {}\n\t\t\tapp.post(url, param, 'get').then(r => {\n\t\t\t\tconsole.log('下载文件', r)\n\t\t\t\tthat.singgleurl = r.data[0].file\n\t\t\t\t let urlk = r.data[0].file + '?fileId=' + fauditfile;\n\t\t\t\t// let url = 'http://39.105.61.115:8001/FileInfo/GetFile?fileId=4759b12f38ba6bdb71586065c64c42c5'\n\t\t\t\tconsole.log(wx.env.USER_DATA_PATH + \"/\" + fauditfile_txt)\n\t\t\t\tuni.downloadFile({\n\t\t\t\t\t\t//let urlk: 'http://39.105.61.115:8001/FileInfo/GetFile?fileId=4759b12f38ba6bdb71586065c64c42c5',\n\t\t\t\t\t\turl:urlk,\n\t\t\t\t\t\theader: {\n\t\t\t\t\t\t\t// 'Content-Type':'application/doc'\n\t\t\t\t\t\t},\n\t\t\t\t\t\tsuccess: function(res) {},\n\t\t\t\t\t\tfail: function(res) {},\n\t\t\t\t\t\tcomplete: function(res) {\n\t\t\t\t\t\t\tconsole.log(res)\n\t\t\t\t\t\t\tconst manage = wx.getFileSystemManager();\n\t\t\t\t\t\t\tif (res.statusCode === 200) { \n\t\t\t\t\t\t\t\tmanage.saveFile({\n\t\t\t\t\t\t\t\t\ttempFilePath: res.tempFilePath,\n\t\t\t\t\t\t\t\t\tfilePath: wx.env.USER_DATA_PATH + \"/\" + fauditfile_txt,\n\t\t\t\t\t\t\t\t\tsuccess: function(res) {\n\t\t\t\t\t\t\t\t\t\tconsole.log(res)\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t});\n\t\t\t\t\t\t\t\t// 打开文档\n\t\t\t\t\t\t\t\tuni.openDocument({\n\t\t\t\t\t\t\t\t\tfilePath: wx.env.USER_DATA_PATH + \"/\" + fauditfile_txt,\n\t\t\t\t\t\t\t\t\tsuccess: function(res) {\n\t\t\t\t\t\t\t\t\t\tconsole.log('打开文档成功')\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tfail: function() {\n\t\t\t\t\t\t\t\t\t\tconsole.log('打开失败');\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t})\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t})\n\t\t\t}).catch(err => {\n\t\t\t\tconsole.log(err)\n\t\t\t})\n\t\t},\n\t\t// 下载发票\n\t\tdownloadfa(file){\n\t\t\tlet that = this;\n\t\t\tconsole.log(item)\n\t\t\tlet ffapiaofile = item.ffapiaofile; //评审报告id\n\t\t\tlet ffapiaofile_txt = item.ffapiaofile_txt //评审报告文字\n\t\t\t\n\t\t\tlet url = \"project/Select_FileInfo\";\n\t\t\tlet param = {}\n\t\t\tapp.post(url, param, 'get').then(r => {\n\t\t\t\tconsole.log('下载文件', r)\n\t\t\t\tthat.singgleurl = r.data[0].file\n\t\t\t\t let urlk = r.data[0].file + '?fileId=' + ffapiaofile;\n\t\t\t\t// let url = 'http://39.105.61.115:8001/FileInfo/GetFile?fileId=4759b12f38ba6bdb71586065c64c42c5'\n\t\t\t\tconsole.log(wx.env.USER_DATA_PATH + \"/\" + ffapiaofile_txt)\n\t\t\t\tuni.downloadFile({\n\t\t\t\t\t\t//let urlk: 'http://39.105.61.115:8001/FileInfo/GetFile?fileId=4759b12f38ba6bdb71586065c64c42c5',\n\t\t\t\t\t\turl:urlk,\n\t\t\t\t\t\theader: {\n\t\t\t\t\t\t\t// 'Content-Type':'application/doc'\n\t\t\t\t\t\t},\n\t\t\t\t\t\tsuccess: function(res) {},\n\t\t\t\t\t\tfail: function(res) {},\n\t\t\t\t\t\tcomplete: function(res) {\n\t\t\t\t\t\t\tconsole.log(res)\n\t\t\t\t\t\t\tconst manage = wx.getFileSystemManager();\n\t\t\t\t\t\t\tif (res.statusCode === 200) { \n\t\t\t\t\t\t\t\tmanage.saveFile({\n\t\t\t\t\t\t\t\t\ttempFilePath: res.tempFilePath,\n\t\t\t\t\t\t\t\t\tfilePath: wx.env.USER_DATA_PATH + \"/\" + ffapiaofile_txt,\n\t\t\t\t\t\t\t\t\tsuccess: function(res) {\n\t\t\t\t\t\t\t\t\t\tconsole.log(res)\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t});\n\t\t\t\t\t\t\t\t// 打开文档\n\t\t\t\t\t\t\t\tuni.openDocument({\n\t\t\t\t\t\t\t\t\tfilePath: wx.env.USER_DATA_PATH + \"/\" + ffapiaofile_txt,\n\t\t\t\t\t\t\t\t\tsuccess: function(res) {\n\t\t\t\t\t\t\t\t\t\tconsole.log('打开文档成功')\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tfail: function() {\n\t\t\t\t\t\t\t\t\t\tconsole.log('打开失败');\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t})\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t})\n\t\t\t}).catch(err => {\n\t\t\t\tconsole.log(err)\n\t\t\t})\n\t\t},\n\n\t\tdetail() {\n\t\t\tlet that = this;\n\t\t\tlet url = \"project/Get_Disfteam\";\n\t\t\tlet param = {\n\t\t\t\tfinid: this.finorgid,\n\t\t\t\tfprojectid: this.item.projectid\n\t\t\t}\n\t\t\t// console.log('8877665544',param)\n\t\t\tapp.post(url, param, 'get').then(r => {\n\t\t\t\tconsole.log('分配信息', r);\n\t\t\t\tthat.detaildata = r.data[0];\n\n\t\t\t}).catch(err => {\n\t\t\t\tconsole.log(err)\n\t\t\t})\n\t\t},\n\n\t\t// 显示项目组\n\t\tgetprojectkind() {\n\t\t\tlet that = this;\n\t\t\tlet url = \"project/Get_Fteam\";\n\t\t\t// console.log('8877665544',param)\n\t\t\tapp.post(url, '', 'get').then(r => {\n\t\t\t\tconsole.log('获取项目组', r);\n\t\t\t\tthis.projectarr = r.data;\n\t\t\t\tif (that.item.ftaskprocess == '未分配') {\n\n\t\t\t\t\tthis.fprjleader = '';\n\t\t\t\t\tthis.fprjleadertwo = '';\n\t\t\t\t\tthis.fname = ''\n\t\t\t\t} else {\n\t\t\t\t\tfor (var obj of this.projectarr) {\n\t\t\t\t\t\tif (obj.fid == that.item.finorgid) {\n\t\t\t\t\t\t\tthis.fprjleader = obj.fprjleader;\n\t\t\t\t\t\t\tthis.fprjleadertwo = obj.fprjleadertwo;\n\t\t\t\t\t\t\tthis.fname = obj.fname;\n\t\t\t\t\t\t\tthis.finorgid = obj.fid\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tthis.detail()\n\n\t\t\t\t}\n\n\t\t\t\t// this.projectid=r.data[0].fid;\n\t\t\t\t// this.fprjleader=r.data[0].fprjleader;\n\t\t\t\t// this.fprjleadertwo=r.data[0].fprjleadertwo;\n\n\t\t\t}).catch(err => {\n\t\t\t\tconsole.log(err)\n\t\t\t})\n\t\t},\n\n\t\tbindPickerChange: function(e) {\n\t\t\tconsole.log('picker发送选择改变,携带值为', e.target.value)\n\t\t\tthis.index = e.target.value;\n\t\t\tthis.fname = this.projectarr[e.target.value].fname\n\t\t\tthis.finorgid = this.projectarr[e.target.value].fid;\n\t\t\tthis.fprjleader = this.projectarr[e.target.value].fprjleader;\n\t\t\tthis.fprjleadertwo = this.projectarr[e.target.value].fprjleadertwo;\n\t\t\tthis.detail()\n\t\t\t// this.detail();\n\t\t\t// this.danweiname = this.danweilist[e.target.value].fname;\n\t\t\t// this.fuzepeople = this.danweilist[e.target.value].fauthorizeman;\n\t\t\t// this.fuzephone = this.danweilist[e.target.value].fauthphone;\n\t\t},\n\t\t// 提交信息\n\t\tsubmit() {\n\t\t\tlet that = this;\n\t\t\tif (that.receive == -1) {\n\t\t\t\tuni.showToast({\n\t\t\t\t\ttitle: \"选择邮寄情况\",\n\t\t\t\t\ticon: \"none\"\n\t\t\t\t})\n\n\t\t\t\treturn false\n\t\t\t}\n\t\t\tlet url = \"project/Save_Surveyconfirm\";\n\t\t\tlet param = {\n\t\t\t\tuserid: uni.getStorageSync(\"userid\"),\n\t\t\t\trole:uni.getStorageSync(\"role\"),\n\t\t\t\tfprojectid: that.item.fprojectid,\n\t\t\t\tfdisid: that.item.fdisid,\n\t\t\t\tfreporttatus:that.item.freporttatus,\n\t\t\t\tmailstatus:that.receive\n\t\t\t}\n\n\t\t\tconsole.log('8877665544', param)\n\t\t\tapp.post(url, param, 'get').then(r => {\n\t\t\t\tconsole.log(r);\n\t\t\t\tif (r.data[0].message == '提交成功') {\n\t\t\t\t\tuni.showToast({\n\t\t\t\t\t\ttitle: '提交成功',\n\t\t\t\t\t\ticon: \"none\"\n\t\t\t\t\t})\n\t\t\t\t\t\n\t\t\t\t\tsetTimeout(function() {\n\t\t\t\t\t\tuni.navigateBack({\n\t\t\t\t\t\t\tchecked: true\n\t\t\t\t\t\t})\n\t\t\t\t\t},1000)\n\t\t\t\t\t\n\t\t\t\t} else {\n\t\t\t\t\tuni.showToast({\n\t\t\t\t\t\ttitle: r.data[0].message,\n\t\t\t\t\t\ticon: \"none\"\n\t\t\t\t\t})\n\t\t\t\t\tsetTimeout(function() {\n\t\t\t\t\t\tuni.navigateBack({\n\t\t\t\t\t\t\tchecked: true\n\t\t\t\t\t\t})\n\t\t\t\t\t},1000)\n\t\t\t\t}\n\t\t\t\t\n\t\t\t}).catch(err => {\n\t\t\t\tconsole.log(err)\n\t\t\t})\n\t\t},\n\t\t// 修改待办事项的状态\n\t\tchangestate() {\n\t\t\tlet that = this;\n\t\t\tlet url = \"project/Get_Fteam\";\n\t\t\tlet params = {\n\t\t\t\tuserid: uni.getStorageSync(\"userid\"),\n\t\t\t\tfdisid: that.item.disid\n\t\t\t}\n\t\t\t// console.log('8877665544',param)\n\t\t\tapp.post(url, '', 'get').then(r => {\n\t\t\t\tconsole.log('修改状态', r);\n\t\t\t}).catch(err => {\n\t\t\t\tconsole.log(err)\n\t\t\t})\n\t\t}\n\n\n\t}\n\n}\n","import mod from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\mini-css-extract-plugin\\\\dist\\\\loader.js??ref--6-oneOf-1-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\css-loader\\\\dist\\\\cjs.js??ref--6-oneOf-1-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\stylePostLoader.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--6-oneOf-1-2!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\postcss-loader\\\\src\\\\index.js??ref--6-oneOf-1-3!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./concat.vue?vue&type=style&index=0&lang=css&\"; export default mod; export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\mini-css-extract-plugin\\\\dist\\\\loader.js??ref--6-oneOf-1-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\css-loader\\\\dist\\\\cjs.js??ref--6-oneOf-1-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\stylePostLoader.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--6-oneOf-1-2!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\postcss-loader\\\\src\\\\index.js??ref--6-oneOf-1-3!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./concat.vue?vue&type=style&index=0&lang=css&\"","// extracted by mini-css-extract-plugin\n if(module.hot) {\n // 1589774460963\n var cssReload = require(\"F:/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/hmr/hotModuleReplacement.js\")(module.id, {\"hmr\":true,\"publicPath\":\"../../\",\"locals\":false});\n module.hot.dispose(cssReload);\n module.hot.accept(undefined, cssReload);\n }\n ","import mod from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\mini-css-extract-plugin\\\\dist\\\\loader.js??ref--6-oneOf-1-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\css-loader\\\\dist\\\\cjs.js??ref--6-oneOf-1-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\stylePostLoader.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--6-oneOf-1-2!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\postcss-loader\\\\src\\\\index.js??ref--6-oneOf-1-3!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./concat.vue?vue&type=style&index=1&lang=css&\"; export default mod; export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\mini-css-extract-plugin\\\\dist\\\\loader.js??ref--6-oneOf-1-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\css-loader\\\\dist\\\\cjs.js??ref--6-oneOf-1-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\stylePostLoader.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--6-oneOf-1-2!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\postcss-loader\\\\src\\\\index.js??ref--6-oneOf-1-3!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./concat.vue?vue&type=style&index=1&lang=css&\"","// extracted by mini-css-extract-plugin\n if(module.hot) {\n // 1589774460958\n var cssReload = require(\"F:/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/hmr/hotModuleReplacement.js\")(module.id, {\"hmr\":true,\"publicPath\":\"../../\",\"locals\":false});\n module.hot.dispose(cssReload);\n module.hot.accept(undefined, cssReload);\n }\n "],"sourceRoot":""}
\ No newline at end of file
... ...
{"version":3,"sources":["webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue?d032","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/main.js","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/daiban/daiban.vue?ffb5","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/daiban/daiban.vue?e035","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/daiban/daiban.vue?4649","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue?7f10","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/daiban/daiban.vue?53c6","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/daiban/daiban.vue","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/daiban/daiban.vue?6d0e","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/daiban/daiban.vue?277b","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue?431f","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue?1912"],"names":["onLaunch","console","log","onShow","onHide","post","url","data","method","promise","Promise","resolve","reject","that","token","uni","getStorageSync","header","postData","request","globalData","baseUrl","success","res","statusCode","fail","e","wx","hideNavigationBarLoading","complete","daa","userInfo","createPage","Page","sel","status","daibanlist","showhide","review","budget","getdaibanlist","isshowrenwu","gettopdata","getbudget","onNavigationBarButtonTap","onResize","methods","xuanze","index","currentTarget","dataset","unction","num","result","counter","toString","i","length","charAt","Userid","param","role","type","app","then","r","catch","err","newdaibanlist","obj","fcreatedate","split","govoice","item","id","fprojectid","disid","fdisid","fbizformid","navigateTo","newitem","JSON","stringify","freviewtype","gocenter","fuserid","setStorageSync","onLoad","options","setNavigationBarTitle","title"],"mappings":"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","file":"pages/daiban/daiban.js","sourcesContent":["import mod from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\babel-loader\\\\lib\\\\index.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--12-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\script.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./App.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\babel-loader\\\\lib\\\\index.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--12-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\script.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./App.vue?vue&type=script&lang=js&\"","\nexport default {\n\tonLaunch: function() {\n\t\tconsole.log('App Launch')\n\t\t// plus.screen.lockOrientation('portrait-primary');\n\t},\n\tonShow: function() {\n\n\t\tconsole.log('App Show')\n\t},\n\tonHide: function() {\n\t\tconsole.log('App Hide')\n\t},\n\tpost: function(url, data, method) {\n\n\t\t// (showLoad == undefined || showLoad) ?\n\t\t// wx.showLoading({\n\t\t// title: '加载中',\n\t\t// }) : ''\n\t\t// wx.showNavigationBarLoading()\n\t\tvar promise = new Promise((resolve, reject) => {\n\t\t\t//init\n\t\t\tlet that = this,\n\t\t\t\ttoken = uni.getStorageSync('token'),\n\t\t\t\theader = {\n\t\t\t\t\ttoken: token || ''\n\t\t\t\t},\n\t\t\t\tpostData;\n\n\t\t\t// console.log(token,\"token\")\n\t\t\t//网络请求 \n\t\t\tuni.request({\n\t\t\t\turl: this.globalData.baseUrl + url,\n\t\t\t\tdata: data,\n\t\t\t\tmethod: method,\n\t\t\t\theader: header,\n\t\t\t\tsuccess: function(res) {\n\t\t\t\t\t// console.log(res)//返回取得的数据\n\t\t\t\t\t// console.log(res)\n\t\t\t\t\tif (res.statusCode == 200) {\n\t\t\t\t\t\tresolve(res);\n\t\t\t\t\t} else {\n\t\t\t\t\t\t// uni.showToast({\n\t\t\t\t\t\t// \ttitle: res.data.msg,\n\t\t\t\t\t\t// \ticon: 'none',\n\t\t\t\t\t\t// })\n\t\t\t\t\t\treject(res.data)\n\t\t\t\t\t\t// if (res.data.code == '401') {}\n\t\t\t\t\t}\n\t\t\t\t\t// (showLoad || showLoad == undefined) ? wx.hideLoading(): \"\";\n\t\t\t\t\t// wx.hideNavigationBarLoading()\n\t\t\t\t},\n\t\t\t\tfail: function(e) {\n\t\t\t\t\tconsole.log(e)\n\t\t\t\t\treject('网络出错');\n\t\t\t\t\t// (showLoad || showLoad == undefined) ? wx.hideLoading() : \"\";\n\t\t\t\t\twx.hideNavigationBarLoading()\n\t\t\t\t},\n\t\t\t\tcomplete: function(daa) {\n\t\t\t\t\t// console.log(daa)\n\t\t\t\t}\n\t\t\t})\n\t\t});\n\t\treturn promise;\n\t},\n\tglobalData: {\n\t\tuserInfo: null,\n\t\t// baseUrl: 'http://icrgangjuren.w.brotop.cn/'\n\t\tbaseUrl: 'https://www.bjzha.net/api/'\n\t}\n}\n","import 'uni-pages';import '@dcloudio/uni-stat';\nimport Vue from 'vue'\nimport Page from './pages/daiban/daiban.vue'\ncreatePage(Page)","import { render, staticRenderFns, recyclableRender, components } from \"./daiban.vue?vue&type=template&id=dfc2ee66&\"\nvar renderjs\nimport script from \"./daiban.vue?vue&type=script&lang=js&\"\nexport * from \"./daiban.vue?vue&type=script&lang=js&\"\nimport style0 from \"./daiban.vue?vue&type=style&index=0&lang=css&\"\n\n\n/* normalize component */\nimport normalizer from \"!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\runtime\\\\componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null,\n false,\n components,\n renderjs\n)\n\ncomponent.options.__file = \"G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/daiban/daiban.vue\"\nexport default component.exports","export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\templateLoader.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--16-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\template.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-uni-app-loader\\\\page-meta.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./daiban.vue?vue&type=template&id=dfc2ee66&\"","var components\nvar render = function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n}\nvar recyclableRender = false\nvar staticRenderFns = []\nrender._withStripped = true\n\nexport { render, staticRenderFns, recyclableRender, components }","import mod from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\mini-css-extract-plugin\\\\dist\\\\loader.js??ref--6-oneOf-1-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\css-loader\\\\dist\\\\cjs.js??ref--6-oneOf-1-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\stylePostLoader.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--6-oneOf-1-2!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\postcss-loader\\\\src\\\\index.js??ref--6-oneOf-1-3!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./App.vue?vue&type=style&index=0&lang=css&\"; export default mod; export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\mini-css-extract-plugin\\\\dist\\\\loader.js??ref--6-oneOf-1-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\css-loader\\\\dist\\\\cjs.js??ref--6-oneOf-1-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\stylePostLoader.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--6-oneOf-1-2!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\postcss-loader\\\\src\\\\index.js??ref--6-oneOf-1-3!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./App.vue?vue&type=style&index=0&lang=css&\"","import mod from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\babel-loader\\\\lib\\\\index.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--12-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\script.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./daiban.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\babel-loader\\\\lib\\\\index.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--12-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\script.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./daiban.vue?vue&type=script&lang=js&\"","//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n\nimport app from \"../../App.vue\";\nexport default {\n\tdata() {\n\t\treturn {\n\t\t\tsel: 0,\n\t\t\tstatus: 0,\n\t\t\tdaibanlist: [],\n\t\t\tshowhide: [],\n\t\t\t// 评审数据\n\t\t\treview: '',\n\t\t\t// 预算数据\n\t\t\tbudget: ''\n\t\t}\n\t},\n\tonShow() {\n\t\tthis.getdaibanlist();\n\t\tthis.isshowrenwu();\n\t\t// 获取顶部数据\n\t\tthis.gettopdata();\n\t\t// 获取项目数量\n\t\tthis.getbudget()\n\t},\n\n\tonNavigationBarButtonTap() {\n\t\t// 点击筛选\n\t},\n\tonResize() {\n\t\t// 监听屏幕缩放\n\t},\n\tmethods: {\n\t\txuanze(e) {\n\t\t\tlet index = e.currentTarget.dataset.index;\n\t\t\tconsole.log(index)\n\t\t\tthis.sel = index;\n\t\t\tif (index == 0) {\n\t\t\t\tthis.status = 0\n\t\t\t} else if (index == 1) {\n\t\t\t\tthis.status = 1\n\t\t\t} else if (index == 2) {\n\t\t\t\tthis.status = 2\n\t\t\t}\n\n\t\t\tthis.getdaibanlist();\n\t\t},\n\n\t\tunction(num) {\n\t\t\tvar result = '',\n\t\t\t\tcounter = 0;\n\t\t\tnum = (num || 0).toString();\n\t\t\tfor (var i = num.length - 1; i >= 0; i--) {\n\t\t\t\tcounter++;\n\t\t\t\tresult = num.charAt(i) + result;\n\t\t\t\tif (!(counter % 3) && i != 0) {\n\t\t\t\t\tresult = ',' + result;\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn result;\n\t\t},\n\t\t// 获取评审数据\n\t\tgettopdata() {\n\t\t\tlet that = this;\n\t\t\tlet url = \"project/Select_ProjectNumber\";\n\t\t\tlet Userid = uni.getStorageSync('userid')\n\t\t\tlet param = {\n\t\t\t\tUserid: Userid,\n\t\t\t\trole: uni.getStorageSync(\"role\"),\n\t\t\t\ttype: 'assessment'\n\t\t\t};\n\t\t\tapp.post(url, param, 'get').then(r => {\n\t\t\t\tconsole.log('顶部数据', r)\n\t\t\t\tthis.review = r.data[0]\n\t\t\t\t// console.log('99988000', JSON.stringify(r.data))\n\n\n\n\t\t\t}).catch(err => {\n\t\t\t\tconsole.log(err)\n\n\t\t\t})\n\t\t},\n\t\t// 获取项目数量\n\t\tgetbudget() {\n\t\t\tlet that = this;\n\t\t\tlet url = \"project/Select_ProjectNumber\";\n\t\t\tlet Userid = uni.getStorageSync('userid')\n\t\t\tlet param = {\n\t\t\t\tUserid: Userid,\n\t\t\t\trole: uni.getStorageSync(\"role\"),\n\t\t\t\ttype: 'project'\n\t\t\t};\n\t\t\tapp.post(url, param, 'get').then(r => {\n\t\t\t\tconsole.log('顶部数据', r)\n\t\t\t\tthis.budget = r.data[0]\n\t\t\t\t// console.log('99988000', JSON.stringify(r.data))\n\n\t\t\t}).catch(err => {\n\t\t\t\tconsole.log(err)\n\t\t\t})\n\t\t},\n\t\t// 获取待办事项列表\n\t\tgetdaibanlist() {\n\t\t\tlet that = this;\n\t\t\tlet url = \"project/Get_Agencymatters\";\n\t\t\tlet Userid = uni.getStorageSync('userid')\n\t\t\tlet param = {\n\t\t\t\tUserid: Userid,\n\t\t\t\tstatus: that.status,\n\t\t\t\trole: uni.getStorageSync(\"role\")\n\t\t\t};\n\t\t\tconsole.log('9999', param)\n\t\t\tapp.post(url, param, 'get').then(r => {\n\t\t\t\tconsole.log(r)\n\t\t\t\t// console.log('99988000', JSON.stringify(r.data))\n\t\t\t\tthis.daibanlist = r.data;\n\t\t\t\t// console.log(this.daibanlist)\n\t\t\t\tlet newdaibanlist = this.daibanlist;\n\t\t\t\tfor (var obj of newdaibanlist) {\n\t\t\t\t\tobj.fcreatedate = obj.fcreatedate.split(\"T\");\n\t\t\t\t\tobj.fcreatedate = obj.fcreatedate[0]\n\t\t\t\t}\n\t\t\t\tthis.daibanlist = newdaibanlist;\n\n\t\t\t}).catch(err => {\n\t\t\t\tconsole.log(err)\n\n\t\t\t})\n\t\t},\n\t\t// 跳到投票详情\n\t\tgovoice(item) {\n\n\t\t\t// let disid=e.target.dataset.disid;\n\t\t\t// let item=e.currentTarget.dataset.item;\n\t\t\t// console.log('999',item)\n\t\t\t// let fteamid=item.ftemid;\n\t\t\t// let fprojectid=item.fprojectid;\n\t\t\t// console.log(fprojectid)\n\t\t\t// item=JSON.stringify(item);\n\t\t\t// console.log(item)\n\t\t\t// uni.navigateTo({\n\t\t\t// \turl: '../zixundanweifen/zixundanweifen?disid='+disid+'&item='+item+'&fteamid='+fteamid+'&fprojectid='+fprojectid\n\t\t\t// })\n\t\t\tconsole.log('daddaa', item)\n\t\t\tlet id = item.fprojectid;\n\t\t\tlet disid = item.fdisid;\n\t\t\tconsole.log('37474334887', item.fbizformid)\n\t\t\t// 咨询单位分配详细页面\n\t\t\tif (item.fbizformid == 'bd_advisory') {\n\t\t\t\tuni.navigateTo({\n\t\t\t\t\turl: '../zixundanweifen/zixundanweifen?dfprojectid=' + id + '&disid=' + disid\n\t\t\t\t})\n\t\t\t} else if (item.fbizformid == 'bd_distribution') {\n\t\t\t\t// 项目组分配 详细页面\n\t\t\t\tuni.navigateTo({\n\t\t\t\t\turl: '/pages/zixunfenpei/zixunfenpei?projectid=' + id\n\t\t\t\t})\n\t\t\t} else if (item.fbizformid == 'int_projectInventory') {\n\t\t\t\tvar newitem=JSON.stringify(item)\n\n\t\t\t\t// type 1 预算 2 结算 3决算 4土地成本\n\t\t\t\tif (item.freviewtype == '预算') {\n\t\t\t\t\tuni.navigateTo({\n\t\t\t\t\t\turl: '/pages/projectziliao/projectziliao?projectid=' + id + '&type=' + 1+'&item='+newitem\n\t\t\t\t\t})\n\t\t\t\t}\n\t\t\t} else if (item.fbizformid == 'int_problemquestion') {\n\t\t\t\tconsole.log(item)\n\t\t\t\tuni.navigateTo({\n\t\t\t\t\turl: '/pages/seequestion/seequestion?projectid=' + id\n\t\t\t\t})\n\t\t\t}\n\n\n\t\t},\n\t\tgocenter() {\n\t\t\tuni.navigateTo({\n\t\t\t\turl: '../taizhang/taizhang'\n\t\t\t})\n\t\t},\n\t\t// 是否显示我的任务\n\t\tisshowrenwu() {\n\t\t\tlet that = this;\n\t\t\tlet url = \"project/Get_Menuhiding\";\n\t\t\tlet param = {\n\t\t\t\tfuserid: uni.getStorageSync(\"userid\"),\n\t\t\t\trole: uni.getStorageSync(\"role\")\n\t\t\t}\n\n\n\t\t\tapp.post(url, param, 'get').then(r => {\n\t\t\t\tconsole.log(r)\n\t\t\t\tthis.showhide = r.data\n\t\t\t\tuni.setStorageSync(\"showhide\", r.data)\n\t\t\t\tif (that.showhide[3].status == 1) {\n\t\t\t\t\tconsole.log(9090)\n\t\t\t\t\tuni.navigateTo({\n\t\t\t\t\t\turl: '../taizhang/taizhang'\n\t\t\t\t\t})\n\t\t\t\t}\n\t\t\t\t// this.daibanlist = r.data;\n\t\t\t\t// let newdaibanlist = this.daibanlist;\n\t\t\t\t// for (var obj of newdaibanlist) {\n\t\t\t\t// \tobj.fcreatedate = obj.fcreatedate.split(\"T\");\n\t\t\t\t// \tobj.fcreatedate = obj.fcreatedate[0]\n\t\t\t\t// }\n\t\t\t\t// this.daibanlist = newdaibanlist\n\n\n\t\t\t}).catch(err => {\n\t\t\t\tconsole.log(err)\n\n\t\t\t})\n\t\t}\n\n\t},\n\tonLoad(options) {\n\n\t\tconsole.log(988766)\n\t\tconsole.log('转数字', this.unction(452369874))\n\t\tuni.setNavigationBarTitle({\n\t\t\ttitle: '投资项目管理平台' + '(' + uni.getStorageSync(\"name\") + ')'\n\t\t});\n\n\n\t},\n\n}\n","import mod from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\mini-css-extract-plugin\\\\dist\\\\loader.js??ref--6-oneOf-1-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\css-loader\\\\dist\\\\cjs.js??ref--6-oneOf-1-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\stylePostLoader.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--6-oneOf-1-2!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\postcss-loader\\\\src\\\\index.js??ref--6-oneOf-1-3!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./daiban.vue?vue&type=style&index=0&lang=css&\"; export default mod; export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\mini-css-extract-plugin\\\\dist\\\\loader.js??ref--6-oneOf-1-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\css-loader\\\\dist\\\\cjs.js??ref--6-oneOf-1-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\stylePostLoader.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--6-oneOf-1-2!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\postcss-loader\\\\src\\\\index.js??ref--6-oneOf-1-3!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./daiban.vue?vue&type=style&index=0&lang=css&\"","// extracted by mini-css-extract-plugin\n if(module.hot) {\n // 1587698424640\n var cssReload = require(\"F:/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/hmr/hotModuleReplacement.js\")(module.id, {\"hmr\":true,\"publicPath\":\"../../\",\"locals\":false});\n module.hot.dispose(cssReload);\n module.hot.accept(undefined, cssReload);\n }\n ","// extracted by mini-css-extract-plugin\n if(module.hot) {\n // 1587698424531\n var cssReload = require(\"F:/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/hmr/hotModuleReplacement.js\")(module.id, {\"hmr\":true,\"publicPath\":\"../../\",\"locals\":false});\n module.hot.dispose(cssReload);\n module.hot.accept(undefined, cssReload);\n }\n ","var render, staticRenderFns, recyclableRender, components\nvar renderjs\nimport script from \"./App.vue?vue&type=script&lang=js&\"\nexport * from \"./App.vue?vue&type=script&lang=js&\"\nimport style0 from \"./App.vue?vue&type=style&index=0&lang=css&\"\n\n\n/* normalize component */\nimport normalizer from \"!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\runtime\\\\componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null,\n false,\n components,\n renderjs\n)\n\ncomponent.options.__file = \"G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue\"\nexport default component.exports"],"sourceRoot":""}
\ No newline at end of file
{"version":3,"sources":["webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue?d032","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/main.js","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/daiban/daiban.vue?ffb5","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/daiban/daiban.vue?e035","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/daiban/daiban.vue?4649","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue?7f10","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/daiban/daiban.vue?53c6","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/daiban/daiban.vue","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/daiban/daiban.vue?6d0e","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/daiban/daiban.vue?277b","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue?431f","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue?1912"],"names":["onLaunch","console","log","onShow","onHide","post","url","data","method","promise","Promise","resolve","reject","that","token","uni","getStorageSync","header","postData","request","globalData","baseUrl","success","res","statusCode","fail","e","wx","hideNavigationBarLoading","complete","daa","userInfo","createPage","Page","sel","status","daibanlist","showhide","review","budget","getdaibanlist","isshowrenwu","gettopdata","getbudget","onNavigationBarButtonTap","onResize","methods","xuanze","index","currentTarget","dataset","unction","num","result","counter","toString","i","length","charAt","Userid","param","role","type","app","then","r","catch","err","newdaibanlist","obj","fcreatedate","split","govoice","item","id","fprojectid","disid","fdisid","fbizformid","navigateTo","newitem","JSON","stringify","freviewtype","gocenter","fuserid","setStorageSync","redirectTo","onLoad","options","setNavigationBarTitle","title"],"mappings":"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","file":"pages/daiban/daiban.js","sourcesContent":["import mod from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\babel-loader\\\\lib\\\\index.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--12-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\script.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./App.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\babel-loader\\\\lib\\\\index.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--12-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\script.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./App.vue?vue&type=script&lang=js&\"","\nexport default {\n\tonLaunch: function() {\n\t\tconsole.log('App Launch')\n\t\t// plus.screen.lockOrientation('portrait-primary');\n\t},\n\tonShow: function() {\n\n\t\tconsole.log('App Show')\n\t},\n\tonHide: function() {\n\t\tconsole.log('App Hide')\n\t},\n\tpost: function(url, data, method) {\n\n\t\t// (showLoad == undefined || showLoad) ?\n\t\t// wx.showLoading({\n\t\t// title: '加载中',\n\t\t// }) : ''\n\t\t// wx.showNavigationBarLoading()\n\t\tvar promise = new Promise((resolve, reject) => {\n\t\t\t//init\n\t\t\tlet that = this,\n\t\t\t\ttoken = uni.getStorageSync('token'),\n\t\t\t\theader = {\n\t\t\t\t\ttoken: token || ''\n\t\t\t\t},\n\t\t\t\tpostData;\n\n\t\t\t// console.log(token,\"token\")\n\t\t\t//网络请求 \n\t\t\tuni.request({\n\t\t\t\turl: this.globalData.baseUrl + url,\n\t\t\t\tdata: data,\n\t\t\t\tmethod: method,\n\t\t\t\theader: header,\n\t\t\t\tsuccess: function(res) {\n\t\t\t\t\t// console.log(res)//返回取得的数据\n\t\t\t\t\t// console.log(res)\n\t\t\t\t\tif (res.statusCode == 200) {\n\t\t\t\t\t\tresolve(res);\n\t\t\t\t\t} else {\n\t\t\t\t\t\t// uni.showToast({\n\t\t\t\t\t\t// \ttitle: res.data.msg,\n\t\t\t\t\t\t// \ticon: 'none',\n\t\t\t\t\t\t// })\n\t\t\t\t\t\treject(res.data)\n\t\t\t\t\t\t// if (res.data.code == '401') {}\n\t\t\t\t\t}\n\t\t\t\t\t// (showLoad || showLoad == undefined) ? wx.hideLoading(): \"\";\n\t\t\t\t\t// wx.hideNavigationBarLoading()\n\t\t\t\t},\n\t\t\t\tfail: function(e) {\n\t\t\t\t\tconsole.log(e)\n\t\t\t\t\treject('网络出错');\n\t\t\t\t\t// (showLoad || showLoad == undefined) ? wx.hideLoading() : \"\";\n\t\t\t\t\twx.hideNavigationBarLoading()\n\t\t\t\t},\n\t\t\t\tcomplete: function(daa) {\n\t\t\t\t\t// console.log(daa)\n\t\t\t\t}\n\t\t\t})\n\t\t});\n\t\treturn promise;\n\t},\n\tglobalData: {\n\t\tuserInfo: null,\n\t\t// baseUrl: 'http://icrgangjuren.w.brotop.cn/'\n\t\tbaseUrl: 'https://www.bjzha.net/api/'\n\t}\n}\n","import 'uni-pages';import '@dcloudio/uni-stat';\nimport Vue from 'vue'\nimport Page from './pages/daiban/daiban.vue'\ncreatePage(Page)","import { render, staticRenderFns, recyclableRender, components } from \"./daiban.vue?vue&type=template&id=dfc2ee66&\"\nvar renderjs\nimport script from \"./daiban.vue?vue&type=script&lang=js&\"\nexport * from \"./daiban.vue?vue&type=script&lang=js&\"\nimport style0 from \"./daiban.vue?vue&type=style&index=0&lang=css&\"\n\n\n/* normalize component */\nimport normalizer from \"!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\runtime\\\\componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null,\n false,\n components,\n renderjs\n)\n\ncomponent.options.__file = \"G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/daiban/daiban.vue\"\nexport default component.exports","export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\templateLoader.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--16-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\template.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-uni-app-loader\\\\page-meta.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./daiban.vue?vue&type=template&id=dfc2ee66&\"","var components\nvar render = function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n}\nvar recyclableRender = false\nvar staticRenderFns = []\nrender._withStripped = true\n\nexport { render, staticRenderFns, recyclableRender, components }","import mod from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\mini-css-extract-plugin\\\\dist\\\\loader.js??ref--6-oneOf-1-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\css-loader\\\\dist\\\\cjs.js??ref--6-oneOf-1-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\stylePostLoader.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--6-oneOf-1-2!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\postcss-loader\\\\src\\\\index.js??ref--6-oneOf-1-3!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./App.vue?vue&type=style&index=0&lang=css&\"; export default mod; export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\mini-css-extract-plugin\\\\dist\\\\loader.js??ref--6-oneOf-1-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\css-loader\\\\dist\\\\cjs.js??ref--6-oneOf-1-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\stylePostLoader.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--6-oneOf-1-2!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\postcss-loader\\\\src\\\\index.js??ref--6-oneOf-1-3!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./App.vue?vue&type=style&index=0&lang=css&\"","import mod from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\babel-loader\\\\lib\\\\index.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--12-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\script.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./daiban.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\babel-loader\\\\lib\\\\index.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--12-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\script.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./daiban.vue?vue&type=script&lang=js&\"","//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n\nimport app from \"../../App.vue\";\nexport default {\n\tdata() {\n\t\treturn {\n\t\t\tsel: 0,\n\t\t\tstatus: 0,\n\t\t\tdaibanlist: [],\n\t\t\tshowhide: [],\n\t\t\t// 评审数据\n\t\t\treview: '',\n\t\t\t// 预算数据\n\t\t\tbudget: ''\n\t\t}\n\t},\n\tonShow() {\n\t\tthis.getdaibanlist();\n\t\tthis.isshowrenwu();\n\t\t// 获取顶部数据\n\t\tthis.gettopdata();\n\t\t// 获取项目数量\n\t\tthis.getbudget()\n\t},\n\n\tonNavigationBarButtonTap() {\n\t\t// 点击筛选\n\t},\n\tonResize() {\n\t\t// 监听屏幕缩放\n\t},\n\tmethods: {\n\t\txuanze(e) {\n\t\t\tlet index = e.currentTarget.dataset.index;\n\t\t\tconsole.log(index)\n\t\t\tthis.sel = index;\n\t\t\tif (index == 0) {\n\t\t\t\tthis.status = 0\n\t\t\t} else if (index == 1) {\n\t\t\t\tthis.status = 1\n\t\t\t} else if (index == 2) {\n\t\t\t\tthis.status = 2\n\t\t\t}\n\n\t\t\tthis.getdaibanlist();\n\t\t},\n\n\t\tunction(num) {\n\t\t\tvar result = '',\n\t\t\t\tcounter = 0;\n\t\t\tnum = (num || 0).toString();\n\t\t\tfor (var i = num.length - 1; i >= 0; i--) {\n\t\t\t\tcounter++;\n\t\t\t\tresult = num.charAt(i) + result;\n\t\t\t\tif (!(counter % 3) && i != 0) {\n\t\t\t\t\tresult = ',' + result;\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn result;\n\t\t},\n\t\t// 获取评审数据\n\t\tgettopdata() {\n\t\t\tlet that = this;\n\t\t\tlet url = \"project/Select_ProjectNumber\";\n\t\t\tlet Userid = uni.getStorageSync('userid')\n\t\t\tlet param = {\n\t\t\t\tUserid: Userid,\n\t\t\t\trole: uni.getStorageSync(\"role\"),\n\t\t\t\ttype: 'assessment'\n\t\t\t};\n\t\t\tapp.post(url, param, 'get').then(r => {\n\t\t\t\tconsole.log('顶部数据', r)\n\t\t\t\tthis.review = r.data[0]\n\t\t\t\t// console.log('99988000', JSON.stringify(r.data))\n\n\n\n\t\t\t}).catch(err => {\n\t\t\t\tconsole.log(err)\n\n\t\t\t})\n\t\t},\n\t\t// 获取项目数量\n\t\tgetbudget() {\n\t\t\tlet that = this;\n\t\t\tlet url = \"project/Select_ProjectNumber\";\n\t\t\tlet Userid = uni.getStorageSync('userid')\n\t\t\tlet param = {\n\t\t\t\tUserid: Userid,\n\t\t\t\trole: uni.getStorageSync(\"role\"),\n\t\t\t\ttype: 'project'\n\t\t\t};\n\t\t\tapp.post(url, param, 'get').then(r => {\n\t\t\t\tconsole.log('顶部数据', r)\n\t\t\t\tthis.budget = r.data[0]\n\t\t\t\t// console.log('99988000', JSON.stringify(r.data))\n\n\t\t\t}).catch(err => {\n\t\t\t\tconsole.log(err)\n\t\t\t})\n\t\t},\n\t\t// 获取待办事项列表\n\t\tgetdaibanlist() {\n\t\t\tlet that = this;\n\t\t\tlet url = \"project/Get_Agencymatters\";\n\t\t\tlet Userid = uni.getStorageSync('userid')\n\t\t\tlet param = {\n\t\t\t\tUserid: Userid,\n\t\t\t\tstatus: that.status,\n\t\t\t\trole: uni.getStorageSync(\"role\")\n\t\t\t};\n\t\t\tconsole.log('9999', param)\n\t\t\tapp.post(url, param, 'get').then(r => {\n\t\t\t\tconsole.log(r)\n\t\t\t\t// console.log('99988000', JSON.stringify(r.data))\n\t\t\t\tthis.daibanlist = r.data;\n\t\t\t\t// console.log(this.daibanlist)\n\t\t\t\tlet newdaibanlist = this.daibanlist;\n\t\t\t\tfor (var obj of newdaibanlist) {\n\t\t\t\t\tobj.fcreatedate = obj.fcreatedate.split(\"T\");\n\t\t\t\t\tobj.fcreatedate = obj.fcreatedate[0]\n\t\t\t\t}\n\t\t\t\tthis.daibanlist = newdaibanlist;\n\n\t\t\t}).catch(err => {\n\t\t\t\tconsole.log(err)\n\n\t\t\t})\n\t\t},\n\t\t// 跳到投票详情\n\t\tgovoice(item) {\n\n\t\t\t// let disid=e.target.dataset.disid;\n\t\t\t// let item=e.currentTarget.dataset.item;\n\t\t\t// console.log('999',item)\n\t\t\t// let fteamid=item.ftemid;\n\t\t\t// let fprojectid=item.fprojectid;\n\t\t\t// console.log(fprojectid)\n\t\t\t// item=JSON.stringify(item);\n\t\t\t// console.log(item)\n\t\t\t// uni.navigateTo({\n\t\t\t// \turl: '../zixundanweifen/zixundanweifen?disid='+disid+'&item='+item+'&fteamid='+fteamid+'&fprojectid='+fprojectid\n\t\t\t// })\n\t\t\tconsole.log('daddaa', item)\n\t\t\tlet id = item.fprojectid;\n\t\t\tlet disid = item.fdisid;\n\t\t\tconsole.log('37474334887', item.fbizformid)\n\t\t\t// 咨询单位分配详细页面\n\t\t\tif (item.fbizformid == 'bd_advisory') {\n\t\t\t\tuni.navigateTo({\n\t\t\t\t\turl: '../zixundanweifen/zixundanweifen?dfprojectid=' + id + '&disid=' + disid\n\t\t\t\t})\n\t\t\t} else if (item.fbizformid == 'bd_distribution') {\n\t\t\t\t// 项目组分配 详细页面\n\t\t\t\tuni.navigateTo({\n\t\t\t\t\turl: '/pages/zixunfenpei/zixunfenpei?projectid=' + id\n\t\t\t\t})\n\t\t\t} else if (item.fbizformid == 'int_projectInventory') {\n\t\t\t\tvar newitem=JSON.stringify(item)\n\n\t\t\t\t// type 1 预算 2 结算 3决算 4土地成本\n\t\t\t\tif (item.freviewtype == '预算') {\n\t\t\t\t\tuni.navigateTo({\n\t\t\t\t\t\turl: '/pages/projectziliao/projectziliao?projectid=' + id + '&type=' + 1+'&item='+newitem\n\t\t\t\t\t})\n\t\t\t\t}\n\t\t\t} else if (item.fbizformid == 'int_problemquestion') {\n\t\t\t\tconsole.log(item)\n\t\t\t\tuni.navigateTo({\n\t\t\t\t\turl: '/pages/seequestion/seequestion?projectid=' + id\n\t\t\t\t})\n\t\t\t}\n\n\n\t\t},\n\t\tgocenter() {\n\t\t\tuni.navigateTo({\n\t\t\t\turl: '../taizhang/taizhang'\n\t\t\t})\n\t\t},\n\t\t// 是否显示我的任务\n\t\tisshowrenwu() {\n\t\t\tlet that = this;\n\t\t\tlet url = \"project/Get_Menuhiding\";\n\t\t\tlet param = {\n\t\t\t\tfuserid: uni.getStorageSync(\"userid\"),\n\t\t\t\trole: uni.getStorageSync(\"role\")\n\t\t\t}\n\n\n\t\t\tapp.post(url, param, 'get').then(r => {\n\t\t\t\tconsole.log(r)\n\t\t\t\tthis.showhide = r.data\n\t\t\t\tuni.setStorageSync(\"showhide\", r.data)\n\t\t\t\tif (that.showhide[3].status !=0) {\n\t\t\t\t\tconsole.log(9090)\n\t\t\t\t\tuni.redirectTo({\n\t\t\t\t\t\turl: '../taizhang/taizhang'\n\t\t\t\t\t})\n\t\t\t\t}\n\t\t\t\t// this.daibanlist = r.data;\n\t\t\t\t// let newdaibanlist = this.daibanlist;\n\t\t\t\t// for (var obj of newdaibanlist) {\n\t\t\t\t// \tobj.fcreatedate = obj.fcreatedate.split(\"T\");\n\t\t\t\t// \tobj.fcreatedate = obj.fcreatedate[0]\n\t\t\t\t// }\n\t\t\t\t// this.daibanlist = newdaibanlist\n\n\n\t\t\t}).catch(err => {\n\t\t\t\tconsole.log(err)\n\n\t\t\t})\n\t\t}\n\n\t},\n\tonLoad(options) {\n\n\t\tconsole.log(988766)\n\t\tconsole.log('转数字', this.unction(452369874))\n\t\tuni.setNavigationBarTitle({\n\t\t\ttitle: '投资项目管理平台' + '(' + uni.getStorageSync(\"name\") + ')'\n\t\t});\n\n\n\t},\n\n}\n","import mod from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\mini-css-extract-plugin\\\\dist\\\\loader.js??ref--6-oneOf-1-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\css-loader\\\\dist\\\\cjs.js??ref--6-oneOf-1-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\stylePostLoader.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--6-oneOf-1-2!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\postcss-loader\\\\src\\\\index.js??ref--6-oneOf-1-3!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./daiban.vue?vue&type=style&index=0&lang=css&\"; export default mod; export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\mini-css-extract-plugin\\\\dist\\\\loader.js??ref--6-oneOf-1-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\css-loader\\\\dist\\\\cjs.js??ref--6-oneOf-1-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\stylePostLoader.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--6-oneOf-1-2!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\postcss-loader\\\\src\\\\index.js??ref--6-oneOf-1-3!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./daiban.vue?vue&type=style&index=0&lang=css&\"","// extracted by mini-css-extract-plugin\n if(module.hot) {\n // 1589774461098\n var cssReload = require(\"F:/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/hmr/hotModuleReplacement.js\")(module.id, {\"hmr\":true,\"publicPath\":\"../../\",\"locals\":false});\n module.hot.dispose(cssReload);\n module.hot.accept(undefined, cssReload);\n }\n ","// extracted by mini-css-extract-plugin\n if(module.hot) {\n // 1589774460911\n var cssReload = require(\"F:/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/hmr/hotModuleReplacement.js\")(module.id, {\"hmr\":true,\"publicPath\":\"../../\",\"locals\":false});\n module.hot.dispose(cssReload);\n module.hot.accept(undefined, cssReload);\n }\n ","var render, staticRenderFns, recyclableRender, components\nvar renderjs\nimport script from \"./App.vue?vue&type=script&lang=js&\"\nexport * from \"./App.vue?vue&type=script&lang=js&\"\nimport style0 from \"./App.vue?vue&type=style&index=0&lang=css&\"\n\n\n/* normalize component */\nimport normalizer from \"!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\runtime\\\\componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null,\n false,\n components,\n renderjs\n)\n\ncomponent.options.__file = \"G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue\"\nexport default component.exports"],"sourceRoot":""}
\ No newline at end of file
... ...
{"version":3,"sources":["webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/main.js","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/danweitaizhang/danweitaizhang.vue?fff9","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/danweitaizhang/danweitaizhang.vue?c45b","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/danweitaizhang/danweitaizhang.vue?87d5","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/danweitaizhang/danweitaizhang.vue?c29e","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/danweitaizhang/danweitaizhang.vue","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/danweitaizhang/danweitaizhang.vue?1630","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/danweitaizhang/danweitaizhang.vue?6dee"],"names":["createPage","Page","data","selact","showping","onLoad","methods","fenhui","e","console","log","id","currentTarget","dataset","screenheng","hidefenlei"],"mappings":";;;;;;;;;;kDAAA,wCAAmB;AACnB;AACA,wH;AACAA,UAAU,CAACC,uBAAD,CAAV,C;;;;;;;;;;;;;ACHA;AAAA;AAAA;AAAA;AAAA;AAAA;AAA2H;AAC3H;AACkE;AACL;AACa;;;AAG1E;AACqK;AACrK,gBAAgB,+KAAU;AAC1B,EAAE,oFAAM;AACR,EAAE,yFAAM;AACR,EAAE,kGAAe;AACjB;AACA;AACA;AACA;AACA;AACA,EAAE,6FAAU;AACZ;AACA;;AAEA;AACe,gF;;;;;;;;;;;;ACvBf;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;;;;;;;;;;;;ACAA;AAAA;AAAA;AAAA;AAAA;AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;;;;;;;;;;;;ACRA;AAAA;AAAA;AAAA;AAAwmB,CAAgB,koBAAG,EAAC,C;;;;;;;;;;;;wFCA5nB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEe;AACdC,MADc,kBACP;AACN,WAAO;AACNC,YAAM,EAAE,CADF;AAENC,cAAQ,EAAC,KAFH,EAAP;;AAIA,GANa;AAOdC,QAPc,oBAOL;;AAER,GATa;AAUdC,SAAO,EAAE;AACRC,UADQ,kBACDC,CADC,EACE;AACTC,aAAO,CAACC,GAAR,CAAYF,CAAZ;AACA,UAAIG,EAAE,GAAGH,CAAC,CAACI,aAAF,CAAgBC,OAAhB,CAAwBF,EAAjC;AACAF,aAAO,CAACC,GAAR,CAAYC,EAAZ;AACA,WAAKR,MAAL,GAAcQ,EAAd;AACA,KANO;AAOR;AACAG,cARQ,wBAQK;AACZL,aAAO,CAACC,GAAR,CAAY,GAAZ;AACA;AACA,KAXO;AAYRK,cAZQ,wBAYI;AACX,WAAKX,QAAL,GAAc,KAAd;AACA,KAdO,EAVK,E;;;;;;;;;;;;AC1Gf;AAAA;AAAA;AAAA;AAA03B,CAAgB,23BAAG,EAAC,C;;;;;;;;;;;ACA94B;AACA,OAAO,KAAU,EAAE,kBAKd","file":"pages/danweitaizhang/danweitaizhang.js","sourcesContent":["import 'uni-pages';import '@dcloudio/uni-stat';\nimport Vue from 'vue'\nimport Page from './pages/danweitaizhang/danweitaizhang.vue'\ncreatePage(Page)","import { render, staticRenderFns, recyclableRender, components } from \"./danweitaizhang.vue?vue&type=template&id=7674b3ed&\"\nvar renderjs\nimport script from \"./danweitaizhang.vue?vue&type=script&lang=js&\"\nexport * from \"./danweitaizhang.vue?vue&type=script&lang=js&\"\nimport style0 from \"./danweitaizhang.vue?vue&type=style&index=0&lang=css&\"\n\n\n/* normalize component */\nimport normalizer from \"!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\runtime\\\\componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null,\n false,\n components,\n renderjs\n)\n\ncomponent.options.__file = \"G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/danweitaizhang/danweitaizhang.vue\"\nexport default component.exports","export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\templateLoader.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--16-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\template.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-uni-app-loader\\\\page-meta.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./danweitaizhang.vue?vue&type=template&id=7674b3ed&\"","var components\nvar render = function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n}\nvar recyclableRender = false\nvar staticRenderFns = []\nrender._withStripped = true\n\nexport { render, staticRenderFns, recyclableRender, components }","import mod from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\babel-loader\\\\lib\\\\index.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--12-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\script.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./danweitaizhang.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\babel-loader\\\\lib\\\\index.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--12-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\script.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./danweitaizhang.vue?vue&type=script&lang=js&\"","//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n\nexport default {\n\tdata() {\n\t\treturn {\n\t\t\tselact: 1,\n\t\t\tshowping:false\n\t\t}\n\t},\n\tonLoad() {\n\n\t},\n\tmethods: {\n\t\tfenhui(e) {\n\t\t\tconsole.log(e)\n\t\t\tlet id = e.currentTarget.dataset.id;\n\t\t\tconsole.log(id)\n\t\t\tthis.selact = id;\n\t\t},\n\t\t// 横屏显示\n\t\tscreenheng() {\n\t\t\tconsole.log(999)\n\t\t\t// plus.screen.lockOrientation('landscape-primary');\n\t\t},\n\t\thidefenlei(){\n\t\t\tthis.showping=false\n\t\t}\n\t},\n\n}\n","import mod from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\mini-css-extract-plugin\\\\dist\\\\loader.js??ref--6-oneOf-1-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\css-loader\\\\dist\\\\cjs.js??ref--6-oneOf-1-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\stylePostLoader.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--6-oneOf-1-2!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\postcss-loader\\\\src\\\\index.js??ref--6-oneOf-1-3!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./danweitaizhang.vue?vue&type=style&index=0&lang=css&\"; export default mod; export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\mini-css-extract-plugin\\\\dist\\\\loader.js??ref--6-oneOf-1-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\css-loader\\\\dist\\\\cjs.js??ref--6-oneOf-1-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\stylePostLoader.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--6-oneOf-1-2!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\postcss-loader\\\\src\\\\index.js??ref--6-oneOf-1-3!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./danweitaizhang.vue?vue&type=style&index=0&lang=css&\"","// extracted by mini-css-extract-plugin\n if(module.hot) {\n // 1587698424588\n var cssReload = require(\"F:/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/hmr/hotModuleReplacement.js\")(module.id, {\"hmr\":true,\"publicPath\":\"../../\",\"locals\":false});\n module.hot.dispose(cssReload);\n module.hot.accept(undefined, cssReload);\n }\n "],"sourceRoot":""}
\ No newline at end of file
{"version":3,"sources":["webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/main.js","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/danweitaizhang/danweitaizhang.vue?fff9","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/danweitaizhang/danweitaizhang.vue?c45b","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/danweitaizhang/danweitaizhang.vue?87d5","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/danweitaizhang/danweitaizhang.vue?c29e","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/danweitaizhang/danweitaizhang.vue","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/danweitaizhang/danweitaizhang.vue?1630","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/danweitaizhang/danweitaizhang.vue?6dee"],"names":["createPage","Page","data","selact","showping","onLoad","methods","fenhui","e","console","log","id","currentTarget","dataset","screenheng","hidefenlei"],"mappings":";;;;;;;;;;kDAAA,wCAAmB;AACnB;AACA,wH;AACAA,UAAU,CAACC,uBAAD,CAAV,C;;;;;;;;;;;;;ACHA;AAAA;AAAA;AAAA;AAAA;AAAA;AAA2H;AAC3H;AACkE;AACL;AACa;;;AAG1E;AACqK;AACrK,gBAAgB,+KAAU;AAC1B,EAAE,oFAAM;AACR,EAAE,yFAAM;AACR,EAAE,kGAAe;AACjB;AACA;AACA;AACA;AACA;AACA,EAAE,6FAAU;AACZ;AACA;;AAEA;AACe,gF;;;;;;;;;;;;ACvBf;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;;;;;;;;;;;;ACAA;AAAA;AAAA;AAAA;AAAA;AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;;;;;;;;;;;;ACRA;AAAA;AAAA;AAAA;AAAwmB,CAAgB,koBAAG,EAAC,C;;;;;;;;;;;;wFCA5nB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEe;AACdC,MADc,kBACP;AACN,WAAO;AACNC,YAAM,EAAE,CADF;AAENC,cAAQ,EAAC,KAFH,EAAP;;AAIA,GANa;AAOdC,QAPc,oBAOL;;AAER,GATa;AAUdC,SAAO,EAAE;AACRC,UADQ,kBACDC,CADC,EACE;AACTC,aAAO,CAACC,GAAR,CAAYF,CAAZ;AACA,UAAIG,EAAE,GAAGH,CAAC,CAACI,aAAF,CAAgBC,OAAhB,CAAwBF,EAAjC;AACAF,aAAO,CAACC,GAAR,CAAYC,EAAZ;AACA,WAAKR,MAAL,GAAcQ,EAAd;AACA,KANO;AAOR;AACAG,cARQ,wBAQK;AACZL,aAAO,CAACC,GAAR,CAAY,GAAZ;AACA;AACA,KAXO;AAYRK,cAZQ,wBAYI;AACX,WAAKX,QAAL,GAAc,KAAd;AACA,KAdO,EAVK,E;;;;;;;;;;;;AC1Gf;AAAA;AAAA;AAAA;AAA03B,CAAgB,23BAAG,EAAC,C;;;;;;;;;;;ACA94B;AACA,OAAO,KAAU,EAAE,kBAKd","file":"pages/danweitaizhang/danweitaizhang.js","sourcesContent":["import 'uni-pages';import '@dcloudio/uni-stat';\nimport Vue from 'vue'\nimport Page from './pages/danweitaizhang/danweitaizhang.vue'\ncreatePage(Page)","import { render, staticRenderFns, recyclableRender, components } from \"./danweitaizhang.vue?vue&type=template&id=7674b3ed&\"\nvar renderjs\nimport script from \"./danweitaizhang.vue?vue&type=script&lang=js&\"\nexport * from \"./danweitaizhang.vue?vue&type=script&lang=js&\"\nimport style0 from \"./danweitaizhang.vue?vue&type=style&index=0&lang=css&\"\n\n\n/* normalize component */\nimport normalizer from \"!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\runtime\\\\componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null,\n false,\n components,\n renderjs\n)\n\ncomponent.options.__file = \"G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/danweitaizhang/danweitaizhang.vue\"\nexport default component.exports","export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\templateLoader.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--16-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\template.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-uni-app-loader\\\\page-meta.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./danweitaizhang.vue?vue&type=template&id=7674b3ed&\"","var components\nvar render = function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n}\nvar recyclableRender = false\nvar staticRenderFns = []\nrender._withStripped = true\n\nexport { render, staticRenderFns, recyclableRender, components }","import mod from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\babel-loader\\\\lib\\\\index.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--12-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\script.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./danweitaizhang.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\babel-loader\\\\lib\\\\index.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--12-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\script.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./danweitaizhang.vue?vue&type=script&lang=js&\"","//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n\nexport default {\n\tdata() {\n\t\treturn {\n\t\t\tselact: 1,\n\t\t\tshowping:false\n\t\t}\n\t},\n\tonLoad() {\n\n\t},\n\tmethods: {\n\t\tfenhui(e) {\n\t\t\tconsole.log(e)\n\t\t\tlet id = e.currentTarget.dataset.id;\n\t\t\tconsole.log(id)\n\t\t\tthis.selact = id;\n\t\t},\n\t\t// 横屏显示\n\t\tscreenheng() {\n\t\t\tconsole.log(999)\n\t\t\t// plus.screen.lockOrientation('landscape-primary');\n\t\t},\n\t\thidefenlei(){\n\t\t\tthis.showping=false\n\t\t}\n\t},\n\n}\n","import mod from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\mini-css-extract-plugin\\\\dist\\\\loader.js??ref--6-oneOf-1-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\css-loader\\\\dist\\\\cjs.js??ref--6-oneOf-1-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\stylePostLoader.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--6-oneOf-1-2!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\postcss-loader\\\\src\\\\index.js??ref--6-oneOf-1-3!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./danweitaizhang.vue?vue&type=style&index=0&lang=css&\"; export default mod; export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\mini-css-extract-plugin\\\\dist\\\\loader.js??ref--6-oneOf-1-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\css-loader\\\\dist\\\\cjs.js??ref--6-oneOf-1-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\stylePostLoader.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--6-oneOf-1-2!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\postcss-loader\\\\src\\\\index.js??ref--6-oneOf-1-3!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./danweitaizhang.vue?vue&type=style&index=0&lang=css&\"","// extracted by mini-css-extract-plugin\n if(module.hot) {\n // 1589774460978\n var cssReload = require(\"F:/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/hmr/hotModuleReplacement.js\")(module.id, {\"hmr\":true,\"publicPath\":\"../../\",\"locals\":false});\n module.hot.dispose(cssReload);\n module.hot.accept(undefined, cssReload);\n }\n "],"sourceRoot":""}
\ No newline at end of file
... ...
{"version":3,"sources":["webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue?d032","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue?7f10","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue?431f","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/main.js","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/danweivote/danweivote.vue?22bd","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/danweivote/danweivote.vue?8ea4","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/danweivote/danweivote.vue?dd33","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/danweivote/danweivote.vue?3a7c","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/danweivote/danweivote.vue","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/danweivote/danweivote.vue?2f6f","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/danweivote/danweivote.vue?3d17","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue?1912"],"names":["onLaunch","console","log","onShow","onHide","post","url","data","method","promise","Promise","resolve","reject","that","token","uni","getStorageSync","header","postData","request","globalData","baseUrl","success","res","statusCode","fail","e","wx","hideNavigationBarLoading","complete","daa","userInfo","createPage","Page","rizhilist","fprojectid","onLoad","options","id","getrizhilist","methods","param","app","then","r","newrizhilist","obj","fcreatedate","split","catch","err","enterxiangmu","keyword","target","value"],"mappings":"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","file":"pages/danweivote/danweivote.js","sourcesContent":["import mod from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\babel-loader\\\\lib\\\\index.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--12-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\script.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./App.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\babel-loader\\\\lib\\\\index.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--12-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\script.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./App.vue?vue&type=script&lang=js&\"","\nexport default {\n\tonLaunch: function() {\n\t\tconsole.log('App Launch')\n\t\t// plus.screen.lockOrientation('portrait-primary');\n\t},\n\tonShow: function() {\n\n\t\tconsole.log('App Show')\n\t},\n\tonHide: function() {\n\t\tconsole.log('App Hide')\n\t},\n\tpost: function(url, data, method) {\n\n\t\t// (showLoad == undefined || showLoad) ?\n\t\t// wx.showLoading({\n\t\t// title: '加载中',\n\t\t// }) : ''\n\t\t// wx.showNavigationBarLoading()\n\t\tvar promise = new Promise((resolve, reject) => {\n\t\t\t//init\n\t\t\tlet that = this,\n\t\t\t\ttoken = uni.getStorageSync('token'),\n\t\t\t\theader = {\n\t\t\t\t\ttoken: token || ''\n\t\t\t\t},\n\t\t\t\tpostData;\n\n\t\t\t// console.log(token,\"token\")\n\t\t\t//网络请求 \n\t\t\tuni.request({\n\t\t\t\turl: this.globalData.baseUrl + url,\n\t\t\t\tdata: data,\n\t\t\t\tmethod: method,\n\t\t\t\theader: header,\n\t\t\t\tsuccess: function(res) {\n\t\t\t\t\t// console.log(res)//返回取得的数据\n\t\t\t\t\t// console.log(res)\n\t\t\t\t\tif (res.statusCode == 200) {\n\t\t\t\t\t\tresolve(res);\n\t\t\t\t\t} else {\n\t\t\t\t\t\t// uni.showToast({\n\t\t\t\t\t\t// \ttitle: res.data.msg,\n\t\t\t\t\t\t// \ticon: 'none',\n\t\t\t\t\t\t// })\n\t\t\t\t\t\treject(res.data)\n\t\t\t\t\t\t// if (res.data.code == '401') {}\n\t\t\t\t\t}\n\t\t\t\t\t// (showLoad || showLoad == undefined) ? wx.hideLoading(): \"\";\n\t\t\t\t\t// wx.hideNavigationBarLoading()\n\t\t\t\t},\n\t\t\t\tfail: function(e) {\n\t\t\t\t\tconsole.log(e)\n\t\t\t\t\treject('网络出错');\n\t\t\t\t\t// (showLoad || showLoad == undefined) ? wx.hideLoading() : \"\";\n\t\t\t\t\twx.hideNavigationBarLoading()\n\t\t\t\t},\n\t\t\t\tcomplete: function(daa) {\n\t\t\t\t\t// console.log(daa)\n\t\t\t\t}\n\t\t\t})\n\t\t});\n\t\treturn promise;\n\t},\n\tglobalData: {\n\t\tuserInfo: null,\n\t\t// baseUrl: 'http://icrgangjuren.w.brotop.cn/'\n\t\tbaseUrl: 'https://www.bjzha.net/api/'\n\t}\n}\n","import mod from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\mini-css-extract-plugin\\\\dist\\\\loader.js??ref--6-oneOf-1-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\css-loader\\\\dist\\\\cjs.js??ref--6-oneOf-1-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\stylePostLoader.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--6-oneOf-1-2!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\postcss-loader\\\\src\\\\index.js??ref--6-oneOf-1-3!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./App.vue?vue&type=style&index=0&lang=css&\"; export default mod; export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\mini-css-extract-plugin\\\\dist\\\\loader.js??ref--6-oneOf-1-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\css-loader\\\\dist\\\\cjs.js??ref--6-oneOf-1-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\stylePostLoader.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--6-oneOf-1-2!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\postcss-loader\\\\src\\\\index.js??ref--6-oneOf-1-3!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./App.vue?vue&type=style&index=0&lang=css&\"","// extracted by mini-css-extract-plugin\n if(module.hot) {\n // 1587698424531\n var cssReload = require(\"F:/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/hmr/hotModuleReplacement.js\")(module.id, {\"hmr\":true,\"publicPath\":\"../../\",\"locals\":false});\n module.hot.dispose(cssReload);\n module.hot.accept(undefined, cssReload);\n }\n ","import 'uni-pages';import '@dcloudio/uni-stat';\nimport Vue from 'vue'\nimport Page from './pages/danweivote/danweivote.vue'\ncreatePage(Page)","import { render, staticRenderFns, recyclableRender, components } from \"./danweivote.vue?vue&type=template&id=dfb96fa6&\"\nvar renderjs\nimport script from \"./danweivote.vue?vue&type=script&lang=js&\"\nexport * from \"./danweivote.vue?vue&type=script&lang=js&\"\nimport style0 from \"./danweivote.vue?vue&type=style&index=0&lang=css&\"\n\n\n/* normalize component */\nimport normalizer from \"!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\runtime\\\\componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null,\n false,\n components,\n renderjs\n)\n\ncomponent.options.__file = \"G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/danweivote/danweivote.vue\"\nexport default component.exports","export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\templateLoader.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--16-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\template.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-uni-app-loader\\\\page-meta.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./danweivote.vue?vue&type=template&id=dfb96fa6&\"","var components\nvar render = function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n}\nvar recyclableRender = false\nvar staticRenderFns = []\nrender._withStripped = true\n\nexport { render, staticRenderFns, recyclableRender, components }","import mod from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\babel-loader\\\\lib\\\\index.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--12-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\script.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./danweivote.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\babel-loader\\\\lib\\\\index.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--12-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\script.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./danweivote.vue?vue&type=script&lang=js&\"","//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n\nimport app from \"../../App.vue\";\nexport default {\n\tdata() {\n\t\treturn {\n\t\t\trizhilist: [],\n\t\t\tfprojectid: ''\n\t\t}\n\t},\n\tonLoad(options) {\n\t\tconsole.log('参数', options)\n\t\tthis.fprojectid = options.id;\n\t\tconsole.log('111', this.fprojectid)\n\n\t\tthis.getrizhilist()\n\t},\n\tmethods: {\n\n\t\tgetrizhilist() {\n\t\t\tconsole.log(999)\n\t\t\tlet that = this;\n\t\t\tlet url = \"project/Get_viewloglist\";\n\t\t\tlet param = {\n\t\t\t\tfprojectid: this.fprojectid,\n\n\t\t\t}\n\t\t\tapp.post(url, param, 'get').then(r => {\n\t\t\t\tconsole.log(r)\n\n\n\t\t\t\t// console.log('1234567890',JSON.stringify(r))\n\t\t\t\tthat.rizhilist = r.data;\n\t\t\t\tlet newrizhilist = this.rizhilist;\n\t\t\t\tfor (var obj of newrizhilist) {\n\t\t\t\t\tobj.fcreatedate = obj.fcreatedate.split(\"T\");\n\t\t\t\t\tobj.fcreatedate = obj.fcreatedate[0]\n\t\t\t\t}\n\t\t\t\tthat.rizhilist = newrizhilist;\n\t\t\t\t\n\n\n\t\t\t}).catch(err => {\n\t\t\t\tconsole.log(err)\n\n\t\t\t})\n\t\t},\n\t\tenterxiangmu(e) {\n\t\t\tconsole.log(e)\n\t\t\tthis.keyword = e.target.value;\n\n\n\t\t},\n\n\n\t}\n}\n","import mod from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\mini-css-extract-plugin\\\\dist\\\\loader.js??ref--6-oneOf-1-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\css-loader\\\\dist\\\\cjs.js??ref--6-oneOf-1-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\stylePostLoader.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--6-oneOf-1-2!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\postcss-loader\\\\src\\\\index.js??ref--6-oneOf-1-3!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./danweivote.vue?vue&type=style&index=0&lang=css&\"; export default mod; export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\mini-css-extract-plugin\\\\dist\\\\loader.js??ref--6-oneOf-1-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\css-loader\\\\dist\\\\cjs.js??ref--6-oneOf-1-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\stylePostLoader.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--6-oneOf-1-2!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\postcss-loader\\\\src\\\\index.js??ref--6-oneOf-1-3!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./danweivote.vue?vue&type=style&index=0&lang=css&\"","// extracted by mini-css-extract-plugin\n if(module.hot) {\n // 1587698424529\n var cssReload = require(\"F:/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/hmr/hotModuleReplacement.js\")(module.id, {\"hmr\":true,\"publicPath\":\"../../\",\"locals\":false});\n module.hot.dispose(cssReload);\n module.hot.accept(undefined, cssReload);\n }\n ","var render, staticRenderFns, recyclableRender, components\nvar renderjs\nimport script from \"./App.vue?vue&type=script&lang=js&\"\nexport * from \"./App.vue?vue&type=script&lang=js&\"\nimport style0 from \"./App.vue?vue&type=style&index=0&lang=css&\"\n\n\n/* normalize component */\nimport normalizer from \"!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\runtime\\\\componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null,\n false,\n components,\n renderjs\n)\n\ncomponent.options.__file = \"G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue\"\nexport default component.exports"],"sourceRoot":""}
\ No newline at end of file
{"version":3,"sources":["webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue?d032","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue?7f10","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue?431f","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/main.js","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/danweivote/danweivote.vue?22bd","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/danweivote/danweivote.vue?8ea4","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/danweivote/danweivote.vue?dd33","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/danweivote/danweivote.vue?3a7c","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/danweivote/danweivote.vue","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/danweivote/danweivote.vue?2f6f","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/danweivote/danweivote.vue?3d17","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue?1912"],"names":["onLaunch","console","log","onShow","onHide","post","url","data","method","promise","Promise","resolve","reject","that","token","uni","getStorageSync","header","postData","request","globalData","baseUrl","success","res","statusCode","fail","e","wx","hideNavigationBarLoading","complete","daa","userInfo","createPage","Page","rizhilist","fprojectid","onLoad","options","id","getrizhilist","methods","param","app","then","r","newrizhilist","obj","fcreatedate","split","catch","err","enterxiangmu","keyword","target","value"],"mappings":"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","file":"pages/danweivote/danweivote.js","sourcesContent":["import mod from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\babel-loader\\\\lib\\\\index.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--12-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\script.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./App.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\babel-loader\\\\lib\\\\index.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--12-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\script.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./App.vue?vue&type=script&lang=js&\"","\nexport default {\n\tonLaunch: function() {\n\t\tconsole.log('App Launch')\n\t\t// plus.screen.lockOrientation('portrait-primary');\n\t},\n\tonShow: function() {\n\n\t\tconsole.log('App Show')\n\t},\n\tonHide: function() {\n\t\tconsole.log('App Hide')\n\t},\n\tpost: function(url, data, method) {\n\n\t\t// (showLoad == undefined || showLoad) ?\n\t\t// wx.showLoading({\n\t\t// title: '加载中',\n\t\t// }) : ''\n\t\t// wx.showNavigationBarLoading()\n\t\tvar promise = new Promise((resolve, reject) => {\n\t\t\t//init\n\t\t\tlet that = this,\n\t\t\t\ttoken = uni.getStorageSync('token'),\n\t\t\t\theader = {\n\t\t\t\t\ttoken: token || ''\n\t\t\t\t},\n\t\t\t\tpostData;\n\n\t\t\t// console.log(token,\"token\")\n\t\t\t//网络请求 \n\t\t\tuni.request({\n\t\t\t\turl: this.globalData.baseUrl + url,\n\t\t\t\tdata: data,\n\t\t\t\tmethod: method,\n\t\t\t\theader: header,\n\t\t\t\tsuccess: function(res) {\n\t\t\t\t\t// console.log(res)//返回取得的数据\n\t\t\t\t\t// console.log(res)\n\t\t\t\t\tif (res.statusCode == 200) {\n\t\t\t\t\t\tresolve(res);\n\t\t\t\t\t} else {\n\t\t\t\t\t\t// uni.showToast({\n\t\t\t\t\t\t// \ttitle: res.data.msg,\n\t\t\t\t\t\t// \ticon: 'none',\n\t\t\t\t\t\t// })\n\t\t\t\t\t\treject(res.data)\n\t\t\t\t\t\t// if (res.data.code == '401') {}\n\t\t\t\t\t}\n\t\t\t\t\t// (showLoad || showLoad == undefined) ? wx.hideLoading(): \"\";\n\t\t\t\t\t// wx.hideNavigationBarLoading()\n\t\t\t\t},\n\t\t\t\tfail: function(e) {\n\t\t\t\t\tconsole.log(e)\n\t\t\t\t\treject('网络出错');\n\t\t\t\t\t// (showLoad || showLoad == undefined) ? wx.hideLoading() : \"\";\n\t\t\t\t\twx.hideNavigationBarLoading()\n\t\t\t\t},\n\t\t\t\tcomplete: function(daa) {\n\t\t\t\t\t// console.log(daa)\n\t\t\t\t}\n\t\t\t})\n\t\t});\n\t\treturn promise;\n\t},\n\tglobalData: {\n\t\tuserInfo: null,\n\t\t// baseUrl: 'http://icrgangjuren.w.brotop.cn/'\n\t\tbaseUrl: 'https://www.bjzha.net/api/'\n\t}\n}\n","import mod from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\mini-css-extract-plugin\\\\dist\\\\loader.js??ref--6-oneOf-1-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\css-loader\\\\dist\\\\cjs.js??ref--6-oneOf-1-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\stylePostLoader.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--6-oneOf-1-2!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\postcss-loader\\\\src\\\\index.js??ref--6-oneOf-1-3!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./App.vue?vue&type=style&index=0&lang=css&\"; export default mod; export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\mini-css-extract-plugin\\\\dist\\\\loader.js??ref--6-oneOf-1-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\css-loader\\\\dist\\\\cjs.js??ref--6-oneOf-1-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\stylePostLoader.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--6-oneOf-1-2!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\postcss-loader\\\\src\\\\index.js??ref--6-oneOf-1-3!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./App.vue?vue&type=style&index=0&lang=css&\"","// extracted by mini-css-extract-plugin\n if(module.hot) {\n // 1589774460911\n var cssReload = require(\"F:/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/hmr/hotModuleReplacement.js\")(module.id, {\"hmr\":true,\"publicPath\":\"../../\",\"locals\":false});\n module.hot.dispose(cssReload);\n module.hot.accept(undefined, cssReload);\n }\n ","import 'uni-pages';import '@dcloudio/uni-stat';\nimport Vue from 'vue'\nimport Page from './pages/danweivote/danweivote.vue'\ncreatePage(Page)","import { render, staticRenderFns, recyclableRender, components } from \"./danweivote.vue?vue&type=template&id=dfb96fa6&\"\nvar renderjs\nimport script from \"./danweivote.vue?vue&type=script&lang=js&\"\nexport * from \"./danweivote.vue?vue&type=script&lang=js&\"\nimport style0 from \"./danweivote.vue?vue&type=style&index=0&lang=css&\"\n\n\n/* normalize component */\nimport normalizer from \"!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\runtime\\\\componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null,\n false,\n components,\n renderjs\n)\n\ncomponent.options.__file = \"G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/danweivote/danweivote.vue\"\nexport default component.exports","export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\templateLoader.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--16-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\template.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-uni-app-loader\\\\page-meta.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./danweivote.vue?vue&type=template&id=dfb96fa6&\"","var components\nvar render = function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n}\nvar recyclableRender = false\nvar staticRenderFns = []\nrender._withStripped = true\n\nexport { render, staticRenderFns, recyclableRender, components }","import mod from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\babel-loader\\\\lib\\\\index.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--12-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\script.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./danweivote.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\babel-loader\\\\lib\\\\index.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--12-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\script.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./danweivote.vue?vue&type=script&lang=js&\"","//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n\nimport app from \"../../App.vue\";\nexport default {\n\tdata() {\n\t\treturn {\n\t\t\trizhilist: [],\n\t\t\tfprojectid: ''\n\t\t}\n\t},\n\tonLoad(options) {\n\t\tconsole.log('参数', options)\n\t\tthis.fprojectid = options.id;\n\t\tconsole.log('111', this.fprojectid)\n\n\t\tthis.getrizhilist()\n\t},\n\tmethods: {\n\n\t\tgetrizhilist() {\n\t\t\tconsole.log(999)\n\t\t\tlet that = this;\n\t\t\tlet url = \"project/Get_viewloglist\";\n\t\t\tlet param = {\n\t\t\t\tfprojectid: this.fprojectid,\n\n\t\t\t}\n\t\t\tapp.post(url, param, 'get').then(r => {\n\t\t\t\tconsole.log(r)\n\n\n\t\t\t\t// console.log('1234567890',JSON.stringify(r))\n\t\t\t\tthat.rizhilist = r.data;\n\t\t\t\tlet newrizhilist = this.rizhilist;\n\t\t\t\tfor (var obj of newrizhilist) {\n\t\t\t\t\tobj.fcreatedate = obj.fcreatedate.split(\"T\");\n\t\t\t\t\tobj.fcreatedate = obj.fcreatedate[0]\n\t\t\t\t}\n\t\t\t\tthat.rizhilist = newrizhilist;\n\t\t\t\t\n\n\n\t\t\t}).catch(err => {\n\t\t\t\tconsole.log(err)\n\n\t\t\t})\n\t\t},\n\t\tenterxiangmu(e) {\n\t\t\tconsole.log(e)\n\t\t\tthis.keyword = e.target.value;\n\n\n\t\t},\n\n\n\t}\n}\n","import mod from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\mini-css-extract-plugin\\\\dist\\\\loader.js??ref--6-oneOf-1-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\css-loader\\\\dist\\\\cjs.js??ref--6-oneOf-1-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\stylePostLoader.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--6-oneOf-1-2!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\postcss-loader\\\\src\\\\index.js??ref--6-oneOf-1-3!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./danweivote.vue?vue&type=style&index=0&lang=css&\"; export default mod; export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\mini-css-extract-plugin\\\\dist\\\\loader.js??ref--6-oneOf-1-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\css-loader\\\\dist\\\\cjs.js??ref--6-oneOf-1-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\stylePostLoader.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--6-oneOf-1-2!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\postcss-loader\\\\src\\\\index.js??ref--6-oneOf-1-3!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./danweivote.vue?vue&type=style&index=0&lang=css&\"","// extracted by mini-css-extract-plugin\n if(module.hot) {\n // 1589774460929\n var cssReload = require(\"F:/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/hmr/hotModuleReplacement.js\")(module.id, {\"hmr\":true,\"publicPath\":\"../../\",\"locals\":false});\n module.hot.dispose(cssReload);\n module.hot.accept(undefined, cssReload);\n }\n ","var render, staticRenderFns, recyclableRender, components\nvar renderjs\nimport script from \"./App.vue?vue&type=script&lang=js&\"\nexport * from \"./App.vue?vue&type=script&lang=js&\"\nimport style0 from \"./App.vue?vue&type=style&index=0&lang=css&\"\n\n\n/* normalize component */\nimport normalizer from \"!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\runtime\\\\componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null,\n false,\n components,\n renderjs\n)\n\ncomponent.options.__file = \"G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue\"\nexport default component.exports"],"sourceRoot":""}
\ No newline at end of file
... ...
{"version":3,"sources":["webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue?d032","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue?7f10","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue?431f","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/main.js","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/danweizixun/danweizixun.vue?fbd7","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/danweizixun/danweizixun.vue?8ee1","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/danweizixun/danweizixun.vue?10d1","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/danweizixun/danweizixun.vue?8425","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/danweizixun/danweizixun.vue","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/danweizixun/danweizixun.vue?0b2d","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/danweizixun/danweizixun.vue?d8e0","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue?1912"],"names":["onLaunch","console","log","onShow","onHide","post","url","data","method","promise","Promise","resolve","reject","that","token","uni","getStorageSync","header","postData","request","globalData","baseUrl","success","res","statusCode","fail","e","wx","hideNavigationBarLoading","complete","daa","userInfo","createPage","Page","selshow","xiangmulist","keyword","end","querylist","onLoad","methods","zixundanweifen","disid","target","dataset","item","fteamid","ftemid","fprojectid","JSON","stringify","navigateTo","status","vote","id","itemid","getzixunlist","param","fuserid","role","app","then","r","splice","catch","err","enterxiangmu","value","chaxun","newxiangmuarr","newxiangmulist","name","obj","push","fname","i","length","j","indexOf"],"mappings":";;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAA6lB,CAAgB,unBAAG,EAAC,C;;;;;;;;;;;;;ACClmB;AACdA,UAAQ,EAAE,oBAAW;AACpBC,WAAO,CAACC,GAAR,CAAY,YAAZ;AACA;AACA,GAJa;AAKdC,QAAM,EAAE,kBAAW;;AAElBF,WAAO,CAACC,GAAR,CAAY,UAAZ;AACA,GARa;AASdE,QAAM,EAAE,kBAAW;AAClBH,WAAO,CAACC,GAAR,CAAY,UAAZ;AACA,GAXa;AAYdG,MAAI,EAAE,cAASC,GAAT,EAAcC,IAAd,EAAoBC,MAApB,EAA4B;;AAEjC;AACA;AACA;AACA;AACA;AACA,QAAIC,OAAO,GAAG,IAAIC,OAAJ,CAAY,UAACC,OAAD,EAAUC,MAAV,EAAqB;AAC9C;AACA,UAAIC,IAAI,GAAG,KAAX;AACCC,WAAK,GAAGC,GAAG,CAACC,cAAJ,CAAmB,OAAnB,CADT;AAECC,YAAM,GAAG;AACRH,aAAK,EAAEA,KAAK,IAAI,EADR,EAFV;;AAKCI,cALD;;AAOA;AACA;AACAH,SAAG,CAACI,OAAJ,CAAY;AACXb,WAAG,EAAE,KAAI,CAACc,UAAL,CAAgBC,OAAhB,GAA0Bf,GADpB;AAEXC,YAAI,EAAEA,IAFK;AAGXC,cAAM,EAAEA,MAHG;AAIXS,cAAM,EAAEA,MAJG;AAKXK,eAAO,EAAE,iBAASC,GAAT,EAAc;AACtB;AACA;AACA,cAAIA,GAAG,CAACC,UAAJ,IAAkB,GAAtB,EAA2B;AAC1Bb,mBAAO,CAACY,GAAD,CAAP;AACA,WAFD,MAEO;AACN;AACA;AACA;AACA;AACAX,kBAAM,CAACW,GAAG,CAAChB,IAAL,CAAN;AACA;AACA;AACD;AACA;AACA,SApBU;AAqBXkB,YAAI,EAAE,cAASC,CAAT,EAAY;AACjBzB,iBAAO,CAACC,GAAR,CAAYwB,CAAZ;AACAd,gBAAM,CAAC,MAAD,CAAN;AACA;AACAe,YAAE,CAACC,wBAAH;AACA,SA1BU;AA2BXC,gBAAQ,EAAE,kBAASC,GAAT,EAAc;AACvB;AACA,SA7BU,EAAZ;;AA+BA,KA1Ca,CAAd;AA2CA,WAAOrB,OAAP;AACA,GA/Da;AAgEdW,YAAU,EAAE;AACXW,YAAQ,EAAE,IADC;AAEX;AACAV,WAAO,EAAE,4BAHE,EAhEE,E;;;;;;;;;;;;;ACDf;AAAA;AAAA;AAAA;AAA+2B,CAAgB,g3BAAG,EAAC,C;;;;;;;;;;;ACAn4B;AACA,OAAO,KAAU,EAAE,kBAKd;;;;;;;;;;;;;kDCNL,wCAAmB;AACnB;AACA,+G;AACAW,UAAU,CAACC,oBAAD,CAAV,C;;;;;;;;;;;;;ACHA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAwH;AACxH;AAC+D;AACL;AACa;;;AAGvE;AACqK;AACrK,gBAAgB,+KAAU;AAC1B,EAAE,iFAAM;AACR,EAAE,sFAAM;AACR,EAAE,+FAAe;AACjB;AACA;AACA;AACA;AACA;AACA,EAAE,0FAAU;AACZ;AACA;;AAEA;AACe,gF;;;;;;;;;;;;ACvBf;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;;;;;;;;;;;;ACAA;AAAA;AAAA;AAAA;AAAA;AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;;;;;;;;;;;;ACRA;AAAA;AAAA;AAAA;AAAqmB,CAAgB,+nBAAG,EAAC,C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;ACkGznB,+E;AACe;AACd1B,MADc,kBACP;AACN,WAAO;AACN2B,aAAO,EAAE,KADH;AAENC,iBAAW,EAAE,EAFP;AAGNC,aAAO,EAAE,EAHH;AAINC,SAAG,EAAC,EAJE;AAKNC,eAAS,EAAC,EALJ,EAAP;;AAOA,GATa;AAUdC,QAVc,oBAUL;;AAER,GAZa;AAadC,SAAO,EAAE;AACR;AACAC,kBAFQ,0BAEOf,CAFP,EAEU;AACjBzB,aAAO,CAACC,GAAR,CAAYwB,CAAZ;AACA,UAAIgB,KAAK,GAAChB,CAAC,CAACiB,MAAF,CAASC,OAAT,CAAiBF,KAA3B;AACA,UAAIG,IAAI,GAACnB,CAAC,CAACiB,MAAF,CAASC,OAAT,CAAiBC,IAA1B;AACA5C,aAAO,CAACC,GAAR,CAAY,KAAZ,EAAkB2C,IAAlB;AACA,UAAIC,OAAO,GAACD,IAAI,CAACE,MAAjB;AACA,UAAIC,UAAU,GAACH,IAAI,CAACG,UAApB;AACA/C,aAAO,CAACC,GAAR,CAAY8C,UAAZ;AACAH,UAAI,GAACI,IAAI,CAACC,SAAL,CAAeL,IAAf,CAAL;AACA5C,aAAO,CAACC,GAAR,CAAY2C,IAAZ;AACA9B,SAAG,CAACoC,UAAJ,CAAe;AACd7C,WAAG,EAAE,4CAA0CoC,KAA1C,GAAgD,QAAhD,GAAyDG,IAAzD,GAA8D,WAA9D,GAA0EC,OAA1E,GAAkF,cAAlF,GAAiGE,UAAjG,GAA4G,UAA5G,GAAuH,KAAKX,GAAL,CAAS,CAAT,EAAYe,MAD1H,EAAf;;AAGA,KAfO;AAgBRC,QAhBQ,gBAgBH3B,CAhBG,EAgBA;;AAEP,UAAI4B,EAAE,GAAC5B,CAAC,CAACiB,MAAF,CAASC,OAAT,CAAiBW,MAAxB;AACAtD,aAAO,CAACC,GAAR,CAAY,OAAZ,EAAoBoD,EAApB;AACA;AACA;AACAvC,SAAG,CAACoC,UAAJ,CAAe;AACd7C,WAAG,EAAE,iCAA+BgD,EADtB,EAAf;;AAGA,KAzBO;AA0BRE,gBA1BQ,0BA0BO;AACdvD,aAAO,CAACC,GAAR,CAAY,GAAZ;AACA,UAAIW,IAAI,GAAG,IAAX;AACA,UAAIP,GAAG,GAAG,sBAAV;AACA,UAAImD,KAAK,GAAC;AACTC,eAAO,EAAC3C,GAAG,CAACC,cAAJ,CAAmB,QAAnB,CADC;AAET2C,YAAI,EAAC5C,GAAG,CAACC,cAAJ,CAAmB,MAAnB,CAFI;AAGTgC,kBAAU,EAAC,EAHF,EAAV;;AAKAY,mBAAIvD,IAAJ,CAASC,GAAT,EAAcmD,KAAd,EAAqB,KAArB,EAA4BI,IAA5B,CAAiC,UAAAC,CAAC,EAAI;AACrC7D,eAAO,CAACC,GAAR,CAAY,MAAZ,EAAmB4D,CAAnB;AACA;AACA;AACAjD,YAAI,CAACsB,WAAL,GAAmB2B,CAAC,CAACvD,IAArB;AACAM,YAAI,CAACyB,SAAL,GAAewB,CAAC,CAACvD,IAAjB;AACA,YAAI8B,GAAG,GAACxB,IAAI,CAACsB,WAAL,CAAiB4B,MAAjB,CAAwB,CAAC,CAAzB,CAAR;AACAlD,YAAI,CAACwB,GAAL,GAASA,GAAT;AACApC,eAAO,CAACC,GAAR,CAAY,aAAZ,EAA0B+C,IAAI,CAACC,SAAL,CAAerC,IAAI,CAACwB,GAApB,CAA1B;AACApC,eAAO,CAACC,GAAR,CAAYW,IAAI,CAACwB,GAAL,CAAS,CAAT,EAAYe,MAAxB;AACAnD,eAAO,CAACC,GAAR,CAAY+C,IAAI,CAACC,SAAL,CAAeb,GAAf,CAAZ;AACApC,eAAO,CAACC,GAAR,CAAYW,IAAI,CAACsB,WAAjB;;;;AAIA,OAfD,EAeG6B,KAfH,CAeS,UAAAC,GAAG,EAAI;AACfhE,eAAO,CAACC,GAAR,CAAY+D,GAAZ;;AAEA,OAlBD;AAmBA,KAtDO;AAuDRC,gBAvDQ,wBAuDKxC,CAvDL,EAuDQ;AACfzB,aAAO,CAACC,GAAR,CAAYwB,CAAZ;AACA,WAAKU,OAAL,GAAeV,CAAC,CAACiB,MAAF,CAASwB,KAAxB;;;AAGA,KA5DO;AA6DRC,UA7DQ,oBA6DC;AACR,UAAG,KAAKhC,OAAL,IAAc,EAAjB,EAAoB;AACnB,aAAKoB,YAAL;AACA,OAFD,MAEK;AACJ,YAAIa,aAAa,GAAG,EAApB;AACA,YAAIC,cAAc,GAAG,KAAKhC,SAA1B;AACA,YAAIiC,IAAI,GAAC,EAAT,CAHI;AAIYD,sBAJZ,aAIJ,oDAAgC,KAAvBE,GAAuB;AAC/BD,gBAAI,CAACE,IAAL,CAAUD,GAAG,CAACE,KAAd;;AAEA,WAPG;AAQJzE,eAAO,CAACC,GAAR,CAAY,IAAZ,EAAiBqE,IAAjB;AACA,aAAI,IAAII,CAAC,GAAC,CAAV,EAAYA,CAAC,GAACL,cAAc,CAACM,MAA7B,EAAoCD,CAAC,EAArC,EAAwC;AACvC,eAAI,IAAIE,CAAC,GAAC,CAAV,EAAYA,CAAC,GAACN,IAAI,CAACK,MAAnB,EAA0BC,CAAC,EAA3B,EAA8B;;AAE7B,gBAAIN,IAAI,CAACM,CAAD,CAAJ,CAAQC,OAAR,CAAgB,KAAK1C,OAArB,KAA+B,CAAnC,EAAsC;AACrC,kBAAGyC,CAAC,IAAEF,CAAN,EAAQ;AACPN,6BAAa,CAACI,IAAd,CAAmBH,cAAc,CAACK,CAAD,CAAjC;AACA;AACD;;AAEA;AACD;AACD;;AAED1E,eAAO,CAACC,GAAR,CAAY,YAAZ,EAAyBmE,aAAzB;AACA,aAAKlC,WAAL,GAAmBkC,aAAnB;;AAEA;AACD,KA1FO,EAbK;;;AA0GdlE,QA1Gc,oBA0GN;AACP,SAAKqD,YAAL;AACA,GA5Ga,E;;;;;;;;;;;;;ACnGf;AAAA;AAAA;AAAA;AAAu3B,CAAgB,w3BAAG,EAAC,C;;;;;;;;;;;ACA34B;AACA,OAAO,KAAU,EAAE,kBAKd;;;;;;;;;;;;;ACNL;AAAA;AAAA;AAAA;AAAA;AAAA;AACA;AACuD;AACL;AACa;;;AAG/D;AACqK;AACrK,gBAAgB,+KAAU;AAC1B,EAAE,yEAAM;AACR;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACe,gF","file":"pages/danweizixun/danweizixun.js","sourcesContent":["import mod from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\babel-loader\\\\lib\\\\index.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--12-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\script.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./App.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\babel-loader\\\\lib\\\\index.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--12-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\script.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./App.vue?vue&type=script&lang=js&\"","\nexport default {\n\tonLaunch: function() {\n\t\tconsole.log('App Launch')\n\t\t// plus.screen.lockOrientation('portrait-primary');\n\t},\n\tonShow: function() {\n\n\t\tconsole.log('App Show')\n\t},\n\tonHide: function() {\n\t\tconsole.log('App Hide')\n\t},\n\tpost: function(url, data, method) {\n\n\t\t// (showLoad == undefined || showLoad) ?\n\t\t// wx.showLoading({\n\t\t// title: '加载中',\n\t\t// }) : ''\n\t\t// wx.showNavigationBarLoading()\n\t\tvar promise = new Promise((resolve, reject) => {\n\t\t\t//init\n\t\t\tlet that = this,\n\t\t\t\ttoken = uni.getStorageSync('token'),\n\t\t\t\theader = {\n\t\t\t\t\ttoken: token || ''\n\t\t\t\t},\n\t\t\t\tpostData;\n\n\t\t\t// console.log(token,\"token\")\n\t\t\t//网络请求 \n\t\t\tuni.request({\n\t\t\t\turl: this.globalData.baseUrl + url,\n\t\t\t\tdata: data,\n\t\t\t\tmethod: method,\n\t\t\t\theader: header,\n\t\t\t\tsuccess: function(res) {\n\t\t\t\t\t// console.log(res)//返回取得的数据\n\t\t\t\t\t// console.log(res)\n\t\t\t\t\tif (res.statusCode == 200) {\n\t\t\t\t\t\tresolve(res);\n\t\t\t\t\t} else {\n\t\t\t\t\t\t// uni.showToast({\n\t\t\t\t\t\t// \ttitle: res.data.msg,\n\t\t\t\t\t\t// \ticon: 'none',\n\t\t\t\t\t\t// })\n\t\t\t\t\t\treject(res.data)\n\t\t\t\t\t\t// if (res.data.code == '401') {}\n\t\t\t\t\t}\n\t\t\t\t\t// (showLoad || showLoad == undefined) ? wx.hideLoading(): \"\";\n\t\t\t\t\t// wx.hideNavigationBarLoading()\n\t\t\t\t},\n\t\t\t\tfail: function(e) {\n\t\t\t\t\tconsole.log(e)\n\t\t\t\t\treject('网络出错');\n\t\t\t\t\t// (showLoad || showLoad == undefined) ? wx.hideLoading() : \"\";\n\t\t\t\t\twx.hideNavigationBarLoading()\n\t\t\t\t},\n\t\t\t\tcomplete: function(daa) {\n\t\t\t\t\t// console.log(daa)\n\t\t\t\t}\n\t\t\t})\n\t\t});\n\t\treturn promise;\n\t},\n\tglobalData: {\n\t\tuserInfo: null,\n\t\t// baseUrl: 'http://icrgangjuren.w.brotop.cn/'\n\t\tbaseUrl: 'https://www.bjzha.net/api/'\n\t}\n}\n","import mod from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\mini-css-extract-plugin\\\\dist\\\\loader.js??ref--6-oneOf-1-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\css-loader\\\\dist\\\\cjs.js??ref--6-oneOf-1-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\stylePostLoader.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--6-oneOf-1-2!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\postcss-loader\\\\src\\\\index.js??ref--6-oneOf-1-3!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./App.vue?vue&type=style&index=0&lang=css&\"; export default mod; export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\mini-css-extract-plugin\\\\dist\\\\loader.js??ref--6-oneOf-1-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\css-loader\\\\dist\\\\cjs.js??ref--6-oneOf-1-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\stylePostLoader.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--6-oneOf-1-2!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\postcss-loader\\\\src\\\\index.js??ref--6-oneOf-1-3!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./App.vue?vue&type=style&index=0&lang=css&\"","// extracted by mini-css-extract-plugin\n if(module.hot) {\n // 1587698424531\n var cssReload = require(\"F:/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/hmr/hotModuleReplacement.js\")(module.id, {\"hmr\":true,\"publicPath\":\"../../\",\"locals\":false});\n module.hot.dispose(cssReload);\n module.hot.accept(undefined, cssReload);\n }\n ","import 'uni-pages';import '@dcloudio/uni-stat';\nimport Vue from 'vue'\nimport Page from './pages/danweizixun/danweizixun.vue'\ncreatePage(Page)","import { render, staticRenderFns, recyclableRender, components } from \"./danweizixun.vue?vue&type=template&id=617acf42&\"\nvar renderjs\nimport script from \"./danweizixun.vue?vue&type=script&lang=js&\"\nexport * from \"./danweizixun.vue?vue&type=script&lang=js&\"\nimport style0 from \"./danweizixun.vue?vue&type=style&index=0&lang=css&\"\n\n\n/* normalize component */\nimport normalizer from \"!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\runtime\\\\componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null,\n false,\n components,\n renderjs\n)\n\ncomponent.options.__file = \"G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/danweizixun/danweizixun.vue\"\nexport default component.exports","export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\templateLoader.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--16-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\template.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-uni-app-loader\\\\page-meta.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./danweizixun.vue?vue&type=template&id=617acf42&\"","var components\nvar render = function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n}\nvar recyclableRender = false\nvar staticRenderFns = []\nrender._withStripped = true\n\nexport { render, staticRenderFns, recyclableRender, components }","import mod from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\babel-loader\\\\lib\\\\index.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--12-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\script.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./danweizixun.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\babel-loader\\\\lib\\\\index.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--12-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\script.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./danweizixun.vue?vue&type=script&lang=js&\"","//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n\nimport app from \"../../App.vue\";\nexport default {\n\tdata() {\n\t\treturn {\n\t\t\tselshow: false,\n\t\t\txiangmulist: [],\n\t\t\tkeyword: '',\n\t\t\tend:\"\",\n\t\t\tquerylist:[]\n\t\t}\n\t},\n\tonLoad() {\n\t\t\n\t},\n\tmethods: {\n\t\t// 咨询单位分配\n\t\tzixundanweifen(e) {\n\t\t\tconsole.log(e)\n\t\t\tlet disid=e.target.dataset.disid;\n\t\t\tlet item=e.target.dataset.item;\n\t\t\tconsole.log('999',item)\n\t\t\tlet fteamid=item.ftemid;\n\t\t\tlet fprojectid=item.fprojectid;\n\t\t\tconsole.log(fprojectid)\n\t\t\titem=JSON.stringify(item);\n\t\t\tconsole.log(item)\n\t\t\tuni.navigateTo({\n\t\t\t\turl: '../zixundanweifen/zixundanweifen?disid='+disid+'&item='+item+'&fteamid='+fteamid+'&fprojectid='+fprojectid+'&status='+this.end[0].status\n\t\t\t})\n\t\t},\n\t\tvote(e) {\n\t\t\t\n\t\t\tlet id=e.target.dataset.itemid\n\t\t\tconsole.log('lalal',id)\n\t\t\t// let id=e.target.value;\n\t\t\t// console.log('lalalal',id)\n\t\t\tuni.navigateTo({\n\t\t\t\turl: '../danweivote/danweivote?id='+id\n\t\t\t})\n\t\t},\n\t\tgetzixunlist() {\n\t\t\tconsole.log(999)\n\t\t\tlet that = this;\n\t\t\tlet url = \"project/Get_advisory\";\n\t\t\tlet param={\n\t\t\t\tfuserid:uni.getStorageSync(\"userid\"),\n\t\t\t\trole:uni.getStorageSync(\"role\"),\n\t\t\t\tfprojectid:''\n\t\t\t}\n\t\t\tapp.post(url, param, 'get').then(r => {\n\t\t\t\tconsole.log('咨询单位',r)\n\t\t\t\t// console.log(r)\n\t\t\t\t// console.log('1234567890',JSON.stringify(r))\n\t\t\t\tthat.xiangmulist = r.data;\n\t\t\t\tthat.querylist=r.data\n\t\t\t\tlet end=that.xiangmulist.splice(-1);\n\t\t\t\tthat.end=end;\n\t\t\t\tconsole.log('hahhahahhah',JSON.stringify(that.end))\n\t\t\t\tconsole.log(that.end[0].status)\n\t\t\t\tconsole.log(JSON.stringify(end))\n\t\t\t\tconsole.log(that.xiangmulist)\n\n\n\n\t\t\t}).catch(err => {\n\t\t\t\tconsole.log(err)\n\n\t\t\t})\n\t\t},\n\t\tenterxiangmu(e) {\n\t\t\tconsole.log(e)\n\t\t\tthis.keyword = e.target.value;\n\n\n\t\t},\n\t\tchaxun() {\n\t\t\tif(this.keyword==''){\n\t\t\t\tthis.getzixunlist();\n\t\t\t}else{\n\t\t\t\tlet newxiangmuarr = [];\n\t\t\t\tlet newxiangmulist = this.querylist;\n\t\t\t\tlet name=[]\n\t\t\t\tfor (var obj of newxiangmulist) {\n\t\t\t\t\tname.push(obj.fname)\n\t\t\t\t\t\n\t\t\t\t}\n\t\t\t\tconsole.log('名称',name)\n\t\t\t\tfor(var i=0;i<newxiangmulist.length;i++){\n\t\t\t\t\tfor(var j=0;j<name.length;j++){\n\t\t\t\t\t\t\n\t\t\t\t\t\tif (name[j].indexOf(this.keyword)>=0) {\n\t\t\t\t\t\t\tif(j==i){\n\t\t\t\t\t\t\t\tnewxiangmuarr.push(newxiangmulist[i])\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t// console.log(9999)\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\t\n\t\t\t\tconsole.log('9999000777',newxiangmuarr);\n\t\t\t\tthis.xiangmulist = newxiangmuarr;\n\t\t\t\t\n\t\t\t}\n\t\t}\n\n\t},\n\tonShow(){\n\t\tthis.getzixunlist()\n\t}\n}\n\n\n","import mod from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\mini-css-extract-plugin\\\\dist\\\\loader.js??ref--6-oneOf-1-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\css-loader\\\\dist\\\\cjs.js??ref--6-oneOf-1-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\stylePostLoader.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--6-oneOf-1-2!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\postcss-loader\\\\src\\\\index.js??ref--6-oneOf-1-3!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./danweizixun.vue?vue&type=style&index=0&lang=css&\"; export default mod; export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\mini-css-extract-plugin\\\\dist\\\\loader.js??ref--6-oneOf-1-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\css-loader\\\\dist\\\\cjs.js??ref--6-oneOf-1-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\stylePostLoader.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--6-oneOf-1-2!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\postcss-loader\\\\src\\\\index.js??ref--6-oneOf-1-3!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./danweizixun.vue?vue&type=style&index=0&lang=css&\"","// extracted by mini-css-extract-plugin\n if(module.hot) {\n // 1587698424543\n var cssReload = require(\"F:/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/hmr/hotModuleReplacement.js\")(module.id, {\"hmr\":true,\"publicPath\":\"../../\",\"locals\":false});\n module.hot.dispose(cssReload);\n module.hot.accept(undefined, cssReload);\n }\n ","var render, staticRenderFns, recyclableRender, components\nvar renderjs\nimport script from \"./App.vue?vue&type=script&lang=js&\"\nexport * from \"./App.vue?vue&type=script&lang=js&\"\nimport style0 from \"./App.vue?vue&type=style&index=0&lang=css&\"\n\n\n/* normalize component */\nimport normalizer from \"!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\runtime\\\\componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null,\n false,\n components,\n renderjs\n)\n\ncomponent.options.__file = \"G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue\"\nexport default component.exports"],"sourceRoot":""}
\ No newline at end of file
{"version":3,"sources":["webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue?d032","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue?7f10","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue?431f","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/main.js","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/danweizixun/danweizixun.vue?fbd7","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/danweizixun/danweizixun.vue?8ee1","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/danweizixun/danweizixun.vue?10d1","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/danweizixun/danweizixun.vue?8425","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/danweizixun/danweizixun.vue","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/danweizixun/danweizixun.vue?0b2d","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/danweizixun/danweizixun.vue?d8e0","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue?1912"],"names":["onLaunch","console","log","onShow","onHide","post","url","data","method","promise","Promise","resolve","reject","that","token","uni","getStorageSync","header","postData","request","globalData","baseUrl","success","res","statusCode","fail","e","wx","hideNavigationBarLoading","complete","daa","userInfo","createPage","Page","selshow","xiangmulist","keyword","end","querylist","onLoad","methods","zixundanweifen","disid","target","dataset","item","fteamid","ftemid","fprojectid","JSON","stringify","navigateTo","status","vote","id","itemid","getzixunlist","param","fuserid","role","app","then","r","splice","catch","err","enterxiangmu","value","chaxun","newxiangmuarr","newxiangmulist","name","obj","push","fname","i","length","j","indexOf"],"mappings":"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","file":"pages/danweizixun/danweizixun.js","sourcesContent":["import mod from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\babel-loader\\\\lib\\\\index.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--12-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\script.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./App.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\babel-loader\\\\lib\\\\index.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--12-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\script.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./App.vue?vue&type=script&lang=js&\"","\nexport default {\n\tonLaunch: function() {\n\t\tconsole.log('App Launch')\n\t\t// plus.screen.lockOrientation('portrait-primary');\n\t},\n\tonShow: function() {\n\n\t\tconsole.log('App Show')\n\t},\n\tonHide: function() {\n\t\tconsole.log('App Hide')\n\t},\n\tpost: function(url, data, method) {\n\n\t\t// (showLoad == undefined || showLoad) ?\n\t\t// wx.showLoading({\n\t\t// title: '加载中',\n\t\t// }) : ''\n\t\t// wx.showNavigationBarLoading()\n\t\tvar promise = new Promise((resolve, reject) => {\n\t\t\t//init\n\t\t\tlet that = this,\n\t\t\t\ttoken = uni.getStorageSync('token'),\n\t\t\t\theader = {\n\t\t\t\t\ttoken: token || ''\n\t\t\t\t},\n\t\t\t\tpostData;\n\n\t\t\t// console.log(token,\"token\")\n\t\t\t//网络请求 \n\t\t\tuni.request({\n\t\t\t\turl: this.globalData.baseUrl + url,\n\t\t\t\tdata: data,\n\t\t\t\tmethod: method,\n\t\t\t\theader: header,\n\t\t\t\tsuccess: function(res) {\n\t\t\t\t\t// console.log(res)//返回取得的数据\n\t\t\t\t\t// console.log(res)\n\t\t\t\t\tif (res.statusCode == 200) {\n\t\t\t\t\t\tresolve(res);\n\t\t\t\t\t} else {\n\t\t\t\t\t\t// uni.showToast({\n\t\t\t\t\t\t// \ttitle: res.data.msg,\n\t\t\t\t\t\t// \ticon: 'none',\n\t\t\t\t\t\t// })\n\t\t\t\t\t\treject(res.data)\n\t\t\t\t\t\t// if (res.data.code == '401') {}\n\t\t\t\t\t}\n\t\t\t\t\t// (showLoad || showLoad == undefined) ? wx.hideLoading(): \"\";\n\t\t\t\t\t// wx.hideNavigationBarLoading()\n\t\t\t\t},\n\t\t\t\tfail: function(e) {\n\t\t\t\t\tconsole.log(e)\n\t\t\t\t\treject('网络出错');\n\t\t\t\t\t// (showLoad || showLoad == undefined) ? wx.hideLoading() : \"\";\n\t\t\t\t\twx.hideNavigationBarLoading()\n\t\t\t\t},\n\t\t\t\tcomplete: function(daa) {\n\t\t\t\t\t// console.log(daa)\n\t\t\t\t}\n\t\t\t})\n\t\t});\n\t\treturn promise;\n\t},\n\tglobalData: {\n\t\tuserInfo: null,\n\t\t// baseUrl: 'http://icrgangjuren.w.brotop.cn/'\n\t\tbaseUrl: 'https://www.bjzha.net/api/'\n\t}\n}\n","import mod from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\mini-css-extract-plugin\\\\dist\\\\loader.js??ref--6-oneOf-1-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\css-loader\\\\dist\\\\cjs.js??ref--6-oneOf-1-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\stylePostLoader.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--6-oneOf-1-2!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\postcss-loader\\\\src\\\\index.js??ref--6-oneOf-1-3!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./App.vue?vue&type=style&index=0&lang=css&\"; export default mod; export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\mini-css-extract-plugin\\\\dist\\\\loader.js??ref--6-oneOf-1-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\css-loader\\\\dist\\\\cjs.js??ref--6-oneOf-1-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\stylePostLoader.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--6-oneOf-1-2!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\postcss-loader\\\\src\\\\index.js??ref--6-oneOf-1-3!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./App.vue?vue&type=style&index=0&lang=css&\"","// extracted by mini-css-extract-plugin\n if(module.hot) {\n // 1589774460911\n var cssReload = require(\"F:/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/hmr/hotModuleReplacement.js\")(module.id, {\"hmr\":true,\"publicPath\":\"../../\",\"locals\":false});\n module.hot.dispose(cssReload);\n module.hot.accept(undefined, cssReload);\n }\n ","import 'uni-pages';import '@dcloudio/uni-stat';\nimport Vue from 'vue'\nimport Page from './pages/danweizixun/danweizixun.vue'\ncreatePage(Page)","import { render, staticRenderFns, recyclableRender, components } from \"./danweizixun.vue?vue&type=template&id=617acf42&\"\nvar renderjs\nimport script from \"./danweizixun.vue?vue&type=script&lang=js&\"\nexport * from \"./danweizixun.vue?vue&type=script&lang=js&\"\nimport style0 from \"./danweizixun.vue?vue&type=style&index=0&lang=css&\"\n\n\n/* normalize component */\nimport normalizer from \"!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\runtime\\\\componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null,\n false,\n components,\n renderjs\n)\n\ncomponent.options.__file = \"G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/danweizixun/danweizixun.vue\"\nexport default component.exports","export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\templateLoader.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--16-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\template.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-uni-app-loader\\\\page-meta.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./danweizixun.vue?vue&type=template&id=617acf42&\"","var components\nvar render = function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n}\nvar recyclableRender = false\nvar staticRenderFns = []\nrender._withStripped = true\n\nexport { render, staticRenderFns, recyclableRender, components }","import mod from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\babel-loader\\\\lib\\\\index.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--12-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\script.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./danweizixun.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\babel-loader\\\\lib\\\\index.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--12-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\script.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./danweizixun.vue?vue&type=script&lang=js&\"","//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n\nimport app from \"../../App.vue\";\nexport default {\n\tdata() {\n\t\treturn {\n\t\t\tselshow: false,\n\t\t\txiangmulist: [],\n\t\t\tkeyword: '',\n\t\t\tend:\"\",\n\t\t\tquerylist:[]\n\t\t}\n\t},\n\tonLoad() {\n\t\t\n\t},\n\tmethods: {\n\t\t// 咨询单位分配\n\t\tzixundanweifen(e) {\n\t\t\tconsole.log(e)\n\t\t\tlet disid=e.target.dataset.disid;\n\t\t\tlet item=e.target.dataset.item;\n\t\t\tconsole.log('999',item)\n\t\t\tlet fteamid=item.ftemid;\n\t\t\tlet fprojectid=item.fprojectid;\n\t\t\tconsole.log(fprojectid)\n\t\t\titem=JSON.stringify(item);\n\t\t\tconsole.log(item)\n\t\t\tuni.navigateTo({\n\t\t\t\turl: '../zixundanweifen/zixundanweifen?disid='+disid+'&item='+item+'&fteamid='+fteamid+'&fprojectid='+fprojectid+'&status='+this.end[0].status\n\t\t\t})\n\t\t},\n\t\tvote(e) {\n\t\t\t\n\t\t\tlet id=e.target.dataset.itemid\n\t\t\tconsole.log('lalal',id)\n\t\t\t// let id=e.target.value;\n\t\t\t// console.log('lalalal',id)\n\t\t\tuni.navigateTo({\n\t\t\t\turl: '../danweivote/danweivote?id='+id\n\t\t\t})\n\t\t},\n\t\tgetzixunlist() {\n\t\t\tconsole.log(999)\n\t\t\tlet that = this;\n\t\t\tlet url = \"project/Get_advisory\";\n\t\t\tlet param={\n\t\t\t\tfuserid:uni.getStorageSync(\"userid\"),\n\t\t\t\trole:uni.getStorageSync(\"role\"),\n\t\t\t\tfprojectid:''\n\t\t\t}\n\t\t\tapp.post(url, param, 'get').then(r => {\n\t\t\t\tconsole.log('咨询单位',r)\n\t\t\t\t// console.log(r)\n\t\t\t\t// console.log('1234567890',JSON.stringify(r))\n\t\t\t\tthat.xiangmulist = r.data;\n\t\t\t\tthat.querylist=r.data\n\t\t\t\tlet end=that.xiangmulist.splice(-1);\n\t\t\t\tthat.end=end;\n\t\t\t\tconsole.log('hahhahahhah',JSON.stringify(that.end))\n\t\t\t\tconsole.log(that.end[0].status)\n\t\t\t\tconsole.log(JSON.stringify(end))\n\t\t\t\tconsole.log(that.xiangmulist)\n\n\n\n\t\t\t}).catch(err => {\n\t\t\t\tconsole.log(err)\n\n\t\t\t})\n\t\t},\n\t\tenterxiangmu(e) {\n\t\t\tconsole.log(e)\n\t\t\tthis.keyword = e.target.value;\n\n\n\t\t},\n\t\tchaxun() {\n\t\t\tif(this.keyword==''){\n\t\t\t\tthis.getzixunlist();\n\t\t\t}else{\n\t\t\t\tlet newxiangmuarr = [];\n\t\t\t\tlet newxiangmulist = this.querylist;\n\t\t\t\tlet name=[]\n\t\t\t\tfor (var obj of newxiangmulist) {\n\t\t\t\t\tname.push(obj.fname)\n\t\t\t\t\t\n\t\t\t\t}\n\t\t\t\tconsole.log('名称',name)\n\t\t\t\tfor(var i=0;i<newxiangmulist.length;i++){\n\t\t\t\t\tfor(var j=0;j<name.length;j++){\n\t\t\t\t\t\t\n\t\t\t\t\t\tif (name[j].indexOf(this.keyword)>=0) {\n\t\t\t\t\t\t\tif(j==i){\n\t\t\t\t\t\t\t\tnewxiangmuarr.push(newxiangmulist[i])\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t// console.log(9999)\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\t\n\t\t\t\tconsole.log('9999000777',newxiangmuarr);\n\t\t\t\tthis.xiangmulist = newxiangmuarr;\n\t\t\t\t\n\t\t\t}\n\t\t}\n\n\t},\n\tonShow(){\n\t\tthis.getzixunlist()\n\t}\n}\n\n\n","import mod from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\mini-css-extract-plugin\\\\dist\\\\loader.js??ref--6-oneOf-1-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\css-loader\\\\dist\\\\cjs.js??ref--6-oneOf-1-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\stylePostLoader.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--6-oneOf-1-2!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\postcss-loader\\\\src\\\\index.js??ref--6-oneOf-1-3!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./danweizixun.vue?vue&type=style&index=0&lang=css&\"; export default mod; export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\mini-css-extract-plugin\\\\dist\\\\loader.js??ref--6-oneOf-1-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\css-loader\\\\dist\\\\cjs.js??ref--6-oneOf-1-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\stylePostLoader.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--6-oneOf-1-2!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\postcss-loader\\\\src\\\\index.js??ref--6-oneOf-1-3!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./danweizixun.vue?vue&type=style&index=0&lang=css&\"","// extracted by mini-css-extract-plugin\n if(module.hot) {\n // 1589774460922\n var cssReload = require(\"F:/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/hmr/hotModuleReplacement.js\")(module.id, {\"hmr\":true,\"publicPath\":\"../../\",\"locals\":false});\n module.hot.dispose(cssReload);\n module.hot.accept(undefined, cssReload);\n }\n ","var render, staticRenderFns, recyclableRender, components\nvar renderjs\nimport script from \"./App.vue?vue&type=script&lang=js&\"\nexport * from \"./App.vue?vue&type=script&lang=js&\"\nimport style0 from \"./App.vue?vue&type=style&index=0&lang=css&\"\n\n\n/* normalize component */\nimport normalizer from \"!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\runtime\\\\componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null,\n false,\n components,\n renderjs\n)\n\ncomponent.options.__file = \"G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue\"\nexport default component.exports"],"sourceRoot":""}
\ No newline at end of file
... ...
{"version":3,"sources":["webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue?d032","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue?7f10","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue?431f","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/main.js","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/download/download.vue?cfda","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/download/download.vue?7ce2","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/download/download.vue?4e5f","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/download/download.vue?6a87","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/download/download.vue","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue?1912"],"names":["onLaunch","console","log","onShow","onHide","post","url","data","method","promise","Promise","resolve","reject","that","token","uni","getStorageSync","header","postData","request","globalData","baseUrl","success","res","statusCode","fail","e","wx","hideNavigationBarLoading","complete","daa","userInfo","createPage","Page","showbanben","onLoad","options","methods"],"mappings":"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","file":"pages/download/download.js","sourcesContent":["import mod from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\babel-loader\\\\lib\\\\index.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--12-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\script.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./App.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\babel-loader\\\\lib\\\\index.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--12-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\script.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./App.vue?vue&type=script&lang=js&\"","\nexport default {\n\tonLaunch: function() {\n\t\tconsole.log('App Launch')\n\t\t// plus.screen.lockOrientation('portrait-primary');\n\t},\n\tonShow: function() {\n\n\t\tconsole.log('App Show')\n\t},\n\tonHide: function() {\n\t\tconsole.log('App Hide')\n\t},\n\tpost: function(url, data, method) {\n\n\t\t// (showLoad == undefined || showLoad) ?\n\t\t// wx.showLoading({\n\t\t// title: '加载中',\n\t\t// }) : ''\n\t\t// wx.showNavigationBarLoading()\n\t\tvar promise = new Promise((resolve, reject) => {\n\t\t\t//init\n\t\t\tlet that = this,\n\t\t\t\ttoken = uni.getStorageSync('token'),\n\t\t\t\theader = {\n\t\t\t\t\ttoken: token || ''\n\t\t\t\t},\n\t\t\t\tpostData;\n\n\t\t\t// console.log(token,\"token\")\n\t\t\t//网络请求 \n\t\t\tuni.request({\n\t\t\t\turl: this.globalData.baseUrl + url,\n\t\t\t\tdata: data,\n\t\t\t\tmethod: method,\n\t\t\t\theader: header,\n\t\t\t\tsuccess: function(res) {\n\t\t\t\t\t// console.log(res)//返回取得的数据\n\t\t\t\t\t// console.log(res)\n\t\t\t\t\tif (res.statusCode == 200) {\n\t\t\t\t\t\tresolve(res);\n\t\t\t\t\t} else {\n\t\t\t\t\t\t// uni.showToast({\n\t\t\t\t\t\t// \ttitle: res.data.msg,\n\t\t\t\t\t\t// \ticon: 'none',\n\t\t\t\t\t\t// })\n\t\t\t\t\t\treject(res.data)\n\t\t\t\t\t\t// if (res.data.code == '401') {}\n\t\t\t\t\t}\n\t\t\t\t\t// (showLoad || showLoad == undefined) ? wx.hideLoading(): \"\";\n\t\t\t\t\t// wx.hideNavigationBarLoading()\n\t\t\t\t},\n\t\t\t\tfail: function(e) {\n\t\t\t\t\tconsole.log(e)\n\t\t\t\t\treject('网络出错');\n\t\t\t\t\t// (showLoad || showLoad == undefined) ? wx.hideLoading() : \"\";\n\t\t\t\t\twx.hideNavigationBarLoading()\n\t\t\t\t},\n\t\t\t\tcomplete: function(daa) {\n\t\t\t\t\t// console.log(daa)\n\t\t\t\t}\n\t\t\t})\n\t\t});\n\t\treturn promise;\n\t},\n\tglobalData: {\n\t\tuserInfo: null,\n\t\t// baseUrl: 'http://icrgangjuren.w.brotop.cn/'\n\t\tbaseUrl: 'https://www.bjzha.net/api/'\n\t}\n}\n","import mod from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\mini-css-extract-plugin\\\\dist\\\\loader.js??ref--6-oneOf-1-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\css-loader\\\\dist\\\\cjs.js??ref--6-oneOf-1-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\stylePostLoader.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--6-oneOf-1-2!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\postcss-loader\\\\src\\\\index.js??ref--6-oneOf-1-3!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./App.vue?vue&type=style&index=0&lang=css&\"; export default mod; export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\mini-css-extract-plugin\\\\dist\\\\loader.js??ref--6-oneOf-1-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\css-loader\\\\dist\\\\cjs.js??ref--6-oneOf-1-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\stylePostLoader.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--6-oneOf-1-2!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\postcss-loader\\\\src\\\\index.js??ref--6-oneOf-1-3!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./App.vue?vue&type=style&index=0&lang=css&\"","// extracted by mini-css-extract-plugin\n if(module.hot) {\n // 1587698424531\n var cssReload = require(\"F:/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/hmr/hotModuleReplacement.js\")(module.id, {\"hmr\":true,\"publicPath\":\"../../\",\"locals\":false});\n module.hot.dispose(cssReload);\n module.hot.accept(undefined, cssReload);\n }\n ","import 'uni-pages';import '@dcloudio/uni-stat';\nimport Vue from 'vue'\nimport Page from './pages/download/download.vue'\ncreatePage(Page)","import { render, staticRenderFns, recyclableRender, components } from \"./download.vue?vue&type=template&id=45a0686d&\"\nvar renderjs\nimport script from \"./download.vue?vue&type=script&lang=js&\"\nexport * from \"./download.vue?vue&type=script&lang=js&\"\n\n\n/* normalize component */\nimport normalizer from \"!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\runtime\\\\componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null,\n false,\n components,\n renderjs\n)\n\ncomponent.options.__file = \"G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/download/download.vue\"\nexport default component.exports","export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\templateLoader.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--16-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\template.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-uni-app-loader\\\\page-meta.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./download.vue?vue&type=template&id=45a0686d&\"","var components\nvar render = function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n}\nvar recyclableRender = false\nvar staticRenderFns = []\nrender._withStripped = true\n\nexport { render, staticRenderFns, recyclableRender, components }","import mod from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\babel-loader\\\\lib\\\\index.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--12-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\script.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./download.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\babel-loader\\\\lib\\\\index.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--12-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\script.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./download.vue?vue&type=script&lang=js&\"","//\n//\n//\n//\n//\n\nimport app from \"../../App.vue\";\nexport default {\n\tdata() {\n\t\treturn {\n\t\t\tshowbanben: false\n\t\t}\n\t},\n\tonLoad(options) {\n\t\tconsole.log(options)\n\t\tthis.url=uni.getStorageSync(\"url\");\n\t\tconsole.log(this.url)\n\n\n\t},\n\tmethods: {\n\n\n\t}\n\n}\n","var render, staticRenderFns, recyclableRender, components\nvar renderjs\nimport script from \"./App.vue?vue&type=script&lang=js&\"\nexport * from \"./App.vue?vue&type=script&lang=js&\"\nimport style0 from \"./App.vue?vue&type=style&index=0&lang=css&\"\n\n\n/* normalize component */\nimport normalizer from \"!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\runtime\\\\componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null,\n false,\n components,\n renderjs\n)\n\ncomponent.options.__file = \"G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue\"\nexport default component.exports"],"sourceRoot":""}
\ No newline at end of file
{"version":3,"sources":["webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue?d032","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue?7f10","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue?431f","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/main.js","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/download/download.vue?cfda","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/download/download.vue?7ce2","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/download/download.vue?4e5f","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/download/download.vue?6a87","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/download/download.vue","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue?1912"],"names":["onLaunch","console","log","onShow","onHide","post","url","data","method","promise","Promise","resolve","reject","that","token","uni","getStorageSync","header","postData","request","globalData","baseUrl","success","res","statusCode","fail","e","wx","hideNavigationBarLoading","complete","daa","userInfo","createPage","Page","showbanben","onLoad","options","methods"],"mappings":"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","file":"pages/download/download.js","sourcesContent":["import mod from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\babel-loader\\\\lib\\\\index.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--12-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\script.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./App.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\babel-loader\\\\lib\\\\index.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--12-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\script.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./App.vue?vue&type=script&lang=js&\"","\nexport default {\n\tonLaunch: function() {\n\t\tconsole.log('App Launch')\n\t\t// plus.screen.lockOrientation('portrait-primary');\n\t},\n\tonShow: function() {\n\n\t\tconsole.log('App Show')\n\t},\n\tonHide: function() {\n\t\tconsole.log('App Hide')\n\t},\n\tpost: function(url, data, method) {\n\n\t\t// (showLoad == undefined || showLoad) ?\n\t\t// wx.showLoading({\n\t\t// title: '加载中',\n\t\t// }) : ''\n\t\t// wx.showNavigationBarLoading()\n\t\tvar promise = new Promise((resolve, reject) => {\n\t\t\t//init\n\t\t\tlet that = this,\n\t\t\t\ttoken = uni.getStorageSync('token'),\n\t\t\t\theader = {\n\t\t\t\t\ttoken: token || ''\n\t\t\t\t},\n\t\t\t\tpostData;\n\n\t\t\t// console.log(token,\"token\")\n\t\t\t//网络请求 \n\t\t\tuni.request({\n\t\t\t\turl: this.globalData.baseUrl + url,\n\t\t\t\tdata: data,\n\t\t\t\tmethod: method,\n\t\t\t\theader: header,\n\t\t\t\tsuccess: function(res) {\n\t\t\t\t\t// console.log(res)//返回取得的数据\n\t\t\t\t\t// console.log(res)\n\t\t\t\t\tif (res.statusCode == 200) {\n\t\t\t\t\t\tresolve(res);\n\t\t\t\t\t} else {\n\t\t\t\t\t\t// uni.showToast({\n\t\t\t\t\t\t// \ttitle: res.data.msg,\n\t\t\t\t\t\t// \ticon: 'none',\n\t\t\t\t\t\t// })\n\t\t\t\t\t\treject(res.data)\n\t\t\t\t\t\t// if (res.data.code == '401') {}\n\t\t\t\t\t}\n\t\t\t\t\t// (showLoad || showLoad == undefined) ? wx.hideLoading(): \"\";\n\t\t\t\t\t// wx.hideNavigationBarLoading()\n\t\t\t\t},\n\t\t\t\tfail: function(e) {\n\t\t\t\t\tconsole.log(e)\n\t\t\t\t\treject('网络出错');\n\t\t\t\t\t// (showLoad || showLoad == undefined) ? wx.hideLoading() : \"\";\n\t\t\t\t\twx.hideNavigationBarLoading()\n\t\t\t\t},\n\t\t\t\tcomplete: function(daa) {\n\t\t\t\t\t// console.log(daa)\n\t\t\t\t}\n\t\t\t})\n\t\t});\n\t\treturn promise;\n\t},\n\tglobalData: {\n\t\tuserInfo: null,\n\t\t// baseUrl: 'http://icrgangjuren.w.brotop.cn/'\n\t\tbaseUrl: 'https://www.bjzha.net/api/'\n\t}\n}\n","import mod from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\mini-css-extract-plugin\\\\dist\\\\loader.js??ref--6-oneOf-1-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\css-loader\\\\dist\\\\cjs.js??ref--6-oneOf-1-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\stylePostLoader.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--6-oneOf-1-2!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\postcss-loader\\\\src\\\\index.js??ref--6-oneOf-1-3!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./App.vue?vue&type=style&index=0&lang=css&\"; export default mod; export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\mini-css-extract-plugin\\\\dist\\\\loader.js??ref--6-oneOf-1-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\css-loader\\\\dist\\\\cjs.js??ref--6-oneOf-1-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\stylePostLoader.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--6-oneOf-1-2!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\postcss-loader\\\\src\\\\index.js??ref--6-oneOf-1-3!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./App.vue?vue&type=style&index=0&lang=css&\"","// extracted by mini-css-extract-plugin\n if(module.hot) {\n // 1589774460911\n var cssReload = require(\"F:/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/hmr/hotModuleReplacement.js\")(module.id, {\"hmr\":true,\"publicPath\":\"../../\",\"locals\":false});\n module.hot.dispose(cssReload);\n module.hot.accept(undefined, cssReload);\n }\n ","import 'uni-pages';import '@dcloudio/uni-stat';\nimport Vue from 'vue'\nimport Page from './pages/download/download.vue'\ncreatePage(Page)","import { render, staticRenderFns, recyclableRender, components } from \"./download.vue?vue&type=template&id=45a0686d&\"\nvar renderjs\nimport script from \"./download.vue?vue&type=script&lang=js&\"\nexport * from \"./download.vue?vue&type=script&lang=js&\"\n\n\n/* normalize component */\nimport normalizer from \"!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\runtime\\\\componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null,\n false,\n components,\n renderjs\n)\n\ncomponent.options.__file = \"G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/download/download.vue\"\nexport default component.exports","export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\templateLoader.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--16-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\template.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-uni-app-loader\\\\page-meta.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./download.vue?vue&type=template&id=45a0686d&\"","var components\nvar render = function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n}\nvar recyclableRender = false\nvar staticRenderFns = []\nrender._withStripped = true\n\nexport { render, staticRenderFns, recyclableRender, components }","import mod from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\babel-loader\\\\lib\\\\index.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--12-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\script.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./download.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\babel-loader\\\\lib\\\\index.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--12-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\script.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./download.vue?vue&type=script&lang=js&\"","//\n//\n//\n//\n//\n\nimport app from \"../../App.vue\";\nexport default {\n\tdata() {\n\t\treturn {\n\t\t\tshowbanben: false\n\t\t}\n\t},\n\tonLoad(options) {\n\t\tconsole.log(options)\n\t\tthis.url=uni.getStorageSync(\"url\");\n\t\tconsole.log(this.url)\n\n\n\t},\n\tmethods: {\n\n\n\t}\n\n}\n","var render, staticRenderFns, recyclableRender, components\nvar renderjs\nimport script from \"./App.vue?vue&type=script&lang=js&\"\nexport * from \"./App.vue?vue&type=script&lang=js&\"\nimport style0 from \"./App.vue?vue&type=style&index=0&lang=css&\"\n\n\n/* normalize component */\nimport normalizer from \"!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\runtime\\\\componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null,\n false,\n components,\n renderjs\n)\n\ncomponent.options.__file = \"G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue\"\nexport default component.exports"],"sourceRoot":""}
\ No newline at end of file
... ...
{"version":3,"sources":["webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue?1912","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue?d032","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue?7f10","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue?431f","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/main.js","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/examinejingban/examinejingban.vue?6404","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/examinejingban/examinejingban.vue?bd4b","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/examinejingban/examinejingban.vue?3faa","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/examinejingban/examinejingban.vue?6418","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/examinejingban/examinejingban.vue","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/examinejingban/examinejingban.vue?b64b","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/examinejingban/examinejingban.vue?98bc","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/examinejingban/examinejingban.vue?1462","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/examinejingban/examinejingban.vue?4288"],"names":["onLaunch","console","log","onShow","onHide","post","url","data","method","promise","Promise","resolve","reject","that","token","uni","getStorageSync","header","postData","request","globalData","baseUrl","success","res","statusCode","fail","e","wx","hideNavigationBarLoading","complete","daa","userInfo","createPage","Page","finorgid","finid","item","detaildata","projectarr","index","projectid","fprjleader","fprjleadertwo","fname","showhide","receive","shenhe","onLoad","options","JSON","parse","newitem","ftoauditamt","helper","change","fdirstatus","getprojectkind","unction","methods","isreceive","currentTarget","dataset","id","downloadfile","file","showToast","title","icon","param","app","then","r","singgleurl","setStorageSync","plus","runtime","openURL","catch","err","entershenhe","detail","value","fprojectid","ftaskprocess","obj","fid","bindPickerChange","target","submit","fprjleaderoneid","fprjphonetwoid","fprjleadertwoid","userid","role","fdisid","ffinauditstatus","fagree","fmemo","fintorgid","message","setTimeout","navigateBack","checked","changestate","params","disid"],"mappings":"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","file":"pages/examinejingban/examinejingban.js","sourcesContent":["var render, staticRenderFns, recyclableRender, components\nvar renderjs\nimport script from \"./App.vue?vue&type=script&lang=js&\"\nexport * from \"./App.vue?vue&type=script&lang=js&\"\nimport style0 from \"./App.vue?vue&type=style&index=0&lang=css&\"\n\n\n/* normalize component */\nimport normalizer from \"!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\runtime\\\\componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null,\n false,\n components,\n renderjs\n)\n\ncomponent.options.__file = \"G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue\"\nexport default component.exports","import mod from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\babel-loader\\\\lib\\\\index.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--12-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\script.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./App.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\babel-loader\\\\lib\\\\index.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--12-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\script.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./App.vue?vue&type=script&lang=js&\"","\nexport default {\n\tonLaunch: function() {\n\t\tconsole.log('App Launch')\n\t\t// plus.screen.lockOrientation('portrait-primary');\n\t},\n\tonShow: function() {\n\n\t\tconsole.log('App Show')\n\t},\n\tonHide: function() {\n\t\tconsole.log('App Hide')\n\t},\n\tpost: function(url, data, method) {\n\n\t\t// (showLoad == undefined || showLoad) ?\n\t\t// wx.showLoading({\n\t\t// title: '加载中',\n\t\t// }) : ''\n\t\t// wx.showNavigationBarLoading()\n\t\tvar promise = new Promise((resolve, reject) => {\n\t\t\t//init\n\t\t\tlet that = this,\n\t\t\t\ttoken = uni.getStorageSync('token'),\n\t\t\t\theader = {\n\t\t\t\t\ttoken: token || ''\n\t\t\t\t},\n\t\t\t\tpostData;\n\n\t\t\t// console.log(token,\"token\")\n\t\t\t//网络请求 \n\t\t\tuni.request({\n\t\t\t\turl: this.globalData.baseUrl + url,\n\t\t\t\tdata: data,\n\t\t\t\tmethod: method,\n\t\t\t\theader: header,\n\t\t\t\tsuccess: function(res) {\n\t\t\t\t\t// console.log(res)//返回取得的数据\n\t\t\t\t\t// console.log(res)\n\t\t\t\t\tif (res.statusCode == 200) {\n\t\t\t\t\t\tresolve(res);\n\t\t\t\t\t} else {\n\t\t\t\t\t\t// uni.showToast({\n\t\t\t\t\t\t// \ttitle: res.data.msg,\n\t\t\t\t\t\t// \ticon: 'none',\n\t\t\t\t\t\t// })\n\t\t\t\t\t\treject(res.data)\n\t\t\t\t\t\t// if (res.data.code == '401') {}\n\t\t\t\t\t}\n\t\t\t\t\t// (showLoad || showLoad == undefined) ? wx.hideLoading(): \"\";\n\t\t\t\t\t// wx.hideNavigationBarLoading()\n\t\t\t\t},\n\t\t\t\tfail: function(e) {\n\t\t\t\t\tconsole.log(e)\n\t\t\t\t\treject('网络出错');\n\t\t\t\t\t// (showLoad || showLoad == undefined) ? wx.hideLoading() : \"\";\n\t\t\t\t\twx.hideNavigationBarLoading()\n\t\t\t\t},\n\t\t\t\tcomplete: function(daa) {\n\t\t\t\t\t// console.log(daa)\n\t\t\t\t}\n\t\t\t})\n\t\t});\n\t\treturn promise;\n\t},\n\tglobalData: {\n\t\tuserInfo: null,\n\t\t// baseUrl: 'http://icrgangjuren.w.brotop.cn/'\n\t\tbaseUrl: 'https://www.bjzha.net/api/'\n\t}\n}\n","import mod from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\mini-css-extract-plugin\\\\dist\\\\loader.js??ref--6-oneOf-1-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\css-loader\\\\dist\\\\cjs.js??ref--6-oneOf-1-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\stylePostLoader.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--6-oneOf-1-2!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\postcss-loader\\\\src\\\\index.js??ref--6-oneOf-1-3!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./App.vue?vue&type=style&index=0&lang=css&\"; export default mod; export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\mini-css-extract-plugin\\\\dist\\\\loader.js??ref--6-oneOf-1-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\css-loader\\\\dist\\\\cjs.js??ref--6-oneOf-1-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\stylePostLoader.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--6-oneOf-1-2!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\postcss-loader\\\\src\\\\index.js??ref--6-oneOf-1-3!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./App.vue?vue&type=style&index=0&lang=css&\"","// extracted by mini-css-extract-plugin\n if(module.hot) {\n // 1587698424531\n var cssReload = require(\"F:/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/hmr/hotModuleReplacement.js\")(module.id, {\"hmr\":true,\"publicPath\":\"../../\",\"locals\":false});\n module.hot.dispose(cssReload);\n module.hot.accept(undefined, cssReload);\n }\n ","import 'uni-pages';import '@dcloudio/uni-stat';\nimport Vue from 'vue'\nimport Page from './pages/examinejingban/examinejingban.vue'\ncreatePage(Page)","import { render, staticRenderFns, recyclableRender, components } from \"./examinejingban.vue?vue&type=template&id=0fb9906d&\"\nvar renderjs\nimport script from \"./examinejingban.vue?vue&type=script&lang=js&\"\nexport * from \"./examinejingban.vue?vue&type=script&lang=js&\"\nimport style0 from \"./examinejingban.vue?vue&type=style&index=0&lang=css&\"\nimport style1 from \"./examinejingban.vue?vue&type=style&index=1&lang=css&\"\n\n\n/* normalize component */\nimport normalizer from \"!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\runtime\\\\componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null,\n false,\n components,\n renderjs\n)\n\ncomponent.options.__file = \"G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/examinejingban/examinejingban.vue\"\nexport default component.exports","export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\templateLoader.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--16-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\template.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-uni-app-loader\\\\page-meta.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./examinejingban.vue?vue&type=template&id=0fb9906d&\"","var components\nvar render = function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n}\nvar recyclableRender = false\nvar staticRenderFns = []\nrender._withStripped = true\n\nexport { render, staticRenderFns, recyclableRender, components }","import mod from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\babel-loader\\\\lib\\\\index.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--12-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\script.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./examinejingban.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\babel-loader\\\\lib\\\\index.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--12-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\script.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./examinejingban.vue?vue&type=script&lang=js&\"","//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n\nimport app from \"../../App.vue\";\nimport helper from '../../common/help.js';\n\n\nexport default {\n\tdata() {\n\t\treturn {\n\t\t\tfinorgid: '',\n\t\t\tfinid: '',\n\t\t\titem: '',\n\t\t\tdetaildata: '',\n\t\t\tprojectarr: [],\n\t\t\tindex: 0,\n\t\t\tprojectid: '',\n\t\t\tfprjleader: '',\n\t\t\tfprjleadertwo: '',\n\t\t\tfname: '',\n\t\t\tshowhide: '',\n\t\t\treceive:-1,\n\t\t\tshenhe:'审核通过'\n\n\t\t}\n\t},\n\tonLoad(options) {\n\t\tconsole.log(options.item)\n\t\t\n\t\tthis.item = JSON.parse(options.item);\n\t\tconsole.log('评审报告',this.item)\n\t\tlet newitem = this.item;\n\t\tnewitem.ftoauditamt = helper.change(newitem.ftoauditamt);\n\t\tthis.item = newitem\n\t\tif(this.item.fdirstatus=='审核通过'){\n\t\t\tthis.receive=0\n\t\t}else{\n\t\t\tthis.receive=1\n\t\t}\n\t\t// this.detail();\n\t\t// this.finid=item.finid;\n\t\t// this.finorgid=item.finorgid;\n\n\t\t// 显示项目组\n\t\tthis.getprojectkind();\n\t\tconsole.log(helper.unction(45622111))\n\n\t\t// 获取台账列表\n\t},\n\tonShow() {\n\t\tthis.showhide = uni.getStorageSync(\"showhide\");\n\n\t},\n\tmethods: {\n\t\t// 是否接受\n\t\tisreceive(e){\n\t\t\tconsole.log(e)\n\t\t\n\t\t\tconsole.log(e.currentTarget.dataset.id)\n\t\t\tthis.receive=e.currentTarget.dataset.id;\n\t\t\tconsole.log(this.receive)\n\t\t},\n\t\t//下载文件\n\t\tdownloadfile(file){\n\t\t\tlet that = this;\n\t\t\tif(file==null){\n\t\t\t\tuni.showToast({\n\t\t\t\t\ttitle:'文件不存在',\n\t\t\t\t\ticon:\"none\"\n\t\t\t\t})\n\t\t\t\treturn false\n\t\t\t}\n\t\t\t\n\t\t\tlet url = \"project/Select_FileInfo\";\n\t\t\tlet param = {\n\t\t\t}\n\t\t\tapp.post(url, param, 'get').then(r => {\n\t\t\t\tconsole.log('下载文件', r)\n\t\t\t\tthat.singgleurl = r.data[0].file\n\t\t\t\tlet url = r.data[0].file + '?fileId=' + file\n\t\t\t\tuni.setStorageSync(\"url\", url)\n\t\t\t\tplus.runtime.openURL(url);\n\t\t\t\n\t\t\t}).catch(err => {\n\t\t\t\tconsole.log(err)\n\t\t\t})\n\t\t},\n\t\tentershenhe(e){\n\t\t\tthis.shenhe=e.detail.value\n\t\t},\n\n\t\tdetail() {\n\t\t\tlet that = this;\n\t\t\tlet url = \"project/Get_Disfteam\";\n\t\t\tlet param = {\n\t\t\t\tfinid: this.finorgid,\n\t\t\t\tfprojectid: this.item.projectid\n\t\t\t}\n\t\t\t// console.log('8877665544',param)\n\t\t\tapp.post(url, param, 'get').then(r => {\n\t\t\t\tconsole.log('分配信息', r);\n\t\t\t\tthat.detaildata = r.data[0];\n\n\t\t\t}).catch(err => {\n\t\t\t\tconsole.log(err)\n\t\t\t})\n\t\t},\n\n\t\t// 显示项目组\n\t\tgetprojectkind() {\n\t\t\tlet that = this;\n\t\t\tlet url = \"project/Get_Fteam\";\n\t\t\t// console.log('8877665544',param)\n\t\t\tapp.post(url, '', 'get').then(r => {\n\t\t\t\tconsole.log('获取项目组', r);\n\t\t\t\tthis.projectarr = r.data;\n\t\t\t\tif (that.item.ftaskprocess == '未分配') {\n\n\t\t\t\t\tthis.fprjleader = '';\n\t\t\t\t\tthis.fprjleadertwo = '';\n\t\t\t\t\tthis.fname = ''\n\t\t\t\t} else {\n\t\t\t\t\tfor (var obj of this.projectarr) {\n\t\t\t\t\t\tif (obj.fid == that.item.finorgid) {\n\t\t\t\t\t\t\tthis.fprjleader = obj.fprjleader;\n\t\t\t\t\t\t\tthis.fprjleadertwo = obj.fprjleadertwo;\n\t\t\t\t\t\t\tthis.fname = obj.fname;\n\t\t\t\t\t\t\tthis.finorgid = obj.fid\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tthis.detail()\n\n\t\t\t\t}\n\n\t\t\t\t// this.projectid=r.data[0].fid;\n\t\t\t\t// this.fprjleader=r.data[0].fprjleader;\n\t\t\t\t// this.fprjleadertwo=r.data[0].fprjleadertwo;\n\n\t\t\t}).catch(err => {\n\t\t\t\tconsole.log(err)\n\t\t\t})\n\t\t},\n\n\t\tbindPickerChange: function(e) {\n\t\t\tconsole.log('picker发送选择改变,携带值为', e.target.value)\n\t\t\tthis.index = e.target.value;\n\t\t\tthis.fname = this.projectarr[e.target.value].fname\n\t\t\tthis.finorgid = this.projectarr[e.target.value].fid;\n\t\t\tthis.fprjleader = this.projectarr[e.target.value].fprjleader;\n\t\t\tthis.fprjleadertwo = this.projectarr[e.target.value].fprjleadertwo;\n\t\t\tthis.detail()\n\t\t\t// this.detail();\n\t\t\t// this.danweiname = this.danweilist[e.target.value].fname;\n\t\t\t// this.fuzepeople = this.danweilist[e.target.value].fauthorizeman;\n\t\t\t// this.fuzephone = this.danweilist[e.target.value].fauthphone;\n\t\t},\n\t\t// 提交信息\n\t\tsubmit() {\n\t\t\tlet that = this;\n\t\t\tif (that.receive ==-1) {\n\t\t\t\tuni.showToast({\n\t\t\t\t\ttitle: \"请选择审核结果\",\n\t\t\t\t\ticon: \"none\"\n\t\t\t\t})\n\t\t\t\treturn false\n\t\t\t}\n\t\t\tlet url = \"project/Submit_Personincharge\";\n\t\t\tlet param = {\n\t\t\t\tfprjleaderoneid:that.item.fprjleaderoneid,\n\t\t\t\tfprjphonetwoid:that.item.fprjleadertwoid,\n\t\t\t\tuserid: uni.getStorageSync(\"userid\"),\n\t\t\t\trole:uni.getStorageSync(\"role\"),\n\t\t\t\tfprojectid: that.item.fprojectid,\n\t\t\t\tfdisid: that.item.fdisid,\n\t\t\t\tfdirstatus:that.item.fdirstatus,\n\t\t\t\tffinauditstatus:that.item.ffinauditstatus,\n\t\t\t\tfagree:that.receive,\n\t\t\t\tfmemo:that.shenhe,\n\t\t\t\tfintorgid:that.item.fintorgid\n\t\t\t}\n\n\t\t\tconsole.log('8877665544', param)\n\t\t\tapp.post(url, param, 'get').then(r => {\n\t\t\t\tconsole.log(r);\n\t\t\t\tif (r.data[0].message == '提交成功') {\n\t\t\t\t\tuni.showToast({\n\t\t\t\t\t\ttitle: '提交成功',\n\t\t\t\t\t\ticon: \"none\"\n\t\t\t\t\t})\n\t\t\t\t\t\n\t\t\t\t\tsetTimeout(function() {\n\t\t\t\t\t\tuni.navigateBack({\n\t\t\t\t\t\t\tchecked: true\n\t\t\t\t\t\t})\n\t\t\t\t\t}, 1000)\n\t\t\t\t} else {\n\t\t\t\t\tuni.showToast({\n\t\t\t\t\t\ttitle: r.data[0].message,\n\t\t\t\t\t\ticon: \"none\"\n\t\t\t\t\t})\n\t\t\t\t\tsetTimeout(function() {\n\t\t\t\t\t\tuni.navigateBack({\n\t\t\t\t\t\t\tchecked: true\n\t\t\t\t\t\t})\n\t\t\t\t\t}, 1000)\n\t\t\t\t}\n\n\n\t\t\t\t\n\n\t\t\t\t\n\n\t\t\t}).catch(err => {\n\t\t\t\tconsole.log(err)\n\t\t\t})\n\t\t},\n\t\t// 修改待办事项的状态\n\t\tchangestate() {\n\t\t\tlet that = this;\n\t\t\tlet url = \"project/Get_Fteam\";\n\t\t\tlet params = {\n\t\t\t\tuserid: uni.getStorageSync(\"userid\"),\n\t\t\t\tfdisid: that.item.disid\n\t\t\t}\n\t\t\t// console.log('8877665544',param)\n\t\t\tapp.post(url, '', 'get').then(r => {\n\t\t\t\tconsole.log('修改状态', r);\n\t\t\t}).catch(err => {\n\t\t\t\tconsole.log(err)\n\t\t\t})\n\t\t}\n\n\n\t}\n\n}\n","import mod from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\mini-css-extract-plugin\\\\dist\\\\loader.js??ref--6-oneOf-1-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\css-loader\\\\dist\\\\cjs.js??ref--6-oneOf-1-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\stylePostLoader.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--6-oneOf-1-2!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\postcss-loader\\\\src\\\\index.js??ref--6-oneOf-1-3!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./examinejingban.vue?vue&type=style&index=0&lang=css&\"; export default mod; export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\mini-css-extract-plugin\\\\dist\\\\loader.js??ref--6-oneOf-1-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\css-loader\\\\dist\\\\cjs.js??ref--6-oneOf-1-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\stylePostLoader.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--6-oneOf-1-2!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\postcss-loader\\\\src\\\\index.js??ref--6-oneOf-1-3!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./examinejingban.vue?vue&type=style&index=0&lang=css&\"","// extracted by mini-css-extract-plugin\n if(module.hot) {\n // 1587698424569\n var cssReload = require(\"F:/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/hmr/hotModuleReplacement.js\")(module.id, {\"hmr\":true,\"publicPath\":\"../../\",\"locals\":false});\n module.hot.dispose(cssReload);\n module.hot.accept(undefined, cssReload);\n }\n ","import mod from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\mini-css-extract-plugin\\\\dist\\\\loader.js??ref--6-oneOf-1-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\css-loader\\\\dist\\\\cjs.js??ref--6-oneOf-1-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\stylePostLoader.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--6-oneOf-1-2!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\postcss-loader\\\\src\\\\index.js??ref--6-oneOf-1-3!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./examinejingban.vue?vue&type=style&index=1&lang=css&\"; export default mod; export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\mini-css-extract-plugin\\\\dist\\\\loader.js??ref--6-oneOf-1-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\css-loader\\\\dist\\\\cjs.js??ref--6-oneOf-1-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\stylePostLoader.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--6-oneOf-1-2!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\postcss-loader\\\\src\\\\index.js??ref--6-oneOf-1-3!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./examinejingban.vue?vue&type=style&index=1&lang=css&\"","// extracted by mini-css-extract-plugin\n if(module.hot) {\n // 1587698424573\n var cssReload = require(\"F:/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/hmr/hotModuleReplacement.js\")(module.id, {\"hmr\":true,\"publicPath\":\"../../\",\"locals\":false});\n module.hot.dispose(cssReload);\n module.hot.accept(undefined, cssReload);\n }\n "],"sourceRoot":""}
\ No newline at end of file
{"version":3,"sources":["webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue?1912","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue?d032","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue?7f10","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue?431f","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/main.js","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/examinejingban/examinejingban.vue?6404","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/examinejingban/examinejingban.vue?bd4b","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/examinejingban/examinejingban.vue?3faa","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/examinejingban/examinejingban.vue?6418","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/examinejingban/examinejingban.vue","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/examinejingban/examinejingban.vue?b64b","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/examinejingban/examinejingban.vue?98bc","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/examinejingban/examinejingban.vue?1462","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/examinejingban/examinejingban.vue?4288"],"names":["onLaunch","console","log","onShow","onHide","post","url","data","method","promise","Promise","resolve","reject","that","token","uni","getStorageSync","header","postData","request","globalData","baseUrl","success","res","statusCode","fail","e","wx","hideNavigationBarLoading","complete","daa","userInfo","createPage","Page","finorgid","finid","item","detaildata","projectarr","index","projectid","fprjleader","fprjleadertwo","fname","showhide","receive","shenhe","onLoad","options","JSON","parse","newitem","ftoauditamt","helper","change","fdirstatus","getprojectkind","unction","methods","isreceive","currentTarget","dataset","id","downloadfile","file","showToast","title","icon","param","app","then","r","singgleurl","setStorageSync","plus","runtime","openURL","catch","err","entershenhe","detail","value","fprojectid","ftaskprocess","obj","fid","bindPickerChange","target","submit","fprjleaderoneid","fprjphonetwoid","fprjleadertwoid","userid","role","fdisid","ffinauditstatus","fagree","fmemo","fintorgid","message","setTimeout","navigateBack","checked","changestate","params","disid"],"mappings":"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","file":"pages/examinejingban/examinejingban.js","sourcesContent":["var render, staticRenderFns, recyclableRender, components\nvar renderjs\nimport script from \"./App.vue?vue&type=script&lang=js&\"\nexport * from \"./App.vue?vue&type=script&lang=js&\"\nimport style0 from \"./App.vue?vue&type=style&index=0&lang=css&\"\n\n\n/* normalize component */\nimport normalizer from \"!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\runtime\\\\componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null,\n false,\n components,\n renderjs\n)\n\ncomponent.options.__file = \"G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue\"\nexport default component.exports","import mod from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\babel-loader\\\\lib\\\\index.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--12-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\script.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./App.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\babel-loader\\\\lib\\\\index.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--12-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\script.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./App.vue?vue&type=script&lang=js&\"","\nexport default {\n\tonLaunch: function() {\n\t\tconsole.log('App Launch')\n\t\t// plus.screen.lockOrientation('portrait-primary');\n\t},\n\tonShow: function() {\n\n\t\tconsole.log('App Show')\n\t},\n\tonHide: function() {\n\t\tconsole.log('App Hide')\n\t},\n\tpost: function(url, data, method) {\n\n\t\t// (showLoad == undefined || showLoad) ?\n\t\t// wx.showLoading({\n\t\t// title: '加载中',\n\t\t// }) : ''\n\t\t// wx.showNavigationBarLoading()\n\t\tvar promise = new Promise((resolve, reject) => {\n\t\t\t//init\n\t\t\tlet that = this,\n\t\t\t\ttoken = uni.getStorageSync('token'),\n\t\t\t\theader = {\n\t\t\t\t\ttoken: token || ''\n\t\t\t\t},\n\t\t\t\tpostData;\n\n\t\t\t// console.log(token,\"token\")\n\t\t\t//网络请求 \n\t\t\tuni.request({\n\t\t\t\turl: this.globalData.baseUrl + url,\n\t\t\t\tdata: data,\n\t\t\t\tmethod: method,\n\t\t\t\theader: header,\n\t\t\t\tsuccess: function(res) {\n\t\t\t\t\t// console.log(res)//返回取得的数据\n\t\t\t\t\t// console.log(res)\n\t\t\t\t\tif (res.statusCode == 200) {\n\t\t\t\t\t\tresolve(res);\n\t\t\t\t\t} else {\n\t\t\t\t\t\t// uni.showToast({\n\t\t\t\t\t\t// \ttitle: res.data.msg,\n\t\t\t\t\t\t// \ticon: 'none',\n\t\t\t\t\t\t// })\n\t\t\t\t\t\treject(res.data)\n\t\t\t\t\t\t// if (res.data.code == '401') {}\n\t\t\t\t\t}\n\t\t\t\t\t// (showLoad || showLoad == undefined) ? wx.hideLoading(): \"\";\n\t\t\t\t\t// wx.hideNavigationBarLoading()\n\t\t\t\t},\n\t\t\t\tfail: function(e) {\n\t\t\t\t\tconsole.log(e)\n\t\t\t\t\treject('网络出错');\n\t\t\t\t\t// (showLoad || showLoad == undefined) ? wx.hideLoading() : \"\";\n\t\t\t\t\twx.hideNavigationBarLoading()\n\t\t\t\t},\n\t\t\t\tcomplete: function(daa) {\n\t\t\t\t\t// console.log(daa)\n\t\t\t\t}\n\t\t\t})\n\t\t});\n\t\treturn promise;\n\t},\n\tglobalData: {\n\t\tuserInfo: null,\n\t\t// baseUrl: 'http://icrgangjuren.w.brotop.cn/'\n\t\tbaseUrl: 'https://www.bjzha.net/api/'\n\t}\n}\n","import mod from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\mini-css-extract-plugin\\\\dist\\\\loader.js??ref--6-oneOf-1-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\css-loader\\\\dist\\\\cjs.js??ref--6-oneOf-1-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\stylePostLoader.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--6-oneOf-1-2!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\postcss-loader\\\\src\\\\index.js??ref--6-oneOf-1-3!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./App.vue?vue&type=style&index=0&lang=css&\"; export default mod; export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\mini-css-extract-plugin\\\\dist\\\\loader.js??ref--6-oneOf-1-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\css-loader\\\\dist\\\\cjs.js??ref--6-oneOf-1-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\stylePostLoader.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--6-oneOf-1-2!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\postcss-loader\\\\src\\\\index.js??ref--6-oneOf-1-3!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./App.vue?vue&type=style&index=0&lang=css&\"","// extracted by mini-css-extract-plugin\n if(module.hot) {\n // 1589774460911\n var cssReload = require(\"F:/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/hmr/hotModuleReplacement.js\")(module.id, {\"hmr\":true,\"publicPath\":\"../../\",\"locals\":false});\n module.hot.dispose(cssReload);\n module.hot.accept(undefined, cssReload);\n }\n ","import 'uni-pages';import '@dcloudio/uni-stat';\nimport Vue from 'vue'\nimport Page from './pages/examinejingban/examinejingban.vue'\ncreatePage(Page)","import { render, staticRenderFns, recyclableRender, components } from \"./examinejingban.vue?vue&type=template&id=0fb9906d&\"\nvar renderjs\nimport script from \"./examinejingban.vue?vue&type=script&lang=js&\"\nexport * from \"./examinejingban.vue?vue&type=script&lang=js&\"\nimport style0 from \"./examinejingban.vue?vue&type=style&index=0&lang=css&\"\nimport style1 from \"./examinejingban.vue?vue&type=style&index=1&lang=css&\"\n\n\n/* normalize component */\nimport normalizer from \"!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\runtime\\\\componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null,\n false,\n components,\n renderjs\n)\n\ncomponent.options.__file = \"G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/examinejingban/examinejingban.vue\"\nexport default component.exports","export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\templateLoader.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--16-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\template.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-uni-app-loader\\\\page-meta.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./examinejingban.vue?vue&type=template&id=0fb9906d&\"","var components\nvar render = function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n}\nvar recyclableRender = false\nvar staticRenderFns = []\nrender._withStripped = true\n\nexport { render, staticRenderFns, recyclableRender, components }","import mod from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\babel-loader\\\\lib\\\\index.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--12-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\script.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./examinejingban.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\babel-loader\\\\lib\\\\index.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--12-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\script.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./examinejingban.vue?vue&type=script&lang=js&\"","//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n\nimport app from \"../../App.vue\";\nimport helper from '../../common/help.js';\n\n\nexport default {\n\tdata() {\n\t\treturn {\n\t\t\tfinorgid: '',\n\t\t\tfinid: '',\n\t\t\titem: '',\n\t\t\tdetaildata: '',\n\t\t\tprojectarr: [],\n\t\t\tindex: 0,\n\t\t\tprojectid: '',\n\t\t\tfprjleader: '',\n\t\t\tfprjleadertwo: '',\n\t\t\tfname: '',\n\t\t\tshowhide: '',\n\t\t\treceive:-1,\n\t\t\tshenhe:'审核通过'\n\n\t\t}\n\t},\n\tonLoad(options) {\n\t\tconsole.log(options.item)\n\t\t\n\t\tthis.item = JSON.parse(options.item);\n\t\tconsole.log('评审报告',this.item)\n\t\tlet newitem = this.item;\n\t\tnewitem.ftoauditamt = helper.change(newitem.ftoauditamt);\n\t\tthis.item = newitem\n\t\tif(this.item.fdirstatus=='审核通过'){\n\t\t\tthis.receive=0\n\t\t}else{\n\t\t\tthis.receive=1\n\t\t}\n\t\t// this.detail();\n\t\t// this.finid=item.finid;\n\t\t// this.finorgid=item.finorgid;\n\n\t\t// 显示项目组\n\t\tthis.getprojectkind();\n\t\tconsole.log(helper.unction(45622111))\n\n\t\t// 获取台账列表\n\t},\n\tonShow() {\n\t\tthis.showhide = uni.getStorageSync(\"showhide\");\n\n\t},\n\tmethods: {\n\t\t// 是否接受\n\t\tisreceive(e){\n\t\t\tconsole.log(e)\n\t\t\n\t\t\tconsole.log(e.currentTarget.dataset.id)\n\t\t\tthis.receive=e.currentTarget.dataset.id;\n\t\t\tconsole.log(this.receive)\n\t\t},\n\t\t//下载文件\n\t\tdownloadfile(file){\n\t\t\tlet that = this;\n\t\t\tif(file==null){\n\t\t\t\tuni.showToast({\n\t\t\t\t\ttitle:'文件不存在',\n\t\t\t\t\ticon:\"none\"\n\t\t\t\t})\n\t\t\t\treturn false\n\t\t\t}\n\t\t\t\n\t\t\tlet url = \"project/Select_FileInfo\";\n\t\t\tlet param = {\n\t\t\t}\n\t\t\tapp.post(url, param, 'get').then(r => {\n\t\t\t\tconsole.log('下载文件', r)\n\t\t\t\tthat.singgleurl = r.data[0].file\n\t\t\t\tlet url = r.data[0].file + '?fileId=' + file\n\t\t\t\tuni.setStorageSync(\"url\", url)\n\t\t\t\tplus.runtime.openURL(url);\n\t\t\t\n\t\t\t}).catch(err => {\n\t\t\t\tconsole.log(err)\n\t\t\t})\n\t\t},\n\t\tentershenhe(e){\n\t\t\tthis.shenhe=e.detail.value\n\t\t},\n\n\t\tdetail() {\n\t\t\tlet that = this;\n\t\t\tlet url = \"project/Get_Disfteam\";\n\t\t\tlet param = {\n\t\t\t\tfinid: this.finorgid,\n\t\t\t\tfprojectid: this.item.projectid\n\t\t\t}\n\t\t\t// console.log('8877665544',param)\n\t\t\tapp.post(url, param, 'get').then(r => {\n\t\t\t\tconsole.log('分配信息', r);\n\t\t\t\tthat.detaildata = r.data[0];\n\n\t\t\t}).catch(err => {\n\t\t\t\tconsole.log(err)\n\t\t\t})\n\t\t},\n\n\t\t// 显示项目组\n\t\tgetprojectkind() {\n\t\t\tlet that = this;\n\t\t\tlet url = \"project/Get_Fteam\";\n\t\t\t// console.log('8877665544',param)\n\t\t\tapp.post(url, '', 'get').then(r => {\n\t\t\t\tconsole.log('获取项目组', r);\n\t\t\t\tthis.projectarr = r.data;\n\t\t\t\tif (that.item.ftaskprocess == '未分配') {\n\n\t\t\t\t\tthis.fprjleader = '';\n\t\t\t\t\tthis.fprjleadertwo = '';\n\t\t\t\t\tthis.fname = ''\n\t\t\t\t} else {\n\t\t\t\t\tfor (var obj of this.projectarr) {\n\t\t\t\t\t\tif (obj.fid == that.item.finorgid) {\n\t\t\t\t\t\t\tthis.fprjleader = obj.fprjleader;\n\t\t\t\t\t\t\tthis.fprjleadertwo = obj.fprjleadertwo;\n\t\t\t\t\t\t\tthis.fname = obj.fname;\n\t\t\t\t\t\t\tthis.finorgid = obj.fid\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tthis.detail()\n\n\t\t\t\t}\n\n\t\t\t\t// this.projectid=r.data[0].fid;\n\t\t\t\t// this.fprjleader=r.data[0].fprjleader;\n\t\t\t\t// this.fprjleadertwo=r.data[0].fprjleadertwo;\n\n\t\t\t}).catch(err => {\n\t\t\t\tconsole.log(err)\n\t\t\t})\n\t\t},\n\n\t\tbindPickerChange: function(e) {\n\t\t\tconsole.log('picker发送选择改变,携带值为', e.target.value)\n\t\t\tthis.index = e.target.value;\n\t\t\tthis.fname = this.projectarr[e.target.value].fname\n\t\t\tthis.finorgid = this.projectarr[e.target.value].fid;\n\t\t\tthis.fprjleader = this.projectarr[e.target.value].fprjleader;\n\t\t\tthis.fprjleadertwo = this.projectarr[e.target.value].fprjleadertwo;\n\t\t\tthis.detail()\n\t\t\t// this.detail();\n\t\t\t// this.danweiname = this.danweilist[e.target.value].fname;\n\t\t\t// this.fuzepeople = this.danweilist[e.target.value].fauthorizeman;\n\t\t\t// this.fuzephone = this.danweilist[e.target.value].fauthphone;\n\t\t},\n\t\t// 提交信息\n\t\tsubmit() {\n\t\t\tlet that = this;\n\t\t\tif (that.receive ==-1) {\n\t\t\t\tuni.showToast({\n\t\t\t\t\ttitle: \"请选择审核结果\",\n\t\t\t\t\ticon: \"none\"\n\t\t\t\t})\n\t\t\t\treturn false\n\t\t\t}\n\t\t\tlet url = \"project/Submit_Personincharge\";\n\t\t\tlet param = {\n\t\t\t\tfprjleaderoneid:that.item.fprjleaderoneid,\n\t\t\t\tfprjphonetwoid:that.item.fprjleadertwoid,\n\t\t\t\tuserid: uni.getStorageSync(\"userid\"),\n\t\t\t\trole:uni.getStorageSync(\"role\"),\n\t\t\t\tfprojectid: that.item.fprojectid,\n\t\t\t\tfdisid: that.item.fdisid,\n\t\t\t\tfdirstatus:that.item.fdirstatus,\n\t\t\t\tffinauditstatus:that.item.ffinauditstatus,\n\t\t\t\tfagree:that.receive,\n\t\t\t\tfmemo:that.shenhe,\n\t\t\t\tfintorgid:that.item.fintorgid\n\t\t\t}\n\n\t\t\tconsole.log('8877665544', param)\n\t\t\tapp.post(url, param, 'get').then(r => {\n\t\t\t\tconsole.log(r);\n\t\t\t\tif (r.data[0].message == '提交成功') {\n\t\t\t\t\tuni.showToast({\n\t\t\t\t\t\ttitle: '提交成功',\n\t\t\t\t\t\ticon: \"none\"\n\t\t\t\t\t})\n\t\t\t\t\t\n\t\t\t\t\tsetTimeout(function() {\n\t\t\t\t\t\tuni.navigateBack({\n\t\t\t\t\t\t\tchecked: true\n\t\t\t\t\t\t})\n\t\t\t\t\t}, 1000)\n\t\t\t\t} else {\n\t\t\t\t\tuni.showToast({\n\t\t\t\t\t\ttitle: r.data[0].message,\n\t\t\t\t\t\ticon: \"none\"\n\t\t\t\t\t})\n\t\t\t\t\tsetTimeout(function() {\n\t\t\t\t\t\tuni.navigateBack({\n\t\t\t\t\t\t\tchecked: true\n\t\t\t\t\t\t})\n\t\t\t\t\t}, 1000)\n\t\t\t\t}\n\n\n\t\t\t\t\n\n\t\t\t\t\n\n\t\t\t}).catch(err => {\n\t\t\t\tconsole.log(err)\n\t\t\t})\n\t\t},\n\t\t// 修改待办事项的状态\n\t\tchangestate() {\n\t\t\tlet that = this;\n\t\t\tlet url = \"project/Get_Fteam\";\n\t\t\tlet params = {\n\t\t\t\tuserid: uni.getStorageSync(\"userid\"),\n\t\t\t\tfdisid: that.item.disid\n\t\t\t}\n\t\t\t// console.log('8877665544',param)\n\t\t\tapp.post(url, '', 'get').then(r => {\n\t\t\t\tconsole.log('修改状态', r);\n\t\t\t}).catch(err => {\n\t\t\t\tconsole.log(err)\n\t\t\t})\n\t\t}\n\n\n\t}\n\n}\n","import mod from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\mini-css-extract-plugin\\\\dist\\\\loader.js??ref--6-oneOf-1-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\css-loader\\\\dist\\\\cjs.js??ref--6-oneOf-1-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\stylePostLoader.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--6-oneOf-1-2!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\postcss-loader\\\\src\\\\index.js??ref--6-oneOf-1-3!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./examinejingban.vue?vue&type=style&index=0&lang=css&\"; export default mod; export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\mini-css-extract-plugin\\\\dist\\\\loader.js??ref--6-oneOf-1-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\css-loader\\\\dist\\\\cjs.js??ref--6-oneOf-1-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\stylePostLoader.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--6-oneOf-1-2!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\postcss-loader\\\\src\\\\index.js??ref--6-oneOf-1-3!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./examinejingban.vue?vue&type=style&index=0&lang=css&\"","// extracted by mini-css-extract-plugin\n if(module.hot) {\n // 1589774460968\n var cssReload = require(\"F:/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/hmr/hotModuleReplacement.js\")(module.id, {\"hmr\":true,\"publicPath\":\"../../\",\"locals\":false});\n module.hot.dispose(cssReload);\n module.hot.accept(undefined, cssReload);\n }\n ","import mod from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\mini-css-extract-plugin\\\\dist\\\\loader.js??ref--6-oneOf-1-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\css-loader\\\\dist\\\\cjs.js??ref--6-oneOf-1-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\stylePostLoader.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--6-oneOf-1-2!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\postcss-loader\\\\src\\\\index.js??ref--6-oneOf-1-3!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./examinejingban.vue?vue&type=style&index=1&lang=css&\"; export default mod; export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\mini-css-extract-plugin\\\\dist\\\\loader.js??ref--6-oneOf-1-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\css-loader\\\\dist\\\\cjs.js??ref--6-oneOf-1-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\stylePostLoader.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--6-oneOf-1-2!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\postcss-loader\\\\src\\\\index.js??ref--6-oneOf-1-3!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./examinejingban.vue?vue&type=style&index=1&lang=css&\"","// extracted by mini-css-extract-plugin\n if(module.hot) {\n // 1589774460959\n var cssReload = require(\"F:/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/hmr/hotModuleReplacement.js\")(module.id, {\"hmr\":true,\"publicPath\":\"../../\",\"locals\":false});\n module.hot.dispose(cssReload);\n module.hot.accept(undefined, cssReload);\n }\n "],"sourceRoot":""}
\ No newline at end of file
... ...
{"version":3,"sources":["webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/main.js","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/fujian/fujian.vue?ea7f","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/fujian/fujian.vue?c7ad","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/fujian/fujian.vue?7168","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/fujian/fujian.vue?d3cc","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/fujian/fujian.vue","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/fujian/fujian.vue?bdc3","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/fujian/fujian.vue?04bf"],"names":["createPage","Page"],"mappings":";;;;;;;;;;kDAAA,wCAAmB;AACnB;AACA,+F;AACAA,UAAU,CAACC,eAAD,CAAV,C;;;;;;;;;;;;;ACHA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAmH;AACnH;AAC0D;AACL;AACa;;;AAGlE;AACqK;AACrK,gBAAgB,+KAAU;AAC1B,EAAE,4EAAM;AACR,EAAE,iFAAM;AACR,EAAE,0FAAe;AACjB;AACA;AACA;AACA;AACA;AACA,EAAE,qFAAU;AACZ;AACA;;AAEA;AACe,gF;;;;;;;;;;;;ACvBf;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;;;;;;;;;;;;ACAA;AAAA;AAAA;AAAA;AAAA;AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;;;;;;;;;;;;ACRA;AAAA;AAAA;AAAA;AAAgmB,CAAgB,0nBAAG,EAAC,C;;;;;;;;;;;ACApnB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,E;;;;;;;;;;;;ACxCA;AAAA;AAAA;AAAA;AAAk3B,CAAgB,m3BAAG,EAAC,C;;;;;;;;;;;ACAt4B;AACA,OAAO,KAAU,EAAE,kBAKd","file":"pages/fujian/fujian.js","sourcesContent":["import 'uni-pages';import '@dcloudio/uni-stat';\nimport Vue from 'vue'\nimport Page from './pages/fujian/fujian.vue'\ncreatePage(Page)","import { render, staticRenderFns, recyclableRender, components } from \"./fujian.vue?vue&type=template&id=a0483c66&\"\nvar renderjs\nimport script from \"./fujian.vue?vue&type=script&lang=js&\"\nexport * from \"./fujian.vue?vue&type=script&lang=js&\"\nimport style0 from \"./fujian.vue?vue&type=style&index=0&lang=css&\"\n\n\n/* normalize component */\nimport normalizer from \"!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\runtime\\\\componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null,\n false,\n components,\n renderjs\n)\n\ncomponent.options.__file = \"G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/fujian/fujian.vue\"\nexport default component.exports","export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\templateLoader.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--16-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\template.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-uni-app-loader\\\\page-meta.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./fujian.vue?vue&type=template&id=a0483c66&\"","var components\nvar render = function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n}\nvar recyclableRender = false\nvar staticRenderFns = []\nrender._withStripped = true\n\nexport { render, staticRenderFns, recyclableRender, components }","import mod from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\babel-loader\\\\lib\\\\index.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--12-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\script.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./fujian.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\babel-loader\\\\lib\\\\index.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--12-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\script.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./fujian.vue?vue&type=script&lang=js&\"","//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n\n","import mod from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\mini-css-extract-plugin\\\\dist\\\\loader.js??ref--6-oneOf-1-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\css-loader\\\\dist\\\\cjs.js??ref--6-oneOf-1-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\stylePostLoader.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--6-oneOf-1-2!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\postcss-loader\\\\src\\\\index.js??ref--6-oneOf-1-3!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./fujian.vue?vue&type=style&index=0&lang=css&\"; export default mod; export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\mini-css-extract-plugin\\\\dist\\\\loader.js??ref--6-oneOf-1-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\css-loader\\\\dist\\\\cjs.js??ref--6-oneOf-1-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\stylePostLoader.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--6-oneOf-1-2!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\postcss-loader\\\\src\\\\index.js??ref--6-oneOf-1-3!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./fujian.vue?vue&type=style&index=0&lang=css&\"","// extracted by mini-css-extract-plugin\n if(module.hot) {\n // 1587698424560\n var cssReload = require(\"F:/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/hmr/hotModuleReplacement.js\")(module.id, {\"hmr\":true,\"publicPath\":\"../../\",\"locals\":false});\n module.hot.dispose(cssReload);\n module.hot.accept(undefined, cssReload);\n }\n "],"sourceRoot":""}
\ No newline at end of file
{"version":3,"sources":["webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/main.js","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/fujian/fujian.vue?ea7f","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/fujian/fujian.vue?c7ad","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/fujian/fujian.vue?7168","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/fujian/fujian.vue?d3cc","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/fujian/fujian.vue","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/fujian/fujian.vue?bdc3","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/fujian/fujian.vue?04bf"],"names":["createPage","Page"],"mappings":";;;;;;;;;;kDAAA,wCAAmB;AACnB;AACA,+F;AACAA,UAAU,CAACC,eAAD,CAAV,C;;;;;;;;;;;;;ACHA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAmH;AACnH;AAC0D;AACL;AACa;;;AAGlE;AACqK;AACrK,gBAAgB,+KAAU;AAC1B,EAAE,4EAAM;AACR,EAAE,iFAAM;AACR,EAAE,0FAAe;AACjB;AACA;AACA;AACA;AACA;AACA,EAAE,qFAAU;AACZ;AACA;;AAEA;AACe,gF;;;;;;;;;;;;ACvBf;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;;;;;;;;;;;;ACAA;AAAA;AAAA;AAAA;AAAA;AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;;;;;;;;;;;;ACRA;AAAA;AAAA;AAAA;AAAgmB,CAAgB,0nBAAG,EAAC,C;;;;;;;;;;;ACApnB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,E;;;;;;;;;;;;ACxCA;AAAA;AAAA;AAAA;AAAk3B,CAAgB,m3BAAG,EAAC,C;;;;;;;;;;;ACAt4B;AACA,OAAO,KAAU,EAAE,kBAKd","file":"pages/fujian/fujian.js","sourcesContent":["import 'uni-pages';import '@dcloudio/uni-stat';\nimport Vue from 'vue'\nimport Page from './pages/fujian/fujian.vue'\ncreatePage(Page)","import { render, staticRenderFns, recyclableRender, components } from \"./fujian.vue?vue&type=template&id=a0483c66&\"\nvar renderjs\nimport script from \"./fujian.vue?vue&type=script&lang=js&\"\nexport * from \"./fujian.vue?vue&type=script&lang=js&\"\nimport style0 from \"./fujian.vue?vue&type=style&index=0&lang=css&\"\n\n\n/* normalize component */\nimport normalizer from \"!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\runtime\\\\componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null,\n false,\n components,\n renderjs\n)\n\ncomponent.options.__file = \"G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/fujian/fujian.vue\"\nexport default component.exports","export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\templateLoader.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--16-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\template.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-uni-app-loader\\\\page-meta.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./fujian.vue?vue&type=template&id=a0483c66&\"","var components\nvar render = function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n}\nvar recyclableRender = false\nvar staticRenderFns = []\nrender._withStripped = true\n\nexport { render, staticRenderFns, recyclableRender, components }","import mod from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\babel-loader\\\\lib\\\\index.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--12-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\script.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./fujian.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\babel-loader\\\\lib\\\\index.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--12-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\script.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./fujian.vue?vue&type=script&lang=js&\"","//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n\n","import mod from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\mini-css-extract-plugin\\\\dist\\\\loader.js??ref--6-oneOf-1-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\css-loader\\\\dist\\\\cjs.js??ref--6-oneOf-1-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\stylePostLoader.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--6-oneOf-1-2!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\postcss-loader\\\\src\\\\index.js??ref--6-oneOf-1-3!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./fujian.vue?vue&type=style&index=0&lang=css&\"; export default mod; export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\mini-css-extract-plugin\\\\dist\\\\loader.js??ref--6-oneOf-1-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\css-loader\\\\dist\\\\cjs.js??ref--6-oneOf-1-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\stylePostLoader.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--6-oneOf-1-2!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\postcss-loader\\\\src\\\\index.js??ref--6-oneOf-1-3!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./fujian.vue?vue&type=style&index=0&lang=css&\"","// extracted by mini-css-extract-plugin\n if(module.hot) {\n // 1589774460952\n var cssReload = require(\"F:/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/hmr/hotModuleReplacement.js\")(module.id, {\"hmr\":true,\"publicPath\":\"../../\",\"locals\":false});\n module.hot.dispose(cssReload);\n module.hot.accept(undefined, cssReload);\n }\n "],"sourceRoot":""}
\ No newline at end of file
... ...