作者 lihongjuan

1

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

要显示太多修改。

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

... ... @@ -11,7 +11,6 @@
onHide: function() {
console.log('App Hide')
},
post: function(url, data, method) {
// (showLoad == undefined || showLoad) ?
... ... @@ -64,15 +63,11 @@
});
return promise;
},
globalData: {
userInfo: null,
// baseUrl: 'http://icrgangjuren.w.brotop.cn/'
baseUrl: 'http://39.105.61.115:1912/api/'
baseUrl: 'https://www.bjzha.net/api/'
}
}
</script>
... ... @@ -322,3 +317,4 @@
color: #2E85ED
}
</style>
ssss
\ No newline at end of file
... ...
{
"name" : "大足投资项目评审管理平台",
"appid" : "__UNI__BFF07C0",
"description" : "对项目进行管理和分配,统计分析账目类别,对项目进行评审",
"name" : "touziprogram",
"appid" : "",
"description" : "",
"versionName" : "1.0.0",
"versionCode" : 1,
"versionCode" : "100",
"transformPx" : false,
/* 5+App特有相关 */
"app-plus" : {
"usingComponents" : true,
"nvueCompiler" : "uni-app",
"compilerVersion" : 3,
"splashscreen" : {
"alwaysShowBeforeRender" : true,
"waiting" : true,
... ... @@ -48,41 +50,7 @@
/* ios打包配置 */
"ios" : {},
/* SDK配置 */
"sdkConfigs" : {
"ad" : {}
},
"icons" : {
"android" : {
"xhdpi" : "unpackage/res/icons/96x96.png",
"hdpi" : "unpackage/res/icons/72x72.png",
"xxhdpi" : "unpackage/res/icons/144x144.png",
"xxxhdpi" : "unpackage/res/icons/192x192.png"
},
"ios" : {
"iphone" : {
"app@3x" : "unpackage/res/icons/180x180.png",
"spotlight@2x" : "unpackage/res/icons/80x80.png",
"app@2x" : "unpackage/res/icons/120x120.png",
"notification@2x" : "unpackage/res/icons/40x40.png",
"notification@3x" : "unpackage/res/icons/60x60.png",
"settings@2x" : "unpackage/res/icons/58x58.png",
"settings@3x" : "unpackage/res/icons/87x87.png",
"spotlight@3x" : "unpackage/res/icons/120x120.png"
},
"appstore" : "unpackage/res/icons/1024x1024.png",
"ipad" : {
"app" : "unpackage/res/icons/76x76.png",
"app@2x" : "unpackage/res/icons/152x152.png",
"notification" : "unpackage/res/icons/20x20.png",
"notification@2x" : "unpackage/res/icons/40x40.png",
"proapp@2x" : "unpackage/res/icons/167x167.png",
"settings" : "unpackage/res/icons/29x29.png",
"settings@2x" : "unpackage/res/icons/58x58.png",
"spotlight" : "unpackage/res/icons/40x40.png",
"spotlight@2x" : "unpackage/res/icons/80x80.png"
}
}
}
"sdkConfigs" : {}
}
},
/* 快应用特有相关 */
... ...
... ... @@ -659,7 +659,6 @@
}
}
}
],
// "tabBar": {
// "selectedColor": "#2E85ED",
... ... @@ -695,12 +694,10 @@
// },
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"navigationBarTextStyle": "white",
"navigationBarTitleText": "大足投资项目评审管理平台",
"navigationBarBackgroundColor": "#0093FF",
"backgroundColor": "#F8F8F8"
},
"condition": { //模式配置,仅开发期间生效
... ...
... ... @@ -25,11 +25,11 @@
</view>
</view>
</view>
<view class="renyaoqiu">
<view class="renyaoqiu" v-if='item.fauditfile!=null&&item.fauditfile!=" "&&item.ffapiaofile!=null&&item.ffapiaofile!=" "'>
<view class="projectinfo">
<view class="projectname">合同发票</view>
</view>
<view class="projectlist" @click="downloadconcat(item.fauditfile)">
<view class="projectlist" @click="downloadconcat(item)" v-if='item.fauditfile!=null&&item.fauditfile!=" "'>
<view class="concatname">合同</view>
<view class="queslist">
<view class="qusetionimg flex">
... ... @@ -42,7 +42,7 @@
</view>
</view>
</view>
<view class="projectlist" @click="downloadfa(item.ffapiaofile)">
<view class="projectlist" @click="downloadfa(item)" v-if='item.ffapiaofile!=null&&item.ffapiaofile!=" "'>
<view class="concatname">发票</view>
<view class="queslist">
<view class="qusetionimg flex">
... ... @@ -120,6 +120,11 @@
let newitem = this.item;
newitem.ftoauditamt = helper.change(newitem.ftoauditamt);
this.item = newitem
if(this.item.fservicestatus=='已确认'){
this.receive=0
}else{
this.receive=1
}
// this.detail();
// this.finid=item.finid;
// this.finorgid=item.finorgid;
... ... @@ -149,24 +154,52 @@
downloadconcat(file){
let that = this;
if(file==null){
uni.showToast({
title:'文件不存在',
icon:"none"
})
return false
}
console.log(item)
let fauditfile = item.fauditfile; //评审报告id
let fauditfile_txt = item.fauditfile_txt //评审报告文字
let url = "project/Select_FileInfo";
let param = {
}
let param = {}
app.post(url, param, 'get').then(r => {
console.log('下载文件', r)
that.singgleurl = r.data[0].file
let url = r.data[0].file + '?fileId=' + file
uni.setStorageSync("url", url)
plus.runtime.openURL(url);
let urlk = r.data[0].file + '?fileId=' + fauditfile;
// let url = 'http://39.105.61.115:8001/FileInfo/GetFile?fileId=4759b12f38ba6bdb71586065c64c42c5'
console.log(wx.env.USER_DATA_PATH + "/" + fauditfile_txt)
uni.downloadFile({
//let urlk: 'http://39.105.61.115:8001/FileInfo/GetFile?fileId=4759b12f38ba6bdb71586065c64c42c5',
url:urlk,
header: {
// 'Content-Type':'application/doc'
},
success: function(res) {},
fail: function(res) {},
complete: function(res) {
console.log(res)
const manage = wx.getFileSystemManager();
if (res.statusCode === 200) {
manage.saveFile({
tempFilePath: res.tempFilePath,
filePath: wx.env.USER_DATA_PATH + "/" + fauditfile_txt,
success: function(res) {
console.log(res)
}
});
// 打开文档
uni.openDocument({
filePath: wx.env.USER_DATA_PATH + "/" + fauditfile_txt,
success: function(res) {
console.log('打开文档成功')
},
fail: function() {
console.log('打开失败');
}
})
}
}
})
}).catch(err => {
console.log(err)
})
... ... @@ -174,25 +207,52 @@
// 下载发票
downloadfa(file){
let that = this;
console.log('file',file)
if(file==null||file==" "){
uni.showToast({
title:'文件不存在',
icon:"none"
})
return false
}
console.log(item)
let ffapiaofile = item.ffapiaofile; //评审报告id
let ffapiaofile_txt = item.ffapiaofile_txt //评审报告文字
let url = "project/Select_FileInfo";
let param = {
}
let param = {}
app.post(url, param, 'get').then(r => {
console.log('下载文件', r)
that.singgleurl = r.data[0].file
let url = r.data[0].file +'?fileId='+ file
console.log('发票url',url)
plus.runtime.openURL(url);
let urlk = r.data[0].file + '?fileId=' + ffapiaofile;
// let url = 'http://39.105.61.115:8001/FileInfo/GetFile?fileId=4759b12f38ba6bdb71586065c64c42c5'
console.log(wx.env.USER_DATA_PATH + "/" + ffapiaofile_txt)
uni.downloadFile({
//let urlk: 'http://39.105.61.115:8001/FileInfo/GetFile?fileId=4759b12f38ba6bdb71586065c64c42c5',
url:urlk,
header: {
// 'Content-Type':'application/doc'
},
success: function(res) {},
fail: function(res) {},
complete: function(res) {
console.log(res)
const manage = wx.getFileSystemManager();
if (res.statusCode === 200) {
manage.saveFile({
tempFilePath: res.tempFilePath,
filePath: wx.env.USER_DATA_PATH + "/" + ffapiaofile_txt,
success: function(res) {
console.log(res)
}
});
// 打开文档
uni.openDocument({
filePath: wx.env.USER_DATA_PATH + "/" + ffapiaofile_txt,
success: function(res) {
console.log('打开文档成功')
},
fail: function() {
console.log('打开失败');
}
})
}
}
})
}).catch(err => {
console.log(err)
})
... ... @@ -304,6 +364,11 @@
title: r.data[0].message,
icon: "none"
})
setTimeout(function() {
uni.navigateBack({
checked: true
})
},1000)
}
}).catch(err => {
... ... @@ -461,10 +526,10 @@
box-sizing: border-box;
}
.projectitemleft {
color: #8C9198;
font-size: 28rpx;
width:180rpx;
}
.projectitemright {
... ... @@ -514,6 +579,9 @@
/* position:fixed;
bottom:0;
left:0; */
position: fixed;
bottom:32rpx;
left:0;
background: #fff;
}
... ...
... ... @@ -204,8 +204,13 @@
budget: ''
}
},
onshow() {
onShow() {
this.getdaibanlist();
this.isshowrenwu();
// 获取顶部数据
this.gettopdata();
// 获取项目数量
this.getbudget()
},
onNavigationBarButtonTap() {
... ... @@ -294,7 +299,7 @@
status: that.status,
role: uni.getStorageSync("role")
};
console.log('9999',param)
console.log('9999', param)
app.post(url, param, 'get').then(r => {
console.log(r)
// console.log('99988000', JSON.stringify(r.data))
... ... @@ -314,7 +319,7 @@
},
// 跳到投票详情
govoice(item) {
// let disid=e.target.dataset.disid;
// let item=e.currentTarget.dataset.item;
// console.log('999',item)
... ... @@ -326,34 +331,36 @@
// uni.navigateTo({
// url: '../zixundanweifen/zixundanweifen?disid='+disid+'&item='+item+'&fteamid='+fteamid+'&fprojectid='+fprojectid
// })
console.log('daddaa',item)
console.log('daddaa', item)
let id = item.fprojectid;
let disid = item.fdisid;
console.log('37474334887',item.fbizformid)
console.log('37474334887', item.fbizformid)
// 咨询单位分配详细页面
if (item.fbizformid == 'bd_advisory') {
uni.navigateTo({
url: '../zixundanweifen/zixundanweifen?dfprojectid=' + id + '&disid=' + disid
})
}else if(item.fbizformid=='bd_distribution'){
} else if (item.fbizformid == 'bd_distribution') {
// 项目组分配 详细页面
uni.navigateTo({
url: '/pages/zixunfenpei/zixunfenpei?projectid=' + id
url: '/pages/zixunfenpei/zixunfenpei?projectid=' + id
})
}else if(item.fbizformid=='int_projectInventory'){
} else if (item.fbizformid == 'int_projectInventory') {
var newitem=JSON.stringify(item)
// type 1 预算 2 结算 3决算 4土地成本
if(item.freviewtype=='预算'){
if (item.freviewtype == '预算') {
uni.navigateTo({
url: '/pages/projectziliao/projectziliao?projectid=' + id +'&type='+1
url: '/pages/projectziliao/projectziliao?projectid=' + id + '&type=' + 1+'&item='+newitem
})
}
}else if(item.fbizformid=='int_problemquestion'){
} else if (item.fbizformid == 'int_problemquestion') {
console.log(item)
uni.navigateTo({
url: '/pages/seequestion/seequestion?projectid='+ id
url: '/pages/seequestion/seequestion?projectid=' + id
})
}
},
gocenter() {
... ... @@ -398,18 +405,13 @@
},
onLoad(options) {
this.getdaibanlist();
console.log(988766)
console.log('转数字', this.unction(452369874))
uni.setNavigationBarTitle({
title: '投资项目管理平台' + '(' + uni.getStorageSync("name") + ')'
});
this.isshowrenwu();
// 获取顶部数据
this.gettopdata();
// 获取项目数量
this.getbudget()
},
... ...
... ... @@ -152,7 +152,8 @@
that.xiangmulist = r.data;
that.querylist=r.data
let end=that.xiangmulist.splice(-1);
that.end=end
that.end=end;
console.log('hahhahahhah',JSON.stringify(that.end))
console.log(that.end[0].status)
console.log(JSON.stringify(end))
console.log(that.xiangmulist)
... ...
... ... @@ -96,6 +96,11 @@
let newitem = this.item;
newitem.ftoauditamt = helper.change(newitem.ftoauditamt);
this.item = newitem
if(this.item.fdirstatus=='审核通过'){
this.receive=0
}else{
this.receive=1
}
// this.detail();
// this.finid=item.finid;
// this.finorgid=item.finorgid;
... ... @@ -257,6 +262,11 @@
title: r.data[0].message,
icon: "none"
})
setTimeout(function() {
uni.navigateBack({
checked: true
})
}, 1000)
}
... ... @@ -418,6 +428,7 @@
.projectitemleft {
color: #8C9198;
font-size: 28rpx;
width:180rpx;
}
.projectitemright {
... ... @@ -648,10 +659,7 @@
border-bottom: none;
}
.projectitemleft {
color: #8C9198;
font-size: 28rpx;
}
.projectitemright {
color: #3D444D;
... ...
... ... @@ -17,21 +17,17 @@
</view>
<view class="select" @click="selectxuan">
<view class="selectleft" v-if="selshow">
<image src="../../static/img/selectone.png" mode=""></image>
<image src="../../static/img/selk.png" mode=""></image>
</view>
<view class="selectleft" v-else>
<image src="../../static/img/select.png" mode=""></image>
</view>
<view class="selectright">记住用户名</view>
</view>
<view class="denglu" :class="seldeng==1?'dengactive':''" @click="login">
<text v-if="seldengk==1">登录中...</text>
<text v-else>登录</text>
</view>
<view class="biaoshi">
... ... @@ -41,7 +37,6 @@
<!-- 弹出弹层 -->
<view class="pop" v-if="tanceng">
网络出错
</view>
</view>
... ... @@ -302,8 +297,8 @@
background: rgba(238, 238, 238, 1);
opacity: 1;
border-radius: 8rpx;
color: #BDC4CE;
font-size: 24rpx;
color: #232323;
font-size: 28rpx;
padding: 18rpx 24rpx;
box-sizing: border-box;
margin: 232rpx auto 0;
... ... @@ -317,15 +312,15 @@
}
.entershouji {
color: #BDC4CE;
font-size: 24rpx;
color: #232323;
font-size: 28rpx;
}
.mima {
margin: 32rpx auto 0;
}
.mima input{
font-size: 24rpx;
font-size: 28rpx;
}
.yanzheng {
... ... @@ -348,14 +343,14 @@
display: flex;
align-items: center;
background: #EEEEEE;
color: #BDC4CE;
color: #232323;
font-size: 24rpx
}
.yanzhengleft input {
width: 100%;
height: 100%;
font-size: 24rpx
font-size: 28rpx
}
.yanzhenghao {
... ... @@ -375,13 +370,13 @@
}
.yanzhenghao input {
color: #BDC4CE;
color: #232323;
font-size: 24rpx;
}
.yan {
color: #BDC4CE;
font-size: 24rpx;
color: #232323;
font-size: 28rpx;
}
.select {
... ... @@ -392,8 +387,8 @@
}
.selectleft {
width: 20rpx;
height: 20rpx;
width: 28rpx;
height: 28rpx;
font-size: 0;
}
... ... @@ -404,7 +399,7 @@
.selectright {
color: #fff;
font-size: 20rpx;
font-size: 26rpx;
margin-left: 10rpx;
}
... ... @@ -444,8 +439,7 @@
transform: translate(-50%, -50%)
}
.zhanghao input{
font-size: 24rpx;
font-size: 28rpx;
}
/* .zhanghao {
... ...
... ... @@ -186,21 +186,19 @@
</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="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>
<view class="btnitem" @click="concatsure(item)" v-if="showhide[4].status!=0">合同发票确认</view> -->
<view class="btnitem" @click="jingban(item)">经办人审核</view>
<view class="btnitem" @click="shenjie(item)">项目审结</view>
<view class="btnitem" @click="pingshen(item)">评审报告确认</view>
<view class="btnitem" @click="concatsure(item)">合同发票确认</view> -->
<view class="btnitem" @click="concatsure(item)">合同发票确认</view>
</view>
<!-- v-if="showhide[4].status==0" -->
<!-- <view class="zixunbottom" >
<view class="querenfen" @click="surefenpei">提交</view>
</view> -->
</view>
</template>
... ... @@ -211,7 +209,7 @@
data() {
return {
disid: '',
item: '',
item: {},
fteamid: '',
fprojectid: '',
ftrialnumber: '',
... ... @@ -245,7 +243,9 @@
console.log('传的参数', options)
if (options.type != undefined) {
this.type = options.type;
this.typeprojectid = options.projectid
this.typeprojectid = options.projectid;
this.item=JSON.parse(options.item);
switch (this.type) {
case 1:
console.log(this.type)
... ... @@ -407,21 +407,52 @@
// 下载文件
download(item) {
let that = this;
console.log(item)
let fseekfiles = item.fseekfiles; //评审报告id
let fseekfiles_txt = item.fseekfiles_txt //评审报告文字
let url = "project/Select_FileInfo";
let param = {
}
let param = {}
app.post(url, param, 'get').then(r => {
console.log('下载文件', r)
that.singgleurl = r.data[0].file
let url = r.data[0].file + '?fileId=' + item.fseekfiles
// uni.setStorageSync("url",url)
// console.log(url)
// let chaunitem=item.fseekfiles
// that.downsingle(chaunitem)
plus.runtime.openURL(url);
let urlk = r.data[0].file + '?fileId=' + fseekfiles;
// let url = 'http://39.105.61.115:8001/FileInfo/GetFile?fileId=4759b12f38ba6bdb71586065c64c42c5'
console.log(wx.env.USER_DATA_PATH + "/" + fseekfiles_txt)
uni.downloadFile({
//let urlk: 'http://39.105.61.115:8001/FileInfo/GetFile?fileId=4759b12f38ba6bdb71586065c64c42c5',
url:urlk,
header: {
// 'Content-Type':'application/doc'
},
success: function(res) {},
fail: function(res) {},
complete: function(res) {
console.log(res)
const manage = wx.getFileSystemManager();
if (res.statusCode === 200) {
manage.saveFile({
tempFilePath: res.tempFilePath,
filePath: wx.env.USER_DATA_PATH + "/" + fseekfiles_txt,
success: function(res) {
console.log(res)
}
});
// 打开文档
uni.openDocument({
filePath: wx.env.USER_DATA_PATH + "/" + fseekfiles_txt,
success: function(res) {
console.log('打开文档成功')
},
fail: function() {
console.log('打开失败');
}
})
}
}
})
}).catch(err => {
console.log(err)
})
... ... @@ -429,21 +460,52 @@
// 下载审核文件
downshenhe(item) {
let that = this;
console.log(item)
let freplyfiles = item.freplyfiles; //评审报告id
let freplyfiles_txt = item.freplyfiles_txt //评审报告文字
let url = "project/Select_FileInfo";
let param = {
}
let param = {}
app.post(url, param, 'get').then(r => {
console.log('下载文件', r)
that.singgleurl = r.data[0].file
let url = r.data[0].file + '?fileId=' + item.freplyfiles
// uni.setStorageSync("url",url)
// console.log(url)
// let chaunitem=item.fseekfiles
// that.downsingle(chaunitem)
plus.runtime.openURL(url);
let urlk = r.data[0].file + '?fileId=' + freplyfiles;
// let url = 'http://39.105.61.115:8001/FileInfo/GetFile?fileId=4759b12f38ba6bdb71586065c64c42c5'
console.log(wx.env.USER_DATA_PATH + "/" + freplyfiles_txt)
uni.downloadFile({
//let urlk: 'http://39.105.61.115:8001/FileInfo/GetFile?fileId=4759b12f38ba6bdb71586065c64c42c5',
url:urlk,
header: {
// 'Content-Type':'application/doc'
},
success: function(res) {},
fail: function(res) {},
complete: function(res) {
console.log(res)
const manage = wx.getFileSystemManager();
if (res.statusCode === 200) {
manage.saveFile({
tempFilePath: res.tempFilePath,
filePath: wx.env.USER_DATA_PATH + "/" + freplyfiles_txt,
success: function(res) {
console.log(res)
}
});
// 打开文档
uni.openDocument({
filePath: wx.env.USER_DATA_PATH + "/" + freplyfiles_txt,
success: function(res) {
console.log('打开文档成功')
},
fail: function() {
console.log('打开失败');
}
})
}
}
})
}).catch(err => {
console.log(err)
})
... ... @@ -885,6 +947,7 @@
.projectitemleft {
color: #8C9198;
font-size: 28rpx;
width:180rpx;
}
.projectitemright {
... ...
... ... @@ -169,7 +169,8 @@
chaxun() {
if (this.keyword == '') {
this.getdanweilist();
this.getquestionlist();
// this.getdanweilist();
} else {
console.log(9988776655)
let newxiangmuarr = [];
... ... @@ -201,7 +202,7 @@
this.quesprojectid=uni.getStorageSync("questionid");
this.getquestionlist();
this.getdanweilist();
// this.getdanweilist();
}
... ...
... ... @@ -26,13 +26,14 @@
</view>
</view>
<view class="renyaoqiu">
<!-- v-if="item.fauditrptfile!=null" -->
<view class="renyaoqiu" v-if="item.fauditrptfile!=null">
<view class="projectinfo">
<view class="projectname">评审报告</view>
</view>
<view class="projectlist">
<view class="queslist" @click="downloadfile(item.fauditrptfile)">
<view class="queslist" @click="downloadfile(item)">
<view class="qusetionimg flex">
<view class="bigquestion">
<image src="../../static/img/zhiyi.png" mode=""></image>
... ... @@ -55,7 +56,7 @@
</view>
<view class="mailname">是,线下收到纸质版评审报告</view>
</view>
<view class='mailitem flexone' @click="isreceive" :data-id="1">
<view class='mailitem flexone' @click="isreceive" :data-id="1">
<view class='mailitemimg'>
<image src="../../static/img/selshi.png" mode="" v-if="receive==1"></image>
<image src="../../static/img/sel.png" mode="" v-else></image>
... ... @@ -64,8 +65,8 @@
</view>
</view>
</view>
<view class="zixunbottom">
<!-- v-if="showhide[4].status==0" -->
<!-- <view class="zixunbotleft">保存</view> -->
... ... @@ -95,18 +96,24 @@
fprjleadertwo: '',
fname: '',
showhide: '',
receive:-1
receive: -1
}
},
onLoad(options) {
console.log(options.item)
this.item = JSON.parse(options.item);
console.log('评审报告',this.item)
console.log('评审报告', this.item)
let newitem = this.item;
newitem.ftoauditamt = helper.change(newitem.ftoauditamt);
this.item = newitem
this.item = newitem;
if (this.item.freporttatus == '已确认') {
this.receive = 0;
// console.log(this.receive)
} else {
this.receive = 1
}
// this.detail();
// this.finid=item.finid;
// this.finorgid=item.finorgid;
... ... @@ -123,34 +130,62 @@
},
methods: {
// 是否接受
isreceive(e){
isreceive(e) {
console.log(e)
console.log(e.currentTarget.dataset.id)
this.receive=e.currentTarget.dataset.id;
this.receive = e.currentTarget.dataset.id;
console.log(this.receive)
},
//下载文件
downloadfile(file){
downloadfile(item) {
let that = this;
if(file==null){
uni.showToast({
title:'文件不存在',
icon:"none"
})
return false
}
console.log(item)
let fauditrptfile = item.fauditrptfile; //评审报告id
let fauditrptfile_txt = item.fauditrptfile_txt //评审报告文字
let url = "project/Select_FileInfo";
let param = {
}
let param = {}
app.post(url, param, 'get').then(r => {
console.log('下载文件', r)
that.singgleurl = r.data[0].file
let url = r.data[0].file + '?fileId=' + file
uni.setStorageSync("url", url)
plus.runtime.openURL(url);
let urlk = r.data[0].file + '?fileId=' + fauditrptfile;
// let url = 'http://39.105.61.115:8001/FileInfo/GetFile?fileId=4759b12f38ba6bdb71586065c64c42c5'
console.log(wx.env.USER_DATA_PATH + "/" + fauditrptfile_txt)
uni.downloadFile({
//let urlk: 'http://39.105.61.115:8001/FileInfo/GetFile?fileId=4759b12f38ba6bdb71586065c64c42c5',
url:urlk,
header: {
// 'Content-Type':'application/doc'
},
success: function(res) {},
fail: function(res) {},
complete: function(res) {
console.log(res)
const manage = wx.getFileSystemManager();
if (res.statusCode === 200) {
manage.saveFile({
tempFilePath: res.tempFilePath,
filePath: wx.env.USER_DATA_PATH + "/" + fauditrptfile_txt,
success: function(res) {
console.log(res)
}
});
// 打开文档
uni.openDocument({
filePath: wx.env.USER_DATA_PATH + "/" + fauditrptfile_txt,
success: function(res) {
console.log('打开文档成功')
},
fail: function() {
console.log('打开失败');
}
})
}
}
})
}).catch(err => {
console.log(err)
})
... ... @@ -224,7 +259,7 @@
// 提交信息
submit() {
let that = this;
if (that.receive ==-1) {
if (that.receive == -1) {
uni.showToast({
title: "请选择邮寄情况",
icon: "none"
... ... @@ -234,11 +269,11 @@
let url = "project/Save_Rptconfirm";
let param = {
userid: uni.getStorageSync("userid"),
role:uni.getStorageSync("role"),
role: uni.getStorageSync("role"),
fprojectid: that.item.fprojectid,
fdisid: that.item.fdisid,
fservicestatus: that.item.fservicestatus,
mailstatus:that.receive,
mailstatus: that.receive,
}
console.log('8877665544', param)
... ... @@ -249,7 +284,7 @@
title: '提交成功',
icon: "none"
})
setTimeout(function() {
uni.navigateBack({
checked: true
... ... @@ -260,12 +295,17 @@
title: r.data[0].message,
icon: "none"
})
setTimeout(function() {
uni.navigateBack({
checked: true
})
}, 1000)
}
}).catch(err => {
console.log(err)
... ... @@ -302,47 +342,57 @@
width: 100%;
height: 100%;
}
.box {
background: #F9F9F9;
}
.mailitemimg{
width:32rpx;
height:32rpx;
.mailitemimg {
width: 32rpx;
height: 32rpx;
font-size: 0;
}
.mail{
.mail {
padding: 0 32rpx;
box-sizing: border-box;
margin-top:114rpx;
margin-top: 114rpx;
}
.mailist{
margin-top:12rpx;
.mailist {
margin-top: 12rpx;
}
.mailitem{
margin-top:20rpx;
.mailitem {
margin-top: 20rpx;
}
.mailstate{
color:#8C9198;
.mailstate {
color: #8C9198;
font-size: 28rpx;
}
.mailname{
color:#06121E;
.mailname {
color: #06121E;
font-size: 28rpx;
margin-left:12rpx;
margin-left: 12rpx;
}
.questiondescribe{
color:#8C9198;
.questiondescribe {
color: #8C9198;
font-size: 28rpx;
width:686rpx;
height:180rpx;
margin:20rpx auto 0;
width: 686rpx;
height: 180rpx;
margin: 20rpx auto 0;
}
.questiondescribe textarea{
width:100%;
.questiondescribe textarea {
width: 100%;
height: 180rpx;
}
.enterword{
color:#8C9198;
.enterword {
color: #8C9198;
font-size: 28rpx;
}
... ... @@ -408,21 +458,19 @@
box-sizing: border-box;
border-bottom: 1rpx solid #EEEEEE
}
.itemk{
border-bottom:none
.itemk {
border-bottom: none
}
.queslist {
padding: 32rpx 0;
box-sizing: border-box;
}
.projectitemleft {
color: #8C9198;
font-size: 28rpx;
}
.projectitemright {
color: #3D444D;
font-size: 28rpx;
... ... @@ -460,15 +508,15 @@
}
.zixunbottom {
width:750rpx;
width: 750rpx;
display: flex;
align-items: center;
justify-content: center;
padding: 28rpx 32rpx 34rpx;
box-sizing: border-box;
position:fixed;
bottom:0;
left:0;
position: fixed;
bottom: 0;
left: 0;
}
.zixunbotleft {
... ... @@ -484,7 +532,7 @@
}
.zixunbotright {
width:686rpx;
width: 686rpx;
height: 80rpx;
background: rgba(0, 147, 255, 1);
opacity: 1;
... ... @@ -652,6 +700,7 @@
.projectitemleft {
color: #8C9198;
font-size: 28rpx;
width:180rpx;
}
.projectitemright {
... ... @@ -691,7 +740,7 @@
font-size: 24rpx;
}
.zixunbotleft {
width: 130rpx;
... ... @@ -705,7 +754,7 @@
line-height: 80rpx;
}
/* .renyuan{
border-bottom:16rpx solid #f9f9f9;
... ... @@ -1001,7 +1050,8 @@
.shending {
width: 430rpx;
}
.itemk{
border-bottom:none
.itemk {
border-bottom: none
}
</style>
... ...
... ... @@ -264,6 +264,7 @@
that.singgleurl = r.data[0].file
let url = r.data[0].file + '?fileId=' + file
uni.setStorageSync("url", url)
console.log(url)
plus.runtime.openURL(url);
}).catch(err => {
... ...
... ... @@ -74,12 +74,12 @@
<view class="votelist" v-else>
<view class="voicehead">
<view class="headitem danwei">咨询单位名称</view>
<view class="headitem piao" v-if="status==0">票数</view>
<view class="headitem tou">投票</view>
<view class="headitem piao" v-if="status!=1">票数</view>
<view class="headitem tou" v-if="showhide[4].status!=0">投票</view>
</view>
<view class="zixundan" v-for="(item,index) in votelist" :key="index">
<view class="zixundanitem wei">{{item.finteroryname}}</view>
<view class="zixundanitem tpiao" v-if="status==0">{{item.ffilecount}}</view>
<view class="zixundanitem tpiao" v-if="status!=1">{{item.ffilecount}}</view>
<view class="zixundanitem zixuntou" @click="toupiao" :data-voiteitem="item" v-if="showhide[4].status!=0">投票</view>
</view>
</view>
... ... @@ -93,12 +93,7 @@
<!-- <view class="projectname">人员要求</view> -->
<view class="projectname">项目组和咨询单位</view>
</view>
<view class="projectlist">
<view class="projectitem" v-if="daibanfprojectid==''">
<view class="renyuanleft">咨询单位:</view>
<!-- v-if="showhide[3].status==1" -->
... ... @@ -110,7 +105,6 @@
<view class="xuanlei">
<image src='../../static/img/number.png'></image>
</view>
<!-- <input type="number" placeholder-class="xiangmuyuan"> -->
</view>
</picker>
... ... @@ -124,13 +118,10 @@
<!-- v-if="item.ftaskprocess=='未分配'" -->
<picker @change="bindPickerChange" :value="index" :range="danweilist" range-key="fname">
<view class="renyuanright danweizi">
<view class="uni-input xiangmuyuan">{{danweiname}}</view>
<view class="xuanlei">
<image src='../../static/img/number.png'></image>
</view>
<!-- <input type="number" placeholder-class="xiangmuyuan"> -->
</view>
</picker>
... ... @@ -228,21 +219,20 @@
}
},
onLoad(options) {
this.showhide = uni.getStorageSync("showhide");
console.log('传的参数', options.dfprojectid,options)
if (options.dfprojectid != undefined) {
this.daibanfprojectid = options.dfprojectid;
this.disid=options.disid;
this.status=1;
this.status=this.showhide[4].status;
this.getdaibandetail();
} else {
this.item = JSON.parse(options.item);
console.log('8888',this.item)
let newitem=this.item;
newitem.ftoauditamt=helper.change(newitem.ftoauditamt);
this.item=newitem
this.status = options.status;
this.status = this.showhide[4].status;
this.disid = options.disid;
this.fteamid = options.fteamid;
this.fprojectid = options.fprojectid;
... ... @@ -251,7 +241,7 @@
}
this.showhide = uni.getStorageSync("showhide");
this.getvotelist();
// 在审项目数
this.shenjienum();
... ... @@ -339,8 +329,13 @@
title: r.data[0].message,
icon: 'none'
})
that.getvotelist();
that.voicesuccess()
// that.getvotelist();
that.voicesuccess();
setTimeout(function(){
uni.navigateBack({
checked:true
})
},1500)
}).catch(err => {
console.log(err)
... ...
... ... @@ -39,38 +39,38 @@ $uni-border-color:#c8c7cc;
/* 尺寸变量 */
/* 文字尺寸 */
$uni-font-size-sm:24upx;
$uni-font-size-base:28upx;
$uni-font-size-lg:32upx;
$uni-font-size-sm:24rpx;
$uni-font-size-base:28rpx;
$uni-font-size-lg:32rpx;
/* 图片尺寸 */
$uni-img-size-sm:40upx;
$uni-img-size-base:52upx;
$uni-img-size-lg:80upx;
$uni-img-size-sm:40rpx;
$uni-img-size-base:52rpx;
$uni-img-size-lg:80rpx;
/* Border Radius */
$uni-border-radius-sm: 4upx;
$uni-border-radius-base: 6upx;
$uni-border-radius-lg: 12upx;
$uni-border-radius-sm: 4rpx;
$uni-border-radius-base: 6rpx;
$uni-border-radius-lg: 12rpx;
$uni-border-radius-circle: 50%;
/* 水平间距 */
$uni-spacing-row-sm: 10px;
$uni-spacing-row-base: 20upx;
$uni-spacing-row-lg: 30upx;
$uni-spacing-row-base: 20rpx;
$uni-spacing-row-lg: 30rpx;
/* 垂直间距 */
$uni-spacing-col-sm: 8upx;
$uni-spacing-col-base: 16upx;
$uni-spacing-col-lg: 24upx;
$uni-spacing-col-sm: 8rpx;
$uni-spacing-col-base: 16rpx;
$uni-spacing-col-lg: 24rpx;
/* 透明度 */
$uni-opacity-disabled: 0.3; // 组件禁用态的透明度
/* 文章场景相关 */
$uni-color-title: #2C405A; // 文章标题颜色
$uni-font-size-title:40upx;
$uni-font-size-title:40rpx;
$uni-color-subtitle: #555555; // 二级标题颜色
$uni-font-size-subtitle:36upx;
$uni-font-size-subtitle:36rpx;
$uni-color-paragraph: #3F536E; // 文章段落颜色
$uni-font-size-paragraph:30upx;
\ No newline at end of file
$uni-font-size-paragraph:30rpx;
\ No newline at end of file
... ...
{
"pages": [
"pages/index/index",
"pages/block/block",
"pages/examinejingban/examinejingban",
"pages/concat/concat",
"pages/reviewreport/reviewreport",
"pages/seequestion/seequestion",
"pages/download/download",
"pages/question/question",
"pages/fujian/fujian",
"pages/seesongshen/seesongshen",
"pages/projectziliao/projectziliao",
"pages/budgetshenhe/budgetshenhe",
"pages/daiban/daiban",
"pages/yinsi/yinsi",
"pages/zhugauntaidetail/zhugauntaidetail",
... ... @@ -36,11 +47,10 @@
],
"subPackages": [],
"window": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"navigationBarTextStyle": "white",
"navigationBarTitleText": "大足投资项目评审管理平台",
"navigationBarBackgroundColor": "#0093FF",
"backgroundColor": "#F8F8F8"
},
"usingComponents": {},
"sitemapLocation": "sitemap.json"
"usingComponents": {}
}
\ No newline at end of file
... ...
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["common/main"],{"0f21":function(n,e,t){"use strict";var o=t("d717"),c=t.n(o);c.a},"15ec":function(n,e,t){"use strict";(function(n){t("e774"),t("921b");var e=c(t("66fd")),o=c(t("2cce"));function c(n){return n&&n.__esModule?n:{default:n}}function u(n){for(var e=1;e<arguments.length;e++){var t=null!=arguments[e]?arguments[e]:{},o=Object.keys(t);"function"===typeof Object.getOwnPropertySymbols&&(o=o.concat(Object.getOwnPropertySymbols(t).filter(function(n){return Object.getOwnPropertyDescriptor(t,n).enumerable}))),o.forEach(function(e){a(n,e,t[e])})}return n}function a(n,e,t){return e in n?Object.defineProperty(n,e,{value:t,enumerable:!0,configurable:!0,writable:!0}):n[e]=t,n}e.default.config.productionTip=!1,o.default.mpType="app";var r=new e.default(u({},o.default));n(r).$mount()}).call(this,t("543d")["createApp"])},"2cce":function(n,e,t){"use strict";t.r(e);var o=t("76c6");for(var c in o)"default"!==c&&function(n){t.d(e,n,function(){return o[n]})}(c);t("0f21");var u,a,r,l,i=t("f0c5"),f=Object(i["a"])(o["default"],u,a,!1,null,null,null,!1,r,l);e["default"]=f.exports},"76c6":function(n,e,t){"use strict";t.r(e);var o=t("c712"),c=t.n(o);for(var u in o)"default"!==u&&function(n){t.d(e,n,function(){return o[n]})}(u);e["default"]=c.a},c712:function(n,e,t){"use strict";(function(n){Object.defineProperty(e,"__esModule",{value:!0}),e.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(e,t,o){var c=this,u=new Promise(function(u,a){var r=n.getStorageSync("token"),l={token:r||""};n.request({url:c.globalData.baseUrl+e,data:t,method:o,header:l,success:function(n){200==n.statusCode?u(n):a(n.data)},fail:function(n){console.log(n),a("网络出错"),wx.hideNavigationBarLoading()},complete:function(n){}})});return u},globalData:{userInfo:null,baseUrl:"https://www.bjzha.net/api/"}};e.default=t}).call(this,t("543d")["default"])},d717:function(n,e,t){}},[["15ec","common/runtime","common/vendor"]]]);
\ No newline at end of file
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["common/main"],{"0aa0":function(e,t,n){"use strict";var o=n("1604"),r=n.n(o);r.a},"0c9c":function(e,t,n){"use strict";(function(e){Object.defineProperty(t,"__esModule",{value:!0}),t.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(t,n,o){var r=this,a=new Promise((function(a,c){var u=e.getStorageSync("token"),i={token:u||""};e.request({url:r.globalData.baseUrl+t,data:n,method:o,header:i,success:function(e){200==e.statusCode?a(e):c(e.data)},fail:function(e){console.log(e),c("网络出错"),wx.hideNavigationBarLoading()},complete:function(e){}})}));return a},globalData:{userInfo:null,baseUrl:"https://www.bjzha.net/api/"}};t.default=n}).call(this,n("543d")["default"])},1604:function(e,t,n){},"1a08":function(e,t,n){"use strict";(function(e){n("a237"),n("921b");var t=r(n("66fd")),o=r(n("30b9"));function r(e){return e&&e.__esModule?e:{default:e}}function a(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);t&&(o=o.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,o)}return n}function c(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?a(Object(n),!0).forEach((function(t){u(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):a(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function u(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}t.default.config.productionTip=!1,o.default.mpType="app";var i=new t.default(c({},o.default));e(i).$mount()}).call(this,n("543d")["createApp"])},"1f18":function(e,t,n){"use strict";n.r(t);var o=n("0c9c"),r=n.n(o);for(var a in o)"default"!==a&&function(e){n.d(t,e,(function(){return o[e]}))}(a);t["default"]=r.a},"30b9":function(e,t,n){"use strict";n.r(t);var o=n("1f18");for(var r in o)"default"!==r&&function(e){n.d(t,e,(function(){return o[e]}))}(r);n("0aa0");var a,c,u,i,l=n("f0c5"),f=Object(l["a"])(o["default"],a,c,!1,null,null,null,!1,u,i);t["default"]=f.exports}},[["1a08","common/runtime","common/vendor"]]]);
\ No newline at end of file
... ...
.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;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;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;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;box-sizing:border-box;background:#fff;border-top:1rpx solid #f5f5f5}.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}.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;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;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;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;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/block/block"],{2089:function(n,t,e){"use strict";e.r(t);var u=e("975b"),c=e.n(u);for(var r in u)"default"!==r&&function(n){e.d(t,n,(function(){return u[n]}))}(r);t["default"]=c.a},"79ee":function(n,t,e){"use strict";e.r(t);var u=e("d2c7"),c=e("2089");for(var r in c)"default"!==r&&function(n){e.d(t,n,(function(){return c[n]}))}(r);var o,a=e("f0c5"),f=Object(a["a"])(c["default"],u["b"],u["c"],!1,null,null,null,!1,u["a"],o);t["default"]=f.exports},"894b":function(n,t,e){"use strict";(function(n){e("a237"),e("921b");u(e("66fd"));var t=u(e("79ee"));function u(n){return n&&n.__esModule?n:{default:n}}n(t.default)}).call(this,e("543d")["createPage"])},"975b":function(n,t){},d2c7:function(n,t,e){"use strict";var u,c=function(){var n=this,t=n.$createElement;n._self._c},r=[];e.d(t,"b",(function(){return c})),e.d(t,"c",(function(){return r})),e.d(t,"a",(function(){return u}))}},[["894b","common/runtime","common/vendor"]]]);
\ No newline at end of file
... ...
{
"navigationBarTitleText": "",
"navigationBarBackgroundColor": "#0093FF",
"navigationBarTextStyle": "white",
"usingComponents": {}
}
\ No newline at end of file
... ...
<view class="_div"></view>
\ No newline at end of file
... ...
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/budgetshenhe/budgetshenhe"],{"0aa0":function(t,e,n){"use strict";var o=n("1604"),i=n.n(o);i.a},"0c9c":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"])},1604:function(t,e,n){},"1f18":function(t,e,n){"use strict";n.r(e);var o=n("0c9c"),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},"30b9":function(t,e,n){"use strict";n.r(e);var o=n("1f18");for(var i in o)"default"!==i&&function(t){n.d(e,t,(function(){return o[t]}))}(i);n("0aa0");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},3411:function(t,e,n){"use strict";var o=n("715c"),i=n.n(o);i.a},4270:function(t,e,n){"use strict";(function(t){n("a237"),n("921b");o(n("66fd"));var e=o(n("830e"));function o(t){return t&&t.__esModule?t:{default:t}}t(e.default)}).call(this,n("543d")["createPage"])},"4a39":function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var o=i(n("30b9"));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"])},"56f7":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}))},"715c":function(t,e,n){},"830e":function(t,e,n){"use strict";n.r(e);var o=n("56f7"),i=n("c025");for(var r in i)"default"!==r&&function(t){n.d(e,t,(function(){return i[t]}))}(r);n("3411");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},c025:function(t,e,n){"use strict";n.r(e);var o=n("4a39"),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}},[["4270","common/runtime","common/vendor"]]]);
\ No newline at end of file
... ...
{
"navigationBarTitleText": "预算项目审核",
"navigationBarBackgroundColor": "#0093FF",
"navigationBarTextStyle": "white",
"usingComponents": {}
}
\ 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;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;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;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;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;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;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;box-shadow:0 6rpx 6rpx rgba(0,0,0,.03);opacity:1;border-radius:20rpx;margin:20rpx auto 0;padding:28rpx 32rpx 40rpx;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;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
... ...
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/concat/concat"],{"0aa0":function(t,e,n){"use strict";var o=n("1604"),r=n.n(o);r.a},"0c9c":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 r=this,a=new Promise((function(a,i){var c=t.getStorageSync("token"),l={token:c||""};t.request({url:r.globalData.baseUrl+e,data:n,method:o,header:l,success:function(t){200==t.statusCode?a(t):i(t.data)},fail:function(t){console.log(t),i("网络出错"),wx.hideNavigationBarLoading()},complete:function(t){}})}));return a},globalData:{userInfo:null,baseUrl:"https://www.bjzha.net/api/"}};e.default=n}).call(this,n("543d")["default"])},1604:function(t,e,n){},"162c":function(t,e,n){"use strict";n.r(e);var o=n("914c"),r=n.n(o);for(var a in o)"default"!==a&&function(t){n.d(e,t,(function(){return o[t]}))}(a);e["default"]=r.a},"1f18":function(t,e,n){"use strict";n.r(e);var o=n("0c9c"),r=n.n(o);for(var a in o)"default"!==a&&function(t){n.d(e,t,(function(){return o[t]}))}(a);e["default"]=r.a},"30b9":function(t,e,n){"use strict";n.r(e);var o=n("1f18");for(var r in o)"default"!==r&&function(t){n.d(e,t,(function(){return o[t]}))}(r);n("0aa0");var a,i,c,l,u=n("f0c5"),f=Object(u["a"])(o["default"],a,i,!1,null,null,null,!1,c,l);e["default"]=f.exports},3707:function(t,e,n){"use strict";var o,r=function(){var t=this,e=t.$createElement;t._self._c},a=[];n.d(e,"b",(function(){return r})),n.d(e,"c",(function(){return a})),n.d(e,"a",(function(){return o}))},3939:function(t,e,n){"use strict";(function(t){n("a237"),n("921b");o(n("66fd"));var e=o(n("5e36"));function o(t){return t&&t.__esModule?t:{default:t}}t(e.default)}).call(this,n("543d")["createPage"])},"5e36":function(t,e,n){"use strict";n.r(e);var o=n("3707"),r=n("162c");for(var a in r)"default"!==a&&function(t){n.d(e,t,(function(){return r[t]}))}(a);n("e5df"),n("cbfa");var i,c=n("f0c5"),l=Object(c["a"])(r["default"],o["b"],o["c"],!1,null,null,null,!1,o["a"],i);e["default"]=l.exports},"914c":function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var o=a(n("30b9")),r=a(n("079c"));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=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,r,a=!0,i=!1;return{s:function(){o=t[Symbol.iterator]()},n:function(){var t=o.next();return a=t.done,t},e:function(t){i=!0,r=t},f:function(){try{a||null==o.return||o.return()}finally{if(i)throw r}}}}function c(t,e){if(t){if("string"===typeof t)return l(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)?l(t,e):void 0}}function l(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{finorgid:"",finid:"",item:"",detaildata:"",projectarr:[],index:0,projectid:"",fprjleader:"",fprjleadertwo:"",fname:"",showhide:"",receive:-1}},onLoad:function(t){console.log(t.item),console.log(r.default.change(12345)),this.item=JSON.parse(t.item),console.log(this.item);var e=this.item;e.ftoauditamt=r.default.change(e.ftoauditamt),this.item=e,this.getprojectkind(),console.log(r.default.unction(45622111))},onShow:function(){this.showhide=t.getStorageSync("showhide")},methods:{isreceive:function(t){console.log(t),console.log(t.currentTarget.dataset.id),this.receive=t.currentTarget.dataset.id,console.log(this.receive)},downloadconcat:function(e){var n=this;if(null==e)return t.showToast({title:"文件不存在",icon:"none"}),!1;var r="project/Select_FileInfo",a={};o.default.post(r,a,"get").then((function(o){console.log("下载文件",o),n.singgleurl=o.data[0].file;var r=o.data[0].file+"?fileId="+e;t.setStorageSync("url",r),plus.runtime.openURL(r)})).catch((function(t){console.log(t)}))},downloadfa:function(e){var n=this;if(console.log("file",e),null==e||" "==e)return t.showToast({title:"文件不存在",icon:"none"}),!1;var r="project/Select_FileInfo",a={};o.default.post(r,a,"get").then((function(t){console.log("下载文件",t),n.singgleurl=t.data[0].file;var o=t.data[0].file+"?fileId="+e;console.log("发票url",o),plus.runtime.openURL(o)})).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,r=i(t.projectarr);try{for(r.s();!(o=r.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){r.e(c)}finally{r.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(-1==e.receive)return t.showToast({title:"选择邮寄情况",icon:"none"}),!1;var n="project/Save_Surveyconfirm",r={userid:t.getStorageSync("userid"),role:t.getStorageSync("role"),fprojectid:e.item.fprojectid,fdisid:e.item.fdisid,freporttatus:e.item.freporttatus,mailstatus:e.receive};console.log("8877665544",r),o.default.post(n,r,"get").then((function(e){console.log(e),"提交成功"==e.data[0].message?(t.showToast({title:"提交成功",icon:"none"}),setTimeout((function(){t.navigateBack({checked:!0})}),1e3)):t.showToast({title:e.data[0].message,icon:"none"})})).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=u}).call(this,n("543d")["default"])},cbfa:function(t,e,n){"use strict";var o=n("e81c"),r=n.n(o);r.a},e5df:function(t,e,n){"use strict";var o=n("f628"),r=n.n(o);r.a},e81c:function(t,e,n){},f628:function(t,e,n){}},[["3939","common/runtime","common/vendor"]]]);
\ No newline at end of file
... ...
{
"navigationBarTitleText": "合同和发票",
"navigationBarBackgroundColor": "#0093FF",
"navigationBarTextStyle": "white",
"usingComponents": {}
}
\ No newline at end of file
... ...
<view class="box"><view class="renyuan"><view class="projectinfo"><view class="projectname">项目信息</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.fname}}</view></view><view class="projectitem"><view class="projectitemleft">评审类型:</view><view class="projectitemright">{{item.freviewtype}}</view></view></view></view><view class="renyaoqiu"><view class="projectinfo"><view class="projectname">合同发票</view></view><view data-event-opts="{{[['tap',[['downloadconcat',['$0'],['item.fauditfile']]]]]}}" class="projectlist" bindtap="__e"><view class="concatname">合同</view><view class="queslist"><view class="qusetionimg flex"><view class="bigquestion"><image src="../../static/img/zhiyi.png" mode></image></view><view class="smallimg"><image src="../../static/img/download.png" mode></image></view></view></view></view><view data-event-opts="{{[['tap',[['downloadfa',['$0'],['item.ffapiaofile']]]]]}}" class="projectlist" bindtap="__e"><view class="concatname">发票</view><view class="queslist"><view class="qusetionimg flex"><view class="bigquestion"><image src="../../static/img/zhiyi.png" mode></image></view><view class="smallimg"><image src="../../static/img/download.png" mode></image></view></view></view></view></view><view class="mail"><view class="mailstate">邮寄情况:</view><view class="mailist"><view class="mailitem flexone" data-id="{{0}}" data-event-opts="{{[['tap',[['isreceive',['$event']]]]]}}" bindtap="__e"><view class="mailitemimg"><block wx:if="{{receive==0}}"><image src="../../static/img/selshi.png" mode></image></block><block wx:else><image src="../../static/img/sel.png" mode></image></block></view><view class="mailname">是,线下收到纸质版评审报告</view></view><view class="mailitem flexone" data-id="{{1}}" data-event-opts="{{[['tap',[['isreceive',['$event']]]]]}}" bindtap="__e"><view class="mailitemimg"><block wx:if="{{receive==1}}"><image src="../../static/img/selshi.png" mode></image></block><block wx:else><image src="../../static/img/sel.png" mode></image></block></view><view class="mailname">否,线下没有收到纸质版评审报告</view></view></view></view><view class="zixunbottom"><view data-event-opts="{{[['tap',[['submit',['$event']]]]]}}" class="zixunbotright" bindtap="__e">确认</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;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;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;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;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;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;box-sizing:border-box;border-bottom:1rpx solid #bdc4ce}.projectlist{padding:0 32rpx;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;box-sizing:border-box;border-bottom:1rpx solid #eee}.itemk{border-bottom:none}.queslist{padding:32rpx 0;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;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;box-sizing:border-box;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;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;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;box-sizing:border-box;border-bottom:1rpx solid #eee}.projectlist{padding:0 32rpx;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;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;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;box-sizing:border-box}.zitou{padding:20rpx 0}.zixundanitem{color:#06121e;font-size:28rpx}.zixunbox{padding:0 32rpx;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;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;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;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;box-shadow:0 6rpx 6rpx rgba(0,0,0,.03);opacity:1;border-radius:20rpx;margin:20rpx auto 0;padding:28rpx 32rpx 40rpx;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;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;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;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"],{"0f21":function(t,n,e){"use strict";var a=e("d717"),o=e.n(a);o.a},"1cf2":function(t,n,e){"use strict";var a,o=function(){var t=this,n=t.$createElement;t._self._c},i=[];e.d(n,"b",function(){return o}),e.d(n,"c",function(){return i}),e.d(n,"a",function(){return a})},2090:function(t,n,e){"use strict";(function(t){e("e774"),e("921b");a(e("66fd"));var n=a(e("9571"));function a(t){return t&&t.__esModule?t:{default:t}}t(n.default)}).call(this,e("543d")["createPage"])},"2cce":function(t,n,e){"use strict";e.r(n);var a=e("76c6");for(var o in a)"default"!==o&&function(t){e.d(n,t,function(){return a[t]})}(o);e("0f21");var i,u,c,r,s=e("f0c5"),l=Object(s["a"])(a["default"],i,u,!1,null,null,null,!1,c,r);n["default"]=l.exports},"76c6":function(t,n,e){"use strict";e.r(n);var a=e("c712"),o=e.n(a);for(var i in a)"default"!==i&&function(t){e.d(n,t,function(){return a[t]})}(i);n["default"]=o.a},9571:function(t,n,e){"use strict";e.r(n);var a=e("1cf2"),o=e("a339");for(var i in o)"default"!==i&&function(t){e.d(n,t,function(){return o[t]})}(i);e("b7ee");var u,c=e("f0c5"),r=Object(c["a"])(o["default"],a["b"],a["c"],!1,null,null,null,!1,a["a"],u);n["default"]=r.exports},a339:function(t,n,e){"use strict";e.r(n);var a=e("e5aa"),o=e.n(a);for(var i in a)"default"!==i&&function(t){e.d(n,t,function(){return a[t]})}(i);n["default"]=o.a},a9c2:function(t,n,e){},b7ee:function(t,n,e){"use strict";var a=e("a9c2"),o=e.n(a);o.a},c712: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,a){var o=this,i=new Promise(function(i,u){var c=t.getStorageSync("token"),r={token:c||""};t.request({url:o.globalData.baseUrl+n,data:e,method:a,header:r,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"])},d717:function(t,n,e){},e5aa:function(t,n,e){"use strict";(function(t){Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;var a=o(e("2cce"));function o(t){return t&&t.__esModule?t:{default:t}}var i={data:function(){return{sel:0,status:0,daibanlist:[],showhide:[]}},onshow:function(){},onNavigationBarButtonTap:function(){},onResize:function(){},methods:{xuanze:function(t){var n=t.currentTarget.dataset.index;console.log(n),this.sel=n,0==n?this.status=0:1==n?this.status=1:2==n&&(this.status=2),this.getdaibanlist()},unction:function(t){var n="",e=0;t=(t||0).toString();for(var a=t.length-1;a>=0;a--)e++,n=t.charAt(a)+n,e%3||0==a||(n=","+n);return n},getdaibanlist:function(){var n=this,e=this,o="project/Get_Agencymatters",i=t.getStorageSync("userid"),u={Userid:i,status:e.status};console.log("8888",u),a.default.post(o,u,"get").then(function(t){console.log("99988000",JSON.stringify(t.data)),n.daibanlist=t.data,console.log(n.daibanlist);var e=n.daibanlist,a=!0,o=!1,i=void 0;try{for(var u,c=e[Symbol.iterator]();!(a=(u=c.next()).done);a=!0){var r=u.value;r.fcreatedate=r.fcreatedate.split("T"),r.fcreatedate=r.fcreatedate[0]}}catch(s){o=!0,i=s}finally{try{a||null==c.return||c.return()}finally{if(o)throw i}}n.daibanlist=e}).catch(function(t){console.log(t)})},govoice:function(n){console.log(n);var e=n.currentTarget.dataset.id,a=n.currentTarget.dataset.disid;t.navigateTo({url:"../zixundanweifen/zixundanweifen?dfprojectid="+e+"&disid="+a})},gocenter:function(){t.navigateTo({url:"../taizhang/taizhang"})},isshowrenwu:function(){var n=this,e=this,o="project/Get_Menuhiding",i={fuserid:t.getStorageSync("userid"),role:t.getStorageSync("role")};a.default.post(o,i,"get").then(function(a){console.log(a),n.showhide=a.data,1==e.showhide[3].status&&(console.log(9090),t.navigateTo({url:"../taizhang/taizhang"}))}).catch(function(t){console.log(t)})}},onLoad:function(n){this.getdaibanlist(),console.log(988766),console.log("转数字",this.unction(452369874)),t.setNavigationBarTitle({title:"投资项目管理平台("+t.getStorageSync("name")+")"}),this.isshowrenwu()}};n.default=i}).call(this,e("543d")["default"])}},[["2090","common/runtime","common/vendor"]]]);
\ No newline at end of file
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/daiban/daiban"],{"0aa0":function(t,e,n){"use strict";var o=n("1604"),a=n.n(o);a.a},"0c9c":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"])},1604:function(t,e,n){},"1f18":function(t,e,n){"use strict";n.r(e);var o=n("0c9c"),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},"1f84":function(t,e,n){},"2d6d":function(t,e,n){"use strict";var o=n("1f84"),a=n.n(o);a.a},"30b9":function(t,e,n){"use strict";n.r(e);var o=n("1f18");for(var a in o)"default"!==a&&function(t){n.d(e,t,(function(){return o[t]}))}(a);n("0aa0");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},5551:function(t,e,n){"use strict";n.r(e);var o=n("da08"),a=n("7115");for(var i in a)"default"!==i&&function(t){n.d(e,t,(function(){return a[t]}))}(i);n("2d6d");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},7115:function(t,e,n){"use strict";n.r(e);var o=n("f246"),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},da08: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}))},deb0:function(t,e,n){"use strict";(function(t){n("a237"),n("921b");o(n("66fd"));var e=o(n("5551"));function o(t){return t&&t.__esModule?t:{default:t}}t(e.default)}).call(this,n("543d")["createPage"])},f246:function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var o=a(n("30b9"));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(){},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;console.log("37474334887",e.fbizformid),"bd_advisory"==e.fbizformid?t.navigateTo({url:"../zixundanweifen/zixundanweifen?dfprojectid="+n+"&disid="+o}):"bd_distribution"==e.fbizformid?t.navigateTo({url:"/pages/zixunfenpei/zixunfenpei?projectid="+n}):"int_projectInventory"==e.fbizformid?"预算"==e.freviewtype&&t.navigateTo({url:"/pages/projectziliao/projectziliao?projectid="+n+"&type=1"}):"int_problemquestion"==e.fbizformid&&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){this.getdaibanlist(),console.log(988766),console.log("转数字",this.unction(452369874)),t.setNavigationBarTitle({title:"投资项目管理平台("+t.getStorageSync("name")+")"}),this.isshowrenwu(),this.gettopdata(),this.getbudget()}};e.default=c}).call(this,n("543d")["default"])}},[["deb0","common/runtime","common/vendor"]]]);
\ No newline at end of file
... ...
<view class="box"><view class="head"><view class="{{['headitem',sel==0?'selactive':'']}}" data-index="0" data-event-opts="{{[['tap',[['xuanze',['$event']]]]]}}" bindtap="__e">待办任务</view><view class="{{['headitem',sel==1?'selactive':'']}}" data-index="1" data-event-opts="{{[['tap',[['xuanze',['$event']]]]]}}" bindtap="__e">已办任务</view><view class="{{['headitem',sel==2?'selactive':'']}}" data-index="2" data-event-opts="{{[['tap',[['xuanze',['$event']]]]]}}" bindtap="__e">全部任务</view></view><view><block wx:if="{{daibanlist.length==0}}"><view class="nodata">暂无数据</view></block><block wx:else><view class="daibanlist"><block wx:for="{{daibanlist}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="daibanlistitem" data-id="{{item.fprojectid}}" data-disid="{{item.fdisid}}" data-item="{{item}}" data-event-opts="{{[['tap',[['govoice',['$event']]]]]}}" bindtap="__e"><view class="datetop"><view class="daibanlsis">{{item.fcreatedate}}</view><view class="daibanm"><block wx:if="{{item.ftmstatus==0}}"><view class="daibanmright">待办</view></block><block wx:else><view class="daibanmright yidu">已办</view></block></view></view><view class="daibanbottom">{{item.ftitle}}</view></view></block></view></block></view><view class="tabfooter"><block wx:if="{{showhide[3].status==0}}"><view class="tabfooteritem"><view class="tabfooteritemimg"><image src="../../static/img/daibanactive.png"></image></view><view class="tabfooteritemtop tabfooteritemtopactive">我的任务</view></view></block><view data-event-opts="{{[['tap',[['gocenter',['$event']]]]]}}" class="tabfooteritem" bindtap="__e"><view class="tabfooteritemimg"><image src="../../static/img/renwu.png"></image></view><view class="tabfooteritemtop">功能中心</view></view></view></view>
\ No newline at end of file
<view class="box"><view class="pingkind"><view class="pingtitle">评审类型</view><view class="pingbox flextwo"><view class="pingkinditem flexfour"><view class="pingnum">{{review.prj_toaudit_budget}}</view><view class="textbox"><view class="pingtext">预算</view><view class="pingtext">项目数</view></view></view><view class="pingkinditem flexfour"><view class="pingnum">{{review.prj_toaudit_settlement}}</view><view class="textbox"><view class="pingtext">结算</view><view class="pingtext">项目数</view></view></view><view class="pingkinditem flexfour"><view class="pingnum">{{review.prj_toaudit_change}}</view><view class="textbox"><view class="pingtext">决算</view><view class="pingtext">项目数</view></view></view><view class="pingkinditem flexfour"><view class="pingnum">{{review.prj_toaudit_land}}</view><view class="textbox"><view class="pingtext">土地成本</view><view class="pingtext">项目数</view></view></view></view></view><view class="pingkind"><view class="pingtitle">项目数量</view><view class="pingbox flextwo"><view class="pingkinditem flexfour"><view class="pingnum">{{budget.Sum}}</view><view class="textbox"><view class="pingtext totalnum">总项目数</view></view></view><view class="pingkinditem flexfour"><view class="pingnum">{{budget.prj_process_inaudit}}</view><view class="textbox"><view class="pingtext">在审</view><view class="pingtext">项目数</view></view></view><view class="pingkinditem flexfour"><view class="pingnum">{{budget.prj_process_suspend}}</view><view class="textbox"><view class="pingtext">中止</view><view class="pingtext">项目数</view></view></view><view class="pingkinditem flexfour"><view class="pingnum">{{budget.prj_process_finish}}</view><view class="textbox"><view class="pingtext">审结</view><view class="pingtext">项目数</view></view></view><view class="pingkinditem flexfour"><view class="pingnum">{{budget.fdirstatus}}</view><view class="textbox"><view class="pingtext">专家复审</view><view class="pingtext">项目数</view></view></view></view></view><view class="head"><view class="{{['headitem',sel==0?'selactive':'']}}" data-index="0" data-event-opts="{{[['tap',[['xuanze',['$event']]]]]}}" bindtap="__e">待办任务</view><view class="{{['headitem',sel==1?'selactive':'']}}" data-index="1" data-event-opts="{{[['tap',[['xuanze',['$event']]]]]}}" bindtap="__e">已办任务</view><view class="{{['headitem',sel==2?'selactive':'']}}" data-index="2" data-event-opts="{{[['tap',[['xuanze',['$event']]]]]}}" bindtap="__e">全部任务</view></view><view><block wx:if="{{daibanlist.length==0}}"><view class="nodata">暂无数据</view></block><block wx:else><view class="daibanlist"><block wx:for="{{daibanlist}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view data-event-opts="{{[['tap',[['govoice',['$0'],[[['daibanlist','',index]]]]]]]}}" class="daibanlistitem" bindtap="__e"><view class="datetop"><view class="daibanlsis">{{item.fcreatedate}}</view><view class="daibanm"><block wx:if="{{item.ftmstatus==0}}"><view class="daibanmright">待办</view></block><block wx:else><view class="daibanmright yidu">已办</view></block></view></view><view class="daibanbottom">{{item.ftitle}}</view></view></block></view></block></view><view class="tabfooter"><view class="tabfooteritem"><view class="tabfooteritemimg"><image src="../../static/img/daibanactive.png"></image></view><view class="tabfooteritemtop tabfooteritemtopactive">我的任务</view></view><view data-event-opts="{{[['tap',[['gocenter',['$event']]]]]}}" class="tabfooteritem" bindtap="__e"><view class="tabfooteritemimg"><image src="../../static/img/renwu.png"></image></view><view class="tabfooteritemtop">功能中心</view></view></view></view>
\ No newline at end of file
... ...
.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;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;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;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;box-sizing:border-box;background:#fff;border-top:1rpx solid #f5f5f5}.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;background:#fff;box-sizing:border-box;position:fixed;top:0;left:0}.headitem{color:#3d444d;font-size:28rpx;width:250rpx;text-align:center;padding:28rpx 0;box-sizing:border-box;border-bottom:1rpx solid #fff}.selactive{color:#0093ff;font-size:28rpx;border-bottom:1rpx solid #0093ff}.daibanlist{padding:0 32rpx;box-sizing:border-box;margin-top:100rpx;padding-bottom:50rpx;margin-bottom:150rpx}.daibanlistitem{padding:32rpx 0;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;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;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;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;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;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;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;box-sizing:border-box;border-bottom:1rpx solid #fff}.selactive{color:#0093ff;font-size:28rpx;border-bottom:1rpx solid #0093ff}.daibanlist{padding:0 32rpx;box-sizing:border-box;padding-bottom:50rpx;margin-bottom:150rpx}.daibanlistitem{padding:32rpx 0;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
... ...
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/danweitaizhang/danweitaizhang"],{"2e31":function(n,t,e){"use strict";e.r(t);var c=e("f16c"),u=e.n(c);for(var o in c)"default"!==o&&function(n){e.d(t,n,function(){return c[n]})}(o);t["default"]=u.a},"4cc2":function(n,t,e){"use strict";e.r(t);var c=e("b6f9"),u=e("2e31");for(var o in u)"default"!==o&&function(n){e.d(t,n,function(){return u[n]})}(o);e("5d19");var a,i=e("f0c5"),r=Object(i["a"])(u["default"],c["b"],c["c"],!1,null,null,null,!1,c["a"],a);t["default"]=r.exports},"5d19":function(n,t,e){"use strict";var c=e("dc19"),u=e.n(c);u.a},6244:function(n,t,e){"use strict";(function(n){e("e774"),e("921b");c(e("66fd"));var t=c(e("4cc2"));function c(n){return n&&n.__esModule?n:{default:n}}n(t.default)}).call(this,e("543d")["createPage"])},b6f9:function(n,t,e){"use strict";var c,u=function(){var n=this,t=n.$createElement;n._self._c},o=[];e.d(t,"b",function(){return u}),e.d(t,"c",function(){return o}),e.d(t,"a",function(){return c})},dc19:function(n,t,e){},f16c:function(n,t,e){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var c={data:function(){return{selact:1,showping:!1}},onLoad:function(){},methods:{fenhui:function(n){console.log(n);var t=n.currentTarget.dataset.id;console.log(t),this.selact=t},screenheng:function(){console.log(999)},hidefenlei:function(){this.showping=!1}}};t.default=c}},[["6244","common/runtime","common/vendor"]]]);
\ No newline at end of file
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/danweitaizhang/danweitaizhang"],{"40cb":function(n,t,e){"use strict";var a,c=function(){var n=this,t=n.$createElement;n._self._c},u=[];e.d(t,"b",(function(){return c})),e.d(t,"c",(function(){return u})),e.d(t,"a",(function(){return a}))},"8d5e":function(n,t,e){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var a={data:function(){return{selact:1,showping:!1}},onLoad:function(){},methods:{fenhui:function(n){console.log(n);var t=n.currentTarget.dataset.id;console.log(t),this.selact=t},screenheng:function(){console.log(999)},hidefenlei:function(){this.showping=!1}}};t.default=a},"8f6f":function(n,t,e){"use strict";(function(n){e("a237"),e("921b");a(e("66fd"));var t=a(e("b8c8"));function a(n){return n&&n.__esModule?n:{default:n}}n(t.default)}).call(this,e("543d")["createPage"])},9908:function(n,t,e){"use strict";e.r(t);var a=e("8d5e"),c=e.n(a);for(var u in a)"default"!==u&&function(n){e.d(t,n,(function(){return a[n]}))}(u);t["default"]=c.a},b8c8:function(n,t,e){"use strict";e.r(t);var a=e("40cb"),c=e("9908");for(var u in c)"default"!==u&&function(n){e.d(t,n,(function(){return c[n]}))}(u);e("ffa00");var o,f=e("f0c5"),i=Object(f["a"])(c["default"],a["b"],a["c"],!1,null,null,null,!1,a["a"],o);t["default"]=i.exports},ca68:function(n,t,e){},ffa00:function(n,t,e){"use strict";var a=e("ca68"),c=e.n(a);c.a}},[["8f6f","common/runtime","common/vendor"]]]);
\ No newline at end of file
... ...
.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}page{background:#f9f9f9}.head{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:32rpx 0;box-sizing:border-box}.headitem{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 50rpx;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;box-sizing:border-box}.taizhang{width:686rpx;margin:32rpx auto 0;background:#fff;box-shadow:0 6px 6px rgba(0,0,0,.03);opacity:1;border-radius:20px;padding-bottom:28rpx;box-sizing:border-box}.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;box-sizing:border-box;border-bottom:1rpx solid #bdc4ce}.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;box-sizing:border-box;border-bottom:1rpx solid #bdc4ce}.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;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;box-sizing:border-box;text-align:center;font-size:26rpx;color:#8c9198}.di,.dibuliteml,.dibulitemx,.diburight,.ye{color:#06121e;font-size:28rpx}.dibuliteml{margin-right:36rpx}.dibulitemx{margin-left:36rpx}.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;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;box-sizing:border-box}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;height:0rpx;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;margin:100rpx auto 0}
\ No newline at end of file
.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}page{background:#f9f9f9}.head{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:32rpx 0;box-sizing:border-box}.headitem{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 50rpx;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;box-sizing:border-box}.taizhang{width:686rpx;margin:32rpx auto 0;background:#fff;box-shadow:0 6px 6px rgba(0,0,0,.03);opacity:1;border-radius:20px;padding-bottom:28rpx;box-sizing:border-box}.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;box-sizing:border-box;border-bottom:1rpx solid #bdc4ce}.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;box-sizing:border-box;border-bottom:1rpx solid #bdc4ce}.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;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;box-sizing:border-box;text-align:center;font-size:26rpx;color:#8c9198}.dibuliteml,
.di,
.ye,
.dibulitemx,
.diburight{color:#06121e;font-size:28rpx}.dibuliteml{margin-right:36rpx}.dibulitemx{margin-left:36rpx}.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;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;box-sizing:border-box}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;height:0rpx;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;margin:100rpx auto 0}
\ No newline at end of file
... ...
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/danweivote/danweivote"],{"0f21":function(t,e,n){"use strict";var o=n("d717"),i=n.n(o);i.a},1768:function(t,e,n){"use strict";n.r(e);var o=n("f773"),i=n("8ebb");for(var a in i)"default"!==a&&function(t){n.d(e,t,function(){return i[t]})}(a);n("ee16");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},"2cce":function(t,e,n){"use strict";n.r(e);var o=n("76c6");for(var i in o)"default"!==i&&function(t){n.d(e,t,function(){return o[t]})}(i);n("0f21");var a,r,u,c,l=n("f0c5"),f=Object(l["a"])(o["default"],a,r,!1,null,null,null,!1,u,c);e["default"]=f.exports},"4c53":function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var o=i(n("2cce"));function i(t){return t&&t.__esModule?t:{default:t}}var a={data:function(){return{rizhilist:[],fprojectid:""}},onLoad:function(t){console.log("参数",t),this.fprojectid=t.id,console.log("111",this.fprojectid),this.getrizhilist()},methods:{getrizhilist:function(){var t=this;console.log(999);var e=this,n="project/Get_viewloglist",i={fprojectid:this.fprojectid};o.default.post(n,i,"get").then(function(n){console.log(n),e.rizhilist=n.data;var o=t.rizhilist,i=!0,a=!1,r=void 0;try{for(var u,c=o[Symbol.iterator]();!(i=(u=c.next()).done);i=!0){var l=u.value;l.fcreatedate=l.fcreatedate.split("T"),l.fcreatedate=l.fcreatedate[0]}}catch(f){a=!0,r=f}finally{try{i||null==c.return||c.return()}finally{if(a)throw r}}e.rizhilist=o}).catch(function(t){console.log(t)})},enterxiangmu:function(t){console.log(t),this.keyword=t.target.value}}};e.default=a},"76c6":function(t,e,n){"use strict";n.r(e);var o=n("c712"),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},"8ebb":function(t,e,n){"use strict";n.r(e);var o=n("4c53"),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},c712: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"])},d717:function(t,e,n){},e17a:function(t,e,n){},e982:function(t,e,n){"use strict";(function(t){n("e774"),n("921b");o(n("66fd"));var e=o(n("1768"));function o(t){return t&&t.__esModule?t:{default:t}}t(e.default)}).call(this,n("543d")["createPage"])},ee16:function(t,e,n){"use strict";var o=n("e17a"),i=n.n(o);i.a},f773: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})}},[["e982","common/runtime","common/vendor"]]]);
\ No newline at end of file
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/danweivote/danweivote"],{"0aa0":function(t,n,e){"use strict";var o=e("1604"),r=e.n(o);r.a},"0c9c":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 r=this,a=new Promise((function(a,i){var u=t.getStorageSync("token"),c={token:u||""};t.request({url:r.globalData.baseUrl+n,data:e,method:o,header:c,success:function(t){200==t.statusCode?a(t):i(t.data)},fail:function(t){console.log(t),i("网络出错"),wx.hideNavigationBarLoading()},complete:function(t){}})}));return a},globalData:{userInfo:null,baseUrl:"https://www.bjzha.net/api/"}};n.default=e}).call(this,e("543d")["default"])},1604:function(t,n,e){},"1f18":function(t,n,e){"use strict";e.r(n);var o=e("0c9c"),r=e.n(o);for(var a in o)"default"!==a&&function(t){e.d(n,t,(function(){return o[t]}))}(a);n["default"]=r.a},"2e74":function(t,n,e){"use strict";e.r(n);var o=e("9d8c"),r=e.n(o);for(var a in o)"default"!==a&&function(t){e.d(n,t,(function(){return o[t]}))}(a);n["default"]=r.a},"30b9":function(t,n,e){"use strict";e.r(n);var o=e("1f18");for(var r in o)"default"!==r&&function(t){e.d(n,t,(function(){return o[t]}))}(r);e("0aa0");var a,i,u,c,l=e("f0c5"),f=Object(l["a"])(o["default"],a,i,!1,null,null,null,!1,u,c);n["default"]=f.exports},"44f9":function(t,n,e){"use strict";e.r(n);var o=e("4b3d"),r=e("2e74");for(var a in r)"default"!==a&&function(t){e.d(n,t,(function(){return r[t]}))}(a);e("e250");var i,u=e("f0c5"),c=Object(u["a"])(r["default"],o["b"],o["c"],!1,null,null,null,!1,o["a"],i);n["default"]=c.exports},"4b3d":function(t,n,e){"use strict";var o,r=function(){var t=this,n=t.$createElement;t._self._c},a=[];e.d(n,"b",(function(){return r})),e.d(n,"c",(function(){return a})),e.d(n,"a",(function(){return o}))},7602:function(t,n,e){"use strict";(function(t){e("a237"),e("921b");o(e("66fd"));var n=o(e("44f9"));function o(t){return t&&t.__esModule?t:{default:t}}t(n.default)}).call(this,e("543d")["createPage"])},"9d8c":function(t,n,e){"use strict";Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;var o=r(e("30b9"));function r(t){return t&&t.__esModule?t:{default:t}}function a(t){if("undefined"===typeof Symbol||null==t[Symbol.iterator]){if(Array.isArray(t)||(t=i(t))){var n=0,e=function(){};return{s:e,n:function(){return n>=t.length?{done:!0}:{done:!1,value:t[n++]}},e:function(t){throw t},f:e}}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,r,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,r=t},f:function(){try{a||null==o.return||o.return()}finally{if(u)throw r}}}}function i(t,n){if(t){if("string"===typeof t)return u(t,n);var e=Object.prototype.toString.call(t).slice(8,-1);return"Object"===e&&t.constructor&&(e=t.constructor.name),"Map"===e||"Set"===e?Array.from(e):"Arguments"===e||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(e)?u(t,n):void 0}}function u(t,n){(null==n||n>t.length)&&(n=t.length);for(var e=0,o=new Array(n);e<n;e++)o[e]=t[e];return o}var c={data:function(){return{rizhilist:[],fprojectid:""}},onLoad:function(t){console.log("参数",t),this.fprojectid=t.id,console.log("111",this.fprojectid),this.getrizhilist()},methods:{getrizhilist:function(){var t=this;console.log(999);var n=this,e="project/Get_viewloglist",r={fprojectid:this.fprojectid};o.default.post(e,r,"get").then((function(e){console.log(e),n.rizhilist=e.data;var o,r=t.rizhilist,i=a(r);try{for(i.s();!(o=i.n()).done;){var u=o.value;u.fcreatedate=u.fcreatedate.split("T"),u.fcreatedate=u.fcreatedate[0]}}catch(c){i.e(c)}finally{i.f()}n.rizhilist=r})).catch((function(t){console.log(t)}))},enterxiangmu:function(t){console.log(t),this.keyword=t.target.value}}};n.default=c},d4ed:function(t,n,e){},e250:function(t,n,e){"use strict";var o=e("d4ed"),r=e.n(o);r.a}},[["7602","common/runtime","common/vendor"]]]);
\ No newline at end of file
... ...
.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;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;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;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;box-sizing:border-box;background:#fff;border-top:1rpx solid #f5f5f5}.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;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;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;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;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;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;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;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;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;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;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
... ...
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/danweizixun/danweizixun"],{"0f21":function(t,n,e){"use strict";var o=e("d717"),i=e.n(o);i.a},"0fe0":function(t,n,e){"use strict";e.r(n);var o=e("44c4"),i=e.n(o);for(var a in o)"default"!==a&&function(t){e.d(n,t,function(){return o[t]})}(a);n["default"]=i.a},"206e":function(t,n,e){"use strict";e.r(n);var o=e("9374"),i=e("0fe0");for(var a in i)"default"!==a&&function(t){e.d(n,t,function(){return i[t]})}(a);e("c711");var u,l=e("f0c5"),r=Object(l["a"])(i["default"],o["b"],o["c"],!1,null,null,null,!1,o["a"],u);n["default"]=r.exports},"2cce":function(t,n,e){"use strict";e.r(n);var o=e("76c6");for(var i in o)"default"!==i&&function(t){e.d(n,t,function(){return o[t]})}(i);e("0f21");var a,u,l,r,c=e("f0c5"),s=Object(c["a"])(o["default"],a,u,!1,null,null,null,!1,l,r);n["default"]=s.exports},"44c4":function(t,n,e){"use strict";(function(t){Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;var o=i(e("2cce"));function i(t){return t&&t.__esModule?t:{default:t}}var a={data:function(){return{selshow:!1,xiangmulist:[],keyword:"",end:"",querylist:[]}},onLoad:function(){this.getzixunlist()},methods:{zixundanweifen:function(n){console.log(n);var e=n.target.dataset.disid,o=n.target.dataset.item;console.log("999",o);var i=o.ftemid,a=o.fprojectid;console.log(a),o=JSON.stringify(o),console.log(o),t.navigateTo({url:"../zixundanweifen/zixundanweifen?disid="+e+"&item="+o+"&fteamid="+i+"&fprojectid="+a+"&status="+this.end[0].status})},vote:function(n){var e=n.target.dataset.itemid;console.log("lalal",e),t.navigateTo({url:"../danweivote/danweivote?id="+e})},getzixunlist:function(){console.log(999);var n=this,e="project/Get_advisory",i={fuserid:t.getStorageSync("userid"),role:t.getStorageSync("role"),fprojectid:""};o.default.post(e,i,"get").then(function(t){console.log(t),n.xiangmulist=t.data,n.querylist=t.data;var e=n.xiangmulist.splice(-1);n.end=e,console.log(n.end[0].status),console.log(JSON.stringify(e)),console.log(n.xiangmulist)}).catch(function(t){console.log(t)})},enterxiangmu:function(t){console.log(t),this.keyword=t.target.value},chaxun:function(){if(""==this.keyword)this.getzixunlist();else{var t=[],n=this.querylist,e=[],o=!0,i=!1,a=void 0;try{for(var u,l=n[Symbol.iterator]();!(o=(u=l.next()).done);o=!0){var r=u.value;e.push(r.fname)}}catch(f){i=!0,a=f}finally{try{o||null==l.return||l.return()}finally{if(i)throw a}}console.log("名称",e);for(var c=0;c<n.length;c++)for(var s=0;s<e.length;s++)e[s].indexOf(this.keyword)>=0&&s==c&&t.push(n[c]);console.log("9999000777",t),this.xiangmulist=t}}}};n.default=a}).call(this,e("543d")["default"])},"76c6":function(t,n,e){"use strict";e.r(n);var o=e("c712"),i=e.n(o);for(var a in o)"default"!==a&&function(t){e.d(n,t,function(){return o[t]})}(a);n["default"]=i.a},9374:function(t,n,e){"use strict";var o,i=function(){var t=this,n=t.$createElement;t._self._c},a=[];e.d(n,"b",function(){return i}),e.d(n,"c",function(){return a}),e.d(n,"a",function(){return o})},9901:function(t,n,e){"use strict";(function(t){e("e774"),e("921b");o(e("66fd"));var n=o(e("206e"));function o(t){return t&&t.__esModule?t:{default:t}}t(n.default)}).call(this,e("543d")["createPage"])},a682:function(t,n,e){},c711:function(t,n,e){"use strict";var o=e("a682"),i=e.n(o);i.a},c712: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 i=this,a=new Promise(function(a,u){var l=t.getStorageSync("token"),r={token:l||""};t.request({url:i.globalData.baseUrl+n,data:e,method:o,header:r,success:function(t){200==t.statusCode?a(t):u(t.data)},fail:function(t){console.log(t),u("网络出错"),wx.hideNavigationBarLoading()},complete:function(t){}})});return a},globalData:{userInfo:null,baseUrl:"https://www.bjzha.net/api/"}};n.default=e}).call(this,e("543d")["default"])},d717:function(t,n,e){}},[["9901","common/runtime","common/vendor"]]]);
\ No newline at end of file
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/danweizixun/danweizixun"],{"09a7":function(t,n,e){"use strict";(function(t){Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;var o=a(e("30b9"));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=i(t))){var n=0,e=function(){};return{s:e,n:function(){return n>=t.length?{done:!0}:{done:!1,value:t[n++]}},e:function(t){throw t},f:e}}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,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,a=t},f:function(){try{r||null==o.return||o.return()}finally{if(u)throw a}}}}function i(t,n){if(t){if("string"===typeof t)return u(t,n);var e=Object.prototype.toString.call(t).slice(8,-1);return"Object"===e&&t.constructor&&(e=t.constructor.name),"Map"===e||"Set"===e?Array.from(e):"Arguments"===e||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(e)?u(t,n):void 0}}function u(t,n){(null==n||n>t.length)&&(n=t.length);for(var e=0,o=new Array(n);e<n;e++)o[e]=t[e];return o}var l={data:function(){return{selshow:!1,xiangmulist:[],keyword:"",end:"",querylist:[]}},onLoad:function(){},methods:{zixundanweifen:function(n){console.log(n);var e=n.target.dataset.disid,o=n.target.dataset.item;console.log("999",o);var a=o.ftemid,r=o.fprojectid;console.log(r),o=JSON.stringify(o),console.log(o),t.navigateTo({url:"../zixundanweifen/zixundanweifen?disid="+e+"&item="+o+"&fteamid="+a+"&fprojectid="+r+"&status="+this.end[0].status})},vote:function(n){var e=n.target.dataset.itemid;console.log("lalal",e),t.navigateTo({url:"../danweivote/danweivote?id="+e})},getzixunlist:function(){console.log(999);var n=this,e="project/Get_advisory",a={fuserid:t.getStorageSync("userid"),role:t.getStorageSync("role"),fprojectid:""};o.default.post(e,a,"get").then((function(t){console.log("咨询单位",t),n.xiangmulist=t.data,n.querylist=t.data;var e=n.xiangmulist.splice(-1);n.end=e,console.log("hahhahahhah",JSON.stringify(n.end)),console.log(n.end[0].status),console.log(JSON.stringify(e)),console.log(n.xiangmulist)})).catch((function(t){console.log(t)}))},enterxiangmu:function(t){console.log(t),this.keyword=t.target.value},chaxun:function(){if(""==this.keyword)this.getzixunlist();else{var t,n=[],e=this.querylist,o=[],a=r(e);try{for(a.s();!(t=a.n()).done;){var i=t.value;o.push(i.fname)}}catch(c){a.e(c)}finally{a.f()}console.log("名称",o);for(var u=0;u<e.length;u++)for(var l=0;l<o.length;l++)o[l].indexOf(this.keyword)>=0&&l==u&&n.push(e[u]);console.log("9999000777",n),this.xiangmulist=n}}},onShow:function(){this.getzixunlist()}};n.default=l}).call(this,e("543d")["default"])},"0aa0":function(t,n,e){"use strict";var o=e("1604"),a=e.n(o);a.a},"0c9c":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,r=new Promise((function(r,i){var u=t.getStorageSync("token"),l={token:u||""};t.request({url:a.globalData.baseUrl+n,data:e,method:o,header:l,success:function(t){200==t.statusCode?r(t):i(t.data)},fail:function(t){console.log(t),i("网络出错"),wx.hideNavigationBarLoading()},complete:function(t){}})}));return r},globalData:{userInfo:null,baseUrl:"https://www.bjzha.net/api/"}};n.default=e}).call(this,e("543d")["default"])},"0dd5":function(t,n,e){"use strict";var o,a=function(){var t=this,n=t.$createElement;t._self._c},r=[];e.d(n,"b",(function(){return a})),e.d(n,"c",(function(){return r})),e.d(n,"a",(function(){return o}))},1604:function(t,n,e){},"1f18":function(t,n,e){"use strict";e.r(n);var o=e("0c9c"),a=e.n(o);for(var r in o)"default"!==r&&function(t){e.d(n,t,(function(){return o[t]}))}(r);n["default"]=a.a},2149:function(t,n,e){"use strict";e.r(n);var o=e("0dd5"),a=e("7836");for(var r in a)"default"!==r&&function(t){e.d(n,t,(function(){return a[t]}))}(r);e("2283");var i,u=e("f0c5"),l=Object(u["a"])(a["default"],o["b"],o["c"],!1,null,null,null,!1,o["a"],i);n["default"]=l.exports},2283:function(t,n,e){"use strict";var o=e("bc4a"),a=e.n(o);a.a},"30b9":function(t,n,e){"use strict";e.r(n);var o=e("1f18");for(var a in o)"default"!==a&&function(t){e.d(n,t,(function(){return o[t]}))}(a);e("0aa0");var r,i,u,l,c=e("f0c5"),s=Object(c["a"])(o["default"],r,i,!1,null,null,null,!1,u,l);n["default"]=s.exports},"5a5e":function(t,n,e){"use strict";(function(t){e("a237"),e("921b");o(e("66fd"));var n=o(e("2149"));function o(t){return t&&t.__esModule?t:{default:t}}t(n.default)}).call(this,e("543d")["createPage"])},7836:function(t,n,e){"use strict";e.r(n);var o=e("09a7"),a=e.n(o);for(var r in o)"default"!==r&&function(t){e.d(n,t,(function(){return o[t]}))}(r);n["default"]=a.a},bc4a:function(t,n,e){}},[["5a5e","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="{{xiangmulist.length==0}}"><view class="nodata">暂无数据</view></block><block wx:else><view class="fenzulist"><block wx:for="{{xiangmulist}}" 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 class="fenzutopright"><view class="fenzunoimg"><block wx:if="{{item.fadvisorystatus=='投票中'}}"><image src="../../static/img/toupiao.png" mode></image></block><block wx:else><image src="../../static/img/yifen.png" mode></image></block></view><view class="fenzunoname">{{item.fadvisorystatus}}</view></view></view><view class="fenzuobottom"><view class="fenzutopshang"><text class="bianhao">项目名称:</text><text class="bianhaonum">{{''+item.fname+''}}</text></view><view class="fenzubottom"><view class="fenzubtn" data-item="{{item}}" data-disid="{{item.disid}}" data-event-opts="{{[['tap',[['zixundanweifen',['$event']]]]]}}" bindtap="__e">咨询单位分配</view><view class="fenzubtn" data-itemid="{{item.fprojectid}}" data-event-opts="{{[['tap',[['vote',['$event']]]]]}}" bindtap="__e">{{"投票日志"+item.fprojectid}}</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="{{xiangmulist.length==0}}"><view class="nodata">暂无数据</view></block><block wx:else><view class="fenzulist"><block wx:for="{{xiangmulist}}" 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 class="fenzutopright"><view class="fenzunoimg"><block wx:if="{{item.fadvisorystatus=='投票中'}}"><image src="../../static/img/toupiao.png" mode></image></block><block wx:else><image src="../../static/img/yifen.png" mode></image></block></view><view class="fenzunoname">{{item.fadvisorystatus}}</view></view></view><view class="fenzuobottom"><view class="fenzutopshang"><text class="bianhao">项目名称:</text><text class="bianhaonum">{{''+item.fname+''}}</text></view><block wx:if="{{item.fprojecttype==null}}"><view class="fenzutopshang"><text class="bianhao">项目类型:</text><text class="bianhaonum">暂无</text></view></block><block wx:else><view class="fenzutopshang"><text class="bianhao">项目类型:</text><text class="bianhaonum">{{''+item.fprojecttype}}</text></view></block><view class="fenzutopshang"><text class="bianhao">评审类型:</text><text class="bianhaonum">{{''+item.freviewtype}}</text></view><view class="fenzutopshang"><text class="bianhao">项目组:</text><text class="bianhaonum">{{item.fteam==null?'':item.fteam}}</text></view><view class="fenzubottom"><view class="fenzubtn" data-item="{{item}}" data-disid="{{item.disid}}" data-event-opts="{{[['tap',[['zixundanweifen',['$event']]]]]}}" bindtap="__e">咨询单位分配</view><view class="fenzubtn" data-itemid="{{item.fprojectid}}" data-event-opts="{{[['tap',[['vote',['$event']]]]]}}" bindtap="__e">{{"投票日志"+item.fprojectid}}</view></view></view></view></block></view></block></view>
\ No newline at end of file
... ...
.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;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;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;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;box-sizing:border-box;background:#fff;border-top:1rpx solid #f5f5f5}.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;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;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;box-shadow:0 6rpx 6rpx rgba(0,0,0,.03);opacity:1;border-radius:20rpx;margin:20rpx auto 0;padding:28rpx 32rpx 40rpx;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;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;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;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;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;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;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;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;box-shadow:0 6rpx 6rpx rgba(0,0,0,.03);opacity:1;border-radius:20rpx;margin:20rpx auto 0;padding:28rpx 32rpx 40rpx;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;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
... ...
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/download/download"],{"0aa0":function(n,t,e){"use strict";var o=e("1604"),u=e.n(o);u.a},"0c9c":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,o){var u=this,a=new Promise((function(a,c){var r=n.getStorageSync("token"),l={token:r||""};n.request({url:u.globalData.baseUrl+t,data:e,method:o,header:l,success:function(n){200==n.statusCode?a(n):c(n.data)},fail:function(n){console.log(n),c("网络出错"),wx.hideNavigationBarLoading()},complete:function(n){}})}));return a},globalData:{userInfo:null,baseUrl:"https://www.bjzha.net/api/"}};t.default=e}).call(this,e("543d")["default"])},1604:function(n,t,e){},"1f18":function(n,t,e){"use strict";e.r(t);var o=e("0c9c"),u=e.n(o);for(var a in o)"default"!==a&&function(n){e.d(t,n,(function(){return o[n]}))}(a);t["default"]=u.a},"22bc":function(n,t,e){"use strict";var o,u=function(){var n=this,t=n.$createElement;n._self._c},a=[];e.d(t,"b",(function(){return u})),e.d(t,"c",(function(){return a})),e.d(t,"a",(function(){return o}))},"30b9":function(n,t,e){"use strict";e.r(t);var o=e("1f18");for(var u in o)"default"!==u&&function(n){e.d(t,n,(function(){return o[n]}))}(u);e("0aa0");var a,c,r,l,f=e("f0c5"),i=Object(f["a"])(o["default"],a,c,!1,null,null,null,!1,r,l);t["default"]=i.exports},"460c":function(n,t,e){"use strict";e.r(t);var o=e("22bc"),u=e("7ce9");for(var a in u)"default"!==a&&function(n){e.d(t,n,(function(){return u[n]}))}(a);var c,r=e("f0c5"),l=Object(r["a"])(u["default"],o["b"],o["c"],!1,null,null,null,!1,o["a"],c);t["default"]=l.exports},"7ce9":function(n,t,e){"use strict";e.r(t);var o=e("a274"),u=e.n(o);for(var a in o)"default"!==a&&function(n){e.d(t,n,(function(){return o[n]}))}(a);t["default"]=u.a},a274:function(n,t,e){"use strict";(function(n){Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;o(e("30b9"));function o(n){return n&&n.__esModule?n:{default:n}}var u={data:function(){return{showbanben:!1}},onLoad:function(t){console.log(t),this.url=n.getStorageSync("url"),console.log(this.url)},methods:{}};t.default=u}).call(this,e("543d")["default"])},ffb0:function(n,t,e){"use strict";(function(n){e("a237"),e("921b");o(e("66fd"));var t=o(e("460c"));function o(n){return n&&n.__esModule?n:{default:n}}n(t.default)}).call(this,e("543d")["createPage"])}},[["ffb0","common/runtime","common/vendor"]]]);
\ No newline at end of file
... ...
{
"navigationBarTitleText": "下载",
"navigationBarBackgroundColor": "#0093FF",
"navigationBarTextStyle": "white",
"usingComponents": {}
}
\ No newline at end of file
... ...
<view class="box"><web-view webview-styles="{{webviewStyles}}" src="{{url}}"></web-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;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;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;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;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
... ...
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/examinejingban/examinejingban"],{"011b":function(t,e,n){"use strict";(function(t){n("a237"),n("921b");o(n("66fd"));var e=o(n("d546"));function o(t){return t&&t.__esModule?t:{default:t}}t(e.default)}).call(this,n("543d")["createPage"])},"072c":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}))},"0aa0":function(t,e,n){"use strict";var o=n("1604"),i=n.n(o);i.a},"0c9c":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 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?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"])},1604:function(t,e,n){},"1f18":function(t,e,n){"use strict";n.r(e);var o=n("0c9c"),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},2004:function(t,e,n){"use strict";var o=n("f8e2"),i=n.n(o);i.a},"2b29":function(t,e,n){"use strict";n.r(e);var o=n("4545"),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},"30b9":function(t,e,n){"use strict";n.r(e);var o=n("1f18");for(var i in o)"default"!==i&&function(t){n.d(e,t,(function(){return o[t]}))}(i);n("0aa0");var r,a,c,u,f=n("f0c5"),l=Object(f["a"])(o["default"],r,a,!1,null,null,null,!1,c,u);e["default"]=l.exports},4545:function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var o=r(n("30b9")),i=r(n("079c"));function r(t){return t&&t.__esModule?t:{default:t}}function a(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,r=!0,a=!1;return{s:function(){o=t[Symbol.iterator]()},n:function(){var t=o.next();return r=t.done,t},e:function(t){a=!0,i=t},f:function(){try{r||null==o.return||o.return()}finally{if(a)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 f={data:function(){return{finorgid:"",finid:"",item:"",detaildata:"",projectarr:[],index:0,projectid:"",fprjleader:"",fprjleadertwo:"",fname:"",showhide:"",receive:-1,shenhe:"审核通过"}},onLoad:function(t){console.log(t.item),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(),console.log(i.default.unction(45622111))},onShow:function(){this.showhide=t.getStorageSync("showhide")},methods:{isreceive:function(t){console.log(t),console.log(t.currentTarget.dataset.id),this.receive=t.currentTarget.dataset.id,console.log(this.receive)},downloadfile:function(e){var n=this;if(null==e)return t.showToast({title:"文件不存在",icon:"none"}),!1;var i="project/Select_FileInfo",r={};o.default.post(i,r,"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),plus.runtime.openURL(i)})).catch((function(t){console.log(t)}))},entershenhe:function(t){this.shenhe=t.detail.value},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=a(t.projectarr);try{for(i.s();!(o=i.n()).done;){var r=o.value;r.fid==e.item.finorgid&&(t.fprjleader=r.fprjleader,t.fprjleadertwo=r.fprjleadertwo,t.fname=r.fname,t.finorgid=r.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(-1==e.receive)return t.showToast({title:"请选择审核结果",icon:"none"}),!1;var n="project/Submit_Personincharge",i={fprjleaderoneid:e.item.fprjleaderoneid,fprjphonetwoid:e.item.fprjleadertwoid,userid:t.getStorageSync("userid"),role:t.getStorageSync("role"),fprojectid:e.item.fprojectid,fdisid:e.item.fdisid,fdirstatus:e.item.fdirstatus,ffinauditstatus:e.item.ffinauditstatus,fagree:e.receive,fmemo:e.shenhe,fintorgid:e.item.fintorgid};console.log("8877665544",i),o.default.post(n,i,"get").then((function(e){console.log(e),"提交成功"==e.data[0].message?(t.showToast({title:"提交成功",icon:"none"}),setTimeout((function(){t.navigateBack({checked:!0})}),1e3)):t.showToast({title:e.data[0].message,icon:"none"})})).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=f}).call(this,n("543d")["default"])},"7ded":function(t,e,n){"use strict";var o=n("8043"),i=n.n(o);i.a},8043:function(t,e,n){},d546:function(t,e,n){"use strict";n.r(e);var o=n("072c"),i=n("2b29");for(var r in i)"default"!==r&&function(t){n.d(e,t,(function(){return i[t]}))}(r);n("2004"),n("7ded");var a,c=n("f0c5"),u=Object(c["a"])(i["default"],o["b"],o["c"],!1,null,null,null,!1,o["a"],a);e["default"]=u.exports},f8e2:function(t,e,n){}},[["011b","common/runtime","common/vendor"]]]);
\ No newline at end of file
... ...
{
"navigationBarTitleText": "经办人审核",
"navigationBarBackgroundColor": "#0093FF",
"navigationBarTextStyle": "white",
"usingComponents": {}
}
\ No newline at end of file
... ...
<view class="box"><view class="renyuan"><view class="projectinfo"><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.fnumber}}</view></view><view class="projectitem"><view class="projectitemleft">评审类型:</view><view class="projectitemright">{{item.freviewtype}}</view></view></view><view class="itemk"><view class="renyuanleft">问题描述:</view><view class="questiondescribe"><textarea value="{{shenhe}}" placeholder="请输入问题描述" placeholder-class="enterword" data-event-opts="{{[['input',[['entershenhe',['$event']]]]]}}" bindinput="__e"></textarea></view></view></view><view class="mail"><view class="mailstate">审核结果:</view><view class="mailist"><view class="mailitem flexone" data-id="{{0}}" data-event-opts="{{[['tap',[['isreceive',['$event']]]]]}}" bindtap="__e"><view class="mailitemimg"><block wx:if="{{receive==0}}"><image src="../../static/img/selshi.png" mode></image></block><block wx:else><image src="../../static/img/sel.png" mode></image></block></view><view class="mailname">审核通过</view></view><view class="mailitem flexone" data-id="{{1}}" data-event-opts="{{[['tap',[['isreceive',['$event']]]]]}}" bindtap="__e"><view class="mailitemimg"><block wx:if="{{receive==1}}"><image src="../../static/img/selshi.png" mode></image></block><block wx:else><image src="../../static/img/sel.png" mode></image></block></view><view class="mailname">审核不通过</view></view></view></view><view class="zixunbottom"><view data-event-opts="{{[['tap',[['submit',['$event']]]]]}}" class="zixunbotright" bindtap="__e">确认</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;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;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;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;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;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;box-sizing:border-box;border-bottom:1rpx solid #bdc4ce}.projectlist{padding:0 32rpx;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;box-sizing:border-box;border-bottom:1rpx solid #eee}.itemk{border-bottom:none}.queslist{padding:32rpx 0;box-sizing:border-box}.projectitemleft{color:#8c9198;font-size:28rpx}.projectitemright{color:#3d444d;font-size:28rpx}.renyuanleft{color:#06121e;font-size:28rpx;padding:0 32rpx;box-sizing:border-box}.renyuanright{width:260rpx;height:60rpx;padding:14rpx 28rpx;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;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;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;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;box-sizing:border-box;border-bottom:1rpx solid #eee}.projectlist{padding:0 32rpx;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;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;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;box-sizing:border-box}.zitou{padding:20rpx 0}.zixundanitem{color:#06121e;font-size:28rpx}.zixunbox{padding:0 32rpx;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;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;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;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;box-shadow:0 6rpx 6rpx rgba(0,0,0,.03);opacity:1;border-radius:20rpx;margin:20rpx auto 0;padding:28rpx 32rpx 40rpx;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;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;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;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/fujian/fujian"],{"42a4":function(n,t,u){"use strict";u.r(t);var c=u("b260"),a=u.n(c);for(var e in c)"default"!==e&&function(n){u.d(t,n,(function(){return c[n]}))}(e);t["default"]=a.a},9184:function(n,t,u){"use strict";(function(n){u("a237"),u("921b");c(u("66fd"));var t=c(u("cb46"));function c(n){return n&&n.__esModule?n:{default:n}}n(t.default)}).call(this,u("543d")["createPage"])},b260:function(n,t){},c230:function(n,t,u){"use strict";var c=u("d346"),a=u.n(c);a.a},cb46:function(n,t,u){"use strict";u.r(t);var c=u("fdf7"),a=u("42a4");for(var e in a)"default"!==e&&function(n){u.d(t,n,(function(){return a[n]}))}(e);u("c230");var f,r=u("f0c5"),o=Object(r["a"])(a["default"],c["b"],c["c"],!1,null,null,null,!1,c["a"],f);t["default"]=o.exports},d346:function(n,t,u){},fdf7:function(n,t,u){"use strict";var c,a=function(){var n=this,t=n.$createElement;n._self._c},e=[];u.d(t,"b",(function(){return a})),u.d(t,"c",(function(){return e})),u.d(t,"a",(function(){return c}))}},[["9184","common/runtime","common/vendor"]]]);
\ No newline at end of file
... ...
{
"navigationBarTitleText": "附件管理",
"navigationBarBackgroundColor": "#0093FF",
"navigationBarTextStyle": "white",
"usingComponents": {}
}
\ No newline at end of file
... ...
<view class="box"><view class="zixun"><view class="consult"><view class="consultdanwei"><view class="projectname">附件管理</view></view><view class="head"><view data-event-opts="{{[['tap',[['chaxun',['$event']]]]]}}" class="headright download" bindtap="__e">全部下载</view></view></view><view class="zixunbox"><view class="votelist"><view class="voicehead"><view class="headitem number">编号</view><view class="zixundanitem ziliao">附件名称</view><view class="headitem timek">附件格式</view><view class="headitem caozuo">操作</view></view><view class="zixundan zitou"><view class="headitem number">1</view><view class="zixundanitem ziliao">资料名称资料名称资料名称</view><view class="zixundanitem timek">2010-10-10</view><view class="zixundanitem caozuo fujiandown" data-voiteitem="{{item}}" data-event-opts="{{[['tap',[['toupiao',['$event']]]]]}}" bindtap="__e">附件</view></view></view></view></view></view>
\ No newline at end of file
... ...
.box{background:#fff}.verfy{padding-bottom:16rpx;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;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;box-sizing:border-box;border-bottom:1rpx solid #eee}.projectlist{padding:0 32rpx;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;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;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;box-sizing:border-box}.zitou{padding:20rpx 0}.zixundanitem{color:#06121e;font-size:28rpx}.zixunbox{padding:0 32rpx;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;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;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;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;box-shadow:0 6rpx 6rpx rgba(0,0,0,.03);opacity:1;border-radius:20rpx;margin:20rpx auto 0;padding:28rpx 32rpx 40rpx;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;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;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;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
... ...
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/guocheng/guocheng"],{"0f21":function(t,n,e){"use strict";var o=e("d717"),u=e.n(o);u.a},"2cce":function(t,n,e){"use strict";e.r(n);var o=e("76c6");for(var u in o)"default"!==u&&function(t){e.d(n,t,function(){return o[t]})}(u);e("0f21");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},"602e":function(t,n,e){"use strict";(function(t){Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;var o=u(e("2cce"));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"])},6685:function(t,n,e){"use strict";var o=e("dd2c"),u=e.n(o);u.a},"76c6":function(t,n,e){"use strict";e.r(n);var o=e("c712"),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},8061:function(t,n,e){"use strict";(function(t){e("e774"),e("921b");o(e("66fd"));var n=o(e("a725"));function o(t){return t&&t.__esModule?t:{default:t}}t(n.default)}).call(this,e("543d")["createPage"])},"9f28":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})},a725:function(t,n,e){"use strict";e.r(n);var o=e("9f28"),u=e("b03a");for(var a in u)"default"!==a&&function(t){e.d(n,t,function(){return u[t]})}(a);e("6685");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},b03a:function(t,n,e){"use strict";e.r(n);var o=e("602e"),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},c712: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"])},d717:function(t,n,e){},dd2c:function(t,n,e){}},[["8061","common/runtime","common/vendor"]]]);
\ No newline at end of file
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/guocheng/guocheng"],{"0aa0":function(t,n,e){"use strict";var o=e("1604"),u=e.n(o);u.a},"0c9c":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"])},1604:function(t,n,e){},"1f18":function(t,n,e){"use strict";e.r(n);var o=e("0c9c"),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},"2b99":function(t,n,e){"use strict";e.r(n);var o=e("eab6"),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},"30b9":function(t,n,e){"use strict";e.r(n);var o=e("1f18");for(var u in o)"default"!==u&&function(t){e.d(n,t,(function(){return o[t]}))}(u);e("0aa0");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},3831:function(t,n,e){"use strict";(function(t){e("a237"),e("921b");o(e("66fd"));var n=o(e("e70f"));function o(t){return t&&t.__esModule?t:{default:t}}t(n.default)}).call(this,e("543d")["createPage"])},"41ec":function(t,n,e){"use strict";var o=e("b540"),u=e.n(o);u.a},b540:function(t,n,e){},cbc4: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}))},e70f:function(t,n,e){"use strict";e.r(n);var o=e("cbc4"),u=e("2b99");for(var a in u)"default"!==a&&function(t){e.d(n,t,(function(){return u[t]}))}(a);e("41ec");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},eab6:function(t,n,e){"use strict";(function(t){Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;var o=u(e("30b9"));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"])}},[["3831","common/runtime","common/vendor"]]]);
\ No newline at end of file
... ...
.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;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;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;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;box-sizing:border-box;background:#fff;border-top:1rpx solid #f5f5f5}.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;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;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;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}.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;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;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;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;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;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;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;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
... ...
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/index/index"],{"0f21":function(n,e,t){"use strict";var o=t("d717"),a=t.n(o);a.a},"129e":function(n,e,t){"use strict";t.r(e);var o=t("3003"),a=t("90f8");for(var s in a)"default"!==s&&function(n){t.d(e,n,function(){return a[n]})}(s);t("dffc");var r,c=t("f0c5"),i=Object(c["a"])(a["default"],o["b"],o["c"],!1,null,null,null,!1,o["a"],r);e["default"]=i.exports},"2cce":function(n,e,t){"use strict";t.r(e);var o=t("76c6");for(var a in o)"default"!==a&&function(n){t.d(e,n,function(){return o[n]})}(a);t("0f21");var s,r,c,i,u=t("f0c5"),l=Object(u["a"])(o["default"],s,r,!1,null,null,null,!1,c,i);e["default"]=l.exports},3003:function(n,e,t){"use strict";var o,a=function(){var n=this,e=n.$createElement;n._self._c},s=[];t.d(e,"b",function(){return a}),t.d(e,"c",function(){return s}),t.d(e,"a",function(){return o})},"6b5a":function(n,e,t){"use strict";(function(n){t("e774"),t("921b");o(t("66fd"));var e=o(t("129e"));function o(n){return n&&n.__esModule?n:{default:n}}n(e.default)}).call(this,t("543d")["createPage"])},"76c6":function(n,e,t){"use strict";t.r(e);var o=t("c712"),a=t.n(o);for(var s in o)"default"!==s&&function(n){t.d(e,n,function(){return o[n]})}(s);e["default"]=a.a},"90f8":function(n,e,t){"use strict";t.r(e);var o=t("b188"),a=t.n(o);for(var s in o)"default"!==s&&function(n){t.d(e,n,function(){return o[n]})}(s);e["default"]=a.a},b188:function(n,e,t){"use strict";(function(n){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var o=a(t("2cce"));function a(n){return n&&n.__esModule?n:{default:n}}var s={data:function(){return{selshow:!0,phone:"",password:"",rangenum:"",yanzhengcode:"",tanceng:!1,seldeng:0,seldengk:0}},onLoad:function(){var e=("000000"+Math.floor(999999*Math.random())).slice(-6);this.rangenum=e;var t=n.getStorageSync("username"),o=n.getStorageSync("password");console.log("用户名",t),""!=t&&(this.phone=t,this.password=o,this.selshow=!0)},methods:{zhengce:function(e){var t=e.currentTarget.dataset.id;n.navigateTo({url:"../yinsi/yinsi?id="+t})},selectxuan:function(){console.log(888),this.selshow=!this.selshow,1==this.selshow?(n.setStorageSync("username",this.phone),n.setStorageSync("password",this.password)):n.setStorageSync("username","")},changenum:function(){var n=("000000"+Math.floor(999999*Math.random())).slice(-6);this.rangenum=n},enteryanzheng:function(n){this.yanzhengcode=n.target.value},onKeyInput:function(n){console.log(n),this.phone=n.target.value},enterpass:function(n){this.password=n.target.value},login:function(){var e=this,t=this;if(t.seldeng=1,console.log(666),console.log(this.phone),console.log(this.password),""==this.phone)return n.showToast({title:"请输入登录账号",icon:"none"}),t.seldeng=0,!1;if(""==this.password)return n.showToast({title:"请输入密码",icon:"none"}),t.seldeng=0,!1;if(""==this.yanzhengcode)return n.showToast({title:"请输入验证码",icon:"none"}),t.seldeng=0,!1;if(""!=this.yanzhengcode&&this.yanzhengcode!=this.rangenum)return n.showToast({title:"验证码输入错误",icon:"none"}),t.seldeng=0,!1;var a="project/Login",s={username:t.phone,password:t.password};console.log("8877665544",s),o.default.post(a,s,"post").then(function(o){t.seldengk=1,console.log("1234567890",o);var a=o.data;if(1==o.data[0].status)null==o.data[0].username?t.seldengk=0:t.seldengk=1,n.showToast({title:o.data[0].message,icon:"none"});else{n.setStorageSync("username",e.phone),n.setStorageSync("password",e.password);var s=a[0].role,r=a[0].userid,c=a[0].username;n.setStorageSync("role",s),n.setStorageSync("userid",r),n.setStorageSync("name",c),console.log("打印",n.getStorageSync("role")),console.log("打印",n.getStorageSync("name")),n.showToast({title:"登录成功",icon:"none"}),setTimeout(function(){console.log(8800),n.navigateTo({url:"../daiban/daiban"})},500)}}).catch(function(n){console.log(n),t.seldengk=0,t.tanceng=!0,setTimeout(function(){t.tanceng=!1},1500)})}}};e.default=s}).call(this,t("543d")["default"])},c712:function(n,e,t){"use strict";(function(n){Object.defineProperty(e,"__esModule",{value:!0}),e.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(e,t,o){var a=this,s=new Promise(function(s,r){var c=n.getStorageSync("token"),i={token:c||""};n.request({url:a.globalData.baseUrl+e,data:t,method:o,header:i,success:function(n){200==n.statusCode?s(n):r(n.data)},fail:function(n){console.log(n),r("网络出错"),wx.hideNavigationBarLoading()},complete:function(n){}})});return s},globalData:{userInfo:null,baseUrl:"https://www.bjzha.net/api/"}};e.default=t}).call(this,t("543d")["default"])},d717:function(n,e,t){},dffc:function(n,e,t){"use strict";var o=t("fae9"),a=t.n(o);a.a},fae9:function(n,e,t){}},[["6b5a","common/runtime","common/vendor"]]]);
\ No newline at end of file
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/index/index"],{"0aa0":function(n,e,t){"use strict";var o=t("1604"),a=t.n(o);a.a},"0c9c":function(n,e,t){"use strict";(function(n){Object.defineProperty(e,"__esModule",{value:!0}),e.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(e,t,o){var a=this,s=new Promise((function(s,r){var i=n.getStorageSync("token"),u={token:i||""};n.request({url:a.globalData.baseUrl+e,data:t,method:o,header:u,success:function(n){200==n.statusCode?s(n):r(n.data)},fail:function(n){console.log(n),r("网络出错"),wx.hideNavigationBarLoading()},complete:function(n){}})}));return s},globalData:{userInfo:null,baseUrl:"https://www.bjzha.net/api/"}};e.default=t}).call(this,t("543d")["default"])},1604:function(n,e,t){},"1f18":function(n,e,t){"use strict";t.r(e);var o=t("0c9c"),a=t.n(o);for(var s in o)"default"!==s&&function(n){t.d(e,n,(function(){return o[n]}))}(s);e["default"]=a.a},"30b9":function(n,e,t){"use strict";t.r(e);var o=t("1f18");for(var a in o)"default"!==a&&function(n){t.d(e,n,(function(){return o[n]}))}(a);t("0aa0");var s,r,i,u,c=t("f0c5"),l=Object(c["a"])(o["default"],s,r,!1,null,null,null,!1,i,u);e["default"]=l.exports},"40f8":function(n,e,t){},"813b":function(n,e,t){"use strict";var o,a=function(){var n=this,e=n.$createElement;n._self._c},s=[];t.d(e,"b",(function(){return a})),t.d(e,"c",(function(){return s})),t.d(e,"a",(function(){return o}))},"866a":function(n,e,t){"use strict";var o=t("40f8"),a=t.n(o);a.a},c63a:function(n,e,t){"use strict";t.r(e);var o=t("813b"),a=t("e53b");for(var s in a)"default"!==s&&function(n){t.d(e,n,(function(){return a[n]}))}(s);t("866a");var r,i=t("f0c5"),u=Object(i["a"])(a["default"],o["b"],o["c"],!1,null,null,null,!1,o["a"],r);e["default"]=u.exports},e497:function(n,e,t){"use strict";(function(n){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var o=a(t("30b9"));function a(n){return n&&n.__esModule?n:{default:n}}var s={data:function(){return{selshow:!0,phone:"",password:"",rangenum:"",yanzhengcode:"",tanceng:!1,seldeng:0,seldengk:0}},onLoad:function(){var e=("000000"+Math.floor(999999*Math.random())).slice(-6);this.rangenum=e;var t=n.getStorageSync("username"),o=n.getStorageSync("password");console.log("用户名",t),""!=t&&(this.phone=t,this.password=o,this.selshow=!0)},methods:{zhengce:function(e){var t=e.currentTarget.dataset.id;n.navigateTo({url:"../yinsi/yinsi?id="+t})},selectxuan:function(){console.log(888),this.selshow=!this.selshow,1==this.selshow?(n.setStorageSync("username",this.phone),n.setStorageSync("password",this.password)):n.setStorageSync("username","")},changenum:function(){var n=("000000"+Math.floor(999999*Math.random())).slice(-6);this.rangenum=n},enteryanzheng:function(n){this.yanzhengcode=n.target.value},onKeyInput:function(n){console.log(n),this.phone=n.target.value},enterpass:function(n){this.password=n.target.value},login:function(){var e=this,t=this;if(t.seldeng=1,console.log(666),console.log(this.phone),console.log(this.password),""==this.phone)return n.showToast({title:"请输入登录账号",icon:"none"}),t.seldeng=0,!1;if(""==this.password)return n.showToast({title:"请输入密码",icon:"none"}),t.seldeng=0,!1;if(""==this.yanzhengcode)return n.showToast({title:"请输入验证码",icon:"none"}),t.seldeng=0,!1;if(""!=this.yanzhengcode&&this.yanzhengcode!=this.rangenum)return n.showToast({title:"验证码输入错误",icon:"none"}),t.seldeng=0,!1;var a="project/Login",s={username:t.phone,password:t.password};console.log("8877665544",s),o.default.post(a,s,"post").then((function(o){t.seldengk=1,console.log("1234567890",o);var a=o.data;if(1==o.data[0].status)null==o.data[0].username?t.seldengk=0:t.seldengk=1,n.showToast({title:o.data[0].message,icon:"none"});else{n.setStorageSync("username",e.phone),n.setStorageSync("password",e.password);var s=a[0].role,r=a[0].userid,i=a[0].username;n.setStorageSync("role",s),n.setStorageSync("userid",r),n.setStorageSync("name",i),console.log("打印",n.getStorageSync("role")),console.log("打印",n.getStorageSync("name")),n.showToast({title:"登录成功",icon:"none"}),setTimeout((function(){console.log(8800),n.navigateTo({url:"../daiban/daiban"})}),500)}})).catch((function(n){console.log(n),t.seldengk=0,t.tanceng=!0,setTimeout((function(){t.tanceng=!1}),1500)}))}}};e.default=s}).call(this,t("543d")["default"])},e53b:function(n,e,t){"use strict";t.r(e);var o=t("e497"),a=t.n(o);for(var s in o)"default"!==s&&function(n){t.d(e,n,(function(){return o[n]}))}(s);e["default"]=a.a},f063:function(n,e,t){"use strict";(function(n){t("a237"),t("921b");o(t("66fd"));var e=o(t("c63a"));function o(n){return n&&n.__esModule?n:{default:n}}n(e.default)}).call(this,t("543d")["createPage"])}},[["f063","common/runtime","common/vendor"]]]);
\ No newline at end of file
... ...
<view class="box"><view class="tpouziname">大足投资项目评审管理平台</view><view class="zhuanjia">含专家</view><view class="shrumima zhanghao"><input type="text" placeholder="请输入登录账号/手机号" placeholder-class="entershouji" data-event-opts="{{[['input',[['onKeyInput',['$event']]]]]}}" value="{{phone}}" bindinput="__e"/></view><view class="shrumima mima"><input type="password" placeholder="请输入密码" placeholder-class="entershouji" data-event-opts="{{[['input',[['enterpass',['$event']]]]]}}" value="{{password}}" bindinput="__e"/></view><view class="yanzheng"><view class="yanzhengleft"><input type="text" placeholder="验证码" placeholder-class="yan" data-event-opts="{{[['input',[['enteryanzheng',['$event']]]]]}}" bindinput="__e"/></view><view data-event-opts="{{[['tap',[['changenum',['$event']]]]]}}" class="yanzhenghao" bindtap="__e">{{rangenum}}</view></view><view data-event-opts="{{[['tap',[['selectxuan',['$event']]]]]}}" class="select" bindtap="__e"><block wx:if="{{selshow}}"><view class="selectleft"><image src="../../static/img/selectone.png" mode></image></view></block><block wx:else><view class="selectleft"><image src="../../static/img/select.png" mode></image></view></block><view class="selectright">记住用户名</view></view><view data-event-opts="{{[['tap',[['login',['$event']]]]]}}" class="{{['denglu',seldeng==1?'dengactive':'']}}" bindtap="__e"><block wx:if="{{seldengk==1}}"><text>登录中...</text></block><block wx:else><text>登录</text></block></view><block wx:if="{{tanceng}}"><view class="pop">网络出错</view></block></view>
\ No newline at end of file
<view class="box"><view class="tpouziname">大足投资项目评审管理平台</view><view class="zhuanjia">含专家</view><view class="shrumima zhanghao"><input type="text" placeholder="请输入登录账号/手机号" placeholder-class="entershouji" data-event-opts="{{[['input',[['onKeyInput',['$event']]]]]}}" value="{{phone}}" bindinput="__e"/></view><view class="shrumima mima"><input type="password" placeholder="请输入密码" placeholder-class="entershouji" data-event-opts="{{[['input',[['enterpass',['$event']]]]]}}" value="{{password}}" bindinput="__e"/></view><view class="yanzheng"><view class="yanzhengleft"><input type="text" placeholder="验证码" placeholder-class="yan" data-event-opts="{{[['input',[['enteryanzheng',['$event']]]]]}}" bindinput="__e"/></view><view data-event-opts="{{[['tap',[['changenum',['$event']]]]]}}" class="yanzhenghao" bindtap="__e">{{rangenum}}</view></view><view data-event-opts="{{[['tap',[['selectxuan',['$event']]]]]}}" class="select" bindtap="__e"><block wx:if="{{selshow}}"><view class="selectleft"><image src="../../static/img/selectone.png" mode></image></view></block><block wx:else><view class="selectleft"><image src="../../static/img/select.png" mode></image></view></block><view class="selectright">记住用户名</view></view><view data-event-opts="{{[['tap',[['login',['$event']]]]]}}" class="{{['denglu',seldeng==1?'dengactive':'']}}" bindtap="__e"><block wx:if="{{seldengk==1}}"><text>登录中...</text></block><block wx:else><text>登录</text></block></view><view class="biaoshi">登录即表示<text class="xieyi" data-id="1" data-event-opts="{{[['tap',[['zhengce',['$event']]]]]}}" bindtap="__e">用户协议</text>和<text class="xieyi" data-id="2" data-event-opts="{{[['tap',[['zhengce',['$event']]]]]}}" bindtap="__e">隐私政策</text></view><block wx:if="{{tanceng}}"><view class="pop">网络出错</view></block></view>
\ No newline at end of file
... ...
.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;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;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;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;box-sizing:border-box;background:#fff;border-top:1rpx solid #f5f5f5}.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:#bdc4ce;font-size:24rpx;padding:18rpx 24rpx;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:#bdc4ce;font-size:24rpx}.mima{margin:32rpx auto 0}.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;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:#bdc4ce;font-size:24rpx}.yanzhengleft input{width:100%;height:100%}.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:#bdc4ce;font-size:24rpx}.yan{color:#bdc4ce;font-size:24rpx}.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:20rpx;height:20rpx;font-size:0}.selectleft image{width:100%;height:100%}.selectright{color:#fff;font-size:20rpx;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%)}
\ 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;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;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;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;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://www.bjzha.net/images/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:#bdc4ce;font-size:24rpx;padding:18rpx 24rpx;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:#bdc4ce;font-size:24rpx}.mima{margin:32rpx auto 0}.mima input{font-size:24rpx}.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;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:#bdc4ce;font-size:24rpx}.yanzhengleft input{width:100%;height:100%;font-size:24rpx}.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:#bdc4ce;font-size:24rpx}.yan{color:#bdc4ce;font-size:24rpx}.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:20rpx;height:20rpx;font-size:0}.selectleft image{width:100%;height:100%}.selectright{color:#fff;font-size:20rpx;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:24rpx}
\ No newline at end of file
... ...
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/jieduantaizhang/jieduantaizhang"],{"0385":function(t,n,e){"use strict";e.r(n);var a=e("f2f6"),u=e.n(a);for(var o in a)"default"!==o&&function(t){e.d(n,t,function(){return a[t]})}(o);n["default"]=u.a},"0f21":function(t,n,e){"use strict";var a=e("d717"),u=e.n(a);u.a},"1a31":function(t,n,e){},"2cce":function(t,n,e){"use strict";e.r(n);var a=e("76c6");for(var u in a)"default"!==u&&function(t){e.d(n,t,function(){return a[t]})}(u);e("0f21");var o,i,f,c,r=e("f0c5"),l=Object(r["a"])(a["default"],o,i,!1,null,null,null,!1,f,c);n["default"]=l.exports},"6ff3":function(t,n,e){"use strict";e.r(n);var a=e("e825"),u=e("0385");for(var o in u)"default"!==o&&function(t){e.d(n,t,function(){return u[t]})}(o);e("b341");var i,f=e("f0c5"),c=Object(f["a"])(u["default"],a["b"],a["c"],!1,null,null,null,!1,a["a"],i);n["default"]=c.exports},"76c6":function(t,n,e){"use strict";e.r(n);var a=e("c712"),u=e.n(a);for(var o in a)"default"!==o&&function(t){e.d(n,t,function(){return a[t]})}(o);n["default"]=u.a},"85e6":function(t,n,e){"use strict";(function(t){e("e774"),e("921b");a(e("66fd"));var n=a(e("6ff3"));function a(t){return t&&t.__esModule?t:{default:t}}t(n.default)}).call(this,e("543d")["createPage"])},b341:function(t,n,e){"use strict";var a=e("1a31"),u=e.n(a);u.a},c712: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,a){var u=this,o=new Promise(function(o,i){var f=t.getStorageSync("token"),c={token:f||""};t.request({url:u.globalData.baseUrl+n,data:e,method:a,header:c,success:function(t){200==t.statusCode?o(t):i(t.data)},fail:function(t){console.log(t),i("网络出错"),wx.hideNavigationBarLoading()},complete:function(t){}})});return o},globalData:{userInfo:null,baseUrl:"https://www.bjzha.net/api/"}};n.default=e}).call(this,e("543d")["default"])},d717:function(t,n,e){},e825:function(t,n,e){"use strict";var a,u=function(){var t=this,n=t.$createElement;t._self._c},o=[];e.d(n,"b",function(){return u}),e.d(n,"c",function(){return o}),e.d(n,"a",function(){return a})},f2f6:function(t,n,e){"use strict";Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;u(e("2cce"));var a=u(e("e749"));function u(t){return t&&t.__esModule?t:{default:t}}var o={data:function(){return{item:""}},onLoad:function(t){console.log(t),this.item=JSON.parse(t.item);var n=this.item;n.fsubmitfindate=n.fsubmitfindate.split("T"),n.fsubmitfindate=n.fsubmitfindate[0],n.fauditamount=a.default.change(n.fauditamount),n.ftoauditamt=a.default.change(n.ftoauditamt),n.fshenjianmoney=a.default.change(n.fshenjianmoney),this.item=n,console.log(this.item)},methods:{}};n.default=o}},[["85e6","common/runtime","common/vendor"]]]);
\ No newline at end of file
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/jieduantaizhang/jieduantaizhang"],{"0080":function(t,n,e){"use strict";var a=e("cd7b"),u=e.n(a);u.a},"0aa0":function(t,n,e){"use strict";var a=e("1604"),u=e.n(a);u.a},"0c9c":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,a){var u=this,o=new Promise((function(o,i){var f=t.getStorageSync("token"),c={token:f||""};t.request({url:u.globalData.baseUrl+n,data:e,method:a,header:c,success:function(t){200==t.statusCode?o(t):i(t.data)},fail:function(t){console.log(t),i("网络出错"),wx.hideNavigationBarLoading()},complete:function(t){}})}));return o},globalData:{userInfo:null,baseUrl:"https://www.bjzha.net/api/"}};n.default=e}).call(this,e("543d")["default"])},1604:function(t,n,e){},"1f18":function(t,n,e){"use strict";e.r(n);var a=e("0c9c"),u=e.n(a);for(var o in a)"default"!==o&&function(t){e.d(n,t,(function(){return a[t]}))}(o);n["default"]=u.a},2203:function(t,n,e){"use strict";var a,u=function(){var t=this,n=t.$createElement;t._self._c},o=[];e.d(n,"b",(function(){return u})),e.d(n,"c",(function(){return o})),e.d(n,"a",(function(){return a}))},"30b9":function(t,n,e){"use strict";e.r(n);var a=e("1f18");for(var u in a)"default"!==u&&function(t){e.d(n,t,(function(){return a[t]}))}(u);e("0aa0");var o,i,f,c,r=e("f0c5"),l=Object(r["a"])(a["default"],o,i,!1,null,null,null,!1,f,c);n["default"]=l.exports},"5a50":function(t,n,e){"use strict";e.r(n);var a=e("a0ea"),u=e.n(a);for(var o in a)"default"!==o&&function(t){e.d(n,t,(function(){return a[t]}))}(o);n["default"]=u.a},"5df6":function(t,n,e){"use strict";e.r(n);var a=e("2203"),u=e("5a50");for(var o in u)"default"!==o&&function(t){e.d(n,t,(function(){return u[t]}))}(o);e("0080");var i,f=e("f0c5"),c=Object(f["a"])(u["default"],a["b"],a["c"],!1,null,null,null,!1,a["a"],i);n["default"]=c.exports},"64dd":function(t,n,e){"use strict";(function(t){e("a237"),e("921b");a(e("66fd"));var n=a(e("5df6"));function a(t){return t&&t.__esModule?t:{default:t}}t(n.default)}).call(this,e("543d")["createPage"])},a0ea:function(t,n,e){"use strict";Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;u(e("30b9"));var a=u(e("079c"));function u(t){return t&&t.__esModule?t:{default:t}}var o={data:function(){return{item:""}},onLoad:function(t){console.log(t),this.item=JSON.parse(t.item);var n=this.item;n.fsubmitfindate=n.fsubmitfindate.split("T"),n.fsubmitfindate=n.fsubmitfindate[0],n.fauditamount=a.default.change(n.fauditamount),n.ftoauditamt=a.default.change(n.ftoauditamt),n.fshenjianmoney=a.default.change(n.fshenjianmoney),this.item=n,console.log(this.item)},methods:{}};n.default=o},cd7b:function(t,n,e){}},[["64dd","common/runtime","common/vendor"]]]);
\ No newline at end of file
... ...
.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;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;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;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;box-sizing:border-box;background:#fff;border-top:1rpx solid #f5f5f5}.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;box-sizing:border-box;border-bottom:1rpx solid #bdc4ce}.projectlist{padding:0 32rpx;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;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;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;box-sizing:border-box;border-bottom:1rpx solid #bdc4ce}.zixundanitem{color:#06121e;font-size:28rpx}.zixunbox{padding:0 32rpx;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;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}.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;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;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;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;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;box-sizing:border-box;border-bottom:1rpx solid #bdc4ce}.projectlist{padding:0 32rpx;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;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;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;box-sizing:border-box;border-bottom:1rpx solid #bdc4ce}.zixundanitem{color:#06121e;font-size:28rpx}.zixunbox{padding:0 32rpx;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;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"],{"0aa0":function(e,t,o){"use strict";var n=o("1604"),i=o.n(n);i.a},"0c9c":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,a=new Promise((function(a,s){var c=e.getStorageSync("token"),l={token:c||""};e.request({url:i.globalData.baseUrl+t,data:o,method:n,header:l,success:function(e){200==e.statusCode?a(e):s(e.data)},fail:function(e){console.log(e),s("网络出错"),wx.hideNavigationBarLoading()},complete:function(e){}})}));return a},globalData:{userInfo:null,baseUrl:"https://www.bjzha.net/api/"}};t.default=o}).call(this,o("543d")["default"])},1604:function(e,t,o){},"18a0":function(e,t,o){"use strict";var n=o("8f28"),i=o.n(n);i.a},"1f18":function(e,t,o){"use strict";o.r(t);var n=o("0c9c"),i=o.n(n);for(var a in n)"default"!==a&&function(e){o.d(t,e,(function(){return n[e]}))}(a);t["default"]=i.a},"30b9":function(e,t,o){"use strict";o.r(t);var n=o("1f18");for(var i in n)"default"!==i&&function(e){o.d(t,e,(function(){return n[e]}))}(i);o("0aa0");var a,s,c,l,r=o("f0c5"),u=Object(r["a"])(n["default"],a,s,!1,null,null,null,!1,c,l);t["default"]=u.exports},"8f28":function(e,t,o){},a053:function(e,t,o){"use strict";var n,i=function(){var e=this,t=e.$createElement;e._self._c},a=[];o.d(t,"b",(function(){return i})),o.d(t,"c",(function(){return a})),o.d(t,"a",(function(){return n}))},a1e3:function(e,t,o){"use strict";o.r(t);var n=o("e45e"),i=o.n(n);for(var a in n)"default"!==a&&function(e){o.d(t,e,(function(){return n[e]}))}(a);t["default"]=i.a},e45e:function(e,t,o){"use strict";(function(e){Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var n=i(o("30b9"));i(o("079c"));function i(e){return e&&e.__esModule?e:{default:e}}var a={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.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(e){var t=this,o="project/Select_FileInfo",i={};n.default.post(o,i,"get").then((function(o){console.log("下载文件",o),t.singgleurl=o.data[0].file;var n=o.data[0].file+"?fileId="+e.fseekfiles;plus.runtime.openURL(n)})).catch((function(e){console.log(e)}))},downshenhe:function(e){var t=this,o="project/Select_FileInfo",i={};n.default.post(o,i,"get").then((function(o){console.log("下载文件",o),t.singgleurl=o.data[0].file;var n=o.data[0].file+"?fileId="+e.freplyfiles;plus.runtime.openURL(n)})).catch((function(e){console.log(e)}))},downsingle:function(t){console.log(t);var o=this,n=e.getStorageSync("token"),i={token:n||""},a={fileId:t};console.log("9999",a),e.request({url:o.singgleurl,data:a,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,a=[];i.forEach((function(e,t,o){console.log(e),null!=e.fseekfiles&&a.push(e.fseekfiles)}));var s={fileIds:a.join(",")};console.log("9999",s),e.request({url:t.downurl,data:s,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 a="project/Get_vote",s={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",s),n.default.post(a,s,"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",a={fadvisorystatus:o.item.fadvisorystatus,fuserid:e.getStorageSync("userid"),disid:o.item.disid,fprojectid:o.item.fprojectid,fintorgid:o.fintorgid};console.log("咨询单位分配参数",a),n.default.post(i,a,"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=a}).call(this,o("543d")["default"])},ea96:function(e,t,o){"use strict";o.r(t);var n=o("a053"),i=o("a1e3");for(var a in i)"default"!==a&&function(e){o.d(t,e,(function(){return i[e]}))}(a);o("18a0");var s,c=o("f0c5"),l=Object(c["a"])(i["default"],n["b"],n["c"],!1,null,null,null,!1,n["a"],s);t["default"]=l.exports},ffa0:function(e,t,o){"use strict";(function(e){o("a237"),o("921b");n(o("66fd"));var t=n(o("ea96"));function n(e){return e&&e.__esModule?e:{default:e}}e(t.default)}).call(this,o("543d")["createPage"])}},[["ffa0","common/runtime","common/vendor"]]]);
\ No newline at end of file
... ...
{
"navigationBarTitleText": "项目资料",
"navigationBarBackgroundColor": "#0093FF",
"navigationBarTextStyle": "white",
"usingComponents": {}
}
\ 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><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',[['jingban',['$0'],['item']]]]]}}" class="btnitem" bindtap="__e">经办人审核</view></block><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;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;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;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;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;box-sizing:border-box}.btnitem{padding:0 21rpx;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;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;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;box-sizing:border-box;border-bottom:1rpx solid #eee}.projectlist{padding:0 32rpx;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;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;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;box-sizing:border-box}.zitou{padding:20rpx 0}.zixundanitem{color:#06121e;font-size:28rpx}.zixunbox{padding:0 32rpx;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;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;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;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;box-shadow:0 6rpx 6rpx rgba(0,0,0,.03);opacity:1;border-radius:20rpx;margin:20rpx auto 0;padding:28rpx 32rpx 40rpx;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;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;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;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
... ...
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/question/question"],{"07a9":function(t,n,e){"use strict";e.r(n);var o=e("5f51"),r=e("281e");for(var u in r)"default"!==u&&function(t){e.d(n,t,(function(){return r[t]}))}(u);e("ae5b");var i,a=e("f0c5"),c=Object(a["a"])(r["default"],o["b"],o["c"],!1,null,null,null,!1,o["a"],i);n["default"]=c.exports},"0aa0":function(t,n,e){"use strict";var o=e("1604"),r=e.n(o);r.a},"0c9c":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 r=this,u=new Promise((function(u,i){var a=t.getStorageSync("token"),c={token:a||""};t.request({url:r.globalData.baseUrl+n,data:e,method:o,header:c,success:function(t){200==t.statusCode?u(t):i(t.data)},fail:function(t){console.log(t),i("网络出错"),wx.hideNavigationBarLoading()},complete:function(t){}})}));return u},globalData:{userInfo:null,baseUrl:"https://www.bjzha.net/api/"}};n.default=e}).call(this,e("543d")["default"])},1604:function(t,n,e){},"1f18":function(t,n,e){"use strict";e.r(n);var o=e("0c9c"),r=e.n(o);for(var u in o)"default"!==u&&function(t){e.d(n,t,(function(){return o[t]}))}(u);n["default"]=r.a},"281e":function(t,n,e){"use strict";e.r(n);var o=e("9200"),r=e.n(o);for(var u in o)"default"!==u&&function(t){e.d(n,t,(function(){return o[t]}))}(u);n["default"]=r.a},"30b9":function(t,n,e){"use strict";e.r(n);var o=e("1f18");for(var r in o)"default"!==r&&function(t){e.d(n,t,(function(){return o[t]}))}(r);e("0aa0");var u,i,a,c,l=e("f0c5"),f=Object(l["a"])(o["default"],u,i,!1,null,null,null,!1,a,c);n["default"]=f.exports},"5f51":function(t,n,e){"use strict";var o,r=function(){var t=this,n=t.$createElement;t._self._c},u=[];e.d(n,"b",(function(){return r})),e.d(n,"c",(function(){return u})),e.d(n,"a",(function(){return o}))},9200:function(t,n,e){"use strict";(function(t){Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;var o=r(e("30b9"));function r(t){return t&&t.__esModule?t:{default:t}}function u(t){if("undefined"===typeof Symbol||null==t[Symbol.iterator]){if(Array.isArray(t)||(t=i(t))){var n=0,e=function(){};return{s:e,n:function(){return n>=t.length?{done:!0}:{done:!1,value:t[n++]}},e:function(t){throw t},f:e}}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,r,u=!0,a=!1;return{s:function(){o=t[Symbol.iterator]()},n:function(){var t=o.next();return u=t.done,t},e:function(t){a=!0,r=t},f:function(){try{u||null==o.return||o.return()}finally{if(a)throw r}}}}function i(t,n){if(t){if("string"===typeof t)return a(t,n);var e=Object.prototype.toString.call(t).slice(8,-1);return"Object"===e&&t.constructor&&(e=t.constructor.name),"Map"===e||"Set"===e?Array.from(e):"Arguments"===e||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(e)?a(t,n):void 0}}function a(t,n){(null==n||n>t.length)&&(n=t.length);for(var e=0,o=new Array(n);e<n;e++)o[e]=t[e];return o}var c={data:function(){return{zixunlist:[],keyword:"",querylist:[],quesprojectid:""}},onLoad:function(t){},methods:{xiangmuzufen:function(n){var e=JSON.stringify(n);t.navigateTo({url:"../seequestion/seequestion?item="+e})},getquestionlist:function(){var n=this,e="project/Select_Question",r={qid:"",userid:t.getStorageSync("userid"),role:t.getStorageSync("role"),fprojectid:n.quesprojectid};console.log("8877665544",r),o.default.post(e,r,"get").then((function(t){console.log("问题列表",t),n.zixunlist=t.data,n.querylist=t.data})).catch((function(t){console.log(t)}))},enterxiangmu:function(t){console.log(t),this.keyword=t.target.value},chaxun:function(){if(""==this.keyword)this.getdanweilist();else{console.log(9988776655);var t,n=[],e=this.querylist,o=[],r=u(e);try{for(r.s();!(t=r.n()).done;){var i=t.value;o.push(i.fname)}}catch(l){r.e(l)}finally{r.f()}console.log("名称",o);for(var a=0;a<e.length;a++)for(var c=0;c<o.length;c++)o[c].indexOf(this.keyword)>=0&&c==a&&n.push(e[a]);console.log("9999000777",n),this.zixunlist=n}}},onShow:function(){console.log(2838398),this.quesprojectid=t.getStorageSync("questionid"),this.getquestionlist(),this.getdanweilist()}};n.default=c}).call(this,e("543d")["default"])},"9ec6":function(t,n,e){},ae5b:function(t,n,e){"use strict";var o=e("9ec6"),r=e.n(o);r.a},d4ac:function(t,n,e){"use strict";(function(t){e("a237"),e("921b");o(e("66fd"));var n=o(e("07a9"));function o(t){return t&&t.__esModule?t:{default:t}}t(n.default)}).call(this,e("543d")["createPage"])}},[["d4ac","common/runtime","common/vendor"]]]);
\ No newline at end of file
... ...
{
"navigationBarTitleText": "问题往来",
"navigationBarBackgroundColor": "#0093FF",
"navigationBarTextStyle": "white",
"usingComponents": {}
}
\ 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 class="fenzutopright"><view class="fenzunoimg"><block wx:if="{{item.fproblemstatus=='已回复'}}"><image src="../../static/img/yifen.png" mode></image></block><block wx:else><image src="../../static/img/nofen.png" mode></image></block></view><view class="fenzunoname">{{item.fproblemstatus}}</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="fenzubottom"><view data-event-opts="{{[['tap',[['xiangmuzufen',['$0'],[[['zixunlist','',index]]]]]]]}}" class="fenzubtn" 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;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;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;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;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;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;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;box-shadow:0 6rpx 6rpx rgba(0,0,0,.03);opacity:1;border-radius:20rpx;margin:20rpx auto 0;padding:28rpx 32rpx 40rpx;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;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
... ...
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/renwu/renwu"],{"03b0":function(n,t,e){},"0bdf":function(n,t,e){"use strict";var u,o=function(){var n=this,t=n.$createElement;n._self._c},a=[];e.d(t,"b",function(){return o}),e.d(t,"c",function(){return a}),e.d(t,"a",function(){return u})},"0f1f":function(n,t,e){"use strict";var u=e("03b0"),o=e.n(u);o.a},"0f21":function(n,t,e){"use strict";var u=e("d717"),o=e.n(u);o.a},"23e6":function(n,t,e){"use strict";(function(n){Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;u(e("2cce"));function u(n){return n&&n.__esModule?n:{default:n}}var o={data:function(){return{selshow:!1,showhide:""}},onLoad:function(){this.showhideproject()},methods:{xiangmufen:function(){n.navigateTo({url:"../zixunfen/zixunfen"})},danweifen:function(){n.navigateTo({url:"../danweizixun/danweizixun"})},zhuanjia:function(){n.navigateTo({url:"../zhuanjiafenpei/zhuanjiafenpei"})}}};t.default=o}).call(this,e("543d")["default"])},2830:function(n,t,e){"use strict";(function(n){e("e774"),e("921b");u(e("66fd"));var t=u(e("ae81"));function u(n){return n&&n.__esModule?n:{default:n}}n(t.default)}).call(this,e("543d")["createPage"])},"2cce":function(n,t,e){"use strict";e.r(t);var u=e("76c6");for(var o in u)"default"!==o&&function(n){e.d(t,n,function(){return u[n]})}(o);e("0f21");var a,i,c,f,r=e("f0c5"),l=Object(r["a"])(u["default"],a,i,!1,null,null,null,!1,c,f);t["default"]=l.exports},"6ce6":function(n,t,e){"use strict";e.r(t);var u=e("23e6"),o=e.n(u);for(var a in u)"default"!==a&&function(n){e.d(t,n,function(){return u[n]})}(a);t["default"]=o.a},"76c6":function(n,t,e){"use strict";e.r(t);var u=e("c712"),o=e.n(u);for(var a in u)"default"!==a&&function(n){e.d(t,n,function(){return u[n]})}(a);t["default"]=o.a},ae81:function(n,t,e){"use strict";e.r(t);var u=e("0bdf"),o=e("6ce6");for(var a in o)"default"!==a&&function(n){e.d(t,n,function(){return o[n]})}(a);e("0f1f");var i,c=e("f0c5"),f=Object(c["a"])(o["default"],u["b"],u["c"],!1,null,null,null,!1,u["a"],i);t["default"]=f.exports},c712: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,u){var o=this,a=new Promise(function(a,i){var c=n.getStorageSync("token"),f={token:c||""};n.request({url:o.globalData.baseUrl+t,data:e,method:u,header:f,success:function(n){200==n.statusCode?a(n):i(n.data)},fail:function(n){console.log(n),i("网络出错"),wx.hideNavigationBarLoading()},complete:function(n){}})});return a},globalData:{userInfo:null,baseUrl:"https://www.bjzha.net/api/"}};t.default=e}).call(this,e("543d")["default"])},d717:function(n,t,e){}},[["2830","common/runtime","common/vendor"]]]);
\ No newline at end of file
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/renwu/renwu"],{"0aa0":function(n,t,e){"use strict";var u=e("1604"),a=e.n(u);a.a},"0c9c":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,u){var a=this,o=new Promise((function(o,i){var c=n.getStorageSync("token"),r={token:c||""};n.request({url:a.globalData.baseUrl+t,data:e,method:u,header:r,success:function(n){200==n.statusCode?o(n):i(n.data)},fail:function(n){console.log(n),i("网络出错"),wx.hideNavigationBarLoading()},complete:function(n){}})}));return o},globalData:{userInfo:null,baseUrl:"https://www.bjzha.net/api/"}};t.default=e}).call(this,e("543d")["default"])},1604:function(n,t,e){},"1f18":function(n,t,e){"use strict";e.r(t);var u=e("0c9c"),a=e.n(u);for(var o in u)"default"!==o&&function(n){e.d(t,n,(function(){return u[n]}))}(o);t["default"]=a.a},2665:function(n,t,e){"use strict";(function(n){Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;u(e("30b9"));function u(n){return n&&n.__esModule?n:{default:n}}var a={data:function(){return{selshow:!1,showhide:""}},onLoad:function(){this.showhideproject()},methods:{xiangmufen:function(){n.navigateTo({url:"../zixunfen/zixunfen"})},danweifen:function(){n.navigateTo({url:"../danweizixun/danweizixun"})},zhuanjia:function(){n.navigateTo({url:"../zhuanjiafenpei/zhuanjiafenpei"})}}};t.default=a}).call(this,e("543d")["default"])},"30b9":function(n,t,e){"use strict";e.r(t);var u=e("1f18");for(var a in u)"default"!==a&&function(n){e.d(t,n,(function(){return u[n]}))}(a);e("0aa0");var o,i,c,r,f=e("f0c5"),l=Object(f["a"])(u["default"],o,i,!1,null,null,null,!1,c,r);t["default"]=l.exports},"86dd":function(n,t,e){"use strict";var u=e("d4d6"),a=e.n(u);a.a},d4d6:function(n,t,e){},de5e:function(n,t,e){"use strict";e.r(t);var u=e("e26a"),a=e("e861");for(var o in a)"default"!==o&&function(n){e.d(t,n,(function(){return a[n]}))}(o);e("86dd");var i,c=e("f0c5"),r=Object(c["a"])(a["default"],u["b"],u["c"],!1,null,null,null,!1,u["a"],i);t["default"]=r.exports},e26a:function(n,t,e){"use strict";var u,a=function(){var n=this,t=n.$createElement;n._self._c},o=[];e.d(t,"b",(function(){return a})),e.d(t,"c",(function(){return o})),e.d(t,"a",(function(){return u}))},e861:function(n,t,e){"use strict";e.r(t);var u=e("2665"),a=e.n(u);for(var o in u)"default"!==o&&function(n){e.d(t,n,(function(){return u[n]}))}(o);t["default"]=a.a},fbc8:function(n,t,e){"use strict";(function(n){e("a237"),e("921b");u(e("66fd"));var t=u(e("de5e"));function u(n){return n&&n.__esModule?n:{default:n}}n(t.default)}).call(this,e("543d")["createPage"])}},[["fbc8","common/runtime","common/vendor"]]]);
\ No newline at end of file
... ...
.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;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;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;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;box-sizing:border-box;background:#fff;border-top:1rpx solid #f5f5f5}.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;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;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;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;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;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;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;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;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
... ...
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/reviewreport/reviewreport"],{"0aa0":function(t,e,n){"use strict";var o=n("1604"),r=n.n(o);r.a},"0c9c":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 r=this,a=new Promise((function(a,i){var c=t.getStorageSync("token"),u={token:c||""};t.request({url:r.globalData.baseUrl+e,data:n,method:o,header:u,success:function(t){200==t.statusCode?a(t):i(t.data)},fail:function(t){console.log(t),i("网络出错"),wx.hideNavigationBarLoading()},complete:function(t){}})}));return a},globalData:{userInfo:null,baseUrl:"https://www.bjzha.net/api/"}};e.default=n}).call(this,n("543d")["default"])},1604:function(t,e,n){},"187a":function(t,e,n){"use strict";var o,r=function(){var t=this,e=t.$createElement;t._self._c},a=[];n.d(e,"b",(function(){return r})),n.d(e,"c",(function(){return a})),n.d(e,"a",(function(){return o}))},"1f18":function(t,e,n){"use strict";n.r(e);var o=n("0c9c"),r=n.n(o);for(var a in o)"default"!==a&&function(t){n.d(e,t,(function(){return o[t]}))}(a);e["default"]=r.a},2972:function(t,e,n){"use strict";var o=n("b7a5"),r=n.n(o);r.a},"30b9":function(t,e,n){"use strict";n.r(e);var o=n("1f18");for(var r in o)"default"!==r&&function(t){n.d(e,t,(function(){return o[t]}))}(r);n("0aa0");var a,i,c,u,l=n("f0c5"),f=Object(l["a"])(o["default"],a,i,!1,null,null,null,!1,c,u);e["default"]=f.exports},"39e0":function(t,e,n){},"5b77":function(t,e,n){"use strict";var o=n("39e0"),r=n.n(o);r.a},"80bc":function(t,e,n){"use strict";n.r(e);var o=n("8c91"),r=n.n(o);for(var a in o)"default"!==a&&function(t){n.d(e,t,(function(){return o[t]}))}(a);e["default"]=r.a},"8c91":function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var o=a(n("30b9")),r=a(n("079c"));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=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,r,a=!0,i=!1;return{s:function(){o=t[Symbol.iterator]()},n:function(){var t=o.next();return a=t.done,t},e:function(t){i=!0,r=t},f:function(){try{a||null==o.return||o.return()}finally{if(i)throw r}}}}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 l={data:function(){return{finorgid:"",finid:"",item:"",detaildata:"",projectarr:[],index:0,projectid:"",fprjleader:"",fprjleadertwo:"",fname:"",showhide:"",receive:-1}},onLoad:function(t){console.log(t.item),this.item=JSON.parse(t.item),console.log("评审报告",this.item);var e=this.item;e.ftoauditamt=r.default.change(e.ftoauditamt),this.item=e,this.getprojectkind(),console.log(r.default.unction(45622111))},onShow:function(){this.showhide=t.getStorageSync("showhide")},methods:{isreceive:function(t){console.log(t),console.log(t.currentTarget.dataset.id),this.receive=t.currentTarget.dataset.id,console.log(this.receive)},downloadfile:function(e){var n=this;if(null==e)return t.showToast({title:"文件不存在",icon:"none"}),!1;var r="project/Select_FileInfo",a={};o.default.post(r,a,"get").then((function(o){console.log("下载文件",o),n.singgleurl=o.data[0].file;var r=o.data[0].file+"?fileId="+e;t.setStorageSync("url",r),plus.runtime.openURL(r)})).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,r=i(t.projectarr);try{for(r.s();!(o=r.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){r.e(c)}finally{r.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(-1==e.receive)return t.showToast({title:"请选择邮寄情况",icon:"none"}),!1;var n="project/Save_Rptconfirm",r={userid:t.getStorageSync("userid"),role:t.getStorageSync("role"),fprojectid:e.item.fprojectid,fdisid:e.item.fdisid,fservicestatus:e.item.fservicestatus,mailstatus:e.receive};console.log("8877665544",r),o.default.post(n,r,"get").then((function(e){console.log(e),"提交成功"==e.data[0].message?(t.showToast({title:"提交成功",icon:"none"}),setTimeout((function(){t.navigateBack({checked:!0})}),1e3)):t.showToast({title:e.data[0].message,icon:"none"})})).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=l}).call(this,n("543d")["default"])},b7a5:function(t,e,n){},e1ba:function(t,e,n){"use strict";n.r(e);var o=n("187a"),r=n("80bc");for(var a in r)"default"!==a&&function(t){n.d(e,t,(function(){return r[t]}))}(a);n("2972"),n("5b77");var i,c=n("f0c5"),u=Object(c["a"])(r["default"],o["b"],o["c"],!1,null,null,null,!1,o["a"],i);e["default"]=u.exports},e4bd:function(t,e,n){"use strict";(function(t){n("a237"),n("921b");o(n("66fd"));var e=o(n("e1ba"));function o(t){return t&&t.__esModule?t:{default:t}}t(e.default)}).call(this,n("543d")["createPage"])}},[["e4bd","common/runtime","common/vendor"]]]);
\ No newline at end of file
... ...
{
"navigationBarTitleText": "评审报告",
"navigationBarBackgroundColor": "#0093FF",
"navigationBarTextStyle": "white",
"usingComponents": {}
}
\ No newline at end of file
... ...
<view class="box"><view class="renyuan"><view class="projectinfo"><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.fnumber}}</view></view><view class="projectitem"><view class="projectitemleft">评审类型:</view><view class="projectitemright">{{item.freviewtype}}</view></view></view></view><view class="renyaoqiu"><view class="projectinfo"><view class="projectname">评审报告</view></view><view class="projectlist"><view data-event-opts="{{[['tap',[['downloadfile',['$0'],['item.fauditrptfile']]]]]}}" class="queslist" bindtap="__e"><view class="qusetionimg flex"><view class="bigquestion"><image src="../../static/img/zhiyi.png" mode></image></view><view class="smallimg"><image src="../../static/img/download.png" mode></image></view></view></view></view></view><view class="mail"><view class="mailstate">邮寄情况:</view><view class="mailist"><view class="mailitem flexone" data-id="{{0}}" data-event-opts="{{[['tap',[['isreceive',['$event']]]]]}}" bindtap="__e"><view class="mailitemimg"><block wx:if="{{receive==0}}"><image src="../../static/img/selshi.png" mode></image></block><block wx:else><image src="../../static/img/sel.png" mode></image></block></view><view class="mailname">是,线下收到纸质版评审报告</view></view><view class="mailitem flexone" data-id="{{1}}" data-event-opts="{{[['tap',[['isreceive',['$event']]]]]}}" bindtap="__e"><view class="mailitemimg"><block wx:if="{{receive==1}}"><image src="../../static/img/selshi.png" mode></image></block><block wx:else><image src="../../static/img/sel.png" mode></image></block></view><view class="mailname">否,线下没有收到纸质版评审报告</view></view></view></view><view class="zixunbottom"><view data-event-opts="{{[['tap',[['submit',['$event']]]]]}}" class="zixunbotright" bindtap="__e">确认</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;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;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;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;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;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;box-sizing:border-box;border-bottom:1rpx solid #bdc4ce}.projectlist{padding:0 32rpx;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;box-sizing:border-box;border-bottom:1rpx solid #eee}.itemk{border-bottom:none}.queslist{padding:32rpx 0;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;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;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;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;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;box-sizing:border-box;border-bottom:1rpx solid #eee}.projectlist{padding:0 32rpx;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;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;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;box-sizing:border-box}.zitou{padding:20rpx 0}.zixundanitem{color:#06121e;font-size:28rpx}.zixunbox{padding:0 32rpx;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;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;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;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;box-shadow:0 6rpx 6rpx rgba(0,0,0,.03);opacity:1;border-radius:20rpx;margin:20rpx auto 0;padding:28rpx 32rpx 40rpx;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;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;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;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"],{"0aa0":function(t,e,n){"use strict";var o=n("1604"),i=n.n(o);i.a},"0c9c":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"])},1604:function(t,e,n){},"1f18":function(t,e,n){"use strict";n.r(e);var o=n("0c9c"),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},"30b9":function(t,e,n){"use strict";n.r(e);var o=n("1f18");for(var i in o)"default"!==i&&function(t){n.d(e,t,(function(){return o[t]}))}(i);n("0aa0");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},"30d3":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}))},4623:function(t,e,n){"use strict";(function(t){n("a237"),n("921b");o(n("66fd"));var e=o(n("4e5c"));function o(t){return t&&t.__esModule?t:{default:t}}t(e.default)}).call(this,n("543d")["createPage"])},"49d4":function(t,e,n){},"4e5c":function(t,e,n){"use strict";n.r(e);var o=n("30d3"),i=n("b723");for(var a in i)"default"!==a&&function(t){n.d(e,t,(function(){return i[t]}))}(a);n("943d"),n("64a6");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},"64a6":function(t,e,n){"use strict";var o=n("9994"),i=n.n(o);i.a},"943d":function(t,e,n){"use strict";var o=n("49d4"),i=n.n(o);i.a},9994:function(t,e,n){},b723:function(t,e,n){"use strict";n.r(e);var o=n("f3ea"),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},f3ea:function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var o=a(n("30b9")),i=a(n("079c"));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),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"])}},[["4623","common/runtime","common/vendor"]]]);
\ No newline at end of file
... ...
{
"navigationBarTitleText": "查看问题",
"navigationBarBackgroundColor": "#0093FF",
"navigationBarTextStyle": "white",
"usingComponents": {}
}
\ No newline at end of file
... ...
<view class="box"><view class="renyuan"><view class="projectinfo"><view class="projectname">项目信息</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.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.freviewtype}}</view></view></view></view><view lass="renyaoqiu"><view class="projectinfo"><view class="projectname">问题质疑</view></view><view class="projectlist"><view class="projectitem itemk"><view class="renyuanleft">问题提交人:</view><view class="projectitemright">{{item.fsubmitor}}</view></view><view class="projectitem itemk"><view class="renyuanleft">问题发起时间:</view><view class="projectitemright">{{item.fsenddate}}</view></view><view class="queslist"><view class="renyuanleft">问题质疑单:</view><view class="qusetionimg flex" data-file="{{item.fproblemfile}}" data-event-opts="{{[['tap',[['downloadfile',['$0'],['item.fproblemfile']]]]]}}" bindtap="__e"><view class="bigquestion"><image src="../../static/img/zhiyi.png" mode></image></view><view class="smallimg"><image src="../../static/img/download.png" mode></image></view></view></view></view></view><view class="quesbot flexone"><block wx:if="{{showhide[4].status!=0}}"><view data-event-opts="{{[['tap',[['endquestion',['$event']]]]]}}" class="quesbotleft" bindtap="__e">终止问题</view></block><block wx:if="{{showhide[4].status!=0}}"><view data-event-opts="{{[['tap',[['subquestion',['$event']]]]]}}" class="quesbotright" 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;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;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;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;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;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;box-sizing:border-box;border-bottom:1rpx solid #bdc4ce}.projectlist{padding:0 32rpx;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;box-sizing:border-box;border-bottom:1rpx solid #eee}.itemk{border-bottom:none}.queslist{padding:32rpx 0;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;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;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;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;box-sizing:border-box;border-bottom:1rpx solid #eee}.projectlist{padding:0 32rpx;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;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;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;box-sizing:border-box}.zitou{padding:20rpx 0}.zixundanitem{color:#06121e;font-size:28rpx}.zixunbox{padding:0 32rpx;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;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;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;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;box-shadow:0 6rpx 6rpx rgba(0,0,0,.03);opacity:1;border-radius:20rpx;margin:20rpx auto 0;padding:28rpx 32rpx 40rpx;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;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;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;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/seesongshen/seesongshen"],{"2bfa":function(n,t,e){},"363f":function(n,t,e){"use strict";e.r(t);var u=e("d6fe"),f=e("3e4e");for(var a in f)"default"!==a&&function(n){e.d(t,n,(function(){return f[n]}))}(a);e("560f");var r,c=e("f0c5"),o=Object(c["a"])(f["default"],u["b"],u["c"],!1,null,null,null,!1,u["a"],r);t["default"]=o.exports},"3e4e":function(n,t,e){"use strict";e.r(t);var u=e("9348"),f=e.n(u);for(var a in u)"default"!==a&&function(n){e.d(t,n,(function(){return u[n]}))}(a);t["default"]=f.a},"560f":function(n,t,e){"use strict";var u=e("2bfa"),f=e.n(u);f.a},9348:function(n,t){},a055:function(n,t,e){"use strict";(function(n){e("a237"),e("921b");u(e("66fd"));var t=u(e("363f"));function u(n){return n&&n.__esModule?n:{default:n}}n(t.default)}).call(this,e("543d")["createPage"])},d6fe:function(n,t,e){"use strict";var u,f=function(){var n=this,t=n.$createElement;n._self._c},a=[];e.d(t,"b",(function(){return f})),e.d(t,"c",(function(){return a})),e.d(t,"a",(function(){return u}))}},[["a055","common/runtime","common/vendor"]]]);
\ No newline at end of file
... ...
{
"navigationBarTitleText": "项目送审资料",
"navigationBarBackgroundColor": "#0093FF",
"navigationBarTextStyle": "white",
"usingComponents": {}
}
\ No newline at end of file
... ...
<view class="box"><view class="zixun"><view class="consult"><view class="consultdanwei"><view class="projectname">送审资料</view></view><view class="head"><view data-event-opts="{{[['tap',[['chaxun',['$event']]]]]}}" class="headright download" bindtap="__e">全部下载</view></view></view><view class="zixunbox"><view class="votelist"><view class="voicehead"><view class="headitem number">编号</view><view class="zixundanitem ziliao">资料名称</view><view class="headitem timek">时间</view><view class="headitem fujian"><view>附件数量</view></view><view class="headitem caozuo">操作</view></view><view class="zixundan zitou"><view class="headitem number">1</view><view class="zixundanitem ziliao">资料名称资料名称资料名称</view><view class="zixundanitem timek">2010-10-10</view><view class="zixundanitem fujian">5</view><view class="zixundanitem caozuo fujiandown" data-voiteitem="{{item}}" data-event-opts="{{[['tap',[['toupiao',['$event']]]]]}}" bindtap="__e">附件</view></view></view></view></view><view class="zixun"><view class="consult"><view class="consultdanwei"><view class="projectname">项目登记情况</view></view></view><view class="zixunbox"><view class="votelist"><view class="voicehead"><view class="headitem number">编号</view><view class="zixundanitem ziliao">项目情况及问题</view><view class="headitem timek">备注</view></view><view class="zixundan zitou"><view class="headitem number">1</view><view class="zixundanitem ziliao">资料名称资料名称资料名称</view><view class="zixundanitem timek">备注备注备注备注备注备注备注备注</view></view></view></view></view></view>
\ No newline at end of file
... ...
.box{background:#fff}.verfy{padding-bottom:16rpx;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;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;box-sizing:border-box;border-bottom:1rpx solid #eee}.projectlist{padding:0 32rpx;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;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;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;box-sizing:border-box}.zitou{padding:20rpx 0}.zixundanitem{color:#06121e;font-size:28rpx}.zixunbox{padding:0 32rpx;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;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;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;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;box-shadow:0 6rpx 6rpx rgba(0,0,0,.03);opacity:1;border-radius:20rpx;margin:20rpx auto 0;padding:28rpx 32rpx 40rpx;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;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;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;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
... ...
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/shenjianhuidetail/shenjianhuidetail"],{"0d4e":function(t,e,n){"use strict";n.r(e);var a=n("506c"),i=n("bbce");for(var o in i)"default"!==o&&function(t){n.d(e,t,function(){return i[t]})}(o);n("9362");var s,u=n("f0c5"),c=Object(u["a"])(i["default"],a["b"],a["c"],!1,null,null,null,!1,a["a"],s);e["default"]=c.exports},"0f21":function(t,e,n){"use strict";var a=n("d717"),i=n.n(a);i.a},"12df":function(t,e,n){},"2cce":function(t,e,n){"use strict";n.r(e);var a=n("76c6");for(var i in a)"default"!==i&&function(t){n.d(e,t,function(){return a[t]})}(i);n("0f21");var o,s,u,c,r=n("f0c5"),l=Object(r["a"])(a["default"],o,s,!1,null,null,null,!1,u,c);e["default"]=l.exports},"506c":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})},"59f0":function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=o(n("2cce")),i=o(n("e749"));function o(t){return t&&t.__esModule?t:{default:t}}var s={data:function(){return{selact:1,tizhangshow:!1,danweiindex:0,danweiname:"评审类型",danweilist:[],projectlist:[],projectname:"项目类型",index:0,yeararr:[],yearindex:-1,startdate:"开始时间",endate:"结束时间",danweilistz:[],danweiindexz:0,danweinamez:"咨询单位",toaudit:"",fintorg:"",fprojectcategory:"",submitdateone:"",submitdatetwo:"",sendyear:"",huizonglist:[],type:"",huizong:!1,fid:""}},onLoad:function(t){this.fid=t.fid;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.getdetail()},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;console.log(9988776655);var e="project/Get_Descpercategorysum",n={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)})},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)})},getdetail:function(){var t=this,e=this;console.log(9988776655);var n="project/Get_Descpercategory",o={fid:e.fid,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=e.huizonglist,o=!0,s=!1,u=void 0;try{for(var c,r=a[Symbol.iterator]();!(o=(c=r.next()).done);o=!0){var l=c.value;l.fauditamount=i.default.change(l.fauditamount),l.fshenjianmoney=i.default.change(l.fshenjianmoney),l.ftoauditamt=i.default.change(l.ftoauditamt),l.fsubmitfindate=l.fsubmitfindate.split("T"),l.fsubmitfindate=l.fsubmitfindate[0]}}catch(d){s=!0,u=d}finally{try{o||null==r.return||r.return()}finally{if(s)throw u}}t.huizonglist=a}).catch(function(t){console.log(t)})},search:function(){this.getfenhuilist(),this.tizhangshow=!1},searchdetail:function(){this.getdetail(),this.tizhangshow=!1}}};e.default=s}).call(this,n("543d")["default"])},6864:function(t,e,n){"use strict";(function(t){n("e774"),n("921b");a(n("66fd"));var e=a(n("0d4e"));function a(t){return t&&t.__esModule?t:{default:t}}t(e.default)}).call(this,n("543d")["createPage"])},"76c6":function(t,e,n){"use strict";n.r(e);var a=n("c712"),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},9362:function(t,e,n){"use strict";var a=n("12df"),i=n.n(a);i.a},bbce:function(t,e,n){"use strict";n.r(e);var a=n("59f0"),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},c712: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,s){var u=t.getStorageSync("token"),c={token:u||""};t.request({url:i.globalData.baseUrl+e,data:n,method:a,header:c,success:function(t){200==t.statusCode?o(t):s(t.data)},fail:function(t){console.log(t),s("网络出错"),wx.hideNavigationBarLoading()},complete:function(t){}})});return o},globalData:{userInfo:null,baseUrl:"https://www.bjzha.net/api/"}};e.default=n}).call(this,n("543d")["default"])},d717:function(t,e,n){}},[["6864","common/runtime","common/vendor"]]]);
\ No newline at end of file
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/shenjianhuidetail/shenjianhuidetail"],{"0aa0":function(t,e,n){"use strict";var a=n("1604"),o=n.n(a);o.a},"0c9c":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"])},1604:function(t,e,n){},"1f18":function(t,e,n){"use strict";n.r(e);var a=n("0c9c"),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},"30b9":function(t,e,n){"use strict";n.r(e);var a=n("1f18");for(var o in a)"default"!==o&&function(t){n.d(e,t,(function(){return a[t]}))}(o);n("0aa0");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},"33f0":function(t,e,n){"use strict";var a=n("d50d"),o=n.n(a);o.a},"76fc":function(t,e,n){"use strict";n.r(e);var a=n("868e"),o=n("8db2");for(var i in o)"default"!==i&&function(t){n.d(e,t,(function(){return o[t]}))}(i);n("33f0");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},"853c":function(t,e,n){"use strict";(function(t){n("a237"),n("921b");a(n("66fd"));var e=a(n("76fc"));function a(t){return t&&t.__esModule?t:{default:t}}t(e.default)}).call(this,n("543d")["createPage"])},"868e":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}))},"8db2":function(t,e,n){"use strict";n.r(e);var a=n("f3d5"),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},d50d:function(t,e,n){},f3d5:function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=i(n("30b9")),o=i(n("079c"));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,danweiname:"评审类型",danweilist:[],projectlist:[],projectname:"项目类型",index:0,yeararr:[],yearindex:-1,startdate:"开始时间",endate:"结束时间",danweilistz:[],danweiindexz:0,danweinamez:"咨询单位",toaudit:"",fintorg:"",fprojectcategory:"",submitdateone:"",submitdatetwo:"",sendyear:"",huizonglist:[],type:"",huizong:!1,fid:""}},onLoad:function(t){this.fid=t.fid;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.getdetail()},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;console.log(9988776655);var e="project/Get_Descpercategorysum",n={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)}))},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)}))},getdetail:function(){var t=this,e=this;console.log(9988776655);var n="project/Get_Descpercategory",i={fid:e.fid,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.fauditamount=o.default.change(s.fauditamount),s.fshenjianmoney=o.default.change(s.fshenjianmoney),s.ftoauditamt=o.default.change(s.ftoauditamt),s.fsubmitfindate=s.fsubmitfindate.split("T"),s.fsubmitfindate=s.fsubmitfindate[0]}}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}}};e.default=c}).call(this,n("543d")["default"])}},[["853c","common/runtime","common/vendor"]]]);
\ No newline at end of file
... ...
.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;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;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;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;box-sizing:border-box;background:#fff;border-top:1rpx solid #f5f5f5}.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;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;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;box-sizing:border-box;text-align:center;font-size:26rpx;color:#8c9198}.di,.dibuliteml,.dibulitemx,.diburight,.ye{color:#06121e;font-size:28rpx}.dibuliteml{margin-right:36rpx}.dibulitemx{margin-left:36rpx}.xiangmuzi{height:784rpx}.taizhangflistitem{width:1500rpx;overflow-x:scroll;padding:18rpx 0;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}.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;box-sizing:border-box;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;box-sizing:border-box;border-bottom:1rpx solid #bdc4ce}.taizhangflistitemde{width:3200rpx;overflow-x:scroll;padding:18rpx 0;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}.detailname{width:120rpx;text-align:center;color:#0093ff;fotn-size:24rpx;margin-left:20rpx}.danwei{width:200rpx;text-align:center;margin-left:5rpx}.date{width:200rpx;text-align:center}.jine{width:200rpx;text-align:center}.songshenlv{width:200rpx;text-align:center;margin-left:10rpx}.shenyear{width:120rpx;text-align:center;margin-left:1rpx}.shenlvze{width:320rpx;text-align:center;margin-left:20rpx}
\ 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;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;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;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;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;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;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;box-sizing:border-box;text-align:center;font-size:26rpx;color:#8c9198}.dibuliteml,
.di,
.ye,
.dibulitemx,
.diburight{color:#06121e;font-size:28rpx}.dibuliteml{margin-right:36rpx}.dibulitemx{margin-left:36rpx}.xiangmuzi{height:784rpx}.taizhangflistitem{width:1500rpx;overflow-x:scroll;padding:18rpx 0;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}.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;box-sizing:border-box;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;box-sizing:border-box;border-bottom:1rpx solid #bdc4ce}.taizhangflistitemde{width:3200rpx;overflow-x:scroll;padding:18rpx 0;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}.detailname{width:120rpx;text-align:center;color:#0093ff;fotn-size:24rpx;margin-left:20rpx}.danwei{width:200rpx;text-align:center;margin-left:5rpx}.date{width:200rpx;text-align:center}.jine{width:200rpx;text-align:center}.songshenlv{width:200rpx;text-align:center;margin-left:10rpx}.shenyear{width:120rpx;text-align:center;margin-left:1rpx}.shenlvze{width:320rpx;text-align:center;margin-left:20rpx}
\ No newline at end of file
... ...
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/shenjianhuizong/shenjianhuizong"],{"06be":function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=o(n("2cce")),i=o(n("e749"));function o(t){return t&&t.__esModule?t:{default:t}}var s={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,i=a;i<=n;i++)this.yeararr.push(i);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",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=e.huizonglist,o=!0,s=!1,u=void 0;try{for(var c,r=a[Symbol.iterator]();!(o=(c=r.next()).done);o=!0){var l=c.value;l.auduitsum=i.default.change(l.auduitsum),l.amountsum=i.default.change(l.amountsum),l.freesum=i.default.change(l.freesum)}}catch(d){s=!0,u=d}finally{try{o||null==r.return||r.return()}finally{if(s)throw u}}t.huizonglist=a}).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=s}).call(this,n("543d")["default"])},"0f21":function(t,e,n){"use strict";var a=n("d717"),i=n.n(a);i.a},"2cce":function(t,e,n){"use strict";n.r(e);var a=n("76c6");for(var i in a)"default"!==i&&function(t){n.d(e,t,function(){return a[t]})}(i);n("0f21");var o,s,u,c,r=n("f0c5"),l=Object(r["a"])(a["default"],o,s,!1,null,null,null,!1,u,c);e["default"]=l.exports},"49d2":function(t,e,n){},"76c6":function(t,e,n){"use strict";n.r(e);var a=n("c712"),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},"92f2":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})},a6f0:function(t,e,n){"use strict";n.r(e);var a=n("06be"),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},c712: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,s){var u=t.getStorageSync("token"),c={token:u||""};t.request({url:i.globalData.baseUrl+e,data:n,method:a,header:c,success:function(t){200==t.statusCode?o(t):s(t.data)},fail:function(t){console.log(t),s("网络出错"),wx.hideNavigationBarLoading()},complete:function(t){}})});return o},globalData:{userInfo:null,baseUrl:"https://www.bjzha.net/api/"}};e.default=n}).call(this,n("543d")["default"])},ca3a:function(t,e,n){"use strict";(function(t){n("e774"),n("921b");a(n("66fd"));var e=a(n("cd50"));function a(t){return t&&t.__esModule?t:{default:t}}t(e.default)}).call(this,n("543d")["createPage"])},cd50:function(t,e,n){"use strict";n.r(e);var a=n("92f2"),i=n("a6f0");for(var o in i)"default"!==o&&function(t){n.d(e,t,function(){return i[t]})}(o);n("f37a");var s,u=n("f0c5"),c=Object(u["a"])(i["default"],a["b"],a["c"],!1,null,null,null,!1,a["a"],s);e["default"]=c.exports},d717:function(t,e,n){},f37a:function(t,e,n){"use strict";var a=n("49d2"),i=n.n(a);i.a}},[["ca3a","common/runtime","common/vendor"]]]);
\ No newline at end of file
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/shenjianhuizong/shenjianhuizong"],{"0aa0":function(t,e,n){"use strict";var a=n("1604"),o=n.n(a);o.a},"0c9c":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"])},1604:function(t,e,n){},"1bdb":function(t,e,n){"use strict";n.r(e);var a=n("4f1e"),o=n("da43");for(var i in o)"default"!==i&&function(t){n.d(e,t,(function(){return o[t]}))}(i);n("9488");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},"1f18":function(t,e,n){"use strict";n.r(e);var a=n("0c9c"),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},"2a11":function(t,e,n){},"30b9":function(t,e,n){"use strict";n.r(e);var a=n("1f18");for(var o in a)"default"!==o&&function(t){n.d(e,t,(function(){return a[t]}))}(o);n("0aa0");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},"48f1":function(t,e,n){"use strict";(function(t){n("a237"),n("921b");a(n("66fd"));var e=a(n("1bdb"));function a(t){return t&&t.__esModule?t:{default:t}}t(e.default)}).call(this,n("543d")["createPage"])},"4f1e":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}))},"539b":function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=i(n("30b9")),o=i(n("079c"));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"])},9488:function(t,e,n){"use strict";var a=n("2a11"),o=n.n(a);o.a},da43:function(t,e,n){"use strict";n.r(e);var a=n("539b"),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}},[["48f1","common/runtime","common/vendor"]]]);
\ No newline at end of file
... ...
.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;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;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;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;box-sizing:border-box;background:#fff;border-top:1rpx solid #f5f5f5}.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;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;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;box-sizing:border-box;text-align:center;font-size:26rpx;color:#8c9198}.di,.dibuliteml,.dibulitemx,.diburight,.ye{color:#06121e;font-size:28rpx}.dibuliteml{margin-right:36rpx}.dibulitemx{margin-left:36rpx}.xiangmuzi{height:784rpx}.taizhangflistitem{width:1500rpx;overflow-x:scroll;padding:18rpx 0;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}.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;box-sizing:border-box;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;box-sizing:border-box;border-bottom:1rpx solid #bdc4ce}.taizhangflistitemde{width:3200rpx;overflow-x:scroll;padding:18rpx 0;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}.detailname{width:120rpx;text-align:center;color:#0093ff;fotn-size:24rpx;margin-left:20rpx}
\ 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;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;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;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;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;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;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;box-sizing:border-box;text-align:center;font-size:26rpx;color:#8c9198}.dibuliteml,
.di,
.ye,
.dibulitemx,
.diburight{color:#06121e;font-size:28rpx}.dibuliteml{margin-right:36rpx}.dibulitemx{margin-left:36rpx}.xiangmuzi{height:784rpx}.taizhangflistitem{width:1500rpx;overflow-x:scroll;padding:18rpx 0;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}.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;box-sizing:border-box;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;box-sizing:border-box;border-bottom:1rpx solid #bdc4ce}.taizhangflistitemde{width:3200rpx;overflow-x:scroll;padding:18rpx 0;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}.detailname{width:120rpx;text-align:center;color:#0093ff;fotn-size:24rpx;margin-left:20rpx}
\ No newline at end of file
... ...
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/songshenjine/songshenjine"],{"0f21":function(t,e,n){"use strict";var a=n("d717"),i=n.n(a);i.a},"257a":function(t,e,n){"use strict";n.r(e);var a=n("9495"),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},"2cce":function(t,e,n){"use strict";n.r(e);var a=n("76c6");for(var i in a)"default"!==i&&function(t){n.d(e,t,function(){return a[t]})}(i);n("0f21");var o,s,u,c,r=n("f0c5"),l=Object(r["a"])(a["default"],o,s,!1,null,null,null,!1,u,c);e["default"]=l.exports},"76c6":function(t,e,n){"use strict";n.r(e);var a=n("c712"),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},8039:function(t,e,n){"use strict";(function(t){n("e774"),n("921b");a(n("66fd"));var e=a(n("a591"));function a(t){return t&&t.__esModule?t:{default:t}}t(e.default)}).call(this,n("543d")["createPage"])},8091:function(t,e,n){"use strict";var a=n("feda"),i=n.n(a);i.a},9495:function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=o(n("2cce")),i=o(n("e749"));function o(t){return t&&t.__esModule?t:{default:t}}var s={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,i=a;i<=n;i++)this.yeararr.push(i);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",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=e.huizonglist,o=!0,s=!1,u=void 0;try{for(var c,r=a[Symbol.iterator]();!(o=(c=r.next()).done);o=!0){var l=c.value;l.auduitsum=i.default.change(l.auduitsum),l.amountsum=i.default.change(l.amountsum),l.freesum=i.default.change(l.freesum)}}catch(d){s=!0,u=d}finally{try{o||null==r.return||r.return()}finally{if(s)throw u}}t.huizonglist=a}).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=s}).call(this,n("543d")["default"])},a591:function(t,e,n){"use strict";n.r(e);var a=n("cec9"),i=n("257a");for(var o in i)"default"!==o&&function(t){n.d(e,t,function(){return i[t]})}(o);n("8091");var s,u=n("f0c5"),c=Object(u["a"])(i["default"],a["b"],a["c"],!1,null,null,null,!1,a["a"],s);e["default"]=c.exports},c712: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,s){var u=t.getStorageSync("token"),c={token:u||""};t.request({url:i.globalData.baseUrl+e,data:n,method:a,header:c,success:function(t){200==t.statusCode?o(t):s(t.data)},fail:function(t){console.log(t),s("网络出错"),wx.hideNavigationBarLoading()},complete:function(t){}})});return o},globalData:{userInfo:null,baseUrl:"https://www.bjzha.net/api/"}};e.default=n}).call(this,n("543d")["default"])},cec9: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})},d717:function(t,e,n){},feda:function(t,e,n){}},[["8039","common/runtime","common/vendor"]]]);
\ No newline at end of file
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/songshenjine/songshenjine"],{"0aa0":function(t,e,n){"use strict";var a=n("1604"),o=n.n(a);o.a},"0c9c":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"])},1604:function(t,e,n){},"1f18":function(t,e,n){"use strict";n.r(e);var a=n("0c9c"),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},2152:function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=i(n("30b9")),o=i(n("079c"));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"])},"30b9":function(t,e,n){"use strict";n.r(e);var a=n("1f18");for(var o in a)"default"!==o&&function(t){n.d(e,t,(function(){return a[t]}))}(o);n("0aa0");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},"4d29":function(t,e,n){"use strict";n.r(e);var a=n("e200"),o=n("6eba");for(var i in o)"default"!==i&&function(t){n.d(e,t,(function(){return o[t]}))}(i);n("e8d8");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},"566d":function(t,e,n){},"6eba":function(t,e,n){"use strict";n.r(e);var a=n("2152"),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},ca53:function(t,e,n){"use strict";(function(t){n("a237"),n("921b");a(n("66fd"));var e=a(n("4d29"));function a(t){return t&&t.__esModule?t:{default:t}}t(e.default)}).call(this,n("543d")["createPage"])},e200: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}))},e8d8:function(t,e,n){"use strict";var a=n("566d"),o=n.n(a);o.a}},[["ca53","common/runtime","common/vendor"]]]);
\ No newline at end of file
... ...
.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;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;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;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;box-sizing:border-box;background:#fff;border-top:1rpx solid #f5f5f5}.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;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;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;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;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;box-sizing:border-box;text-align:center;font-size:26rpx;color:#8c9198}.di,.dibuliteml,.dibulitemx,.diburight,.ye{color:#06121e;font-size:28rpx}.dibuliteml{margin-right:36rpx}.dibulitemx{margin-left:36rpx}.xiangmuzi{height:784rpx}.detailname{color:#0093ff;font-size:24rpx;width:120rpx;text-align:center;margin-left:30rpx}.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;box-sizing:border-box;border-bottom:1rpx solid #bdc4ce}.taizhangflistitemde{width:3200rpx;overflow-x:scroll;padding:18rpx 0;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}.shenlvde{width:200rpx;text-align:center;margin-left:120rpx}
\ 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;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;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;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;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;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;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;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;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;box-sizing:border-box;text-align:center;font-size:26rpx;color:#8c9198}.dibuliteml,
.di,
.ye,
.dibulitemx,
.diburight{color:#06121e;font-size:28rpx}.dibuliteml{margin-right:36rpx}.dibulitemx{margin-left:36rpx}.xiangmuzi{height:784rpx}.detailname{color:#0093ff;font-size:24rpx;width:120rpx;text-align:center;margin-left:30rpx}.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;box-sizing:border-box;border-bottom:1rpx solid #bdc4ce}.taizhangflistitemde{width:3200rpx;overflow-x:scroll;padding:18rpx 0;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}.shenlvde{width:200rpx;text-align:center;margin-left:120rpx}
\ No newline at end of file
... ...
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/songshenjinedetail/songshenjinedetail"],{"0f21":function(t,e,n){"use strict";var a=n("d717"),i=n.n(a);i.a},"2cce":function(t,e,n){"use strict";n.r(e);var a=n("76c6");for(var i in a)"default"!==i&&function(t){n.d(e,t,function(){return a[t]})}(i);n("0f21");var o,s,u,c,r=n("f0c5"),l=Object(r["a"])(a["default"],o,s,!1,null,null,null,!1,u,c);e["default"]=l.exports},"31c9":function(t,e,n){"use strict";(function(t){n("e774"),n("921b");a(n("66fd"));var e=a(n("7c53"));function a(t){return t&&t.__esModule?t:{default:t}}t(e.default)}).call(this,n("543d")["createPage"])},"385f":function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=o(n("2cce")),i=o(n("e749"));function o(t){return t&&t.__esModule?t:{default:t}}var s={data:function(){return{selact:1,tizhangshow:!1,danweiindex:0,danweiname:"评审类型",danweilist:[],projectlist:[],projectname:"项目类型",index:0,yeararr:[],yearindex:-1,startdate:"开始时间",endate:"结束时间",danweilistz:[],danweiindexz:0,danweinamez:"咨询单位",toaudit:"",fintorg:"",fprojectcategory:"",submitdateone:"",submitdatetwo:"",sendyear:"",huizonglist:[],type:"",huizong:!1,fid:""}},onLoad:function(t){this.fid=t.fid;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.getdetail()},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;console.log(9988776655);var e="project/Get_AuditamtcategOrySum",n={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)})},detail:function(t){this.fid=t.target.dataset.id,this.huizong=!1,this.getdetail()},getdetail:function(){var t=this,e=this;console.log(9988776655);var n="project/Get_AuditamtcategOry",o={fid:e.fid,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=e.huizonglist,o=!0,s=!1,u=void 0;try{for(var c,r=a[Symbol.iterator]();!(o=(c=r.next()).done);o=!0){var l=c.value;l.fauditamount=i.default.change(l.fauditamount),l.fshenjianmoney=i.default.change(l.fshenjianmoney),l.ftoauditamt=i.default.change(l.ftoauditamt),l.fsubmitfindate=l.fsubmitfindate.split("T"),l.fsubmitfindate=l.fsubmitfindate[0]}}catch(d){s=!0,u=d}finally{try{o||null==r.return||r.return()}finally{if(s)throw u}}t.huizonglist=a}).catch(function(t){console.log(t)})},search:function(){this.getfenhuilist(),this.tizhangshow=!1},searchdetail:function(){this.getdetail(),this.tizhangshow=!1}}};e.default=s},"6eb7":function(t,e,n){"use strict";n.r(e);var a=n("385f"),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},"76c6":function(t,e,n){"use strict";n.r(e);var a=n("c712"),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},"7c53":function(t,e,n){"use strict";n.r(e);var a=n("f620"),i=n("6eb7");for(var o in i)"default"!==o&&function(t){n.d(e,t,function(){return i[t]})}(o);n("d17d");var s,u=n("f0c5"),c=Object(u["a"])(i["default"],a["b"],a["c"],!1,null,null,null,!1,a["a"],s);e["default"]=c.exports},c712: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,s){var u=t.getStorageSync("token"),c={token:u||""};t.request({url:i.globalData.baseUrl+e,data:n,method:a,header:c,success:function(t){200==t.statusCode?o(t):s(t.data)},fail:function(t){console.log(t),s("网络出错"),wx.hideNavigationBarLoading()},complete:function(t){}})});return o},globalData:{userInfo:null,baseUrl:"https://www.bjzha.net/api/"}};e.default=n}).call(this,n("543d")["default"])},d17d:function(t,e,n){"use strict";var a=n("e40b"),i=n.n(a);i.a},d717:function(t,e,n){},e40b:function(t,e,n){},f620: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})}},[["31c9","common/runtime","common/vendor"]]]);
\ No newline at end of file
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/songshenjinedetail/songshenjinedetail"],{"05cf":function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=o(n("30b9")),i=o(n("079c"));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,danweiname:"评审类型",danweilist:[],projectlist:[],projectname:"项目类型",index:0,yeararr:[],yearindex:-1,startdate:"开始时间",endate:"结束时间",danweilistz:[],danweiindexz:0,danweinamez:"咨询单位",toaudit:"",fintorg:"",fprojectcategory:"",submitdateone:"",submitdatetwo:"",sendyear:"",huizonglist:[],type:"",huizong:!1,fid:""}},onLoad:function(t){this.fid=t.fid;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.getdetail()},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;console.log(9988776655);var e="project/Get_AuditamtcategOrySum",n={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)}))},detail:function(t){this.fid=t.target.dataset.id,this.huizong=!1,this.getdetail()},getdetail:function(){var t=this,e=this;console.log(9988776655);var n="project/Get_AuditamtcategOry",o={fid:e.fid,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.fauditamount=i.default.change(s.fauditamount),s.fshenjianmoney=i.default.change(s.fshenjianmoney),s.ftoauditamt=i.default.change(s.ftoauditamt),s.fsubmitfindate=s.fsubmitfindate.split("T"),s.fsubmitfindate=s.fsubmitfindate[0]}}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}}};e.default=c},"0aa0":function(t,e,n){"use strict";var a=n("1604"),i=n.n(a);i.a},"0c9c":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"])},1604:function(t,e,n){},"1f18":function(t,e,n){"use strict";n.r(e);var a=n("0c9c"),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},"30b9":function(t,e,n){"use strict";n.r(e);var a=n("1f18");for(var i in a)"default"!==i&&function(t){n.d(e,t,(function(){return a[t]}))}(i);n("0aa0");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},"388b":function(t,e,n){"use strict";var a=n("fcd8"),i=n.n(a);i.a},"3fe5":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}))},"5bd8":function(t,e,n){"use strict";n.r(e);var a=n("05cf"),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},d9ad:function(t,e,n){"use strict";n.r(e);var a=n("3fe5"),i=n("5bd8");for(var o in i)"default"!==o&&function(t){n.d(e,t,(function(){return i[t]}))}(o);n("388b");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},fcd8:function(t,e,n){},fe26:function(t,e,n){"use strict";(function(t){n("a237"),n("921b");a(n("66fd"));var e=a(n("d9ad"));function a(t){return t&&t.__esModule?t:{default:t}}t(e.default)}).call(this,n("543d")["createPage"])}},[["fe26","common/runtime","common/vendor"]]]);
\ No newline at end of file
... ...
.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;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;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;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;box-sizing:border-box;background:#fff;border-top:1rpx solid #f5f5f5}.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;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;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;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;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;box-sizing:border-box;text-align:center;font-size:26rpx;color:#8c9198}.di,.dibuliteml,.dibulitemx,.diburight,.ye{color:#06121e;font-size:28rpx}.dibuliteml{margin-right:36rpx}.dibulitemx{margin-left:36rpx}.xiangmuzi{height:784rpx}.detailname{width:120rpx;color:#0093ff;font-size:24rpx;width:120rpx;margin-left:20rpx}.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;box-sizing:border-box;border-bottom:1rpx solid #bdc4ce}.taizhangflistitemde{width:3200rpx;overflow-x:scroll;padding:18rpx 0;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}.itemnamedate{width:200rpx;text-align:center;margin-left:10rpx}.shenlvlei{width:200rpx;margin-left:1rpx;text-align:center}.itemshumoney{width:200rpx;text-align:center;margin-left:1rpx}.shenjiandan{width:100rpx;text-align:center;margin-left:10rpx}.shenlvyear{width:300rpx;text-align:center;margin-left:180rpx}
\ 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;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;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;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;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;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;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;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;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;box-sizing:border-box;text-align:center;font-size:26rpx;color:#8c9198}.dibuliteml,
.di,
.ye,
.dibulitemx,
.diburight{color:#06121e;font-size:28rpx}.dibuliteml{margin-right:36rpx}.dibulitemx{margin-left:36rpx}.xiangmuzi{height:784rpx}.detailname{width:120rpx;color:#0093ff;font-size:24rpx;width:120rpx;margin-left:20rpx}.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;box-sizing:border-box;border-bottom:1rpx solid #bdc4ce}.taizhangflistitemde{width:3200rpx;overflow-x:scroll;padding:18rpx 0;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}.itemnamedate{width:200rpx;text-align:center;margin-left:10rpx}.shenlvlei{width:200rpx;margin-left:1rpx;text-align:center}.itemshumoney{width:200rpx;text-align:center;margin-left:1rpx}.shenjiandan{width:100rpx;text-align:center;margin-left:10rpx}.shenlvyear{width:300rpx;text-align:center;margin-left:180rpx}
\ No newline at end of file
... ...
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/taizhang/taizhang"],{"0f21":function(n,a,t){"use strict";var u=t("d717"),i=t.n(u);i.a},"2cce":function(n,a,t){"use strict";t.r(a);var u=t("76c6");for(var i in u)"default"!==i&&function(n){t.d(a,n,function(){return u[n]})}(i);t("0f21");var e,o,c,r,f=t("f0c5"),l=Object(f["a"])(u["default"],e,o,!1,null,null,null,!1,c,r);a["default"]=l.exports},"4c74":function(n,a,t){},6573:function(n,a,t){"use strict";var u,i=function(){var n=this,a=n.$createElement;n._self._c},e=[];t.d(a,"b",function(){return i}),t.d(a,"c",function(){return e}),t.d(a,"a",function(){return u})},"6f76":function(n,a,t){"use strict";var u=t("4c74"),i=t.n(u);i.a},7650:function(n,a,t){"use strict";t.r(a);var u=t("6573"),i=t("fd58");for(var e in i)"default"!==e&&function(n){t.d(a,n,function(){return i[n]})}(e);t("6f76");var o,c=t("f0c5"),r=Object(c["a"])(i["default"],u["b"],u["c"],!1,null,null,null,!1,u["a"],o);a["default"]=r.exports},"76c6":function(n,a,t){"use strict";t.r(a);var u=t("c712"),i=t.n(u);for(var e in u)"default"!==e&&function(n){t.d(a,n,function(){return u[n]})}(e);a["default"]=i.a},bcd5:function(n,a,t){"use strict";(function(n){Object.defineProperty(a,"__esModule",{value:!0}),a.default=void 0;var u=i(t("2cce"));function i(n){return n&&n.__esModule?n:{default:n}}var e={data:function(){return{showhide:[]}},onLoad:function(){this.showhideproject()},methods:{showhideproject:function(){var a=this;console.log(9988776655);var t="project/Get_Menuhiding",i={fuserid:n.getStorageSync("userid"),role:n.getStorageSync("role")};console.log("8877665544",i),u.default.post(t,i,"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=e}).call(this,t("543d")["default"])},c5e0:function(n,a,t){"use strict";(function(n){t("e774"),t("921b");u(t("66fd"));var a=u(t("7650"));function u(n){return n&&n.__esModule?n:{default:n}}n(a.default)}).call(this,t("543d")["createPage"])},c712: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 i=this,e=new Promise(function(e,o){var c=n.getStorageSync("token"),r={token:c||""};n.request({url:i.globalData.baseUrl+a,data:t,method:u,header:r,success:function(n){200==n.statusCode?e(n):o(n.data)},fail:function(n){console.log(n),o("网络出错"),wx.hideNavigationBarLoading()},complete:function(n){}})});return e},globalData:{userInfo:null,baseUrl:"https://www.bjzha.net/api/"}};a.default=t}).call(this,t("543d")["default"])},d717:function(n,a,t){},fd58:function(n,a,t){"use strict";t.r(a);var u=t("bcd5"),i=t.n(u);for(var e in u)"default"!==e&&function(n){t.d(a,n,function(){return u[n]})}(e);a["default"]=i.a}},[["c5e0","common/runtime","common/vendor"]]]);
\ No newline at end of file
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/taizhang/taizhang"],{"0663":function(n,a,t){},"0aa0":function(n,a,t){"use strict";var e=t("1604"),u=t.n(e);u.a},"0c9c":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,e){var u=this,i=new Promise((function(i,o){var c=n.getStorageSync("token"),r={token:c||""};n.request({url:u.globalData.baseUrl+a,data:t,method:e,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"])},1604:function(n,a,t){},"1f18":function(n,a,t){"use strict";t.r(a);var e=t("0c9c"),u=t.n(e);for(var i in e)"default"!==i&&function(n){t.d(a,n,(function(){return e[n]}))}(i);a["default"]=u.a},"30b9":function(n,a,t){"use strict";t.r(a);var e=t("1f18");for(var u in e)"default"!==u&&function(n){t.d(a,n,(function(){return e[n]}))}(u);t("0aa0");var i,o,c,r,l=t("f0c5"),f=Object(l["a"])(e["default"],i,o,!1,null,null,null,!1,c,r);a["default"]=f.exports},3673:function(n,a,t){"use strict";t.r(a);var e=t("dc50"),u=t.n(e);for(var i in e)"default"!==i&&function(n){t.d(a,n,(function(){return e[n]}))}(i);a["default"]=u.a},aae3:function(n,a,t){"use strict";(function(n){t("a237"),t("921b");e(t("66fd"));var a=e(t("e658"));function e(n){return n&&n.__esModule?n:{default:n}}n(a.default)}).call(this,t("543d")["createPage"])},dc50:function(n,a,t){"use strict";(function(n){Object.defineProperty(a,"__esModule",{value:!0}),a.default=void 0;var e=u(t("30b9"));function u(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",u={fuserid:n.getStorageSync("userid"),role:n.getStorageSync("role")};console.log("8877665544",u),e.default.post(t,u,"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"])},e450:function(n,a,t){"use strict";var e=t("0663"),u=t.n(e);u.a},e62e:function(n,a,t){"use strict";var e,u=function(){var n=this,a=n.$createElement;n._self._c},i=[];t.d(a,"b",(function(){return u})),t.d(a,"c",(function(){return i})),t.d(a,"a",(function(){return e}))},e658:function(n,a,t){"use strict";t.r(a);var e=t("e62e"),u=t("3673");for(var i in u)"default"!==i&&function(n){t.d(a,n,(function(){return u[n]}))}(i);t("e450");var o,c=t("f0c5"),r=Object(c["a"])(u["default"],e["b"],e["c"],!1,null,null,null,!1,e["a"],o);a["default"]=r.exports}},[["aae3","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[2].status==0}}"><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[0].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[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 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"><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
... ...
.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;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;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;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;box-sizing:border-box;background:#fff;border-top:1rpx solid #f5f5f5}.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;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;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;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}.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;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;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;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;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;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;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;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
... ...
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/tubiao/tubiao"],{"0f21":function(e,t,a){"use strict";var r=a("d717"),n=a.n(r);n.a},"179d":function(e,t,a){"use strict";(function(e){Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;o(a("2cce"));var r,n=o(a("71dd")),i=a("256f");function o(e){return e&&e.__esModule?e:{default:e}}var s=null,l=null,u=null,c={data:function(){return{cWidth:"",cHeight:"",pixelRatio:1,textarea:"",ordinatearr:[],montharr:[],monthmin:"",monthmax:"",monthnum:"",quartermax:"",quartermin:"",quarternum:"",yearnum:"",yearmax:"",yearmin:"",yeararr:[],ordinateyeararr:[]}},onLoad:function(){r=this,this.cWidth=e.upx2px(750),this.cHeight=e.upx2px(500),this.getServerDatamonth(),this.getServerData(),this.getServerDatayear()},methods:{getServerDatamonth:function(){var t=this,a=e.getStorageSync("userid");console.log(a),e.request({url:"http://39.105.61.115:1912/api/project/Get_RptDataaudit?fuserid="+a+"&type=month",data:{},success:function(e){console.log(e);var a=new Date,n=a.getMonth()+1,i=[];if(console.log(n),1==n||3==n||5==n||7==n||8==n||10==n||12==n)for(var o=1;o<=31;o++)o<10?i.push("0"+o):i.push(o);else if(28==n)for(o=1;o<=28;o++)o<10?i.push("0"+o):i.push(o);else if(29==n)for(o=1;o<=29;o++)o<10?i.push("0"+o):i.push(o);else for(o=1;o<=30;o++)o<10?i.push("0"+o):i.push(o);t.ordinatearr=i;var s=e.data,l=!0,u=!1,c=void 0;try{for(var d,h=s[Symbol.iterator]();!(l=(d=h.next()).done);l=!0){var f=d.value;f.data=f.data.split("-"),f.value=f.data[2]}}catch(S){u=!0,c=S}finally{try{l||null==h.return||h.return()}finally{if(u)throw c}}console.log(s.length);var g=[];for(o=0;o<t.ordinatearr.length;o++){g[o]=0;for(var p=0;p<s.length;p++)s[p].value==t.ordinatearr[o]&&(console.log(s[p].value),g[o]=s[p].count)}console.log(g);var m=Math.max.apply(this,g),v=Math.min.apply(this,g);if(0==v)var y=Number(m-v);else y=Number(m-v)+1;t.monthnum=y,t.monthnum>=20&&(t.monthnum=8),t.monthmax=m,t.monthmin=v,t.montharr=g;var x={categories:[],series:[]};f={categories:t.ordinatearr,series:[{name:"本月",data:t.montharr}]};x.categories=f.categories,x.series=f.series,r.textarea=JSON.stringify(f),r.showLineA("canvasLineA",x)},fail:function(){r.tips="网络错误,小程序端请检查合法域名"}})},getServerData:function(){var t=this,a=e.getStorageSync("userid");console.log(a),e.request({url:"http://39.105.61.115:1912/api/project/Get_RptDataaudit?fuserid=13240379243&type=quarter",data:{},success:function(e){console.log("本季度",e);var a=new Date,n=a.getMonth()+1,i=[];console.log(n);var o=!0,s=!1,l=void 0;try{for(var u,c=e.data[Symbol.iterator]();!(o=(u=c.next()).done);o=!0){var d=u.value;i.push(d.data)}}catch(L){s=!0,l=L}finally{try{o||null==c.return||c.return()}finally{if(s)throw l}}t.ordinatearr=i;var h=[],f=e.data,g=!0,p=!1,m=void 0;try{for(var v,y=f[Symbol.iterator]();!(g=(v=y.next()).done);g=!0){d=v.value;h.push(d.count)}}catch(L){p=!0,m=L}finally{try{g||null==y.return||y.return()}finally{if(p)throw m}}var x=Math.max.apply(this,h),S=Math.min.apply(this,h);if(0==S)var w=Number(x-S);else w=Number(x-S)+1;t.quarternum=w,t.quarternum>=20&&(t.quarternum=8),console.log("00998877",t.quarternum),console.log(S),t.quartermax=x,t.quartermin=S,t.montharr=h;var b={categories:[],series:[]};d={categories:t.ordinatearr,series:[{name:"本季度",data:t.montharr}]};b.categories=d.categories,b.series=d.series,r.textarea=JSON.stringify(d),r.showLineB("canvasLineB",b)},fail:function(){r.tips="网络错误,小程序端请检查合法域名"}})},getServerDatayear:function(){var t=this,a=e.getStorageSync("userid");e.request({url:"http://39.105.61.115:1912/api/project/Get_RptDataaudit?fuserid="+a+"&type=year",data:{},success:function(e){console.log("本年",e);for(var a=[],n=1;n<=12;n++)n<10?a.push("0"+n):a.push(n);t.ordinateyeararr=a;var i=e.data,o=!0,s=!1,l=void 0;try{for(var u,c=i[Symbol.iterator]();!(o=(u=c.next()).done);o=!0){var d=u.value;d.data=d.data.split("-"),d.value=d.data[1]}}catch(y){s=!0,l=y}finally{try{o||null==c.return||c.return()}finally{if(s)throw l}}var h=[];for(n=0;n<t.ordinateyeararr.length;n++){h[n]=0;for(var f=0;f<i.length;f++)i[f].value==t.ordinateyeararr[n]&&(console.log(i[f].value),h[n]=i[f].count)}console.log("年度",h);var g=Math.max.apply(this,h),p=Math.min.apply(this,h),m="";m=0==p?Number(g-p):Number(g-p)+1,console.log("0998766",m),t.yearnum=m,t.yearnum>=20&&(t.yearnum=8),console.log(g),console.log(p),t.yearmax=g,t.yearmin=p,t.yeararr=h;var v={categories:[],series:[]};d={categories:t.ordinateyeararr,series:[{name:"本年",data:t.yeararr}]};v.categories=d.categories,v.series=d.series,r.textarea=JSON.stringify(d),r.showLineC("canvasLineC",v)},fail:function(){r.tips="网络错误,小程序端请检查合法域名"}})},showLineA:function(e,t){var a=this;s=new n.default({$this:r,canvasId:e,type:"line",fontSize:11,padding:[15,15,0,15],legend:{show:!0,padding:5,lineHeight:11,margin:15},dataLabel:!0,dataPointShape:!0,dataPointShapeType:"hollow",background:"#FFFFFF",pixelRatio:r.pixelRatio,categories:t.categories,series:t.series,animation:!0,enableScroll:!0,xAxis:{disableGrid:!1,type:"grid",gridType:"dash",itemCount:4,scrollShow:!0,scrollAlign:"left"},yAxis:{gridType:"dash",splitNumber:a.monthnum,min:a.monthmin,max:a.monthmax,format:function(e){return e.toFixed(0)}},width:r.cWidth*r.pixelRatio,height:r.cHeight*r.pixelRatio,extra:{line:{type:"straight"}}})},touchLineA:function(e){s.scrollStart(e)},moveLineA:function(e){s.scroll(e)},touchEndLineA:function(e){s.scrollEnd(e),s.touchLegend(e),s.showToolTip(e,{format:function(e,t){return t+" "+e.name+":"+e.data}})},changeDataF:function(){if((0,i.isJSON)(r.textarea)){var t=JSON.parse(r.textarea);s.updateData({series:t.series,categories:t.categories,scrollPosition:"right",animation:!1})}else e.showToast({title:"数据格式错误",image:"../../../static/images/alert-warning.png"})},showLineB:function(e,t){var a=this;l=new n.default({$this:r,canvasId:e,type:"line",fontSize:11,padding:[15,15,0,15],legend:{show:!0,padding:5,lineHeight:11,margin:15},dataLabel:!0,dataPointShape:!0,dataPointShapeType:"hollow",background:"#FFFFFF",pixelRatio:r.pixelRatio,categories:t.categories,series:t.series,animation:!0,enableScroll:!0,xAxis:{disableGrid:!1,type:"grid",gridType:"dash",itemCount:4,scrollShow:!0,scrollAlign:"left"},yAxis:{gridType:"dash",splitNumber:a.quarternum,min:a.quartermin,max:a.quartermax,format:function(e){return e.toFixed(0)}},width:r.cWidth*r.pixelRatio,height:r.cHeight*r.pixelRatio,extra:{line:{type:"straight"}}})},touchLineB:function(e){l.scrollStart(e)},moveLineB:function(e){l.scroll(e)},touchEndLineB:function(e){l.scrollEnd(e),l.touchLegend(e),l.showToolTip(e,{format:function(e,t){return t+" "+e.name+":"+e.data}})},changeDataH:function(){if((0,i.isJSON)(r.textarea)){var t=JSON.parse(r.textarea);l.updateData({series:t.series,categories:t.categories,scrollPosition:"right",animation:!1})}else e.showToast({title:"数据格式错误",image:"../../../static/images/alert-warning.png"})},showLineC:function(e,t){var a=this;u=new n.default({$this:r,canvasId:e,type:"line",fontSize:11,padding:[15,15,0,15],legend:{show:!0,padding:5,lineHeight:11,margin:15},dataLabel:!0,dataPointShape:!0,dataPointShapeType:"hollow",background:"#FFFFFF",pixelRatio:r.pixelRatio,categories:t.categories,series:t.series,animation:!0,enableScroll:!0,xAxis:{disableGrid:!1,type:"grid",gridType:"dash",itemCount:6,scrollShow:!0,scrollAlign:"left"},yAxis:{gridType:"dash",splitNumber:a.yearnum,min:a.yearmin,max:a.yearmax,format:function(e){return e.toFixed(0)}},width:r.cWidth*r.pixelRatio,height:r.cHeight*r.pixelRatio,extra:{line:{type:"straight"}}})},touchLineC:function(e){u.scrollStart(e)},moveLineC:function(e){u.scroll(e)},touchEndLineC:function(e){u.scrollEnd(e),u.touchLegend(e),u.showToolTip(e,{format:function(e,t){return t+" "+e.name+":"+e.data}})},changeDatak:function(){if((0,i.isJSON)(r.textarea)){var t=JSON.parse(r.textarea);u.updateData({series:t.series,categories:t.categories,scrollPosition:"right",animation:!1})}else e.showToast({title:"数据格式错误",image:"../../../static/images/alert-warning.png"})}}};t.default=c}).call(this,a("543d")["default"])},"220a":function(e,t,a){"use strict";(function(e){a("e774"),a("921b");r(a("66fd"));var t=r(a("2e94"));function r(e){return e&&e.__esModule?e:{default:e}}e(t.default)}).call(this,a("543d")["createPage"])},"2cce":function(e,t,a){"use strict";a.r(t);var r=a("76c6");for(var n in r)"default"!==n&&function(e){a.d(t,e,function(){return r[e]})}(n);a("0f21");var i,o,s,l,u=a("f0c5"),c=Object(u["a"])(r["default"],i,o,!1,null,null,null,!1,s,l);t["default"]=c.exports},"2e94":function(e,t,a){"use strict";a.r(t);var r=a("8500"),n=a("35dc");for(var i in n)"default"!==i&&function(e){a.d(t,e,function(){return n[e]})}(i);a("c440");var o,s=a("f0c5"),l=Object(s["a"])(n["default"],r["b"],r["c"],!1,null,null,null,!1,r["a"],o);t["default"]=l.exports},"35dc":function(e,t,a){"use strict";a.r(t);var r=a("179d"),n=a.n(r);for(var i in r)"default"!==i&&function(e){a.d(t,e,function(){return r[e]})}(i);t["default"]=n.a},"76c6":function(e,t,a){"use strict";a.r(t);var r=a("c712"),n=a.n(r);for(var i in r)"default"!==i&&function(e){a.d(t,e,function(){return r[e]})}(i);t["default"]=n.a},8500:function(e,t,a){"use strict";var r,n=function(){var e=this,t=e.$createElement;e._self._c},i=[];a.d(t,"b",function(){return n}),a.d(t,"c",function(){return i}),a.d(t,"a",function(){return r})},c440:function(e,t,a){"use strict";var r=a("dcc3"),n=a.n(r);n.a},c712:function(e,t,a){"use strict";(function(e){Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var a={onLaunch:function(){console.log("App Launch")},onShow:function(){console.log("App Show")},onHide:function(){console.log("App Hide")},post:function(t,a,r){var n=this,i=new Promise(function(i,o){var s=e.getStorageSync("token"),l={token:s||""};e.request({url:n.globalData.baseUrl+t,data:a,method:r,header:l,success:function(e){200==e.statusCode?i(e):o(e.data)},fail:function(e){console.log(e),o("网络出错"),wx.hideNavigationBarLoading()},complete:function(e){}})});return i},globalData:{userInfo:null,baseUrl:"https://www.bjzha.net/api/"}};t.default=a}).call(this,a("543d")["default"])},d717:function(e,t,a){},dcc3:function(e,t,a){}},[["220a","common/runtime","common/vendor"]]]);
\ No newline at end of file
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/tubiao/tubiao"],{"0aa0":function(e,t,a){"use strict";var n=a("1604"),r=a.n(n);r.a},"0c9c":function(e,t,a){"use strict";(function(e){Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var a={onLaunch:function(){console.log("App Launch")},onShow:function(){console.log("App Show")},onHide:function(){console.log("App Hide")},post:function(t,a,n){var r=this,i=new Promise((function(i,o){var s=e.getStorageSync("token"),l={token:s||""};e.request({url:r.globalData.baseUrl+t,data:a,method:n,header:l,success:function(e){200==e.statusCode?i(e):o(e.data)},fail:function(e){console.log(e),o("网络出错"),wx.hideNavigationBarLoading()},complete:function(e){}})}));return i},globalData:{userInfo:null,baseUrl:"https://www.bjzha.net/api/"}};t.default=a}).call(this,a("543d")["default"])},"0f6e":function(e,t,a){"use strict";a.r(t);var n=a("86e4"),r=a("4a43");for(var i in r)"default"!==i&&function(e){a.d(t,e,(function(){return r[e]}))}(i);a("68e5");var o,s=a("f0c5"),l=Object(s["a"])(r["default"],n["b"],n["c"],!1,null,null,null,!1,n["a"],o);t["default"]=l.exports},1604:function(e,t,a){},"1f18":function(e,t,a){"use strict";a.r(t);var n=a("0c9c"),r=a.n(n);for(var i in n)"default"!==i&&function(e){a.d(t,e,(function(){return n[e]}))}(i);t["default"]=r.a},"30b9":function(e,t,a){"use strict";a.r(t);var n=a("1f18");for(var r in n)"default"!==r&&function(e){a.d(t,e,(function(){return n[e]}))}(r);a("0aa0");var i,o,s,l,u=a("f0c5"),c=Object(u["a"])(n["default"],i,o,!1,null,null,null,!1,s,l);t["default"]=c.exports},"4a43":function(e,t,a){"use strict";a.r(t);var n=a("8236"),r=a.n(n);for(var i in n)"default"!==i&&function(e){a.d(t,e,(function(){return n[e]}))}(i);t["default"]=r.a},"68e5":function(e,t,a){"use strict";var n=a("e5db"),r=a.n(n);r.a},8236:function(e,t,a){"use strict";(function(e){Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;o(a("30b9"));var n,r=o(a("b047")),i=a("d8f1");function o(e){return e&&e.__esModule?e:{default:e}}function s(e){if("undefined"===typeof Symbol||null==e[Symbol.iterator]){if(Array.isArray(e)||(e=l(e))){var t=0,a=function(){};return{s:a,n:function(){return t>=e.length?{done:!0}:{done:!1,value:e[t++]}},e:function(e){throw e},f:a}}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,r,i=!0,o=!1;return{s:function(){n=e[Symbol.iterator]()},n:function(){var e=n.next();return i=e.done,e},e:function(e){o=!0,r=e},f:function(){try{i||null==n.return||n.return()}finally{if(o)throw r}}}}function l(e,t){if(e){if("string"===typeof e)return u(e,t);var a=Object.prototype.toString.call(e).slice(8,-1);return"Object"===a&&e.constructor&&(a=e.constructor.name),"Map"===a||"Set"===a?Array.from(a):"Arguments"===a||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(a)?u(e,t):void 0}}function u(e,t){(null==t||t>e.length)&&(t=e.length);for(var a=0,n=new Array(t);a<t;a++)n[a]=e[a];return n}var c=null,d=null,f=null,h={data:function(){return{cWidth:"",cHeight:"",pixelRatio:1,textarea:"",ordinatearr:[],montharr:[],monthmin:"",monthmax:"",monthnum:"",quartermax:"",quartermin:"",quarternum:"",yearnum:"",yearmax:"",yearmin:"",yeararr:[],ordinateyeararr:[]}},onLoad:function(){n=this,this.cWidth=e.upx2px(750),this.cHeight=e.upx2px(500),this.getServerDatamonth(),this.getServerData(),this.getServerDatayear()},methods:{getServerDatamonth:function(){var t=this,a=e.getStorageSync("userid");console.log(a),e.request({url:"http://39.105.61.115:1912/api/project/Get_RptDataaudit?fuserid="+a+"&type=month",data:{},success:function(e){console.log(e);var a=new Date,r=a.getMonth()+1,i=[];if(console.log(r),1==r||3==r||5==r||7==r||8==r||10==r||12==r)for(var o=1;o<=31;o++)o<10?i.push("0"+o):i.push(o);else if(28==r)for(o=1;o<=28;o++)o<10?i.push("0"+o):i.push(o);else if(29==r)for(o=1;o<=29;o++)o<10?i.push("0"+o):i.push(o);else for(o=1;o<=30;o++)o<10?i.push("0"+o):i.push(o);t.ordinatearr=i;var l,u=e.data,c=s(u);try{for(c.s();!(l=c.n()).done;){var d=l.value;d.data=d.data.split("-"),d.value=d.data[2]}}catch(y){c.e(y)}finally{c.f()}console.log(u.length);var f=[];for(o=0;o<t.ordinatearr.length;o++){f[o]=0;for(var h=0;h<u.length;h++)u[h].value==t.ordinatearr[o]&&(console.log(u[h].value),f[o]=u[h].count)}console.log(f);var g=Math.max.apply(this,f),p=Math.min.apply(this,f);if(0==p)var m=Number(g-p);else m=Number(g-p)+1;t.monthnum=m,t.monthnum>=20&&(t.monthnum=8),t.monthmax=g,t.monthmin=p,t.montharr=f;var v={categories:[],series:[]};d={categories:t.ordinatearr,series:[{name:"本月",data:t.montharr}]};v.categories=d.categories,v.series=d.series,n.textarea=JSON.stringify(d),n.showLineA("canvasLineA",v)},fail:function(){n.tips="网络错误,小程序端请检查合法域名"}})},getServerData:function(){var t=this,a=e.getStorageSync("userid");console.log(a),e.request({url:"http://39.105.61.115:1912/api/project/Get_RptDataaudit?fuserid=13240379243&type=quarter",data:{},success:function(e){console.log("本季度",e);var a=new Date,r=a.getMonth()+1,i=[];console.log(r);var o,l=s(e.data);try{for(l.s();!(o=l.n()).done;){var u=o.value;i.push(u.data)}}catch(y){l.e(y)}finally{l.f()}t.ordinatearr=i;var c,d=[],f=e.data,h=s(f);try{for(h.s();!(c=h.n()).done;){u=c.value;d.push(u.count)}}catch(y){h.e(y)}finally{h.f()}var g=Math.max.apply(this,d),p=Math.min.apply(this,d);if(0==p)var m=Number(g-p);else m=Number(g-p)+1;t.quarternum=m,t.quarternum>=20&&(t.quarternum=8),console.log("00998877",t.quarternum),console.log(p),t.quartermax=g,t.quartermin=p,t.montharr=d;var v={categories:[],series:[]};u={categories:t.ordinatearr,series:[{name:"本季度",data:t.montharr}]};v.categories=u.categories,v.series=u.series,n.textarea=JSON.stringify(u),n.showLineB("canvasLineB",v)},fail:function(){n.tips="网络错误,小程序端请检查合法域名"}})},getServerDatayear:function(){var t=this,a=e.getStorageSync("userid");e.request({url:"http://39.105.61.115:1912/api/project/Get_RptDataaudit?fuserid="+a+"&type=year",data:{},success:function(e){console.log("本年",e);for(var a=[],r=1;r<=12;r++)r<10?a.push("0"+r):a.push(r);t.ordinateyeararr=a;var i,o=e.data,l=s(o);try{for(l.s();!(i=l.n()).done;){var u=i.value;u.data=u.data.split("-"),u.value=u.data[1]}}catch(m){l.e(m)}finally{l.f()}var c=[];for(r=0;r<t.ordinateyeararr.length;r++){c[r]=0;for(var d=0;d<o.length;d++)o[d].value==t.ordinateyeararr[r]&&(console.log(o[d].value),c[r]=o[d].count)}console.log("年度",c);var f=Math.max.apply(this,c),h=Math.min.apply(this,c),g="";g=0==h?Number(f-h):Number(f-h)+1,console.log("0998766",g),t.yearnum=g,t.yearnum>=20&&(t.yearnum=8),console.log(f),console.log(h),t.yearmax=f,t.yearmin=h,t.yeararr=c;var p={categories:[],series:[]};u={categories:t.ordinateyeararr,series:[{name:"本年",data:t.yeararr}]};p.categories=u.categories,p.series=u.series,n.textarea=JSON.stringify(u),n.showLineC("canvasLineC",p)},fail:function(){n.tips="网络错误,小程序端请检查合法域名"}})},showLineA:function(e,t){var a=this;c=new r.default({$this:n,canvasId:e,type:"line",fontSize:11,padding:[15,15,0,15],legend:{show:!0,padding:5,lineHeight:11,margin:15},dataLabel:!0,dataPointShape:!0,dataPointShapeType:"hollow",background:"#FFFFFF",pixelRatio:n.pixelRatio,categories:t.categories,series:t.series,animation:!0,enableScroll:!0,xAxis:{disableGrid:!1,type:"grid",gridType:"dash",itemCount:4,scrollShow:!0,scrollAlign:"left"},yAxis:{gridType:"dash",splitNumber:a.monthnum,min:a.monthmin,max:a.monthmax,format:function(e){return e.toFixed(0)}},width:n.cWidth*n.pixelRatio,height:n.cHeight*n.pixelRatio,extra:{line:{type:"straight"}}})},touchLineA:function(e){c.scrollStart(e)},moveLineA:function(e){c.scroll(e)},touchEndLineA:function(e){c.scrollEnd(e),c.touchLegend(e),c.showToolTip(e,{format:function(e,t){return t+" "+e.name+":"+e.data}})},changeDataF:function(){if((0,i.isJSON)(n.textarea)){var t=JSON.parse(n.textarea);c.updateData({series:t.series,categories:t.categories,scrollPosition:"right",animation:!1})}else e.showToast({title:"数据格式错误",image:"../../../static/images/alert-warning.png"})},showLineB:function(e,t){var a=this;d=new r.default({$this:n,canvasId:e,type:"line",fontSize:11,padding:[15,15,0,15],legend:{show:!0,padding:5,lineHeight:11,margin:15},dataLabel:!0,dataPointShape:!0,dataPointShapeType:"hollow",background:"#FFFFFF",pixelRatio:n.pixelRatio,categories:t.categories,series:t.series,animation:!0,enableScroll:!0,xAxis:{disableGrid:!1,type:"grid",gridType:"dash",itemCount:4,scrollShow:!0,scrollAlign:"left"},yAxis:{gridType:"dash",splitNumber:a.quarternum,min:a.quartermin,max:a.quartermax,format:function(e){return e.toFixed(0)}},width:n.cWidth*n.pixelRatio,height:n.cHeight*n.pixelRatio,extra:{line:{type:"straight"}}})},touchLineB:function(e){d.scrollStart(e)},moveLineB:function(e){d.scroll(e)},touchEndLineB:function(e){d.scrollEnd(e),d.touchLegend(e),d.showToolTip(e,{format:function(e,t){return t+" "+e.name+":"+e.data}})},changeDataH:function(){if((0,i.isJSON)(n.textarea)){var t=JSON.parse(n.textarea);d.updateData({series:t.series,categories:t.categories,scrollPosition:"right",animation:!1})}else e.showToast({title:"数据格式错误",image:"../../../static/images/alert-warning.png"})},showLineC:function(e,t){var a=this;f=new r.default({$this:n,canvasId:e,type:"line",fontSize:11,padding:[15,15,0,15],legend:{show:!0,padding:5,lineHeight:11,margin:15},dataLabel:!0,dataPointShape:!0,dataPointShapeType:"hollow",background:"#FFFFFF",pixelRatio:n.pixelRatio,categories:t.categories,series:t.series,animation:!0,enableScroll:!0,xAxis:{disableGrid:!1,type:"grid",gridType:"dash",itemCount:6,scrollShow:!0,scrollAlign:"left"},yAxis:{gridType:"dash",splitNumber:a.yearnum,min:a.yearmin,max:a.yearmax,format:function(e){return e.toFixed(0)}},width:n.cWidth*n.pixelRatio,height:n.cHeight*n.pixelRatio,extra:{line:{type:"straight"}}})},touchLineC:function(e){f.scrollStart(e)},moveLineC:function(e){f.scroll(e)},touchEndLineC:function(e){f.scrollEnd(e),f.touchLegend(e),f.showToolTip(e,{format:function(e,t){return t+" "+e.name+":"+e.data}})},changeDatak:function(){if((0,i.isJSON)(n.textarea)){var t=JSON.parse(n.textarea);f.updateData({series:t.series,categories:t.categories,scrollPosition:"right",animation:!1})}else e.showToast({title:"数据格式错误",image:"../../../static/images/alert-warning.png"})}}};t.default=h}).call(this,a("543d")["default"])},"86e4":function(e,t,a){"use strict";var n,r=function(){var e=this,t=e.$createElement;e._self._c},i=[];a.d(t,"b",(function(){return r})),a.d(t,"c",(function(){return i})),a.d(t,"a",(function(){return n}))},"8c5a":function(e,t,a){"use strict";(function(e){a("a237"),a("921b");n(a("66fd"));var t=n(a("0f6e"));function n(e){return e&&e.__esModule?e:{default:e}}e(t.default)}).call(this,a("543d")["createPage"])},e5db:function(e,t,a){}},[["8c5a","common/runtime","common/vendor"]]]);
\ No newline at end of file
... ...
.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;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;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;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;box-sizing:border-box;background:#fff;border-top:1rpx solid #f5f5f5}.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}.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;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;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;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;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"],{"0f21":function(t,e,n){"use strict";var a=n("d717"),i=n.n(a);i.a},"105d":function(t,e,n){"use strict";(function(t){n("e774"),n("921b");a(n("66fd"));var e=a(n("f1f0"));function a(t){return t&&t.__esModule?t:{default:t}}t(e.default)}).call(this,n("543d")["createPage"])},"2cce":function(t,e,n){"use strict";n.r(e);var a=n("76c6");for(var i in a)"default"!==i&&function(t){n.d(e,t,function(){return a[t]})}(i);n("0f21");var o,u,s,c,r=n("f0c5"),l=Object(r["a"])(a["default"],o,u,!1,null,null,null,!1,s,c);e["default"]=l.exports},"394b":function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=o(n("2cce")),i=o(n("e749"));function o(t){return t&&t.__esModule?t:{default:t}}var u={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=e.huizonglist,o=!0,u=!1,s=void 0;try{for(var c,r=a[Symbol.iterator]();!(o=(c=r.next()).done);o=!0){var l=c.value;l.auduitsum=i.default.change(l.auduitsum),l.amountsum=i.default.change(l.amountsum),l.freesum=i.default.change(l.freesum)}}catch(d){u=!0,s=d}finally{try{o||null==r.return||r.return()}finally{if(u)throw s}}t.huizonglist=a}).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=u}).call(this,n("543d")["default"])},"479b":function(t,e,n){"use strict";n.r(e);var a=n("394b"),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},"5c39":function(t,e,n){"use strict";var a=n("713b"),i=n.n(a);i.a},"713b":function(t,e,n){},"76c6":function(t,e,n){"use strict";n.r(e);var a=n("c712"),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},c712: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,u){var s=t.getStorageSync("token"),c={token:s||""};t.request({url:i.globalData.baseUrl+e,data:n,method:a,header:c,success:function(t){200==t.statusCode?o(t):u(t.data)},fail:function(t){console.log(t),u("网络出错"),wx.hideNavigationBarLoading()},complete:function(t){}})});return o},globalData:{userInfo:null,baseUrl:"https://www.bjzha.net/api/"}};e.default=n}).call(this,n("543d")["default"])},d717:function(t,e,n){},f1f0:function(t,e,n){"use strict";n.r(e);var a=n("f8f6"),i=n("479b");for(var o in i)"default"!==o&&function(t){n.d(e,t,function(){return i[t]})}(o);n("5c39");var u,s=n("f0c5"),c=Object(s["a"])(i["default"],a["b"],a["c"],!1,null,null,null,!1,a["a"],u);e["default"]=c.exports},f8f6: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})}},[["105d","common/runtime","common/vendor"]]]);
\ No newline at end of file
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/xiangmuleixinghui/xiangmuleixinghui"],{"0aa0":function(t,e,n){"use strict";var a=n("1604"),i=n.n(a);i.a},"0c9c":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"),c={token:u||""};t.request({url:i.globalData.baseUrl+e,data:n,method:a,header:c,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"])},"15ca":function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=o(n("30b9")),i=o(n("079c"));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 c(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)?c(t,e):void 0}}function c(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{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 c=a.value;c.auduitsum=i.default.change(c.auduitsum),c.amountsum=i.default.change(c.amountsum),c.freesum=i.default.change(c.freesum)}}catch(s){u.e(s)}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=s}).call(this,n("543d")["default"])},1604:function(t,e,n){},"1ce2":function(t,e,n){},"1f18":function(t,e,n){"use strict";n.r(e);var a=n("0c9c"),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},3061:function(t,e,n){"use strict";var a=n("1ce2"),i=n.n(a);i.a},"30b9":function(t,e,n){"use strict";n.r(e);var a=n("1f18");for(var i in a)"default"!==i&&function(t){n.d(e,t,(function(){return a[t]}))}(i);n("0aa0");var o,r,u,c,s=n("f0c5"),l=Object(s["a"])(a["default"],o,r,!1,null,null,null,!1,u,c);e["default"]=l.exports},"59f0":function(t,e,n){"use strict";n.r(e);var a=n("abfa"),i=n("62f5");for(var o in i)"default"!==o&&function(t){n.d(e,t,(function(){return i[t]}))}(o);n("3061");var r,u=n("f0c5"),c=Object(u["a"])(i["default"],a["b"],a["c"],!1,null,null,null,!1,a["a"],r);e["default"]=c.exports},"62f5":function(t,e,n){"use strict";n.r(e);var a=n("15ca"),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},"89e6":function(t,e,n){"use strict";(function(t){n("a237"),n("921b");a(n("66fd"));var e=a(n("59f0"));function a(t){return t&&t.__esModule?t:{default:t}}t(e.default)}).call(this,n("543d")["createPage"])},abfa: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}))}},[["89e6","common/runtime","common/vendor"]]]);
\ No newline at end of file
... ...
.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;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;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;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;box-sizing:border-box;background:#fff;border-top:1rpx solid #f5f5f5}.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;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;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;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;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;box-sizing:border-box;text-align:center;font-size:26rpx;color:#8c9198}.di,.dibuliteml,.dibulitemx,.diburight,.ye{color:#06121e;font-size:28rpx}.dibuliteml{margin-right:36rpx}.dibulitemx{margin-left:36rpx}.xiangmuzi{height:784rpx}.detailname{color:#0093ff;font-size:24rpx;width:120rpx;margin-left:65rpx}.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;box-sizing:border-box;border-bottom:1rpx solid #bdc4ce}.taizhangflistitemde{width:3200rpx;overflow-x:scroll;padding:18rpx 0;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}
\ 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;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;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;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;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;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;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;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;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;box-sizing:border-box;text-align:center;font-size:26rpx;color:#8c9198}.dibuliteml,
.di,
.ye,
.dibulitemx,
.diburight{color:#06121e;font-size:28rpx}.dibuliteml{margin-right:36rpx}.dibulitemx{margin-left:36rpx}.xiangmuzi{height:784rpx}.detailname{color:#0093ff;font-size:24rpx;width:120rpx;margin-left:65rpx}.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;box-sizing:border-box;border-bottom:1rpx solid #bdc4ce}.taizhangflistitemde{width:3200rpx;overflow-x:scroll;padding:18rpx 0;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}
\ No newline at end of file
... ...
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/xiangmuleixinghuidetail/xiangmuleixinghuidetail"],{"0f21":function(t,e,n){"use strict";var a=n("d717"),i=n.n(a);i.a},"1d09":function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=o(n("2cce")),i=o(n("e749"));function o(t){return t&&t.__esModule?t:{default:t}}var u={data:function(){return{selact:1,tizhangshow:!1,danweiindex:0,danweiname:"评审类型",danweilist:[],projectlist:[],projectname:"项目类型",index:0,yeararr:[],yearindex:-1,startdate:"开始时间",endate:"结束时间",danweilistz:[],danweiindexz:0,danweinamez:"咨询单位",toaudit:"",fintorg:"",fprojectcategory:"",submitdateone:"",submitdatetwo:"",sendyear:"",huizonglist:[],type:"",huizong:!1,fid:""}},onLoad:function(t){this.fid=t.fid;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.getdetail()},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;console.log(9988776655);var e="project/Get_PrjtypecategorySum",n={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)})},detail:function(e){this.fid=e.target.dataset.id,t.navigateTo({url:"../zixundanweihuitail/zixundanweihuidetail?fid="+this.fid})},getdetail:function(){var t=this,e=this;console.log(9988776655);var n="project/Get_Prjtypecategory",o={fid:e.fid,toaudit:e.toaudit,fprojectcategory:e.fprojectcategory,sendyear:e.sendyear,submitdateone:e.submitdateone,submitdatetwo:e.submitdatetwo};console.log("9988776655",o),a.default.post(n,o,"get").then(function(n){console.log(n),e.huizonglist=n.data;var a=e.huizonglist,o=!0,u=!1,s=void 0;try{for(var r,c=a[Symbol.iterator]();!(o=(r=c.next()).done);o=!0){var l=r.value;l.fauditamount=i.default.change(l.fauditamount),l.fshenjianmoney=i.default.change(l.fshenjianmoney),l.ftoauditamt=i.default.change(l.ftoauditamt),l.fsubmitfindate=l.fsubmitfindate.split("T"),l.fsubmitfindate=l.fsubmitfindate[0]}}catch(d){u=!0,s=d}finally{try{o||null==c.return||c.return()}finally{if(u)throw s}}t.huizonglist=a}).catch(function(t){console.log(t)})},search:function(){this.getfenhuilist(),this.tizhangshow=!1},searchdetail:function(){this.getdetail(),this.tizhangshow=!1}}};e.default=u}).call(this,n("543d")["default"])},"2cce":function(t,e,n){"use strict";n.r(e);var a=n("76c6");for(var i in a)"default"!==i&&function(t){n.d(e,t,function(){return a[t]})}(i);n("0f21");var o,u,s,r,c=n("f0c5"),l=Object(c["a"])(a["default"],o,u,!1,null,null,null,!1,s,r);e["default"]=l.exports},"443f":function(t,e,n){"use strict";n.r(e);var a=n("de88"),i=n("bd22");for(var o in i)"default"!==o&&function(t){n.d(e,t,function(){return i[t]})}(o);n("7f04");var u,s=n("f0c5"),r=Object(s["a"])(i["default"],a["b"],a["c"],!1,null,null,null,!1,a["a"],u);e["default"]=r.exports},"76c6":function(t,e,n){"use strict";n.r(e);var a=n("c712"),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},"7f04":function(t,e,n){"use strict";var a=n("ade9"),i=n.n(a);i.a},ade9:function(t,e,n){},bd22:function(t,e,n){"use strict";n.r(e);var a=n("1d09"),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},c712: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,u){var s=t.getStorageSync("token"),r={token:s||""};t.request({url:i.globalData.baseUrl+e,data:n,method:a,header:r,success:function(t){200==t.statusCode?o(t):u(t.data)},fail:function(t){console.log(t),u("网络出错"),wx.hideNavigationBarLoading()},complete:function(t){}})});return o},globalData:{userInfo:null,baseUrl:"https://www.bjzha.net/api/"}};e.default=n}).call(this,n("543d")["default"])},d717:function(t,e,n){},de88: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})},f313:function(t,e,n){"use strict";(function(t){n("e774"),n("921b");a(n("66fd"));var e=a(n("443f"));function a(t){return t&&t.__esModule?t:{default:t}}t(e.default)}).call(this,n("543d")["createPage"])}},[["f313","common/runtime","common/vendor"]]]);
\ No newline at end of file
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/xiangmuleixinghuidetail/xiangmuleixinghuidetail"],{"0678":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}))},"0aa0":function(t,e,n){"use strict";var a=n("1604"),i=n.n(a);i.a},"0c9c":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"),c={token:u||""};t.request({url:i.globalData.baseUrl+e,data:n,method:a,header:c,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"])},1604:function(t,e,n){},"1be4":function(t,e,n){"use strict";n.r(e);var a=n("b872"),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},"1f18":function(t,e,n){"use strict";n.r(e);var a=n("0c9c"),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},"30b9":function(t,e,n){"use strict";n.r(e);var a=n("1f18");for(var i in a)"default"!==i&&function(t){n.d(e,t,(function(){return a[t]}))}(i);n("0aa0");var o,r,u,c,s=n("f0c5"),l=Object(s["a"])(a["default"],o,r,!1,null,null,null,!1,u,c);e["default"]=l.exports},"53c7":function(t,e,n){},5931:function(t,e,n){"use strict";(function(t){n("a237"),n("921b");a(n("66fd"));var e=a(n("cc39"));function a(t){return t&&t.__esModule?t:{default:t}}t(e.default)}).call(this,n("543d")["createPage"])},"862f":function(t,e,n){"use strict";var a=n("53c7"),i=n.n(a);i.a},b872:function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=o(n("30b9")),i=o(n("079c"));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 c(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)?c(t,e):void 0}}function c(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{selact:1,tizhangshow:!1,danweiindex:0,danweiname:"评审类型",danweilist:[],projectlist:[],projectname:"项目类型",index:0,yeararr:[],yearindex:-1,startdate:"开始时间",endate:"结束时间",danweilistz:[],danweiindexz:0,danweinamez:"咨询单位",toaudit:"",fintorg:"",fprojectcategory:"",submitdateone:"",submitdatetwo:"",sendyear:"",huizonglist:[],type:"",huizong:!1,fid:""}},onLoad:function(t){this.fid=t.fid;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.getdetail()},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;console.log(9988776655);var e="project/Get_PrjtypecategorySum",n={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)}))},detail:function(e){this.fid=e.target.dataset.id,t.navigateTo({url:"../zixundanweihuitail/zixundanweihuidetail?fid="+this.fid})},getdetail:function(){var t=this,e=this;console.log(9988776655);var n="project/Get_Prjtypecategory",o={fid:e.fid,toaudit:e.toaudit,fprojectcategory:e.fprojectcategory,sendyear:e.sendyear,submitdateone:e.submitdateone,submitdatetwo:e.submitdatetwo};console.log("9988776655",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 c=a.value;c.fauditamount=i.default.change(c.fauditamount),c.fshenjianmoney=i.default.change(c.fshenjianmoney),c.ftoauditamt=i.default.change(c.ftoauditamt),c.fsubmitfindate=c.fsubmitfindate.split("T"),c.fsubmitfindate=c.fsubmitfindate[0]}}catch(s){u.e(s)}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}}};e.default=s}).call(this,n("543d")["default"])},cc39:function(t,e,n){"use strict";n.r(e);var a=n("0678"),i=n("1be4");for(var o in i)"default"!==o&&function(t){n.d(e,t,(function(){return i[t]}))}(o);n("862f");var r,u=n("f0c5"),c=Object(u["a"])(i["default"],a["b"],a["c"],!1,null,null,null,!1,a["a"],r);e["default"]=c.exports}},[["5931","common/runtime","common/vendor"]]]);
\ No newline at end of file
... ...
.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;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;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;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;box-sizing:border-box;background:#fff;border-top:1rpx solid #f5f5f5}.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;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;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;box-sizing:border-box;text-align:center;font-size:26rpx;color:#8c9198}.di,.dibuliteml,.dibulitemx,.diburight,.ye{color:#06121e;font-size:28rpx}.dibuliteml{margin-right:36rpx}.dibulitemx{margin-left:36rpx}.xiangmuzi{height:784rpx}.taizhangflistitem{width:1500rpx;overflow-x:scroll;padding:18rpx 0;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}.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;box-sizing:border-box;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;box-sizing:border-box;border-bottom:1rpx solid #bdc4ce}.taizhangflistitemde{width:3200rpx;overflow-x:scroll;padding:18rpx 0;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}.detailname{width:120rpx;text-align:center;color:#0093ff;fotn-size:24rpx;margin-left:20rpx}.itemdate{width:180rpx;text-align:center;margin-left:10rpx}.shenmoney{width:140rpx;text-align:center;margin-left:1rpx}.shenyear{width:100rpx;text-align:center;margin-left:10rpx}
\ 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;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;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;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;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;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;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;box-sizing:border-box;text-align:center;font-size:26rpx;color:#8c9198}.dibuliteml,
.di,
.ye,
.dibulitemx,
.diburight{color:#06121e;font-size:28rpx}.dibuliteml{margin-right:36rpx}.dibulitemx{margin-left:36rpx}.xiangmuzi{height:784rpx}.taizhangflistitem{width:1500rpx;overflow-x:scroll;padding:18rpx 0;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}.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;box-sizing:border-box;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;box-sizing:border-box;border-bottom:1rpx solid #bdc4ce}.taizhangflistitemde{width:3200rpx;overflow-x:scroll;padding:18rpx 0;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}.detailname{width:120rpx;text-align:center;color:#0093ff;fotn-size:24rpx;margin-left:20rpx}.itemdate{width:180rpx;text-align:center;margin-left:10rpx}.shenmoney{width:140rpx;text-align:center;margin-left:1rpx}.shenyear{width:100rpx;text-align:center;margin-left:10rpx}
\ No newline at end of file
... ...
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/xiangmuprogress/xiangmuprogress"],{"069e":function(t,e,o){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n=i(o("2cce")),a=i(o("e749"));function i(t){return t&&t.__esModule?t:{default:t}}var c={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 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,a=!1,i=void 0;try{for(var c,r=o[Symbol.iterator]();!(n=(c=r.next()).done);n=!0){var u=c.value;u.fprocessmemotime=u.fprocessmemotime.split("T"),u.fprocessmemotime=u.fprocessmemotime[0]}}catch(f){a=!0,i=f}finally{try{n||null==r.return||r.return()}finally{if(a)throw i}}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,n=!0,a=!1,i=void 0;try{for(var c,r=o[Symbol.iterator]();!(n=(c=r.next()).done);n=!0){var u=c.value;u.fprocessmemotime1=u.fprocessmemotime1.split("T"),u.fprocessmemotime1=u.fprocessmemotime1[0]}}catch(f){a=!0,i=f}finally{try{n||null==r.return||r.return()}finally{if(a)throw i}}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,n=!0,a=!1,i=void 0;try{for(var c,r=o[Symbol.iterator]();!(n=(c=r.next()).done);n=!0){var u=c.value;u.fprocessmemotime3=u.fprocessmemotime3.split("T"),u.fprocessmemotime3=u.fprocessmemotime3[0]}}catch(f){a=!0,i=f}finally{try{n||null==r.return||r.return()}finally{if(a)throw i}}t.projectbaogaolist=o,console.log("评审报告",t.projectbaogaolist)}).catch(function(t){console.log(t)})}}};e.default=c},"0f21":function(t,e,o){"use strict";var n=o("d717"),a=o.n(n);a.a},"248e":function(t,e,o){"use strict";o.r(e);var n=o("069e"),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},"2cce":function(t,e,o){"use strict";o.r(e);var n=o("76c6");for(var a in n)"default"!==a&&function(t){o.d(e,t,function(){return n[t]})}(a);o("0f21");var i,c,r,u,f=o("f0c5"),s=Object(f["a"])(n["default"],i,c,!1,null,null,null,!1,r,u);e["default"]=s.exports},"76c6":function(t,e,o){"use strict";o.r(e);var n=o("c712"),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},"838e":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})},8559:function(t,e,o){"use strict";(function(t){o("e774"),o("921b");n(o("66fd"));var e=n(o("90d7"));function n(t){return t&&t.__esModule?t:{default:t}}t(e.default)}).call(this,o("543d")["createPage"])},"90d7":function(t,e,o){"use strict";o.r(e);var n=o("838e"),a=o("248e");for(var i in a)"default"!==i&&function(t){o.d(e,t,function(){return a[t]})}(i);o("f9e4");var c,r=o("f0c5"),u=Object(r["a"])(a["default"],n["b"],n["c"],!1,null,null,null,!1,n["a"],c);e["default"]=u.exports},a47e:function(t,e,o){},c712: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,c){var r=t.getStorageSync("token"),u={token:r||""};t.request({url:a.globalData.baseUrl+e,data:o,method:n,header:u,success:function(t){200==t.statusCode?i(t):c(t.data)},fail:function(t){console.log(t),c("网络出错"),wx.hideNavigationBarLoading()},complete:function(t){}})});return i},globalData:{userInfo:null,baseUrl:"https://www.bjzha.net/api/"}};e.default=o}).call(this,o("543d")["default"])},d717:function(t,e,o){},f9e4:function(t,e,o){"use strict";var n=o("a47e"),a=o.n(n);a.a}},[["8559","common/runtime","common/vendor"]]]);
\ No newline at end of file
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/xiangmuprogress/xiangmuprogress"],{"0875":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}))},"0aa0":function(t,e,n){"use strict";var o=n("1604"),a=n.n(o);a.a},"0c9c":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"),u={token:c||""};t.request({url:a.globalData.baseUrl+e,data:n,method:o,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"])},1604:function(t,e,n){},"1f18":function(t,e,n){"use strict";n.r(e);var o=n("0c9c"),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},2810:function(t,e,n){"use strict";n.r(e);var o=n("381e"),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},"30b9":function(t,e,n){"use strict";n.r(e);var o=n("1f18");for(var a in o)"default"!==a&&function(t){n.d(e,t,(function(){return o[t]}))}(a);n("0aa0");var i,r,c,u,f=n("f0c5"),s=Object(f["a"])(o["default"],i,r,!1,null,null,null,!1,c,u);e["default"]=s.exports},"381e":function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var o=i(n("30b9")),a=i(n("079c"));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 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 f={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=f},"6d2f":function(t,e,n){},af60:function(t,e,n){"use strict";var o=n("6d2f"),a=n.n(o);a.a},bdbe:function(t,e,n){"use strict";n.r(e);var o=n("0875"),a=n("2810");for(var i in a)"default"!==i&&function(t){n.d(e,t,(function(){return a[t]}))}(i);n("af60");var r,c=n("f0c5"),u=Object(c["a"])(a["default"],o["b"],o["c"],!1,null,null,null,!1,o["a"],r);e["default"]=u.exports},cc95:function(t,e,n){"use strict";(function(t){n("a237"),n("921b");o(n("66fd"));var e=o(n("bdbe"));function o(t){return t&&t.__esModule?t:{default:t}}t(e.default)}).call(this,n("543d")["createPage"])}},[["cc95","common/runtime","common/vendor"]]]);
\ No newline at end of file
... ...
.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;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;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;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;box-sizing:border-box;background:#fff;border-top:1rpx solid #f5f5f5}.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;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;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;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;box-sizing:border-box;border-bottom:1rpx solid #bdc4ce}.projectlist{padding:0 32rpx;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;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;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;box-sizing:border-box;border-bottom:1rpx solid #bdc4ce}.zixundanitem{color:#06121e;font-size:28rpx}.zixunbox{padding:0 32rpx;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;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;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;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;box-sizing:border-box}.xiangmlist{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}.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;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;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;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;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;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;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;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;box-sizing:border-box;border-bottom:1rpx solid #bdc4ce}.projectlist{padding:0 32rpx;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;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;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;box-sizing:border-box;border-bottom:1rpx solid #bdc4ce}.zixundanitem{color:#06121e;font-size:28rpx}.zixunbox{padding:0 32rpx;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;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;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;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;box-sizing:border-box}.xiangmlist{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
... ...