作者 lihongjuan

1

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

要显示太多修改。

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

@@ -107,6 +107,29 @@ @@ -107,6 +107,29 @@
107 align-items: center; 107 align-items: center;
108 justify-content: space-around; 108 justify-content: space-around;
109 } 109 }
  110 + .shaiselecttop{
  111 + width:750rpx;
  112 + display:flex;
  113 + justify-content: flex-end;
  114 + padding-top: 10rpx;
  115 + padding-bottom: 10rpx;
  116 + box-sizing: border-box;
  117 +
  118 + }
  119 + .shaiselect{
  120 + display: inline-block;
  121 + width:200rpx;
  122 + height:64rpx;
  123 + background: #0093FF;
  124 + color:#fff;
  125 + font-size:24rpx;
  126 + text-align: center;
  127 + line-height: 64rpx;
  128 + border-radius: 30rpx;
  129 +
  130 +
  131 + }
  132 +
110 133
111 .register { 134 .register {
112 width: 100%; 135 width: 100%;
@@ -52,7 +52,7 @@ @@ -52,7 +52,7 @@
52 </view> 52 </view>
53 </view> 53 </view>
54 <view class="stateboxitem flexfour"> 54 <view class="stateboxitem flexfour">
55 - <view class="stateboxitemtop">经办人审核</view> 55 + <view class="stateboxitemtop">征求意见稿初稿</view>
56 <view class='stateboxitembot flexone'> 56 <view class='stateboxitembot flexone'>
57 <view class="stateimg" v-if="item.fdirstatus=='未提交'"> 57 <view class="stateimg" v-if="item.fdirstatus=='未提交'">
58 58
@@ -65,7 +65,7 @@ @@ -65,7 +65,7 @@
65 </view> 65 </view>
66 </view> 66 </view>
67 <view class="stateboxitem flexfour"> 67 <view class="stateboxitem flexfour">
68 - <view class="stateboxitemtop">征求意见稿</view> 68 + <view class="stateboxitemtop">征求意见稿定稿</view>
69 <view class='stateboxitembot flexone'> 69 <view class='stateboxitembot flexone'>
70 <view class="stateimg" v-if="item.ffinauditstatus=='未提交'"> 70 <view class="stateimg" v-if="item.ffinauditstatus=='未提交'">
71 <image src="../../static/img/wrong.png" mode=""></image> 71 <image src="../../static/img/wrong.png" mode=""></image>
@@ -382,9 +382,9 @@ @@ -382,9 +382,9 @@
382 console.log(r) 382 console.log(r)
383 this.showhide = r.data 383 this.showhide = r.data
384 uni.setStorageSync("showhide", r.data) 384 uni.setStorageSync("showhide", r.data)
385 - if (that.showhide[3].status == 1) { 385 + if (that.showhide[3].status !=0) {
386 console.log(9090) 386 console.log(9090)
387 - uni.navigateTo({ 387 + uni.redirectTo({
388 url: '../taizhang/taizhang' 388 url: '../taizhang/taizhang'
389 }) 389 })
390 } 390 }
1 <template> 1 <template>
  2 + <view>
  3 + <view class="flextwo" style="position:fixed;top:0;left:0;width:750rpx;height:92rpx;padding-right: 10rpx;box-sizing: border-box;background: #fff;">
  4 + <view class="head flexone">
  5 + <view class="headleft">
  6 + <input type="text" placeholder="输入项目名称查询" @input="enterxiangmu" />
  7 + </view>
  8 + <view class="headright" @click="chaxun">查询</view>
  9 + </view>
  10 + <view class="shaiselecttop">
  11 + <view class='shaiselect' @click="shai">筛选</view>
  12 + </view>
  13 + </view>
2 <view class="box"> 14 <view class="box">
3 - <view class='head'>  
4 - <view class="headitem">项目编号</view>  
5 - <view class="headitem minghcengx">项目名称</view>  
6 - <view class="headitem">当前评审节点</view>  
7 - <view class="headitem">项目状态</view>  
8 - 15 +
  16 +
  17 + <view class="topheadk">
  18 + <view class='headk'>
  19 + <!-- <view class="headitem">项目编号</view> -->
  20 + <view class="headitem minghcengx">项目名称</view>
  21 + <view class="headitem">当前评审节点</view>
  22 + <view class="headitem">项目状态</view>
  23 + <view class="headitem">备注</view>
  24 +
  25 + </view>
9 </view> 26 </view>
10 <view class="xiangmlist"> 27 <view class="xiangmlist">
  28 +
11 <view class="xiangmulistitem" v-for="(item,index) in list" :key="index" @click="detail" :data-item="item" > 29 <view class="xiangmulistitem" v-for="(item,index) in list" :key="index" @click="detail" :data-item="item" >
12 - <view class="xiangmuhao">{{item.fnumber}}</view> 30 + <!-- <view class="xiangmuhao">{{item.fnumber}}</view> -->
13 <view class="xiangming">{{item.fname}}</view> 31 <view class="xiangming">{{item.fname}}</view>
14 <view class="pingshen">{{item.fcurrentname}}</view> 32 <view class="pingshen">{{item.fcurrentname}}</view>
15 - <view :class="item.ffinauditstatus=='审核中'?'state':'finish'">{{item.ffinauditstatus }}</view> 33 + <view class="finish" :class="item.ffinauditstatus=='审核中'?'shenhezhong':''" v-if="item.ffinauditstatus=='审核中'">{{item.ffinauditstatus }}</view>
  34 + <view class="finish" :class="item.ffinauditstatus=='暂停'?'state':''" v-if="item.ffinauditstatus=='暂停'">{{item.ffinauditstatus }}</view>
  35 + <view class="finish" :class="item.ffinauditstatus=='中止'?'state':''" v-if="item.ffinauditstatus=='中止'">{{item.ffinauditstatus }}</view>
  36 + <view class="finish" :class="item.ffinauditstatus=='已审结'?'shenjie':''" v-if="item.ffinauditstatus=='已审结'">{{item.ffinauditstatus }}</view>
  37 + <view class="xiangmuhao">{{item.ftransferdescription}}</view>
  38 + <!-- <view class="xiangmuhao">备注</view> -->
16 </view> 39 </view>
17 <!-- <view class="xiangmulistitem"> 40 <!-- <view class="xiangmulistitem">
18 <view class="xiangmuhao">20191112011</view> 41 <view class="xiangmuhao">20191112011</view>
@@ -85,6 +108,34 @@ @@ -85,6 +108,34 @@
85 <view class="state">审核中</view> --> 108 <view class="state">审核中</view> -->
86 </view> 109 </view>
87 </view> 110 </view>
  111 + <!-- 弹出层 -->
  112 + <view class="register" v-if="tizhangshow" @click="hidek">
  113 + <view class="taizhangwrap" @click.stop="hide">
  114 + <view class="wrapbox">
  115 + <view class="wrapitem">
  116 + <view class="wrapitemleft">主管部门</view>
  117 + <picker @change.stop="bindPickerChange" :value="index" :range="stationlist" range-key="fname">
  118 + <view class="wrapitemright">
  119 + <view class="uni-input projectname">{{projectname}}</view>
  120 + <!-- <input type="text" /> -->
  121 + </view>
  122 + </picker>
  123 + </view>
  124 +
  125 +
  126 + </view>
  127 +
  128 + <view class="zibot">
  129 +
  130 + <view class="chaxun" @click.stop="search">查询</view>
  131 + </view>
  132 +
  133 + </view>
  134 + </view>
  135 +
  136 +
  137 +
  138 +
88 139
89 </view> 140 </view>
90 </template> 141 </template>
@@ -94,33 +145,91 @@ @@ -94,33 +145,91 @@
94 export default { 145 export default {
95 data() { 146 data() {
96 return { 147 return {
97 - list: [] 148 + list: [],
  149 + tizhangshow:false,
  150 + stationlist:[],
  151 + index:0,
  152 + document:'',
  153 + projectname:'请选择主管部门',
  154 + fname:''
98 } 155 }
99 }, 156 },
100 onLoad() { 157 onLoad() {
101 // 获取台账列表 158 // 获取台账列表
102 -  
103 - 159 + // 获取主管部门列表
  160 + this.getzhugaunlist()
104 }, 161 },
105 onShow() { 162 onShow() {
106 this.getlist() 163 this.getlist()
107 }, 164 },
108 methods: { 165 methods: {
109 -  
110 - getlist() { 166 + enterxiangmu(e){
  167 + this.fname =e.detail.value
  168 + },
  169 + chaxun(){
  170 + this.getlist()
  171 + },
  172 + hidek(){
  173 + this.tizhangshow=false
  174 + },
  175 + hide(){
  176 +
  177 + },
  178 + // 获取主管部门列表
  179 + getzhugaunlist(){
111 let that = this; 180 let that = this;
112 console.log(9988776655) 181 console.log(9988776655)
113 - let url = "project/Get_Processtime"; 182 + let url = "project/Get_ComDepartment";
114 // console.log('8877665544',param) 183 // console.log('8877665544',param)
115 app.post(url, '', 'get').then(r => { 184 app.post(url, '', 'get').then(r => {
116 - // console.log(r) 185 + console.log(r);
  186 + that.stationlist=r.data
  187 +
  188 + }).catch(err => {
  189 + console.log(err)
  190 + })
  191 + },
  192 +
  193 + // 选择项目
  194 + bindPickerChange: function(e) {
  195 + console.log('picker发送选择改变,携带值为', e.target.value)
  196 + this.index = e.target.value;
  197 + this.projectname = this.stationlist[e.target.value].fname;
  198 + this.document=this.stationlist[e.target.value].fid;
  199 +
  200 + },
  201 +
  202 + // 获取审核列表
  203 + getlist() {
  204 + let that = this;
  205 + console.log(9988776655)
  206 + let url = "project/Get_Processtime";
  207 + let param={
  208 + document:that.document,
  209 + fname:that.fname
  210 + }
  211 + console.log('8877665544',param)
  212 + app.post(url,param, 'get').then(r => {
  213 +
117 // console.log(JSON.stringify(r.data)); 214 // console.log(JSON.stringify(r.data));
118 that.list = r.data 215 that.list = r.data
119 - 216 +
120 }).catch(err => { 217 }).catch(err => {
121 console.log(err) 218 console.log(err)
122 }) 219 })
123 }, 220 },
  221 +
  222 + // 筛选
  223 + shai(){
  224 + this.tizhangshow = !this.tizhangshow
  225 + },
  226 +
  227 + // 筛选
  228 + search(){
  229 + this.getlist();
  230 + this.tizhangshow=false;
  231 + },
  232 +
124 // 项目过程详情 233 // 项目过程详情
125 detail(e){ 234 detail(e){
126 235
@@ -149,13 +258,87 @@ @@ -149,13 +258,87 @@
149 </script> 258 </script>
150 259
151 <style> 260 <style>
152 - .box {  
153 - background: #F9F9F9;  
154 - padding: 0 32rpx;  
155 - box-sizing: border-box; 261 + /* 弹层样式 */
  262 + /* 评审类型 */
  263 + .shaiselect{
  264 + width:188rpx;
156 } 265 }
157 -  
158 .head { 266 .head {
  267 + display: flex;
  268 + align-items: center;
  269 + padding: 20rpx 32rpx 20rpx 10rpx;
  270 + box-sizing: border-box;
  271 + background: #fff;
  272 + position: fixed;
  273 + top: 0;
  274 + left: 0;
  275 + /* z-index:888; */
  276 + }
  277 + .stateimg{
  278 + width:28rpx;
  279 + height:28rpx;
  280 + font-size: 0;
  281 + }
  282 + .statename{
  283 + color:#06121E;
  284 + font-size: 24rpx;
  285 + margin-left:5rpx;
  286 + }
  287 +
  288 + .fenzulist {
  289 + margin-top: 100rpx;
  290 + }
  291 +
  292 + .headleft {
  293 + width: 389rpx;
  294 + height: 60rpx;
  295 + background: rgba(238, 238, 238, 1);
  296 + opacity: 1;
  297 + border-radius: 8rpx;
  298 + padding: 10rpx 24rpx;
  299 + box-sizing: border-box;
  300 + display: felex;
  301 + align-items: center;
  302 + display: flex;
  303 + align-items: center;
  304 + }
  305 +
  306 + .headleft input {
  307 + color: #BDC4CE;
  308 + font-size: 28rpx;
  309 + }
  310 +
  311 + .headright {
  312 + width: 98rpx;
  313 + height: 60rpx;
  314 + background: rgba(0, 147, 255, 1);
  315 + opacity: 1;
  316 + border-radius: 8rpx;
  317 + color: #fff;
  318 + font-size: 22rpx;
  319 + text-align: center;
  320 + line-height: 60rpx;
  321 + margin-left: 16rpx;
  322 + }
  323 + .taizhangwrap{
  324 + height:300rpx;
  325 + z-index: 9999;
  326 + }
  327 + .wrapitem {
  328 + display: flex;
  329 + align-items: center;
  330 + margin-top: 40rpx;
  331 + }
  332 +
  333 + .wrapitemleft {
  334 + width: 120rpx;
  335 + }
  336 +
  337 + .wrapitemleft {
  338 + color: #06121E;
  339 + font-size: 28rpx
  340 + }
  341 + .headk {
159 width: 750rpx; 342 width: 750rpx;
160 background: #fff; 343 background: #fff;
161 display: flex; 344 display: flex;
@@ -164,10 +347,113 @@ @@ -164,10 +347,113 @@
164 box-sizing: border-box; 347 box-sizing: border-box;
165 justify-content: space-between; 348 justify-content: space-between;
166 border-bottom: 2rpx solid #BDC4CE; 349 border-bottom: 2rpx solid #BDC4CE;
  350 +
  351 + }
  352 +
  353 + .wrapitemright {
  354 + width: 544rpx;
  355 + height: 76rpx;
  356 + background: rgba(238, 238, 238, 1);
  357 + opacity: 1;
  358 + border-radius: 8rpx;
  359 + margin-left: 18rpx;
  360 + display: flex;
  361 + align-items: center;
  362 + padding: 20rpx;
  363 + box-sizing: border-box;
  364 + }
  365 +
  366 + .wrapitemright input {
  367 + width: 100%;
  368 + color: #8C9198;
  369 + font-size: 28rpx;
  370 + }
  371 +
  372 + .nianduright {
  373 + width: 14rpx;
  374 + height: 22rpx;
  375 + font-size: 0;
  376 + }
  377 +
  378 + .nianduleft {
  379 + width: 500rpx;
  380 +
  381 + }
  382 +
  383 + .nianduright image {
  384 + width: 100%;
  385 + height: 100%;
  386 + }
  387 +
  388 + .time {
  389 + display: flex;
  390 + align-items: center;
  391 + margin-left: 18rpx;
  392 + }
  393 +
  394 + .timeleft {
  395 + width: 232rpx;
  396 + height: 76rpx;
  397 + background: rgba(238, 238, 238, 1);
  398 + opacity: 1;
  399 + border-radius: 8rpx;
  400 + padding: 15rpx 20rpx;
  401 + box-sizing: border-box;
  402 + color: #8C9198;
  403 + font-size: 28rpx;
  404 +
  405 + }
  406 +
  407 + .timeleft input {
  408 + width: 100%;
  409 + color: #8C9198;
  410 + fotn-size: 28rpx;
  411 + }
  412 +
  413 + .timemiddle {
  414 + width: 39rpx;
  415 + background: rgba(189, 196, 206, 1);
  416 + border: 1rpx solid rgba(189, 196, 206, 1);
  417 + opacity: 1;
  418 + margin: 0 20rpx;
  419 + }
  420 +
  421 + .chaxun {
  422 + width: 200rpx;
  423 + height: 64rpx;
  424 + background: rgba(0, 147, 255, 1);
  425 + opacity: 1;
  426 + border-radius: 8rpx;
  427 + color: #F9F9F9;
  428 + font-size: 24rpx;
  429 + text-align: center;
  430 + line-height: 64rpx;
  431 +
  432 + }
  433 +
  434 + .projectname {
  435 + color: #8C9198;
  436 + font-size: 28rpx;
  437 + }
  438 + .zibot{
  439 + margin-top:80rpx;
  440 + }
  441 +
  442 + /********************* */
  443 +
  444 + .box {
  445 + background: #F9F9F9;
  446 + padding: 0 32rpx;
  447 + box-sizing: border-box;
  448 + }
  449 + .topheadk{
  450 + width:750rpx;
  451 + background: #fff;
167 position: fixed; 452 position: fixed;
168 left: 0; 453 left: 0;
169 - top: 0 454 + top: 93rpx;
170 } 455 }
  456 +
171 457
172 .headitem { 458 .headitem {
173 color: #06121E; 459 color: #06121E;
@@ -185,16 +471,18 @@ @@ -185,16 +471,18 @@
185 } 471 }
186 472
187 .xiangmuhao { 473 .xiangmuhao {
188 - width: 140rpx; 474 + width: 130rpx;
189 color: #06121E; 475 color: #06121E;
190 font-size: 24rpx; 476 font-size: 24rpx;
  477 + margin-left:40rpx;
  478 + text-align: right;
191 } 479 }
192 480
193 .xiangming { 481 .xiangming {
194 width: 144rpx; 482 width: 144rpx;
195 color: #06121E; 483 color: #06121E;
196 font-size: 24rpx; 484 font-size: 24rpx;
197 - margin-left: 37rpx; 485 + /* margin-left: 37rpx; */
198 text-align: center; 486 text-align: center;
199 line-height: 1.5; 487 line-height: 1.5;
200 display: -webkit-box; 488 display: -webkit-box;
@@ -214,17 +502,27 @@ @@ -214,17 +502,27 @@
214 width:80rpx;; 502 width:80rpx;;
215 } 503 }
216 504
217 - .state {  
218 - color: #D12324;  
219 - font-size: 24rpx;  
220 - margin-left: 128rpx;  
221 - } 505 +
222 .finish{ 506 .finish{
  507 + width:100rpx;
  508 + text-align: center;
223 color: #00AC00; 509 color: #00AC00;
224 font-size: 24rpx; 510 font-size: 24rpx;
225 - margin-left: 128rpx; 511 + margin-left: 142rpx;
226 } 512 }
227 .xiangmlist{ 513 .xiangmlist{
228 - margin-top:100rpx; 514 + margin-top:198rpx;
  515 + }
  516 + .shenhezhong{
  517 + color:#00AC00;
  518 + }
  519 + .state {
  520 + color: #D12324;
  521 + font-size: 24rpx;
  522 + margin-left: 128rpx;
  523 + }
  524 + .shenjie{
  525 + color:#06121E;
  526 + font-weight: bold;
229 } 527 }
230 </style> 528 </style>
@@ -183,8 +183,8 @@ @@ -183,8 +183,8 @@
183 </view> 183 </view>
184 <view class="btnlist"> 184 <view class="btnlist">
185 <view class="btnitem" @click="question(item)">问题往来</view> 185 <view class="btnitem" @click="question(item)">问题往来</view>
186 - <view class="btnitem" @click="jingban(item)" v-if="showhide[4].status!=0">经办人审核</view>  
187 - <view class="btnitem" @click="shenjie(item)">项目审结</view> 186 + <view class="btnitem" @click="jingban(item)" v-if="showhide[4].status!=0">征求意见稿初稿</view>
  187 + <view class="btnitem" @click="shenjie(item)">征求意见稿定稿</view>
188 <view class="btnitem" @click="pingshen(item)" v-if="showhide[4].status!=0">评审报告确认</view> 188 <view class="btnitem" @click="pingshen(item)" v-if="showhide[4].status!=0">评审报告确认</view>
189 <view class="btnitem" @click="concatsure(item)" v-if="showhide[4].status!=0">合同发票确认</view> 189 <view class="btnitem" @click="concatsure(item)" v-if="showhide[4].status!=0">合同发票确认</view>
190 <!-- <view class="btnitem" @click="jingban(item)">经办人审核</view> 190 <!-- <view class="btnitem" @click="jingban(item)">经办人审核</view>
@@ -228,7 +228,8 @@ @@ -228,7 +228,8 @@
228 qid: that.item.qid, 228 qid: that.item.qid,
229 role: uni.getStorageSync("role"), 229 role: uni.getStorageSync("role"),
230 fprojectid: that.item.fprojectid, 230 fprojectid: that.item.fprojectid,
231 - fproblemstatus: that.item.fproblemstatus 231 + fproblemstatus: that.item.fproblemstatus,
  232 + userid:uni.getStorageSync('userid')
232 233
233 } 234 }
234 // console.log('8877665544',param) 235 // console.log('8877665544',param)
1 <template> 1 <template>
2 <view class="box"> 2 <view class="box">
  3 + <view class="topheadk">
  4 + <view class="shaiselecttop">
  5 + <view class='shaiselect' @click="shai">筛选</view>
  6 + </view>
  7 + </view>
3 <!-- <view class="headbox"> 8 <!-- <view class="headbox">
4 <view class="headboxleft" :class="selact==1?'headactive':''" @click="fenhui" data-id="1">分类汇总</view> 9 <view class="headboxleft" :class="selact==1?'headactive':''" @click="fenhui" data-id="1">分类汇总</view>
5 <view class="headboxleft" :class="selact==2?'headactive':''" @click="fenhui" data-id="2">分类明细</view> 10 <view class="headboxleft" :class="selact==2?'headactive':''" @click="fenhui" data-id="2">分类明细</view>
@@ -127,8 +132,8 @@ @@ -127,8 +132,8 @@
127 </view> 132 </view>
128 --> 133 -->
129 134
130 - <view class="register" v-if="tizhangshow">  
131 - <view class="taizhangwrap xiangmuzi"> 135 + <view class="register" v-if="tizhangshow" @click="hide">
  136 + <view class="taizhangwrap xiangmuzi" @click.stop="hidek">
132 <view class="wrapbox"> 137 <view class="wrapbox">
133 <view class="wrapitem"> 138 <view class="wrapitem">
134 <view class="wrapitemleft">项目类型</view> 139 <view class="wrapitemleft">项目类型</view>
@@ -142,6 +147,17 @@ @@ -142,6 +147,17 @@
142 </picker> 147 </picker>
143 </view> 148 </view>
144 <view class="wrapitem"> 149 <view class="wrapitem">
  150 + <view class="wrapitemleft">主管部门</view>
  151 + <picker @change="bindstationrChange" :value="stationindex" :range="stationlist" range-key="fname">
  152 + <view class="wrapitemright">
  153 +
  154 + <view class="uni-input projectname">{{stationname}}</view>
  155 +
  156 + <!-- <input type="text" /> -->
  157 + </view>
  158 + </picker>
  159 + </view>
  160 + <view class="wrapitem">
145 <view class="wrapitemleft">评审类型</view> 161 <view class="wrapitemleft">评审类型</view>
146 162
147 <picker @change="danweichange" :value="danweiindex" :range="danweilist" range-key="fname"> 163 <picker @change="danweichange" :value="danweiindex" :range="danweilist" range-key="fname">
@@ -178,7 +194,7 @@ @@ -178,7 +194,7 @@
178 194
179 195
180 <view class="nianduleft"> 196 <view class="nianduleft">
181 - <view class="uni-input projectname">{{yeararr[yearindex]}}</view> 197 + <view class="uni-input projectname">{{yearname}}</view>
182 <!-- <input type="text" /> --> 198 <!-- <input type="text" /> -->
183 </view> 199 </view>
184 200
@@ -251,11 +267,8 @@ @@ -251,11 +267,8 @@
251 yearindex: -1, 267 yearindex: -1,
252 index: 0, 268 index: 0,
253 yeararr: [], 269 yeararr: [],
254 -  
255 -  
256 danweilistz: [], 270 danweilistz: [],
257 danweiindexz: 0, 271 danweiindexz: 0,
258 -  
259 toaudit: '', 272 toaudit: '',
260 fintorg: '', 273 fintorg: '',
261 fprojectcategory: '', 274 fprojectcategory: '',
@@ -265,7 +278,12 @@ @@ -265,7 +278,12 @@
265 huizonglist: [], 278 huizonglist: [],
266 type: '', 279 type: '',
267 huizong: true, 280 huizong: true,
268 - fid: '' 281 + fid: '',
  282 + stationname: '请选择主管部门',
  283 + stationindex: 0,
  284 + document: '',
  285 + stationlist: [],
  286 + yearname: '请选择年度',
269 } 287 }
270 }, 288 },
271 onLoad(options) { 289 onLoad(options) {
@@ -288,34 +306,91 @@ @@ -288,34 +306,91 @@
288 // 获取咨询单位 306 // 获取咨询单位
289 this.getzixundanwei(); 307 this.getzixundanwei();
290 // 获取分类汇总数据 308 // 获取分类汇总数据
291 - this.getfenhuilist() 309 + this.getfenhuilist();
  310 + // 获取主管部门
  311 + this.getzhugaunlist();
292 312
293 313
294 }, 314 },
  315 + computed: {
  316 + startDate() {
  317 + return this.getDate('start');
  318 + },
  319 + endDate() {
  320 + return this.getDate('end');
  321 + }
  322 + },
295 methods: { 323 methods: {
  324 + hide(){
  325 + this.tizhangshow=false
  326 + },
  327 + hidek(){
  328 +
  329 + },
  330 + getDate(type) {
  331 + const date = new Date();
  332 + let year = date.getFullYear();
  333 + let month = date.getMonth() + 1;
  334 + let day = date.getDate();
  335 +
  336 + if (type === 'start') {
  337 + year = year - 60;
  338 + } else if (type === 'end') {
  339 + year = year + 2;
  340 + }
  341 + month = month > 9 ? month : '0' + month;;
  342 + day = day > 9 ? day : '0' + day;
  343 + return `${year}-${month}-${day}`;
  344 + },
  345 + // 获取主管部门列表
  346 + getzhugaunlist() {
  347 + let that = this;
  348 + console.log(9988776655)
  349 + let url = "project/Get_ComDepartment";
  350 + // console.log('8877665544',param)
  351 + app.post(url, '', 'get').then(r => {
  352 + console.log(r);
  353 + that.stationlist = r.data
  354 +
  355 + }).catch(err => {
  356 + console.log(err)
  357 + })
  358 + },
  359 + //选择主管部门
  360 +
  361 + bindstationrChange: function(e) {
  362 + console.log('picker发送选择改变,携带值为', e.target.value)
  363 + this.stationindex = e.target.value;
  364 + this.stationname = this.stationlist[e.target.value].fname;
  365 + this.document = this.stationlist[e.target.value].fid;
  366 + console.log(this.document)
  367 +
  368 + },
296 reset() { 369 reset() {
297 this.danweiname = '评审类型'; 370 this.danweiname = '评审类型';
298 this.projectname = '项目类型'; 371 this.projectname = '项目类型';
299 this.startdate = '开始时间'; 372 this.startdate = '开始时间';
300 this.endate = '结束时间'; 373 this.endate = '结束时间';
301 -  
302 this.yearindex = -1; 374 this.yearindex = -1;
303 this.toaudit = ''; 375 this.toaudit = '';
304 this.fprojectcategory = ''; 376 this.fprojectcategory = '';
305 this.sendyear = ''; 377 this.sendyear = '';
306 this.submitdateone = ''; 378 this.submitdateone = '';
307 - this.submitdatetwo = '' 379 + this.submitdatetwo = '',
  380 + this.stationname = '请选择主管部门';
  381 + this.document = '';
308 382
309 }, 383 },
310 // 筛选 384 // 筛选
311 - onNavigationBarButtonTap() { 385 + shai() {
312 this.tizhangshow = !this.tizhangshow 386 this.tizhangshow = !this.tizhangshow
313 // 点击筛选 387 // 点击筛选
314 }, 388 },
315 // 年改变 389 // 年改变
316 yearchange(e) { 390 yearchange(e) {
317 this.yearindex = e.target.value; 391 this.yearindex = e.target.value;
318 - this.sendyear = this.yeararr[e.target.value] 392 + this.sendyear = this.yeararr[e.target.value];
  393 + this.yearname = this.yeararr[e.target.value];
319 }, 394 },
320 // 修改日期 395 // 修改日期
321 396
@@ -432,6 +507,7 @@ @@ -432,6 +507,7 @@
432 sendyear: that.sendyear, 507 sendyear: that.sendyear,
433 submitdateone: that.submitdateone, 508 submitdateone: that.submitdateone,
434 submitdatetwo: that.submitdatetwo, 509 submitdatetwo: that.submitdatetwo,
  510 + document: that.document
435 511
436 } 512 }
437 console.log(param) 513 console.log(param)
@@ -461,7 +537,7 @@ @@ -461,7 +537,7 @@
461 detail(e) { 537 detail(e) {
462 this.fid = e.target.dataset.id; 538 this.fid = e.target.dataset.id;
463 uni.navigateTo({ 539 uni.navigateTo({
464 - url: '../shenjianhuidetail/shenjianhuidetail?fid=' + this.fid 540 + url: '../shenjianhuidetail/shenjianhuidetail?fid=' + this.fid + '&document=' + this.document
465 }) 541 })
466 // this.huizong=false; 542 // this.huizong=false;
467 // this.getdetailist() 543 // this.getdetailist()
@@ -520,8 +596,13 @@ @@ -520,8 +596,13 @@
520 height: 100rpx; 596 height: 100rpx;
521 display: flex; 597 display: flex;
522 align-items: center; 598 align-items: center;
523 -  
524 - 599 + }
  600 + .topheadk{
  601 + position: fixed;
  602 + top:0;
  603 + left:0;
  604 + background: #fff;
  605 + width:750rpx;
525 } 606 }
526 607
527 .headboxleft { 608 .headboxleft {
@@ -553,6 +634,7 @@ @@ -553,6 +634,7 @@
553 padding: 0 20rpx; 634 padding: 0 20rpx;
554 box-sizing: border-box; 635 box-sizing: border-box;
555 background: #fff; 636 background: #fff;
  637 + margin-top:100rpx;
556 } 638 }
557 639
558 640
1 <template> 1 <template>
2 <view class="box"> 2 <view class="box">
  3 + <view class="topheadk">
  4 + <view class="shaiselecttop">
  5 + <view class='shaiselect' @click="shai">筛选</view>
  6 + </view>
  7 + </view>
3 <!-- <view class="headbox"> 8 <!-- <view class="headbox">
4 <view class="headboxleft" :class="selact==1?'headactive':''" @click="fenhui" data-id="1">分类汇总</view> 9 <view class="headboxleft" :class="selact==1?'headactive':''" @click="fenhui" data-id="1">分类汇总</view>
5 <view class="headboxleft" :class="selact==2?'headactive':''" @click="fenhui" data-id="2">分类明细</view> 10 <view class="headboxleft" :class="selact==2?'headactive':''" @click="fenhui" data-id="2">分类明细</view>
@@ -120,8 +125,8 @@ @@ -120,8 +125,8 @@
120 </view> 125 </view>
121 </view> 126 </view>
122 --> 127 -->
123 - <view class="register" v-if="tizhangshow">  
124 - <view class="taizhangwrap xiangmuzi"> 128 + <view class="register" v-if="tizhangshow" @click="hide">
  129 + <view class="taizhangwrap xiangmuzi" @click.stop="hidek">
125 <view class="wrapbox"> 130 <view class="wrapbox">
126 <view class="wrapitem"> 131 <view class="wrapitem">
127 <view class="wrapitemleft">项目类型</view> 132 <view class="wrapitemleft">项目类型</view>
@@ -135,6 +140,17 @@ @@ -135,6 +140,17 @@
135 </picker> 140 </picker>
136 </view> 141 </view>
137 <view class="wrapitem"> 142 <view class="wrapitem">
  143 + <view class="wrapitemleft">主管部门</view>
  144 + <picker @change="bindstationrChange" :value="stationindex" :range="stationlist" range-key="fname">
  145 + <view class="wrapitemright">
  146 +
  147 + <view class="uni-input projectname">{{stationname}}</view>
  148 +
  149 + <!-- <input type="text" /> -->
  150 + </view>
  151 + </picker>
  152 + </view>
  153 + <view class="wrapitem">
138 <view class="wrapitemleft">评审类型</view> 154 <view class="wrapitemleft">评审类型</view>
139 155
140 <picker @change="danweichange" :value="danweiindex" :range="danweilist" range-key="fname"> 156 <picker @change="danweichange" :value="danweiindex" :range="danweilist" range-key="fname">
@@ -171,7 +187,7 @@ @@ -171,7 +187,7 @@
171 187
172 188
173 <view class="nianduleft"> 189 <view class="nianduleft">
174 - <view class="uni-input projectname">{{yeararr[yearindex]}}</view> 190 + <view class="uni-input projectname">{{yearname}}</view>
175 <!-- <input type="text" /> --> 191 <!-- <input type="text" /> -->
176 </view> 192 </view>
177 193
@@ -256,9 +272,23 @@ @@ -256,9 +272,23 @@
256 huizonglist: [], 272 huizonglist: [],
257 type: '', 273 type: '',
258 huizong: true, 274 huizong: true,
259 - fid: '' 275 + fid: '',
  276 + stationname:'请选择主管部门',
  277 + stationindex:0,
  278 + document:'',
  279 + stationlist:[],
  280 + yearname:'请选择年度',
260 } 281 }
261 }, 282 },
  283 + computed: {
  284 + startDate() {
  285 + return this.getDate('start');
  286 + },
  287 + endDate() {
  288 + return this.getDate('end');
  289 + }
  290 + },
  291 +
262 onLoad(options) { 292 onLoad(options) {
263 this.type = options.type; 293 this.type = options.type;
264 294
@@ -279,11 +309,59 @@ @@ -279,11 +309,59 @@
279 // 获取咨询单位 309 // 获取咨询单位
280 this.getzixundanwei(); 310 this.getzixundanwei();
281 // 获取分类汇总数据 311 // 获取分类汇总数据
282 - this.getfenhuilist() 312 + this.getfenhuilist();
  313 + // 获取部门列表
  314 + this.getzhugaunlist()
283 315
284 316
285 }, 317 },
  318 +
286 methods: { 319 methods: {
  320 + hide(){
  321 + this.tizhangshow=false
  322 + },
  323 + hidek(){
  324 +
  325 + },
  326 + getDate(type) {
  327 + const date = new Date();
  328 + let year = date.getFullYear();
  329 + let month = date.getMonth() + 1;
  330 + let day = date.getDate();
  331 +
  332 + if (type === 'start') {
  333 + year = year - 60;
  334 + } else if (type === 'end') {
  335 + year = year + 2;
  336 + }
  337 + month = month > 9 ? month : '0' + month;;
  338 + day = day > 9 ? day : '0' + day;
  339 + return `${year}-${month}-${day}`;
  340 + },
  341 + // 获取主管部门列表
  342 + getzhugaunlist(){
  343 + let that = this;
  344 + console.log(9988776655)
  345 + let url = "project/Get_ComDepartment";
  346 + // console.log('8877665544',param)
  347 + app.post(url, '', 'get').then(r => {
  348 + console.log(r);
  349 + that.stationlist=r.data
  350 +
  351 + }).catch(err => {
  352 + console.log(err)
  353 + })
  354 + },
  355 + //选择主管部门
  356 +
  357 + bindstationrChange: function(e) {
  358 + console.log('picker发送选择改变,携带值为', e.target.value)
  359 + this.stationindex = e.target.value;
  360 + this.stationname = this.stationlist[e.target.value].fname;
  361 + this.document=this.stationlist[e.target.value].fid;
  362 +
  363 +
  364 + },
287 // 重置 365 // 重置
288 reset() { 366 reset() {
289 this.danweiname = '评审类型'; 367 this.danweiname = '评审类型';
@@ -295,17 +373,20 @@ @@ -295,17 +373,20 @@
295 this.fprojectcategory = ''; 373 this.fprojectcategory = '';
296 this.sendyear = ''; 374 this.sendyear = '';
297 this.submitdateone = ''; 375 this.submitdateone = '';
298 - this.submitdatetwo = '' 376 + this.submitdatetwo = '';
  377 + this.stationname='请选择主管部门';
  378 + this.document=''
299 }, 379 },
300 // 筛选 380 // 筛选
301 - onNavigationBarButtonTap() { 381 + shai() {
302 this.tizhangshow = !this.tizhangshow 382 this.tizhangshow = !this.tizhangshow
303 // 点击筛选 383 // 点击筛选
304 }, 384 },
305 // 年改变 385 // 年改变
306 yearchange(e) { 386 yearchange(e) {
307 this.yearindex = e.target.value; 387 this.yearindex = e.target.value;
308 - this.sendyear = this.yeararr[e.target.value] 388 + this.sendyear = this.yeararr[e.target.value];
  389 + this.yearname=this.yeararr[e.target.value];
309 }, 390 },
310 // 修改日期 391 // 修改日期
311 392
@@ -422,6 +503,7 @@ @@ -422,6 +503,7 @@
422 sendyear: that.sendyear, 503 sendyear: that.sendyear,
423 submitdateone: that.submitdateone, 504 submitdateone: that.submitdateone,
424 submitdatetwo: that.submitdatetwo, 505 submitdatetwo: that.submitdatetwo,
  506 + document:that.document
425 507
426 } 508 }
427 console.log(param) 509 console.log(param)
@@ -501,6 +583,13 @@ @@ -501,6 +583,13 @@
501 page { 583 page {
502 background: #f9f9f9; 584 background: #f9f9f9;
503 } 585 }
  586 + .topheadk{
  587 + position: fixed;
  588 + top:0;
  589 + left:0;
  590 + background: #fff;
  591 + width:750rpx;
  592 + }
504 593
505 .headbox { 594 .headbox {
506 background: #fff; 595 background: #fff;
@@ -540,6 +629,7 @@ @@ -540,6 +629,7 @@
540 padding: 0 20rpx; 629 padding: 0 20rpx;
541 box-sizing: border-box; 630 box-sizing: border-box;
542 background: #fff; 631 background: #fff;
  632 + margin-top:100rpx;
543 } 633 }
544 634
545 .taizhanghead { 635 .taizhanghead {
@@ -2,13 +2,14 @@ @@ -2,13 +2,14 @@
2 <view class="box"> 2 <view class="box">
3 <!-- 任务分配 --> 3 <!-- 任务分配 -->
4 <view class="unlogin" @click="tuichulogin">退出登录</view> 4 <view class="unlogin" @click="tuichulogin">退出登录</view>
5 -  
6 <view class="taizhangpage"> 5 <view class="taizhangpage">
7 - <view class="fenxi">  
8 - <view class="fenxiname" v-if="showhide[2].status==0||showhide[0].status==0||showhide[1].status==0">任务分配</view> 6 + <!-- -->
  7 + <view class="fenxi" v-if="showhide==''?false:showhide[4].status==0||showhide[4].status!=2">
  8 + <!-- v-if="showhide[4].status==0||showhide[4].status!=2" -->
  9 + <view class="fenxiname" >任务分配</view>
9 <view class="renwulist"> 10 <view class="renwulist">
10 - <!-- @click="xiangmufen" v-if="showhide[0].status==0" -->  
11 - <view class="renwulistitem item" @click="xiangmufen" v-if="showhide[4].status!=1"> 11 + <!-- v-if="showhide[4].status==0" -->
  12 + <view class="renwulistitem item" @click="xiangmufen" v-if="showhide==''?false:showhide[4].status==0">
12 <view class="renwuleft"> 13 <view class="renwuleft">
13 <view class="renwulimg"> 14 <view class="renwulimg">
14 <image src="../../static/img/fenpei.png" mode=""></image> 15 <image src="../../static/img/fenpei.png" mode=""></image>
@@ -19,8 +20,7 @@ @@ -19,8 +20,7 @@
19 <image src="../../static/img/yourow.png" mode=""></image> 20 <image src="../../static/img/yourow.png" mode=""></image>
20 </view> --> 21 </view> -->
21 </view> 22 </view>
22 - <!-- v-if="showhide[2].status==0" -->  
23 - <view class="renwulistitem item" @click="danweifen"> 23 + <view class="renwulistitem item" @click="danweifen" v-if="showhide==''?false:showhide[4].status!=2">
24 <view class="renwuleft"> 24 <view class="renwuleft">
25 <view class="renwulimg"> 25 <view class="renwulimg">
26 <image src="../../static/img/danwei.png" mode=""></image> 26 <image src="../../static/img/danwei.png" mode=""></image>
@@ -31,7 +31,8 @@ @@ -31,7 +31,8 @@
31 <image src="../../static/img/yourow.png" mode=""></image> 31 <image src="../../static/img/yourow.png" mode=""></image>
32 </view> --> 32 </view> -->
33 </view> 33 </view>
34 - <view class="renwulistitem item" @click="zhuanjiafen" v-if="showhide[1].status==0"> 34 + <!-- v-if="showhide[1].status==0" -->
  35 + <view class="renwulistitem item" @click="zhuanjiafen" v-if="showhide==''?false:showhide[1].status==0">
35 <view class="renwuleft"> 36 <view class="renwuleft">
36 <view class="renwulimg zimg"> 37 <view class="renwulimg zimg">
37 <image src="../../static/img/zhuanjia.png" mode=""></image> 38 <image src="../../static/img/zhuanjia.png" mode=""></image>
@@ -45,7 +46,8 @@ @@ -45,7 +46,8 @@
45 </view> 46 </view>
46 </view> 47 </view>
47 <!-- 审结项目台账 --> 48 <!-- 审结项目台账 -->
48 - <view class="fenxi"> 49 + <!-- v-if="showhide[4].status!=2" -->
  50 + <view class="fenxi" v-if="showhide==''?false:showhide[4].status!=2">
49 <view class="fenxiname">在审项目</view> 51 <view class="fenxiname">在审项目</view>
50 <view class="renwulist"> 52 <view class="renwulist">
51 <view class="renwulistitem" @click="examine" :data-id="1"> 53 <view class="renwulistitem" @click="examine" :data-id="1">
@@ -66,8 +68,6 @@ @@ -66,8 +68,6 @@
66 </view> 68 </view>
67 </view> 69 </view>
68 <view class="renwulist"> 70 <view class="renwulist">
69 -  
70 -  
71 <view class="renwulistitem" @click="examine" :data-id="3"> 71 <view class="renwulistitem" @click="examine" :data-id="3">
72 <view class="renwuleft"> 72 <view class="renwuleft">
73 <view class="renwulimg"> 73 <view class="renwulimg">
@@ -86,9 +86,7 @@ @@ -86,9 +86,7 @@
86 </view> 86 </view>
87 </view> 87 </view>
88 </view> 88 </view>
89 -  
90 </view> 89 </view>
91 -  
92 <!-- 项目过程 --> 90 <!-- 项目过程 -->
93 <view class="fenxi"> 91 <view class="fenxi">
94 <view class="fenxiname">项目过程</view> 92 <view class="fenxiname">项目过程</view>
@@ -104,13 +102,8 @@ @@ -104,13 +102,8 @@
104 <image src="../../static/img/yourow.png" mode=""></image> 102 <image src="../../static/img/yourow.png" mode=""></image>
105 </view> --> 103 </view> -->
106 </view> 104 </view>
107 -  
108 -  
109 -  
110 </view> 105 </view>
111 -  
112 </view> 106 </view>
113 -  
114 <!-- 所有项目台账 --> 107 <!-- 所有项目台账 -->
115 <view class="fenxi"> 108 <view class="fenxi">
116 109
@@ -283,14 +276,11 @@ @@ -283,14 +276,11 @@
283 </view> 276 </view>
284 277
285 </view> 278 </view>
286 -  
287 -  
288 -  
289 </view> 279 </view>
290 -  
291 -  
292 <view class="tabfooter"> 280 <view class="tabfooter">
293 - <view class="tabfooteritem" @click="gocenter" v-if="showhide[3].status==0"> 281 + <!-- v-if="isshow" -->
  282 + <!-- v-if="showhide[3].status==0" -->
  283 + <view class="tabfooteritem" @click="gocenter" v-if="showhide==''?false:showhide[3].status==0">
294 <view class="tabfooteritemimg"> 284 <view class="tabfooteritemimg">
295 <image src='../../static/img/daiban.png'></image> 285 <image src='../../static/img/daiban.png'></image>
296 </view> 286 </view>
@@ -319,7 +309,27 @@ @@ -319,7 +309,27 @@
319 export default { 309 export default {
320 data() { 310 data() {
321 return { 311 return {
322 - showhide: [] 312 + showhide: [
  313 + {
  314 + "menuname": "bd_distribution",
  315 + "status": "1"
  316 + }, {
  317 + "menuname": "bd_expertdistribution",
  318 + "status": "1"
  319 + }, {
  320 + "menuname": "bd_advisory",
  321 + "status": "1"
  322 + }, {
  323 + "menuname": "prj_votesub",
  324 + "status": "1"
  325 + },
  326 + {
  327 + "menuname": "prj_votesub",
  328 + "status": "1"
  329 + }
  330 + ],
  331 + renwushow:false,
  332 + isshow:false
323 } 333 }
324 }, 334 },
325 onLoad() { 335 onLoad() {
@@ -328,17 +338,15 @@ @@ -328,17 +338,15 @@
328 338
329 }, 339 },
330 methods: { 340 methods: {
331 - // 项目审核 341 + // 项目审核sss
332 examine(e){ 342 examine(e){
333 let id=e.currentTarget.dataset.id; 343 let id=e.currentTarget.dataset.id;
334 uni.navigateTo({ 344 uni.navigateTo({
335 url:'/pages/budgetshenhe/budgetshenhe?type='+id 345 url:'/pages/budgetshenhe/budgetshenhe?type='+id
336 }) 346 })
337 -  
338 }, 347 },
339 -  
340 // 菜单显示和隐藏 项目组分配 348 // 菜单显示和隐藏 项目组分配
341 - showhideproject() { 349 + async showhideproject() {
342 let that = this; 350 let that = this;
343 console.log(9988776655) 351 console.log(9988776655)
344 let url = "project/Get_Menuhiding"; 352 let url = "project/Get_Menuhiding";
@@ -347,14 +355,32 @@ @@ -347,14 +355,32 @@
347 role: uni.getStorageSync("role") 355 role: uni.getStorageSync("role")
348 } 356 }
349 console.log('8877665544', param) 357 console.log('8877665544', param)
350 - app.post(url, param, 'get').then(r => {  
351 - console.log(r);  
352 - that.showhide = r.data; 358 + let r=await app.post(url,param,'get')
  359 +
  360 + try{
  361 + that.showhide = r.data;;
  362 + console.log('我是showhide',that.showhide)
  363 + // if(that.showhide[3].status==0){
  364 + // that.isshow=true
  365 + // }
  366 + // if(showhide[4].status==0||showhide[4].status!=2){
  367 +
  368 + // }
353 uni.setStorageSync("showhide", r.data) 369 uni.setStorageSync("showhide", r.data)
354 - console.log(that.showhide)  
355 - }).catch(err => {  
356 - console.log(err)  
357 - }) 370 +
  371 + }catch(err){
  372 + console.log(err)
  373 +
  374 + }
  375 + // app.post(url, param, 'get').then(r => {
  376 + // console.log(r);
  377 +
  378 + // that.showhide = r.data;
  379 + // uni.setStorageSync("showhide", r.data)
  380 + // console.log(that.showhide)
  381 + // }).catch(err => {
  382 + // console.log(err)
  383 + // })
358 }, 384 },
359 // 任务分配 385 // 任务分配
360 xiangmufen() { 386 xiangmufen() {
@@ -538,7 +564,7 @@ @@ -538,7 +564,7 @@
538 padding: 32rpx 0; 564 padding: 32rpx 0;
539 box-sizing: border-box; 565 box-sizing: border-box;
540 566
541 - margin-right: 35rpx; 567 + margin-right: 20rpx;
542 /* border-bottom: 1rpx solid #EEEEEE; */ 568 /* border-bottom: 1rpx solid #EEEEEE; */
543 } 569 }
544 570
1 <template> 1 <template>
2 <view class="box"> 2 <view class="box">
  3 +
  4 + <view class="topheadk">
  5 + <view class="shaiselecttop">
  6 + <view class='shaiselect' @click="shai">筛选</view>
  7 + </view>
  8 + </view>
3 <!-- <view class="headbox"> 9 <!-- <view class="headbox">
4 <view class="headboxleft" :class="selact==1?'headactive':''" @click="fenhui" data-id="1">分类汇总</view> 10 <view class="headboxleft" :class="selact==1?'headactive':''" @click="fenhui" data-id="1">分类汇总</view>
5 <view class="headboxleft" :class="selact==2?'headactive':''" @click="fenhui" data-id="2">分类明细</view> 11 <view class="headboxleft" :class="selact==2?'headactive':''" @click="fenhui" data-id="2">分类明细</view>
@@ -117,8 +123,8 @@ @@ -117,8 +123,8 @@
117 </view> 123 </view>
118 </view> 124 </view>
119 --> 125 -->
120 - <view class="register" v-if="tizhangshow">  
121 - <view class="taizhangwrap xiangmuzi"> 126 + <view class="register" v-if="tizhangshow" @click="hide">
  127 + <view class="taizhangwrap xiangmuzi" @click.stop="hidek">
122 <view class="wrapbox"> 128 <view class="wrapbox">
123 <view class="wrapitem"> 129 <view class="wrapitem">
124 <view class="wrapitemleft">项目类型</view> 130 <view class="wrapitemleft">项目类型</view>
@@ -132,6 +138,17 @@ @@ -132,6 +138,17 @@
132 </picker> 138 </picker>
133 </view> 139 </view>
134 <view class="wrapitem"> 140 <view class="wrapitem">
  141 + <view class="wrapitemleft">主管部门</view>
  142 + <picker @change="bindstationrChange" :value="stationindex" :range="stationlist" range-key="fname">
  143 + <view class="wrapitemright">
  144 +
  145 + <view class="uni-input projectname">{{stationname}}</view>
  146 +
  147 + <!-- <input type="text" /> -->
  148 + </view>
  149 + </picker>
  150 + </view>
  151 + <view class="wrapitem">
135 <view class="wrapitemleft">评审类型</view> 152 <view class="wrapitemleft">评审类型</view>
136 153
137 <picker @change="danweichange" :value="danweiindex" :range="danweilist" range-key="fname"> 154 <picker @change="danweichange" :value="danweiindex" :range="danweilist" range-key="fname">
@@ -168,7 +185,7 @@ @@ -168,7 +185,7 @@
168 185
169 186
170 <view class="nianduleft"> 187 <view class="nianduleft">
171 - <view class="uni-input projectname">{{yeararr[yearindex]}}</view> 188 + <view class="uni-input projectname">{{yearname}}</view>
172 <!-- <input type="text" /> --> 189 <!-- <input type="text" /> -->
173 </view> 190 </view>
174 191
@@ -253,7 +270,12 @@ @@ -253,7 +270,12 @@
253 huizonglist: [], 270 huizonglist: [],
254 type: '', 271 type: '',
255 huizong: true, 272 huizong: true,
256 - fid: '' 273 + fid: '',
  274 + stationname:'请选择主管部门',
  275 + stationindex:0,
  276 + document:'',
  277 + stationlist:[],
  278 + yearname:'请选择年度',
257 } 279 }
258 }, 280 },
259 onLoad(options) { 281 onLoad(options) {
@@ -276,11 +298,66 @@ @@ -276,11 +298,66 @@
276 // 获取咨询单位 298 // 获取咨询单位
277 this.getzixundanwei(); 299 this.getzixundanwei();
278 // 获取分类汇总数据 300 // 获取分类汇总数据
279 - this.getfenhuilist() 301 + this.getfenhuilist();
  302 + // 获取主管部门列表
  303 + this.getzhugaunlist()
280 304
281 305
282 }, 306 },
  307 + computed: {
  308 + startDate() {
  309 + return this.getDate('start');
  310 + },
  311 + endDate() {
  312 + return this.getDate('end');
  313 + }
  314 + },
283 methods: { 315 methods: {
  316 + hide(){
  317 + this.tizhangshow=false
  318 + },
  319 + hidek(){
  320 +
  321 + },
  322 + // 获取主管部门列表
  323 + getzhugaunlist(){
  324 + let that = this;
  325 + console.log(9988776655)
  326 + let url = "project/Get_ComDepartment";
  327 + // console.log('8877665544',param)
  328 + app.post(url, '', 'get').then(r => {
  329 + console.log(r);
  330 + that.stationlist=r.data
  331 +
  332 + }).catch(err => {
  333 + console.log(err)
  334 + })
  335 + },
  336 + getDate(type) {
  337 + const date = new Date();
  338 + let year = date.getFullYear();
  339 + let month = date.getMonth() + 1;
  340 + let day = date.getDate();
  341 +
  342 + if (type === 'start') {
  343 + year = year - 60;
  344 + } else if (type === 'end') {
  345 + year = year + 2;
  346 + }
  347 + month = month > 9 ? month : '0' + month;;
  348 + day = day > 9 ? day : '0' + day;
  349 + return `${year}-${month}-${day}`;
  350 + },
  351 + //选择主管部门
  352 +
  353 + bindstationrChange: function(e) {
  354 + console.log('picker发送选择改变,携带值为', e.target.value)
  355 + this.stationindex = e.target.value;
  356 + this.stationname = this.stationlist[e.target.value].fname;
  357 + this.document=this.stationlist[e.target.value].fid;
  358 + console.log(that.document)
  359 +
  360 + },
284 reset() { 361 reset() {
285 this.projectname = '项目类型'; 362 this.projectname = '项目类型';
286 this.danweiname = '评审类型'; 363 this.danweiname = '评审类型';
@@ -291,17 +368,20 @@ @@ -291,17 +368,20 @@
291 this.fprojectcategory = ''; 368 this.fprojectcategory = '';
292 this.sendyear = ''; 369 this.sendyear = '';
293 this.submitdateone = ''; 370 this.submitdateone = '';
294 - this.submitdatetwo = '' 371 + this.submitdatetwo = '';
  372 + this.stationname='请选择主管部门';
  373 + this.document=''
295 }, 374 },
296 // 筛选 375 // 筛选
297 - onNavigationBarButtonTap() { 376 + shai() {
298 this.tizhangshow = !this.tizhangshow 377 this.tizhangshow = !this.tizhangshow
299 // 点击筛选 378 // 点击筛选
300 }, 379 },
301 // 年改变 380 // 年改变
302 yearchange(e) { 381 yearchange(e) {
303 this.yearindex = e.target.value; 382 this.yearindex = e.target.value;
304 - this.sendyear = this.yeararr[e.target.value] 383 + this.sendyear = this.yeararr[e.target.value];
  384 + this.yearname= this.yeararr[e.target.value];
305 }, 385 },
306 // 修改日期 386 // 修改日期
307 387
@@ -418,6 +498,7 @@ @@ -418,6 +498,7 @@
418 sendyear: that.sendyear, 498 sendyear: that.sendyear,
419 submitdateone: that.submitdateone, 499 submitdateone: that.submitdateone,
420 submitdatetwo: that.submitdatetwo, 500 submitdatetwo: that.submitdatetwo,
  501 + document:that.document
421 502
422 } 503 }
423 console.log(param) 504 console.log(param)
@@ -447,7 +528,7 @@ @@ -447,7 +528,7 @@
447 console.log(e) 528 console.log(e)
448 this.fid = e.target.dataset.id; 529 this.fid = e.target.dataset.id;
449 uni.navigateTo({ 530 uni.navigateTo({
450 - url: '../xiangmuleixinghuidetail/xiangmuleixinghuidetail?fid=' + this.fid 531 + url: '../xiangmuleixinghuidetail/xiangmuleixinghuidetail?fid=' + this.fid+'&document='+this.document
451 }) 532 })
452 // this.huizong=false; 533 // this.huizong=false;
453 // this.getdetail(); 534 // this.getdetail();
@@ -499,6 +580,13 @@ @@ -499,6 +580,13 @@
499 page { 580 page {
500 background: #f9f9f9; 581 background: #f9f9f9;
501 } 582 }
  583 + .topheadk{
  584 + position: fixed;
  585 + top:0;
  586 + left:0;
  587 + background: #fff;
  588 + width:750rpx;
  589 + }
502 590
503 .headbox { 591 .headbox {
504 background: #fff; 592 background: #fff;
@@ -538,6 +626,7 @@ @@ -538,6 +626,7 @@
538 padding: 0 20rpx; 626 padding: 0 20rpx;
539 box-sizing: border-box; 627 box-sizing: border-box;
540 background: #fff; 628 background: #fff;
  629 + margin-top:100rpx;
541 } 630 }
542 631
543 .taizhanghead { 632 .taizhanghead {
@@ -16,26 +16,26 @@ @@ -16,26 +16,26 @@
16 </view> 16 </view>
17 <view class="projectlist"> 17 <view class="projectlist">
18 18
19 - <view class="projectitem"> 19 + <!-- <view class="projectitem">
20 <view class="projectitemleft">项目编号:</view> 20 <view class="projectitemleft">项目编号:</view>
21 <view class="projectitemright">{{item.fnumber}}</view> 21 <view class="projectitemright">{{item.fnumber}}</view>
22 - </view>  
23 - <view class="projectitem"> 22 + </view> -->
  23 + <!-- <view class="projectitem">
24 <view class="projectitemleft">项目类型:</view> 24 <view class="projectitemleft">项目类型:</view>
25 <view class="projectitemright">{{item.fprojecttype}}</view> 25 <view class="projectitemright">{{item.fprojecttype}}</view>
26 - </view> 26 + </view> -->
27 <view class="projectitem"> 27 <view class="projectitem">
28 <view class="projectitemleft">项目名称:</view> 28 <view class="projectitemleft">项目名称:</view>
29 <view class="projectitemright">{{item.fname}}</view> 29 <view class="projectitemright">{{item.fname}}</view>
30 </view> 30 </view>
31 - <view class="projectitem"> 31 + <!-- <view class="projectitem">
32 <view class="projectitemleft">当前评审节点:</view> 32 <view class="projectitemleft">当前评审节点:</view>
33 <view class="projectitemright">{{item.fcurrentname}}</view> 33 <view class="projectitemright">{{item.fcurrentname}}</view>
34 </view> 34 </view>
35 <view class="projectitem"> 35 <view class="projectitem">
36 <view class="projectitemleft">评审类型:</view> 36 <view class="projectitemleft">评审类型:</view>
37 <view class="projectitemright">{{item.freviewtype}}</view> 37 <view class="projectitemright">{{item.freviewtype}}</view>
38 - </view> 38 + </view> -->
39 <!-- <view class="projectitem"> 39 <!-- <view class="projectitem">
40 <view class="projectitemleft">项目类型:</view> 40 <view class="projectitemleft">项目类型:</view>
41 <view class="projectitemright">咨询服务类</view> 41 <view class="projectitemright">咨询服务类</view>
@@ -45,12 +45,12 @@ @@ -45,12 +45,12 @@
45 <view class="projectitemleft">评审类型:</view> 45 <view class="projectitemleft">评审类型:</view>
46 <view class="projectitemright">结算</view> 46 <view class="projectitemright">结算</view>
47 </view> --> 47 </view> -->
48 - <view class="projectitem"> 48 + <!-- <view class="projectitem">
49 <view class="projectitemleft">送审单位:</view> 49 <view class="projectitemleft">送审单位:</view>
50 <view class="projectitemright" v-if="item.fdrgdoment==undefined"></view> 50 <view class="projectitemright" v-if="item.fdrgdoment==undefined"></view>
51 <view class="projectitemright" v-else>{{item.fdrgdoment}}</view> 51 <view class="projectitemright" v-else>{{item.fdrgdoment}}</view>
52 </view> 52 </view>
53 - 53 + -->
54 <!-- --> 54 <!-- -->
55 <view class="projectitem"> 55 <view class="projectitem">
56 <view class="projectitemleft">送审金额:</view> 56 <view class="projectitemleft">送审金额:</view>
@@ -64,14 +64,14 @@ @@ -64,14 +64,14 @@
64 </view> 64 </view>
65 65
66 <!-- --> 66 <!-- -->
67 - <view class="projectitem"> 67 + <!-- <view class="projectitem">
68 <view class="projectitemleft">项目业主负责人:</view> 68 <view class="projectitemleft">项目业主负责人:</view>
69 <view class="projectitemright" v-if="item.fdrgmants==undefined"></view> 69 <view class="projectitemright" v-if="item.fdrgmants==undefined"></view>
70 <view class="projectitemright" v-else>{{item.fdrgmants}}</view> 70 <view class="projectitemright" v-else>{{item.fdrgmants}}</view>
71 - </view> 71 + </view> -->
72 72
73 <!-- --> 73 <!-- -->
74 - <view class="projectitem"> 74 + <!-- <view class="projectitem">
75 <view class="projectitemleft">项目业主联系人:</view> 75 <view class="projectitemleft">项目业主联系人:</view>
76 <view class="projectitemright" v-if="item.fstandbyphones==undefined"> </view> 76 <view class="projectitemright" v-if="item.fstandbyphones==undefined"> </view>
77 <view class="projectitemright" v-else>{{item.fcontacter}}</view> 77 <view class="projectitemright" v-else>{{item.fcontacter}}</view>
@@ -80,13 +80,13 @@ @@ -80,13 +80,13 @@
80 <view class="projectitemleft">项目业主联系人手机号:</view> 80 <view class="projectitemleft">项目业主联系人手机号:</view>
81 <view class="projectitemright" v-if="item.fstandbyphones==undefined"> </view> 81 <view class="projectitemright" v-if="item.fstandbyphones==undefined"> </view>
82 <view class="projectitemright" v-else>{{item.fstandbyphones}}</view> 82 <view class="projectitemright" v-else>{{item.fstandbyphones}}</view>
83 - </view> 83 + </view> -->
84 </view> 84 </view>
85 85
86 </view> 86 </view>
87 87
88 88
89 - <view class="renyaoqiu"> 89 + <!-- <view class="renyaoqiu">
90 <view class="projectinfo"> 90 <view class="projectinfo">
91 <view class="projectinfoname"> 91 <view class="projectinfoname">
92 <image src="../../static/img/xinxi.png" mode=""></image> 92 <image src="../../static/img/xinxi.png" mode=""></image>
@@ -168,7 +168,7 @@ @@ -168,7 +168,7 @@
168 </view> 168 </view>
169 </view> 169 </view>
170 </view> 170 </view>
171 - 171 + -->
172 <!-- 項目过程时间表信息 --> 172 <!-- 項目过程时间表信息 -->
173 <!-- <view class="zixun"> 173 <!-- <view class="zixun">
174 <view class="projectinfo"> 174 <view class="projectinfo">
@@ -214,7 +214,7 @@ @@ -214,7 +214,7 @@
214 214
215 215
216 216
217 - <view class="renyaoqiu"> 217 + <!-- <view class="renyaoqiu">
218 <view class="projectinfo"> 218 <view class="projectinfo">
219 <view class="projectinfoname"> 219 <view class="projectinfoname">
220 <image src="../../static/img/zhengqiu.png" mode=""></image> 220 <image src="../../static/img/zhengqiu.png" mode=""></image>
@@ -252,8 +252,8 @@ @@ -252,8 +252,8 @@
252 </view> 252 </view>
253 253
254 </view> 254 </view>
255 -  
256 - <view class="renyaoqiu"> 255 + -->
  256 + <!-- <view class="renyaoqiu">
257 <view class="projectinfo"> 257 <view class="projectinfo">
258 <view class="projectinfoname"> 258 <view class="projectinfoname">
259 <image src="../../static/img/zhengqiu.png" mode=""></image> 259 <image src="../../static/img/zhengqiu.png" mode=""></image>
@@ -291,9 +291,9 @@ @@ -291,9 +291,9 @@
291 </view> 291 </view>
292 292
293 </view> 293 </view>
294 - 294 + -->
295 <!--专家建议 --> 295 <!--专家建议 -->
296 - <view class='advise'> 296 + <!-- <view class='advise'>
297 <view class="projectinfo"> 297 <view class="projectinfo">
298 <view class="projectinfoname"> 298 <view class="projectinfoname">
299 <image src="../../static/img/zhuanjiaad.png" mode=""></image> 299 <image src="../../static/img/zhuanjiaad.png" mode=""></image>
@@ -306,7 +306,7 @@ @@ -306,7 +306,7 @@
306 {{advice[0].fexfilename}} 306 {{advice[0].fexfilename}}
307 </view> 307 </view>
308 </view> 308 </view>
309 - 309 + -->
310 <!-- <view class="zixunbottom"> 310 <!-- <view class="zixunbottom">
311 <view class="querenfen">确认分配</view> 311 <view class="querenfen">确认分配</view>
312 </view> --> 312 </view> -->
@@ -316,6 +316,8 @@ @@ -316,6 +316,8 @@
316 <image src="../../static/img/xinxi.png" mode=""></image> 316 <image src="../../static/img/xinxi.png" mode=""></image>
317 </view> 317 </view>
318 <view class="projectname">项目接件</view> 318 <view class="projectname">项目接件</view>
  319 + <view class="projectname">(总共用时{{hourjiejian}}日)</view>
  320 +
319 </view> 321 </view>
320 322
321 <view class="noadvice" v-if="projectjiejian.length==0">暂无数据</view> 323 <view class="noadvice" v-if="projectjiejian.length==0">暂无数据</view>
@@ -347,6 +349,8 @@ @@ -347,6 +349,8 @@
347 <image src="../../static/img/xinxi.png" mode=""></image> 349 <image src="../../static/img/xinxi.png" mode=""></image>
348 </view> 350 </view>
349 <view class="projectname">评审过程</view> 351 <view class="projectname">评审过程</view>
  352 + <view class="projectname">(总共用时{{hourguocheng}}日)</view>
  353 +
350 </view> 354 </view>
351 <view class="noadvice" v-if="pingshenlist.length==0">暂无数据</view> 355 <view class="noadvice" v-if="pingshenlist.length==0">暂无数据</view>
352 <view class="jiejian" v-else> 356 <view class="jiejian" v-else>
@@ -379,6 +383,7 @@ @@ -379,6 +383,7 @@
379 <image src="../../static/img/xinxi.png" mode=""></image> 383 <image src="../../static/img/xinxi.png" mode=""></image>
380 </view> 384 </view>
381 <view class="projectname">评审报告</view> 385 <view class="projectname">评审报告</view>
  386 + <view class="projectname">(总共用时{{hourbaogao}}日)</view>
382 </view> 387 </view>
383 388
384 <view class="noadvice" v-if="projectbaogaolist.length==0">暂无数据</view> 389 <view class="noadvice" v-if="projectbaogaolist.length==0">暂无数据</view>
@@ -424,7 +429,10 @@ @@ -424,7 +429,10 @@
424 pingshenlist: [], 429 pingshenlist: [],
425 // 评审报告 430 // 评审报告
426 projectbaogaolist:[], 431 projectbaogaolist:[],
427 - advice:'' 432 + advice:'',
  433 + hourguocheng:0,
  434 + hourbaogao:0,
  435 + hourjiejian:0
428 } 436 }
429 }, 437 },
430 438
@@ -497,11 +505,14 @@ @@ -497,11 +505,14 @@
497 that.projectjiejian = r.data; 505 that.projectjiejian = r.data;
498 506
499 let newprojectjiejian=that.projectjiejian; 507 let newprojectjiejian=that.projectjiejian;
500 - for(var obj of newprojectjiejian){  
501 - obj.fprocessmemotime=obj.fprocessmemotime.split("T");  
502 - obj.fprocessmemotime=obj.fprocessmemotime[0];  
503 -  
504 - 508 + let newhour=0
  509 + if(newprojectjiejian.length!=0){
  510 + for(var obj of newprojectjiejian){
  511 + obj.fprocessmemotime=obj.fprocessmemotime.split("T");
  512 + obj.fprocessmemotime=obj.fprocessmemotime[0];
  513 + newhour=newhour+Number(obj.fprocessmemodate)
  514 + }
  515 + that.hourjiejian=newhour
505 } 516 }
506 that.projectjiejian=newprojectjiejian 517 that.projectjiejian=newprojectjiejian
507 console.log(that.projectjiejian.length); 518 console.log(that.projectjiejian.length);
@@ -523,12 +534,19 @@ @@ -523,12 +534,19 @@
523 app.post(url, param, 'get').then(r => { 534 app.post(url, param, 'get').then(r => {
524 that.pingshenlist = r.data 535 that.pingshenlist = r.data
525 console.log('评审过程',r); 536 console.log('评审过程',r);
526 - let newpingshenlist=that.pingshenlist  
527 - for(var obj of newpingshenlist){  
528 - obj.fprocessmemotime1=obj.fprocessmemotime1.split("T");  
529 - obj.fprocessmemotime1=obj.fprocessmemotime1[0] 537 + let newpingshenlist=that.pingshenlist;
  538 + if(newpingshenlist.length!=0){
  539 + let newhour=0
  540 + for(var obj of newpingshenlist){
  541 + obj.fprocessmemotime1=obj.fprocessmemotime1.split("T");
  542 + obj.fprocessmemotime1=obj.fprocessmemotime1[0];
  543 + newhour=newhour+Number(obj.fprocessmemodate1)
  544 + }
  545 + that.hourguocheng=newhour
530 } 546 }
531 - that.pingshenlist=newpingshenlist 547 +
  548 + that.pingshenlist=newpingshenlist;
  549 +
532 550
533 }).catch(err => { 551 }).catch(err => {
534 console.log(err) 552 console.log(err)
@@ -546,11 +564,19 @@ @@ -546,11 +564,19 @@
546 // console.log('8877665544',param) 564 // console.log('8877665544',param)
547 app.post(url, param, 'get').then(r => { 565 app.post(url, param, 'get').then(r => {
548 that.projectbaogaolist = r.data; 566 that.projectbaogaolist = r.data;
549 - let newprojectbaogaolist=that.projectbaogaolist  
550 - for(var obj of newprojectbaogaolist){  
551 - obj.fprocessmemotime3=obj.fprocessmemotime3.split("T");  
552 - obj.fprocessmemotime3=obj.fprocessmemotime3[0] 567 + let newprojectbaogaolist=that.projectbaogaolist;
  568 + if(newprojectbaogaolist.length!=0){
  569 + let hour=0
  570 + for(var obj of newprojectbaogaolist){
  571 + obj.fprocessmemotime3=obj.fprocessmemotime3.split("T");
  572 + obj.fprocessmemotime3=obj.fprocessmemotime3[0];
  573 + hour=hour+Number(obj.fprocessmemodate3)
  574 + }
  575 + that.hourbaogao=hour
553 } 576 }
  577 +
  578 +
  579 +
554 that.projectbaogaolist=newprojectbaogaolist 580 that.projectbaogaolist=newprojectbaogaolist
555 console.log('评审报告',that.projectbaogaolist); 581 console.log('评审报告',that.projectbaogaolist);
556 582
@@ -560,7 +586,6 @@ @@ -560,7 +586,6 @@
560 } 586 }
561 587
562 }, 588 },
563 -  
564 } 589 }
565 </script> 590 </script>
566 <style> 591 <style>
@@ -569,7 +594,7 @@ @@ -569,7 +594,7 @@
569 } 594 }
570 595
571 .box { 596 .box {
572 - background: #F9F9F9; 597 + /* background: #F9F9F9; */
573 padding: 0 32rpx; 598 padding: 0 32rpx;
574 box-sizing: border-box; 599 box-sizing: border-box;
575 } 600 }
@@ -658,9 +683,12 @@ @@ -658,9 +683,12 @@
658 } 683 }
659 684
660 .projectitemright { 685 .projectitemright {
  686 + width:480rpx;
  687 + margin-left:20rpx;
661 color: #3D444D; 688 color: #3D444D;
662 font-size: 26rpx; 689 font-size: 26rpx;
663 font-weight: bold; 690 font-weight: bold;
  691 + text-align: right;
664 } 692 }
665 693
666 .renyuanleft { 694 .renyuanleft {
1 <template> 1 <template>
2 <view class="box"> 2 <view class="box">
3 - <view class="head">  
4 - <view class="headitem">  
5 - <view class="headitemtop">在审项目数</view>  
6 - <view class="headitembot">{{end[0].ftrialcount}}</view> 3 + <view class="topheadk">
  4 + <view class="shaiselecttop">
  5 + <view class='shaiselect' @click="shai">筛选</view>
7 </view> 6 </view>
8 - <view class="headitem">  
9 - <view class="headitemtop">审结项目数</view>  
10 - <view class="headitembot">{{end[0].fconcludecount}}</view>  
11 - </view>  
12 - <view class="headitem">  
13 - <view class="headitemtop">总项目数</view>  
14 - <view class="headitembot">{{end[0].fcount}}</view> 7 + <view class="head">
  8 +
  9 + <view class="headitem">
  10 + <view class="headitemtop">在审项目数</view>
  11 + <view class="headitembot">{{end==''?'':end[0].ftrialcount}}</view>
  12 + </view>
  13 + <view class="headitem">
  14 + <view class="headitemtop">审结项目数</view>
  15 + <view class="headitembot">{{end==''?'':end[0].fconcludecount}}</view>
  16 + </view>
  17 + <view class="headitem">
  18 + <view class="headitemtop">总项目数</view>
  19 + <view class="headitembot">{{end==''?'':end[0].fcount}}</view>
  20 + </view>
15 </view> 21 </view>
  22 +
  23 +
16 </view> 24 </view>
  25 +
  26 +
17 <view class="nodata" v-if="xiangmulist.length==0">暂无数据</view> 27 <view class="nodata" v-if="xiangmulist.length==0">暂无数据</view>
18 28
19 <view class="taizhang" v-else> 29 <view class="taizhang" v-else>
@@ -54,8 +64,8 @@ @@ -54,8 +64,8 @@
54 </view> 64 </view>
55 --> 65 -->
56 66
57 - <view class="register" v-if="tizhangshow">  
58 - <view class="taizhangwrap"> 67 + <view class="register" v-if="tizhangshow" @click="hide">
  68 + <view class="taizhangwrap" @click.stop="hidek">
59 <view class="wrapbox"> 69 <view class="wrapbox">
60 <view class="wrapitem"> 70 <view class="wrapitem">
61 <view class="wrapitemleft">项目类型</view> 71 <view class="wrapitemleft">项目类型</view>
@@ -68,6 +78,17 @@ @@ -68,6 +78,17 @@
68 </view> 78 </view>
69 </picker> 79 </picker>
70 </view> 80 </view>
  81 + <view class="wrapitem">
  82 + <view class="wrapitemleft">主管部门</view>
  83 + <picker @change="bindstationrChange" :value="stationindex" :range="stationlist" range-key="fname">
  84 + <view class="wrapitemright">
  85 +
  86 + <view class="uni-input projectname">{{stationname}}</view>
  87 +
  88 + <!-- <input type="text" /> -->
  89 + </view>
  90 + </picker>
  91 + </view>
71 92
72 93
73 <view class="wrapitem"> 94 <view class="wrapitem">
@@ -93,7 +114,7 @@ @@ -93,7 +114,7 @@
93 114
94 115
95 <view class="nianduleft"> 116 <view class="nianduleft">
96 - <view class="uni-input projectname">{{yeararr[yearindex]}}</view> 117 + <view class="uni-input projectname">{{yearname}}</view>
97 <!-- <input type="text" /> --> 118 <!-- <input type="text" /> -->
98 </view> 119 </view>
99 120
@@ -169,9 +190,22 @@ @@ -169,9 +190,22 @@
169 startdate: '开始时间', 190 startdate: '开始时间',
170 endate: '结束时间', 191 endate: '结束时间',
171 projectname: '项目类型', 192 projectname: '项目类型',
172 - danweiname: '咨询单位' 193 + danweiname: '咨询单位',
  194 + stationname:'请选择主管部门',
  195 + stationindex:0,
  196 + document:'',
  197 + stationlist:[],
  198 + yearname:'请选择年度',
173 } 199 }
174 }, 200 },
  201 + computed: {
  202 + startDate() {
  203 + return this.getDate('start');
  204 + },
  205 + endDate() {
  206 + return this.getDate('end');
  207 + }
  208 + },
175 onLoad() { 209 onLoad() {
176 // 获取今年 210 // 获取今年
177 var date = new Date(); 211 var date = new Date();
@@ -186,10 +220,55 @@ @@ -186,10 +220,55 @@
186 // 获取咨询单位列表 220 // 获取咨询单位列表
187 this.getzixundanwei() 221 this.getzixundanwei()
188 // 获取台账列表 222 // 获取台账列表
189 - this.gettiazhanglist() 223 + this.gettiazhanglist();
  224 + this.getzhugaunlist()
190 225
191 }, 226 },
192 methods: { 227 methods: {
  228 + hide(){
  229 + this.tizhangshow=false
  230 + },
  231 + hidek(){
  232 +
  233 + },
  234 +
  235 + // 获取主管部门列表
  236 + getzhugaunlist(){
  237 + let that = this;
  238 + console.log(9988776655)
  239 + let url = "project/Get_ComDepartment";
  240 + // console.log('8877665544',param)
  241 + app.post(url, '', 'get').then(r => {
  242 + console.log(r);
  243 + that.stationlist=r.data
  244 +
  245 + }).catch(err => {
  246 + console.log(err)
  247 + })
  248 + },
  249 + bindstationrChange: function(e) {
  250 + console.log('picker发送选择改变,携带值为', e.target.value)
  251 + this.stationindex = e.target.value;
  252 + this.stationname = this.stationlist[e.target.value].fname;
  253 + this.document = this.stationlist[e.target.value].fid;
  254 + console.log(this.document)
  255 +
  256 + },
  257 + getDate(type) {
  258 + const date = new Date();
  259 + let year = date.getFullYear();
  260 + let month = date.getMonth() + 1;
  261 + let day = date.getDate();
  262 +
  263 + if (type === 'start') {
  264 + year = year - 60;
  265 + } else if (type === 'end') {
  266 + year = year + 2;
  267 + }
  268 + month = month > 9 ? month : '0' + month;;
  269 + day = day > 9 ? day : '0' + day;
  270 + return `${year}-${month}-${day}`;
  271 + },
193 272
194 // 重置 273 // 重置
195 reset(){ 274 reset(){
@@ -206,7 +285,7 @@ @@ -206,7 +285,7 @@
206 }, 285 },
207 286
208 // 筛选 287 // 筛选
209 - onNavigationBarButtonTap() { 288 + shai() {
210 this.tizhangshow = !this.tizhangshow 289 this.tizhangshow = !this.tizhangshow
211 // 点击筛选 290 // 点击筛选
212 }, 291 },
@@ -280,7 +359,8 @@ @@ -280,7 +359,8 @@
280 // 年改变 359 // 年改变
281 yearchange(e) { 360 yearchange(e) {
282 this.yearindex = e.target.value; 361 this.yearindex = e.target.value;
283 - this.sendyear = this.yeararr[e.target.value] 362 + this.sendyear = this.yeararr[e.target.value];
  363 + this.yearname=this.yeararr[e.target.value];
284 }, 364 },
285 365
286 gettiazhanglist() { 366 gettiazhanglist() {
@@ -296,7 +376,8 @@ @@ -296,7 +376,8 @@
296 submitdateone: that.submitdateone, 376 submitdateone: that.submitdateone,
297 submitdatetwo: that.submitdatetwo, 377 submitdatetwo: that.submitdatetwo,
298 document: '', 378 document: '',
299 - fteam: '' 379 + fteam: '',
  380 + document:that.document
300 }; 381 };
301 console.log('8877665544', param) 382 console.log('8877665544', param)
302 console.log(url) 383 console.log(url)
@@ -379,7 +460,16 @@ @@ -379,7 +460,16 @@
379 page { 460 page {
380 background: #F9F9F9; 461 background: #F9F9F9;
381 } 462 }
382 - 463 + .taizhangwrap{
  464 + height: auto!important;
  465 + }
  466 + .topheadk{
  467 + position: fixed;
  468 + top:0;
  469 + left:0;
  470 + background: #fff;
  471 + width:750rpx;
  472 + }
383 .head { 473 .head {
384 width: 750rpx; 474 width: 750rpx;
385 margin: 0 auto; 475 margin: 0 auto;
@@ -419,10 +509,14 @@ @@ -419,10 +509,14 @@
419 font-size: 32rpx; 509 font-size: 32rpx;
420 margin-top: 15rpx; 510 margin-top: 15rpx;
421 } 511 }
  512 + .taizhang{
  513 + margin-top:250rpx!important;
  514 + }
422 515
423 .taizhangbox { 516 .taizhangbox {
424 padding: 0 34rpx; 517 padding: 0 34rpx;
425 box-sizing: border-box; 518 box-sizing: border-box;
  519 +
426 } 520 }
427 521
428 .taizhang { 522 .taizhang {
1 <template> 1 <template>
2 <view class="box"> 2 <view class="box">
3 - <view class="head">  
4 - <view class="headitem">  
5 - <view class="headitemtop">在审项目数</view>  
6 - <view class="headitembot">{{end[0].ftrialcount}}</view> 3 + <view class="topheadk">
  4 + <view class="shaiselecttop">
  5 + <view class='shaiselect' @click="shai">筛选</view>
7 </view> 6 </view>
8 - <view class="headitem">  
9 - <view class="headitemtop">审结项目数</view>  
10 - <view class="headitembot">{{end[0].fconcludecount}}</view>  
11 - </view>  
12 - <view class="headitem">  
13 - <view class="headitemtop">总项目数</view>  
14 - <view class="headitembot">{{end[0].fcount}}</view> 7 + <view class="head">
  8 + <view class="headitem">
  9 + <view class="headitemtop">在审项目数</view>
  10 + <view class="headitembot">{{end==''?'':end[0].ftrialcount}}</view>
  11 + </view>
  12 + <view class="headitem">
  13 + <view class="headitemtop">审结项目数</view>
  14 + <view class="headitembot">{{end==''?'':end[0].fconcludecount}}</view>
  15 + </view>
  16 + <view class="headitem">
  17 + <view class="headitemtop">总项目数</view>
  18 + <view class="headitembot">{{end==''?'':end[0].fcount}}</view>
  19 + </view>
15 </view> 20 </view>
16 </view> 21 </view>
17 22
  23 +
18 <view class="nodata" v-if="xiangmulist.length==0">暂无数据</view> 24 <view class="nodata" v-if="xiangmulist.length==0">暂无数据</view>
19 25
20 <view class="taizhang" v-else> 26 <view class="taizhang" v-else>
@@ -55,8 +61,8 @@ @@ -55,8 +61,8 @@
55 </view> 61 </view>
56 --> 62 -->
57 63
58 - <view class="register" v-if="tizhangshow">  
59 - <view class="taizhangwrap"> 64 + <view class="register" v-if="tizhangshow" @click="hide">
  65 + <view class="taizhangwrap" @click.stop="hidek">
60 <view class="wrapbox"> 66 <view class="wrapbox">
61 <view class="wrapitem"> 67 <view class="wrapitem">
62 <view class="wrapitemleft">项目类型</view> 68 <view class="wrapitemleft">项目类型</view>
@@ -68,12 +74,23 @@ @@ -68,12 +74,23 @@
68 </view> 74 </view>
69 </picker> 75 </picker>
70 </view> 76 </view>
  77 + <view class="wrapitem">
  78 + <view class="wrapitemleft">主管部门</view>
  79 + <picker @change="bindstationrChange" :value="stationindex" :range="stationlist" range-key="fname">
  80 + <view class="wrapitemright">
  81 +
  82 + <view class="uni-input projectname">{{stationname}}</view>
71 83
  84 + <!-- <input type="text" /> -->
  85 + </view>
  86 + </picker>
  87 + </view>
  88 +
72 <view class="wrapitem"> 89 <view class="wrapitem">
73 <view class="wrapitemleft">项目组</view> 90 <view class="wrapitemleft">项目组</view>
74 <picker @change="danweichange" :value="danweiindex" :range="danweilist" range-key="fname"> 91 <picker @change="danweichange" :value="danweiindex" :range="danweilist" range-key="fname">
75 <view class="wrapitemright"> 92 <view class="wrapitemright">
76 - 93 +
77 <view class="uni-input projectname">{{danweiname}}</view> 94 <view class="uni-input projectname">{{danweiname}}</view>
78 <!-- <input type="text" /> --> 95 <!-- <input type="text" /> -->
79 </view> 96 </view>
@@ -102,7 +119,7 @@ @@ -102,7 +119,7 @@
102 119
103 120
104 <view class="nianduleft"> 121 <view class="nianduleft">
105 - <view class="uni-input projectname">{{yeararr[yearindex]}}</view> 122 + <view class="uni-input projectname">{{yearname}}</view>
106 <!-- <input type="text" /> --> 123 <!-- <input type="text" /> -->
107 </view> 124 </view>
108 125
@@ -177,8 +194,21 @@ @@ -177,8 +194,21 @@
177 yearindex: -1, 194 yearindex: -1,
178 startdate: '开始时间', 195 startdate: '开始时间',
179 endate: '结束时间', 196 endate: '结束时间',
180 - projectname:'项目类型',  
181 - danweiname:'项目组' 197 + projectname: '项目类型',
  198 + danweiname: '项目组',
  199 + stationname:'请选择主管部门',
  200 + stationindex:0,
  201 + document:'',
  202 + stationlist:[],
  203 + yearname:'请选择年度',
  204 + }
  205 + },
  206 + computed: {
  207 + startDate() {
  208 + return this.getDate('start');
  209 + },
  210 + endDate() {
  211 + return this.getDate('end');
182 } 212 }
183 }, 213 },
184 onLoad() { 214 onLoad() {
@@ -205,7 +235,9 @@ @@ -205,7 +235,9 @@
205 // 获取咨询单位列表 235 // 获取咨询单位列表
206 this.getzixundanwei() 236 this.getzixundanwei()
207 // 获取台账列表 237 // 获取台账列表
208 - this.gettiazhanglist() 238 + this.gettiazhanglist();
  239 + // 获取主管部门列表
  240 + this.getzhugaunlist();
209 241
210 }, 242 },
211 243
@@ -218,21 +250,64 @@ @@ -218,21 +250,64 @@
218 // } 250 // }
219 // }, 251 // },
220 methods: { 252 methods: {
221 - reset(){  
222 - this.yearindex=-1,  
223 - this.startdate='开始时间';  
224 - this.endate='结束时间';  
225 - this.projectname='项目类型';  
226 - this.danweiname='项目组';  
227 - this.fprojectcategory='' 253 + hide(){
  254 + this.tizhangshow=false
  255 + },
  256 + hidek(){
228 257
229 - this.sendyear= '';  
230 - this.submitdateone='';  
231 - this.submitdatetwo='';  
232 - this.fteam=''; 258 + },
  259 + // 获取主管部门列表
  260 + getzhugaunlist(){
  261 + let that = this;
  262 + console.log(9988776655)
  263 + let url = "project/Get_ComDepartment";
  264 + // console.log('8877665544',param)
  265 + app.post(url, '', 'get').then(r => {
  266 + console.log(r);
  267 + that.stationlist=r.data
  268 +
  269 + }).catch(err => {
  270 + console.log(err)
  271 + })
  272 + },
  273 + bindstationrChange: function(e) {
  274 + console.log('picker发送选择改变,携带值为', e.target.value)
  275 + this.stationindex = e.target.value;
  276 + this.stationname = this.stationlist[e.target.value].fname;
  277 + this.document = this.stationlist[e.target.value].fid;
  278 + console.log(this.document)
  279 +
  280 + },
  281 + getDate(type) {
  282 + const date = new Date();
  283 + let year = date.getFullYear();
  284 + let month = date.getMonth() + 1;
  285 + let day = date.getDate();
  286 +
  287 + if (type === 'start') {
  288 + year = year - 60;
  289 + } else if (type === 'end') {
  290 + year = year + 2;
  291 + }
  292 + month = month > 9 ? month : '0' + month;;
  293 + day = day > 9 ? day : '0' + day;
  294 + return `${year}-${month}-${day}`;
  295 + },
  296 + reset() {
  297 + this.yearindex = -1,
  298 + this.startdate = '开始时间';
  299 + this.endate = '结束时间';
  300 + this.projectname = '项目类型';
  301 + this.danweiname = '项目组';
  302 + this.fprojectcategory = ''
  303 +
  304 + this.sendyear = '';
  305 + this.submitdateone = '';
  306 + this.submitdatetwo = '';
  307 + this.fteam = '';
233 }, 308 },
234 // 筛选 309 // 筛选
235 - onNavigationBarButtonTap() { 310 + shai() {
236 this.tizhangshow = !this.tizhangshow 311 this.tizhangshow = !this.tizhangshow
237 // 点击筛选 312 // 点击筛选
238 }, 313 },
@@ -257,20 +332,21 @@ @@ -257,20 +332,21 @@
257 bindPickerChange: function(e) { 332 bindPickerChange: function(e) {
258 console.log('picker发送选择改变,携带值为', e.target.value) 333 console.log('picker发送选择改变,携带值为', e.target.value)
259 this.index = e.target.value; 334 this.index = e.target.value;
260 - this.fprojectcategory=this.projectlist[e.target.value].fname;  
261 - this.projectname=this.projectlist[e.target.value].fname 335 + this.fprojectcategory = this.projectlist[e.target.value].fname;
  336 + this.projectname = this.projectlist[e.target.value].fname
262 }, 337 },
263 338
264 // 修改日期 339 // 修改日期
265 340
266 bindDateChange: function(e) { 341 bindDateChange: function(e) {
267 this.startdate = e.target.value; 342 this.startdate = e.target.value;
268 - this.submitdateone=e.target.value; 343 + this.submitdateone = e.target.value;
  344 +
269 }, 345 },
270 346
271 endDateChange(e) { 347 endDateChange(e) {
272 this.endate = e.target.value; 348 this.endate = e.target.value;
273 - this.submitdatetwo=e.target.value; 349 + this.submitdatetwo = e.target.value;
274 }, 350 },
275 351
276 //获取项目组 352 //获取项目组
@@ -281,7 +357,7 @@ @@ -281,7 +357,7 @@
281 357
282 358
283 app.post(url, '', 'get').then(r => { 359 app.post(url, '', 'get').then(r => {
284 - console.log(r); 360 + console.log(r);
285 that.danweilist = r.data; 361 that.danweilist = r.data;
286 // that.danweilist=JSON.stringify(that.danweilist) 362 // that.danweilist=JSON.stringify(that.danweilist)
287 console.log(that.danweilist) 363 console.log(that.danweilist)
@@ -300,13 +376,14 @@ @@ -300,13 +376,14 @@
300 danweichange: function(e) { 376 danweichange: function(e) {
301 console.log('picker发送选择改变,携带值为', e.target.value) 377 console.log('picker发送选择改变,携带值为', e.target.value)
302 this.danweiindex = e.target.value; 378 this.danweiindex = e.target.value;
303 - this.fintorg=this.danweilist[e.target.value].fname;  
304 - this.danweiname=this.danweilist[e.target.value].fname; 379 + this.fintorg = this.danweilist[e.target.value].fname;
  380 + this.danweiname = this.danweilist[e.target.value].fname;
305 }, 381 },
306 // 年改变 382 // 年改变
307 yearchange(e) { 383 yearchange(e) {
308 this.yearindex = e.target.value; 384 this.yearindex = e.target.value;
309 - this.sendyear=this.yeararr[e.target.value] 385 + this.sendyear = this.yeararr[e.target.value];
  386 + this.yearname= this.yeararr[e.target.value];
310 }, 387 },
311 388
312 gettiazhanglist() { 389 gettiazhanglist() {
@@ -316,18 +393,19 @@ @@ -316,18 +393,19 @@
316 393
317 let param = { 394 let param = {
318 toaudit: 'fteam', 395 toaudit: 'fteam',
319 - document:'' , 396 + document: '',
320 fprojectcategory: that.fprojectcategory, 397 fprojectcategory: that.fprojectcategory,
321 - 398 +
322 sendyear: that.sendyear, 399 sendyear: that.sendyear,
323 submitdateone: that.submitdateone, 400 submitdateone: that.submitdateone,
324 submitdatetwo: that.submitdatetwo, 401 submitdatetwo: that.submitdatetwo,
325 fteam: that.fintorg, 402 fteam: that.fintorg,
326 fintorg: '', 403 fintorg: '',
  404 + document:that.document
327 }; 405 };
328 console.log('8877665544', param) 406 console.log('8877665544', param)
329 app.post(url, param, 'get').then(r => { 407 app.post(url, param, 'get').then(r => {
330 - console.log(r) 408 + console.log(r)
331 409
332 // console.log('1234567890',r) 410 // console.log('1234567890',r)
333 // let data=JSON.stringify(r) 411 // let data=JSON.stringify(r)
@@ -358,23 +436,23 @@ @@ -358,23 +436,23 @@
358 436
359 }, 437 },
360 438
361 - search(){ 439 + search() {
362 console.log(7766554) 440 console.log(7766554)
363 this.gettiazhanglist(); 441 this.gettiazhanglist();
364 - this.tizhangshow=false 442 + this.tizhangshow = false
365 }, 443 },
366 -  
367 - 444 +
  445 +
368 // 项目台账详情 446 // 项目台账详情
369 taizhangdetail(e) { 447 taizhangdetail(e) {
370 console.log(e) 448 console.log(e)
371 let item = e.target.dataset.item; 449 let item = e.target.dataset.item;
372 - 450 +
373 item = JSON.stringify(item); 451 item = JSON.stringify(item);
374 console.log(item) 452 console.log(item)
375 uni.navigateTo({ 453 uni.navigateTo({
376 - url: '../zhugauntaidetail/zhugauntaidetail?item='+item+"&type="+6  
377 - 454 + url: '../zhugauntaidetail/zhugauntaidetail?item=' + item + "&type=" + 6
  455 +
378 }) 456 })
379 }, 457 },
380 458
@@ -402,7 +480,9 @@ @@ -402,7 +480,9 @@
402 page { 480 page {
403 background: #F9F9F9; 481 background: #F9F9F9;
404 } 482 }
405 - 483 + .taizhangwrap{
  484 + height:auto!important;
  485 + }
406 .head { 486 .head {
407 width: 750rpx; 487 width: 750rpx;
408 margin: 0 auto; 488 margin: 0 auto;
@@ -415,6 +495,13 @@ @@ -415,6 +495,13 @@
415 495
416 496
417 } 497 }
  498 + .topheadk{
  499 + position: fixed;
  500 + top:0;
  501 + left:0;
  502 + background: #fff;
  503 + width:750rpx;
  504 + }
418 505
419 .headitem { 506 .headitem {
420 width: 350rpx; 507 width: 350rpx;
@@ -489,6 +576,9 @@ @@ -489,6 +576,9 @@
489 .taiboxitem:last-child { 576 .taiboxitem:last-child {
490 border-bottom: none 577 border-bottom: none
491 } 578 }
  579 + .taizhang{
  580 + margin-top:250rpx;
  581 + }
492 582
493 .taizhangleft { 583 .taizhangleft {
494 color: #06121E; 584 color: #06121E;
1 <template> 1 <template>
2 <view class="box"> 2 <view class="box">
3 - <view class="head">  
4 - <view class="headitem">  
5 - <view class="headitemtop">在审项目数</view>  
6 - <view class="headitembot">{{end[0].ftrialcount}}</view> 3 + <view class="topheadk">
  4 + <view class="shaiselecttop">
  5 + <view class='shaiselect' @click="shai">筛选</view>
7 </view> 6 </view>
8 - <view class="headitem">  
9 - <view class="headitemtop">审结项目数</view>  
10 - <view class="headitembot">{{end[0].fconcludecount}}</view>  
11 - </view>  
12 - <view class="headitem">  
13 - <view class="headitemtop">总项目数</view>  
14 - <view class="headitembot">{{end[0].fcount}}</view> 7 + <view class="head">
  8 + <view class="headitem">
  9 + <view class="headitemtop">在审项目数</view>
  10 + <view class="headitembot">{{end==''?'':end[0].ftrialcount}}</view>
  11 + </view>
  12 + <view class="headitem">
  13 + <view class="headitemtop">审结项目数</view>
  14 + <view class="headitembot">{{end==''?'':end[0].fconcludecount}}</view>
  15 + </view>
  16 + <view class="headitem">
  17 + <view class="headitemtop">总项目数</view>
  18 + <view class="headitembot">{{end==''?'':end[0].fcount}}</view>
  19 + </view>
15 </view> 20 </view>
16 </view> 21 </view>
  22 +
17 23
18 <view class="nodata" v-if="xiangmulist.length==0">暂无数据</view> 24 <view class="nodata" v-if="xiangmulist.length==0">暂无数据</view>
19 25
@@ -55,12 +61,12 @@ @@ -55,12 +61,12 @@
55 </view> 61 </view>
56 --> 62 -->
57 63
58 - <view class="register" v-if="tizhangshow">  
59 - <view class="taizhangwrap"> 64 + <view class="register" v-if="tizhangshow" @click="hide">
  65 + <view class="taizhangwrap" @click.stop="hidek">
60 <view class="wrapbox"> 66 <view class="wrapbox">
61 <view class="wrapitem"> 67 <view class="wrapitem">
62 <view class="wrapitemleft">项目类型</view> 68 <view class="wrapitemleft">项目类型</view>
63 - <picker @change="bindPickerChange" :value="index" :range="projectlist" range-key="fname"> 69 + <picker @change.stop="bindPickerChange" :value="index" :range="projectlist" range-key="fname">
64 <view class="wrapitemright"> 70 <view class="wrapitemright">
65 71
66 <view class="uni-input projectname">{{projectname}}</view> 72 <view class="uni-input projectname">{{projectname}}</view>
@@ -70,16 +76,27 @@ @@ -70,16 +76,27 @@
70 </picker> 76 </picker>
71 </view> 77 </view>
72 <view class="wrapitem"> 78 <view class="wrapitem">
73 - <view class="wrapitemleft">单位名称</view>  
74 - <picker @change="danweichange" :value="danweiindex" :range="danweilist" range-key="fname"> 79 + <view class="wrapitemleft">主管部门</view>
  80 + <picker @change.stop="bindstationrChange" :value="stationindex" :range="stationlist" range-key="fname">
75 <view class="wrapitemright"> 81 <view class="wrapitemright">
76 82
77 - <view class="uni-input projectname">{{danweiname}}</view> 83 + <view class="uni-input projectname">{{stationname}}</view>
78 84
79 <!-- <input type="text" /> --> 85 <!-- <input type="text" /> -->
80 </view> 86 </view>
81 </picker> 87 </picker>
82 </view> 88 </view>
  89 + <view class="wrapitem">
  90 + <view class="wrapitemleft">单位名称</view>
  91 + <picker @change.stop="danweichange" :value="danweiindex" :range="danweilist" range-key="fname">
  92 + <view class="wrapitemright">
  93 +
  94 + <view class="uni-input projectname">{{danweiname}}</view>
  95 +
  96 + <!-- <input type="text" /> -->
  97 + </view>
  98 + </picker>
  99 + </view>
83 <!-- <view class="wrapitem"> 100 <!-- <view class="wrapitem">
84 <view class="wrapitemleft">单位名称</view> 101 <view class="wrapitemleft">单位名称</view>
85 <view class="wrapitemright"> 102 <view class="wrapitemright">
@@ -95,10 +112,10 @@ @@ -95,10 +112,10 @@
95 112
96 <view class="wrapitem"> 113 <view class="wrapitem">
97 <view class="wrapitemleft">年度</view> 114 <view class="wrapitemleft">年度</view>
98 - <picker @change="yearchange" :value="yearindex" :range="yeararr"> 115 + <picker @change.stop="yearchange" :value="yearindex" :range="yeararr">
99 <view class="wrapitemright"> 116 <view class="wrapitemright">
100 <view class="nianduleft"> 117 <view class="nianduleft">
101 - <view class="uni-input projectname">{{yeararr[yearindex]}}</view> 118 + <view class="uni-input projectname">{{yearname}}</view>
102 <!-- <input type="text" /> --> 119 <!-- <input type="text" /> -->
103 </view> 120 </view>
104 121
@@ -113,7 +130,7 @@ @@ -113,7 +130,7 @@
113 <view class="wrapitemleft">时间</view> 130 <view class="wrapitemleft">时间</view>
114 <view class="time"> 131 <view class="time">
115 132
116 - <picker mode="date" :value="date" :start="startDate" :end="endDate" @change="bindDateChange"> 133 + <picker mode="date" :value="startdate" :start="startDate" :end="endDate" @change.stop="bindDateChange">
117 <view class="timeleft"> 134 <view class="timeleft">
118 {{startdate}} 135 {{startdate}}
119 <!-- <input placeholder="" /> --> 136 <!-- <input placeholder="" /> -->
@@ -121,7 +138,7 @@ @@ -121,7 +138,7 @@
121 </view> 138 </view>
122 </picker> 139 </picker>
123 <view class="timemiddle"></view> 140 <view class="timemiddle"></view>
124 - <picker mode="date" :value="date" :start="startDate" :end="endDate" @change="endDateChange"> 141 + <picker mode="date" :value="endate" :start="startDate" :end="endDate" @change.stop="endDateChange">
125 142
126 143
127 <view class="timeleft"> 144 <view class="timeleft">
@@ -136,12 +153,15 @@ @@ -136,12 +153,15 @@
136 </view> 153 </view>
137 154
138 <view class="zibot"> 155 <view class="zibot">
139 - <view class="reset" @click="reset">重置</view>  
140 - <view class="chaxun" @click="search">查询</view> 156 + <view class="reset" @click.stop="reset">重置</view>
  157 + <view class="chaxun" @click.stop="search">查询</view>
141 </view> 158 </view>
142 159
143 </view> 160 </view>
144 </view> 161 </view>
  162 +
  163 +
  164 +
145 </view> 165 </view>
146 </template> 166 </template>
147 167
@@ -171,36 +191,48 @@ @@ -171,36 +191,48 @@
171 endate: '结束时间', 191 endate: '结束时间',
172 projectname: '项目类型', 192 projectname: '项目类型',
173 danweiname: '咨询单位', 193 danweiname: '咨询单位',
174 - toaudit:'',  
175 - type:'' 194 + toaudit: '',
  195 + type: '',
  196 + stationname:'请选择主管部门',
  197 + stationindex:0,
  198 + document:'',
  199 + stationlist:[],
  200 + yearname:'请选择年度',
  201 + }
  202 + },
  203 + computed: {
  204 + startDate() {
  205 + return this.getDate('start');
  206 + },
  207 + endDate() {
  208 + return this.getDate('end');
176 } 209 }
177 }, 210 },
178 onLoad(options) { 211 onLoad(options) {
179 -  
180 - this.type=options.type  
181 - if(options.type==1){ 212 +
  213 + this.type = options.type
  214 + if (options.type == 1) {
182 uni.setNavigationBarTitle({ 215 uni.setNavigationBarTitle({
183 title: '预算项目台账' 216 title: '预算项目台账'
184 }); 217 });
185 - this.toaudit='prj_toaudit_budget'  
186 - }else if(options.type==2){ 218 + this.toaudit = 'prj_toaudit_budget'
  219 + } else if (options.type == 2) {
187 uni.setNavigationBarTitle({ 220 uni.setNavigationBarTitle({
188 title: '结算项目台账' 221 title: '结算项目台账'
189 }); 222 });
190 - this.toaudit='prj_toaudit_settlement'  
191 - }else if(options.type==3){ 223 + this.toaudit = 'prj_toaudit_settlement'
  224 + } else if (options.type == 3) {
192 uni.setNavigationBarTitle({ 225 uni.setNavigationBarTitle({
193 title: '决算项目台账' 226 title: '决算项目台账'
194 }); 227 });
195 - this.toaudit='prj_toaudit_change'  
196 - }  
197 - else if(options.type==4){ 228 + this.toaudit = 'prj_toaudit_change'
  229 + } else if (options.type == 4) {
198 uni.setNavigationBarTitle({ 230 uni.setNavigationBarTitle({
199 title: '土地成本项目台帐' 231 title: '土地成本项目台帐'
200 }); 232 });
201 - this.toaudit='prj_toaudit_land' 233 + this.toaudit = 'prj_toaudit_land'
202 } 234 }
203 - 235 +
204 // 获取今年 236 // 获取今年
205 var date = new Date(); 237 var date = new Date();
206 var jinyear = date.getFullYear(); 238 var jinyear = date.getFullYear();
@@ -224,7 +256,9 @@ @@ -224,7 +256,9 @@
224 // 获取咨询单位列表 256 // 获取咨询单位列表
225 this.getzixundanwei() 257 this.getzixundanwei()
226 // 获取台账列表 258 // 获取台账列表
227 - this.gettiazhanglist() 259 + this.gettiazhanglist();
  260 + // 获取主管部门列表
  261 + this.getzhugaunlist();
228 262
229 }, 263 },
230 264
@@ -237,25 +271,68 @@ @@ -237,25 +271,68 @@
237 // } 271 // }
238 // }, 272 // },
239 methods: { 273 methods: {
240 - reset(){  
241 -  
242 - this.yearindex= -1,  
243 - this.startdate='开始时间';  
244 - this.endate= '结束时间';  
245 - this.projectname= '项目类型';  
246 - this.danweiname='咨询单位';  
247 -  
248 - this.fprojectcategory='';  
249 - this.fintorg='';  
250 - this.sendyear='';  
251 - this.submitdateone='';  
252 - this.submitdatetwo='' 274 + hide(){
  275 + this.tizhangshow=false
  276 + },
  277 + hidek(){
253 278
254 - 279 + },
  280 + // 获取主管部门列表
  281 + getzhugaunlist(){
  282 + let that = this;
  283 + console.log(9988776655)
  284 + let url = "project/Get_ComDepartment";
  285 + // console.log('8877665544',param)
  286 + app.post(url, '', 'get').then(r => {
  287 + console.log(r);
  288 + that.stationlist=r.data
255 289
  290 + }).catch(err => {
  291 + console.log(err)
  292 + })
  293 + },
  294 + bindstationrChange: function(e) {
  295 + console.log('picker发送选择改变,携带值为', e.target.value)
  296 + this.stationindex = e.target.value;
  297 + this.stationname = this.stationlist[e.target.value].fname;
  298 + this.document = this.stationlist[e.target.value].fid;
  299 + console.log(this.document)
  300 +
  301 + },
  302 + getDate(type) {
  303 + const date = new Date();
  304 + let year = date.getFullYear();
  305 + let month = date.getMonth() + 1;
  306 + let day = date.getDate();
  307 +
  308 + if (type === 'start') {
  309 + year = year - 60;
  310 + } else if (type === 'end') {
  311 + year = year + 2;
  312 + }
  313 + month = month > 9 ? month : '0' + month;;
  314 + day = day > 9 ? day : '0' + day;
  315 + return `${year}-${month}-${day}`;
  316 + },
  317 + reset() {
  318 +
  319 + this.yearindex = -1,
  320 + this.startdate = '开始时间';
  321 + this.endate = '结束时间';
  322 + this.projectname = '项目类型';
  323 + this.danweiname = '咨询单位';
  324 +
  325 + this.fprojectcategory = '';
  326 + this.fintorg = '';
  327 + this.sendyear = '';
  328 + this.submitdateone = '';
  329 + this.submitdatetwo = ''
  330 +
  331 +
  332 +
256 }, 333 },
257 // 筛选 334 // 筛选
258 - onNavigationBarButtonTap() { 335 + shai() {
259 this.tizhangshow = !this.tizhangshow 336 this.tizhangshow = !this.tizhangshow
260 // 点击筛选 337 // 点击筛选
261 }, 338 },
@@ -329,10 +406,11 @@ @@ -329,10 +406,11 @@
329 // 年改变 406 // 年改变
330 yearchange(e) { 407 yearchange(e) {
331 this.yearindex = e.target.value; 408 this.yearindex = e.target.value;
332 - this.sendyear = this.yeararr[e.target.value] 409 + this.sendyear = this.yeararr[e.target.value];
  410 + this.yearname=this.yeararr[e.target.value];
333 }, 411 },
334 412
335 - gettiazhanglist() { 413 + async gettiazhanglist() {
336 let that = this; 414 let that = this;
337 console.log(9988776543) 415 console.log(9988776543)
338 let url = "project/Get_GetRptaudit"; 416 let url = "project/Get_GetRptaudit";
@@ -345,16 +423,12 @@ @@ -345,16 +423,12 @@
345 submitdateone: that.submitdateone, 423 submitdateone: that.submitdateone,
346 submitdatetwo: that.submitdatetwo, 424 submitdatetwo: that.submitdatetwo,
347 document: '', 425 document: '',
348 - fteam: '' 426 + fteam: '',
  427 + document:that.document
349 }; 428 };
350 console.log('8877665544', param) 429 console.log('8877665544', param)
351 - app.post(url, param, 'get').then(r => {  
352 - // console.log(r)  
353 -  
354 - // console.log('1234567890',r)  
355 - // let data=JSON.stringify(r)  
356 - // console.log(JSON.stringify(r))  
357 - this.xiangmulist = r.data; 430 + let r= await app.post(url,param,'get');
  431 + this.xiangmulist = r.data;
358 let newxiangmulist = this.xiangmulist; 432 let newxiangmulist = this.xiangmulist;
359 let xiangmu = [] 433 let xiangmu = []
360 for (var obj of newxiangmulist) { 434 for (var obj of newxiangmulist) {
@@ -363,20 +437,45 @@ @@ -363,20 +437,45 @@
363 } 437 }
364 // console.log(xiangmu) 438 // console.log(xiangmu)
365 var end = xiangmu.splice(-1); 439 var end = xiangmu.splice(-1);
366 - that.end = end  
367 - 440 + that.end = end;
  441 + console.log('34787348349389438我是end',that.ende)
  442 +
368 // var len = xiangmu.length; 443 // var len = xiangmu.length;
369 // len = len - 1; 444 // len = len - 1;
370 // console.log(len) 445 // console.log(len)
371 // xiangmu.splice(len, 1); 446 // xiangmu.splice(len, 1);
372 // console.log(xiangmu) 447 // console.log(xiangmu)
373 - 448 +
374 this.xiangmulist = xiangmu; 449 this.xiangmulist = xiangmu;
375 - console.log(typeof(xiangmu))  
376 -  
377 - }).catch(err => {  
378 - console.log(err)  
379 - }) 450 + // app.post(url, param, 'get').then(r => {
  451 + // // console.log(r)
  452 +
  453 + // // console.log('1234567890',r)
  454 + // // let data=JSON.stringify(r)
  455 + // // console.log(JSON.stringify(r))
  456 + // this.xiangmulist = r.data;
  457 + // let newxiangmulist = this.xiangmulist;
  458 + // let xiangmu = []
  459 + // for (var obj of newxiangmulist) {
  460 + // // console.log(obj)
  461 + // xiangmu.push(obj)
  462 + // }
  463 + // // console.log(xiangmu)
  464 + // var end = xiangmu.splice(-1);
  465 + // that.end = end
  466 +
  467 + // // var len = xiangmu.length;
  468 + // // len = len - 1;
  469 + // // console.log(len)
  470 + // // xiangmu.splice(len, 1);
  471 + // // console.log(xiangmu)
  472 +
  473 + // this.xiangmulist = xiangmu;
  474 + // console.log(typeof(xiangmu))
  475 +
  476 + // }).catch(err => {
  477 + // console.log(err)
  478 + // })
380 479
381 }, 480 },
382 481
@@ -394,7 +493,7 @@ @@ -394,7 +493,7 @@
394 console.log(item) 493 console.log(item)
395 item = JSON.stringify(item); 494 item = JSON.stringify(item);
396 uni.navigateTo({ 495 uni.navigateTo({
397 - url: '../yusuantaidetail/yusuantaidetail?item=' + item+'&type='+this.type 496 + url: '../yusuantaidetail/yusuantaidetail?item=' + item + '&type=' + this.type
398 }) 497 })
399 }, 498 },
400 499
@@ -422,20 +521,12 @@ @@ -422,20 +521,12 @@
422 page { 521 page {
423 background: #F9F9F9; 522 background: #F9F9F9;
424 } 523 }
425 -  
426 - .head {  
427 - width: 750rpx;  
428 - margin: 0 auto;  
429 - display: flex;  
430 - justify-content: space-around;  
431 - align-items: center;  
432 - padding: 32rpx 0;  
433 - box-sizing: border-box;  
434 - background: #fff;  
435 -  
436 - 524 + .taizhangwrap{
  525 + height:auto!important;
437 } 526 }
438 527
  528 +
  529 +
439 .headitem { 530 .headitem {
440 width: 350rpx; 531 width: 350rpx;
441 display: flex; 532 display: flex;
@@ -467,6 +558,17 @@ @@ -467,6 +558,17 @@
467 padding: 0 34rpx; 558 padding: 0 34rpx;
468 box-sizing: border-box; 559 box-sizing: border-box;
469 } 560 }
  561 + .head {
  562 + width: 750rpx;
  563 + background: #fff;
  564 + display: flex;
  565 + align-items: center;
  566 + padding: 32rpx;
  567 + box-sizing: border-box;
  568 + justify-content: space-between;
  569 + border-bottom: 2rpx solid #BDC4CE;
  570 +
  571 + }
470 572
471 .taizhang { 573 .taizhang {
472 /* padding: 32rpx; 574 /* padding: 32rpx;
1 <template> 1 <template>
2 <view class="box"> 2 <view class="box">
  3 + <view class="topheadk">
  4 + <view class="shaiselecttop">
  5 + <view class='shaiselect' @click="shai">筛选</view>
  6 + </view>
  7 + </view>
3 <!-- <view class="headbox"> 8 <!-- <view class="headbox">
4 <view class="headboxleft" :class="selact==1?'headactive':''" @click="fenhui" data-id="1">分类汇总</view> 9 <view class="headboxleft" :class="selact==1?'headactive':''" @click="fenhui" data-id="1">分类汇总</view>
5 <view class="headboxleft" :class="selact==2?'headactive':''" @click="fenhui" data-id="2">分类明细</view> 10 <view class="headboxleft" :class="selact==2?'headactive':''" @click="fenhui" data-id="2">分类明细</view>
@@ -120,8 +125,8 @@ @@ -120,8 +125,8 @@
120 </view> 125 </view>
121 --> 126 -->
122 127
123 - <view class="register" v-if="tizhangshow">  
124 - <view class="taizhangwrap xiangmuzi"> 128 + <view class="register" v-if="tizhangshow" @click="hide">
  129 + <view class="taizhangwrap xiangmuzi" @click.stop="hidek">
125 <view class="wrapbox"> 130 <view class="wrapbox">
126 <view class="wrapitem"> 131 <view class="wrapitem">
127 <view class="wrapitemleft">项目类型</view> 132 <view class="wrapitemleft">项目类型</view>
@@ -135,6 +140,17 @@ @@ -135,6 +140,17 @@
135 </picker> 140 </picker>
136 </view> 141 </view>
137 <view class="wrapitem"> 142 <view class="wrapitem">
  143 + <view class="wrapitemleft">主管部门</view>
  144 + <picker @change="bindstationrChange" :value="stationindex" :range="stationlist" range-key="fname">
  145 + <view class="wrapitemright">
  146 +
  147 + <view class="uni-input projectname">{{stationname}}</view>
  148 +
  149 + <!-- <input type="text" /> -->
  150 + </view>
  151 + </picker>
  152 + </view>
  153 + <view class="wrapitem">
138 <view class="wrapitemleft">评审类型</view> 154 <view class="wrapitemleft">评审类型</view>
139 155
140 <picker @change="danweichange" :value="danweiindex" :range="danweilist" range-key="fname"> 156 <picker @change="danweichange" :value="danweiindex" :range="danweilist" range-key="fname">
@@ -171,7 +187,7 @@ @@ -171,7 +187,7 @@
171 187
172 188
173 <view class="nianduleft"> 189 <view class="nianduleft">
174 - <view class="uni-input projectname">{{yeararr[yearindex]}}</view> 190 + <view class="uni-input projectname">{{yearname}}</view>
175 <!-- <input type="text" /> --> 191 <!-- <input type="text" /> -->
176 </view> 192 </view>
177 193
@@ -255,6 +271,11 @@ @@ -255,6 +271,11 @@
255 type: '', 271 type: '',
256 fid: '', 272 fid: '',
257 huizong: true, 273 huizong: true,
  274 + stationname:'请选择主管部门',
  275 + stationindex:0,
  276 + document:'',
  277 + stationlist:[],
  278 + yearname:'请选择年度',
258 279
259 } 280 }
260 }, 281 },
@@ -278,11 +299,67 @@ @@ -278,11 +299,67 @@
278 // 获取咨询单位 299 // 获取咨询单位
279 this.getzixundanwei(); 300 this.getzixundanwei();
280 // 获取分类汇总数据 301 // 获取分类汇总数据
281 - this.getfenhuilist() 302 + this.getfenhuilist();
  303 + // 获取专家部门
  304 + this.getzhugaunlist()
282 305
283 306
284 }, 307 },
  308 + computed: {
  309 + startDate() {
  310 + return this.getDate('start');
  311 + },
  312 + endDate() {
  313 + return this.getDate('end');
  314 + }
  315 + },
  316 +
285 methods: { 317 methods: {
  318 + hide(){
  319 + this.tizhangshow=false
  320 + },
  321 + hidek(){
  322 +
  323 + },
  324 + getDate(type) {
  325 + const date = new Date();
  326 + let year = date.getFullYear();
  327 + let month = date.getMonth() + 1;
  328 + let day = date.getDate();
  329 +
  330 + if (type === 'start') {
  331 + year = year - 60;
  332 + } else if (type === 'end') {
  333 + year = year + 2;
  334 + }
  335 + month = month > 9 ? month : '0' + month;;
  336 + day = day > 9 ? day : '0' + day;
  337 + return `${year}-${month}-${day}`;
  338 + },
  339 + // 获取主管部门列表
  340 + getzhugaunlist(){
  341 + let that = this;
  342 + console.log(9988776655)
  343 + let url = "project/Get_ComDepartment";
  344 + // console.log('8877665544',param)
  345 + app.post(url, '', 'get').then(r => {
  346 + console.log(r);
  347 + that.stationlist=r.data
  348 +
  349 + }).catch(err => {
  350 + console.log(err)
  351 + })
  352 + },
  353 + //选择主管部门
  354 +
  355 + bindstationrChange: function(e) {
  356 + console.log('picker发送选择改变,携带值为', e.target.value)
  357 + this.stationindex = e.target.value;
  358 + this.stationname = this.stationlist[e.target.value].fname;
  359 + this.document=this.stationlist[e.target.value].fid;
  360 + console.log(that.document)
  361 +
  362 + },
286 reset() { 363 reset() {
287 this.yearindex = -1, 364 this.yearindex = -1,
288 this.startdate = '开始时间'; 365 this.startdate = '开始时间';
@@ -293,18 +370,21 @@ @@ -293,18 +370,21 @@
293 this.fprojectcategory = ''; 370 this.fprojectcategory = '';
294 this.sendyear = ''; 371 this.sendyear = '';
295 this.submitdateone = ''; 372 this.submitdateone = '';
296 - this.submitdatetwo = '' 373 + this.submitdatetwo = '';
  374 + this.stationname='请选择主管部门';
  375 + this.document=''
297 376
298 }, 377 },
299 // 筛选 378 // 筛选
300 - onNavigationBarButtonTap() { 379 + shai() {
301 this.tizhangshow = !this.tizhangshow 380 this.tizhangshow = !this.tizhangshow
302 // 点击筛选 381 // 点击筛选
303 }, 382 },
304 // 年改变 383 // 年改变
305 yearchange(e) { 384 yearchange(e) {
306 this.yearindex = e.target.value; 385 this.yearindex = e.target.value;
307 - this.sendyear = this.yeararr[e.target.value] 386 + this.sendyear = this.yeararr[e.target.value];
  387 + this.yearname=this.yeararr[e.target.value];
308 }, 388 },
309 // 修改日期 389 // 修改日期
310 390
@@ -421,6 +501,7 @@ @@ -421,6 +501,7 @@
421 sendyear: that.sendyear, 501 sendyear: that.sendyear,
422 submitdateone: that.submitdateone, 502 submitdateone: that.submitdateone,
423 submitdatetwo: that.submitdatetwo, 503 submitdatetwo: that.submitdatetwo,
  504 + document:that.document
424 505
425 } 506 }
426 console.log(param) 507 console.log(param)
@@ -450,7 +531,7 @@ @@ -450,7 +531,7 @@
450 console.log('专家', e) 531 console.log('专家', e)
451 this.fid = e.target.dataset.id; 532 this.fid = e.target.dataset.id;
452 uni.navigateTo({ 533 uni.navigateTo({
453 - url: '../zhuanjiahuidetail/zhuanjiahuidetail?fid=' + this.fid 534 + url: '../zhuanjiahuidetail/zhuanjiahuidetail?fid=' + this.fid+'&document='+htis.document
454 }) 535 })
455 // this.huizong=false; 536 // this.huizong=false;
456 // this.getdetail() 537 // this.getdetail()
@@ -466,6 +547,7 @@ @@ -466,6 +547,7 @@
466 sendyear: that.sendyear, 547 sendyear: that.sendyear,
467 submitdateone: that.submitdateone, 548 submitdateone: that.submitdateone,
468 submitdatetwo: that.submitdatetwo, 549 submitdatetwo: that.submitdatetwo,
  550 + document:that.document
469 551
470 } 552 }
471 console.log(param) 553 console.log(param)
@@ -502,14 +584,20 @@ @@ -502,14 +584,20 @@
502 page { 584 page {
503 background: #f9f9f9; 585 background: #f9f9f9;
504 } 586 }
  587 + .topheadk{
  588 + position: fixed;
  589 + top:0;
  590 + left:0;
  591 + background: #fff;
  592 + width:750rpx;
  593 + }
  594 +
505 595
506 .headbox { 596 .headbox {
507 background: #fff; 597 background: #fff;
508 height: 100rpx; 598 height: 100rpx;
509 display: flex; 599 display: flex;
510 align-items: center; 600 align-items: center;
511 -  
512 -  
513 } 601 }
514 602
515 .headboxleft { 603 .headboxleft {
@@ -541,6 +629,7 @@ @@ -541,6 +629,7 @@
541 padding: 0 20rpx; 629 padding: 0 20rpx;
542 box-sizing: border-box; 630 box-sizing: border-box;
543 background: #fff; 631 background: #fff;
  632 + margin-top:100rpx;
544 } 633 }
545 634
546 .taizhanghead { 635 .taizhanghead {
1 <template> 1 <template>
2 <view class="box"> 2 <view class="box">
3 - <view class="head">  
4 - <view class="headitem">  
5 - <view class="headitemtop">在审项目数</view>  
6 - <view class="headitembot">{{end[0].ftrialcount}}</view> 3 + <view class="topheadk">
  4 + <view class="shaiselecttop">
  5 + <view class='shaiselect' @click="shai">筛选</view>
7 </view> 6 </view>
8 - <view class="headitem">  
9 - <view class="headitemtop">审结项目数</view>  
10 - <view class="headitembot">{{end[0].fconcludecount}}</view>  
11 - </view>  
12 - <view class="headitem">  
13 - <view class="headitemtop">总项目数</view>  
14 - <view class="headitembot">{{end[0].fcount}}</view> 7 + <view class="head">
  8 + <view class="headitem">
  9 + <view class="headitemtop">在审项目数</view>
  10 + <view class="headitembot">{{end==''?'':end[0].ftrialcount}}</view>
  11 + </view>
  12 + <view class="headitem">
  13 + <view class="headitemtop">审结项目数</view>
  14 + <view class="headitembot">{{end==''?'':end[0].fconcludecount}}</view>
  15 + </view>
  16 + <view class="headitem">
  17 + <view class="headitemtop">总项目数</view>
  18 + <view class="headitembot">{{end==''?'':end[0].fcount}}</view>
  19 + </view>
15 </view> 20 </view>
  21 +
16 </view> 22 </view>
17 23
18 <view class="nodata" v-if="xiangmulist.length==0">暂无数据</view> 24 <view class="nodata" v-if="xiangmulist.length==0">暂无数据</view>
@@ -55,8 +61,8 @@ @@ -55,8 +61,8 @@
55 </view> 61 </view>
56 --> 62 -->
57 63
58 - <view class="register" v-if="tizhangshow">  
59 - <view class="taizhangwrap"> 64 + <view class="register" v-if="tizhangshow" @click="hide">
  65 + <view class="taizhangwrap" @click.stop="hidek">
60 <view class="wrapbox"> 66 <view class="wrapbox">
61 <view class="wrapitem"> 67 <view class="wrapitem">
62 <view class="wrapitemleft">项目类型</view> 68 <view class="wrapitemleft">项目类型</view>
@@ -69,31 +75,19 @@ @@ -69,31 +75,19 @@
69 </view> 75 </view>
70 </picker> 76 </picker>
71 </view> 77 </view>
  78 +
  79 +
72 <view class="wrapitem"> 80 <view class="wrapitem">
73 <view class="wrapitemleft">主管部门</view> 81 <view class="wrapitemleft">主管部门</view>
74 - <picker @change="danweichange" :value="danweiindex" :range="danweilist" range-key="fname"> 82 + <picker @change="bindstationrChange" :value="stationindex" :range="stationlist" range-key="fname">
75 <view class="wrapitemright"> 83 <view class="wrapitemright">
76 -  
77 - <view class="uni-input projectname">{{danweiname}}</view>  
78 - 84 +
  85 + <view class="uni-input projectname">{{stationname}}</view>
  86 +
79 <!-- <input type="text" /> --> 87 <!-- <input type="text" /> -->
80 </view> 88 </view>
81 </picker> 89 </picker>
82 </view> 90 </view>
83 - <!-- <view class="wrapitem">  
84 - <view class="wrapitemleft">主管部门</view>  
85 - <view class="wrapitemright">  
86 - <picker @change="danweichange" :value="danweiindex" :range="danweilist" range-key="fname">  
87 - <view class="wrapitemright">  
88 -  
89 - <view class="uni-input projectname">{{danweiname}}</view>  
90 -  
91 -  
92 - </view>  
93 - </picker>  
94 - </view>  
95 - </view>  
96 - -->  
97 91
98 <view class="wrapitem"> 92 <view class="wrapitem">
99 <view class="wrapitemleft">年度</view> 93 <view class="wrapitemleft">年度</view>
@@ -103,7 +97,7 @@ @@ -103,7 +97,7 @@
103 97
104 98
105 <view class="nianduleft"> 99 <view class="nianduleft">
106 - <view class="uni-input projectname">{{yeararr[yearindex]}}</view> 100 + <view class="uni-input projectname">{{yearname}}</view>
107 <!-- <input type="text" /> --> 101 <!-- <input type="text" /> -->
108 </view> 102 </view>
109 103
@@ -177,10 +171,17 @@ @@ -177,10 +171,17 @@
177 yearindex: -1, 171 yearindex: -1,
178 startdate: '开始时间', 172 startdate: '开始时间',
179 endate: '结束时间', 173 endate: '结束时间',
180 - projectname:'项目类型',  
181 - danweiname:'主管部门' 174 + projectname: '项目类型',
  175 + danweiname: '主管部门',
  176 + stationname: '请选择主管部门',
  177 + stationindex: 0,
  178 + document: '',
  179 + stationlist: [],
  180 + yearname: '请选择年度',
182 } 181 }
183 }, 182 },
  183 +
  184 +
184 onLoad() { 185 onLoad() {
185 // 获取今年 186 // 获取今年
186 var date = new Date(); 187 var date = new Date();
@@ -203,13 +204,21 @@ @@ -203,13 +204,21 @@
203 //获取项目类型 204 //获取项目类型
204 this.getprojectkind(); 205 this.getprojectkind();
205 // 获取咨询单位列表 206 // 获取咨询单位列表
206 - this.getzixundanwei()  
207 - // 获取台账列表  
208 - this.gettiazhanglist() 207 + this.getzixundanwei();
  208 + this.getzhugaunlist()
  209 +
209 210
210 }, 211 },
211 -  
212 - 212 + computed: {
  213 + startDate() {
  214 + return this.getDate('start');
  215 + },
  216 + endDate() {
  217 + return this.getDate('end');
  218 + }
  219 + },
  220 +
  221 +
213 222
214 // computed: { 223 // computed: {
215 // startDate() { 224 // startDate() {
@@ -220,17 +229,60 @@ @@ -220,17 +229,60 @@
220 // } 229 // }
221 // }, 230 // },
222 methods: { 231 methods: {
  232 + hide(){
  233 + this.tizhangshow=false
  234 + },
  235 + hidek(){
  236 +
  237 + },
  238 + // 获取主管部门列表
  239 + getzhugaunlist() {
  240 + let that = this;
  241 + console.log(9988776655)
  242 + let url = "project/Get_ComDepartment";
  243 + // console.log('8877665544',param)
  244 + app.post(url, '', 'get').then(r => {
  245 + console.log(r);
  246 + that.stationlist = r.data
  247 +
  248 + }).catch(err => {
  249 + console.log(err)
  250 + })
  251 + },
  252 + bindstationrChange: function(e) {
  253 + console.log('picker发送选择改变,携带值为', e.target.value)
  254 + this.stationindex = e.target.value;
  255 + this.stationname = this.stationlist[e.target.value].fname;
  256 + this.document = this.stationlist[e.target.value].fid;
  257 + console.log(this.document)
  258 +
  259 + },
  260 + getDate(type) {
  261 + const date = new Date();
  262 + let year = date.getFullYear();
  263 + let month = date.getMonth() + 1;
  264 + let day = date.getDate();
  265 +
  266 + if (type === 'start') {
  267 + year = year - 60;
  268 + } else if (type === 'end') {
  269 + year = year + 2;
  270 + }
  271 + month = month > 9 ? month : '0' + month;;
  272 + day = day > 9 ? day : '0' + day;
  273 + return `${year}-${month}-${day}`;
  274 + },
223 // 筛选 275 // 筛选
224 - onNavigationBarButtonTap() { 276 + shai() {
225 this.tizhangshow = !this.tizhangshow 277 this.tizhangshow = !this.tizhangshow
226 // 点击筛选 278 // 点击筛选
227 }, 279 },
228 - reset(){  
229 - this.startdate= '开始时间';  
230 - this.endate= '结束时间';  
231 - this.projectname='项目类型';  
232 - this.danweiname='主管部门',  
233 - this.yearindex=-1 280 + reset() {
  281 + this.startdate = '开始时间';
  282 + this.endate = '结束时间';
  283 + this.projectname = '项目类型';
  284 + this.danweiname = '主管部门',
  285 + this.yearindex = -1
234 }, 286 },
235 // 显示项目类型 287 // 显示项目类型
236 getprojectkind() { 288 getprojectkind() {
@@ -253,20 +305,20 @@ @@ -253,20 +305,20 @@
253 bindPickerChange: function(e) { 305 bindPickerChange: function(e) {
254 console.log('picker发送选择改变,携带值为', e.target.value) 306 console.log('picker发送选择改变,携带值为', e.target.value)
255 this.index = e.target.value; 307 this.index = e.target.value;
256 - this.fprojectcategory=this.projectlist[e.target.value].fname;  
257 - this.projectname=this.projectlist[e.target.value].fname 308 + this.fprojectcategory = this.projectlist[e.target.value].fname;
  309 + this.projectname = this.projectlist[e.target.value].fname
258 }, 310 },
259 311
260 // 修改日期 312 // 修改日期
261 313
262 bindDateChange: function(e) { 314 bindDateChange: function(e) {
263 this.startdate = e.target.value; 315 this.startdate = e.target.value;
264 - this.submitdateone=e.target.value; 316 + this.submitdateone = e.target.value;
265 }, 317 },
266 318
267 endDateChange(e) { 319 endDateChange(e) {
268 this.endate = e.target.value; 320 this.endate = e.target.value;
269 - this.submitdatetwo=e.target.value; 321 + this.submitdatetwo = e.target.value;
270 }, 322 },
271 323
272 //获取主管部门 324 //获取主管部门
@@ -277,7 +329,7 @@ @@ -277,7 +329,7 @@
277 329
278 330
279 app.post(url, '', 'get').then(r => { 331 app.post(url, '', 'get').then(r => {
280 - console.log(r); 332 + console.log(r);
281 that.danweilist = r.data; 333 that.danweilist = r.data;
282 // that.danweilist=JSON.stringify(that.danweilist) 334 // that.danweilist=JSON.stringify(that.danweilist)
283 console.log(that.danweilist) 335 console.log(that.danweilist)
@@ -296,13 +348,14 @@ @@ -296,13 +348,14 @@
296 danweichange: function(e) { 348 danweichange: function(e) {
297 console.log('picker发送选择改变,携带值为', e.target.value) 349 console.log('picker发送选择改变,携带值为', e.target.value)
298 this.danweiindex = e.target.value; 350 this.danweiindex = e.target.value;
299 - this.fintorg=this.danweilist[e.target.value].fname;  
300 - this.danweiname=this.danweilist[e.target.value].fname; 351 + this.fintorg = this.danweilist[e.target.value].fname;
  352 + this.danweiname = this.danweilist[e.target.value].fname;
301 }, 353 },
302 // 年改变 354 // 年改变
303 yearchange(e) { 355 yearchange(e) {
304 this.yearindex = e.target.value; 356 this.yearindex = e.target.value;
305 - this.sendyear=this.yeararr[e.target.value] 357 + this.sendyear = this.yeararr[e.target.value];
  358 + this.yearname = this.yeararr[e.target.value];
306 }, 359 },
307 360
308 gettiazhanglist() { 361 gettiazhanglist() {
@@ -318,11 +371,12 @@ @@ -318,11 +371,12 @@
318 submitdateone: that.submitdateone, 371 submitdateone: that.submitdateone,
319 submitdatetwo: that.submitdatetwo, 372 submitdatetwo: that.submitdatetwo,
320 fteam: '', 373 fteam: '',
321 - fintorg: '' 374 + fintorg: '',
  375 + document:that.document
322 }; 376 };
323 console.log('8877665544', param) 377 console.log('8877665544', param)
324 app.post(url, param, 'get').then(r => { 378 app.post(url, param, 'get').then(r => {
325 - console.log(r) 379 + console.log(r)
326 380
327 // console.log('1234567890',r) 381 // console.log('1234567890',r)
328 // let data=JSON.stringify(r) 382 // let data=JSON.stringify(r)
@@ -336,7 +390,9 @@ @@ -336,7 +390,9 @@
336 } 390 }
337 // console.log(xiangmu) 391 // console.log(xiangmu)
338 var end = xiangmu.splice(-1); 392 var end = xiangmu.splice(-1);
339 - that.end = end 393 + that.end = end;
  394 +
  395 + console.log('3783747494389', this.end)
340 396
341 var len = xiangmu.length; 397 var len = xiangmu.length;
342 len = len - 1; 398 len = len - 1;
@@ -353,13 +409,13 @@ @@ -353,13 +409,13 @@
353 409
354 }, 410 },
355 411
356 - search(){ 412 + search() {
357 console.log(7766554) 413 console.log(7766554)
358 this.gettiazhanglist(); 414 this.gettiazhanglist();
359 - this.tizhangshow=false 415 + this.tizhangshow = false
360 }, 416 },
361 -  
362 - 417 +
  418 +
363 // 项目台账详情 419 // 项目台账详情
364 taizhangdetail(e) { 420 taizhangdetail(e) {
365 console.log(e) 421 console.log(e)
@@ -367,13 +423,15 @@ @@ -367,13 +423,15 @@
367 console.log(item) 423 console.log(item)
368 item = JSON.stringify(item); 424 item = JSON.stringify(item);
369 uni.navigateTo({ 425 uni.navigateTo({
370 - url: '../zhugauntaidetail/zhugauntaidetail?item=' + item+"&type="+5 426 + url: '../zhugauntaidetail/zhugauntaidetail?item=' + item + "&type=" + 5
371 }) 427 })
372 }, 428 },
373 429
374 430
375 -  
376 - 431 + },
  432 + onShow() {
  433 + // 获取台账列表
  434 + this.gettiazhanglist()
377 }, 435 },
378 //上拉触底事件 436 //上拉触底事件
379 onReachBottom: function() { 437 onReachBottom: function() {
@@ -395,6 +453,13 @@ @@ -395,6 +453,13 @@
395 page { 453 page {
396 background: #F9F9F9; 454 background: #F9F9F9;
397 } 455 }
  456 + .topheadk{
  457 + position: fixed;
  458 + top:0;
  459 + left:0;
  460 + background: #fff;
  461 + width:750rpx;
  462 + }
398 463
399 .head { 464 .head {
400 width: 750rpx; 465 width: 750rpx;
@@ -408,6 +473,9 @@ @@ -408,6 +473,9 @@
408 473
409 474
410 } 475 }
  476 + .taizhang{
  477 + margin-top:250rpx!important
  478 + }
411 479
412 .headitem { 480 .headitem {
413 width: 350rpx; 481 width: 350rpx;
1 <template> 1 <template>
2 <view class="box"> 2 <view class="box">
  3 + <view class="topheadk">
  4 + <view class="shaiselecttop">
  5 + <view class='shaiselect' @click="shai">筛选</view>
  6 + </view>
  7 + </view>
3 <!-- <view class="headbox"> 8 <!-- <view class="headbox">
4 <view class="headboxleft" :class="selact==1?'headactive':''" @click="fenhui" data-id="1">分类汇总</view> 9 <view class="headboxleft" :class="selact==1?'headactive':''" @click="fenhui" data-id="1">分类汇总</view>
5 <view class="headboxleft" :class="selact==2?'headactive':''" @click="fenhui" data-id="2">分类明细</view> 10 <view class="headboxleft" :class="selact==2?'headactive':''" @click="fenhui" data-id="2">分类明细</view>
@@ -8,7 +13,6 @@ @@ -8,7 +13,6 @@
8 <!-- <view class="hengping" @click="screenheng">点击横屏显示</view> --> 13 <!-- <view class="hengping" @click="screenheng">点击横屏显示</view> -->
9 14
10 <view class="nodata" v-if="huizonglist.length==1">暂无数据</view> 15 <view class="nodata" v-if="huizonglist.length==1">暂无数据</view>
11 -  
12 <block v-else> 16 <block v-else>
13 <!-- 分类台账汇总 --> 17 <!-- 分类台账汇总 -->
14 <view class="taizhangbox" v-if="huizong"> 18 <view class="taizhangbox" v-if="huizong">
@@ -124,8 +128,8 @@ @@ -124,8 +128,8 @@
124 </view> 128 </view>
125 --> 129 -->
126 130
127 - <view class="register" v-if="tizhangshow">  
128 - <view class="taizhangwrap xiangmuzi"> 131 + <view class="register" v-if="tizhangshow" @click="hide">
  132 + <view class="taizhangwrap xiangmuzi" @click.stop="hidek">
129 <view class="wrapbox"> 133 <view class="wrapbox">
130 <view class="wrapitem"> 134 <view class="wrapitem">
131 <view class="wrapitemleft">项目类型</view> 135 <view class="wrapitemleft">项目类型</view>
@@ -139,6 +143,17 @@ @@ -139,6 +143,17 @@
139 </picker> 143 </picker>
140 </view> 144 </view>
141 <view class="wrapitem"> 145 <view class="wrapitem">
  146 + <view class="wrapitemleft">主管部门</view>
  147 + <picker @change="bindstationrChange" :value="stationindex" :range="stationlist" range-key="fname">
  148 + <view class="wrapitemright">
  149 +
  150 + <view class="uni-input projectname">{{stationname}}</view>
  151 +
  152 + <!-- <input type="text" /> -->
  153 + </view>
  154 + </picker>
  155 + </view>
  156 + <view class="wrapitem">
142 <view class="wrapitemleft">评审类型</view> 157 <view class="wrapitemleft">评审类型</view>
143 158
144 <picker @change="danweichange" :value="danweiindex" :range="danweilist" range-key="fname"> 159 <picker @change="danweichange" :value="danweiindex" :range="danweilist" range-key="fname">
@@ -171,18 +186,13 @@ @@ -171,18 +186,13 @@
171 <view class="wrapitemleft">年度</view> 186 <view class="wrapitemleft">年度</view>
172 <picker @change="yearchange" :value="yearindex" :range="yeararr"> 187 <picker @change="yearchange" :value="yearindex" :range="yeararr">
173 <view class="wrapitemright"> 188 <view class="wrapitemright">
174 -  
175 -  
176 -  
177 <view class="nianduleft"> 189 <view class="nianduleft">
178 - <view class="uni-input projectname">{{yeararr[yearindex]}}</view> 190 + <view class="uni-input projectname">{{yearname}}</view>
179 <!-- <input type="text" /> --> 191 <!-- <input type="text" /> -->
180 </view> 192 </view>
181 -  
182 <view class="nianduright"> 193 <view class="nianduright">
183 <image src="../../static/img/number.png" mode=""></image> 194 <image src="../../static/img/number.png" mode=""></image>
184 </view> 195 </view>
185 -  
186 </view> 196 </view>
187 </picker> 197 </picker>
188 </view> 198 </view>
@@ -262,7 +272,13 @@ @@ -262,7 +272,13 @@
262 huizonglist: [], 272 huizonglist: [],
263 huizong: true, 273 huizong: true,
264 fid: '', 274 fid: '',
265 - huizonglistdetail: [] 275 + huizonglistdetail: [],
  276 + stationname:'请选择主管部门',
  277 + stationindex:0,
  278 + document:'',
  279 + stationlist:[],
  280 + yearname:'请选择年度',
  281 +
266 } 282 }
267 }, 283 },
268 onLoad() { 284 onLoad() {
@@ -282,11 +298,62 @@ @@ -282,11 +298,62 @@
282 // 获取咨询单位 298 // 获取咨询单位
283 this.getzixundanwei(); 299 this.getzixundanwei();
284 // 获取分类汇总数据 300 // 获取分类汇总数据
285 - this.getfenhuilist()  
286 - 301 + this.getfenhuilist();
  302 + // 获取主管部门列表
  303 + this.getzhugaunlist()
287 304
288 }, 305 },
  306 + computed: {
  307 + startDate() {
  308 + return this.getDate('start');
  309 + },
  310 + endDate() {
  311 + return this.getDate('end');
  312 + }
  313 + },
289 methods: { 314 methods: {
  315 + hide(){
  316 + this.tizhangshow=false
  317 + },
  318 + getDate(type) {
  319 + const date = new Date();
  320 + let year = date.getFullYear();
  321 + let month = date.getMonth() + 1;
  322 + let day = date.getDate();
  323 +
  324 + if (type === 'start') {
  325 + year = year - 60;
  326 + } else if (type === 'end') {
  327 + year = year + 2;
  328 + }
  329 + month = month > 9 ? month : '0' + month;;
  330 + day = day > 9 ? day : '0' + day;
  331 + return `${year}-${month}-${day}`;
  332 + },
  333 + // 获取主管部门列表
  334 + getzhugaunlist(){
  335 + let that = this;
  336 + console.log(9988776655)
  337 + let url = "project/Get_ComDepartment";
  338 + // console.log('8877665544',param)
  339 + app.post(url, '', 'get').then(r => {
  340 + console.log(r);
  341 + that.stationlist=r.data
  342 +
  343 + }).catch(err => {
  344 + console.log(err)
  345 + })
  346 + },
  347 + //选择主管部门
  348 +
  349 + bindstationrChange: function(e) {
  350 + console.log('picker发送选择改变,携带值为', e.target.value)
  351 + this.stationindex = e.target.value;
  352 + this.stationname = this.stationlist[e.target.value].fname;
  353 + this.document=this.stationlist[e.target.value].fid;
  354 + console.log(that.document)
  355 +
  356 + },
290 reset(){ 357 reset(){
291 this.danweinamez='咨询单位'; 358 this.danweinamez='咨询单位';
292 this.startdate='开始时间'; 359 this.startdate='开始时间';
@@ -294,24 +361,26 @@ @@ -294,24 +361,26 @@
294 this.projectname='项目类型'; 361 this.projectname='项目类型';
295 this.danweiname='评审类型'; 362 this.danweiname='评审类型';
296 this.yearindex=-1; 363 this.yearindex=-1;
297 -  
298 this.toaudit=''; 364 this.toaudit='';
299 -  
300 this.fprojectcategory=''; 365 this.fprojectcategory='';
301 this.sendyear=''; 366 this.sendyear='';
302 this.submitdateone=''; 367 this.submitdateone='';
303 this.submitdatetwo=''; 368 this.submitdatetwo='';
304 - this.fintorg='' 369 + this.fintorg='';
  370 + this.stationname='请选择主管部门';
  371 + this.document=''
305 }, 372 },
306 // 筛选 373 // 筛选
307 - onNavigationBarButtonTap() { 374 + shai() {
308 this.tizhangshow = !this.tizhangshow 375 this.tizhangshow = !this.tizhangshow
309 // 点击筛选 376 // 点击筛选
310 }, 377 },
311 // 年改变 378 // 年改变
312 yearchange(e) { 379 yearchange(e) {
313 this.yearindex = e.target.value; 380 this.yearindex = e.target.value;
314 - this.sendyear = this.yeararr[e.target.value] 381 + this.sendyear = this.yeararr[e.target.value];
  382 + this.yearname=this.yeararr[e.target.value];
  383 + console.log(this.yearname)
315 }, 384 },
316 // 修改日期 385 // 修改日期
317 386
@@ -420,7 +489,7 @@ @@ -420,7 +489,7 @@
420 // 获取分类汇总的数据 489 // 获取分类汇总的数据
421 getfenhuilist() { 490 getfenhuilist() {
422 let that = this; 491 let that = this;
423 - console.log(9988776655) 492 + console.log(9988776655,that.document)
424 let url = "project/Get_GetfintorgSum"; 493 let url = "project/Get_GetfintorgSum";
425 let param = { 494 let param = {
426 toaudit: that.toaudit, 495 toaudit: that.toaudit,
@@ -428,7 +497,8 @@ @@ -428,7 +497,8 @@
428 sendyear: that.sendyear, 497 sendyear: that.sendyear,
429 submitdateone: that.submitdateone, 498 submitdateone: that.submitdateone,
430 submitdatetwo: that.submitdatetwo, 499 submitdatetwo: that.submitdatetwo,
431 - fintorg: that.fintorg 500 + fintorg: that.fintorg,
  501 + document:that.document
432 502
433 } 503 }
434 console.log(param) 504 console.log(param)
@@ -442,7 +512,6 @@ @@ -442,7 +512,6 @@
442 obj.auduitsum=helper.change(obj.auduitsum); 512 obj.auduitsum=helper.change(obj.auduitsum);
443 obj.amountsum=helper.change(obj.amountsum); 513 obj.amountsum=helper.change(obj.amountsum);
444 obj.freesum=helper.change(obj.freesum); 514 obj.freesum=helper.change(obj.freesum);
445 -  
446 } 515 }
447 this.huizonglist=newhuizonglist 516 this.huizonglist=newhuizonglist
448 // that.ftrialnumber = r.data[0].ftrialnumber; 517 // that.ftrialnumber = r.data[0].ftrialnumber;
@@ -504,7 +573,7 @@ @@ -504,7 +573,7 @@
504 this.fid = id; 573 this.fid = id;
505 // this.getdetail() 574 // this.getdetail()
506 uni.navigateTo({ 575 uni.navigateTo({
507 - url:'../zixundanweihuitail/zixundanweihuidetail?fid='+this.fid 576 + url:'../zixundanweihuitail/zixundanweihuidetail?fid='+this.fid+'&document='+this.document
508 }) 577 })
509 578
510 579
@@ -519,6 +588,19 @@ @@ -519,6 +588,19 @@
519 page { 588 page {
520 background: #f9f9f9; 589 background: #f9f9f9;
521 } 590 }
  591 + .taizhangwrap {
  592 + height:auto!important
  593 + }
  594 + .topheadk{
  595 + position: fixed;
  596 + top:0;
  597 + left:0;
  598 + background: #fff;
  599 + width:750rpx;
  600 + }
  601 + .taizhangwrap{
  602 + /* height:900rpx!important; */
  603 + }
522 604
523 .headbox { 605 .headbox {
524 background: #fff; 606 background: #fff;
@@ -558,6 +640,7 @@ @@ -558,6 +640,7 @@
558 padding: 0 20rpx; 640 padding: 0 20rpx;
559 box-sizing: border-box; 641 box-sizing: border-box;
560 background: #fff; 642 background: #fff;
  643 + margin-top:100rpx;
561 } 644 }
562 645
563 .taizhanghead { 646 .taizhanghead {
1 -.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}page::after{position:fixed;content:'';left:-1000px;top:-1000px;-webkit-animation:shadow-preload .1s;-webkit-animation-delay:3s;animation:shadow-preload .1s;animation-delay:3s}@-webkit-keyframes shadow-preload{0%{background-image:url(https://cdn.dcloud.net.cn/img/shadow-grey.png)}100%{background-image:url(https://cdn.dcloud.net.cn/img/shadow-grey.png)}}@keyframes shadow-preload{0%{background-image:url(https://cdn.dcloud.net.cn/img/shadow-grey.png)}100%{background-image:url(https://cdn.dcloud.net.cn/img/shadow-grey.png)}}  
  1 +.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.shaiselecttop{width:750rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;padding-top:10rpx;padding-bottom:10rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.shaiselect{display:inline-block;width:200rpx;height:64rpx;background:#0093ff;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;border-radius:30rpx}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}page::after{position:fixed;content:'';left:-1000px;top:-1000px;-webkit-animation:shadow-preload .1s;-webkit-animation-delay:3s;animation:shadow-preload .1s;animation-delay:3s}@-webkit-keyframes shadow-preload{0%{background-image:url(https://cdn.dcloud.net.cn/img/shadow-grey.png)}100%{background-image:url(https://cdn.dcloud.net.cn/img/shadow-grey.png)}}@keyframes shadow-preload{0%{background-image:url(https://cdn.dcloud.net.cn/img/shadow-grey.png)}100%{background-image:url(https://cdn.dcloud.net.cn/img/shadow-grey.png)}}
1 -(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/budgetshenhe/budgetshenhe"],{2166:function(t,e,n){"use strict";n.r(e);var o=n("593d"),i=n.n(o);for(var r in o)"default"!==r&&function(t){n.d(e,t,(function(){return o[t]}))}(r);e["default"]=i.a},"3fff":function(t,e,n){"use strict";n.r(e);var o=n("d9a5"),i=n("fabc");for(var r in i)"default"!==r&&function(t){n.d(e,t,(function(){return i[t]}))}(r);n("94c4");var a,u=n("f0c5"),c=Object(u["a"])(i["default"],o["b"],o["c"],!1,null,null,null,!1,o["a"],a);e["default"]=c.exports},"4e90":function(t,e,n){"use strict";var o=n("d869"),i=n.n(o);i.a},"593d":function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n={onLaunch:function(){console.log("App Launch")},onShow:function(){console.log("App Show")},onHide:function(){console.log("App Hide")},post:function(e,n,o){var i=this,r=new Promise((function(r,a){var u=t.getStorageSync("token"),c={token:u||""};t.request({url:i.globalData.baseUrl+e,data:n,method:o,header:c,success:function(t){200==t.statusCode?r(t):a(t.data)},fail:function(t){console.log(t),a("网络出错"),wx.hideNavigationBarLoading()},complete:function(t){}})}));return r},globalData:{userInfo:null,baseUrl:"https://www.bjzha.net/api/"}};e.default=n}).call(this,n("543d")["default"])},"59df":function(t,e,n){"use strict";n.r(e);var o=n("2166");for(var i in o)"default"!==i&&function(t){n.d(e,t,(function(){return o[t]}))}(i);n("4e90");var r,a,u,c,l=n("f0c5"),s=Object(l["a"])(o["default"],r,a,!1,null,null,null,!1,u,c);e["default"]=s.exports},"7dca":function(t,e,n){"use strict";(function(t){n("bdbd"),n("921b");o(n("66fd"));var e=o(n("3fff"));function o(t){return t&&t.__esModule?t:{default:t}}t(e.default)}).call(this,n("543d")["createPage"])},"81a6":function(t,e,n){},"94c4":function(t,e,n){"use strict";var o=n("81a6"),i=n.n(o);i.a},d869:function(t,e,n){},d9a5:function(t,e,n){"use strict";var o,i=function(){var t=this,e=t.$createElement;t._self._c},r=[];n.d(e,"b",(function(){return i})),n.d(e,"c",(function(){return r})),n.d(e,"a",(function(){return o}))},e582:function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var o=i(n("59df"));function i(t){return t&&t.__esModule?t:{default:t}}function r(t){if("undefined"===typeof Symbol||null==t[Symbol.iterator]){if(Array.isArray(t)||(t=a(t))){var e=0,n=function(){};return{s:n,n:function(){return e>=t.length?{done:!0}:{done:!1,value:t[e++]}},e:function(t){throw t},f:n}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var o,i,r=!0,u=!1;return{s:function(){o=t[Symbol.iterator]()},n:function(){var t=o.next();return r=t.done,t},e:function(t){u=!0,i=t},f:function(){try{r||null==o.return||o.return()}finally{if(u)throw i}}}}function a(t,e){if(t){if("string"===typeof t)return u(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(n):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?u(t,e):void 0}}function u(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,o=new Array(e);n<e;n++)o[n]=t[n];return o}var c={data:function(){return{zixunlist:[],keyword:"",querylist:[],type:"",showhide:""}},onLoad:function(e){switch(this.showhide=t.getStorageSync("showhide"),console.log("4389489",JSON.stringify(this.showhide)),this.type=e.type,this.type=Number(this.type),this.type){case 1:console.log(this.type),t.setNavigationBarTitle({title:"预算项目审核"}),this.project="prj_toaudit_budget";break;case 2:console.log(this.type),t.setNavigationBarTitle({title:"结算项目审核"}),this.project="prj_toaudit_settlement";break;case 3:t.setNavigationBarTitle({title:"决算项目审核"}),this.project="prj_toaudit_change";break;case 4:t.setNavigationBarTitle({title:"土地成本项目审核"}),this.project="prj_toaudit_land";break}},methods:{xiangmuzufen:function(e){var n=JSON.stringify(e);console.log(e);e.finorgid,e.fprojectid;t.navigateTo({url:"../zixunfenpei/zixunfenpei?item="+n})},question:function(e){console.log(e);var n=e.fprojectid;t.setStorageSync("questionid",n),t.navigateTo({url:"/pages/question/question?quesprojectid="+n})},getbudgetlist:function(){var e=this,n="project/Get_ProjectInventory",i={fprojectcategory:e.project,fuserid:t.getStorageSync("userid"),fprojectid:"",role:t.getStorageSync("role")};console.log("8877665544",i),o.default.post(n,i,"get").then((function(t){console.log(t),e.zixunlist=t.data,e.querylist=t.data})).catch((function(t){console.log(t)}))},see:function(e){var n=JSON.stringify(e);t.navigateTo({url:"/pages/projectziliao/projectziliao?item="+n})},enterxiangmu:function(t){console.log(t),this.keyword=t.target.value},jingban:function(e){var n=JSON.stringify(e);t.navigateTo({url:"/pages/examinejingban/examinejingban?item="+n})},pingshen:function(e){var n=JSON.stringify(e);t.navigateTo({url:"/pages/reviewreport/reviewreport?item="+n})},concatsure:function(e){var n=JSON.stringify(e);t.navigateTo({url:"/pages/concat/concat?item="+n})},chaxun:function(){if(""==this.keyword)this.getbudgetlist();else{console.log(9988776655);var t,e=[],n=this.querylist,o=[],i=r(n);try{for(i.s();!(t=i.n()).done;){var a=t.value;o.push(a.fname)}}catch(l){i.e(l)}finally{i.f()}console.log("名称",o);for(var u=0;u<n.length;u++)for(var c=0;c<o.length;c++)o[c].indexOf(this.keyword)>=0&&c==u&&e.push(n[u]);console.log("9999000777",e),this.zixunlist=e}}},onShow:function(){this.getbudgetlist()}};e.default=c}).call(this,n("543d")["default"])},fabc:function(t,e,n){"use strict";n.r(e);var o=n("e582"),i=n.n(o);for(var r in o)"default"!==r&&function(t){n.d(e,t,(function(){return o[t]}))}(r);e["default"]=i.a}},[["7dca","common/runtime","common/vendor"]]]);  
  1 +(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/budgetshenhe/budgetshenhe"],{2166:function(t,e,n){"use strict";n.r(e);var o=n("593d"),i=n.n(o);for(var r in o)"default"!==r&&function(t){n.d(e,t,(function(){return o[t]}))}(r);e["default"]=i.a},"3fff":function(t,e,n){"use strict";n.r(e);var o=n("b5a2"),i=n("fabc");for(var r in i)"default"!==r&&function(t){n.d(e,t,(function(){return i[t]}))}(r);n("94c4");var a,u=n("f0c5"),c=Object(u["a"])(i["default"],o["b"],o["c"],!1,null,null,null,!1,o["a"],a);e["default"]=c.exports},"4e90":function(t,e,n){"use strict";var o=n("d869"),i=n.n(o);i.a},"593d":function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n={onLaunch:function(){console.log("App Launch")},onShow:function(){console.log("App Show")},onHide:function(){console.log("App Hide")},post:function(e,n,o){var i=this,r=new Promise((function(r,a){var u=t.getStorageSync("token"),c={token:u||""};t.request({url:i.globalData.baseUrl+e,data:n,method:o,header:c,success:function(t){200==t.statusCode?r(t):a(t.data)},fail:function(t){console.log(t),a("网络出错"),wx.hideNavigationBarLoading()},complete:function(t){}})}));return r},globalData:{userInfo:null,baseUrl:"https://www.bjzha.net/api/"}};e.default=n}).call(this,n("543d")["default"])},"59df":function(t,e,n){"use strict";n.r(e);var o=n("2166");for(var i in o)"default"!==i&&function(t){n.d(e,t,(function(){return o[t]}))}(i);n("4e90");var r,a,u,c,l=n("f0c5"),s=Object(l["a"])(o["default"],r,a,!1,null,null,null,!1,u,c);e["default"]=s.exports},"7dca":function(t,e,n){"use strict";(function(t){n("bdbd"),n("921b");o(n("66fd"));var e=o(n("3fff"));function o(t){return t&&t.__esModule?t:{default:t}}t(e.default)}).call(this,n("543d")["createPage"])},"81a6":function(t,e,n){},"94c4":function(t,e,n){"use strict";var o=n("81a6"),i=n.n(o);i.a},b5a2:function(t,e,n){"use strict";var o,i=function(){var t=this,e=t.$createElement;t._self._c},r=[];n.d(e,"b",(function(){return i})),n.d(e,"c",(function(){return r})),n.d(e,"a",(function(){return o}))},d869:function(t,e,n){},e582:function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var o=i(n("59df"));function i(t){return t&&t.__esModule?t:{default:t}}function r(t){if("undefined"===typeof Symbol||null==t[Symbol.iterator]){if(Array.isArray(t)||(t=a(t))){var e=0,n=function(){};return{s:n,n:function(){return e>=t.length?{done:!0}:{done:!1,value:t[e++]}},e:function(t){throw t},f:n}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var o,i,r=!0,u=!1;return{s:function(){o=t[Symbol.iterator]()},n:function(){var t=o.next();return r=t.done,t},e:function(t){u=!0,i=t},f:function(){try{r||null==o.return||o.return()}finally{if(u)throw i}}}}function a(t,e){if(t){if("string"===typeof t)return u(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(n):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?u(t,e):void 0}}function u(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,o=new Array(e);n<e;n++)o[n]=t[n];return o}var c={data:function(){return{zixunlist:[],keyword:"",querylist:[],type:"",showhide:""}},onLoad:function(e){switch(this.showhide=t.getStorageSync("showhide"),console.log("4389489",JSON.stringify(this.showhide)),this.type=e.type,this.type=Number(this.type),this.type){case 1:console.log(this.type),t.setNavigationBarTitle({title:"预算项目审核"}),this.project="prj_toaudit_budget";break;case 2:console.log(this.type),t.setNavigationBarTitle({title:"结算项目审核"}),this.project="prj_toaudit_settlement";break;case 3:t.setNavigationBarTitle({title:"决算项目审核"}),this.project="prj_toaudit_change";break;case 4:t.setNavigationBarTitle({title:"土地成本项目审核"}),this.project="prj_toaudit_land";break}},methods:{xiangmuzufen:function(e){var n=JSON.stringify(e);console.log(e);e.finorgid,e.fprojectid;t.navigateTo({url:"../zixunfenpei/zixunfenpei?item="+n})},question:function(e){console.log(e);var n=e.fprojectid;t.setStorageSync("questionid",n),t.navigateTo({url:"/pages/question/question?quesprojectid="+n})},getbudgetlist:function(){var e=this,n="project/Get_ProjectInventory",i={fprojectcategory:e.project,fuserid:t.getStorageSync("userid"),fprojectid:"",role:t.getStorageSync("role")};console.log("8877665544",i),o.default.post(n,i,"get").then((function(t){console.log(t),e.zixunlist=t.data,e.querylist=t.data})).catch((function(t){console.log(t)}))},see:function(e){var n=JSON.stringify(e);t.navigateTo({url:"/pages/projectziliao/projectziliao?item="+n})},enterxiangmu:function(t){console.log(t),this.keyword=t.target.value},jingban:function(e){var n=JSON.stringify(e);t.navigateTo({url:"/pages/examinejingban/examinejingban?item="+n})},pingshen:function(e){var n=JSON.stringify(e);t.navigateTo({url:"/pages/reviewreport/reviewreport?item="+n})},concatsure:function(e){var n=JSON.stringify(e);t.navigateTo({url:"/pages/concat/concat?item="+n})},chaxun:function(){if(""==this.keyword)this.getbudgetlist();else{console.log(9988776655);var t,e=[],n=this.querylist,o=[],i=r(n);try{for(i.s();!(t=i.n()).done;){var a=t.value;o.push(a.fname)}}catch(l){i.e(l)}finally{i.f()}console.log("名称",o);for(var u=0;u<n.length;u++)for(var c=0;c<o.length;c++)o[c].indexOf(this.keyword)>=0&&c==u&&e.push(n[u]);console.log("9999000777",e),this.zixunlist=e}}},onShow:function(){this.getbudgetlist()}};e.default=c}).call(this,n("543d")["default"])},fabc:function(t,e,n){"use strict";n.r(e);var o=n("e582"),i=n.n(o);for(var r in o)"default"!==r&&function(t){n.d(e,t,(function(){return o[t]}))}(r);e["default"]=i.a}},[["7dca","common/runtime","common/vendor"]]]);
1 -<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>  
  1 +<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>
1 -.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}page{background:#f9f9f9}image{width:100%;height:100%}.btnlist{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-top:20rpx}.btnitem{width:194rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:12rpx;margin-bottom:30rpx}.statebox{-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-top:32rpx}.stateboxitem{width:188rpx;height:132rpx;border:1rpx solid #bdc4ce;opacity:1;border-radius:8rpx;margin-right:15rpx;margin-bottom:28rpx}.stateboxitemtop{color:#06121e;font-size:24rpx}.stateboxitembot{margin-top:10rpx}.head{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;position:fixed;top:0;left:0;z-index:999}.stateimg{width:28rpx;height:28rpx;font-size:0}.statename{color:#06121e;font-size:24rpx;margin-left:5rpx}.fenzulist{margin-top:100rpx}.headleft{width:572rpx;height:60rpx;background:#eee;opacity:1;border-radius:8rpx;padding:10rpx 24rpx;-webkit-box-sizing:border-box;box-sizing:border-box;display:felex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:flex;align-items:center}.headleft input{color:#bdc4ce;font-size:28rpx}.headright{width:98rpx;height:60rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:22rpx;text-align:center;line-height:60rpx;margin-left:16rpx}.fenzuitem{width:686rpx;background:#fff;-webkit-box-shadow:0 6rpx 6rpx rgba(0,0,0,.03);box-shadow:0 6rpx 6rpx rgba(0,0,0,.03);opacity:1;border-radius:20rpx;margin:20rpx auto 0;padding:28rpx 32rpx 40rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.fenzunoimg{width:28rpx;height:28rpx;font-size:0;margin-right:10rpx}.fenzunoimg image{width:100%;height:100%}.bianhao{color:#8c9198;font-size:24rpx}.bianhaonum{color:#06121e;font-size:24rpx;letter-spacing:2rpx}.fenzunoname{color:#3d444d;font-size:24rpx}.fenzutopright{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;width:126rpx;height:48rpx;border:1rpx solid #bdc4ce;opacity:1;border-radius:8rpx;padding:0 5rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.fenzutop{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding-bottom:16rpx;border-bottom:1rpx solid #f5f5f5}.fenzuobottom{margin-top:16rpx}.fenzubottom{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;margin-top:16rpx}.fenzubtn{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}  
  1 +.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.shaiselecttop{width:750rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;padding-top:10rpx;padding-bottom:10rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.shaiselect{display:inline-block;width:200rpx;height:64rpx;background:#0093ff;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;border-radius:30rpx}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}page{background:#f9f9f9}image{width:100%;height:100%}.btnlist{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-top:20rpx}.btnitem{width:194rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:12rpx;margin-bottom:30rpx}.statebox{-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-top:32rpx}.stateboxitem{width:188rpx;height:132rpx;border:1rpx solid #bdc4ce;opacity:1;border-radius:8rpx;margin-right:15rpx;margin-bottom:28rpx}.stateboxitemtop{color:#06121e;font-size:24rpx}.stateboxitembot{margin-top:10rpx}.head{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;position:fixed;top:0;left:0;z-index:999}.stateimg{width:28rpx;height:28rpx;font-size:0}.statename{color:#06121e;font-size:24rpx;margin-left:5rpx}.fenzulist{margin-top:100rpx}.headleft{width:572rpx;height:60rpx;background:#eee;opacity:1;border-radius:8rpx;padding:10rpx 24rpx;-webkit-box-sizing:border-box;box-sizing:border-box;display:felex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:flex;align-items:center}.headleft input{color:#bdc4ce;font-size:28rpx}.headright{width:98rpx;height:60rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:22rpx;text-align:center;line-height:60rpx;margin-left:16rpx}.fenzuitem{width:686rpx;background:#fff;-webkit-box-shadow:0 6rpx 6rpx rgba(0,0,0,.03);box-shadow:0 6rpx 6rpx rgba(0,0,0,.03);opacity:1;border-radius:20rpx;margin:20rpx auto 0;padding:28rpx 32rpx 40rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.fenzunoimg{width:28rpx;height:28rpx;font-size:0;margin-right:10rpx}.fenzunoimg image{width:100%;height:100%}.bianhao{color:#8c9198;font-size:24rpx}.bianhaonum{color:#06121e;font-size:24rpx;letter-spacing:2rpx}.fenzunoname{color:#3d444d;font-size:24rpx}.fenzutopright{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;width:126rpx;height:48rpx;border:1rpx solid #bdc4ce;opacity:1;border-radius:8rpx;padding:0 5rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.fenzutop{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding-bottom:16rpx;border-bottom:1rpx solid #f5f5f5}.fenzuobottom{margin-top:16rpx}.fenzubottom{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;margin-top:16rpx}.fenzubtn{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}
1 -.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}page{overflow-x:hidden;overflow-y:scroll}image{width:100%;height:100%}.concatname{color:#8c9198;font-size:28rpx;margin-top:36rpx}.box{background:#f9f9f9}.mailitemimg{width:32rpx;height:32rpx;font-size:0}.mail{padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box;margin-top:114rpx}.mailist{margin-top:12rpx}.mailitem{margin-top:20rpx}.mailstate{color:#8c9198;font-size:28rpx}.mailname{color:#06121e;font-size:28rpx;margin-left:12rpx}.questiondescribe{color:#8c9198;font-size:28rpx;width:686rpx;height:180rpx;margin:20rpx auto 0}.questiondescribe textarea{width:100%;height:180rpx}.enterword{color:#8c9198;font-size:28rpx}.qusetionimg{-webkit-box-align:end;-webkit-align-items:flex-end;align-items:flex-end;margin-top:28rpx}.bigquestion{width:88rpx;height:88rpx;font-size:0}.smallimg{width:32rpx;height:32rpx;font-size:0;margin-left:10rpx}.projectinfo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.projectinfoname{width:44rpx;height:44rpx;font-size:0}.projectinfoname image{width:100%;height:100%}.projectname{color:#3d444d;font-size:28rpx;font-weight:700;margin-left:16rpx}.projectinfo{padding:36rpx 32rpx 16rpx;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #bdc4ce}.projectlist{padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.projectitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:32rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.itemk{border-bottom:none}.queslist{padding:32rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box}.projectitemleft{color:#8c9198;font-size:28rpx;width:180rpx}.projectitemright{color:#3d444d;font-size:28rpx}.renyuanleft{color:#06121e;font-size:28rpx}.renyuanright{width:260rpx;height:60rpx;padding:14rpx 28rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#3d444d;font-size:28rpx;text-align:right;margin-left:200rpx}.renyuanright input{width:100%;height:40rpx;color:#8c9198;font-size:24rpx}.xiangmuyuan{color:#8c9198;font-size:24rpx}.zixunbottom{width:750rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;padding:28rpx 32rpx 34rpx;-webkit-box-sizing:border-box;box-sizing:border-box;position:fixed;bottom:32rpx;left:0;background:#fff}.zixunbotleft{width:130rpx;height:80rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx}.zixunbotright{width:686rpx;height:80rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx;margin:0 auto}.renyaoqiu{margin-top:12rpx}.danweizi{width:360rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;background:#eee}.xuanlei{width:20rpx;height:22rpx;font-size:0}.xuanlei image{width:100%;height:100%}.box{background:#fff}.verfy{padding-bottom:16rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.touren{margin-left:10rpx}.number{width:120rpx;text-align:center}.ziliao{width:280rpx;text-align:center}.ziliaok{width:320rpx;text-align:center}.timek{width:210rpx;text-align:center}.fujian{width:180rpx;text-align:center}.caozuo{width:120rpx;text-align:center}.viewpoint{color:#d12324;font-size:22rpx;margin-top:20rpx;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.projectinfo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.fujiandown{width:120rpx;height:40rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff!important;font-size:24rpx;text-align:center;line-height:40rpx}.projectinfoname{width:44rpx;height:44rpx;font-size:0}.projectinfoname image{width:100%;height:100%}.projectname{color:#3d444d;font-size:28rpx;font-weight:700;margin-left:16rpx;position:relative}.projectname:before{display:block;content:"";width:10rpx;height:26rpx;background:#0292ff;position:absolute;top:8rpx;left:-20rpx}.projectinfo{padding:36rpx 32rpx 16rpx;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.projectlist{padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.projectitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:32rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.projectitem:last-child{border-bottom:none}.projectitemleft{color:#8c9198;font-size:28rpx}.projectitemright{color:#3d444d;font-size:28rpx}.renyuanleft{color:#8c9198;font-size:28rpx}.renyuanright{width:300rpx;height:60rpx;background:#eee;padding:14rpx 28rpx;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.danweizi{width:500rpx;text-align:right}.renyuanright input{width:100%;height:40rpx;color:#8c9198;font-size:24rpx}.xiangmuyuan{color:#8c9198;font-size:24rpx}.zixunbotleft{width:130rpx;height:80rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx}.renyaoqiu{margin-top:12rpx}.zixundan{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:24rpx 42rpx 16rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box}.zitou{padding:20rpx 0}.zixundanitem{color:#06121e;font-size:28rpx}.zixunbox{padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zixundanboxlist{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box}.zixunname{width:320rpx;color:#06121e;font-size:24rpx;line-height:1.5;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.zixunshu{width:105rpx;text-align:center;color:#06121e;font-size:24rpx}.zixuntou{width:108rpx;height:40rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:40rpx;margin-left:100rpx}.zuxiangmu{color:#3d444d;font-size:28rpx}.querenfen{width:686rpx;height:80rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx}.zidan{border-top:16rpx solid #f9f9f9}.danweizi{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.head{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx 12rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.fenzulist{margin-top:100rpx;padding-bottom:50rpx}.headleft{width:372rpx;height:60rpx;background:#eee;opacity:1;border-radius:8rpx;padding:10rpx 24rpx;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.headleft input{color:#bdc4ce;font-size:28rpx}.headright{width:100rpx;height:60rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:22rpx;text-align:center;line-height:60rpx;margin-left:16rpx}.download{width:136rpx;height:40rpx;line-height:40rpx}.fenzuitem{width:372rpx;background:#fff;-webkit-box-shadow:0 6rpx 6rpx rgba(0,0,0,.03);box-shadow:0 6rpx 6rpx rgba(0,0,0,.03);opacity:1;border-radius:20rpx;margin:20rpx auto 0;padding:28rpx 32rpx 40rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.fenzunoimg{width:28rpx;height:28rpx;font-size:0;margin-right:10rpx}.fenzunoimg image{width:100%;height:100%}.bianhao{color:#8c9198;font-size:24rpx}.bianhaonum{color:#06121e;font-size:24rpx;letter-spacing:2rpx}.fenzunoname{color:#3d444d;font-size:24rpx}.fenzutopright{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;height:48rpx;border:1rpx solid #bdc4ce;opacity:1;border-radius:8rpx;padding:0 5rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.consult{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.consultdanwei{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.volistdata{color:#999;font-size:30rpx;text-align:center;margin-top:20rpx}.xuanlei{width:18rpx;height:25rpx;font-size:0}.xuanlei image{width:100%;height:100%}.voicehead{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:20rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.headitem{color:#06121e;font-size:28rpx}.piao{margin-left:20rpx}.danwei{width:50%;text-align:left}.piao{width:20%;text-align:center}.tou{width:30%;text-align:center}.wei{width:60%;text-align:left}.tpiao{width:10%;text-align:center;margin-left:30rpx}.votelist{height:500rpx;overflow-y:scroll}.shending{width:430rpx}.itemk{border-bottom:none}  
  1 +.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.shaiselecttop{width:750rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;padding-top:10rpx;padding-bottom:10rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.shaiselect{display:inline-block;width:200rpx;height:64rpx;background:#0093ff;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;border-radius:30rpx}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}page{overflow-x:hidden;overflow-y:scroll}image{width:100%;height:100%}.concatname{color:#8c9198;font-size:28rpx;margin-top:36rpx}.box{background:#f9f9f9}.mailitemimg{width:32rpx;height:32rpx;font-size:0}.mail{padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box;margin-top:114rpx}.mailist{margin-top:12rpx}.mailitem{margin-top:20rpx}.mailstate{color:#8c9198;font-size:28rpx}.mailname{color:#06121e;font-size:28rpx;margin-left:12rpx}.questiondescribe{color:#8c9198;font-size:28rpx;width:686rpx;height:180rpx;margin:20rpx auto 0}.questiondescribe textarea{width:100%;height:180rpx}.enterword{color:#8c9198;font-size:28rpx}.qusetionimg{-webkit-box-align:end;-webkit-align-items:flex-end;align-items:flex-end;margin-top:28rpx}.bigquestion{width:88rpx;height:88rpx;font-size:0}.smallimg{width:32rpx;height:32rpx;font-size:0;margin-left:10rpx}.projectinfo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.projectinfoname{width:44rpx;height:44rpx;font-size:0}.projectinfoname image{width:100%;height:100%}.projectname{color:#3d444d;font-size:28rpx;font-weight:700;margin-left:16rpx}.projectinfo{padding:36rpx 32rpx 16rpx;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #bdc4ce}.projectlist{padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.projectitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:32rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.itemk{border-bottom:none}.queslist{padding:32rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box}.projectitemleft{color:#8c9198;font-size:28rpx;width:180rpx}.projectitemright{color:#3d444d;font-size:28rpx}.renyuanleft{color:#06121e;font-size:28rpx}.renyuanright{width:260rpx;height:60rpx;padding:14rpx 28rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#3d444d;font-size:28rpx;text-align:right;margin-left:200rpx}.renyuanright input{width:100%;height:40rpx;color:#8c9198;font-size:24rpx}.xiangmuyuan{color:#8c9198;font-size:24rpx}.zixunbottom{width:750rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;padding:28rpx 32rpx 34rpx;-webkit-box-sizing:border-box;box-sizing:border-box;position:fixed;bottom:32rpx;left:0;background:#fff}.zixunbotleft{width:130rpx;height:80rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx}.zixunbotright{width:686rpx;height:80rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx;margin:0 auto}.renyaoqiu{margin-top:12rpx}.danweizi{width:360rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;background:#eee}.xuanlei{width:20rpx;height:22rpx;font-size:0}.xuanlei image{width:100%;height:100%}.box{background:#fff}.verfy{padding-bottom:16rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.touren{margin-left:10rpx}.number{width:120rpx;text-align:center}.ziliao{width:280rpx;text-align:center}.ziliaok{width:320rpx;text-align:center}.timek{width:210rpx;text-align:center}.fujian{width:180rpx;text-align:center}.caozuo{width:120rpx;text-align:center}.viewpoint{color:#d12324;font-size:22rpx;margin-top:20rpx;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.projectinfo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.fujiandown{width:120rpx;height:40rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff!important;font-size:24rpx;text-align:center;line-height:40rpx}.projectinfoname{width:44rpx;height:44rpx;font-size:0}.projectinfoname image{width:100%;height:100%}.projectname{color:#3d444d;font-size:28rpx;font-weight:700;margin-left:16rpx;position:relative}.projectname:before{display:block;content:"";width:10rpx;height:26rpx;background:#0292ff;position:absolute;top:8rpx;left:-20rpx}.projectinfo{padding:36rpx 32rpx 16rpx;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.projectlist{padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.projectitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:32rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.projectitem:last-child{border-bottom:none}.projectitemleft{color:#8c9198;font-size:28rpx}.projectitemright{color:#3d444d;font-size:28rpx}.renyuanleft{color:#8c9198;font-size:28rpx}.renyuanright{width:300rpx;height:60rpx;background:#eee;padding:14rpx 28rpx;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.danweizi{width:500rpx;text-align:right}.renyuanright input{width:100%;height:40rpx;color:#8c9198;font-size:24rpx}.xiangmuyuan{color:#8c9198;font-size:24rpx}.zixunbotleft{width:130rpx;height:80rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx}.renyaoqiu{margin-top:12rpx}.zixundan{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:24rpx 42rpx 16rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box}.zitou{padding:20rpx 0}.zixundanitem{color:#06121e;font-size:28rpx}.zixunbox{padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zixundanboxlist{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box}.zixunname{width:320rpx;color:#06121e;font-size:24rpx;line-height:1.5;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.zixunshu{width:105rpx;text-align:center;color:#06121e;font-size:24rpx}.zixuntou{width:108rpx;height:40rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:40rpx;margin-left:100rpx}.zuxiangmu{color:#3d444d;font-size:28rpx}.querenfen{width:686rpx;height:80rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx}.zidan{border-top:16rpx solid #f9f9f9}.danweizi{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.head{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx 12rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.fenzulist{margin-top:100rpx;padding-bottom:50rpx}.headleft{width:372rpx;height:60rpx;background:#eee;opacity:1;border-radius:8rpx;padding:10rpx 24rpx;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.headleft input{color:#bdc4ce;font-size:28rpx}.headright{width:100rpx;height:60rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:22rpx;text-align:center;line-height:60rpx;margin-left:16rpx}.download{width:136rpx;height:40rpx;line-height:40rpx}.fenzuitem{width:372rpx;background:#fff;-webkit-box-shadow:0 6rpx 6rpx rgba(0,0,0,.03);box-shadow:0 6rpx 6rpx rgba(0,0,0,.03);opacity:1;border-radius:20rpx;margin:20rpx auto 0;padding:28rpx 32rpx 40rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.fenzunoimg{width:28rpx;height:28rpx;font-size:0;margin-right:10rpx}.fenzunoimg image{width:100%;height:100%}.bianhao{color:#8c9198;font-size:24rpx}.bianhaonum{color:#06121e;font-size:24rpx;letter-spacing:2rpx}.fenzunoname{color:#3d444d;font-size:24rpx}.fenzutopright{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;height:48rpx;border:1rpx solid #bdc4ce;opacity:1;border-radius:8rpx;padding:0 5rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.consult{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.consultdanwei{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.volistdata{color:#999;font-size:30rpx;text-align:center;margin-top:20rpx}.xuanlei{width:18rpx;height:25rpx;font-size:0}.xuanlei image{width:100%;height:100%}.voicehead{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:20rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.headitem{color:#06121e;font-size:28rpx}.piao{margin-left:20rpx}.danwei{width:50%;text-align:left}.piao{width:20%;text-align:center}.tou{width:30%;text-align:center}.wei{width:60%;text-align:left}.tpiao{width:10%;text-align:center;margin-left:30rpx}.votelist{height:500rpx;overflow-y:scroll}.shending{width:430rpx}.itemk{border-bottom:none}
1 -(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/daiban/daiban"],{"19bd":function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var o=a(n("59df"));function a(t){return t&&t.__esModule?t:{default:t}}function i(t){if("undefined"===typeof Symbol||null==t[Symbol.iterator]){if(Array.isArray(t)||(t=r(t))){var e=0,n=function(){};return{s:n,n:function(){return e>=t.length?{done:!0}:{done:!1,value:t[e++]}},e:function(t){throw t},f:n}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var o,a,i=!0,u=!1;return{s:function(){o=t[Symbol.iterator]()},n:function(){var t=o.next();return i=t.done,t},e:function(t){u=!0,a=t},f:function(){try{i||null==o.return||o.return()}finally{if(u)throw a}}}}function r(t,e){if(t){if("string"===typeof t)return u(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(n):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?u(t,e):void 0}}function u(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,o=new Array(e);n<e;n++)o[n]=t[n];return o}var c={data:function(){return{sel:0,status:0,daibanlist:[],showhide:[],review:"",budget:""}},onShow:function(){this.getdaibanlist(),this.isshowrenwu(),this.gettopdata(),this.getbudget()},onNavigationBarButtonTap:function(){},onResize:function(){},methods:{xuanze:function(t){var e=t.currentTarget.dataset.index;console.log(e),this.sel=e,0==e?this.status=0:1==e?this.status=1:2==e&&(this.status=2),this.getdaibanlist()},unction:function(t){var e="",n=0;t=(t||0).toString();for(var o=t.length-1;o>=0;o--)n++,e=t.charAt(o)+e,n%3||0==o||(e=","+e);return e},gettopdata:function(){var e=this,n="project/Select_ProjectNumber",a=t.getStorageSync("userid"),i={Userid:a,role:t.getStorageSync("role"),type:"assessment"};o.default.post(n,i,"get").then((function(t){console.log("顶部数据",t),e.review=t.data[0]})).catch((function(t){console.log(t)}))},getbudget:function(){var e=this,n="project/Select_ProjectNumber",a=t.getStorageSync("userid"),i={Userid:a,role:t.getStorageSync("role"),type:"project"};o.default.post(n,i,"get").then((function(t){console.log("顶部数据",t),e.budget=t.data[0]})).catch((function(t){console.log(t)}))},getdaibanlist:function(){var e=this,n=this,a="project/Get_Agencymatters",r=t.getStorageSync("userid"),u={Userid:r,status:n.status,role:t.getStorageSync("role")};console.log("9999",u),o.default.post(a,u,"get").then((function(t){console.log(t),e.daibanlist=t.data;var n,o=e.daibanlist,a=i(o);try{for(a.s();!(n=a.n()).done;){var r=n.value;r.fcreatedate=r.fcreatedate.split("T"),r.fcreatedate=r.fcreatedate[0]}}catch(u){a.e(u)}finally{a.f()}e.daibanlist=o})).catch((function(t){console.log(t)}))},govoice:function(e){console.log("daddaa",e);var n=e.fprojectid,o=e.fdisid;if(console.log("37474334887",e.fbizformid),"bd_advisory"==e.fbizformid)t.navigateTo({url:"../zixundanweifen/zixundanweifen?dfprojectid="+n+"&disid="+o});else if("bd_distribution"==e.fbizformid)t.navigateTo({url:"/pages/zixunfenpei/zixunfenpei?projectid="+n});else if("int_projectInventory"==e.fbizformid){var a=JSON.stringify(e);"预算"==e.freviewtype&&t.navigateTo({url:"/pages/projectziliao/projectziliao?projectid="+n+"&type=1&item="+a})}else"int_problemquestion"==e.fbizformid&&(console.log(e),t.navigateTo({url:"/pages/seequestion/seequestion?projectid="+n}))},gocenter:function(){t.navigateTo({url:"../taizhang/taizhang"})},isshowrenwu:function(){var e=this,n=this,a="project/Get_Menuhiding",i={fuserid:t.getStorageSync("userid"),role:t.getStorageSync("role")};o.default.post(a,i,"get").then((function(o){console.log(o),e.showhide=o.data,t.setStorageSync("showhide",o.data),1==n.showhide[3].status&&(console.log(9090),t.navigateTo({url:"../taizhang/taizhang"}))})).catch((function(t){console.log(t)}))}},onLoad:function(e){console.log(988766),console.log("转数字",this.unction(452369874)),t.setNavigationBarTitle({title:"投资项目管理平台("+t.getStorageSync("name")+")"})}};e.default=c}).call(this,n("543d")["default"])},2166:function(t,e,n){"use strict";n.r(e);var o=n("593d"),a=n.n(o);for(var i in o)"default"!==i&&function(t){n.d(e,t,(function(){return o[t]}))}(i);e["default"]=a.a},"31f0":function(t,e,n){"use strict";(function(t){n("bdbd"),n("921b");o(n("66fd"));var e=o(n("a038"));function o(t){return t&&t.__esModule?t:{default:t}}t(e.default)}).call(this,n("543d")["createPage"])},"4e90":function(t,e,n){"use strict";var o=n("d869"),a=n.n(o);a.a},"593d":function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n={onLaunch:function(){console.log("App Launch")},onShow:function(){console.log("App Show")},onHide:function(){console.log("App Hide")},post:function(e,n,o){var a=this,i=new Promise((function(i,r){var u=t.getStorageSync("token"),c={token:u||""};t.request({url:a.globalData.baseUrl+e,data:n,method:o,header:c,success:function(t){200==t.statusCode?i(t):r(t.data)},fail:function(t){console.log(t),r("网络出错"),wx.hideNavigationBarLoading()},complete:function(t){}})}));return i},globalData:{userInfo:null,baseUrl:"https://www.bjzha.net/api/"}};e.default=n}).call(this,n("543d")["default"])},"59df":function(t,e,n){"use strict";n.r(e);var o=n("2166");for(var a in o)"default"!==a&&function(t){n.d(e,t,(function(){return o[t]}))}(a);n("4e90");var i,r,u,c,s=n("f0c5"),l=Object(s["a"])(o["default"],i,r,!1,null,null,null,!1,u,c);e["default"]=l.exports},a038:function(t,e,n){"use strict";n.r(e);var o=n("f8b0"),a=n("b72d");for(var i in a)"default"!==i&&function(t){n.d(e,t,(function(){return a[t]}))}(i);n("c106");var r,u=n("f0c5"),c=Object(u["a"])(a["default"],o["b"],o["c"],!1,null,null,null,!1,o["a"],r);e["default"]=c.exports},b72d:function(t,e,n){"use strict";n.r(e);var o=n("19bd"),a=n.n(o);for(var i in o)"default"!==i&&function(t){n.d(e,t,(function(){return o[t]}))}(i);e["default"]=a.a},bb44:function(t,e,n){},c106:function(t,e,n){"use strict";var o=n("bb44"),a=n.n(o);a.a},d869:function(t,e,n){},f8b0:function(t,e,n){"use strict";var o,a=function(){var t=this,e=t.$createElement;t._self._c},i=[];n.d(e,"b",(function(){return a})),n.d(e,"c",(function(){return i})),n.d(e,"a",(function(){return o}))}},[["31f0","common/runtime","common/vendor"]]]);  
  1 +(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/daiban/daiban"],{"19bd":function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var o=i(n("59df"));function i(t){return t&&t.__esModule?t:{default:t}}function a(t){if("undefined"===typeof Symbol||null==t[Symbol.iterator]){if(Array.isArray(t)||(t=r(t))){var e=0,n=function(){};return{s:n,n:function(){return e>=t.length?{done:!0}:{done:!1,value:t[e++]}},e:function(t){throw t},f:n}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var o,i,a=!0,u=!1;return{s:function(){o=t[Symbol.iterator]()},n:function(){var t=o.next();return a=t.done,t},e:function(t){u=!0,i=t},f:function(){try{a||null==o.return||o.return()}finally{if(u)throw i}}}}function r(t,e){if(t){if("string"===typeof t)return u(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(n):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?u(t,e):void 0}}function u(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,o=new Array(e);n<e;n++)o[n]=t[n];return o}var c={data:function(){return{sel:0,status:0,daibanlist:[],showhide:[],review:"",budget:""}},onShow:function(){this.getdaibanlist(),this.isshowrenwu(),this.gettopdata(),this.getbudget()},onNavigationBarButtonTap:function(){},onResize:function(){},methods:{xuanze:function(t){var e=t.currentTarget.dataset.index;console.log(e),this.sel=e,0==e?this.status=0:1==e?this.status=1:2==e&&(this.status=2),this.getdaibanlist()},unction:function(t){var e="",n=0;t=(t||0).toString();for(var o=t.length-1;o>=0;o--)n++,e=t.charAt(o)+e,n%3||0==o||(e=","+e);return e},gettopdata:function(){var e=this,n="project/Select_ProjectNumber",i=t.getStorageSync("userid"),a={Userid:i,role:t.getStorageSync("role"),type:"assessment"};o.default.post(n,a,"get").then((function(t){console.log("顶部数据",t),e.review=t.data[0]})).catch((function(t){console.log(t)}))},getbudget:function(){var e=this,n="project/Select_ProjectNumber",i=t.getStorageSync("userid"),a={Userid:i,role:t.getStorageSync("role"),type:"project"};o.default.post(n,a,"get").then((function(t){console.log("顶部数据",t),e.budget=t.data[0]})).catch((function(t){console.log(t)}))},getdaibanlist:function(){var e=this,n=this,i="project/Get_Agencymatters",r=t.getStorageSync("userid"),u={Userid:r,status:n.status,role:t.getStorageSync("role")};console.log("9999",u),o.default.post(i,u,"get").then((function(t){console.log(t),e.daibanlist=t.data;var n,o=e.daibanlist,i=a(o);try{for(i.s();!(n=i.n()).done;){var r=n.value;r.fcreatedate=r.fcreatedate.split("T"),r.fcreatedate=r.fcreatedate[0]}}catch(u){i.e(u)}finally{i.f()}e.daibanlist=o})).catch((function(t){console.log(t)}))},govoice:function(e){console.log("daddaa",e);var n=e.fprojectid,o=e.fdisid;if(console.log("37474334887",e.fbizformid),"bd_advisory"==e.fbizformid)t.navigateTo({url:"../zixundanweifen/zixundanweifen?dfprojectid="+n+"&disid="+o});else if("bd_distribution"==e.fbizformid)t.navigateTo({url:"/pages/zixunfenpei/zixunfenpei?projectid="+n});else if("int_projectInventory"==e.fbizformid){var i=JSON.stringify(e);"预算"==e.freviewtype&&t.navigateTo({url:"/pages/projectziliao/projectziliao?projectid="+n+"&type=1&item="+i})}else"int_problemquestion"==e.fbizformid&&(console.log(e),t.navigateTo({url:"/pages/seequestion/seequestion?projectid="+n}))},gocenter:function(){t.navigateTo({url:"../taizhang/taizhang"})},isshowrenwu:function(){var e=this,n=this,i="project/Get_Menuhiding",a={fuserid:t.getStorageSync("userid"),role:t.getStorageSync("role")};o.default.post(i,a,"get").then((function(o){console.log(o),e.showhide=o.data,t.setStorageSync("showhide",o.data),0!=n.showhide[3].status&&(console.log(9090),t.redirectTo({url:"../taizhang/taizhang"}))})).catch((function(t){console.log(t)}))}},onLoad:function(e){console.log(988766),console.log("转数字",this.unction(452369874)),t.setNavigationBarTitle({title:"投资项目管理平台("+t.getStorageSync("name")+")"})}};e.default=c}).call(this,n("543d")["default"])},2166:function(t,e,n){"use strict";n.r(e);var o=n("593d"),i=n.n(o);for(var a in o)"default"!==a&&function(t){n.d(e,t,(function(){return o[t]}))}(a);e["default"]=i.a},2313:function(t,e,n){"use strict";var o,i=function(){var t=this,e=t.$createElement;t._self._c},a=[];n.d(e,"b",(function(){return i})),n.d(e,"c",(function(){return a})),n.d(e,"a",(function(){return o}))},"31f0":function(t,e,n){"use strict";(function(t){n("bdbd"),n("921b");o(n("66fd"));var e=o(n("a038"));function o(t){return t&&t.__esModule?t:{default:t}}t(e.default)}).call(this,n("543d")["createPage"])},"4e90":function(t,e,n){"use strict";var o=n("d869"),i=n.n(o);i.a},"593d":function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n={onLaunch:function(){console.log("App Launch")},onShow:function(){console.log("App Show")},onHide:function(){console.log("App Hide")},post:function(e,n,o){var i=this,a=new Promise((function(a,r){var u=t.getStorageSync("token"),c={token:u||""};t.request({url:i.globalData.baseUrl+e,data:n,method:o,header:c,success:function(t){200==t.statusCode?a(t):r(t.data)},fail:function(t){console.log(t),r("网络出错"),wx.hideNavigationBarLoading()},complete:function(t){}})}));return a},globalData:{userInfo:null,baseUrl:"https://www.bjzha.net/api/"}};e.default=n}).call(this,n("543d")["default"])},"59df":function(t,e,n){"use strict";n.r(e);var o=n("2166");for(var i in o)"default"!==i&&function(t){n.d(e,t,(function(){return o[t]}))}(i);n("4e90");var a,r,u,c,s=n("f0c5"),l=Object(s["a"])(o["default"],a,r,!1,null,null,null,!1,u,c);e["default"]=l.exports},a038:function(t,e,n){"use strict";n.r(e);var o=n("2313"),i=n("b72d");for(var a in i)"default"!==a&&function(t){n.d(e,t,(function(){return i[t]}))}(a);n("c106");var r,u=n("f0c5"),c=Object(u["a"])(i["default"],o["b"],o["c"],!1,null,null,null,!1,o["a"],r);e["default"]=c.exports},b72d:function(t,e,n){"use strict";n.r(e);var o=n("19bd"),i=n.n(o);for(var a in o)"default"!==a&&function(t){n.d(e,t,(function(){return o[t]}))}(a);e["default"]=i.a},bb44:function(t,e,n){},c106:function(t,e,n){"use strict";var o=n("bb44"),i=n.n(o);i.a},d869:function(t,e,n){}},[["31f0","common/runtime","common/vendor"]]]);
1 -.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}page{background:#f9f9f9}.pingkind{width:686rpx;height:282rpx;background:#fff;opacity:1;border-radius:12rpx;margin:30rpx auto 0;padding:26rpx 50rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.pingtitle{color:#06121e;font-size:28rpx;font-weight:700}.pingnum{color:#0093ff;font-size:32rpx;font-weight:700}.pingtext{color:#06121e;font-size:24rpx;text-align:center}.textbox{margin-top:16rpx;height:66rpx}.totalnum{margin-top:20rpx}.head{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;background:#fff;-webkit-box-sizing:border-box;box-sizing:border-box;margin-top:32rpx}.pingbox{margin-top:54rpx}.headitem{color:#3d444d;font-size:28rpx;width:250rpx;text-align:center;padding:28rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #fff}.selactive{color:#0093ff;font-size:28rpx;border-bottom:1rpx solid #0093ff}.daibanlist{padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box;padding-bottom:50rpx;margin-bottom:150rpx}.daibanlistitem{padding:32rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.daibanlsis{color:#3d444d;font-size:24rpx}.daibanm{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end}.daibanmleft{color:#3d444d;font-size:28rpx;font-weight:700}.daibanmright{color:#0093ff;font-size:24rpx}.daibanbottom{color:#3d444d;font-size:24rpx;margin-top:12rpx;letter-spacing:2rpx}.yidu{color:#bdc4ce;font-size:24rpx}.datetop{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}  
  1 +.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.shaiselecttop{width:750rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;padding-top:10rpx;padding-bottom:10rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.shaiselect{display:inline-block;width:200rpx;height:64rpx;background:#0093ff;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;border-radius:30rpx}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}page{background:#f9f9f9}.pingkind{width:686rpx;height:282rpx;background:#fff;opacity:1;border-radius:12rpx;margin:30rpx auto 0;padding:26rpx 50rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.pingtitle{color:#06121e;font-size:28rpx;font-weight:700}.pingnum{color:#0093ff;font-size:32rpx;font-weight:700}.pingtext{color:#06121e;font-size:24rpx;text-align:center}.textbox{margin-top:16rpx;height:66rpx}.totalnum{margin-top:20rpx}.head{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;background:#fff;-webkit-box-sizing:border-box;box-sizing:border-box;margin-top:32rpx}.pingbox{margin-top:54rpx}.headitem{color:#3d444d;font-size:28rpx;width:250rpx;text-align:center;padding:28rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #fff}.selactive{color:#0093ff;font-size:28rpx;border-bottom:1rpx solid #0093ff}.daibanlist{padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box;padding-bottom:50rpx;margin-bottom:150rpx}.daibanlistitem{padding:32rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.daibanlsis{color:#3d444d;font-size:24rpx}.daibanm{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end}.daibanmleft{color:#3d444d;font-size:28rpx;font-weight:700}.daibanmright{color:#0093ff;font-size:24rpx}.daibanbottom{color:#3d444d;font-size:24rpx;margin-top:12rpx;letter-spacing:2rpx}.yidu{color:#bdc4ce;font-size:24rpx}.datetop{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}
1 -.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}.box{background:#fff;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}page{background:#fff}.head{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:32rpx 0 16rpx;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;border-bottom:2rpx solid #bdc4ce}.headitem{color:#06121e;font-size:28rpx;font-weight:700}.xiangmulistitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:22rpx 0 34rpx;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee;background:#fff}.xiangmuhao{width:76rpx;color:#06121e;font-size:24rpx;text-align:center}.xiangming{width:150rpx;color:#06121e;font-size:24rpx;margin-left:4rpx;text-align:center;line-height:1.5}.pingshen{color:#06121e;font-size:24rpx;margin-left:10rpx;width:240rpx;text-align:center}.state{width:240rpx;color:#06121e;font-size:24rpx;margin-left:30rpx;line-height:1.4}.caozuoshuo{width:240rpx;text-align:center}  
  1 +.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.shaiselecttop{width:750rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;padding-top:10rpx;padding-bottom:10rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.shaiselect{display:inline-block;width:200rpx;height:64rpx;background:#0093ff;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;border-radius:30rpx}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}.box{background:#fff;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}page{background:#fff}.head{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:32rpx 0 16rpx;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;border-bottom:2rpx solid #bdc4ce}.headitem{color:#06121e;font-size:28rpx;font-weight:700}.xiangmulistitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:22rpx 0 34rpx;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee;background:#fff}.xiangmuhao{width:76rpx;color:#06121e;font-size:24rpx;text-align:center}.xiangming{width:150rpx;color:#06121e;font-size:24rpx;margin-left:4rpx;text-align:center;line-height:1.5}.pingshen{color:#06121e;font-size:24rpx;margin-left:10rpx;width:240rpx;text-align:center}.state{width:240rpx;color:#06121e;font-size:24rpx;margin-left:30rpx;line-height:1.4}.caozuoshuo{width:240rpx;text-align:center}
1 -.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}page{background:#f9f9f9}.head{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;position:fixed;top:0;left:0}.fenzulist{margin-top:100rpx;padding-bottom:50rpx}.headleft{width:572rpx;height:60rpx;background:#eee;opacity:1;border-radius:8rpx;padding:10rpx 24rpx;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.headleft input{color:#bdc4ce;font-size:28rpx}.headright{width:98rpx;height:60rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:22rpx;text-align:center;line-height:60rpx;margin-left:16rpx}.fenzuitem{width:686rpx;background:#fff;-webkit-box-shadow:0 6rpx 6rpx rgba(0,0,0,.03);box-shadow:0 6rpx 6rpx rgba(0,0,0,.03);opacity:1;border-radius:20rpx;margin:20rpx auto 0;padding:28rpx 32rpx 40rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.fenzunoimg{width:28rpx;height:28rpx;font-size:0;margin-right:10rpx}.fenzunoimg image{width:100%;height:100%}.bianhao{color:#8c9198;font-size:24rpx}.bianhaonum{color:#06121e;font-size:24rpx;letter-spacing:2rpx}.fenzunoname{color:#3d444d;font-size:24rpx}.fenzutopright{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;height:48rpx;border:1rpx solid #bdc4ce;opacity:1;border-radius:8rpx;padding:0 5rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.fenzutop{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding-bottom:16rpx;border-bottom:1rpx solid #f5f5f5}.fenzuobottom{margin-top:16rpx}.fenzubottom{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;margin-top:16rpx}.fenzubtn{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.fenzubtn:last-child{margin-right:0}  
  1 +.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.shaiselecttop{width:750rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;padding-top:10rpx;padding-bottom:10rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.shaiselect{display:inline-block;width:200rpx;height:64rpx;background:#0093ff;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;border-radius:30rpx}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}page{background:#f9f9f9}.head{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;position:fixed;top:0;left:0}.fenzulist{margin-top:100rpx;padding-bottom:50rpx}.headleft{width:572rpx;height:60rpx;background:#eee;opacity:1;border-radius:8rpx;padding:10rpx 24rpx;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.headleft input{color:#bdc4ce;font-size:28rpx}.headright{width:98rpx;height:60rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:22rpx;text-align:center;line-height:60rpx;margin-left:16rpx}.fenzuitem{width:686rpx;background:#fff;-webkit-box-shadow:0 6rpx 6rpx rgba(0,0,0,.03);box-shadow:0 6rpx 6rpx rgba(0,0,0,.03);opacity:1;border-radius:20rpx;margin:20rpx auto 0;padding:28rpx 32rpx 40rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.fenzunoimg{width:28rpx;height:28rpx;font-size:0;margin-right:10rpx}.fenzunoimg image{width:100%;height:100%}.bianhao{color:#8c9198;font-size:24rpx}.bianhaonum{color:#06121e;font-size:24rpx;letter-spacing:2rpx}.fenzunoname{color:#3d444d;font-size:24rpx}.fenzutopright{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;height:48rpx;border:1rpx solid #bdc4ce;opacity:1;border-radius:8rpx;padding:0 5rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.fenzutop{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding-bottom:16rpx;border-bottom:1rpx solid #f5f5f5}.fenzuobottom{margin-top:16rpx}.fenzubottom{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;margin-top:16rpx}.fenzubtn{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.fenzubtn:last-child{margin-right:0}
1 -.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}  
  1 +.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.shaiselecttop{width:750rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;padding-top:10rpx;padding-bottom:10rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.shaiselect{display:inline-block;width:200rpx;height:64rpx;background:#0093ff;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;border-radius:30rpx}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}
1 -.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}page{overflow-x:hidden}image{width:100%;height:100%}.box{background:#f9f9f9}.mailitemimg{width:32rpx;height:32rpx;font-size:0}.mail{padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box;margin-top:114rpx}.mailist{margin-top:12rpx}.mailitem{margin-top:20rpx}.mailstate{color:#8c9198;font-size:28rpx}.mailname{color:#06121e;font-size:28rpx;margin-left:12rpx}.questiondescribe{color:#8c9198;font-size:28rpx;width:686rpx;height:180rpx;margin:20rpx auto 0}.questiondescribe textarea{width:100%;height:180rpx}.enterword{color:#8c9198;font-size:28rpx}.qusetionimg{-webkit-box-align:end;-webkit-align-items:flex-end;align-items:flex-end;margin-top:28rpx}.bigquestion{width:88rpx;height:88rpx;font-size:0}.smallimg{width:32rpx;height:32rpx;font-size:0;margin-left:10rpx}.projectinfo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.projectinfoname{width:44rpx;height:44rpx;font-size:0}.projectinfoname image{width:100%;height:100%}.projectname{color:#3d444d;font-size:28rpx;font-weight:700;margin-left:16rpx}.projectinfo{padding:36rpx 32rpx 16rpx;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #bdc4ce}.projectlist{padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.projectitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:32rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.itemk{border-bottom:none}.queslist{padding:32rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box}.projectitemleft{color:#8c9198;font-size:28rpx;width:180rpx}.projectitemright{color:#3d444d;font-size:28rpx}.renyuanleft{color:#06121e;font-size:28rpx;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.renyuanright{width:260rpx;height:60rpx;padding:14rpx 28rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#3d444d;font-size:28rpx;text-align:right;margin-left:200rpx}.renyuanright input{width:100%;height:40rpx;color:#8c9198;font-size:24rpx}.xiangmuyuan{color:#8c9198;font-size:24rpx}.zixunbottom{width:750rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;padding:28rpx 32rpx 34rpx;-webkit-box-sizing:border-box;box-sizing:border-box;position:fixed;bottom:0;left:0}.zixunbotleft{width:130rpx;height:80rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx}.zixunbotright{width:686rpx;height:80rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx;margin:0 auto}.renyaoqiu{margin-top:12rpx}.danweizi{width:360rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;background:#eee}.xuanlei{width:20rpx;height:22rpx;font-size:0}.xuanlei image{width:100%;height:100%}.box{background:#fff}.verfy{padding-bottom:16rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.touren{margin-left:10rpx}.number{width:120rpx;text-align:center}.ziliao{width:280rpx;text-align:center}.ziliaok{width:320rpx;text-align:center}.timek{width:210rpx;text-align:center}.fujian{width:180rpx;text-align:center}.caozuo{width:120rpx;text-align:center}.viewpoint{color:#d12324;font-size:22rpx;margin-top:20rpx;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.projectinfo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.fujiandown{width:120rpx;height:40rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff!important;font-size:24rpx;text-align:center;line-height:40rpx}.projectinfoname{width:44rpx;height:44rpx;font-size:0}.projectinfoname image{width:100%;height:100%}.projectname{color:#3d444d;font-size:28rpx;font-weight:700;margin-left:16rpx;position:relative}.projectname:before{display:block;content:"";width:10rpx;height:26rpx;background:#0292ff;position:absolute;top:8rpx;left:-20rpx}.projectinfo{padding:36rpx 32rpx 16rpx;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.projectlist{padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.projectitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:32rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.projectitem:last-child{border-bottom:none}.projectitemright{color:#3d444d;font-size:28rpx}.renyuanleft{color:#8c9198;font-size:28rpx}.renyuanright{width:300rpx;height:60rpx;background:#eee;padding:14rpx 28rpx;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.danweizi{width:500rpx;text-align:right}.renyuanright input{width:100%;height:40rpx;color:#8c9198;font-size:24rpx}.xiangmuyuan{color:#8c9198;font-size:24rpx}.zixunbotleft{width:130rpx;height:80rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx}.renyaoqiu{margin-top:12rpx}.zixundan{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:24rpx 42rpx 16rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box}.zitou{padding:20rpx 0}.zixundanitem{color:#06121e;font-size:28rpx}.zixunbox{padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zixundanboxlist{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box}.zixunname{width:320rpx;color:#06121e;font-size:24rpx;line-height:1.5;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.zixunshu{width:105rpx;text-align:center;color:#06121e;font-size:24rpx}.zixuntou{width:108rpx;height:40rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:40rpx;margin-left:100rpx}.zuxiangmu{color:#3d444d;font-size:28rpx}.querenfen{width:686rpx;height:80rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx}.zidan{border-top:16rpx solid #f9f9f9}.danweizi{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.head{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx 12rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.fenzulist{margin-top:100rpx;padding-bottom:50rpx}.headleft{width:372rpx;height:60rpx;background:#eee;opacity:1;border-radius:8rpx;padding:10rpx 24rpx;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.headleft input{color:#bdc4ce;font-size:28rpx}.headright{width:100rpx;height:60rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:22rpx;text-align:center;line-height:60rpx;margin-left:16rpx}.download{width:136rpx;height:40rpx;line-height:40rpx}.fenzuitem{width:372rpx;background:#fff;-webkit-box-shadow:0 6rpx 6rpx rgba(0,0,0,.03);box-shadow:0 6rpx 6rpx rgba(0,0,0,.03);opacity:1;border-radius:20rpx;margin:20rpx auto 0;padding:28rpx 32rpx 40rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.fenzunoimg{width:28rpx;height:28rpx;font-size:0;margin-right:10rpx}.fenzunoimg image{width:100%;height:100%}.bianhao{color:#8c9198;font-size:24rpx}.bianhaonum{color:#06121e;font-size:24rpx;letter-spacing:2rpx}.fenzunoname{color:#3d444d;font-size:24rpx}.fenzutopright{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;height:48rpx;border:1rpx solid #bdc4ce;opacity:1;border-radius:8rpx;padding:0 5rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.consult{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.consultdanwei{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.volistdata{color:#999;font-size:30rpx;text-align:center;margin-top:20rpx}.xuanlei{width:18rpx;height:25rpx;font-size:0}.xuanlei image{width:100%;height:100%}.voicehead{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:20rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.headitem{color:#06121e;font-size:28rpx}.piao{margin-left:20rpx}.danwei{width:50%;text-align:left}.piao{width:20%;text-align:center}.tou{width:30%;text-align:center}.wei{width:60%;text-align:left}.tpiao{width:10%;text-align:center;margin-left:30rpx}.votelist{height:500rpx;overflow-y:scroll}.shending{width:430rpx}.itemk{border-bottom:none}  
  1 +.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.shaiselecttop{width:750rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;padding-top:10rpx;padding-bottom:10rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.shaiselect{display:inline-block;width:200rpx;height:64rpx;background:#0093ff;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;border-radius:30rpx}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}page{overflow-x:hidden}image{width:100%;height:100%}.box{background:#f9f9f9}.mailitemimg{width:32rpx;height:32rpx;font-size:0}.mail{padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box;margin-top:114rpx}.mailist{margin-top:12rpx}.mailitem{margin-top:20rpx}.mailstate{color:#8c9198;font-size:28rpx}.mailname{color:#06121e;font-size:28rpx;margin-left:12rpx}.questiondescribe{color:#8c9198;font-size:28rpx;width:686rpx;height:180rpx;margin:20rpx auto 0}.questiondescribe textarea{width:100%;height:180rpx}.enterword{color:#8c9198;font-size:28rpx}.qusetionimg{-webkit-box-align:end;-webkit-align-items:flex-end;align-items:flex-end;margin-top:28rpx}.bigquestion{width:88rpx;height:88rpx;font-size:0}.smallimg{width:32rpx;height:32rpx;font-size:0;margin-left:10rpx}.projectinfo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.projectinfoname{width:44rpx;height:44rpx;font-size:0}.projectinfoname image{width:100%;height:100%}.projectname{color:#3d444d;font-size:28rpx;font-weight:700;margin-left:16rpx}.projectinfo{padding:36rpx 32rpx 16rpx;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #bdc4ce}.projectlist{padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.projectitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:32rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.itemk{border-bottom:none}.queslist{padding:32rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box}.projectitemleft{color:#8c9198;font-size:28rpx;width:180rpx}.projectitemright{color:#3d444d;font-size:28rpx}.renyuanleft{color:#06121e;font-size:28rpx;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.renyuanright{width:260rpx;height:60rpx;padding:14rpx 28rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#3d444d;font-size:28rpx;text-align:right;margin-left:200rpx}.renyuanright input{width:100%;height:40rpx;color:#8c9198;font-size:24rpx}.xiangmuyuan{color:#8c9198;font-size:24rpx}.zixunbottom{width:750rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;padding:28rpx 32rpx 34rpx;-webkit-box-sizing:border-box;box-sizing:border-box;position:fixed;bottom:0;left:0}.zixunbotleft{width:130rpx;height:80rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx}.zixunbotright{width:686rpx;height:80rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx;margin:0 auto}.renyaoqiu{margin-top:12rpx}.danweizi{width:360rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;background:#eee}.xuanlei{width:20rpx;height:22rpx;font-size:0}.xuanlei image{width:100%;height:100%}.box{background:#fff}.verfy{padding-bottom:16rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.touren{margin-left:10rpx}.number{width:120rpx;text-align:center}.ziliao{width:280rpx;text-align:center}.ziliaok{width:320rpx;text-align:center}.timek{width:210rpx;text-align:center}.fujian{width:180rpx;text-align:center}.caozuo{width:120rpx;text-align:center}.viewpoint{color:#d12324;font-size:22rpx;margin-top:20rpx;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.projectinfo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.fujiandown{width:120rpx;height:40rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff!important;font-size:24rpx;text-align:center;line-height:40rpx}.projectinfoname{width:44rpx;height:44rpx;font-size:0}.projectinfoname image{width:100%;height:100%}.projectname{color:#3d444d;font-size:28rpx;font-weight:700;margin-left:16rpx;position:relative}.projectname:before{display:block;content:"";width:10rpx;height:26rpx;background:#0292ff;position:absolute;top:8rpx;left:-20rpx}.projectinfo{padding:36rpx 32rpx 16rpx;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.projectlist{padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.projectitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:32rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.projectitem:last-child{border-bottom:none}.projectitemright{color:#3d444d;font-size:28rpx}.renyuanleft{color:#8c9198;font-size:28rpx}.renyuanright{width:300rpx;height:60rpx;background:#eee;padding:14rpx 28rpx;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.danweizi{width:500rpx;text-align:right}.renyuanright input{width:100%;height:40rpx;color:#8c9198;font-size:24rpx}.xiangmuyuan{color:#8c9198;font-size:24rpx}.zixunbotleft{width:130rpx;height:80rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx}.renyaoqiu{margin-top:12rpx}.zixundan{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:24rpx 42rpx 16rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box}.zitou{padding:20rpx 0}.zixundanitem{color:#06121e;font-size:28rpx}.zixunbox{padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zixundanboxlist{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box}.zixunname{width:320rpx;color:#06121e;font-size:24rpx;line-height:1.5;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.zixunshu{width:105rpx;text-align:center;color:#06121e;font-size:24rpx}.zixuntou{width:108rpx;height:40rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:40rpx;margin-left:100rpx}.zuxiangmu{color:#3d444d;font-size:28rpx}.querenfen{width:686rpx;height:80rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx}.zidan{border-top:16rpx solid #f9f9f9}.danweizi{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.head{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx 12rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.fenzulist{margin-top:100rpx;padding-bottom:50rpx}.headleft{width:372rpx;height:60rpx;background:#eee;opacity:1;border-radius:8rpx;padding:10rpx 24rpx;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.headleft input{color:#bdc4ce;font-size:28rpx}.headright{width:100rpx;height:60rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:22rpx;text-align:center;line-height:60rpx;margin-left:16rpx}.download{width:136rpx;height:40rpx;line-height:40rpx}.fenzuitem{width:372rpx;background:#fff;-webkit-box-shadow:0 6rpx 6rpx rgba(0,0,0,.03);box-shadow:0 6rpx 6rpx rgba(0,0,0,.03);opacity:1;border-radius:20rpx;margin:20rpx auto 0;padding:28rpx 32rpx 40rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.fenzunoimg{width:28rpx;height:28rpx;font-size:0;margin-right:10rpx}.fenzunoimg image{width:100%;height:100%}.bianhao{color:#8c9198;font-size:24rpx}.bianhaonum{color:#06121e;font-size:24rpx;letter-spacing:2rpx}.fenzunoname{color:#3d444d;font-size:24rpx}.fenzutopright{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;height:48rpx;border:1rpx solid #bdc4ce;opacity:1;border-radius:8rpx;padding:0 5rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.consult{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.consultdanwei{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.volistdata{color:#999;font-size:30rpx;text-align:center;margin-top:20rpx}.xuanlei{width:18rpx;height:25rpx;font-size:0}.xuanlei image{width:100%;height:100%}.voicehead{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:20rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.headitem{color:#06121e;font-size:28rpx}.piao{margin-left:20rpx}.danwei{width:50%;text-align:left}.piao{width:20%;text-align:center}.tou{width:30%;text-align:center}.wei{width:60%;text-align:left}.tpiao{width:10%;text-align:center;margin-left:30rpx}.votelist{height:500rpx;overflow-y:scroll}.shending{width:430rpx}.itemk{border-bottom:none}
1 -(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/guocheng/guocheng"],{2166:function(t,n,e){"use strict";e.r(n);var o=e("593d"),u=e.n(o);for(var a in o)"default"!==a&&function(t){e.d(n,t,(function(){return o[t]}))}(a);n["default"]=u.a},"3c2a":function(t,n,e){"use strict";(function(t){e("bdbd"),e("921b");o(e("66fd"));var n=o(e("9c01"));function o(t){return t&&t.__esModule?t:{default:t}}t(n.default)}).call(this,e("543d")["createPage"])},4713:function(t,n,e){"use strict";var o=e("bb9f"),u=e.n(o);u.a},"4e90":function(t,n,e){"use strict";var o=e("d869"),u=e.n(o);u.a},"593d":function(t,n,e){"use strict";(function(t){Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;var e={onLaunch:function(){console.log("App Launch")},onShow:function(){console.log("App Show")},onHide:function(){console.log("App Hide")},post:function(n,e,o){var u=this,a=new Promise((function(a,c){var r=t.getStorageSync("token"),i={token:r||""};t.request({url:u.globalData.baseUrl+n,data:e,method:o,header:i,success:function(t){200==t.statusCode?a(t):c(t.data)},fail:function(t){console.log(t),c("网络出错"),wx.hideNavigationBarLoading()},complete:function(t){}})}));return a},globalData:{userInfo:null,baseUrl:"https://www.bjzha.net/api/"}};n.default=e}).call(this,e("543d")["default"])},"59df":function(t,n,e){"use strict";e.r(n);var o=e("2166");for(var u in o)"default"!==u&&function(t){e.d(n,t,(function(){return o[t]}))}(u);e("4e90");var a,c,r,i,l=e("f0c5"),f=Object(l["a"])(o["default"],a,c,!1,null,null,null,!1,r,i);n["default"]=f.exports},6980:function(t,n,e){"use strict";(function(t){Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;var o=u(e("59df"));function u(t){return t&&t.__esModule?t:{default:t}}var a={data:function(){return{list:[]}},onLoad:function(){},onShow:function(){this.getlist()},methods:{getlist:function(){var t=this;console.log(9988776655);var n="project/Get_Processtime";o.default.post(n,"","get").then((function(n){t.list=n.data})).catch((function(t){console.log(t)}))},detail:function(n){console.log(n),console.log(n);var e=n.currentTarget.dataset.item;e=JSON.stringify(e),console.log(e),t.navigateTo({url:"../xiangmuprogress/xiangmuprogress?item="+e})}}};n.default=a}).call(this,e("543d")["default"])},7894:function(t,n,e){"use strict";e.r(n);var o=e("6980"),u=e.n(o);for(var a in o)"default"!==a&&function(t){e.d(n,t,(function(){return o[t]}))}(a);n["default"]=u.a},"9c01":function(t,n,e){"use strict";e.r(n);var o=e("f01c"),u=e("7894");for(var a in u)"default"!==a&&function(t){e.d(n,t,(function(){return u[t]}))}(a);e("4713");var c,r=e("f0c5"),i=Object(r["a"])(u["default"],o["b"],o["c"],!1,null,null,null,!1,o["a"],c);n["default"]=i.exports},bb9f:function(t,n,e){},d869:function(t,n,e){},f01c:function(t,n,e){"use strict";var o,u=function(){var t=this,n=t.$createElement;t._self._c},a=[];e.d(n,"b",(function(){return u})),e.d(n,"c",(function(){return a})),e.d(n,"a",(function(){return o}))}},[["3c2a","common/runtime","common/vendor"]]]);  
  1 +(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/guocheng/guocheng"],{2166:function(t,n,e){"use strict";e.r(n);var o=e("593d"),a=e.n(o);for(var i in o)"default"!==i&&function(t){e.d(n,t,(function(){return o[t]}))}(i);n["default"]=a.a},"3c2a":function(t,n,e){"use strict";(function(t){e("bdbd"),e("921b");o(e("66fd"));var n=o(e("9c01"));function o(t){return t&&t.__esModule?t:{default:t}}t(n.default)}).call(this,e("543d")["createPage"])},4713:function(t,n,e){"use strict";var o=e("bb9f"),a=e.n(o);a.a},"4e90":function(t,n,e){"use strict";var o=e("d869"),a=e.n(o);a.a},"593d":function(t,n,e){"use strict";(function(t){Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;var e={onLaunch:function(){console.log("App Launch")},onShow:function(){console.log("App Show")},onHide:function(){console.log("App Hide")},post:function(n,e,o){var a=this,i=new Promise((function(i,u){var c=t.getStorageSync("token"),s={token:c||""};t.request({url:a.globalData.baseUrl+n,data:e,method:o,header:s,success:function(t){200==t.statusCode?i(t):u(t.data)},fail:function(t){console.log(t),u("网络出错"),wx.hideNavigationBarLoading()},complete:function(t){}})}));return i},globalData:{userInfo:null,baseUrl:"https://www.bjzha.net/api/"}};n.default=e}).call(this,e("543d")["default"])},"59df":function(t,n,e){"use strict";e.r(n);var o=e("2166");for(var a in o)"default"!==a&&function(t){e.d(n,t,(function(){return o[t]}))}(a);e("4e90");var i,u,c,s,l=e("f0c5"),r=Object(l["a"])(o["default"],i,u,!1,null,null,null,!1,c,s);n["default"]=r.exports},6980:function(t,n,e){"use strict";(function(t){Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;var o=a(e("59df"));function a(t){return t&&t.__esModule?t:{default:t}}var i={data:function(){return{list:[],tizhangshow:!1,stationlist:[],index:0,document:"",projectname:"请选择主管部门",fname:""}},onLoad:function(){this.getzhugaunlist()},onShow:function(){this.getlist()},methods:{enterxiangmu:function(t){this.fname=t.detail.value},chaxun:function(){this.getlist()},hidek:function(){this.tizhangshow=!1},hide:function(){},getzhugaunlist:function(){var t=this;console.log(9988776655);var n="project/Get_ComDepartment";o.default.post(n,"","get").then((function(n){console.log(n),t.stationlist=n.data})).catch((function(t){console.log(t)}))},bindPickerChange:function(t){console.log("picker发送选择改变,携带值为",t.target.value),this.index=t.target.value,this.projectname=this.stationlist[t.target.value].fname,this.document=this.stationlist[t.target.value].fid},getlist:function(){var t=this;console.log(9988776655);var n="project/Get_Processtime",e={document:t.document,fname:t.fname};console.log("8877665544",e),o.default.post(n,e,"get").then((function(n){t.list=n.data})).catch((function(t){console.log(t)}))},shai:function(){this.tizhangshow=!this.tizhangshow},search:function(){this.getlist(),this.tizhangshow=!1},detail:function(n){console.log(n),console.log(n);var e=n.currentTarget.dataset.item;e=JSON.stringify(e),console.log(e),t.navigateTo({url:"../xiangmuprogress/xiangmuprogress?item="+e})}}};n.default=i}).call(this,e("543d")["default"])},7894:function(t,n,e){"use strict";e.r(n);var o=e("6980"),a=e.n(o);for(var i in o)"default"!==i&&function(t){e.d(n,t,(function(){return o[t]}))}(i);n["default"]=a.a},"9c01":function(t,n,e){"use strict";e.r(n);var o=e("a06b"),a=e("7894");for(var i in a)"default"!==i&&function(t){e.d(n,t,(function(){return a[t]}))}(i);e("4713");var u,c=e("f0c5"),s=Object(c["a"])(a["default"],o["b"],o["c"],!1,null,null,null,!1,o["a"],u);n["default"]=s.exports},a06b:function(t,n,e){"use strict";var o,a=function(){var t=this,n=t.$createElement;t._self._c},i=[];e.d(n,"b",(function(){return a})),e.d(n,"c",(function(){return i})),e.d(n,"a",(function(){return o}))},bb9f:function(t,n,e){},d869:function(t,n,e){}},[["3c2a","common/runtime","common/vendor"]]]);
1 -<view class="box"><view class="head"><view class="headitem">项目编号</view><view class="headitem minghcengx">项目名称</view><view class="headitem">当前评审节点</view><view class="headitem">项目状态</view></view><view class="xiangmlist"><block wx:for="{{list}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="xiangmulistitem" data-item="{{item}}" data-event-opts="{{[['tap',[['detail',['$event']]]]]}}" bindtap="__e"><view class="xiangmuhao">{{item.fnumber}}</view><view class="xiangming">{{item.fname}}</view><view class="pingshen">{{item.fcurrentname}}</view><view class="{{[item.ffinauditstatus=='审核中'?'state':'finish']}}">{{item.ffinauditstatus}}</view></view></block></view></view>  
  1 +<view><view class="flextwo" style="position:fixed;top:0;left:0;width:750rpx;height:92rpx;padding-right:10rpx;box-sizing:border-box;background:#fff;"><view class="head flexone"><view class="headleft"><input type="text" placeholder="输入项目名称查询" data-event-opts="{{[['input',[['enterxiangmu',['$event']]]]]}}" bindinput="__e"/></view><view data-event-opts="{{[['tap',[['chaxun',['$event']]]]]}}" class="headright" bindtap="__e">查询</view></view><view class="shaiselecttop"><view data-event-opts="{{[['tap',[['shai',['$event']]]]]}}" class="shaiselect" bindtap="__e">筛选</view></view></view><view class="box"><view class="topheadk"><view class="headk"><view class="headitem minghcengx">项目名称</view><view class="headitem">当前评审节点</view><view class="headitem">项目状态</view><view class="headitem">备注</view></view></view><view class="xiangmlist"><block wx:for="{{list}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="xiangmulistitem" data-item="{{item}}" data-event-opts="{{[['tap',[['detail',['$event']]]]]}}" bindtap="__e"><view class="xiangming">{{item.fname}}</view><view class="pingshen">{{item.fcurrentname}}</view><block wx:if="{{item.ffinauditstatus=='审核中'}}"><view class="{{['finish',item.ffinauditstatus=='审核中'?'shenhezhong':'']}}">{{item.ffinauditstatus}}</view></block><block wx:if="{{item.ffinauditstatus=='暂停'}}"><view class="{{['finish',item.ffinauditstatus=='暂停'?'state':'']}}">{{item.ffinauditstatus}}</view></block><block wx:if="{{item.ffinauditstatus=='中止'}}"><view class="{{['finish',item.ffinauditstatus=='中止'?'state':'']}}">{{item.ffinauditstatus}}</view></block><block wx:if="{{item.ffinauditstatus=='已审结'}}"><view class="{{['finish',item.ffinauditstatus=='已审结'?'shenjie':'']}}">{{item.ffinauditstatus}}</view></block><view class="xiangmuhao">{{item.ftransferdescription}}</view></view></block></view></view><block wx:if="{{tizhangshow}}"><view data-event-opts="{{[['tap',[['hidek',['$event']]]]]}}" class="register" bindtap="__e"><view data-event-opts="{{[['tap',[['hide',['$event']]]]]}}" class="taizhangwrap" catchtap="__e"><view class="wrapbox"><view class="wrapitem"><view class="wrapitemleft">主管部门</view><picker value="{{index}}" range="{{stationlist}}" range-key="fname" data-event-opts="{{[['change',[['bindPickerChange',['$event']]]]]}}" catchchange="__e"><view class="wrapitemright"><view class="uni-input projectname">{{projectname}}</view></view></picker></view></view><view class="zibot"><view data-event-opts="{{[['tap',[['search',['$event']]]]]}}" class="chaxun" catchtap="__e">查询</view></view></view></view></block></view>
1 -.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}.box{background:#f9f9f9;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.head{width:750rpx;background:#fff;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:32rpx;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;border-bottom:2rpx solid #bdc4ce;position:fixed;left:0;top:0}.headitem{color:#06121e;font-size:28rpx;font-weight:700}.xiangmulistitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:22rpx 0 34rpx;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.xiangmuhao{width:140rpx;color:#06121e;font-size:24rpx}.xiangming{width:144rpx;color:#06121e;font-size:24rpx;margin-left:37rpx;text-align:center;line-height:1.5;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.pingshen{color:#06121e;font-size:24rpx;margin-left:78rpx;width:80rpx}.state{color:#d12324;font-size:24rpx;margin-left:128rpx}.finish{color:#00ac00;font-size:24rpx;margin-left:128rpx}.xiangmlist{margin-top:100rpx}  
  1 +.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.shaiselecttop{width:750rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;padding-top:10rpx;padding-bottom:10rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.shaiselect{display:inline-block;width:200rpx;height:64rpx;background:#0093ff;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;border-radius:30rpx}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}.shaiselect{width:188rpx}.head{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx 32rpx 20rpx 10rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;position:fixed;top:0;left:0}.stateimg{width:28rpx;height:28rpx;font-size:0}.statename{color:#06121e;font-size:24rpx;margin-left:5rpx}.fenzulist{margin-top:100rpx}.headleft{width:389rpx;height:60rpx;background:#eee;opacity:1;border-radius:8rpx;padding:10rpx 24rpx;-webkit-box-sizing:border-box;box-sizing:border-box;display:felex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:flex;align-items:center}.headleft input{color:#bdc4ce;font-size:28rpx}.headright{width:98rpx;height:60rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:22rpx;text-align:center;line-height:60rpx;margin-left:16rpx}.taizhangwrap{height:300rpx;z-index:9999}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.headk{width:750rpx;background:#fff;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:32rpx;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;border-bottom:2rpx solid #bdc4ce}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.zibot{margin-top:80rpx}.box{background:#f9f9f9;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.topheadk{width:750rpx;background:#fff;position:fixed;left:0;top:93rpx}.headitem{color:#06121e;font-size:28rpx;font-weight:700}.xiangmulistitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:22rpx 0 34rpx;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.xiangmuhao{width:130rpx;color:#06121e;font-size:24rpx;margin-left:40rpx;text-align:right}.xiangming{width:144rpx;color:#06121e;font-size:24rpx;text-align:center;line-height:1.5;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.pingshen{color:#06121e;font-size:24rpx;margin-left:78rpx;width:80rpx}.finish{width:100rpx;text-align:center;color:#00ac00;font-size:24rpx;margin-left:142rpx}.xiangmlist{margin-top:198rpx}.shenhezhong{color:#00ac00}.state{color:#d12324;font-size:24rpx;margin-left:128rpx}.shenjie{color:#06121e;font-weight:700}
1 -.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}page{width:100%;height:100%}.biaoshi{color:#fff;font-size:28rpx;margin-top:20rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.xieyi{color:#ff9417;font-size:28rpx}.box{width:750rpx;height:100%;background:url(http://39.105.61.115:1912/scripts/yemian.png) no-repeat 50%;background-size:cover;overflow:hidden}.tpouziname{color:#f9f9f9;font-size:56rpx;text-align:center;margin-top:278rpx;font-weight:700}.zhuanjia{color:#f9f9f9;font-size:40rpx;text-align:center;font-weight:700}.shrumima{width:438rpx;height:68rpx;background:#eee;opacity:1;border-radius:8rpx;color:#232323;font-size:28rpx;padding:18rpx 24rpx;-webkit-box-sizing:border-box;box-sizing:border-box;margin:232rpx auto 0;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.shrumima input{width:100%}.entershouji{color:#232323;font-size:28rpx}.mima{margin:32rpx auto 0}.mima input{font-size:28rpx}.yanzheng{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.yanzheng{width:438rpx;margin:32rpx auto 0}.yanzhengleft{width:256rpx;height:68rpx;border-radius:8rpx;background:#fff;padding:18rpx 24rpx;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;background:#eee;color:#232323;font-size:24rpx}.yanzhengleft input{width:100%;height:100%;font-size:28rpx}.yanzhenghao{width:162rpx;height:68rpx;background:#fff;opacity:1;border-radius:8rpx;margin-left:20rpx;color:#169bd5;font-size:24rpx;text-align:center;line-height:68rpx;letter-spacing:6rpx;font-weight:700;background:#eee}.yanzhenghao input{color:#232323;font-size:24rpx}.yan{color:#232323;font-size:28rpx}.select{width:438rpx;margin:20rpx auto 0;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.selectleft{width:28rpx;height:28rpx;font-size:0}.selectleft image{width:100%;height:100%}.selectright{color:#fff;font-size:26rpx;margin-left:10rpx}.denglu{width:438rpx;height:76rpx;opacity:1;background:#007aff;opacity:.9;color:#fff;font-size:24rpx;text-align:center;line-height:76rpx;margin:52rpx auto 0;border-radius:8rpx}.dengactive{opacity:.9;background:#738dfa}.pop{width:200rpx;height:80rpx;background-color:rgba(0,0,0,.5);border-radius:16rpx;color:#fff;font-size:30rpx;text-align:center;line-height:80rpx;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.zhanghao input{font-size:28rpx}  
  1 +.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.shaiselecttop{width:750rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;padding-top:10rpx;padding-bottom:10rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.shaiselect{display:inline-block;width:200rpx;height:64rpx;background:#0093ff;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;border-radius:30rpx}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}page{width:100%;height:100%}.biaoshi{color:#fff;font-size:28rpx;margin-top:20rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.xieyi{color:#ff9417;font-size:28rpx}.box{width:750rpx;height:100%;background:url(http://39.105.61.115:1912/scripts/yemian.png) no-repeat 50%;background-size:cover;overflow:hidden}.tpouziname{color:#f9f9f9;font-size:56rpx;text-align:center;margin-top:278rpx;font-weight:700}.zhuanjia{color:#f9f9f9;font-size:40rpx;text-align:center;font-weight:700}.shrumima{width:438rpx;height:68rpx;background:#eee;opacity:1;border-radius:8rpx;color:#232323;font-size:28rpx;padding:18rpx 24rpx;-webkit-box-sizing:border-box;box-sizing:border-box;margin:232rpx auto 0;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.shrumima input{width:100%}.entershouji{color:#232323;font-size:28rpx}.mima{margin:32rpx auto 0}.mima input{font-size:28rpx}.yanzheng{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.yanzheng{width:438rpx;margin:32rpx auto 0}.yanzhengleft{width:256rpx;height:68rpx;border-radius:8rpx;background:#fff;padding:18rpx 24rpx;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;background:#eee;color:#232323;font-size:24rpx}.yanzhengleft input{width:100%;height:100%;font-size:28rpx}.yanzhenghao{width:162rpx;height:68rpx;background:#fff;opacity:1;border-radius:8rpx;margin-left:20rpx;color:#169bd5;font-size:24rpx;text-align:center;line-height:68rpx;letter-spacing:6rpx;font-weight:700;background:#eee}.yanzhenghao input{color:#232323;font-size:24rpx}.yan{color:#232323;font-size:28rpx}.select{width:438rpx;margin:20rpx auto 0;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.selectleft{width:28rpx;height:28rpx;font-size:0}.selectleft image{width:100%;height:100%}.selectright{color:#fff;font-size:26rpx;margin-left:10rpx}.denglu{width:438rpx;height:76rpx;opacity:1;background:#007aff;opacity:.9;color:#fff;font-size:24rpx;text-align:center;line-height:76rpx;margin:52rpx auto 0;border-radius:8rpx}.dengactive{opacity:.9;background:#738dfa}.pop{width:200rpx;height:80rpx;background-color:rgba(0,0,0,.5);border-radius:16rpx;color:#fff;font-size:30rpx;text-align:center;line-height:80rpx;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.zhanghao input{font-size:28rpx}
1 -.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}page{background:#f9f9f9}.box{background:#fff}.projectinfo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.projectinfoname{width:44rpx;height:44rpx;font-size:0}.projectinfoname image{width:100%;height:100%}.projectname{color:#3d444d;font-size:28rpx;font-weight:700;margin-left:16rpx}.xiangmuname{width:550rpx;text-align:right}.projectinfo{padding:36rpx 32rpx 16rpx;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #bdc4ce}.projectlist{padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.projectitem{background:#fff;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:32rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.projectitemleft{color:#8c9198;font-size:28rpx}.projectitemright{color:#3d444d;font-size:28rpx}.renyuanleft{color:#8c9198;font-size:28rpx}.renyuanright{width:300rpx;height:60rpx;background:#eee;padding:14rpx 28rpx;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.renyuanright input{width:100%;height:40rpx;color:#8c9198;font-size:24rpx}.xiangmuyuan{color:#8c9198;font-size:24rpx}.zixunbottom{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:28rpx 32rpx 34rpx}.zixunbotleft{width:130rpx;height:80rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx}.zixunbotright{width:532rpx;height:80rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx;margin-left:24rpx}.renyaoqiu{margin-top:12rpx}.zixundan{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:44rpx 42rpx 16rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #bdc4ce}.zixundanitem{color:#06121e;font-size:28rpx}.zixunbox{padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zixundanboxlist{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box}.zixunname{width:320rpx;color:#06121e;font-size:24rpx;line-height:1.5;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.zixunshu{width:105rpx;text-align:center;color:#06121e;font-size:24rpx}.zixuntou{width:108rpx;height:40rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:40rpx;margin-left:140rpx}.zuxiangmu{color:#3d444d;font-size:28rpx;font-weight:700}.querenfen{width:686rpx;height:80rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx}  
  1 +.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.shaiselecttop{width:750rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;padding-top:10rpx;padding-bottom:10rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.shaiselect{display:inline-block;width:200rpx;height:64rpx;background:#0093ff;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;border-radius:30rpx}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}page{background:#f9f9f9}.box{background:#fff}.projectinfo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.projectinfoname{width:44rpx;height:44rpx;font-size:0}.projectinfoname image{width:100%;height:100%}.projectname{color:#3d444d;font-size:28rpx;font-weight:700;margin-left:16rpx}.xiangmuname{width:550rpx;text-align:right}.projectinfo{padding:36rpx 32rpx 16rpx;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #bdc4ce}.projectlist{padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.projectitem{background:#fff;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:32rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.projectitemleft{color:#8c9198;font-size:28rpx}.projectitemright{color:#3d444d;font-size:28rpx}.renyuanleft{color:#8c9198;font-size:28rpx}.renyuanright{width:300rpx;height:60rpx;background:#eee;padding:14rpx 28rpx;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.renyuanright input{width:100%;height:40rpx;color:#8c9198;font-size:24rpx}.xiangmuyuan{color:#8c9198;font-size:24rpx}.zixunbottom{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:28rpx 32rpx 34rpx}.zixunbotleft{width:130rpx;height:80rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx}.zixunbotright{width:532rpx;height:80rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx;margin-left:24rpx}.renyaoqiu{margin-top:12rpx}.zixundan{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:44rpx 42rpx 16rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #bdc4ce}.zixundanitem{color:#06121e;font-size:28rpx}.zixunbox{padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zixundanboxlist{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box}.zixunname{width:320rpx;color:#06121e;font-size:24rpx;line-height:1.5;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.zixunshu{width:105rpx;text-align:center;color:#06121e;font-size:24rpx}.zixuntou{width:108rpx;height:40rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:40rpx;margin-left:140rpx}.zuxiangmu{color:#3d444d;font-size:28rpx;font-weight:700}.querenfen{width:686rpx;height:80rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx}
1 -(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/projectziliao/projectziliao"],{"04ae":function(e,t,o){"use strict";o.r(t);var n=o("5f1d"),i=o("dd71");for(var s in i)"default"!==s&&function(e){o.d(t,e,(function(){return i[e]}))}(s);o("235c");var l,c=o("f0c5"),a=Object(c["a"])(i["default"],n["b"],n["c"],!1,null,null,null,!1,n["a"],l);t["default"]=a.exports},"0dec":function(e,t,o){"use strict";(function(e){o("bdbd"),o("921b");n(o("66fd"));var t=n(o("04ae"));function n(e){return e&&e.__esModule?e:{default:e}}e(t.default)}).call(this,o("543d")["createPage"])},2166:function(e,t,o){"use strict";o.r(t);var n=o("593d"),i=o.n(n);for(var s in n)"default"!==s&&function(e){o.d(t,e,(function(){return n[e]}))}(s);t["default"]=i.a},"235c":function(e,t,o){"use strict";var n=o("5c33"),i=o.n(n);i.a},"310f":function(e,t,o){"use strict";(function(e){Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var n=i(o("59df"));i(o("b86c"));function i(e){return e&&e.__esModule?e:{default:e}}var s={data:function(){return{disid:"",item:{},fteamid:"",fprojectid:"",ftrialnumber:"",fconcludenumber:"",votelist:[],danweilist:[],index:0,keyword:"",showhide:"",fuzepeople:"",fuzephone:"",status:"",subdisid:"",daibanfprojectid:"",touvotelist:[],fintorgid:" ",danweiname:"请选择咨询单位",state:"",seeklist:[],replylist:[],downurl:"",singgleurl:"",type:"",typeprojectid:"",project:""}},onLoad:function(t){if(console.log("传的参数",t),void 0!=t.type){switch(this.type=t.type,this.typeprojectid=t.projectid,this.item=JSON.parse(t.item),this.type){case 1:console.log(this.type),this.project="prj_toaudit_budget";break;case 2:console.log(this.type),this.project="prj_toaudit_settlement";break;case 3:this.project="prj_toaudit_change";break;case 4:this.project="prj_toaudit_land";break}this.getbudgetlist()}else this.item=JSON.parse(t.item),console.log(this.item);this.getseeklist(),this.getreplay(),this.showhide=e.getStorageSync("showhide")},methods:{getbudgetlist:function(){var t=this,o="project/Get_ProjectInventory",i={fprojectcategory:t.project,fuserid:e.getStorageSync("userid"),fprojectid:t.typeprojectid,role:e.getStorageSync("role")};console.log("8877665544",i),n.default.post(o,i,"get").then((function(e){console.log(e,"kkkkk"),t.item=e.data[0]})).catch((function(e){console.log(e)}))},shenjie:function(t){var o="project/Save_ProjectConclude",i={userid:e.getStorageSync("userid"),role:e.getStorageSync("role"),fprojectid:t.fprojectid,fdisid:t.fdisid,fdirstatus:t.fdirstatus,ffinauditstatus:t.ffinauditstatus};console.log("8877665544",i),n.default.post(o,i,"get").then((function(t){console.log(t),e.showToast({title:t.data[0].message,icon:"none"})})).catch((function(e){console.log(e)}))},question:function(t){console.log(t);var o=t.fprojectid;e.setStorageSync("questionid",o),e.navigateTo({url:"/pages/question/question?quesprojectid="+o})},jingban:function(t){var o=JSON.stringify(t);e.navigateTo({url:"/pages/examinejingban/examinejingban?item="+o})},pingshen:function(t){var o=JSON.stringify(t);e.navigateTo({url:"/pages/reviewreport/reviewreport?item="+o})},concatsure:function(t){var o=JSON.stringify(t);e.navigateTo({url:"/pages/concat/concat?item="+o})},getseeklist:function(){var t=this,o="project/Select_Fseektity",i={userid:e.getStorageSync("userid"),role:e.getStorageSync("role"),fprojectid:t.item.fprojectid,fdisid:t.item.fdisid,type:"fseektity"};console.log("8877665544",i),n.default.post(o,i,"get").then((function(e){console.log("征求意见稿",e),t.seeklist=e.data})).catch((function(e){console.log(e)}))},getreplay:function(){var t=this,o="project/Select_Fseektity",i={userid:e.getStorageSync("userid"),role:e.getStorageSync("role"),fprojectid:t.item.fprojectid,fdisid:t.item.fdisid,type:"ffirstreplyfile"};console.log("8877665544",i),n.default.post(o,i,"get").then((function(e){console.log("审核回复文件",e),t.replylist=e.data,console.log(t.replylist.length),console.log(t.seeklist),console.log(JSON.stringify(t.seeklist))})).catch((function(e){console.log(e)}))},download:function(t){var o=this;console.log(t);var i=t.fseekfiles,s=t.fseekfiles_txt,l="project/Select_FileInfo",c={};n.default.post(l,c,"get").then((function(t){console.log("下载文件",t),o.singgleurl=t.data[0].file;var n=t.data[0].file+"?fileId="+i;console.log(wx.env.USER_DATA_PATH+"/"+s),e.downloadFile({url:n,header:{},success:function(e){},fail:function(e){},complete:function(t){console.log(t);var o=wx.getFileSystemManager();200===t.statusCode&&(o.saveFile({tempFilePath:t.tempFilePath,filePath:wx.env.USER_DATA_PATH+"/"+s,success:function(e){console.log(e)}}),e.openDocument({filePath:wx.env.USER_DATA_PATH+"/"+s,success:function(e){console.log("打开文档成功")},fail:function(){console.log("打开失败")}}))}})})).catch((function(e){console.log(e)}))},downshenhe:function(t){var o=this;console.log(t);var i=t.freplyfiles,s=t.freplyfiles_txt,l="project/Select_FileInfo",c={};n.default.post(l,c,"get").then((function(t){console.log("下载文件",t),o.singgleurl=t.data[0].file;var n=t.data[0].file+"?fileId="+i;console.log(wx.env.USER_DATA_PATH+"/"+s),e.downloadFile({url:n,header:{},success:function(e){},fail:function(e){},complete:function(t){console.log(t);var o=wx.getFileSystemManager();200===t.statusCode&&(o.saveFile({tempFilePath:t.tempFilePath,filePath:wx.env.USER_DATA_PATH+"/"+s,success:function(e){console.log(e)}}),e.openDocument({filePath:wx.env.USER_DATA_PATH+"/"+s,success:function(e){console.log("打开文档成功")},fail:function(){console.log("打开失败")}}))}})})).catch((function(e){console.log(e)}))},downsingle:function(t){console.log(t);var o=this,n=e.getStorageSync("token"),i={token:n||""},s={fileId:t};console.log("9999",s),e.request({url:o.singgleurl,data:s,method:"GET",header:i,success:function(e){console.log("888776554kkkk",e)},fail:function(e){console.log(e),reject("网络出错"),wx.hideNavigationBarLoading()},complete:function(e){}})},downloadall:function(){var e=this,t="project/Select_FileInfos",o={};n.default.post(t,o,"get").then((function(t){console.log("下载文件22",t),e.downurl=t.data[0].file,e.downmany()})).catch((function(e){console.log(e)}))},downmany:function(){var t=this,o=e.getStorageSync("token"),n={token:o||""},i=t.seeklist,s=[];i.forEach((function(e,t,o){console.log(e),null!=e.fseekfiles&&s.push(e.fseekfiles)}));var l={fileIds:s.join(",")};console.log("9999",l),e.request({url:t.downurl,data:l,method:"POST",header:n,success:function(e){console.log("888776554",e);var t=e.data+".zip";console.log(t),plus.runtime.openURL(t)},fail:function(e){console.log(e),reject("网络出错"),wx.hideNavigationBarLoading()},complete:function(e){}})},savefilecode:function(t){console.log(t),e.downloadFile({url:t,success:function(t){console.log("下载图片下载图片下载图片",t);var o=t.tempFilePath;console.log(o),e.openDocument({filePath:o,success:function(e){console.log("打开文档成功")}})},complete:function(e){}})},getvotelist:function(){var e=this,t="project/Get_intermediaryorg",o={disid:this.disid};console.log("8877665544",o),n.default.post(t,o,"get").then((function(t){console.log(t),e.votelist=t.data,e.touvotelist=t.data})).catch((function(e){console.log(e)}))},toupiao:function(t){var o=this;console.log(t);var i=t.target.dataset.voiteitem;console.log(i.finteroryname);var s="project/Get_vote",l={fname:i.finteroryname,fid:o.item.disid,fprojectid:o.item.fprojectid,userid:e.getStorageSync("userid"),fadvisoryid:i.fadvisoryid,role:e.getStorageSync("role")};console.log("8877665544",l),n.default.post(s,l,"get").then((function(t){console.log(t),console.log(JSON.stringify(t.data)),e.showToast({title:t.data[0].message,icon:"none"}),o.getvotelist(),o.voicesuccess()})).catch((function(e){console.log(e)}))},bindPickerChange:function(e){console.log("picker发送选择改变,携带值为",e.target.value),this.index=e.target.value,this.danweiname=this.danweilist[e.target.value].fname,this.fuzepeople=this.danweilist[e.target.value].fauthorizeman,this.fuzephone=this.danweilist[e.target.value].fauthphone,this.fintorgid=this.danweilist[e.target.value].fid,console.log(JSON.stringify(this.danweilist)),console.log(this.fintorgid)},surefenpei:function(){var t=this,o=this;if(console.log("咨询单位",o.fintorgid)," "==o.fintorgid)return e.showToast({title:"请选择咨询单位",icon:"none"}),!1;var i="project/Get_SubmitAdvisoryDisfteam",s={fadvisorystatus:o.item.fadvisorystatus,fuserid:e.getStorageSync("userid"),disid:o.item.disid,fprojectid:o.item.fprojectid,fintorgid:o.fintorgid};console.log("咨询单位分配参数",s),n.default.post(i,s,"get").then((function(o){console.log(o),"成功"==o.data[0].message?(e.showToast({title:"提交成功",icon:"none"}),t.changestate(),setTimeout((function(){e.navigateBack({checked:!0})}),1e3)):e.showToast({title:o.data[0].message,icon:"none"})})).catch((function(e){console.log(e)}))},changestate:function(){var t=this,o="project/Get_Fteam";e.getStorageSync("userid"),t.item.disid;n.default.post(o,"","get").then((function(e){console.log("修改状态",e)})).catch((function(e){console.log(e)}))}}};t.default=s}).call(this,o("543d")["default"])},"4e90":function(e,t,o){"use strict";var n=o("d869"),i=o.n(n);i.a},"593d":function(e,t,o){"use strict";(function(e){Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o={onLaunch:function(){console.log("App Launch")},onShow:function(){console.log("App Show")},onHide:function(){console.log("App Hide")},post:function(t,o,n){var i=this,s=new Promise((function(s,l){var c=e.getStorageSync("token"),a={token:c||""};e.request({url:i.globalData.baseUrl+t,data:o,method:n,header:a,success:function(e){200==e.statusCode?s(e):l(e.data)},fail:function(e){console.log(e),l("网络出错"),wx.hideNavigationBarLoading()},complete:function(e){}})}));return s},globalData:{userInfo:null,baseUrl:"https://www.bjzha.net/api/"}};t.default=o}).call(this,o("543d")["default"])},"59df":function(e,t,o){"use strict";o.r(t);var n=o("2166");for(var i in n)"default"!==i&&function(e){o.d(t,e,(function(){return n[e]}))}(i);o("4e90");var s,l,c,a,r=o("f0c5"),u=Object(r["a"])(n["default"],s,l,!1,null,null,null,!1,c,a);t["default"]=u.exports},"5c33":function(e,t,o){},"5f1d":function(e,t,o){"use strict";var n,i=function(){var e=this,t=e.$createElement;e._self._c},s=[];o.d(t,"b",(function(){return i})),o.d(t,"c",(function(){return s})),o.d(t,"a",(function(){return n}))},d869:function(e,t,o){},dd71:function(e,t,o){"use strict";o.r(t);var n=o("310f"),i=o.n(n);for(var s in n)"default"!==s&&function(e){o.d(t,e,(function(){return n[e]}))}(s);t["default"]=i.a}},[["0dec","common/runtime","common/vendor"]]]);  
  1 +(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/projectziliao/projectziliao"],{"04ae":function(e,t,o){"use strict";o.r(t);var n=o("d096"),i=o("dd71");for(var s in i)"default"!==s&&function(e){o.d(t,e,(function(){return i[e]}))}(s);o("235c");var l,c=o("f0c5"),a=Object(c["a"])(i["default"],n["b"],n["c"],!1,null,null,null,!1,n["a"],l);t["default"]=a.exports},"0dec":function(e,t,o){"use strict";(function(e){o("bdbd"),o("921b");n(o("66fd"));var t=n(o("04ae"));function n(e){return e&&e.__esModule?e:{default:e}}e(t.default)}).call(this,o("543d")["createPage"])},2166:function(e,t,o){"use strict";o.r(t);var n=o("593d"),i=o.n(n);for(var s in n)"default"!==s&&function(e){o.d(t,e,(function(){return n[e]}))}(s);t["default"]=i.a},"235c":function(e,t,o){"use strict";var n=o("5c33"),i=o.n(n);i.a},"310f":function(e,t,o){"use strict";(function(e){Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var n=i(o("59df"));i(o("b86c"));function i(e){return e&&e.__esModule?e:{default:e}}var s={data:function(){return{disid:"",item:{},fteamid:"",fprojectid:"",ftrialnumber:"",fconcludenumber:"",votelist:[],danweilist:[],index:0,keyword:"",showhide:"",fuzepeople:"",fuzephone:"",status:"",subdisid:"",daibanfprojectid:"",touvotelist:[],fintorgid:" ",danweiname:"请选择咨询单位",state:"",seeklist:[],replylist:[],downurl:"",singgleurl:"",type:"",typeprojectid:"",project:""}},onLoad:function(t){if(console.log("传的参数",t),void 0!=t.type){switch(this.type=t.type,this.typeprojectid=t.projectid,this.item=JSON.parse(t.item),this.type){case 1:console.log(this.type),this.project="prj_toaudit_budget";break;case 2:console.log(this.type),this.project="prj_toaudit_settlement";break;case 3:this.project="prj_toaudit_change";break;case 4:this.project="prj_toaudit_land";break}this.getbudgetlist()}else this.item=JSON.parse(t.item),console.log(this.item);this.getseeklist(),this.getreplay(),this.showhide=e.getStorageSync("showhide")},methods:{getbudgetlist:function(){var t=this,o="project/Get_ProjectInventory",i={fprojectcategory:t.project,fuserid:e.getStorageSync("userid"),fprojectid:t.typeprojectid,role:e.getStorageSync("role")};console.log("8877665544",i),n.default.post(o,i,"get").then((function(e){console.log(e,"kkkkk"),t.item=e.data[0]})).catch((function(e){console.log(e)}))},shenjie:function(t){var o="project/Save_ProjectConclude",i={userid:e.getStorageSync("userid"),role:e.getStorageSync("role"),fprojectid:t.fprojectid,fdisid:t.fdisid,fdirstatus:t.fdirstatus,ffinauditstatus:t.ffinauditstatus};console.log("8877665544",i),n.default.post(o,i,"get").then((function(t){console.log(t),e.showToast({title:t.data[0].message,icon:"none"})})).catch((function(e){console.log(e)}))},question:function(t){console.log(t);var o=t.fprojectid;e.setStorageSync("questionid",o),e.navigateTo({url:"/pages/question/question?quesprojectid="+o})},jingban:function(t){var o=JSON.stringify(t);e.navigateTo({url:"/pages/examinejingban/examinejingban?item="+o})},pingshen:function(t){var o=JSON.stringify(t);e.navigateTo({url:"/pages/reviewreport/reviewreport?item="+o})},concatsure:function(t){var o=JSON.stringify(t);e.navigateTo({url:"/pages/concat/concat?item="+o})},getseeklist:function(){var t=this,o="project/Select_Fseektity",i={userid:e.getStorageSync("userid"),role:e.getStorageSync("role"),fprojectid:t.item.fprojectid,fdisid:t.item.fdisid,type:"fseektity"};console.log("8877665544",i),n.default.post(o,i,"get").then((function(e){console.log("征求意见稿",e),t.seeklist=e.data})).catch((function(e){console.log(e)}))},getreplay:function(){var t=this,o="project/Select_Fseektity",i={userid:e.getStorageSync("userid"),role:e.getStorageSync("role"),fprojectid:t.item.fprojectid,fdisid:t.item.fdisid,type:"ffirstreplyfile"};console.log("8877665544",i),n.default.post(o,i,"get").then((function(e){console.log("审核回复文件",e),t.replylist=e.data,console.log(t.replylist.length),console.log(t.seeklist),console.log(JSON.stringify(t.seeklist))})).catch((function(e){console.log(e)}))},download:function(t){var o=this;console.log(t);var i=t.fseekfiles,s=t.fseekfiles_txt,l="project/Select_FileInfo",c={};n.default.post(l,c,"get").then((function(t){console.log("下载文件",t),o.singgleurl=t.data[0].file;var n=t.data[0].file+"?fileId="+i;console.log(wx.env.USER_DATA_PATH+"/"+s),e.downloadFile({url:n,header:{},success:function(e){},fail:function(e){},complete:function(t){console.log(t);var o=wx.getFileSystemManager();200===t.statusCode&&(o.saveFile({tempFilePath:t.tempFilePath,filePath:wx.env.USER_DATA_PATH+"/"+s,success:function(e){console.log(e)}}),e.openDocument({filePath:wx.env.USER_DATA_PATH+"/"+s,success:function(e){console.log("打开文档成功")},fail:function(){console.log("打开失败")}}))}})})).catch((function(e){console.log(e)}))},downshenhe:function(t){var o=this;console.log(t);var i=t.freplyfiles,s=t.freplyfiles_txt,l="project/Select_FileInfo",c={};n.default.post(l,c,"get").then((function(t){console.log("下载文件",t),o.singgleurl=t.data[0].file;var n=t.data[0].file+"?fileId="+i;console.log(wx.env.USER_DATA_PATH+"/"+s),e.downloadFile({url:n,header:{},success:function(e){},fail:function(e){},complete:function(t){console.log(t);var o=wx.getFileSystemManager();200===t.statusCode&&(o.saveFile({tempFilePath:t.tempFilePath,filePath:wx.env.USER_DATA_PATH+"/"+s,success:function(e){console.log(e)}}),e.openDocument({filePath:wx.env.USER_DATA_PATH+"/"+s,success:function(e){console.log("打开文档成功")},fail:function(){console.log("打开失败")}}))}})})).catch((function(e){console.log(e)}))},downsingle:function(t){console.log(t);var o=this,n=e.getStorageSync("token"),i={token:n||""},s={fileId:t};console.log("9999",s),e.request({url:o.singgleurl,data:s,method:"GET",header:i,success:function(e){console.log("888776554kkkk",e)},fail:function(e){console.log(e),reject("网络出错"),wx.hideNavigationBarLoading()},complete:function(e){}})},downloadall:function(){var e=this,t="project/Select_FileInfos",o={};n.default.post(t,o,"get").then((function(t){console.log("下载文件22",t),e.downurl=t.data[0].file,e.downmany()})).catch((function(e){console.log(e)}))},downmany:function(){var t=this,o=e.getStorageSync("token"),n={token:o||""},i=t.seeklist,s=[];i.forEach((function(e,t,o){console.log(e),null!=e.fseekfiles&&s.push(e.fseekfiles)}));var l={fileIds:s.join(",")};console.log("9999",l),e.request({url:t.downurl,data:l,method:"POST",header:n,success:function(e){console.log("888776554",e);var t=e.data+".zip";console.log(t),plus.runtime.openURL(t)},fail:function(e){console.log(e),reject("网络出错"),wx.hideNavigationBarLoading()},complete:function(e){}})},savefilecode:function(t){console.log(t),e.downloadFile({url:t,success:function(t){console.log("下载图片下载图片下载图片",t);var o=t.tempFilePath;console.log(o),e.openDocument({filePath:o,success:function(e){console.log("打开文档成功")}})},complete:function(e){}})},getvotelist:function(){var e=this,t="project/Get_intermediaryorg",o={disid:this.disid};console.log("8877665544",o),n.default.post(t,o,"get").then((function(t){console.log(t),e.votelist=t.data,e.touvotelist=t.data})).catch((function(e){console.log(e)}))},toupiao:function(t){var o=this;console.log(t);var i=t.target.dataset.voiteitem;console.log(i.finteroryname);var s="project/Get_vote",l={fname:i.finteroryname,fid:o.item.disid,fprojectid:o.item.fprojectid,userid:e.getStorageSync("userid"),fadvisoryid:i.fadvisoryid,role:e.getStorageSync("role")};console.log("8877665544",l),n.default.post(s,l,"get").then((function(t){console.log(t),console.log(JSON.stringify(t.data)),e.showToast({title:t.data[0].message,icon:"none"}),o.getvotelist(),o.voicesuccess()})).catch((function(e){console.log(e)}))},bindPickerChange:function(e){console.log("picker发送选择改变,携带值为",e.target.value),this.index=e.target.value,this.danweiname=this.danweilist[e.target.value].fname,this.fuzepeople=this.danweilist[e.target.value].fauthorizeman,this.fuzephone=this.danweilist[e.target.value].fauthphone,this.fintorgid=this.danweilist[e.target.value].fid,console.log(JSON.stringify(this.danweilist)),console.log(this.fintorgid)},surefenpei:function(){var t=this,o=this;if(console.log("咨询单位",o.fintorgid)," "==o.fintorgid)return e.showToast({title:"请选择咨询单位",icon:"none"}),!1;var i="project/Get_SubmitAdvisoryDisfteam",s={fadvisorystatus:o.item.fadvisorystatus,fuserid:e.getStorageSync("userid"),disid:o.item.disid,fprojectid:o.item.fprojectid,fintorgid:o.fintorgid};console.log("咨询单位分配参数",s),n.default.post(i,s,"get").then((function(o){console.log(o),"成功"==o.data[0].message?(e.showToast({title:"提交成功",icon:"none"}),t.changestate(),setTimeout((function(){e.navigateBack({checked:!0})}),1e3)):e.showToast({title:o.data[0].message,icon:"none"})})).catch((function(e){console.log(e)}))},changestate:function(){var t=this,o="project/Get_Fteam";e.getStorageSync("userid"),t.item.disid;n.default.post(o,"","get").then((function(e){console.log("修改状态",e)})).catch((function(e){console.log(e)}))}}};t.default=s}).call(this,o("543d")["default"])},"4e90":function(e,t,o){"use strict";var n=o("d869"),i=o.n(n);i.a},"593d":function(e,t,o){"use strict";(function(e){Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o={onLaunch:function(){console.log("App Launch")},onShow:function(){console.log("App Show")},onHide:function(){console.log("App Hide")},post:function(t,o,n){var i=this,s=new Promise((function(s,l){var c=e.getStorageSync("token"),a={token:c||""};e.request({url:i.globalData.baseUrl+t,data:o,method:n,header:a,success:function(e){200==e.statusCode?s(e):l(e.data)},fail:function(e){console.log(e),l("网络出错"),wx.hideNavigationBarLoading()},complete:function(e){}})}));return s},globalData:{userInfo:null,baseUrl:"https://www.bjzha.net/api/"}};t.default=o}).call(this,o("543d")["default"])},"59df":function(e,t,o){"use strict";o.r(t);var n=o("2166");for(var i in n)"default"!==i&&function(e){o.d(t,e,(function(){return n[e]}))}(i);o("4e90");var s,l,c,a,r=o("f0c5"),u=Object(r["a"])(n["default"],s,l,!1,null,null,null,!1,c,a);t["default"]=u.exports},"5c33":function(e,t,o){},d096:function(e,t,o){"use strict";var n,i=function(){var e=this,t=e.$createElement;e._self._c},s=[];o.d(t,"b",(function(){return i})),o.d(t,"c",(function(){return s})),o.d(t,"a",(function(){return n}))},d869:function(e,t,o){},dd71:function(e,t,o){"use strict";o.r(t);var n=o("310f"),i=o.n(n);for(var s in n)"default"!==s&&function(e){o.d(t,e,(function(){return n[e]}))}(s);t["default"]=i.a}},[["0dec","common/runtime","common/vendor"]]]);
1 -<view class="box"><view class="renyuan"><view class="projectinfo"><view class="projectinfoname"><image src="../../static/img/renyuan.png" mode></image></view><view class="projectname">基本信息</view></view><view class="projectlist"><view class="projectitem"><view class="projectitemleft">项目名称:</view><view class="projectitemright">{{item.fname}}</view></view><view class="projectitem"><view class="projectitemleft">项目组:</view><view class="projectitemright">{{item.fteam}}</view></view><view class="projectitem"><view class="projectitemleft">送审时间:</view><view class="projectitemright">{{item.fsubmitfindate}}</view></view><view class="projectitem"><view class="projectitemleft">评审类型:</view><view class="projectitemright">{{item.freviewtype}}</view></view><view class="projectitem"><view class="projectitemleft">项目类型:</view><view class="projectitemright">{{item.fprojecttype==null?'':item.fprojecttype}}</view></view><view class="projectitem"><view class="projectitemleft">项目经办人1:</view><view class="projectitemright">{{item.fprjleaderone}}</view></view><view class="projectitem"><view class="projectitemleft">项目经办人1手机:</view><view class="projectitemright">{{item.fprjphone}}</view></view><view class="projectitem"><view class="projectitemleft">项目经办人2:</view><view class="projectitemright">{{item.fprjleadertwo}}</view></view><view class="projectitem"><view class="projectitemleft">项目经办人2手机:</view><view class="projectitemright">{{item.fprjphonetwo}}</view></view></view></view><view class="renyuan"><view class="projectinfo"><view class="projectinfoname"><image src="../../static/img/renyuan.png" mode></image></view><view class="projectname">项目报备人员</view></view><view class="projectlist"><view class="projectitem"><view class="projectitemleft">咨询单位经办人:</view><view class="projectitemright">{{item.fauditleder}}</view></view><view class="projectitem"><view class="projectitemleft">专业证件号:</view><view class="projectitemright">{{item.fpapersno}}</view></view><view class="projectitem"><view class="projectitemleft">经办人电话:</view><view class="projectitemright">{{item.freportphone}}</view></view><view class="projectitem"><view class="projectitemleft">专业:</view><view class="projectitemright">{{item.fmajor}}</view></view></view></view><view class="renyuan"><view class="projectinfo"><view class="projectinfoname"><image src="../../static/img/zixundanwei.png" mode></image></view><view class="projectname">征求意见稿信息</view></view><view class="viewpoint">请检查确认上传文件及数据是否完整正确,提交后将不可修改!</view><view class="projectlist"><view class="projectitem"><view class="projectitemleft">审定金额(元):</view><view class="projectitemright">{{item.fauditamount}}</view></view><view class="projectitem"><view class="projectitemleft">送审金额:</view><view class="projectitemright">{{item.ftoauditamt}}</view></view><view class="projectitem"><view class="projectitemleft">审减(增)金额:</view><view class="projectitemright">{{item.fshenjianmoney}}</view></view><view class="projectitem"><view class="projectitemleft">审减(增)率:</view><view class="projectitemright">{{item.fshenjianrate}}</view></view></view></view><view class="zixun"><view class="consult"><view class="consultdanwei verfy"><view class="projectinfoname"><image src="../../static/img/view.png" mode></image></view><view class="projectname">征求意见稿文件</view></view></view><block wx:if="{{seeklist.length==0}}"><view class="nodata">暂无数据</view></block><block wx:else><view class="zixunbox"><view class="votelist"><view class="voicehead"><view class="headitem number">编号</view><view class="zixundanitem ziliao">资料名称</view><view class="headitem tou">录入人</view><view class="headitem timek">时间</view><view class="headitem fujian"><view>附件</view><view>(份数)</view></view><view class="headitem caozuo">操作</view></view><block wx:for="{{seeklist}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="zixundan zitou"><view class="headitem number">{{index+1}}</view><view class="zixundanitem ziliao">{{item.fseekfilename}}</view><view class="headitem tou touren">{{item.fseekdoccreator}}</view><view class="zixundanitem timek">{{item.fseekdate}}</view><view class="zixundanitem fujian">{{item.fseekfiles_cnt}}</view><view class="zixundanitem caozuo fujiandown" data-voiteitem="{{item}}" data-event-opts="{{[['tap',[['download',['$0'],[[['seeklist','',index]]]]]]]}}" bindtap="__e">附件</view></view></block></view></view></block></view><view class="zixun"><view class="consult"><view class="consultdanwei verfy"><view class="projectinfoname"><image src="../../static/img/view.png" mode></image></view><view class="projectname">审核回复文件</view></view></view><block wx:if="{{replylist.length==0}}"><view class="nodata">暂无数据</view></block><block wx:else><view class="zixunbox"><view class="votelist"><view class="voicehead"><view class="headitem number">编号</view><view class="zixundanitem ziliaok">资料名称</view><view class="headitem fujian">附件(份数)</view><view class="headitem caozuok">操作</view></view><block wx:for="{{replylist}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="zixundan zitou"><view class="headitem number">{{index+1}}</view><view class="zixundanitem ziliaok">{{item.ffilereplyname}}</view><view class="zixundanitem fujian">{{item.freplyfiles_cnt}}</view><view data-event-opts="{{[['tap',[['downshenhe',['$0'],[[['replylist','',index]]]]]]]}}" class="zixundanitem caozuok fujiandownk" bindtap="__e">附件</view></view></block></view></view></block></view><view class="btnlist"><view data-event-opts="{{[['tap',[['question',['$0'],['item']]]]]}}" class="btnitem" bindtap="__e">问题往来</view><block wx:if="{{showhide[4].status!=0}}"><view data-event-opts="{{[['tap',[['jingban',['$0'],['item']]]]]}}" class="btnitem" bindtap="__e">经办人审核</view></block><view data-event-opts="{{[['tap',[['shenjie',['$0'],['item']]]]]}}" class="btnitem" bindtap="__e">项目审结</view><block wx:if="{{showhide[4].status!=0}}"><view data-event-opts="{{[['tap',[['pingshen',['$0'],['item']]]]]}}" class="btnitem" bindtap="__e">评审报告确认</view></block><block wx:if="{{showhide[4].status!=0}}"><view data-event-opts="{{[['tap',[['concatsure',['$0'],['item']]]]]}}" class="btnitem" bindtap="__e">合同发票确认</view></block></view></view>  
  1 +<view class="box"><view class="renyuan"><view class="projectinfo"><view class="projectinfoname"><image src="../../static/img/renyuan.png" mode></image></view><view class="projectname">基本信息</view></view><view class="projectlist"><view class="projectitem"><view class="projectitemleft">项目名称:</view><view class="projectitemright">{{item.fname}}</view></view><view class="projectitem"><view class="projectitemleft">项目组:</view><view class="projectitemright">{{item.fteam}}</view></view><view class="projectitem"><view class="projectitemleft">送审时间:</view><view class="projectitemright">{{item.fsubmitfindate}}</view></view><view class="projectitem"><view class="projectitemleft">评审类型:</view><view class="projectitemright">{{item.freviewtype}}</view></view><view class="projectitem"><view class="projectitemleft">项目类型:</view><view class="projectitemright">{{item.fprojecttype==null?'':item.fprojecttype}}</view></view><view class="projectitem"><view class="projectitemleft">项目经办人1:</view><view class="projectitemright">{{item.fprjleaderone}}</view></view><view class="projectitem"><view class="projectitemleft">项目经办人1手机:</view><view class="projectitemright">{{item.fprjphone}}</view></view><view class="projectitem"><view class="projectitemleft">项目经办人2:</view><view class="projectitemright">{{item.fprjleadertwo}}</view></view><view class="projectitem"><view class="projectitemleft">项目经办人2手机:</view><view class="projectitemright">{{item.fprjphonetwo}}</view></view></view></view><view class="renyuan"><view class="projectinfo"><view class="projectinfoname"><image src="../../static/img/renyuan.png" mode></image></view><view class="projectname">项目报备人员</view></view><view class="projectlist"><view class="projectitem"><view class="projectitemleft">咨询单位经办人:</view><view class="projectitemright">{{item.fauditleder}}</view></view><view class="projectitem"><view class="projectitemleft">专业证件号:</view><view class="projectitemright">{{item.fpapersno}}</view></view><view class="projectitem"><view class="projectitemleft">经办人电话:</view><view class="projectitemright">{{item.freportphone}}</view></view><view class="projectitem"><view class="projectitemleft">专业:</view><view class="projectitemright">{{item.fmajor}}</view></view></view></view><view class="renyuan"><view class="projectinfo"><view class="projectinfoname"><image src="../../static/img/zixundanwei.png" mode></image></view><view class="projectname">征求意见稿信息</view></view><view class="viewpoint">请检查确认上传文件及数据是否完整正确,提交后将不可修改!</view><view class="projectlist"><view class="projectitem"><view class="projectitemleft">审定金额(元):</view><view class="projectitemright">{{item.fauditamount}}</view></view><view class="projectitem"><view class="projectitemleft">送审金额:</view><view class="projectitemright">{{item.ftoauditamt}}</view></view><view class="projectitem"><view class="projectitemleft">审减(增)金额:</view><view class="projectitemright">{{item.fshenjianmoney}}</view></view><view class="projectitem"><view class="projectitemleft">审减(增)率:</view><view class="projectitemright">{{item.fshenjianrate}}</view></view></view></view><view class="zixun"><view class="consult"><view class="consultdanwei verfy"><view class="projectinfoname"><image src="../../static/img/view.png" mode></image></view><view class="projectname">征求意见稿文件</view></view></view><block wx:if="{{seeklist.length==0}}"><view class="nodata">暂无数据</view></block><block wx:else><view class="zixunbox"><view class="votelist"><view class="voicehead"><view class="headitem number">编号</view><view class="zixundanitem ziliao">资料名称</view><view class="headitem tou">录入人</view><view class="headitem timek">时间</view><view class="headitem fujian"><view>附件</view><view>(份数)</view></view><view class="headitem caozuo">操作</view></view><block wx:for="{{seeklist}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="zixundan zitou"><view class="headitem number">{{index+1}}</view><view class="zixundanitem ziliao">{{item.fseekfilename}}</view><view class="headitem tou touren">{{item.fseekdoccreator}}</view><view class="zixundanitem timek">{{item.fseekdate}}</view><view class="zixundanitem fujian">{{item.fseekfiles_cnt}}</view><view class="zixundanitem caozuo fujiandown" data-voiteitem="{{item}}" data-event-opts="{{[['tap',[['download',['$0'],[[['seeklist','',index]]]]]]]}}" bindtap="__e">附件</view></view></block></view></view></block></view><view class="zixun"><view class="consult"><view class="consultdanwei verfy"><view class="projectinfoname"><image src="../../static/img/view.png" mode></image></view><view class="projectname">审核回复文件</view></view></view><block wx:if="{{replylist.length==0}}"><view class="nodata">暂无数据</view></block><block wx:else><view class="zixunbox"><view class="votelist"><view class="voicehead"><view class="headitem number">编号</view><view class="zixundanitem ziliaok">资料名称</view><view class="headitem fujian">附件(份数)</view><view class="headitem caozuok">操作</view></view><block wx:for="{{replylist}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="zixundan zitou"><view class="headitem number">{{index+1}}</view><view class="zixundanitem ziliaok">{{item.ffilereplyname}}</view><view class="zixundanitem fujian">{{item.freplyfiles_cnt}}</view><view data-event-opts="{{[['tap',[['downshenhe',['$0'],[[['replylist','',index]]]]]]]}}" class="zixundanitem caozuok fujiandownk" bindtap="__e">附件</view></view></block></view></view></block></view><view class="btnlist"><view data-event-opts="{{[['tap',[['question',['$0'],['item']]]]]}}" class="btnitem" bindtap="__e">问题往来</view><block wx:if="{{showhide[4].status!=0}}"><view data-event-opts="{{[['tap',[['jingban',['$0'],['item']]]]]}}" class="btnitem" bindtap="__e">征求意见稿初稿</view></block><view data-event-opts="{{[['tap',[['shenjie',['$0'],['item']]]]]}}" class="btnitem" bindtap="__e">征求意见稿定稿</view><block wx:if="{{showhide[4].status!=0}}"><view data-event-opts="{{[['tap',[['pingshen',['$0'],['item']]]]]}}" class="btnitem" bindtap="__e">评审报告确认</view></block><block wx:if="{{showhide[4].status!=0}}"><view data-event-opts="{{[['tap',[['concatsure',['$0'],['item']]]]]}}" class="btnitem" bindtap="__e">合同发票确认</view></block></view></view>
1 -.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}.box{background:#fff}.btnlist{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-top:20rpx;padding:32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.btnitem{padding:0 21rpx;-webkit-box-sizing:border-box;box-sizing:border-box;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:12rpx;margin-bottom:30rpx}.nodata{margin-top:40rpx;margin-bottom:20rpx}.verfy{padding-bottom:16rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.touren{margin-left:10rpx}.number{width:120rpx;text-align:center}.ziliao{width:280rpx;text-align:center}.ziliaok{width:320rpx;text-align:center}.timek{width:210rpx;text-align:center}.fujian{width:180rpx;text-align:center}.caozuo{width:200rpx;text-align:center}.caozuok{width:120rpx;text-align:center}.viewpoint{color:#d12324;font-size:22rpx;margin-top:20rpx;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.projectinfo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.fujiandown{width:200rpx;height:40rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff!important;font-size:24rpx;text-align:center;line-height:40rpx}.fujiandownk{width:120rpx;height:40rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff!important;font-size:24rpx;text-align:center;line-height:40rpx}.projectinfoname{width:44rpx;height:44rpx;font-size:0}.projectinfoname image{width:100%;height:100%}.projectname{color:#3d444d;font-size:28rpx;font-weight:700;margin-left:16rpx}.projectinfo{padding:36rpx 32rpx 16rpx;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.projectlist{padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.projectitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:32rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.projectitem:last-child{border-bottom:none}.projectitemleft{color:#8c9198;font-size:28rpx;width:180rpx}.projectitemright{color:#3d444d;font-size:28rpx}.renyuanleft{color:#8c9198;font-size:28rpx}.renyuanright{width:300rpx;height:60rpx;background:#eee;padding:14rpx 28rpx;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.danweizi{width:500rpx;text-align:right}.renyuanright input{width:100%;height:40rpx;color:#8c9198;font-size:24rpx}.xiangmuyuan{color:#8c9198;font-size:24rpx}.zixunbottom{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:28rpx 32rpx 34rpx}.zixunbotleft{width:130rpx;height:80rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx}.zixunbotright{width:532rpx;height:80rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx;margin-left:24rpx}.renyaoqiu{margin-top:12rpx}.zixundan{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:24rpx 42rpx 16rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box}.zitou{padding:20rpx 0}.zixundanitem{color:#06121e;font-size:28rpx}.zixunbox{padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zixundanboxlist{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box}.zixunname{width:320rpx;color:#06121e;font-size:24rpx;line-height:1.5;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.zixunshu{width:105rpx;text-align:center;color:#06121e;font-size:24rpx}.zixuntou{width:108rpx;height:40rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:40rpx;margin-left:100rpx}.zuxiangmu{color:#3d444d;font-size:28rpx}.querenfen{width:686rpx;height:80rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx}.zidan{border-top:16rpx solid #f9f9f9}.danweizi{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.head{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx 12rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.fenzulist{margin-top:100rpx;padding-bottom:50rpx}.headleft{width:372rpx;height:60rpx;background:#eee;opacity:1;border-radius:8rpx;padding:10rpx 24rpx;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.headleft input{color:#bdc4ce;font-size:28rpx}.headright{width:100rpx;height:60rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:22rpx;text-align:center;line-height:60rpx;margin-left:16rpx}.download{width:136rpx;height:40rpx;line-height:40rpx}.fenzuitem{width:372rpx;background:#fff;-webkit-box-shadow:0 6rpx 6rpx rgba(0,0,0,.03);box-shadow:0 6rpx 6rpx rgba(0,0,0,.03);opacity:1;border-radius:20rpx;margin:20rpx auto 0;padding:28rpx 32rpx 40rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.fenzunoimg{width:28rpx;height:28rpx;font-size:0;margin-right:10rpx}.fenzunoimg image{width:100%;height:100%}.bianhao{color:#8c9198;font-size:24rpx}.bianhaonum{color:#06121e;font-size:24rpx;letter-spacing:2rpx}.fenzunoname{color:#3d444d;font-size:24rpx}.fenzutopright{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;height:48rpx;border:1rpx solid #bdc4ce;opacity:1;border-radius:8rpx;padding:0 5rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.consult{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.consultdanwei{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.volistdata{color:#999;font-size:30rpx;text-align:center;margin-top:20rpx}.xuanlei{width:18rpx;height:25rpx;font-size:0}.xuanlei image{width:100%;height:100%}.voicehead{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:20rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.headitem{color:#06121e;font-size:28rpx}.piao{margin-left:20rpx}.danwei{width:50%;text-align:left}.piao{width:20%;text-align:center}.tou{width:30%;text-align:center}.wei{width:60%;text-align:left}.tpiao{width:10%;text-align:center;margin-left:30rpx}.votelist{height:500rpx;overflow-y:scroll}.shending{width:430rpx}  
  1 +.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.shaiselecttop{width:750rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;padding-top:10rpx;padding-bottom:10rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.shaiselect{display:inline-block;width:200rpx;height:64rpx;background:#0093ff;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;border-radius:30rpx}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}.box{background:#fff}.btnlist{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-top:20rpx;padding:32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.btnitem{padding:0 21rpx;-webkit-box-sizing:border-box;box-sizing:border-box;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:12rpx;margin-bottom:30rpx}.nodata{margin-top:40rpx;margin-bottom:20rpx}.verfy{padding-bottom:16rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.touren{margin-left:10rpx}.number{width:120rpx;text-align:center}.ziliao{width:280rpx;text-align:center}.ziliaok{width:320rpx;text-align:center}.timek{width:210rpx;text-align:center}.fujian{width:180rpx;text-align:center}.caozuo{width:200rpx;text-align:center}.caozuok{width:120rpx;text-align:center}.viewpoint{color:#d12324;font-size:22rpx;margin-top:20rpx;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.projectinfo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.fujiandown{width:200rpx;height:40rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff!important;font-size:24rpx;text-align:center;line-height:40rpx}.fujiandownk{width:120rpx;height:40rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff!important;font-size:24rpx;text-align:center;line-height:40rpx}.projectinfoname{width:44rpx;height:44rpx;font-size:0}.projectinfoname image{width:100%;height:100%}.projectname{color:#3d444d;font-size:28rpx;font-weight:700;margin-left:16rpx}.projectinfo{padding:36rpx 32rpx 16rpx;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.projectlist{padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.projectitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:32rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.projectitem:last-child{border-bottom:none}.projectitemleft{color:#8c9198;font-size:28rpx;width:180rpx}.projectitemright{color:#3d444d;font-size:28rpx}.renyuanleft{color:#8c9198;font-size:28rpx}.renyuanright{width:300rpx;height:60rpx;background:#eee;padding:14rpx 28rpx;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.danweizi{width:500rpx;text-align:right}.renyuanright input{width:100%;height:40rpx;color:#8c9198;font-size:24rpx}.xiangmuyuan{color:#8c9198;font-size:24rpx}.zixunbottom{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:28rpx 32rpx 34rpx}.zixunbotleft{width:130rpx;height:80rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx}.zixunbotright{width:532rpx;height:80rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx;margin-left:24rpx}.renyaoqiu{margin-top:12rpx}.zixundan{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:24rpx 42rpx 16rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box}.zitou{padding:20rpx 0}.zixundanitem{color:#06121e;font-size:28rpx}.zixunbox{padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zixundanboxlist{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box}.zixunname{width:320rpx;color:#06121e;font-size:24rpx;line-height:1.5;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.zixunshu{width:105rpx;text-align:center;color:#06121e;font-size:24rpx}.zixuntou{width:108rpx;height:40rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:40rpx;margin-left:100rpx}.zuxiangmu{color:#3d444d;font-size:28rpx}.querenfen{width:686rpx;height:80rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx}.zidan{border-top:16rpx solid #f9f9f9}.danweizi{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.head{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx 12rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.fenzulist{margin-top:100rpx;padding-bottom:50rpx}.headleft{width:372rpx;height:60rpx;background:#eee;opacity:1;border-radius:8rpx;padding:10rpx 24rpx;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.headleft input{color:#bdc4ce;font-size:28rpx}.headright{width:100rpx;height:60rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:22rpx;text-align:center;line-height:60rpx;margin-left:16rpx}.download{width:136rpx;height:40rpx;line-height:40rpx}.fenzuitem{width:372rpx;background:#fff;-webkit-box-shadow:0 6rpx 6rpx rgba(0,0,0,.03);box-shadow:0 6rpx 6rpx rgba(0,0,0,.03);opacity:1;border-radius:20rpx;margin:20rpx auto 0;padding:28rpx 32rpx 40rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.fenzunoimg{width:28rpx;height:28rpx;font-size:0;margin-right:10rpx}.fenzunoimg image{width:100%;height:100%}.bianhao{color:#8c9198;font-size:24rpx}.bianhaonum{color:#06121e;font-size:24rpx;letter-spacing:2rpx}.fenzunoname{color:#3d444d;font-size:24rpx}.fenzutopright{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;height:48rpx;border:1rpx solid #bdc4ce;opacity:1;border-radius:8rpx;padding:0 5rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.consult{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.consultdanwei{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.volistdata{color:#999;font-size:30rpx;text-align:center;margin-top:20rpx}.xuanlei{width:18rpx;height:25rpx;font-size:0}.xuanlei image{width:100%;height:100%}.voicehead{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:20rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.headitem{color:#06121e;font-size:28rpx}.piao{margin-left:20rpx}.danwei{width:50%;text-align:left}.piao{width:20%;text-align:center}.tou{width:30%;text-align:center}.wei{width:60%;text-align:left}.tpiao{width:10%;text-align:center;margin-left:30rpx}.votelist{height:500rpx;overflow-y:scroll}.shending{width:430rpx}
1 -.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}page{background:#f9f9f9}.head{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;position:fixed;top:0;left:0}.fenzulist{margin-top:100rpx}.headleft{width:572rpx;height:60rpx;background:#eee;opacity:1;border-radius:8rpx;padding:10rpx 24rpx;-webkit-box-sizing:border-box;box-sizing:border-box;display:felex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:flex;align-items:center}.headleft input{color:#bdc4ce;font-size:28rpx}.headright{width:98rpx;height:60rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:22rpx;text-align:center;line-height:60rpx;margin-left:16rpx}.fenzuitem{width:686rpx;background:#fff;-webkit-box-shadow:0 6rpx 6rpx rgba(0,0,0,.03);box-shadow:0 6rpx 6rpx rgba(0,0,0,.03);opacity:1;border-radius:20rpx;margin:20rpx auto 0;padding:28rpx 32rpx 40rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.fenzunoimg{width:28rpx;height:28rpx;font-size:0;margin-right:10rpx}.fenzunoimg image{width:100%;height:100%}.bianhao{color:#8c9198;font-size:24rpx}.bianhaonum{color:#06121e;font-size:24rpx;letter-spacing:2rpx}.fenzunoname{color:#3d444d;font-size:24rpx}.fenzutopright{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;width:126rpx;height:48rpx;border:1rpx solid #bdc4ce;opacity:1;border-radius:8rpx;padding:0 5rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.fenzutop{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding-bottom:16rpx;border-bottom:1rpx solid #f5f5f5}.fenzuobottom{margin-top:16rpx}.fenzubottom{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;margin-top:16rpx}.fenzubtn{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}  
  1 +.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.shaiselecttop{width:750rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;padding-top:10rpx;padding-bottom:10rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.shaiselect{display:inline-block;width:200rpx;height:64rpx;background:#0093ff;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;border-radius:30rpx}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}page{background:#f9f9f9}.head{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;position:fixed;top:0;left:0}.fenzulist{margin-top:100rpx}.headleft{width:572rpx;height:60rpx;background:#eee;opacity:1;border-radius:8rpx;padding:10rpx 24rpx;-webkit-box-sizing:border-box;box-sizing:border-box;display:felex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:flex;align-items:center}.headleft input{color:#bdc4ce;font-size:28rpx}.headright{width:98rpx;height:60rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:22rpx;text-align:center;line-height:60rpx;margin-left:16rpx}.fenzuitem{width:686rpx;background:#fff;-webkit-box-shadow:0 6rpx 6rpx rgba(0,0,0,.03);box-shadow:0 6rpx 6rpx rgba(0,0,0,.03);opacity:1;border-radius:20rpx;margin:20rpx auto 0;padding:28rpx 32rpx 40rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.fenzunoimg{width:28rpx;height:28rpx;font-size:0;margin-right:10rpx}.fenzunoimg image{width:100%;height:100%}.bianhao{color:#8c9198;font-size:24rpx}.bianhaonum{color:#06121e;font-size:24rpx;letter-spacing:2rpx}.fenzunoname{color:#3d444d;font-size:24rpx}.fenzutopright{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;width:126rpx;height:48rpx;border:1rpx solid #bdc4ce;opacity:1;border-radius:8rpx;padding:0 5rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.fenzutop{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding-bottom:16rpx;border-bottom:1rpx solid #f5f5f5}.fenzuobottom{margin-top:16rpx}.fenzubottom{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;margin-top:16rpx}.fenzubtn{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}
1 -.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}.renwulimg{width:68rpx;height:68rpx;font-size:0}.renwulimg image{width:100%;height:100%}.renwuright{width:13rpx;height:23rpx;font-size:0}.renwuright image{width:100%;height:100%}.renwulist{padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.renwulistitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:32rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.renwuleft{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.renwuname{color:#3d444d;font-size:28rpx;margin-left:20rpx;letter-spacing:2rpx}  
  1 +.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.shaiselecttop{width:750rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;padding-top:10rpx;padding-bottom:10rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.shaiselect{display:inline-block;width:200rpx;height:64rpx;background:#0093ff;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;border-radius:30rpx}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}.renwulimg{width:68rpx;height:68rpx;font-size:0}.renwulimg image{width:100%;height:100%}.renwuright{width:13rpx;height:23rpx;font-size:0}.renwuright image{width:100%;height:100%}.renwulist{padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.renwulistitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:32rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.renwuleft{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.renwuname{color:#3d444d;font-size:28rpx;margin-left:20rpx;letter-spacing:2rpx}
1 -.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}page{overflow-x:hidden}image{width:100%;height:100%}.box{background:#f9f9f9}.mailitemimg{width:32rpx;height:32rpx;font-size:0}.mail{padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box;margin-top:114rpx}.mailist{margin-top:12rpx}.mailitem{margin-top:20rpx}.mailstate{color:#8c9198;font-size:28rpx}.mailname{color:#06121e;font-size:28rpx;margin-left:12rpx}.questiondescribe{color:#8c9198;font-size:28rpx;width:686rpx;height:180rpx;margin:20rpx auto 0}.questiondescribe textarea{width:100%;height:180rpx}.enterword{color:#8c9198;font-size:28rpx}.qusetionimg{-webkit-box-align:end;-webkit-align-items:flex-end;align-items:flex-end;margin-top:28rpx}.bigquestion{width:88rpx;height:88rpx;font-size:0}.smallimg{width:32rpx;height:32rpx;font-size:0;margin-left:10rpx}.projectinfo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.projectinfoname{width:44rpx;height:44rpx;font-size:0}.projectinfoname image{width:100%;height:100%}.projectname{color:#3d444d;font-size:28rpx;font-weight:700;margin-left:16rpx}.projectinfo{padding:36rpx 32rpx 16rpx;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #bdc4ce}.projectlist{padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.projectitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:32rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.itemk{border-bottom:none}.queslist{padding:32rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box}.projectitemright{color:#3d444d;font-size:28rpx}.renyuanleft{color:#06121e;font-size:28rpx}.renyuanright{width:260rpx;height:60rpx;padding:14rpx 28rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#3d444d;font-size:28rpx;text-align:right;margin-left:200rpx}.renyuanright input{width:100%;height:40rpx;color:#8c9198;font-size:24rpx}.xiangmuyuan{color:#8c9198;font-size:24rpx}.zixunbottom{width:750rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;padding:28rpx 32rpx 34rpx;-webkit-box-sizing:border-box;box-sizing:border-box;position:fixed;bottom:0;left:0}.zixunbotleft{width:130rpx;height:80rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx}.zixunbotright{width:686rpx;height:80rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx;margin:0 auto}.renyaoqiu{margin-top:12rpx}.danweizi{width:360rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;background:#eee}.xuanlei{width:20rpx;height:22rpx;font-size:0}.xuanlei image{width:100%;height:100%}.box{background:#fff}.verfy{padding-bottom:16rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.touren{margin-left:10rpx}.number{width:120rpx;text-align:center}.ziliao{width:280rpx;text-align:center}.ziliaok{width:320rpx;text-align:center}.timek{width:210rpx;text-align:center}.fujian{width:180rpx;text-align:center}.caozuo{width:120rpx;text-align:center}.viewpoint{color:#d12324;font-size:22rpx;margin-top:20rpx;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.projectinfo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.fujiandown{width:120rpx;height:40rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff!important;font-size:24rpx;text-align:center;line-height:40rpx}.projectinfoname{width:44rpx;height:44rpx;font-size:0}.projectinfoname image{width:100%;height:100%}.projectname{color:#3d444d;font-size:28rpx;font-weight:700;margin-left:16rpx;position:relative}.projectname:before{display:block;content:"";width:10rpx;height:26rpx;background:#0292ff;position:absolute;top:8rpx;left:-20rpx}.projectinfo{padding:36rpx 32rpx 16rpx;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.projectlist{padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.projectitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:32rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.projectitem:last-child{border-bottom:none}.projectitemleft{color:#8c9198;font-size:28rpx;width:180rpx}.projectitemright{color:#3d444d;font-size:28rpx}.renyuanleft{color:#8c9198;font-size:28rpx}.renyuanright{width:300rpx;height:60rpx;background:#eee;padding:14rpx 28rpx;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.danweizi{width:500rpx;text-align:right}.renyuanright input{width:100%;height:40rpx;color:#8c9198;font-size:24rpx}.xiangmuyuan{color:#8c9198;font-size:24rpx}.zixunbotleft{width:130rpx;height:80rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx}.renyaoqiu{margin-top:12rpx}.zixundan{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:24rpx 42rpx 16rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box}.zitou{padding:20rpx 0}.zixundanitem{color:#06121e;font-size:28rpx}.zixunbox{padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zixundanboxlist{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box}.zixunname{width:320rpx;color:#06121e;font-size:24rpx;line-height:1.5;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.zixunshu{width:105rpx;text-align:center;color:#06121e;font-size:24rpx}.zixuntou{width:108rpx;height:40rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:40rpx;margin-left:100rpx}.zuxiangmu{color:#3d444d;font-size:28rpx}.querenfen{width:686rpx;height:80rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx}.zidan{border-top:16rpx solid #f9f9f9}.danweizi{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.head{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx 12rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.fenzulist{margin-top:100rpx;padding-bottom:50rpx}.headleft{width:372rpx;height:60rpx;background:#eee;opacity:1;border-radius:8rpx;padding:10rpx 24rpx;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.headleft input{color:#bdc4ce;font-size:28rpx}.headright{width:100rpx;height:60rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:22rpx;text-align:center;line-height:60rpx;margin-left:16rpx}.download{width:136rpx;height:40rpx;line-height:40rpx}.fenzuitem{width:372rpx;background:#fff;-webkit-box-shadow:0 6rpx 6rpx rgba(0,0,0,.03);box-shadow:0 6rpx 6rpx rgba(0,0,0,.03);opacity:1;border-radius:20rpx;margin:20rpx auto 0;padding:28rpx 32rpx 40rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.fenzunoimg{width:28rpx;height:28rpx;font-size:0;margin-right:10rpx}.fenzunoimg image{width:100%;height:100%}.bianhao{color:#8c9198;font-size:24rpx}.bianhaonum{color:#06121e;font-size:24rpx;letter-spacing:2rpx}.fenzunoname{color:#3d444d;font-size:24rpx}.fenzutopright{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;height:48rpx;border:1rpx solid #bdc4ce;opacity:1;border-radius:8rpx;padding:0 5rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.consult{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.consultdanwei{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.volistdata{color:#999;font-size:30rpx;text-align:center;margin-top:20rpx}.xuanlei{width:18rpx;height:25rpx;font-size:0}.xuanlei image{width:100%;height:100%}.voicehead{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:20rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.headitem{color:#06121e;font-size:28rpx}.piao{margin-left:20rpx}.danwei{width:50%;text-align:left}.piao{width:20%;text-align:center}.tou{width:30%;text-align:center}.wei{width:60%;text-align:left}.tpiao{width:10%;text-align:center;margin-left:30rpx}.votelist{height:500rpx;overflow-y:scroll}.shending{width:430rpx}.itemk{border-bottom:none}  
  1 +.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.shaiselecttop{width:750rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;padding-top:10rpx;padding-bottom:10rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.shaiselect{display:inline-block;width:200rpx;height:64rpx;background:#0093ff;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;border-radius:30rpx}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}page{overflow-x:hidden}image{width:100%;height:100%}.box{background:#f9f9f9}.mailitemimg{width:32rpx;height:32rpx;font-size:0}.mail{padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box;margin-top:114rpx}.mailist{margin-top:12rpx}.mailitem{margin-top:20rpx}.mailstate{color:#8c9198;font-size:28rpx}.mailname{color:#06121e;font-size:28rpx;margin-left:12rpx}.questiondescribe{color:#8c9198;font-size:28rpx;width:686rpx;height:180rpx;margin:20rpx auto 0}.questiondescribe textarea{width:100%;height:180rpx}.enterword{color:#8c9198;font-size:28rpx}.qusetionimg{-webkit-box-align:end;-webkit-align-items:flex-end;align-items:flex-end;margin-top:28rpx}.bigquestion{width:88rpx;height:88rpx;font-size:0}.smallimg{width:32rpx;height:32rpx;font-size:0;margin-left:10rpx}.projectinfo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.projectinfoname{width:44rpx;height:44rpx;font-size:0}.projectinfoname image{width:100%;height:100%}.projectname{color:#3d444d;font-size:28rpx;font-weight:700;margin-left:16rpx}.projectinfo{padding:36rpx 32rpx 16rpx;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #bdc4ce}.projectlist{padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.projectitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:32rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.itemk{border-bottom:none}.queslist{padding:32rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box}.projectitemright{color:#3d444d;font-size:28rpx}.renyuanleft{color:#06121e;font-size:28rpx}.renyuanright{width:260rpx;height:60rpx;padding:14rpx 28rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#3d444d;font-size:28rpx;text-align:right;margin-left:200rpx}.renyuanright input{width:100%;height:40rpx;color:#8c9198;font-size:24rpx}.xiangmuyuan{color:#8c9198;font-size:24rpx}.zixunbottom{width:750rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;padding:28rpx 32rpx 34rpx;-webkit-box-sizing:border-box;box-sizing:border-box;position:fixed;bottom:0;left:0}.zixunbotleft{width:130rpx;height:80rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx}.zixunbotright{width:686rpx;height:80rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx;margin:0 auto}.renyaoqiu{margin-top:12rpx}.danweizi{width:360rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;background:#eee}.xuanlei{width:20rpx;height:22rpx;font-size:0}.xuanlei image{width:100%;height:100%}.box{background:#fff}.verfy{padding-bottom:16rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.touren{margin-left:10rpx}.number{width:120rpx;text-align:center}.ziliao{width:280rpx;text-align:center}.ziliaok{width:320rpx;text-align:center}.timek{width:210rpx;text-align:center}.fujian{width:180rpx;text-align:center}.caozuo{width:120rpx;text-align:center}.viewpoint{color:#d12324;font-size:22rpx;margin-top:20rpx;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.projectinfo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.fujiandown{width:120rpx;height:40rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff!important;font-size:24rpx;text-align:center;line-height:40rpx}.projectinfoname{width:44rpx;height:44rpx;font-size:0}.projectinfoname image{width:100%;height:100%}.projectname{color:#3d444d;font-size:28rpx;font-weight:700;margin-left:16rpx;position:relative}.projectname:before{display:block;content:"";width:10rpx;height:26rpx;background:#0292ff;position:absolute;top:8rpx;left:-20rpx}.projectinfo{padding:36rpx 32rpx 16rpx;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.projectlist{padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.projectitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:32rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.projectitem:last-child{border-bottom:none}.projectitemleft{color:#8c9198;font-size:28rpx;width:180rpx}.projectitemright{color:#3d444d;font-size:28rpx}.renyuanleft{color:#8c9198;font-size:28rpx}.renyuanright{width:300rpx;height:60rpx;background:#eee;padding:14rpx 28rpx;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.danweizi{width:500rpx;text-align:right}.renyuanright input{width:100%;height:40rpx;color:#8c9198;font-size:24rpx}.xiangmuyuan{color:#8c9198;font-size:24rpx}.zixunbotleft{width:130rpx;height:80rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx}.renyaoqiu{margin-top:12rpx}.zixundan{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:24rpx 42rpx 16rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box}.zitou{padding:20rpx 0}.zixundanitem{color:#06121e;font-size:28rpx}.zixunbox{padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zixundanboxlist{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box}.zixunname{width:320rpx;color:#06121e;font-size:24rpx;line-height:1.5;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.zixunshu{width:105rpx;text-align:center;color:#06121e;font-size:24rpx}.zixuntou{width:108rpx;height:40rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:40rpx;margin-left:100rpx}.zuxiangmu{color:#3d444d;font-size:28rpx}.querenfen{width:686rpx;height:80rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx}.zidan{border-top:16rpx solid #f9f9f9}.danweizi{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.head{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx 12rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.fenzulist{margin-top:100rpx;padding-bottom:50rpx}.headleft{width:372rpx;height:60rpx;background:#eee;opacity:1;border-radius:8rpx;padding:10rpx 24rpx;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.headleft input{color:#bdc4ce;font-size:28rpx}.headright{width:100rpx;height:60rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:22rpx;text-align:center;line-height:60rpx;margin-left:16rpx}.download{width:136rpx;height:40rpx;line-height:40rpx}.fenzuitem{width:372rpx;background:#fff;-webkit-box-shadow:0 6rpx 6rpx rgba(0,0,0,.03);box-shadow:0 6rpx 6rpx rgba(0,0,0,.03);opacity:1;border-radius:20rpx;margin:20rpx auto 0;padding:28rpx 32rpx 40rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.fenzunoimg{width:28rpx;height:28rpx;font-size:0;margin-right:10rpx}.fenzunoimg image{width:100%;height:100%}.bianhao{color:#8c9198;font-size:24rpx}.bianhaonum{color:#06121e;font-size:24rpx;letter-spacing:2rpx}.fenzunoname{color:#3d444d;font-size:24rpx}.fenzutopright{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;height:48rpx;border:1rpx solid #bdc4ce;opacity:1;border-radius:8rpx;padding:0 5rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.consult{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.consultdanwei{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.volistdata{color:#999;font-size:30rpx;text-align:center;margin-top:20rpx}.xuanlei{width:18rpx;height:25rpx;font-size:0}.xuanlei image{width:100%;height:100%}.voicehead{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:20rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.headitem{color:#06121e;font-size:28rpx}.piao{margin-left:20rpx}.danwei{width:50%;text-align:left}.piao{width:20%;text-align:center}.tou{width:30%;text-align:center}.wei{width:60%;text-align:left}.tpiao{width:10%;text-align:center;margin-left:30rpx}.votelist{height:500rpx;overflow-y:scroll}.shending{width:430rpx}.itemk{border-bottom:none}
1 -(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/seequestion/seequestion"],{"019a":function(t,e,n){"use strict";n.r(e);var o=n("4cc4"),i=n.n(o);for(var a in o)"default"!==a&&function(t){n.d(e,t,(function(){return o[t]}))}(a);e["default"]=i.a},"20dd":function(t,e,n){"use strict";n.r(e);var o=n("837d"),i=n("019a");for(var a in i)"default"!==a&&function(t){n.d(e,t,(function(){return i[t]}))}(a);n("3e1f"),n("7bc4");var r,c=n("f0c5"),u=Object(c["a"])(i["default"],o["b"],o["c"],!1,null,null,null,!1,o["a"],r);e["default"]=u.exports},2166:function(t,e,n){"use strict";n.r(e);var o=n("593d"),i=n.n(o);for(var a in o)"default"!==a&&function(t){n.d(e,t,(function(){return o[t]}))}(a);e["default"]=i.a},3661:function(t,e,n){},"3e1f":function(t,e,n){"use strict";var o=n("3661"),i=n.n(o);i.a},"4cc4":function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var o=a(n("59df")),i=a(n("b86c"));function a(t){return t&&t.__esModule?t:{default:t}}function r(t){if("undefined"===typeof Symbol||null==t[Symbol.iterator]){if(Array.isArray(t)||(t=c(t))){var e=0,n=function(){};return{s:n,n:function(){return e>=t.length?{done:!0}:{done:!1,value:t[e++]}},e:function(t){throw t},f:n}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var o,i,a=!0,r=!1;return{s:function(){o=t[Symbol.iterator]()},n:function(){var t=o.next();return a=t.done,t},e:function(t){r=!0,i=t},f:function(){try{a||null==o.return||o.return()}finally{if(r)throw i}}}}function c(t,e){if(t){if("string"===typeof t)return u(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(n):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?u(t,e):void 0}}function u(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,o=new Array(e);n<e;n++)o[n]=t[n];return o}var s={data:function(){return{finorgid:"",finid:"",item:"",detaildata:"",projectarr:[],index:0,projectid:"",fprjleader:"",fprjleadertwo:"",fname:"",showhide:"",qid:""}},onLoad:function(t){if(void 0!=t.projectid)this.qid=t.projectid,this.getquestionlist();else{this.item=JSON.parse(t.item),console.log(this.item);var e=this.item;e.ftoauditamt=i.default.change(e.ftoauditamt),this.item=e}this.getprojectkind()},onShow:function(){this.showhide=t.getStorageSync("showhide")},methods:{getquestionlist:function(){var e=this,n="project/Select_Question",i={qid:e.qid,userid:t.getStorageSync("userid"),role:t.getStorageSync("role"),fprojectid:""};console.log("8877665544",i),o.default.post(n,i,"get").then((function(t){console.log("问题列表",t),e.item=t.data[0]})).catch((function(t){console.log(t)}))},subquestion:function(){var e=this,n="project/Save_Replysubmit",i={userid:t.getStorageSync("userid"),qid:e.item.qid,role:t.getStorageSync("role"),fprojectid:e.item.fprojectid,fproblemstatus:e.item.fproblemstatus};console.log("8877665544",i),o.default.post(n,i,"get").then((function(e){console.log("提交回复",e),t.showToast({title:e.data[0].message,icon:"none"}),"提交成功"==e.data[0].message&&setTimeout((function(){t.navigateBack({checked:!0})}),1500)})).catch((function(t){console.log(t)}))},endquestion:function(){var e=this,n="project/Save_Replyclosejs",i={qid:e.item.qid,role:t.getStorageSync("role"),fprojectid:e.item.fprojectid,fproblemstatus:e.item.fproblemstatus};o.default.post(n,i,"get").then((function(e){console.log("终止回复回复",e),t.showToast({title:e.data[0].message,icon:"none"}),"提交成功"==e.data[0].message&&setTimeout((function(){t.navigateBack({checked:!0})}),1500)})).catch((function(t){console.log(t)}))},downloadfile:function(e){var n=this,i="project/Select_FileInfo",a={};o.default.post(i,a,"get").then((function(o){console.log("下载文件",o),n.singgleurl=o.data[0].file;var i=o.data[0].file+"?fileId="+e;t.setStorageSync("url",i),console.log(i),plus.runtime.openURL(i)})).catch((function(t){console.log(t)}))},detail:function(){var t=this,e="project/Get_Disfteam",n={finid:this.finorgid,fprojectid:this.item.projectid};o.default.post(e,n,"get").then((function(e){console.log("分配信息",e),t.detaildata=e.data[0]})).catch((function(t){console.log(t)}))},getprojectkind:function(){var t=this,e=this,n="project/Get_Fteam";o.default.post(n,"","get").then((function(n){if(console.log("获取项目组",n),t.projectarr=n.data,"未分配"==e.item.ftaskprocess)t.fprjleader="",t.fprjleadertwo="",t.fname="";else{var o,i=r(t.projectarr);try{for(i.s();!(o=i.n()).done;){var a=o.value;a.fid==e.item.finorgid&&(t.fprjleader=a.fprjleader,t.fprjleadertwo=a.fprjleadertwo,t.fname=a.fname,t.finorgid=a.fid)}}catch(c){i.e(c)}finally{i.f()}t.detail()}})).catch((function(t){console.log(t)}))},bindPickerChange:function(t){console.log("picker发送选择改变,携带值为",t.target.value),this.index=t.target.value,this.fname=this.projectarr[t.target.value].fname,this.finorgid=this.projectarr[t.target.value].fid,this.fprjleader=this.projectarr[t.target.value].fprjleader,this.fprjleadertwo=this.projectarr[t.target.value].fprjleadertwo,this.detail()},submit:function(){var e=this;if(""==e.fname)return t.showToast({title:"请选择项目组",icon:"none"}),!1;var n="project/Submit_Disfteam",i={ftaskprocess:e.item.ftaskprocess,fuserid:t.getStorageSync("userid"),fteamid:e.finorgid,fdisid:e.item.disid,fprojectid:e.item.fprojectid};console.log("8877665544",i),o.default.post(n,i,"get").then((function(n){console.log(n),"成功"==n.data[0].message?t.showToast({title:"提交成功",icon:"none"}):t.showToast({title:n.data[0].message,icon:"none"}),e.changestate(),setTimeout((function(){t.navigateBack({checked:!0})}),1e3)})).catch((function(t){console.log(t)}))},changestate:function(){var e=this,n="project/Get_Fteam";t.getStorageSync("userid"),e.item.disid;o.default.post(n,"","get").then((function(t){console.log("修改状态",t)})).catch((function(t){console.log(t)}))}}};e.default=s}).call(this,n("543d")["default"])},"4e90":function(t,e,n){"use strict";var o=n("d869"),i=n.n(o);i.a},"593d":function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n={onLaunch:function(){console.log("App Launch")},onShow:function(){console.log("App Show")},onHide:function(){console.log("App Hide")},post:function(e,n,o){var i=this,a=new Promise((function(a,r){var c=t.getStorageSync("token"),u={token:c||""};t.request({url:i.globalData.baseUrl+e,data:n,method:o,header:u,success:function(t){200==t.statusCode?a(t):r(t.data)},fail:function(t){console.log(t),r("网络出错"),wx.hideNavigationBarLoading()},complete:function(t){}})}));return a},globalData:{userInfo:null,baseUrl:"https://www.bjzha.net/api/"}};e.default=n}).call(this,n("543d")["default"])},"59df":function(t,e,n){"use strict";n.r(e);var o=n("2166");for(var i in o)"default"!==i&&function(t){n.d(e,t,(function(){return o[t]}))}(i);n("4e90");var a,r,c,u,s=n("f0c5"),l=Object(s["a"])(o["default"],a,r,!1,null,null,null,!1,c,u);e["default"]=l.exports},"5ec6":function(t,e,n){},"7bc4":function(t,e,n){"use strict";var o=n("5ec6"),i=n.n(o);i.a},"837d":function(t,e,n){"use strict";var o,i=function(){var t=this,e=t.$createElement;t._self._c},a=[];n.d(e,"b",(function(){return i})),n.d(e,"c",(function(){return a})),n.d(e,"a",(function(){return o}))},d72c:function(t,e,n){"use strict";(function(t){n("bdbd"),n("921b");o(n("66fd"));var e=o(n("20dd"));function o(t){return t&&t.__esModule?t:{default:t}}t(e.default)}).call(this,n("543d")["createPage"])},d869:function(t,e,n){}},[["d72c","common/runtime","common/vendor"]]]);  
  1 +(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/seequestion/seequestion"],{"019a":function(t,e,n){"use strict";n.r(e);var o=n("4cc4"),i=n.n(o);for(var a in o)"default"!==a&&function(t){n.d(e,t,(function(){return o[t]}))}(a);e["default"]=i.a},"20dd":function(t,e,n){"use strict";n.r(e);var o=n("64d5"),i=n("019a");for(var a in i)"default"!==a&&function(t){n.d(e,t,(function(){return i[t]}))}(a);n("3e1f"),n("7bc4");var r,c=n("f0c5"),u=Object(c["a"])(i["default"],o["b"],o["c"],!1,null,null,null,!1,o["a"],r);e["default"]=u.exports},2166:function(t,e,n){"use strict";n.r(e);var o=n("593d"),i=n.n(o);for(var a in o)"default"!==a&&function(t){n.d(e,t,(function(){return o[t]}))}(a);e["default"]=i.a},3661:function(t,e,n){},"3e1f":function(t,e,n){"use strict";var o=n("3661"),i=n.n(o);i.a},"4cc4":function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var o=a(n("59df")),i=a(n("b86c"));function a(t){return t&&t.__esModule?t:{default:t}}function r(t){if("undefined"===typeof Symbol||null==t[Symbol.iterator]){if(Array.isArray(t)||(t=c(t))){var e=0,n=function(){};return{s:n,n:function(){return e>=t.length?{done:!0}:{done:!1,value:t[e++]}},e:function(t){throw t},f:n}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var o,i,a=!0,r=!1;return{s:function(){o=t[Symbol.iterator]()},n:function(){var t=o.next();return a=t.done,t},e:function(t){r=!0,i=t},f:function(){try{a||null==o.return||o.return()}finally{if(r)throw i}}}}function c(t,e){if(t){if("string"===typeof t)return u(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(n):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?u(t,e):void 0}}function u(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,o=new Array(e);n<e;n++)o[n]=t[n];return o}var s={data:function(){return{finorgid:"",finid:"",item:"",detaildata:"",projectarr:[],index:0,projectid:"",fprjleader:"",fprjleadertwo:"",fname:"",showhide:"",qid:""}},onLoad:function(t){if(void 0!=t.projectid)this.qid=t.projectid,this.getquestionlist();else{this.item=JSON.parse(t.item),console.log(this.item);var e=this.item;e.ftoauditamt=i.default.change(e.ftoauditamt),this.item=e}this.getprojectkind()},onShow:function(){this.showhide=t.getStorageSync("showhide")},methods:{getquestionlist:function(){var e=this,n="project/Select_Question",i={qid:e.qid,userid:t.getStorageSync("userid"),role:t.getStorageSync("role"),fprojectid:""};console.log("8877665544",i),o.default.post(n,i,"get").then((function(t){console.log("问题列表",t),e.item=t.data[0]})).catch((function(t){console.log(t)}))},subquestion:function(){var e=this,n="project/Save_Replysubmit",i={userid:t.getStorageSync("userid"),qid:e.item.qid,role:t.getStorageSync("role"),fprojectid:e.item.fprojectid,fproblemstatus:e.item.fproblemstatus};console.log("8877665544",i),o.default.post(n,i,"get").then((function(e){console.log("提交回复",e),t.showToast({title:e.data[0].message,icon:"none"}),"提交成功"==e.data[0].message&&setTimeout((function(){t.navigateBack({checked:!0})}),1500)})).catch((function(t){console.log(t)}))},endquestion:function(){var e=this,n="project/Save_Replyclosejs",i={qid:e.item.qid,role:t.getStorageSync("role"),fprojectid:e.item.fprojectid,fproblemstatus:e.item.fproblemstatus,userid:t.getStorageSync("userid")};o.default.post(n,i,"get").then((function(e){console.log("终止回复回复",e),t.showToast({title:e.data[0].message,icon:"none"}),"提交成功"==e.data[0].message&&setTimeout((function(){t.navigateBack({checked:!0})}),1500)})).catch((function(t){console.log(t)}))},downloadfile:function(e){var n=this,i="project/Select_FileInfo",a={};o.default.post(i,a,"get").then((function(o){console.log("下载文件",o),n.singgleurl=o.data[0].file;var i=o.data[0].file+"?fileId="+e;t.setStorageSync("url",i),console.log(i),plus.runtime.openURL(i)})).catch((function(t){console.log(t)}))},detail:function(){var t=this,e="project/Get_Disfteam",n={finid:this.finorgid,fprojectid:this.item.projectid};o.default.post(e,n,"get").then((function(e){console.log("分配信息",e),t.detaildata=e.data[0]})).catch((function(t){console.log(t)}))},getprojectkind:function(){var t=this,e=this,n="project/Get_Fteam";o.default.post(n,"","get").then((function(n){if(console.log("获取项目组",n),t.projectarr=n.data,"未分配"==e.item.ftaskprocess)t.fprjleader="",t.fprjleadertwo="",t.fname="";else{var o,i=r(t.projectarr);try{for(i.s();!(o=i.n()).done;){var a=o.value;a.fid==e.item.finorgid&&(t.fprjleader=a.fprjleader,t.fprjleadertwo=a.fprjleadertwo,t.fname=a.fname,t.finorgid=a.fid)}}catch(c){i.e(c)}finally{i.f()}t.detail()}})).catch((function(t){console.log(t)}))},bindPickerChange:function(t){console.log("picker发送选择改变,携带值为",t.target.value),this.index=t.target.value,this.fname=this.projectarr[t.target.value].fname,this.finorgid=this.projectarr[t.target.value].fid,this.fprjleader=this.projectarr[t.target.value].fprjleader,this.fprjleadertwo=this.projectarr[t.target.value].fprjleadertwo,this.detail()},submit:function(){var e=this;if(""==e.fname)return t.showToast({title:"请选择项目组",icon:"none"}),!1;var n="project/Submit_Disfteam",i={ftaskprocess:e.item.ftaskprocess,fuserid:t.getStorageSync("userid"),fteamid:e.finorgid,fdisid:e.item.disid,fprojectid:e.item.fprojectid};console.log("8877665544",i),o.default.post(n,i,"get").then((function(n){console.log(n),"成功"==n.data[0].message?t.showToast({title:"提交成功",icon:"none"}):t.showToast({title:n.data[0].message,icon:"none"}),e.changestate(),setTimeout((function(){t.navigateBack({checked:!0})}),1e3)})).catch((function(t){console.log(t)}))},changestate:function(){var e=this,n="project/Get_Fteam";t.getStorageSync("userid"),e.item.disid;o.default.post(n,"","get").then((function(t){console.log("修改状态",t)})).catch((function(t){console.log(t)}))}}};e.default=s}).call(this,n("543d")["default"])},"4e90":function(t,e,n){"use strict";var o=n("d869"),i=n.n(o);i.a},"593d":function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n={onLaunch:function(){console.log("App Launch")},onShow:function(){console.log("App Show")},onHide:function(){console.log("App Hide")},post:function(e,n,o){var i=this,a=new Promise((function(a,r){var c=t.getStorageSync("token"),u={token:c||""};t.request({url:i.globalData.baseUrl+e,data:n,method:o,header:u,success:function(t){200==t.statusCode?a(t):r(t.data)},fail:function(t){console.log(t),r("网络出错"),wx.hideNavigationBarLoading()},complete:function(t){}})}));return a},globalData:{userInfo:null,baseUrl:"https://www.bjzha.net/api/"}};e.default=n}).call(this,n("543d")["default"])},"59df":function(t,e,n){"use strict";n.r(e);var o=n("2166");for(var i in o)"default"!==i&&function(t){n.d(e,t,(function(){return o[t]}))}(i);n("4e90");var a,r,c,u,s=n("f0c5"),l=Object(s["a"])(o["default"],a,r,!1,null,null,null,!1,c,u);e["default"]=l.exports},"5ec6":function(t,e,n){},"64d5":function(t,e,n){"use strict";var o,i=function(){var t=this,e=t.$createElement;t._self._c},a=[];n.d(e,"b",(function(){return i})),n.d(e,"c",(function(){return a})),n.d(e,"a",(function(){return o}))},"7bc4":function(t,e,n){"use strict";var o=n("5ec6"),i=n.n(o);i.a},d72c:function(t,e,n){"use strict";(function(t){n("bdbd"),n("921b");o(n("66fd"));var e=o(n("20dd"));function o(t){return t&&t.__esModule?t:{default:t}}t(e.default)}).call(this,n("543d")["createPage"])},d869:function(t,e,n){}},[["d72c","common/runtime","common/vendor"]]]);
1 -.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}page{overflow-x:hidden}image{width:100%;height:100%}.quesbot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;text-align:right;padding:32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.quesbotleft{width:200rpx;height:64rpx;border:1rpx solid #0393fa;opacity:1;border-radius:8rpx;color:#0093ff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:28rpx}.quesbotright{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx}.box{background:#f9f9f9}.questiondescribe{color:#8c9198;font-size:28rpx;width:686rpx;height:180rpx;margin:20rpx auto 0}.questiondescribe textarea{width:100%;height:180rpx}.enterword{color:#8c9198;font-size:28rpx}.qusetionimg{-webkit-box-align:end;-webkit-align-items:flex-end;align-items:flex-end;margin-top:28rpx}.bigquestion{width:88rpx;height:88rpx;font-size:0}.smallimg{width:32rpx;height:32rpx;font-size:0;margin-left:10rpx}.projectinfo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.projectinfoname{width:44rpx;height:44rpx;font-size:0}.projectinfoname image{width:100%;height:100%}.projectname{color:#3d444d;font-size:28rpx;font-weight:700;margin-left:16rpx}.projectinfo{padding:36rpx 32rpx 16rpx;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #bdc4ce}.projectlist{padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.projectitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:32rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.itemk{border-bottom:none}.queslist{padding:32rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box}.projectitemleft{color:#8c9198;font-size:28rpx}.projectitemright{color:#3d444d;font-size:28rpx}.renyuanleft{color:#06121e;font-size:28rpx}.renyuanright{width:260rpx;height:60rpx;padding:14rpx 28rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#3d444d;font-size:28rpx;text-align:right;margin-left:200rpx}.renyuanright input{width:100%;height:40rpx;color:#8c9198;font-size:24rpx}.xiangmuyuan{color:#8c9198;font-size:24rpx}.zixunbottom{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;padding:28rpx 32rpx 34rpx}.zixunbotleft{width:130rpx;height:80rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx}.zixunbotright{width:532rpx;height:80rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx;margin-left:24rpx}.renyaoqiu{margin-top:12rpx}.danweizi{width:360rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;background:#eee}.xuanlei{width:20rpx;height:22rpx;font-size:0}.xuanlei image{width:100%;height:100%}.box{background:#fff}.verfy{padding-bottom:16rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.touren{margin-left:10rpx}.number{width:120rpx;text-align:center}.ziliao{width:280rpx;text-align:center}.ziliaok{width:320rpx;text-align:center}.timek{width:210rpx;text-align:center}.fujian{width:180rpx;text-align:center}.caozuo{width:120rpx;text-align:center}.viewpoint{color:#d12324;font-size:22rpx;margin-top:20rpx;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.projectinfo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.fujiandown{width:120rpx;height:40rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff!important;font-size:24rpx;text-align:center;line-height:40rpx}.projectinfoname{width:44rpx;height:44rpx;font-size:0}.projectinfoname image{width:100%;height:100%}.projectname{color:#3d444d;font-size:28rpx;font-weight:700;margin-left:16rpx;position:relative}.projectname:before{display:block;content:"";width:10rpx;height:26rpx;background:#0292ff;position:absolute;top:8rpx;left:-20rpx}.projectinfo{padding:36rpx 32rpx 16rpx;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.projectlist{padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.projectitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:32rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.projectitem:last-child{border-bottom:none}.projectitemleft{color:#8c9198;font-size:28rpx}.projectitemright{color:#3d444d;font-size:28rpx}.renyuanleft{color:#8c9198;font-size:28rpx}.renyuanright{width:300rpx;height:60rpx;background:#eee;padding:14rpx 28rpx;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.danweizi{width:500rpx;text-align:right}.renyuanright input{width:100%;height:40rpx;color:#8c9198;font-size:24rpx}.xiangmuyuan{color:#8c9198;font-size:24rpx}.zixunbottom{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:28rpx 32rpx 34rpx}.zixunbotleft{width:130rpx;height:80rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx}.zixunbotright{width:532rpx;height:80rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx;margin-left:24rpx}.renyaoqiu{margin-top:12rpx}.zixundan{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:24rpx 42rpx 16rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box}.zitou{padding:20rpx 0}.zixundanitem{color:#06121e;font-size:28rpx}.zixunbox{padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zixundanboxlist{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box}.zixunname{width:320rpx;color:#06121e;font-size:24rpx;line-height:1.5;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.zixunshu{width:105rpx;text-align:center;color:#06121e;font-size:24rpx}.zixuntou{width:108rpx;height:40rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:40rpx;margin-left:100rpx}.zuxiangmu{color:#3d444d;font-size:28rpx}.querenfen{width:686rpx;height:80rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx}.zidan{border-top:16rpx solid #f9f9f9}.danweizi{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.head{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx 12rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.fenzulist{margin-top:100rpx;padding-bottom:50rpx}.headleft{width:372rpx;height:60rpx;background:#eee;opacity:1;border-radius:8rpx;padding:10rpx 24rpx;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.headleft input{color:#bdc4ce;font-size:28rpx}.headright{width:100rpx;height:60rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:22rpx;text-align:center;line-height:60rpx;margin-left:16rpx}.download{width:136rpx;height:40rpx;line-height:40rpx}.fenzuitem{width:372rpx;background:#fff;-webkit-box-shadow:0 6rpx 6rpx rgba(0,0,0,.03);box-shadow:0 6rpx 6rpx rgba(0,0,0,.03);opacity:1;border-radius:20rpx;margin:20rpx auto 0;padding:28rpx 32rpx 40rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.fenzunoimg{width:28rpx;height:28rpx;font-size:0;margin-right:10rpx}.fenzunoimg image{width:100%;height:100%}.bianhao{color:#8c9198;font-size:24rpx}.bianhaonum{color:#06121e;font-size:24rpx;letter-spacing:2rpx}.fenzunoname{color:#3d444d;font-size:24rpx}.fenzutopright{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;height:48rpx;border:1rpx solid #bdc4ce;opacity:1;border-radius:8rpx;padding:0 5rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.consult{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.consultdanwei{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.volistdata{color:#999;font-size:30rpx;text-align:center;margin-top:20rpx}.xuanlei{width:18rpx;height:25rpx;font-size:0}.xuanlei image{width:100%;height:100%}.voicehead{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:20rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.headitem{color:#06121e;font-size:28rpx}.piao{margin-left:20rpx}.danwei{width:50%;text-align:left}.piao{width:20%;text-align:center}.tou{width:30%;text-align:center}.wei{width:60%;text-align:left}.tpiao{width:10%;text-align:center;margin-left:30rpx}.votelist{height:500rpx;overflow-y:scroll}.shending{width:430rpx}.itemk{border-bottom:none}  
  1 +.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.shaiselecttop{width:750rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;padding-top:10rpx;padding-bottom:10rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.shaiselect{display:inline-block;width:200rpx;height:64rpx;background:#0093ff;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;border-radius:30rpx}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}page{overflow-x:hidden}image{width:100%;height:100%}.quesbot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;text-align:right;padding:32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.quesbotleft{width:200rpx;height:64rpx;border:1rpx solid #0393fa;opacity:1;border-radius:8rpx;color:#0093ff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:28rpx}.quesbotright{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx}.box{background:#f9f9f9}.questiondescribe{color:#8c9198;font-size:28rpx;width:686rpx;height:180rpx;margin:20rpx auto 0}.questiondescribe textarea{width:100%;height:180rpx}.enterword{color:#8c9198;font-size:28rpx}.qusetionimg{-webkit-box-align:end;-webkit-align-items:flex-end;align-items:flex-end;margin-top:28rpx}.bigquestion{width:88rpx;height:88rpx;font-size:0}.smallimg{width:32rpx;height:32rpx;font-size:0;margin-left:10rpx}.projectinfo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.projectinfoname{width:44rpx;height:44rpx;font-size:0}.projectinfoname image{width:100%;height:100%}.projectname{color:#3d444d;font-size:28rpx;font-weight:700;margin-left:16rpx}.projectinfo{padding:36rpx 32rpx 16rpx;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #bdc4ce}.projectlist{padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.projectitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:32rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.itemk{border-bottom:none}.queslist{padding:32rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box}.projectitemleft{color:#8c9198;font-size:28rpx}.projectitemright{color:#3d444d;font-size:28rpx}.renyuanleft{color:#06121e;font-size:28rpx}.renyuanright{width:260rpx;height:60rpx;padding:14rpx 28rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#3d444d;font-size:28rpx;text-align:right;margin-left:200rpx}.renyuanright input{width:100%;height:40rpx;color:#8c9198;font-size:24rpx}.xiangmuyuan{color:#8c9198;font-size:24rpx}.zixunbottom{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;padding:28rpx 32rpx 34rpx}.zixunbotleft{width:130rpx;height:80rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx}.zixunbotright{width:532rpx;height:80rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx;margin-left:24rpx}.renyaoqiu{margin-top:12rpx}.danweizi{width:360rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;background:#eee}.xuanlei{width:20rpx;height:22rpx;font-size:0}.xuanlei image{width:100%;height:100%}.box{background:#fff}.verfy{padding-bottom:16rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.touren{margin-left:10rpx}.number{width:120rpx;text-align:center}.ziliao{width:280rpx;text-align:center}.ziliaok{width:320rpx;text-align:center}.timek{width:210rpx;text-align:center}.fujian{width:180rpx;text-align:center}.caozuo{width:120rpx;text-align:center}.viewpoint{color:#d12324;font-size:22rpx;margin-top:20rpx;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.projectinfo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.fujiandown{width:120rpx;height:40rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff!important;font-size:24rpx;text-align:center;line-height:40rpx}.projectinfoname{width:44rpx;height:44rpx;font-size:0}.projectinfoname image{width:100%;height:100%}.projectname{color:#3d444d;font-size:28rpx;font-weight:700;margin-left:16rpx;position:relative}.projectname:before{display:block;content:"";width:10rpx;height:26rpx;background:#0292ff;position:absolute;top:8rpx;left:-20rpx}.projectinfo{padding:36rpx 32rpx 16rpx;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.projectlist{padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.projectitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:32rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.projectitem:last-child{border-bottom:none}.projectitemleft{color:#8c9198;font-size:28rpx}.projectitemright{color:#3d444d;font-size:28rpx}.renyuanleft{color:#8c9198;font-size:28rpx}.renyuanright{width:300rpx;height:60rpx;background:#eee;padding:14rpx 28rpx;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.danweizi{width:500rpx;text-align:right}.renyuanright input{width:100%;height:40rpx;color:#8c9198;font-size:24rpx}.xiangmuyuan{color:#8c9198;font-size:24rpx}.zixunbottom{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:28rpx 32rpx 34rpx}.zixunbotleft{width:130rpx;height:80rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx}.zixunbotright{width:532rpx;height:80rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx;margin-left:24rpx}.renyaoqiu{margin-top:12rpx}.zixundan{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:24rpx 42rpx 16rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box}.zitou{padding:20rpx 0}.zixundanitem{color:#06121e;font-size:28rpx}.zixunbox{padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zixundanboxlist{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box}.zixunname{width:320rpx;color:#06121e;font-size:24rpx;line-height:1.5;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.zixunshu{width:105rpx;text-align:center;color:#06121e;font-size:24rpx}.zixuntou{width:108rpx;height:40rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:40rpx;margin-left:100rpx}.zuxiangmu{color:#3d444d;font-size:28rpx}.querenfen{width:686rpx;height:80rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx}.zidan{border-top:16rpx solid #f9f9f9}.danweizi{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.head{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx 12rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.fenzulist{margin-top:100rpx;padding-bottom:50rpx}.headleft{width:372rpx;height:60rpx;background:#eee;opacity:1;border-radius:8rpx;padding:10rpx 24rpx;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.headleft input{color:#bdc4ce;font-size:28rpx}.headright{width:100rpx;height:60rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:22rpx;text-align:center;line-height:60rpx;margin-left:16rpx}.download{width:136rpx;height:40rpx;line-height:40rpx}.fenzuitem{width:372rpx;background:#fff;-webkit-box-shadow:0 6rpx 6rpx rgba(0,0,0,.03);box-shadow:0 6rpx 6rpx rgba(0,0,0,.03);opacity:1;border-radius:20rpx;margin:20rpx auto 0;padding:28rpx 32rpx 40rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.fenzunoimg{width:28rpx;height:28rpx;font-size:0;margin-right:10rpx}.fenzunoimg image{width:100%;height:100%}.bianhao{color:#8c9198;font-size:24rpx}.bianhaonum{color:#06121e;font-size:24rpx;letter-spacing:2rpx}.fenzunoname{color:#3d444d;font-size:24rpx}.fenzutopright{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;height:48rpx;border:1rpx solid #bdc4ce;opacity:1;border-radius:8rpx;padding:0 5rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.consult{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.consultdanwei{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.volistdata{color:#999;font-size:30rpx;text-align:center;margin-top:20rpx}.xuanlei{width:18rpx;height:25rpx;font-size:0}.xuanlei image{width:100%;height:100%}.voicehead{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:20rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.headitem{color:#06121e;font-size:28rpx}.piao{margin-left:20rpx}.danwei{width:50%;text-align:left}.piao{width:20%;text-align:center}.tou{width:30%;text-align:center}.wei{width:60%;text-align:left}.tpiao{width:10%;text-align:center;margin-left:30rpx}.votelist{height:500rpx;overflow-y:scroll}.shending{width:430rpx}.itemk{border-bottom:none}
1 -.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}page{background:#f9f9f9}.headbox{background:#fff;height:100rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.headboxleft{width:350rpx;height:100rpx;line-height:100rpx;text-align:center;color:#06121e;font-size:28rpx}.headactive{color:#0093ff;border-bottom:1rpx solid #0093ff}.hengping{width:144rpx;color:#0093ff;font-size:24rpx;border-bottom:1rpx solid #0093ff;margin:34rpx auto 0}.taizhangbox{width:700rpx;overflow-x:scroll;margin:28rpx;padding:0 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff}.taizhangitem{color:#06121e;font-size:22rpx;margin-right:118rpx;font-weight:700}.shenjie{text-align:center;margin-top:5rpx;font-size:20rpx}.taiitem{color:#06121e;font-size:24rpx}.itemname{width:96rpx;margin-left:10rpx}.itemshu{width:150rpx;text-align:center;margin-left:72rpx}.songshen{width:200rpx;text-align:center;margin-left:30rpx}.shending{width:200rpx;text-align:center;margin-left:5rpx}.leixing{width:180rpx;text-align:center;margin-left:5rpx}.shenjian{width:200rpx;text-align:center;margin-left:10rpx}.shenlv{width:200rpx;text-align:center;margin-left:15rpx}.dibu{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;width:750rpx;height:104rpx;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;position:fixed;bottom:0;left:0}.dibuleft{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-right:72rpx}.dibulitemm{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.dishu{width:40rpx;height:30rpx;border:1rpx solid #707070;border-radius:4rpx;margin:0 6rpx;font-size:0;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.dishu input{width:100%;height:30rpx;line-height:30rpx;padding:5rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;font-size:26rpx;color:#8c9198}.dibuliteml, 1 +.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.shaiselecttop{width:750rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;padding-top:10rpx;padding-bottom:10rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.shaiselect{display:inline-block;width:200rpx;height:64rpx;background:#0093ff;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;border-radius:30rpx}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}page{background:#f9f9f9}.headbox{background:#fff;height:100rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.headboxleft{width:350rpx;height:100rpx;line-height:100rpx;text-align:center;color:#06121e;font-size:28rpx}.headactive{color:#0093ff;border-bottom:1rpx solid #0093ff}.hengping{width:144rpx;color:#0093ff;font-size:24rpx;border-bottom:1rpx solid #0093ff;margin:34rpx auto 0}.taizhangbox{width:700rpx;overflow-x:scroll;margin:28rpx;padding:0 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff}.taizhangitem{color:#06121e;font-size:22rpx;margin-right:118rpx;font-weight:700}.shenjie{text-align:center;margin-top:5rpx;font-size:20rpx}.taiitem{color:#06121e;font-size:24rpx}.itemname{width:96rpx;margin-left:10rpx}.itemshu{width:150rpx;text-align:center;margin-left:72rpx}.songshen{width:200rpx;text-align:center;margin-left:30rpx}.shending{width:200rpx;text-align:center;margin-left:5rpx}.leixing{width:180rpx;text-align:center;margin-left:5rpx}.shenjian{width:200rpx;text-align:center;margin-left:10rpx}.shenlv{width:200rpx;text-align:center;margin-left:15rpx}.dibu{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;width:750rpx;height:104rpx;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;position:fixed;bottom:0;left:0}.dibuleft{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-right:72rpx}.dibulitemm{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.dishu{width:40rpx;height:30rpx;border:1rpx solid #707070;border-radius:4rpx;margin:0 6rpx;font-size:0;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.dishu input{width:100%;height:30rpx;line-height:30rpx;padding:5rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;font-size:26rpx;color:#8c9198}.dibuliteml,
2 .di, 2 .di,
3 .ye, 3 .ye,
4 .dibulitemx, 4 .dibulitemx,
1 -(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/shenjianhuizong/shenjianhuizong"],{"13c3":function(t,e,n){"use strict";n.r(e);var a=n("22f6"),o=n.n(a);for(var i in a)"default"!==i&&function(t){n.d(e,t,(function(){return a[t]}))}(i);e["default"]=o.a},2166:function(t,e,n){"use strict";n.r(e);var a=n("593d"),o=n.n(a);for(var i in a)"default"!==i&&function(t){n.d(e,t,(function(){return a[t]}))}(i);e["default"]=o.a},"22f6":function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=i(n("59df")),o=i(n("b86c"));function i(t){return t&&t.__esModule?t:{default:t}}function r(t){if("undefined"===typeof Symbol||null==t[Symbol.iterator]){if(Array.isArray(t)||(t=u(t))){var e=0,n=function(){};return{s:n,n:function(){return e>=t.length?{done:!0}:{done:!1,value:t[e++]}},e:function(t){throw t},f:n}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var a,o,i=!0,r=!1;return{s:function(){a=t[Symbol.iterator]()},n:function(){var t=a.next();return i=t.done,t},e:function(t){r=!0,o=t},f:function(){try{i||null==a.return||a.return()}finally{if(r)throw o}}}}function u(t,e){if(t){if("string"===typeof t)return s(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(n):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?s(t,e):void 0}}function s(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,a=new Array(e);n<e;n++)a[n]=t[n];return a}var c={data:function(){return{selact:1,tizhangshow:!1,danweiindex:0,danweilist:[],projectlist:[],danweiname:"评审类型",projectname:"项目类型",startdate:"开始时间",endate:"结束时间",danweinamez:"咨询单位",yearindex:-1,index:0,yeararr:[],danweilistz:[],danweiindexz:0,toaudit:"",fintorg:"",fprojectcategory:"",submitdateone:"",submitdatetwo:"",sendyear:"",huizonglist:[],type:"",huizong:!0,fid:""}},onLoad:function(t){this.type=t.type;var e=new Date,n=e.getFullYear();console.log(n);for(var a=n-19,o=a;o<=n;o++)this.yeararr.push(o);this.getpingtype(),this.getprojectkind(),this.getzixundanwei(),this.getfenhuilist()},methods:{reset:function(){this.danweiname="评审类型",this.projectname="项目类型",this.startdate="开始时间",this.endate="结束时间",this.yearindex=-1,this.toaudit="",this.fprojectcategory="",this.sendyear="",this.submitdateone="",this.submitdatetwo=""},onNavigationBarButtonTap:function(){this.tizhangshow=!this.tizhangshow},yearchange:function(t){this.yearindex=t.target.value,this.sendyear=this.yeararr[t.target.value]},bindDateChange:function(t){this.startdate=t.target.value,this.submitdateone=t.target.value},endDateChange:function(t){this.endate=t.target.value,this.submitdatetwo=t.target.value},fenhui:function(t){console.log(t);var e=t.currentTarget.dataset.id;console.log(e),this.selact=e},screenheng:function(){console.log(999)},getzixundanwei:function(){var t=this;console.log(9988776655);var e="project/Get_IntermediaryOrg";a.default.post(e,"","get").then((function(e){console.log(e),t.danweilistz=e.data})).catch((function(t){console.log(t)}))},danweichangez:function(t){console.log("picker发送选择改变,携带值为",t),console.log("998877654",this.danweilistz),console.log("09988776545",this.danweilistz[t.target.value].fname),this.danweiindexz=t.target.value,this.fintorg=this.danweilistz[t.target.value].fname,this.danweinamez=this.danweilistz[t.target.value].fname},getpingtype:function(){var t=this;console.log(9988776655);var e="project/Get_ToAuditType";a.default.post(e,"","get").then((function(e){console.log(e),t.danweilist=e.data})).catch((function(t){console.log(t)}))},danweichange:function(t){console.log("picker发送选择改变,携带值为",t.target.value),this.danweiindex=t.target.value,this.toaudit=this.danweilist[t.target.value].fname,this.danweiname=this.danweilist[t.target.value].fname},getprojectkind:function(){var t=this,e="project/Get_ProjectType";a.default.post(e,"","get").then((function(e){console.log(e),t.projectlist=e.data,console.log(t.projectlist)})).catch((function(t){console.log(t)}))},bindPickerChange:function(t){console.log("picker发送选择改变,携带值为",t.target.value),this.index=t.target.value,this.fprojectcategory=this.projectlist[t.target.value].fname,this.projectname=this.projectlist[t.target.value].fname},getfenhuilist:function(){var t=this,e=this;console.log(9988776655);var n="project/Get_Descpercategorysum",i={toaudit:e.toaudit,fprojectcategory:e.fprojectcategory,sendyear:e.sendyear,submitdateone:e.submitdateone,submitdatetwo:e.submitdatetwo};console.log(i),a.default.post(n,i,"get").then((function(n){console.log(n),e.huizonglist=n.data;var a,i=e.huizonglist,u=r(i);try{for(u.s();!(a=u.n()).done;){var s=a.value;s.auduitsum=o.default.change(s.auduitsum),s.amountsum=o.default.change(s.amountsum),s.freesum=o.default.change(s.freesum)}}catch(c){u.e(c)}finally{u.f()}t.huizonglist=i})).catch((function(t){console.log(t)}))},detail:function(e){this.fid=e.target.dataset.id,t.navigateTo({url:"../shenjianhuidetail/shenjianhuidetail?fid="+this.fid})},getdetailist:function(){var t=this;console.log(9988776655);var e="project/Get_Descpercategory",n={fid:t.fid,toaudit:t.toaudit,fprojectcategory:t.fprojectcategory,sendyear:t.sendyear,submitdateone:t.submitdateone,submitdatetwo:t.submitdatetwo};console.log(n),a.default.post(e,n,"get").then((function(e){console.log(e),t.huizonglist=e.data})).catch((function(t){console.log(t)}))},search:function(){this.getfenhuilist(),this.tizhangshow=!1},searchdetail:function(){this.getdetailist(),this.tizhangshow=!1}}};e.default=c}).call(this,n("543d")["default"])},"4e90":function(t,e,n){"use strict";var a=n("d869"),o=n.n(a);o.a},"593d":function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n={onLaunch:function(){console.log("App Launch")},onShow:function(){console.log("App Show")},onHide:function(){console.log("App Hide")},post:function(e,n,a){var o=this,i=new Promise((function(i,r){var u=t.getStorageSync("token"),s={token:u||""};t.request({url:o.globalData.baseUrl+e,data:n,method:a,header:s,success:function(t){200==t.statusCode?i(t):r(t.data)},fail:function(t){console.log(t),r("网络出错"),wx.hideNavigationBarLoading()},complete:function(t){}})}));return i},globalData:{userInfo:null,baseUrl:"https://www.bjzha.net/api/"}};e.default=n}).call(this,n("543d")["default"])},"59df":function(t,e,n){"use strict";n.r(e);var a=n("2166");for(var o in a)"default"!==o&&function(t){n.d(e,t,(function(){return a[t]}))}(o);n("4e90");var i,r,u,s,c=n("f0c5"),l=Object(c["a"])(a["default"],i,r,!1,null,null,null,!1,u,s);e["default"]=l.exports},"903c":function(t,e,n){"use strict";n.r(e);var a=n("b08c"),o=n("13c3");for(var i in o)"default"!==i&&function(t){n.d(e,t,(function(){return o[t]}))}(i);n("df54");var r,u=n("f0c5"),s=Object(u["a"])(o["default"],a["b"],a["c"],!1,null,null,null,!1,a["a"],r);e["default"]=s.exports},a6bb:function(t,e,n){"use strict";(function(t){n("bdbd"),n("921b");a(n("66fd"));var e=a(n("903c"));function a(t){return t&&t.__esModule?t:{default:t}}t(e.default)}).call(this,n("543d")["createPage"])},b08c:function(t,e,n){"use strict";var a,o=function(){var t=this,e=t.$createElement;t._self._c},i=[];n.d(e,"b",(function(){return o})),n.d(e,"c",(function(){return i})),n.d(e,"a",(function(){return a}))},c020:function(t,e,n){},d869:function(t,e,n){},df54:function(t,e,n){"use strict";var a=n("c020"),o=n.n(a);o.a}},[["a6bb","common/runtime","common/vendor"]]]);  
  1 +(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/shenjianhuizong/shenjianhuizong"],{"13c3":function(t,e,n){"use strict";n.r(e);var a=n("22f6"),o=n.n(a);for(var i in a)"default"!==i&&function(t){n.d(e,t,(function(){return a[t]}))}(i);e["default"]=o.a},2166:function(t,e,n){"use strict";n.r(e);var a=n("593d"),o=n.n(a);for(var i in a)"default"!==i&&function(t){n.d(e,t,(function(){return a[t]}))}(i);e["default"]=o.a},"22f6":function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=i(n("59df")),o=i(n("b86c"));function i(t){return t&&t.__esModule?t:{default:t}}function r(t){if("undefined"===typeof Symbol||null==t[Symbol.iterator]){if(Array.isArray(t)||(t=s(t))){var e=0,n=function(){};return{s:n,n:function(){return e>=t.length?{done:!0}:{done:!1,value:t[e++]}},e:function(t){throw t},f:n}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var a,o,i=!0,r=!1;return{s:function(){a=t[Symbol.iterator]()},n:function(){var t=a.next();return i=t.done,t},e:function(t){r=!0,o=t},f:function(){try{i||null==a.return||a.return()}finally{if(r)throw o}}}}function s(t,e){if(t){if("string"===typeof t)return u(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(n):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?u(t,e):void 0}}function u(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,a=new Array(e);n<e;n++)a[n]=t[n];return a}var c={data:function(){return{selact:1,tizhangshow:!1,danweiindex:0,danweilist:[],projectlist:[],danweiname:"评审类型",projectname:"项目类型",startdate:"开始时间",endate:"结束时间",danweinamez:"咨询单位",yearindex:-1,index:0,yeararr:[],danweilistz:[],danweiindexz:0,toaudit:"",fintorg:"",fprojectcategory:"",submitdateone:"",submitdatetwo:"",sendyear:"",huizonglist:[],type:"",huizong:!0,fid:"",stationname:"请选择主管部门",stationindex:0,document:"",stationlist:[],yearname:"请选择年度"}},onLoad:function(t){this.type=t.type;var e=new Date,n=e.getFullYear();console.log(n);for(var a=n-19,o=a;o<=n;o++)this.yeararr.push(o);this.getpingtype(),this.getprojectkind(),this.getzixundanwei(),this.getfenhuilist(),this.getzhugaunlist()},computed:{startDate:function(){return this.getDate("start")},endDate:function(){return this.getDate("end")}},methods:{hide:function(){this.tizhangshow=!1},hidek:function(){},getDate:function(t){var e=new Date,n=e.getFullYear(),a=e.getMonth()+1,o=e.getDate();return"start"===t?n-=60:"end"===t&&(n+=2),a=a>9?a:"0"+a,o=o>9?o:"0"+o,"".concat(n,"-").concat(a,"-").concat(o)},getzhugaunlist:function(){var t=this;console.log(9988776655);var e="project/Get_ComDepartment";a.default.post(e,"","get").then((function(e){console.log(e),t.stationlist=e.data})).catch((function(t){console.log(t)}))},bindstationrChange:function(t){console.log("picker发送选择改变,携带值为",t.target.value),this.stationindex=t.target.value,this.stationname=this.stationlist[t.target.value].fname,this.document=this.stationlist[t.target.value].fid,console.log(this.document)},reset:function(){this.danweiname="评审类型",this.projectname="项目类型",this.startdate="开始时间",this.endate="结束时间",this.yearindex=-1,this.toaudit="",this.fprojectcategory="",this.sendyear="",this.submitdateone="",this.submitdatetwo="",this.stationname="请选择主管部门",this.document=""},shai:function(){this.tizhangshow=!this.tizhangshow},yearchange:function(t){this.yearindex=t.target.value,this.sendyear=this.yeararr[t.target.value],this.yearname=this.yeararr[t.target.value]},bindDateChange:function(t){this.startdate=t.target.value,this.submitdateone=t.target.value},endDateChange:function(t){this.endate=t.target.value,this.submitdatetwo=t.target.value},fenhui:function(t){console.log(t);var e=t.currentTarget.dataset.id;console.log(e),this.selact=e},screenheng:function(){console.log(999)},getzixundanwei:function(){var t=this;console.log(9988776655);var e="project/Get_IntermediaryOrg";a.default.post(e,"","get").then((function(e){console.log(e),t.danweilistz=e.data})).catch((function(t){console.log(t)}))},danweichangez:function(t){console.log("picker发送选择改变,携带值为",t),console.log("998877654",this.danweilistz),console.log("09988776545",this.danweilistz[t.target.value].fname),this.danweiindexz=t.target.value,this.fintorg=this.danweilistz[t.target.value].fname,this.danweinamez=this.danweilistz[t.target.value].fname},getpingtype:function(){var t=this;console.log(9988776655);var e="project/Get_ToAuditType";a.default.post(e,"","get").then((function(e){console.log(e),t.danweilist=e.data})).catch((function(t){console.log(t)}))},danweichange:function(t){console.log("picker发送选择改变,携带值为",t.target.value),this.danweiindex=t.target.value,this.toaudit=this.danweilist[t.target.value].fname,this.danweiname=this.danweilist[t.target.value].fname},getprojectkind:function(){var t=this,e="project/Get_ProjectType";a.default.post(e,"","get").then((function(e){console.log(e),t.projectlist=e.data,console.log(t.projectlist)})).catch((function(t){console.log(t)}))},bindPickerChange:function(t){console.log("picker发送选择改变,携带值为",t.target.value),this.index=t.target.value,this.fprojectcategory=this.projectlist[t.target.value].fname,this.projectname=this.projectlist[t.target.value].fname},getfenhuilist:function(){var t=this,e=this;console.log(9988776655);var n="project/Get_Descpercategorysum",i={toaudit:e.toaudit,fprojectcategory:e.fprojectcategory,sendyear:e.sendyear,submitdateone:e.submitdateone,submitdatetwo:e.submitdatetwo,document:e.document};console.log(i),a.default.post(n,i,"get").then((function(n){console.log(n),e.huizonglist=n.data;var a,i=e.huizonglist,s=r(i);try{for(s.s();!(a=s.n()).done;){var u=a.value;u.auduitsum=o.default.change(u.auduitsum),u.amountsum=o.default.change(u.amountsum),u.freesum=o.default.change(u.freesum)}}catch(c){s.e(c)}finally{s.f()}t.huizonglist=i})).catch((function(t){console.log(t)}))},detail:function(e){this.fid=e.target.dataset.id,t.navigateTo({url:"../shenjianhuidetail/shenjianhuidetail?fid="+this.fid+"&document="+this.document})},getdetailist:function(){var t=this;console.log(9988776655);var e="project/Get_Descpercategory",n={fid:t.fid,toaudit:t.toaudit,fprojectcategory:t.fprojectcategory,sendyear:t.sendyear,submitdateone:t.submitdateone,submitdatetwo:t.submitdatetwo};console.log(n),a.default.post(e,n,"get").then((function(e){console.log(e),t.huizonglist=e.data})).catch((function(t){console.log(t)}))},search:function(){this.getfenhuilist(),this.tizhangshow=!1},searchdetail:function(){this.getdetailist(),this.tizhangshow=!1}}};e.default=c}).call(this,n("543d")["default"])},"4e90":function(t,e,n){"use strict";var a=n("d869"),o=n.n(a);o.a},"593d":function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n={onLaunch:function(){console.log("App Launch")},onShow:function(){console.log("App Show")},onHide:function(){console.log("App Hide")},post:function(e,n,a){var o=this,i=new Promise((function(i,r){var s=t.getStorageSync("token"),u={token:s||""};t.request({url:o.globalData.baseUrl+e,data:n,method:a,header:u,success:function(t){200==t.statusCode?i(t):r(t.data)},fail:function(t){console.log(t),r("网络出错"),wx.hideNavigationBarLoading()},complete:function(t){}})}));return i},globalData:{userInfo:null,baseUrl:"https://www.bjzha.net/api/"}};e.default=n}).call(this,n("543d")["default"])},"59df":function(t,e,n){"use strict";n.r(e);var a=n("2166");for(var o in a)"default"!==o&&function(t){n.d(e,t,(function(){return a[t]}))}(o);n("4e90");var i,r,s,u,c=n("f0c5"),l=Object(c["a"])(a["default"],i,r,!1,null,null,null,!1,s,u);e["default"]=l.exports},8302:function(t,e,n){"use strict";var a,o=function(){var t=this,e=t.$createElement;t._self._c},i=[];n.d(e,"b",(function(){return o})),n.d(e,"c",(function(){return i})),n.d(e,"a",(function(){return a}))},"903c":function(t,e,n){"use strict";n.r(e);var a=n("8302"),o=n("13c3");for(var i in o)"default"!==i&&function(t){n.d(e,t,(function(){return o[t]}))}(i);n("df54");var r,s=n("f0c5"),u=Object(s["a"])(o["default"],a["b"],a["c"],!1,null,null,null,!1,a["a"],r);e["default"]=u.exports},a6bb:function(t,e,n){"use strict";(function(t){n("bdbd"),n("921b");a(n("66fd"));var e=a(n("903c"));function a(t){return t&&t.__esModule?t:{default:t}}t(e.default)}).call(this,n("543d")["createPage"])},c020:function(t,e,n){},d869:function(t,e,n){},df54:function(t,e,n){"use strict";var a=n("c020"),o=n.n(a);o.a}},[["a6bb","common/runtime","common/vendor"]]]);
1 -<view class="box"><block wx:if="{{huizonglist.length==0}}"><view class="nodata">暂无数据</view></block><block wx:else><block><block wx:if="{{huizong}}"><view class="taizhangbox"><view class="taizhanghead"><view class="taizhangitem">审减率区间</view><view class="taizhangitem"><view class="shunum">项目数量</view><view class="shenjie">(已审结)</view></view><view class="taizhangitem">总送审额</view><view class="taizhangitem">总审定额</view><view class="taizhangitem">总审减额</view><view class="taizhangitem">综合审减率</view><view class="taizhangitem">操作</view></view><block wx:if="{{huizonglist.length==1}}"><view class="nodata">暂无数据</view></block><block wx:else><view class="taizhanglist"><block wx:for="{{huizonglist}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="taizhangflistitem"><view class="taiitem itemname">{{item.fname+''}}</view><view class="taiitem itemshu">{{item.prjnum}}</view><view class="taiitem songshen">{{item.auduitsum}}</view><view class="taiitem shending">{{item.amountsum}}</view><view class="taiitem shenjian">{{item.freesum}}</view><view class="taiitem shenlv">{{item.freerate}}</view><view class="taiitem detailname" data-id="{{item.fid}}" data-event-opts="{{[['tap',[['detail',['$event']]]]]}}" bindtap="__e">详情</view></view></block></view></block></view></block><block wx:else><view class="taizhangbox"><view class="taizhanghead taizhangheadde"><view class="taizhangitem">项目编号</view><view class="taizhangitem">项目名称</view><view class="taizhangitem">送审金额</view><view class="taizhangitem">评审类型</view><view class="taizhangitem">送审单位</view><view class="taizhangitem">项目类型</view><view class="taizhangitem">送审时间</view><view class="taizhangitem">审定金额</view><view class="taizhangitem">审减率</view><view class="taizhangitem">审减金额</view><view class="taizhangitem">咨询单位</view><view class="taizhangitem">送审年度</view><view class="taizhangitem">咨询单位项目审核负责人</view></view><view class="taizhanglist"><block wx:for="{{huizonglist}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="taizhangflistitem taizhangflistitemde"><view class="taiitem itemname">{{item.fprjnumber+''}}</view><view class="taiitem itemshu">{{item.fprjname}}</view><view class="taiitem songshen">{{item.ftoauditamt}}</view><view class="taiitem shending">{{item.freviewtype}}</view><view class="taiitem shenjian">{{item.fdevorgid}}</view><view class="taiitem shenlv">{{item.fprojecttype}}</view><view class="taiitem itemname">{{item.fsubmitfindate+''}}</view><view class="taiitem itemshu">{{item.fauditamount}}</view><view class="taiitem songshen">{{item.fauditratio}}</view><view class="taiitem shending">{{item.fshenjianmoney}}</view><view class="taiitem shenjian">{{item.flordintorgid}}</view><view class="taiitem shenlv">{{item.fyear}}</view><view class="taiitem shenlv">{{item.fauditledername}}</view></view></block></view></view></block></block></block><block wx:if="{{tizhangshow}}"><view class="register"><view class="taizhangwrap xiangmuzi"><view class="wrapbox"><view class="wrapitem"><view class="wrapitemleft">项目类型</view><picker value="{{index}}" range="{{projectlist}}" range-key="fname" data-event-opts="{{[['change',[['bindPickerChange',['$event']]]]]}}" bindchange="__e"><view class="wrapitemright"><view class="uni-input projectname">{{projectname}}</view></view></picker></view><view class="wrapitem"><view class="wrapitemleft">评审类型</view><picker value="{{danweiindex}}" range="{{danweilist}}" range-key="fname" data-event-opts="{{[['change',[['danweichange',['$event']]]]]}}" bindchange="__e"><view class="wrapitemright"><view class="uni-input projectname">{{danweiname}}</view></view></picker></view><view class="wrapitem"><view class="wrapitemleft">年度</view><picker value="{{yearindex}}" range="{{yeararr}}" data-event-opts="{{[['change',[['yearchange',['$event']]]]]}}" bindchange="__e"><view class="wrapitemright"><view class="nianduleft"><view class="uni-input projectname">{{yeararr[yearindex]}}</view></view><view class="nianduright"><image src="../../static/img/number.png" mode></image></view></view></picker></view><view class="wrapitem"><view class="wrapitemleft">时间</view><view class="time"><picker mode="date" value="{{date}}" start="{{startDate}}" end="{{endDate}}" data-event-opts="{{[['change',[['bindDateChange',['$event']]]]]}}" bindchange="__e"><view class="timeleft">{{''+startdate+''}}</view></picker><view class="timemiddle"></view><picker mode="date" value="{{date}}" start="{{startDate}}" end="{{endDate}}" data-event-opts="{{[['change',[['endDateChange',['$event']]]]]}}" bindchange="__e"><view class="timeleft">{{''+endate+''}}</view></picker></view></view></view><view class="zibot"><view data-event-opts="{{[['tap',[['reset',['$event']]]]]}}" class="reset" bindtap="__e">重置</view><block wx:if="{{huizong}}"><view data-event-opts="{{[['tap',[['search',['$event']]]]]}}" class="chaxun" bindtap="__e">查询</view></block><block wx:else><view data-event-opts="{{[['tap',[['searchdetail',['$event']]]]]}}" class="chaxun" bindtap="__e">查询</view></block></view></view></view></block></view>  
  1 +<view class="box"><view class="topheadk"><view class="shaiselecttop"><view data-event-opts="{{[['tap',[['shai',['$event']]]]]}}" class="shaiselect" bindtap="__e">筛选</view></view></view><block wx:if="{{huizonglist.length==0}}"><view class="nodata">暂无数据</view></block><block wx:else><block><block wx:if="{{huizong}}"><view class="taizhangbox"><view class="taizhanghead"><view class="taizhangitem">审减率区间</view><view class="taizhangitem"><view class="shunum">项目数量</view><view class="shenjie">(已审结)</view></view><view class="taizhangitem">总送审额</view><view class="taizhangitem">总审定额</view><view class="taizhangitem">总审减额</view><view class="taizhangitem">综合审减率</view><view class="taizhangitem">操作</view></view><block wx:if="{{huizonglist.length==1}}"><view class="nodata">暂无数据</view></block><block wx:else><view class="taizhanglist"><block wx:for="{{huizonglist}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="taizhangflistitem"><view class="taiitem itemname">{{item.fname+''}}</view><view class="taiitem itemshu">{{item.prjnum}}</view><view class="taiitem songshen">{{item.auduitsum}}</view><view class="taiitem shending">{{item.amountsum}}</view><view class="taiitem shenjian">{{item.freesum}}</view><view class="taiitem shenlv">{{item.freerate}}</view><view class="taiitem detailname" data-id="{{item.fid}}" data-event-opts="{{[['tap',[['detail',['$event']]]]]}}" bindtap="__e">详情</view></view></block></view></block></view></block><block wx:else><view class="taizhangbox"><view class="taizhanghead taizhangheadde"><view class="taizhangitem">项目编号</view><view class="taizhangitem">项目名称</view><view class="taizhangitem">送审金额</view><view class="taizhangitem">评审类型</view><view class="taizhangitem">送审单位</view><view class="taizhangitem">项目类型</view><view class="taizhangitem">送审时间</view><view class="taizhangitem">审定金额</view><view class="taizhangitem">审减率</view><view class="taizhangitem">审减金额</view><view class="taizhangitem">咨询单位</view><view class="taizhangitem">送审年度</view><view class="taizhangitem">咨询单位项目审核负责人</view></view><view class="taizhanglist"><block wx:for="{{huizonglist}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="taizhangflistitem taizhangflistitemde"><view class="taiitem itemname">{{item.fprjnumber+''}}</view><view class="taiitem itemshu">{{item.fprjname}}</view><view class="taiitem songshen">{{item.ftoauditamt}}</view><view class="taiitem shending">{{item.freviewtype}}</view><view class="taiitem shenjian">{{item.fdevorgid}}</view><view class="taiitem shenlv">{{item.fprojecttype}}</view><view class="taiitem itemname">{{item.fsubmitfindate+''}}</view><view class="taiitem itemshu">{{item.fauditamount}}</view><view class="taiitem songshen">{{item.fauditratio}}</view><view class="taiitem shending">{{item.fshenjianmoney}}</view><view class="taiitem shenjian">{{item.flordintorgid}}</view><view class="taiitem shenlv">{{item.fyear}}</view><view class="taiitem shenlv">{{item.fauditledername}}</view></view></block></view></view></block></block></block><block wx:if="{{tizhangshow}}"><view data-event-opts="{{[['tap',[['hide',['$event']]]]]}}" class="register" bindtap="__e"><view data-event-opts="{{[['tap',[['hidek',['$event']]]]]}}" class="taizhangwrap xiangmuzi" catchtap="__e"><view class="wrapbox"><view class="wrapitem"><view class="wrapitemleft">项目类型</view><picker value="{{index}}" range="{{projectlist}}" range-key="fname" data-event-opts="{{[['change',[['bindPickerChange',['$event']]]]]}}" bindchange="__e"><view class="wrapitemright"><view class="uni-input projectname">{{projectname}}</view></view></picker></view><view class="wrapitem"><view class="wrapitemleft">主管部门</view><picker value="{{stationindex}}" range="{{stationlist}}" range-key="fname" data-event-opts="{{[['change',[['bindstationrChange',['$event']]]]]}}" bindchange="__e"><view class="wrapitemright"><view class="uni-input projectname">{{stationname}}</view></view></picker></view><view class="wrapitem"><view class="wrapitemleft">评审类型</view><picker value="{{danweiindex}}" range="{{danweilist}}" range-key="fname" data-event-opts="{{[['change',[['danweichange',['$event']]]]]}}" bindchange="__e"><view class="wrapitemright"><view class="uni-input projectname">{{danweiname}}</view></view></picker></view><view class="wrapitem"><view class="wrapitemleft">年度</view><picker value="{{yearindex}}" range="{{yeararr}}" data-event-opts="{{[['change',[['yearchange',['$event']]]]]}}" bindchange="__e"><view class="wrapitemright"><view class="nianduleft"><view class="uni-input projectname">{{yearname}}</view></view><view class="nianduright"><image src="../../static/img/number.png" mode></image></view></view></picker></view><view class="wrapitem"><view class="wrapitemleft">时间</view><view class="time"><picker mode="date" value="{{date}}" start="{{startDate}}" end="{{endDate}}" data-event-opts="{{[['change',[['bindDateChange',['$event']]]]]}}" bindchange="__e"><view class="timeleft">{{''+startdate+''}}</view></picker><view class="timemiddle"></view><picker mode="date" value="{{date}}" start="{{startDate}}" end="{{endDate}}" data-event-opts="{{[['change',[['endDateChange',['$event']]]]]}}" bindchange="__e"><view class="timeleft">{{''+endate+''}}</view></picker></view></view></view><view class="zibot"><view data-event-opts="{{[['tap',[['reset',['$event']]]]]}}" class="reset" bindtap="__e">重置</view><block wx:if="{{huizong}}"><view data-event-opts="{{[['tap',[['search',['$event']]]]]}}" class="chaxun" bindtap="__e">查询</view></block><block wx:else><view data-event-opts="{{[['tap',[['searchdetail',['$event']]]]]}}" class="chaxun" bindtap="__e">查询</view></block></view></view></view></block></view>
1 -.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}page{background:#f9f9f9}.headbox{background:#fff;height:100rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.headboxleft{width:350rpx;height:100rpx;line-height:100rpx;text-align:center;color:#06121e;font-size:28rpx}.headactive{color:#0093ff;border-bottom:1rpx solid #0093ff}.hengping{width:144rpx;color:#0093ff;font-size:24rpx;border-bottom:1rpx solid #0093ff;margin:34rpx auto 0}.taizhangbox{width:700rpx;overflow-x:scroll;margin:28rpx;padding:0 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff}.taizhangitem{color:#06121e;font-size:22rpx;margin-right:118rpx;font-weight:700}.shenjie{text-align:center;margin-top:5rpx;font-size:20rpx}.taiitem{color:#06121e;font-size:24rpx}.itemname{width:96rpx}.itemshu{width:150rpx;text-align:center;margin-left:85rpx}.songshen{width:200rpx;text-align:center;margin-left:40rpx}.shending{width:200rpx;text-align:center;margin-left:5rpx}.shenjian{width:200rpx;text-align:center;margin-left:10rpx}.shenlv{width:200rpx;text-align:center;margin-left:15rpx}.dibu{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;width:750rpx;height:104rpx;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;position:fixed;bottom:0;left:0}.dibuleft{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-right:72rpx}.dibulitemm{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.dishu{width:40rpx;height:30rpx;border:1rpx solid #707070;border-radius:4rpx;margin:0 6rpx;font-size:0;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.dishu input{width:100%;height:30rpx;line-height:30rpx;padding:5rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;font-size:26rpx;color:#8c9198}.dibuliteml, 1 +.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.shaiselecttop{width:750rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;padding-top:10rpx;padding-bottom:10rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.shaiselect{display:inline-block;width:200rpx;height:64rpx;background:#0093ff;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;border-radius:30rpx}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}page{background:#f9f9f9}.headbox{background:#fff;height:100rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.topheadk{position:fixed;top:0;left:0;background:#fff;width:750rpx}.headboxleft{width:350rpx;height:100rpx;line-height:100rpx;text-align:center;color:#06121e;font-size:28rpx}.headactive{color:#0093ff;border-bottom:1rpx solid #0093ff}.hengping{width:144rpx;color:#0093ff;font-size:24rpx;border-bottom:1rpx solid #0093ff;margin:34rpx auto 0}.taizhangbox{width:700rpx;overflow-x:scroll;margin:28rpx;padding:0 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;margin-top:100rpx}.taizhangitem{color:#06121e;font-size:22rpx;margin-right:118rpx;font-weight:700}.shenjie{text-align:center;margin-top:5rpx;font-size:20rpx}.taiitem{color:#06121e;font-size:24rpx}.itemname{width:96rpx}.itemshu{width:150rpx;text-align:center;margin-left:85rpx}.songshen{width:200rpx;text-align:center;margin-left:40rpx}.shending{width:200rpx;text-align:center;margin-left:5rpx}.shenjian{width:200rpx;text-align:center;margin-left:10rpx}.shenlv{width:200rpx;text-align:center;margin-left:15rpx}.dibu{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;width:750rpx;height:104rpx;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;position:fixed;bottom:0;left:0}.dibuleft{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-right:72rpx}.dibulitemm{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.dishu{width:40rpx;height:30rpx;border:1rpx solid #707070;border-radius:4rpx;margin:0 6rpx;font-size:0;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.dishu input{width:100%;height:30rpx;line-height:30rpx;padding:5rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;font-size:26rpx;color:#8c9198}.dibuliteml,
2 .di, 2 .di,
3 .ye, 3 .ye,
4 .dibulitemx, 4 .dibulitemx,
1 -(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/songshenjine/songshenjine"],{2166:function(t,e,n){"use strict";n.r(e);var a=n("593d"),o=n.n(a);for(var i in a)"default"!==i&&function(t){n.d(e,t,(function(){return a[t]}))}(i);e["default"]=o.a},3235:function(t,e,n){},4808:function(t,e,n){"use strict";var a,o=function(){var t=this,e=t.$createElement;t._self._c},i=[];n.d(e,"b",(function(){return o})),n.d(e,"c",(function(){return i})),n.d(e,"a",(function(){return a}))},"4e90":function(t,e,n){"use strict";var a=n("d869"),o=n.n(a);o.a},"593d":function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n={onLaunch:function(){console.log("App Launch")},onShow:function(){console.log("App Show")},onHide:function(){console.log("App Hide")},post:function(e,n,a){var o=this,i=new Promise((function(i,r){var u=t.getStorageSync("token"),s={token:u||""};t.request({url:o.globalData.baseUrl+e,data:n,method:a,header:s,success:function(t){200==t.statusCode?i(t):r(t.data)},fail:function(t){console.log(t),r("网络出错"),wx.hideNavigationBarLoading()},complete:function(t){}})}));return i},globalData:{userInfo:null,baseUrl:"https://www.bjzha.net/api/"}};e.default=n}).call(this,n("543d")["default"])},"59df":function(t,e,n){"use strict";n.r(e);var a=n("2166");for(var o in a)"default"!==o&&function(t){n.d(e,t,(function(){return a[t]}))}(o);n("4e90");var i,r,u,s,c=n("f0c5"),l=Object(c["a"])(a["default"],i,r,!1,null,null,null,!1,u,s);e["default"]=l.exports},"5f59":function(t,e,n){"use strict";n.r(e);var a=n("f5c7"),o=n.n(a);for(var i in a)"default"!==i&&function(t){n.d(e,t,(function(){return a[t]}))}(i);e["default"]=o.a},6981:function(t,e,n){"use strict";var a=n("3235"),o=n.n(a);o.a},a7cf:function(t,e,n){"use strict";n.r(e);var a=n("4808"),o=n("5f59");for(var i in o)"default"!==i&&function(t){n.d(e,t,(function(){return o[t]}))}(i);n("6981");var r,u=n("f0c5"),s=Object(u["a"])(o["default"],a["b"],a["c"],!1,null,null,null,!1,a["a"],r);e["default"]=s.exports},a958:function(t,e,n){"use strict";(function(t){n("bdbd"),n("921b");a(n("66fd"));var e=a(n("a7cf"));function a(t){return t&&t.__esModule?t:{default:t}}t(e.default)}).call(this,n("543d")["createPage"])},d869:function(t,e,n){},f5c7:function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=i(n("59df")),o=i(n("b86c"));function i(t){return t&&t.__esModule?t:{default:t}}function r(t){if("undefined"===typeof Symbol||null==t[Symbol.iterator]){if(Array.isArray(t)||(t=u(t))){var e=0,n=function(){};return{s:n,n:function(){return e>=t.length?{done:!0}:{done:!1,value:t[e++]}},e:function(t){throw t},f:n}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var a,o,i=!0,r=!1;return{s:function(){a=t[Symbol.iterator]()},n:function(){var t=a.next();return i=t.done,t},e:function(t){r=!0,o=t},f:function(){try{i||null==a.return||a.return()}finally{if(r)throw o}}}}function u(t,e){if(t){if("string"===typeof t)return s(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(n):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?s(t,e):void 0}}function s(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,a=new Array(e);n<e;n++)a[n]=t[n];return a}var c={data:function(){return{selact:1,tizhangshow:!1,danweiindex:0,danweilist:[],projectlist:[],index:0,yeararr:[],danweiname:"评审类型",projectname:"项目类型",yearindex:-1,startdate:"开始时间",endate:"结束时间",danweilistz:[],danweiindexz:0,danweinamez:"咨询单位",toaudit:"",fintorg:"",fprojectcategory:"",submitdateone:"",submitdatetwo:"",sendyear:"",huizonglist:[],type:"",huizong:!0,fid:""}},onLoad:function(t){this.type=t.type;var e=new Date,n=e.getFullYear();console.log(n);for(var a=n-19,o=a;o<=n;o++)this.yeararr.push(o);this.getpingtype(),this.getprojectkind(),this.getzixundanwei(),this.getfenhuilist()},methods:{reset:function(){this.danweiname="评审类型",this.projectname="项目类型",this.yearindex=-1,this.startdate="开始时间",this.endate="结束时间",this.toaudit="",this.fprojectcategory="",this.sendyear="",this.submitdateone="",this.submitdatetwo=""},onNavigationBarButtonTap:function(){this.tizhangshow=!this.tizhangshow},yearchange:function(t){this.yearindex=t.target.value,this.sendyear=this.yeararr[t.target.value]},bindDateChange:function(t){this.startdate=t.target.value,this.submitdateone=t.target.value},endDateChange:function(t){this.endate=t.target.value,this.submitdatetwo=t.target.value},fenhui:function(t){console.log(t);var e=t.currentTarget.dataset.id;console.log(e),this.selact=e},screenheng:function(){console.log(999)},getzixundanwei:function(){var t=this;console.log(9988776655);var e="project/Get_IntermediaryOrg";a.default.post(e,"","get").then((function(e){console.log(e),t.danweilistz=e.data})).catch((function(t){console.log(t)}))},danweichangez:function(t){console.log("picker发送选择改变,携带值为",t),console.log("998877654",this.danweilistz),console.log("09988776545",this.danweilistz[t.target.value].fname),this.danweiindexz=t.target.value,this.fintorg=this.danweilistz[t.target.value].fname,this.danweinamez=this.danweilistz[t.target.value].fname},getpingtype:function(){var t=this;console.log(9988776655);var e="project/Get_ToAuditType";a.default.post(e,"","get").then((function(e){console.log(e),t.danweilist=e.data})).catch((function(t){console.log(t)}))},danweichange:function(t){console.log("picker发送选择改变,携带值为",t.target.value),this.danweiindex=t.target.value,this.toaudit=this.danweilist[t.target.value].fname,this.danweiname=this.danweilist[t.target.value].fname},getprojectkind:function(){var t=this,e="project/Get_ProjectType";a.default.post(e,"","get").then((function(e){console.log(e),t.projectlist=e.data,console.log(t.projectlist)})).catch((function(t){console.log(t)}))},bindPickerChange:function(t){console.log("picker发送选择改变,携带值为",t.target.value),this.index=t.target.value,this.fprojectcategory=this.projectlist[t.target.value].fname,this.projectname=this.projectlist[t.target.value].fname},getfenhuilist:function(){var t=this,e=this;console.log(9988776655);var n="project/Get_AuditamtcategOrySum",i={toaudit:e.toaudit,fprojectcategory:e.fprojectcategory,sendyear:e.sendyear,submitdateone:e.submitdateone,submitdatetwo:e.submitdatetwo};console.log(i),a.default.post(n,i,"get").then((function(n){console.log(n),e.huizonglist=n.data;var a,i=e.huizonglist,u=r(i);try{for(u.s();!(a=u.n()).done;){var s=a.value;s.auduitsum=o.default.change(s.auduitsum),s.amountsum=o.default.change(s.amountsum),s.freesum=o.default.change(s.freesum)}}catch(c){u.e(c)}finally{u.f()}t.huizonglist=i})).catch((function(t){console.log(t)}))},detail:function(e){this.fid=e.target.dataset.id,t.navigateTo({url:"../songshenjinedetail/songshenjinedetail?fid="+this.fid})},getdetail:function(){var t=this;console.log(9988776655);var e="project/Get_AuditamtcategOry",n={fid:t.fid,toaudit:t.toaudit,fprojectcategory:t.fprojectcategory,sendyear:t.sendyear,submitdateone:t.submitdateone,submitdatetwo:t.submitdatetwo};console.log(n),a.default.post(e,n,"get").then((function(e){console.log(e),t.huizonglist=e.data})).catch((function(t){console.log(t)}))},search:function(){this.getfenhuilist(),this.tizhangshow=!1},searchdetail:function(){this.getdetail(),this.tizhangshow=!1}}};e.default=c}).call(this,n("543d")["default"])}},[["a958","common/runtime","common/vendor"]]]);  
  1 +(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/songshenjine/songshenjine"],{2166:function(t,e,n){"use strict";n.r(e);var a=n("593d"),o=n.n(a);for(var i in a)"default"!==i&&function(t){n.d(e,t,(function(){return a[t]}))}(i);e["default"]=o.a},3235:function(t,e,n){},3336:function(t,e,n){"use strict";var a,o=function(){var t=this,e=t.$createElement;t._self._c},i=[];n.d(e,"b",(function(){return o})),n.d(e,"c",(function(){return i})),n.d(e,"a",(function(){return a}))},"4e90":function(t,e,n){"use strict";var a=n("d869"),o=n.n(a);o.a},"593d":function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n={onLaunch:function(){console.log("App Launch")},onShow:function(){console.log("App Show")},onHide:function(){console.log("App Hide")},post:function(e,n,a){var o=this,i=new Promise((function(i,r){var s=t.getStorageSync("token"),u={token:s||""};t.request({url:o.globalData.baseUrl+e,data:n,method:a,header:u,success:function(t){200==t.statusCode?i(t):r(t.data)},fail:function(t){console.log(t),r("网络出错"),wx.hideNavigationBarLoading()},complete:function(t){}})}));return i},globalData:{userInfo:null,baseUrl:"https://www.bjzha.net/api/"}};e.default=n}).call(this,n("543d")["default"])},"59df":function(t,e,n){"use strict";n.r(e);var a=n("2166");for(var o in a)"default"!==o&&function(t){n.d(e,t,(function(){return a[t]}))}(o);n("4e90");var i,r,s,u,c=n("f0c5"),l=Object(c["a"])(a["default"],i,r,!1,null,null,null,!1,s,u);e["default"]=l.exports},"5f59":function(t,e,n){"use strict";n.r(e);var a=n("f5c7"),o=n.n(a);for(var i in a)"default"!==i&&function(t){n.d(e,t,(function(){return a[t]}))}(i);e["default"]=o.a},6981:function(t,e,n){"use strict";var a=n("3235"),o=n.n(a);o.a},a7cf:function(t,e,n){"use strict";n.r(e);var a=n("3336"),o=n("5f59");for(var i in o)"default"!==i&&function(t){n.d(e,t,(function(){return o[t]}))}(i);n("6981");var r,s=n("f0c5"),u=Object(s["a"])(o["default"],a["b"],a["c"],!1,null,null,null,!1,a["a"],r);e["default"]=u.exports},a958:function(t,e,n){"use strict";(function(t){n("bdbd"),n("921b");a(n("66fd"));var e=a(n("a7cf"));function a(t){return t&&t.__esModule?t:{default:t}}t(e.default)}).call(this,n("543d")["createPage"])},d869:function(t,e,n){},f5c7:function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=i(n("59df")),o=i(n("b86c"));function i(t){return t&&t.__esModule?t:{default:t}}function r(t){if("undefined"===typeof Symbol||null==t[Symbol.iterator]){if(Array.isArray(t)||(t=s(t))){var e=0,n=function(){};return{s:n,n:function(){return e>=t.length?{done:!0}:{done:!1,value:t[e++]}},e:function(t){throw t},f:n}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var a,o,i=!0,r=!1;return{s:function(){a=t[Symbol.iterator]()},n:function(){var t=a.next();return i=t.done,t},e:function(t){r=!0,o=t},f:function(){try{i||null==a.return||a.return()}finally{if(r)throw o}}}}function s(t,e){if(t){if("string"===typeof t)return u(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(n):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?u(t,e):void 0}}function u(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,a=new Array(e);n<e;n++)a[n]=t[n];return a}var c={data:function(){return{selact:1,tizhangshow:!1,danweiindex:0,danweilist:[],projectlist:[],index:0,yeararr:[],danweiname:"评审类型",projectname:"项目类型",yearindex:-1,startdate:"开始时间",endate:"结束时间",danweilistz:[],danweiindexz:0,danweinamez:"咨询单位",toaudit:"",fintorg:"",fprojectcategory:"",submitdateone:"",submitdatetwo:"",sendyear:"",huizonglist:[],type:"",huizong:!0,fid:"",stationname:"请选择主管部门",stationindex:0,document:"",stationlist:[],yearname:"请选择年度"}},computed:{startDate:function(){return this.getDate("start")},endDate:function(){return this.getDate("end")}},onLoad:function(t){this.type=t.type;var e=new Date,n=e.getFullYear();console.log(n);for(var a=n-19,o=a;o<=n;o++)this.yeararr.push(o);this.getpingtype(),this.getprojectkind(),this.getzixundanwei(),this.getfenhuilist(),this.getzhugaunlist()},methods:{hide:function(){this.tizhangshow=!1},hidek:function(){},getDate:function(t){var e=new Date,n=e.getFullYear(),a=e.getMonth()+1,o=e.getDate();return"start"===t?n-=60:"end"===t&&(n+=2),a=a>9?a:"0"+a,o=o>9?o:"0"+o,"".concat(n,"-").concat(a,"-").concat(o)},getzhugaunlist:function(){var t=this;console.log(9988776655);var e="project/Get_ComDepartment";a.default.post(e,"","get").then((function(e){console.log(e),t.stationlist=e.data})).catch((function(t){console.log(t)}))},bindstationrChange:function(t){console.log("picker发送选择改变,携带值为",t.target.value),this.stationindex=t.target.value,this.stationname=this.stationlist[t.target.value].fname,this.document=this.stationlist[t.target.value].fid},reset:function(){this.danweiname="评审类型",this.projectname="项目类型",this.yearindex=-1,this.startdate="开始时间",this.endate="结束时间",this.toaudit="",this.fprojectcategory="",this.sendyear="",this.submitdateone="",this.submitdatetwo="",this.stationname="请选择主管部门",this.document=""},shai:function(){this.tizhangshow=!this.tizhangshow},yearchange:function(t){this.yearindex=t.target.value,this.sendyear=this.yeararr[t.target.value],this.yearname=this.yeararr[t.target.value]},bindDateChange:function(t){this.startdate=t.target.value,this.submitdateone=t.target.value},endDateChange:function(t){this.endate=t.target.value,this.submitdatetwo=t.target.value},fenhui:function(t){console.log(t);var e=t.currentTarget.dataset.id;console.log(e),this.selact=e},screenheng:function(){console.log(999)},getzixundanwei:function(){var t=this;console.log(9988776655);var e="project/Get_IntermediaryOrg";a.default.post(e,"","get").then((function(e){console.log(e),t.danweilistz=e.data})).catch((function(t){console.log(t)}))},danweichangez:function(t){console.log("picker发送选择改变,携带值为",t),console.log("998877654",this.danweilistz),console.log("09988776545",this.danweilistz[t.target.value].fname),this.danweiindexz=t.target.value,this.fintorg=this.danweilistz[t.target.value].fname,this.danweinamez=this.danweilistz[t.target.value].fname},getpingtype:function(){var t=this;console.log(9988776655);var e="project/Get_ToAuditType";a.default.post(e,"","get").then((function(e){console.log(e),t.danweilist=e.data})).catch((function(t){console.log(t)}))},danweichange:function(t){console.log("picker发送选择改变,携带值为",t.target.value),this.danweiindex=t.target.value,this.toaudit=this.danweilist[t.target.value].fname,this.danweiname=this.danweilist[t.target.value].fname},getprojectkind:function(){var t=this,e="project/Get_ProjectType";a.default.post(e,"","get").then((function(e){console.log(e),t.projectlist=e.data,console.log(t.projectlist)})).catch((function(t){console.log(t)}))},bindPickerChange:function(t){console.log("picker发送选择改变,携带值为",t.target.value),this.index=t.target.value,this.fprojectcategory=this.projectlist[t.target.value].fname,this.projectname=this.projectlist[t.target.value].fname},getfenhuilist:function(){var t=this,e=this;console.log(9988776655);var n="project/Get_AuditamtcategOrySum",i={toaudit:e.toaudit,fprojectcategory:e.fprojectcategory,sendyear:e.sendyear,submitdateone:e.submitdateone,submitdatetwo:e.submitdatetwo,document:e.document};console.log(i),a.default.post(n,i,"get").then((function(n){console.log(n),e.huizonglist=n.data;var a,i=e.huizonglist,s=r(i);try{for(s.s();!(a=s.n()).done;){var u=a.value;u.auduitsum=o.default.change(u.auduitsum),u.amountsum=o.default.change(u.amountsum),u.freesum=o.default.change(u.freesum)}}catch(c){s.e(c)}finally{s.f()}t.huizonglist=i})).catch((function(t){console.log(t)}))},detail:function(e){this.fid=e.target.dataset.id,t.navigateTo({url:"../songshenjinedetail/songshenjinedetail?fid="+this.fid})},getdetail:function(){var t=this;console.log(9988776655);var e="project/Get_AuditamtcategOry",n={fid:t.fid,toaudit:t.toaudit,fprojectcategory:t.fprojectcategory,sendyear:t.sendyear,submitdateone:t.submitdateone,submitdatetwo:t.submitdatetwo};console.log(n),a.default.post(e,n,"get").then((function(e){console.log(e),t.huizonglist=e.data})).catch((function(t){console.log(t)}))},search:function(){this.getfenhuilist(),this.tizhangshow=!1},searchdetail:function(){this.getdetail(),this.tizhangshow=!1}}};e.default=c}).call(this,n("543d")["default"])}},[["a958","common/runtime","common/vendor"]]]);
1 -<view class="box"><block wx:if="{{huizonglist.length==1}}"><view class="nodata">暂无数据</view></block><block wx:else><block><block wx:if="{{huizong}}"><view class="taizhangbox"><view class="taizhanghead"><view class="taizhangitem">送审金额区间</view><view class="taizhangitem"><view class="shunum">项目数量</view><view class="shenjie">(已审结)</view></view><view class="taizhangitem">总送审额</view><view class="taizhangitem">总审定额</view><view class="taizhangitem">总审减额</view><view class="taizhangitem">综合审减率</view><view class="taizhangitem">操作</view></view><view class="taizhanglist"><block wx:for="{{huizonglist}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="taizhangflistitem"><view class="taiitem itemname">{{item.finterval+''}}</view><view class="taiitem itemshu">{{item.prjnum}}</view><view class="taiitem songshen">{{item.auduitsum}}</view><view class="taiitem shending">{{item.amountsum}}</view><view class="taiitem shenjian">{{item.freesum}}</view><view class="taiitem shenlv">{{item.freerate}}</view><view class="taiitem detailname" data-id="{{item.fid}}" data-event-opts="{{[['tap',[['detail',['$event']]]]]}}" bindtap="__e">详情</view></view></block></view></view></block><block wx:else><view class="taizhangbox"><view class="taizhanghead taizhangheadde"><view class="taizhangitem">项目编号</view><view class="taizhangitem">项目名称</view><view class="taizhangitem">送审金额</view><view class="taizhangitem">评审类型</view><view class="taizhangitem">送审单位</view><view class="taizhangitem">项目类型</view><view class="taizhangitem">送审时间</view><view class="taizhangitem">审定金额</view><view class="taizhangitem">审减率</view><view class="taizhangitem">审减金额</view><view class="taizhangitem">咨询单位</view><view class="taizhangitem">送审年度</view><view class="taizhangitem">咨询单位项目审核负责人</view></view><view class="taizhanglist"><block wx:for="{{huizonglist}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="taizhangflistitem taizhangflistitemde"><view class="taiitem itemname">{{item.fprjnumber+''}}</view><view class="taiitem itemshu">{{item.fprjname}}</view><view class="taiitem songshen">{{item.ftoauditamt}}</view><view class="taiitem shending">{{item.freviewtype}}</view><view class="taiitem shenjian">{{item.fdevorgid}}</view><view class="taiitem shenlv">{{item.fprojecttype}}</view><view class="taiitem itemname">{{item.fsubmitfindate+''}}</view><view class="taiitem itemshu">{{item.fauditamount}}</view><view class="taiitem songshen">{{item.fauditratio}}</view><view class="taiitem shending">{{item.fshenjianmoney}}</view><view class="taiitem shenjian">{{item.flordintorgid}}</view><view class="taiitem shenlv">{{item.fyear}}</view><view class="taiitem shenlvde">{{item.fauditledername}}</view></view></block></view></view></block></block></block><block wx:if="{{tizhangshow}}"><view class="register"><view class="taizhangwrap xiangmuzi"><view class="wrapbox"><view class="wrapitem"><view class="wrapitemleft">项目类型</view><picker value="{{index}}" range="{{projectlist}}" range-key="fname" data-event-opts="{{[['change',[['bindPickerChange',['$event']]]]]}}" bindchange="__e"><view class="wrapitemright"><view class="uni-input projectname">{{projectname}}</view></view></picker></view><view class="wrapitem"><view class="wrapitemleft">评审类型</view><picker value="{{danweiindex}}" range="{{danweilist}}" range-key="fname" data-event-opts="{{[['change',[['danweichange',['$event']]]]]}}" bindchange="__e"><view class="wrapitemright"><view class="uni-input projectname">{{danweiname}}</view></view></picker></view><view class="wrapitem"><view class="wrapitemleft">年度</view><picker value="{{yearindex}}" range="{{yeararr}}" data-event-opts="{{[['change',[['yearchange',['$event']]]]]}}" bindchange="__e"><view class="wrapitemright"><view class="nianduleft"><view class="uni-input projectname">{{yeararr[yearindex]}}</view></view><view class="nianduright"><image src="../../static/img/number.png" mode></image></view></view></picker></view><view class="wrapitem"><view class="wrapitemleft">时间</view><view class="time"><picker mode="date" value="{{date}}" start="{{startDate}}" end="{{endDate}}" data-event-opts="{{[['change',[['bindDateChange',['$event']]]]]}}" bindchange="__e"><view class="timeleft">{{''+startdate+''}}</view></picker><view class="timemiddle"></view><picker mode="date" value="{{date}}" start="{{startDate}}" end="{{endDate}}" data-event-opts="{{[['change',[['endDateChange',['$event']]]]]}}" bindchange="__e"><view class="timeleft">{{''+endate+''}}</view></picker></view></view></view><view class="zibot"><view data-event-opts="{{[['tap',[['reset',['$event']]]]]}}" class="reset" bindtap="__e">重置</view><block wx:if="{{huizong}}"><view data-event-opts="{{[['tap',[['search',['$event']]]]]}}" class="chaxun" bindtap="__e">查询</view></block><block wx:else><view data-event-opts="{{[['tap',[['searchdetail',['$event']]]]]}}" class="chaxun" bindtap="__e">查询</view></block></view></view></view></block></view>  
  1 +<view class="box"><view class="topheadk"><view class="shaiselecttop"><view data-event-opts="{{[['tap',[['shai',['$event']]]]]}}" class="shaiselect" bindtap="__e">筛选</view></view></view><block wx:if="{{huizonglist.length==1}}"><view class="nodata">暂无数据</view></block><block wx:else><block><block wx:if="{{huizong}}"><view class="taizhangbox"><view class="taizhanghead"><view class="taizhangitem">送审金额区间</view><view class="taizhangitem"><view class="shunum">项目数量</view><view class="shenjie">(已审结)</view></view><view class="taizhangitem">总送审额</view><view class="taizhangitem">总审定额</view><view class="taizhangitem">总审减额</view><view class="taizhangitem">综合审减率</view><view class="taizhangitem">操作</view></view><view class="taizhanglist"><block wx:for="{{huizonglist}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="taizhangflistitem"><view class="taiitem itemname">{{item.finterval+''}}</view><view class="taiitem itemshu">{{item.prjnum}}</view><view class="taiitem songshen">{{item.auduitsum}}</view><view class="taiitem shending">{{item.amountsum}}</view><view class="taiitem shenjian">{{item.freesum}}</view><view class="taiitem shenlv">{{item.freerate}}</view><view class="taiitem detailname" data-id="{{item.fid}}" data-event-opts="{{[['tap',[['detail',['$event']]]]]}}" bindtap="__e">详情</view></view></block></view></view></block><block wx:else><view class="taizhangbox"><view class="taizhanghead taizhangheadde"><view class="taizhangitem">项目编号</view><view class="taizhangitem">项目名称</view><view class="taizhangitem">送审金额</view><view class="taizhangitem">评审类型</view><view class="taizhangitem">送审单位</view><view class="taizhangitem">项目类型</view><view class="taizhangitem">送审时间</view><view class="taizhangitem">审定金额</view><view class="taizhangitem">审减率</view><view class="taizhangitem">审减金额</view><view class="taizhangitem">咨询单位</view><view class="taizhangitem">送审年度</view><view class="taizhangitem">咨询单位项目审核负责人</view></view><view class="taizhanglist"><block wx:for="{{huizonglist}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="taizhangflistitem taizhangflistitemde"><view class="taiitem itemname">{{item.fprjnumber+''}}</view><view class="taiitem itemshu">{{item.fprjname}}</view><view class="taiitem songshen">{{item.ftoauditamt}}</view><view class="taiitem shending">{{item.freviewtype}}</view><view class="taiitem shenjian">{{item.fdevorgid}}</view><view class="taiitem shenlv">{{item.fprojecttype}}</view><view class="taiitem itemname">{{item.fsubmitfindate+''}}</view><view class="taiitem itemshu">{{item.fauditamount}}</view><view class="taiitem songshen">{{item.fauditratio}}</view><view class="taiitem shending">{{item.fshenjianmoney}}</view><view class="taiitem shenjian">{{item.flordintorgid}}</view><view class="taiitem shenlv">{{item.fyear}}</view><view class="taiitem shenlvde">{{item.fauditledername}}</view></view></block></view></view></block></block></block><block wx:if="{{tizhangshow}}"><view data-event-opts="{{[['tap',[['hide',['$event']]]]]}}" class="register" bindtap="__e"><view data-event-opts="{{[['tap',[['hidek',['$event']]]]]}}" class="taizhangwrap xiangmuzi" catchtap="__e"><view class="wrapbox"><view class="wrapitem"><view class="wrapitemleft">项目类型</view><picker value="{{index}}" range="{{projectlist}}" range-key="fname" data-event-opts="{{[['change',[['bindPickerChange',['$event']]]]]}}" bindchange="__e"><view class="wrapitemright"><view class="uni-input projectname">{{projectname}}</view></view></picker></view><view class="wrapitem"><view class="wrapitemleft">主管部门</view><picker value="{{stationindex}}" range="{{stationlist}}" range-key="fname" data-event-opts="{{[['change',[['bindstationrChange',['$event']]]]]}}" bindchange="__e"><view class="wrapitemright"><view class="uni-input projectname">{{stationname}}</view></view></picker></view><view class="wrapitem"><view class="wrapitemleft">评审类型</view><picker value="{{danweiindex}}" range="{{danweilist}}" range-key="fname" data-event-opts="{{[['change',[['danweichange',['$event']]]]]}}" bindchange="__e"><view class="wrapitemright"><view class="uni-input projectname">{{danweiname}}</view></view></picker></view><view class="wrapitem"><view class="wrapitemleft">年度</view><picker value="{{yearindex}}" range="{{yeararr}}" data-event-opts="{{[['change',[['yearchange',['$event']]]]]}}" bindchange="__e"><view class="wrapitemright"><view class="nianduleft"><view class="uni-input projectname">{{yearname}}</view></view><view class="nianduright"><image src="../../static/img/number.png" mode></image></view></view></picker></view><view class="wrapitem"><view class="wrapitemleft">时间</view><view class="time"><picker mode="date" value="{{date}}" start="{{startDate}}" end="{{endDate}}" data-event-opts="{{[['change',[['bindDateChange',['$event']]]]]}}" bindchange="__e"><view class="timeleft">{{''+startdate+''}}</view></picker><view class="timemiddle"></view><picker mode="date" value="{{date}}" start="{{startDate}}" end="{{endDate}}" data-event-opts="{{[['change',[['endDateChange',['$event']]]]]}}" bindchange="__e"><view class="timeleft">{{''+endate+''}}</view></picker></view></view></view><view class="zibot"><view data-event-opts="{{[['tap',[['reset',['$event']]]]]}}" class="reset" bindtap="__e">重置</view><block wx:if="{{huizong}}"><view data-event-opts="{{[['tap',[['search',['$event']]]]]}}" class="chaxun" bindtap="__e">查询</view></block><block wx:else><view data-event-opts="{{[['tap',[['searchdetail',['$event']]]]]}}" class="chaxun" bindtap="__e">查询</view></block></view></view></view></block></view>
1 -.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}page{background:#f9f9f9}.headbox{background:#fff;height:100rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.headboxleft{width:350rpx;height:100rpx;line-height:100rpx;text-align:center;color:#06121e;font-size:28rpx}.headactive{color:#0093ff;border-bottom:1rpx solid #0093ff}.hengping{width:144rpx;color:#0093ff;font-size:24rpx;border-bottom:1rpx solid #0093ff;margin:34rpx auto 0}.taizhangbox{width:700rpx;overflow-x:scroll;margin:28rpx;padding:0 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff}.taizhanghead{width:1500rpx;overflow-x:scroll;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:16rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #bdc4ce}.taizhangitem{color:#06121e;font-size:22rpx;margin-right:118rpx;font-weight:700}.shenjie{text-align:center;margin-top:5rpx;font-size:20rpx}.taizhangflistitem{width:1500rpx;overflow-x:scroll;padding:18rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;border-bottom:1rpx solid #bdc4ce}.taiitem{color:#06121e;font-size:24rpx}.itemname{width:96rpx}.itemshu{width:150rpx;text-align:center;margin-left:112rpx}.songshen{width:200rpx;text-align:center;margin-left:30rpx}.shending{width:200rpx;text-align:center;margin-left:5rpx}.shenjian{width:200rpx;text-align:center;margin-left:10rpx}.shenlv{width:200rpx;text-align:center;margin-left:15rpx}.dibu{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;width:750rpx;height:104rpx;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;position:fixed;bottom:0;left:0}.dibuleft{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-right:72rpx}.dibulitemm{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.dishu{width:40rpx;height:30rpx;border:1rpx solid #707070;border-radius:4rpx;margin:0 6rpx;font-size:0;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.dishu input{width:100%;height:30rpx;line-height:30rpx;padding:5rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;font-size:26rpx;color:#8c9198}.dibuliteml, 1 +.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.shaiselecttop{width:750rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;padding-top:10rpx;padding-bottom:10rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.shaiselect{display:inline-block;width:200rpx;height:64rpx;background:#0093ff;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;border-radius:30rpx}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}page{background:#f9f9f9}.topheadk{position:fixed;top:0;left:0;background:#fff;width:750rpx}.headbox{background:#fff;height:100rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.headboxleft{width:350rpx;height:100rpx;line-height:100rpx;text-align:center;color:#06121e;font-size:28rpx}.headactive{color:#0093ff;border-bottom:1rpx solid #0093ff}.hengping{width:144rpx;color:#0093ff;font-size:24rpx;border-bottom:1rpx solid #0093ff;margin:34rpx auto 0}.taizhangbox{width:700rpx;overflow-x:scroll;margin:28rpx;padding:0 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;margin-top:100rpx}.taizhanghead{width:1500rpx;overflow-x:scroll;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:16rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #bdc4ce}.taizhangitem{color:#06121e;font-size:22rpx;margin-right:118rpx;font-weight:700}.shenjie{text-align:center;margin-top:5rpx;font-size:20rpx}.taizhangflistitem{width:1500rpx;overflow-x:scroll;padding:18rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;border-bottom:1rpx solid #bdc4ce}.taiitem{color:#06121e;font-size:24rpx}.itemname{width:96rpx}.itemshu{width:150rpx;text-align:center;margin-left:112rpx}.songshen{width:200rpx;text-align:center;margin-left:30rpx}.shending{width:200rpx;text-align:center;margin-left:5rpx}.shenjian{width:200rpx;text-align:center;margin-left:10rpx}.shenlv{width:200rpx;text-align:center;margin-left:15rpx}.dibu{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;width:750rpx;height:104rpx;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;position:fixed;bottom:0;left:0}.dibuleft{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-right:72rpx}.dibulitemm{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.dishu{width:40rpx;height:30rpx;border:1rpx solid #707070;border-radius:4rpx;margin:0 6rpx;font-size:0;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.dishu input{width:100%;height:30rpx;line-height:30rpx;padding:5rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;font-size:26rpx;color:#8c9198}.dibuliteml,
2 .di, 2 .di,
3 .ye, 3 .ye,
4 .dibulitemx, 4 .dibulitemx,
1 -.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}page{background:#f9f9f9}.headbox{background:#fff;height:100rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.headboxleft{width:350rpx;height:100rpx;line-height:100rpx;text-align:center;color:#06121e;font-size:28rpx}.headactive{color:#0093ff;border-bottom:1rpx solid #0093ff}.hengping{width:144rpx;color:#0093ff;font-size:24rpx;border-bottom:1rpx solid #0093ff;margin:34rpx auto 0}.taizhangbox{width:700rpx;overflow-x:scroll;margin:28rpx;padding:0 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff}.taizhanghead{width:1500rpx;overflow-x:scroll;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:16rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #bdc4ce}.taizhangitem{color:#06121e;font-size:22rpx;margin-right:118rpx;font-weight:700}.shenjie{text-align:center;margin-top:5rpx;font-size:20rpx}.taizhangflistitem{width:1500rpx;overflow-x:scroll;padding:18rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;border-bottom:1rpx solid #bdc4ce}.taiitem{color:#06121e;font-size:24rpx}.itemname{width:96rpx}.itemshu{width:150rpx;text-align:center;margin-left:72rpx}.songshen{width:200rpx;text-align:center;margin-left:30rpx}.shending{width:200rpx;text-align:center;margin-left:5rpx}.shenjian{width:200rpx;text-align:center;margin-left:10rpx}.shenlv{width:200rpx;text-align:center;margin-left:15rpx}.dibu{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;width:750rpx;height:104rpx;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;position:fixed;bottom:0;left:0}.dibuleft{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-right:72rpx}.dibulitemm{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.dishu{width:40rpx;height:30rpx;border:1rpx solid #707070;border-radius:4rpx;margin:0 6rpx;font-size:0;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.dishu input{width:100%;height:30rpx;line-height:30rpx;padding:5rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;font-size:26rpx;color:#8c9198}.dibuliteml, 1 +.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.shaiselecttop{width:750rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;padding-top:10rpx;padding-bottom:10rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.shaiselect{display:inline-block;width:200rpx;height:64rpx;background:#0093ff;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;border-radius:30rpx}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}page{background:#f9f9f9}.headbox{background:#fff;height:100rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.headboxleft{width:350rpx;height:100rpx;line-height:100rpx;text-align:center;color:#06121e;font-size:28rpx}.headactive{color:#0093ff;border-bottom:1rpx solid #0093ff}.hengping{width:144rpx;color:#0093ff;font-size:24rpx;border-bottom:1rpx solid #0093ff;margin:34rpx auto 0}.taizhangbox{width:700rpx;overflow-x:scroll;margin:28rpx;padding:0 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff}.taizhanghead{width:1500rpx;overflow-x:scroll;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:16rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #bdc4ce}.taizhangitem{color:#06121e;font-size:22rpx;margin-right:118rpx;font-weight:700}.shenjie{text-align:center;margin-top:5rpx;font-size:20rpx}.taizhangflistitem{width:1500rpx;overflow-x:scroll;padding:18rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;border-bottom:1rpx solid #bdc4ce}.taiitem{color:#06121e;font-size:24rpx}.itemname{width:96rpx}.itemshu{width:150rpx;text-align:center;margin-left:72rpx}.songshen{width:200rpx;text-align:center;margin-left:30rpx}.shending{width:200rpx;text-align:center;margin-left:5rpx}.shenjian{width:200rpx;text-align:center;margin-left:10rpx}.shenlv{width:200rpx;text-align:center;margin-left:15rpx}.dibu{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;width:750rpx;height:104rpx;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;position:fixed;bottom:0;left:0}.dibuleft{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-right:72rpx}.dibulitemm{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.dishu{width:40rpx;height:30rpx;border:1rpx solid #707070;border-radius:4rpx;margin:0 6rpx;font-size:0;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.dishu input{width:100%;height:30rpx;line-height:30rpx;padding:5rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;font-size:26rpx;color:#8c9198}.dibuliteml,
2 .di, 2 .di,
3 .ye, 3 .ye,
4 .dibulitemx, 4 .dibulitemx,
1 -(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/taizhang/taizhang"],{2166:function(n,a,t){"use strict";t.r(a);var u=t("593d"),e=t.n(u);for(var i in u)"default"!==i&&function(n){t.d(a,n,(function(){return u[n]}))}(i);a["default"]=e.a},"4e90":function(n,a,t){"use strict";var u=t("d869"),e=t.n(u);e.a},"593d":function(n,a,t){"use strict";(function(n){Object.defineProperty(a,"__esModule",{value:!0}),a.default=void 0;var t={onLaunch:function(){console.log("App Launch")},onShow:function(){console.log("App Show")},onHide:function(){console.log("App Hide")},post:function(a,t,u){var e=this,i=new Promise((function(i,o){var c=n.getStorageSync("token"),r={token:c||""};n.request({url:e.globalData.baseUrl+a,data:t,method:u,header:r,success:function(n){200==n.statusCode?i(n):o(n.data)},fail:function(n){console.log(n),o("网络出错"),wx.hideNavigationBarLoading()},complete:function(n){}})}));return i},globalData:{userInfo:null,baseUrl:"https://www.bjzha.net/api/"}};a.default=t}).call(this,t("543d")["default"])},"59df":function(n,a,t){"use strict";t.r(a);var u=t("2166");for(var e in u)"default"!==e&&function(n){t.d(a,n,(function(){return u[n]}))}(e);t("4e90");var i,o,c,r,l=t("f0c5"),f=Object(l["a"])(u["default"],i,o,!1,null,null,null,!1,c,r);a["default"]=f.exports},"63dd":function(n,a,t){},"6c16":function(n,a,t){"use strict";(function(n){Object.defineProperty(a,"__esModule",{value:!0}),a.default=void 0;var u=e(t("59df"));function e(n){return n&&n.__esModule?n:{default:n}}var i={data:function(){return{showhide:[]}},onLoad:function(){this.showhideproject()},methods:{examine:function(a){var t=a.currentTarget.dataset.id;n.navigateTo({url:"/pages/budgetshenhe/budgetshenhe?type="+t})},showhideproject:function(){var a=this;console.log(9988776655);var t="project/Get_Menuhiding",e={fuserid:n.getStorageSync("userid"),role:n.getStorageSync("role")};console.log("8877665544",e),u.default.post(t,e,"get").then((function(t){console.log(t),a.showhide=t.data,n.setStorageSync("showhide",t.data),console.log(a.showhide)})).catch((function(n){console.log(n)}))},xiangmufen:function(){n.navigateTo({url:"../zixunfen/zixunfen"})},danweifen:function(){n.navigateTo({url:"../danweizixun/danweizixun"})},zhuanjiafen:function(){n.navigateTo({url:"../zhuanjiafenpei/zhuanjiafenpei"})},progressproject:function(){n.navigateTo({url:"../guocheng/guocheng"})},xiangmutai:function(){n.navigateTo({url:"../xiangmutaizhang/xiangmutaizhang"})},yusuan:function(a){console.log(a),n.navigateTo({url:"../yusuantaizhang/yusuantaizhang?type=1"})},jiesuan:function(){n.navigateTo({url:"../yusuantaizhang/yusuantaizhang?type=2"})},juesuan:function(){n.navigateTo({url:"../yusuantaizhang/yusuantaizhang?type=3"})},land:function(){n.navigateTo({url:"../yusuantaizhang/yusuantaizhang?type=4"})},zhuguan:function(){n.navigateTo({url:"../zhuguantaizhang/zhugauntaizhang?type=5"})},xiangmuzu:function(){n.navigateTo({url:"../xiangmuzutaizhang/xiangmuzutaizhang"})},zixundanei:function(){n.navigateTo({url:"../zixundanweihuizong/zixundanweihuizong"})},shenjian:function(){n.navigateTo({url:"../shenjianhuizong/shenjianhuizong?type=1"})},songshen:function(){n.navigateTo({url:"../songshenjine/songshenjine?type=2"})},leixing:function(){n.navigateTo({url:"../xiangmuleixinghui/xiangmuleixinghui"})},zhuanjia:function(){n.navigateTo({url:"../zhuanjiahui/zhuanjiahui"})},qushi:function(){n.navigateTo({url:"../tubiao/tubiao"})},tuichulogin:function(){n.navigateTo({url:"../index/index"})},gocenter:function(){n.navigateTo({url:"../daiban/daiban"})}}};a.default=i}).call(this,t("543d")["default"])},"79ce":function(n,a,t){"use strict";t.r(a);var u=t("6c16"),e=t.n(u);for(var i in u)"default"!==i&&function(n){t.d(a,n,(function(){return u[n]}))}(i);a["default"]=e.a},a674:function(n,a,t){"use strict";(function(n){t("bdbd"),t("921b");u(t("66fd"));var a=u(t("c681"));function u(n){return n&&n.__esModule?n:{default:n}}n(a.default)}).call(this,t("543d")["createPage"])},bb6e:function(n,a,t){"use strict";var u=t("63dd"),e=t.n(u);e.a},c681:function(n,a,t){"use strict";t.r(a);var u=t("f50b"),e=t("79ce");for(var i in e)"default"!==i&&function(n){t.d(a,n,(function(){return e[n]}))}(i);t("bb6e");var o,c=t("f0c5"),r=Object(c["a"])(e["default"],u["b"],u["c"],!1,null,null,null,!1,u["a"],o);a["default"]=r.exports},d869:function(n,a,t){},f50b:function(n,a,t){"use strict";var u,e=function(){var n=this,a=n.$createElement;n._self._c},i=[];t.d(a,"b",(function(){return e})),t.d(a,"c",(function(){return i})),t.d(a,"a",(function(){return u}))}},[["a674","common/runtime","common/vendor"]]]);  
  1 +(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/taizhang/taizhang"],{1607:function(n,t,e){"use strict";var a,u=function(){var n=this,t=n.$createElement;n._self._c},i=[];e.d(t,"b",(function(){return u})),e.d(t,"c",(function(){return i})),e.d(t,"a",(function(){return a}))},2166:function(n,t,e){"use strict";e.r(t);var a=e("593d"),u=e.n(a);for(var i in a)"default"!==i&&function(n){e.d(t,n,(function(){return a[n]}))}(i);t["default"]=u.a},"4e90":function(n,t,e){"use strict";var a=e("d869"),u=e.n(a);u.a},"593d":function(n,t,e){"use strict";(function(n){Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var e={onLaunch:function(){console.log("App Launch")},onShow:function(){console.log("App Show")},onHide:function(){console.log("App Hide")},post:function(t,e,a){var u=this,i=new Promise((function(i,o){var r=n.getStorageSync("token"),c={token:r||""};n.request({url:u.globalData.baseUrl+t,data:e,method:a,header:c,success:function(n){200==n.statusCode?i(n):o(n.data)},fail:function(n){console.log(n),o("网络出错"),wx.hideNavigationBarLoading()},complete:function(n){}})}));return i},globalData:{userInfo:null,baseUrl:"https://www.bjzha.net/api/"}};t.default=e}).call(this,e("543d")["default"])},"59df":function(n,t,e){"use strict";e.r(t);var a=e("2166");for(var u in a)"default"!==u&&function(n){e.d(t,n,(function(){return a[n]}))}(u);e("4e90");var i,o,r,c,s=e("f0c5"),f=Object(s["a"])(a["default"],i,o,!1,null,null,null,!1,r,c);t["default"]=f.exports},"63dd":function(n,t,e){},"6c16":function(n,t,e){"use strict";(function(n){Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var a=i(e("4795")),u=i(e("59df"));function i(n){return n&&n.__esModule?n:{default:n}}function o(n,t,e,a,u,i,o){try{var r=n[i](o),c=r.value}catch(s){return void e(s)}r.done?t(c):Promise.resolve(c).then(a,u)}function r(n){return function(){var t=this,e=arguments;return new Promise((function(a,u){var i=n.apply(t,e);function r(n){o(i,a,u,r,c,"next",n)}function c(n){o(i,a,u,r,c,"throw",n)}r(void 0)}))}}var c={data:function(){return{showhide:[{menuname:"bd_distribution",status:"1"},{menuname:"bd_expertdistribution",status:"1"},{menuname:"bd_advisory",status:"1"},{menuname:"prj_votesub",status:"1"},{menuname:"prj_votesub",status:"1"}],renwushow:!1,isshow:!1}},onLoad:function(){this.showhideproject()},methods:{examine:function(t){var e=t.currentTarget.dataset.id;n.navigateTo({url:"/pages/budgetshenhe/budgetshenhe?type="+e})},showhideproject:function(){var t=this;return r(a.default.mark((function e(){var i,o,r,c;return a.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:return i=t,console.log(9988776655),o="project/Get_Menuhiding",r={fuserid:n.getStorageSync("userid"),role:n.getStorageSync("role")},console.log("8877665544",r),e.next=7,u.default.post(o,r,"get");case 7:c=e.sent;try{i.showhide=c.data,console.log("我是showhide",i.showhide),n.setStorageSync("showhide",c.data)}catch(a){console.log(a)}case 9:case"end":return e.stop()}}),e)})))()},xiangmufen:function(){n.navigateTo({url:"../zixunfen/zixunfen"})},danweifen:function(){n.navigateTo({url:"../danweizixun/danweizixun"})},zhuanjiafen:function(){n.navigateTo({url:"../zhuanjiafenpei/zhuanjiafenpei"})},progressproject:function(){n.navigateTo({url:"../guocheng/guocheng"})},xiangmutai:function(){n.navigateTo({url:"../xiangmutaizhang/xiangmutaizhang"})},yusuan:function(t){console.log(t),n.navigateTo({url:"../yusuantaizhang/yusuantaizhang?type=1"})},jiesuan:function(){n.navigateTo({url:"../yusuantaizhang/yusuantaizhang?type=2"})},juesuan:function(){n.navigateTo({url:"../yusuantaizhang/yusuantaizhang?type=3"})},land:function(){n.navigateTo({url:"../yusuantaizhang/yusuantaizhang?type=4"})},zhuguan:function(){n.navigateTo({url:"../zhuguantaizhang/zhugauntaizhang?type=5"})},xiangmuzu:function(){n.navigateTo({url:"../xiangmuzutaizhang/xiangmuzutaizhang"})},zixundanei:function(){n.navigateTo({url:"../zixundanweihuizong/zixundanweihuizong"})},shenjian:function(){n.navigateTo({url:"../shenjianhuizong/shenjianhuizong?type=1"})},songshen:function(){n.navigateTo({url:"../songshenjine/songshenjine?type=2"})},leixing:function(){n.navigateTo({url:"../xiangmuleixinghui/xiangmuleixinghui"})},zhuanjia:function(){n.navigateTo({url:"../zhuanjiahui/zhuanjiahui"})},qushi:function(){n.navigateTo({url:"../tubiao/tubiao"})},tuichulogin:function(){n.navigateTo({url:"../index/index"})},gocenter:function(){n.navigateTo({url:"../daiban/daiban"})}}};t.default=c}).call(this,e("543d")["default"])},"79ce":function(n,t,e){"use strict";e.r(t);var a=e("6c16"),u=e.n(a);for(var i in a)"default"!==i&&function(n){e.d(t,n,(function(){return a[n]}))}(i);t["default"]=u.a},a674:function(n,t,e){"use strict";(function(n){e("bdbd"),e("921b");a(e("66fd"));var t=a(e("c681"));function a(n){return n&&n.__esModule?n:{default:n}}n(t.default)}).call(this,e("543d")["createPage"])},bb6e:function(n,t,e){"use strict";var a=e("63dd"),u=e.n(a);u.a},c681:function(n,t,e){"use strict";e.r(t);var a=e("1607"),u=e("79ce");for(var i in u)"default"!==i&&function(n){e.d(t,n,(function(){return u[n]}))}(i);e("bb6e");var o,r=e("f0c5"),c=Object(r["a"])(u["default"],a["b"],a["c"],!1,null,null,null,!1,a["a"],o);t["default"]=c.exports},d869:function(n,t,e){}},[["a674","common/runtime","common/vendor"]]]);
1 -<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>  
  1 +<view class="box"><view data-event-opts="{{[['tap',[['tuichulogin',['$event']]]]]}}" class="unlogin" bindtap="__e">退出登录</view><view class="taizhangpage"><block wx:if="{{showhide==''?false:showhide[4].status==0||showhide[4].status!=2}}"><view class="fenxi"><view class="fenxiname">任务分配</view><view class="renwulist"><block wx:if="{{showhide==''?false:showhide[4].status==0}}"><view data-event-opts="{{[['tap',[['xiangmufen',['$event']]]]]}}" class="renwulistitem item" bindtap="__e"><view class="renwuleft"><view class="renwulimg"><image src="../../static/img/fenpei.png" mode></image></view><view class="renwuname">项目组分配</view></view></view></block><block wx:if="{{showhide==''?false:showhide[4].status!=2}}"><view data-event-opts="{{[['tap',[['danweifen',['$event']]]]]}}" class="renwulistitem item" bindtap="__e"><view class="renwuleft"><view class="renwulimg"><image src="../../static/img/danwei.png" mode></image></view><view class="renwuname">咨询单位分配</view></view></view></block><block wx:if="{{showhide==''?false:showhide[1].status==0}}"><view data-event-opts="{{[['tap',[['zhuanjiafen',['$event']]]]]}}" class="renwulistitem item" bindtap="__e"><view class="renwuleft"><view class="renwulimg zimg"><image src="../../static/img/zhuanjia.png" mode></image></view><view class="renwuname">专家分配</view></view></view></block></view></view></block><block wx:if="{{showhide==''?false:showhide[4].status!=2}}"><view class="fenxi"><view class="fenxiname">在审项目</view><view class="renwulist"><view class="renwulistitem" data-id="{{1}}" data-event-opts="{{[['tap',[['examine',['$event']]]]]}}" bindtap="__e"><view class="renwuleft"><view class="renwulimg"><image src="../../static/img/yudauntai.png" mode></image></view><view class="renwuname">预算项目审核</view></view></view><view class="renwulistitem" data-id="{{2}}" data-event-opts="{{[['tap',[['examine',['$event']]]]]}}" bindtap="__e"><view class="renwuleft"><view class="renwulimg"><image src="../../static/img/shenjie.png" mode></image></view><view class="renwuname">结算项目审核</view></view></view></view><view class="renwulist"><view class="renwulistitem" data-id="{{3}}" data-event-opts="{{[['tap',[['examine',['$event']]]]]}}" bindtap="__e"><view class="renwuleft"><view class="renwulimg"><image src="../../static/img/juesuantai.png" mode></image></view><view class="renwuname">决算项目审核</view></view></view><view class="renwulistitem" data-id="{{4}}" data-event-opts="{{[['tap',[['examine',['$event']]]]]}}" bindtap="__e"><view class="renwuleft"><view class="renwulimg"><image src="../../static/img/tudi.png" mode></image></view><view class="renwuname">土地成本项目审核</view></view></view></view></view></block><view class="fenxi"><view class="fenxiname">项目过程</view><view class="renwulist"><view data-event-opts="{{[['tap',[['progressproject',['$event']]]]]}}" class="renwulistitem" bindtap="__e"><view class="renwuleft"><view class="renwulimg"><image src="../../static/img/fenpei.png" mode></image></view><view class="renwuname">项目在审过程</view></view></view></view></view><view class="fenxi"><view class="fenxiname">所有项目台账</view><view class="renwulist"><view data-event-opts="{{[['tap',[['yusuan',['$event']]]]]}}" class="renwulistitem taiitem1" bindtap="__e"><view class="renwuleft"><view class="renwulimg"><image src="../../static/img/yudauntai.png" mode></image></view><view class="renwuname">预算项目台账</view></view></view><view data-event-opts="{{[['tap',[['xiangmuzu',['$event']]]]]}}" class="renwulistitem taiitem1" bindtap="__e"><view class="renwuleft"><view class="renwulimg"><image src="../../static/img/tudi.png" mode></image></view><view class="renwuname">项目组台账</view></view></view><view data-event-opts="{{[['tap',[['xiangmutai',['$event']]]]]}}" class="renwulistitem taiitem1" bindtap="__e"><view class="renwuleft"><view class="renwulimg zimg"><image src="../../static/img/xiangtai.png" mode></image></view><view class="renwuname">项目台账</view></view></view></view><view class="renwulist"><view data-event-opts="{{[['tap',[['jiesuan',['$event']]]]]}}" class="renwulistitem taiitem2" bindtap="__e"><view class="renwuleft"><view class="renwulimg"><image src="../../static/img/jiesuantai.png" mode></image></view><view class="renwuname">结算项目台账</view></view></view><view data-event-opts="{{[['tap',[['juesuan',['$event']]]]]}}" class="renwulistitem taiitem2" bindtap="__e"><view class="renwuleft"><view class="renwulimg"><image src="../../static/img/juesuantai.png" mode></image></view><view class="renwuname">决算项目台账</view></view></view><view data-event-opts="{{[['tap',[['zhuguan',['$event']]]]]}}" class="renwulistitem taiitem2" bindtap="__e"><view class="renwuleft"><view class="renwulimg"><image src="../../static/img/tudi.png" mode></image></view><view class="renwuname">主管部门台账</view></view></view></view><view class="renwulist"><view data-event-opts="{{[['tap',[['land',['$event']]]]]}}" class="renwulistitem taiitem3" bindtap="__e"><view class="renwuleft"><view class="renwulimg"><image src="../../static/img/tudi.png" mode></image></view><view class="renwuname">土地成本台账</view></view></view></view></view><view class="fenxi"><view class="fenxiname">审结项目台账</view><view class="renwulist"><view data-event-opts="{{[['tap',[['zixundanei',['$event']]]]]}}" class="renwulistitem shenjieitem" bindtap="__e"><view class="renwuleft"><view class="renwulimg"><image src="../../static/img/zixun.png" mode></image></view><view class="renwuname">咨询单位分类台账</view></view></view><view data-event-opts="{{[['tap',[['shenjian',['$event']]]]]}}" class="renwulistitem shenjieitem" bindtap="__e"><view class="renwuleft"><view class="renwulimg"><image src="../../static/img/shenjian.png" mode></image></view><view class="renwuname">审减率分类台账</view></view></view><view data-event-opts="{{[['tap',[['songshen',['$event']]]]]}}" class="renwulistitem shenjieitem" bindtap="__e"><view class="renwuleft"><view class="renwulimg"><image src="../../static/img/songshen.png" mode></image></view><view class="renwuname">送审金额分类台账</view></view></view><view data-event-opts="{{[['tap',[['leixing',['$event']]]]]}}" class="renwulistitem shenjieitem" bindtap="__e"><view class="renwuleft"><view class="renwulimg"><image src="../../static/img/xiangfenlei.png" mode></image></view><view class="renwuname">项目类型分类台账</view></view></view><view data-event-opts="{{[['tap',[['zhuanjia',['$event']]]]]}}" class="renwulistitem shenjieitem" bindtap="__e"><view class="renwuleft"><view class="renwulimg"><image src="../../static/img/zhuanjaifenlei.png" mode></image></view><view class="renwuname">专家分类台账</view></view></view><view data-event-opts="{{[['tap',[['qushi',['$event']]]]]}}" class="renwulistitem shenjieitem" bindtap="__e"><view class="renwuleft"><view class="renwulimg"><image src="../../static/img/qushi.png" mode></image></view><view class="renwuname">项目趋势台账</view></view></view></view></view></view><view class="tabfooter"><block wx:if="{{showhide==''?false:showhide[3].status==0}}"><view data-event-opts="{{[['tap',[['gocenter',['$event']]]]]}}" class="tabfooteritem" bindtap="__e"><view class="tabfooteritemimg"><image src="../../static/img/daiban.png"></image></view><view class="tabfooteritemtop ">我的任务</view></view></block><view class="tabfooteritem"><view class="tabfooteritemimg"><image src="../../static/img/renwuactive.png"></image></view><view class="tabfooteritemtop tabfooteritemtopactive">功能中心</view></view></view></view>
1 -.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}.unlogin{width:150rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;position:absolute;right:0;top:40rpx}.fenxiname{padding:44rpx 32rpx 28rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#3d444d;font-size:36rpx;font-weight:700}.renwulimg{width:68rpx;height:68rpx;font-size:0}.renwulimg image{width:100%;height:100%}.renwuright{width:13rpx;height:23rpx;font-size:0}.renwuright image{width:100%;height:100%}.renwulist{padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-flex-wrap:wrap;flex-wrap:wrap}.renwulistitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:32rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;margin-right:35rpx}.renwuleft{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.renwuname{color:#3d444d;font-size:28rpx;margin-left:20rpx;letter-spacing:2rpx;margin-top:15rpx}.taiitem1{width:226rpx;-webkit-box-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start;margin-right:0}.shenjieitem{width:280rpx;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.zimg{margin-left:20rpx}.taizhangpage{margin-bottom:150rpx}  
  1 +.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.shaiselecttop{width:750rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;padding-top:10rpx;padding-bottom:10rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.shaiselect{display:inline-block;width:200rpx;height:64rpx;background:#0093ff;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;border-radius:30rpx}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}.unlogin{width:150rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;position:absolute;right:0;top:40rpx}.fenxiname{padding:44rpx 32rpx 28rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#3d444d;font-size:36rpx;font-weight:700}.renwulimg{width:68rpx;height:68rpx;font-size:0}.renwulimg image{width:100%;height:100%}.renwuright{width:13rpx;height:23rpx;font-size:0}.renwuright image{width:100%;height:100%}.renwulist{padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-flex-wrap:wrap;flex-wrap:wrap}.renwulistitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:32rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;margin-right:20rpx}.renwuleft{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.renwuname{color:#3d444d;font-size:28rpx;margin-left:20rpx;letter-spacing:2rpx;margin-top:15rpx}.taiitem1{width:226rpx;-webkit-box-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start;margin-right:0}.shenjieitem{width:280rpx;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.zimg{margin-left:20rpx}.taizhangpage{margin-bottom:150rpx}
1 -.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}.qiun-charts{width:750rpx;height:500rpx;background-color:#fff}.charts{width:750rpx;height:500rpx;background-color:#fff}  
  1 +.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.shaiselecttop{width:750rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;padding-top:10rpx;padding-bottom:10rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.shaiselect{display:inline-block;width:200rpx;height:64rpx;background:#0093ff;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;border-radius:30rpx}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}.qiun-charts{width:750rpx;height:500rpx;background-color:#fff}.charts{width:750rpx;height:500rpx;background-color:#fff}
1 -(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/xiangmuleixinghui/xiangmuleixinghui"],{"1bdc":function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=o(n("59df")),i=o(n("b86c"));function o(t){return t&&t.__esModule?t:{default:t}}function r(t){if("undefined"===typeof Symbol||null==t[Symbol.iterator]){if(Array.isArray(t)||(t=u(t))){var e=0,n=function(){};return{s:n,n:function(){return e>=t.length?{done:!0}:{done:!1,value:t[e++]}},e:function(t){throw t},f:n}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var a,i,o=!0,r=!1;return{s:function(){a=t[Symbol.iterator]()},n:function(){var t=a.next();return o=t.done,t},e:function(t){r=!0,i=t},f:function(){try{o||null==a.return||a.return()}finally{if(r)throw i}}}}function u(t,e){if(t){if("string"===typeof t)return s(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(n):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?s(t,e):void 0}}function s(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,a=new Array(e);n<e;n++)a[n]=t[n];return a}var c={data:function(){return{selact:1,tizhangshow:!1,danweiindex:0,danweilist:[],projectlist:[],projectname:"项目类型",danweiname:"评审类型",yearindex:-1,startdate:"开始时间",endate:"结束时间",index:0,yeararr:[],danweilistz:[],danweiindexz:0,danweinamez:"咨询单位",toaudit:"",fintorg:"",fprojectcategory:"",submitdateone:"",submitdatetwo:"",sendyear:"",huizonglist:[],type:"",huizong:!0,fid:""}},onLoad:function(t){this.type=t.type;var e=new Date,n=e.getFullYear();console.log(n);for(var a=n-19,i=a;i<=n;i++)this.yeararr.push(i);this.getpingtype(),this.getprojectkind(),this.getzixundanwei(),this.getfenhuilist()},methods:{reset:function(){this.projectname="项目类型",this.danweiname="评审类型",this.yearindex=-1,this.startdate="开始时间",this.endate="结束时间",this.toaudit="",this.fprojectcategory="",this.sendyear="",this.submitdateone="",this.submitdatetwo=""},onNavigationBarButtonTap:function(){this.tizhangshow=!this.tizhangshow},yearchange:function(t){this.yearindex=t.target.value,this.sendyear=this.yeararr[t.target.value]},bindDateChange:function(t){this.startdate=t.target.value,this.submitdateone=t.target.value},endDateChange:function(t){this.endate=t.target.value,this.submitdatetwo=t.target.value},fenhui:function(t){console.log(t);var e=t.currentTarget.dataset.id;console.log(e),this.selact=e},screenheng:function(){console.log(999)},getzixundanwei:function(){var t=this;console.log(9988776655);var e="project/Get_IntermediaryOrg";a.default.post(e,"","get").then((function(e){console.log(e),t.danweilistz=e.data})).catch((function(t){console.log(t)}))},danweichangez:function(t){console.log("picker发送选择改变,携带值为",t),console.log("998877654",this.danweilistz),console.log("09988776545",this.danweilistz[t.target.value].fname),this.danweiindexz=t.target.value,this.fintorg=this.danweilistz[t.target.value].fname,this.danweinamez=this.danweilistz[t.target.value].fname},getpingtype:function(){var t=this;console.log(9988776655);var e="project/Get_ToAuditType";a.default.post(e,"","get").then((function(e){console.log(e),t.danweilist=e.data})).catch((function(t){console.log(t)}))},danweichange:function(t){console.log("picker发送选择改变,携带值为",t.target.value),this.danweiindex=t.target.value,this.toaudit=this.danweilist[t.target.value].fname,this.danweiname=this.danweilist[t.target.value].fname},getprojectkind:function(){var t=this,e="project/Get_ProjectType";a.default.post(e,"","get").then((function(e){console.log(e),t.projectlist=e.data,console.log(t.projectlist)})).catch((function(t){console.log(t)}))},bindPickerChange:function(t){console.log("picker发送选择改变,携带值为",t.target.value),this.index=t.target.value,this.fprojectcategory=this.projectlist[t.target.value].fname,this.projectname=this.projectlist[t.target.value].fname},getfenhuilist:function(){var t=this,e=this;console.log(9988776655);var n="project/Get_PrjtypecategorySum",o={toaudit:e.toaudit,fprojectcategory:e.fprojectcategory,sendyear:e.sendyear,submitdateone:e.submitdateone,submitdatetwo:e.submitdatetwo};console.log(o),a.default.post(n,o,"get").then((function(n){console.log(n),e.huizonglist=n.data;var a,o=e.huizonglist,u=r(o);try{for(u.s();!(a=u.n()).done;){var s=a.value;s.auduitsum=i.default.change(s.auduitsum),s.amountsum=i.default.change(s.amountsum),s.freesum=i.default.change(s.freesum)}}catch(c){u.e(c)}finally{u.f()}t.huizonglist=o})).catch((function(t){console.log(t)}))},detail:function(e){console.log(e),this.fid=e.target.dataset.id,t.navigateTo({url:"../xiangmuleixinghuidetail/xiangmuleixinghuidetail?fid="+this.fid})},getdetail:function(){var t=this;console.log(9988776655);var e="project/Get_Prjtypecategory",n={fid:t.fid,toaudit:t.toaudit,fprojectcategory:t.fprojectcategory,sendyear:t.sendyear,submitdateone:t.submitdateone,submitdatetwo:t.submitdatetwo};console.log(n),a.default.post(e,n,"get").then((function(e){console.log(e),t.huizonglist=e.data})).catch((function(t){console.log(t)}))},search:function(){this.getfenhuilist(),this.tizhangshow=!1},searchdetail:function(){this.getdetail(),this.tizhangshow=!1}}};e.default=c}).call(this,n("543d")["default"])},2166:function(t,e,n){"use strict";n.r(e);var a=n("593d"),i=n.n(a);for(var o in a)"default"!==o&&function(t){n.d(e,t,(function(){return a[t]}))}(o);e["default"]=i.a},"4e90":function(t,e,n){"use strict";var a=n("d869"),i=n.n(a);i.a},5078:function(t,e,n){"use strict";var a=n("d72b"),i=n.n(a);i.a},"593d":function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n={onLaunch:function(){console.log("App Launch")},onShow:function(){console.log("App Show")},onHide:function(){console.log("App Hide")},post:function(e,n,a){var i=this,o=new Promise((function(o,r){var u=t.getStorageSync("token"),s={token:u||""};t.request({url:i.globalData.baseUrl+e,data:n,method:a,header:s,success:function(t){200==t.statusCode?o(t):r(t.data)},fail:function(t){console.log(t),r("网络出错"),wx.hideNavigationBarLoading()},complete:function(t){}})}));return o},globalData:{userInfo:null,baseUrl:"https://www.bjzha.net/api/"}};e.default=n}).call(this,n("543d")["default"])},"59df":function(t,e,n){"use strict";n.r(e);var a=n("2166");for(var i in a)"default"!==i&&function(t){n.d(e,t,(function(){return a[t]}))}(i);n("4e90");var o,r,u,s,c=n("f0c5"),l=Object(c["a"])(a["default"],o,r,!1,null,null,null,!1,u,s);e["default"]=l.exports},"658f":function(t,e,n){"use strict";(function(t){n("bdbd"),n("921b");a(n("66fd"));var e=a(n("ae63"));function a(t){return t&&t.__esModule?t:{default:t}}t(e.default)}).call(this,n("543d")["createPage"])},"762a":function(t,e,n){"use strict";var a,i=function(){var t=this,e=t.$createElement;t._self._c},o=[];n.d(e,"b",(function(){return i})),n.d(e,"c",(function(){return o})),n.d(e,"a",(function(){return a}))},a142:function(t,e,n){"use strict";n.r(e);var a=n("1bdc"),i=n.n(a);for(var o in a)"default"!==o&&function(t){n.d(e,t,(function(){return a[t]}))}(o);e["default"]=i.a},ae63:function(t,e,n){"use strict";n.r(e);var a=n("762a"),i=n("a142");for(var o in i)"default"!==o&&function(t){n.d(e,t,(function(){return i[t]}))}(o);n("5078");var r,u=n("f0c5"),s=Object(u["a"])(i["default"],a["b"],a["c"],!1,null,null,null,!1,a["a"],r);e["default"]=s.exports},d72b:function(t,e,n){},d869:function(t,e,n){}},[["658f","common/runtime","common/vendor"]]]);  
  1 +(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/xiangmuleixinghui/xiangmuleixinghui"],{"1bdc":function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=o(n("59df")),i=o(n("b86c"));function o(t){return t&&t.__esModule?t:{default:t}}function r(t){if("undefined"===typeof Symbol||null==t[Symbol.iterator]){if(Array.isArray(t)||(t=u(t))){var e=0,n=function(){};return{s:n,n:function(){return e>=t.length?{done:!0}:{done:!1,value:t[e++]}},e:function(t){throw t},f:n}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var a,i,o=!0,r=!1;return{s:function(){a=t[Symbol.iterator]()},n:function(){var t=a.next();return o=t.done,t},e:function(t){r=!0,i=t},f:function(){try{o||null==a.return||a.return()}finally{if(r)throw i}}}}function u(t,e){if(t){if("string"===typeof t)return s(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(n):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?s(t,e):void 0}}function s(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,a=new Array(e);n<e;n++)a[n]=t[n];return a}var c={data:function(){return{selact:1,tizhangshow:!1,danweiindex:0,danweilist:[],projectlist:[],projectname:"项目类型",danweiname:"评审类型",yearindex:-1,startdate:"开始时间",endate:"结束时间",index:0,yeararr:[],danweilistz:[],danweiindexz:0,danweinamez:"咨询单位",toaudit:"",fintorg:"",fprojectcategory:"",submitdateone:"",submitdatetwo:"",sendyear:"",huizonglist:[],type:"",huizong:!0,fid:"",stationname:"请选择主管部门",stationindex:0,document:"",stationlist:[],yearname:"请选择年度"}},onLoad:function(t){this.type=t.type;var e=new Date,n=e.getFullYear();console.log(n);for(var a=n-19,i=a;i<=n;i++)this.yeararr.push(i);this.getpingtype(),this.getprojectkind(),this.getzixundanwei(),this.getfenhuilist(),this.getzhugaunlist()},computed:{startDate:function(){return this.getDate("start")},endDate:function(){return this.getDate("end")}},methods:{hide:function(){this.tizhangshow=!1},hidek:function(){},getzhugaunlist:function(){var t=this;console.log(9988776655);var e="project/Get_ComDepartment";a.default.post(e,"","get").then((function(e){console.log(e),t.stationlist=e.data})).catch((function(t){console.log(t)}))},getDate:function(t){var e=new Date,n=e.getFullYear(),a=e.getMonth()+1,i=e.getDate();return"start"===t?n-=60:"end"===t&&(n+=2),a=a>9?a:"0"+a,i=i>9?i:"0"+i,"".concat(n,"-").concat(a,"-").concat(i)},bindstationrChange:function(t){console.log("picker发送选择改变,携带值为",t.target.value),this.stationindex=t.target.value,this.stationname=this.stationlist[t.target.value].fname,this.document=this.stationlist[t.target.value].fid,console.log(that.document)},reset:function(){this.projectname="项目类型",this.danweiname="评审类型",this.yearindex=-1,this.startdate="开始时间",this.endate="结束时间",this.toaudit="",this.fprojectcategory="",this.sendyear="",this.submitdateone="",this.submitdatetwo="",this.stationname="请选择主管部门",this.document=""},shai:function(){this.tizhangshow=!this.tizhangshow},yearchange:function(t){this.yearindex=t.target.value,this.sendyear=this.yeararr[t.target.value],this.yearname=this.yeararr[t.target.value]},bindDateChange:function(t){this.startdate=t.target.value,this.submitdateone=t.target.value},endDateChange:function(t){this.endate=t.target.value,this.submitdatetwo=t.target.value},fenhui:function(t){console.log(t);var e=t.currentTarget.dataset.id;console.log(e),this.selact=e},screenheng:function(){console.log(999)},getzixundanwei:function(){var t=this;console.log(9988776655);var e="project/Get_IntermediaryOrg";a.default.post(e,"","get").then((function(e){console.log(e),t.danweilistz=e.data})).catch((function(t){console.log(t)}))},danweichangez:function(t){console.log("picker发送选择改变,携带值为",t),console.log("998877654",this.danweilistz),console.log("09988776545",this.danweilistz[t.target.value].fname),this.danweiindexz=t.target.value,this.fintorg=this.danweilistz[t.target.value].fname,this.danweinamez=this.danweilistz[t.target.value].fname},getpingtype:function(){var t=this;console.log(9988776655);var e="project/Get_ToAuditType";a.default.post(e,"","get").then((function(e){console.log(e),t.danweilist=e.data})).catch((function(t){console.log(t)}))},danweichange:function(t){console.log("picker发送选择改变,携带值为",t.target.value),this.danweiindex=t.target.value,this.toaudit=this.danweilist[t.target.value].fname,this.danweiname=this.danweilist[t.target.value].fname},getprojectkind:function(){var t=this,e="project/Get_ProjectType";a.default.post(e,"","get").then((function(e){console.log(e),t.projectlist=e.data,console.log(t.projectlist)})).catch((function(t){console.log(t)}))},bindPickerChange:function(t){console.log("picker发送选择改变,携带值为",t.target.value),this.index=t.target.value,this.fprojectcategory=this.projectlist[t.target.value].fname,this.projectname=this.projectlist[t.target.value].fname},getfenhuilist:function(){var t=this,e=this;console.log(9988776655);var n="project/Get_PrjtypecategorySum",o={toaudit:e.toaudit,fprojectcategory:e.fprojectcategory,sendyear:e.sendyear,submitdateone:e.submitdateone,submitdatetwo:e.submitdatetwo,document:e.document};console.log(o),a.default.post(n,o,"get").then((function(n){console.log(n),e.huizonglist=n.data;var a,o=e.huizonglist,u=r(o);try{for(u.s();!(a=u.n()).done;){var s=a.value;s.auduitsum=i.default.change(s.auduitsum),s.amountsum=i.default.change(s.amountsum),s.freesum=i.default.change(s.freesum)}}catch(c){u.e(c)}finally{u.f()}t.huizonglist=o})).catch((function(t){console.log(t)}))},detail:function(e){console.log(e),this.fid=e.target.dataset.id,t.navigateTo({url:"../xiangmuleixinghuidetail/xiangmuleixinghuidetail?fid="+this.fid+"&document="+this.document})},getdetail:function(){var t=this;console.log(9988776655);var e="project/Get_Prjtypecategory",n={fid:t.fid,toaudit:t.toaudit,fprojectcategory:t.fprojectcategory,sendyear:t.sendyear,submitdateone:t.submitdateone,submitdatetwo:t.submitdatetwo};console.log(n),a.default.post(e,n,"get").then((function(e){console.log(e),t.huizonglist=e.data})).catch((function(t){console.log(t)}))},search:function(){this.getfenhuilist(),this.tizhangshow=!1},searchdetail:function(){this.getdetail(),this.tizhangshow=!1}}};e.default=c}).call(this,n("543d")["default"])},2166:function(t,e,n){"use strict";n.r(e);var a=n("593d"),i=n.n(a);for(var o in a)"default"!==o&&function(t){n.d(e,t,(function(){return a[t]}))}(o);e["default"]=i.a},"4e90":function(t,e,n){"use strict";var a=n("d869"),i=n.n(a);i.a},5078:function(t,e,n){"use strict";var a=n("d72b"),i=n.n(a);i.a},"593d":function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n={onLaunch:function(){console.log("App Launch")},onShow:function(){console.log("App Show")},onHide:function(){console.log("App Hide")},post:function(e,n,a){var i=this,o=new Promise((function(o,r){var u=t.getStorageSync("token"),s={token:u||""};t.request({url:i.globalData.baseUrl+e,data:n,method:a,header:s,success:function(t){200==t.statusCode?o(t):r(t.data)},fail:function(t){console.log(t),r("网络出错"),wx.hideNavigationBarLoading()},complete:function(t){}})}));return o},globalData:{userInfo:null,baseUrl:"https://www.bjzha.net/api/"}};e.default=n}).call(this,n("543d")["default"])},"59df":function(t,e,n){"use strict";n.r(e);var a=n("2166");for(var i in a)"default"!==i&&function(t){n.d(e,t,(function(){return a[t]}))}(i);n("4e90");var o,r,u,s,c=n("f0c5"),l=Object(c["a"])(a["default"],o,r,!1,null,null,null,!1,u,s);e["default"]=l.exports},"658f":function(t,e,n){"use strict";(function(t){n("bdbd"),n("921b");a(n("66fd"));var e=a(n("ae63"));function a(t){return t&&t.__esModule?t:{default:t}}t(e.default)}).call(this,n("543d")["createPage"])},"9f1c":function(t,e,n){"use strict";var a,i=function(){var t=this,e=t.$createElement;t._self._c},o=[];n.d(e,"b",(function(){return i})),n.d(e,"c",(function(){return o})),n.d(e,"a",(function(){return a}))},a142:function(t,e,n){"use strict";n.r(e);var a=n("1bdc"),i=n.n(a);for(var o in a)"default"!==o&&function(t){n.d(e,t,(function(){return a[t]}))}(o);e["default"]=i.a},ae63:function(t,e,n){"use strict";n.r(e);var a=n("9f1c"),i=n("a142");for(var o in i)"default"!==o&&function(t){n.d(e,t,(function(){return i[t]}))}(o);n("5078");var r,u=n("f0c5"),s=Object(u["a"])(i["default"],a["b"],a["c"],!1,null,null,null,!1,a["a"],r);e["default"]=s.exports},d72b:function(t,e,n){},d869:function(t,e,n){}},[["658f","common/runtime","common/vendor"]]]);
1 -<view class="box"><block wx:if="{{huizonglist.length==1}}"><view class="nodata">暂无数据</view></block><block wx:else><block><block wx:if="{{huizong}}"><view class="taizhangbox"><view class="taizhanghead"><view class="taizhangitem">项目类型</view><view class="taizhangitem"><view class="shunum">项目数量</view><view class="shenjie">(已审结)</view></view><view class="taizhangitem">总送审额</view><view class="taizhangitem">总审定额</view><view class="taizhangitem">总审减额</view><view class="taizhangitem">综合审减率</view><view class="taizhangitem">操作</view></view><view class="taizhanglist"><block wx:for="{{huizonglist}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="taizhangflistitem"><view class="taiitem itemname">{{item.ftype+''}}</view><view class="taiitem itemshu">{{item.prjnum}}</view><view class="taiitem songshen">{{item.auduitsum}}</view><view class="taiitem shending">{{item.amountsum}}</view><view class="taiitem shenjian">{{item.freesum}}</view><view class="taiitem shenlv">{{item.freerate}}</view><view class="taiitem detailname" data-id="{{item.fid}}" data-event-opts="{{[['tap',[['detail',['$event']]]]]}}" bindtap="__e">详情</view></view></block></view></view></block><block wx:else><view class="taizhangbox"><view class="taizhanghead taizhangheadde"><view class="taizhangitem">项目编号</view><view class="taizhangitem">项目名称</view><view class="taizhangitem">送审金额</view><view class="taizhangitem">评审类型</view><view class="taizhangitem">送审单位</view><view class="taizhangitem">项目类型</view><view class="taizhangitem">送审时间</view><view class="taizhangitem">审定金额</view><view class="taizhangitem">审减率</view><view class="taizhangitem">审减金额</view><view class="taizhangitem">咨询单位</view><view class="taizhangitem">送审年度</view><view class="taizhangitem">咨询单位项目审核负责人</view></view><view class="taizhanglist"><block wx:for="{{huizonglist}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="taizhangflistitem taizhangflistitemde"><view class="taiitem itemname">{{item.fprjnumber+''}}</view><view class="taiitem itemshu">{{item.fprjname}}</view><view class="taiitem songshen">{{item.ftoauditamt}}</view><view class="taiitem shending">{{item.freviewtype}}</view><view class="taiitem shenjian">{{item.fdevorgid}}</view><view class="taiitem shenlv">{{item.fprojecttype}}</view><view class="taiitem itemname">{{item.fsubmitfindate+''}}</view><view class="taiitem itemshu">{{item.fauditamount}}</view><view class="taiitem songshen">{{item.fauditratio}}</view><view class="taiitem shending">{{item.fshenjianmoney}}</view><view class="taiitem shenjian">{{item.flordintorgid}}</view><view class="taiitem shenlv">{{item.fyear}}</view><view class="taiitem shenlv">{{item.fauditledername}}</view></view></block></view></view></block></block></block><block wx:if="{{tizhangshow}}"><view class="register"><view class="taizhangwrap xiangmuzi"><view class="wrapbox"><view class="wrapitem"><view class="wrapitemleft">项目类型</view><picker value="{{index}}" range="{{projectlist}}" range-key="fname" data-event-opts="{{[['change',[['bindPickerChange',['$event']]]]]}}" bindchange="__e"><view class="wrapitemright"><view class="uni-input projectname">{{projectname}}</view></view></picker></view><view class="wrapitem"><view class="wrapitemleft">评审类型</view><picker value="{{danweiindex}}" range="{{danweilist}}" range-key="fname" data-event-opts="{{[['change',[['danweichange',['$event']]]]]}}" bindchange="__e"><view class="wrapitemright"><view class="uni-input projectname">{{danweiname}}</view></view></picker></view><view class="wrapitem"><view class="wrapitemleft">年度</view><picker value="{{yearindex}}" range="{{yeararr}}" data-event-opts="{{[['change',[['yearchange',['$event']]]]]}}" bindchange="__e"><view class="wrapitemright"><view class="nianduleft"><view class="uni-input projectname">{{yeararr[yearindex]}}</view></view><view class="nianduright"><image src="../../static/img/number.png" mode></image></view></view></picker></view><view class="wrapitem"><view class="wrapitemleft">时间</view><view class="time"><picker mode="date" value="{{date}}" start="{{startDate}}" end="{{endDate}}" data-event-opts="{{[['change',[['bindDateChange',['$event']]]]]}}" bindchange="__e"><view class="timeleft">{{''+startdate+''}}</view></picker><view class="timemiddle"></view><picker mode="date" value="{{date}}" start="{{startDate}}" end="{{endDate}}" data-event-opts="{{[['change',[['endDateChange',['$event']]]]]}}" bindchange="__e"><view class="timeleft">{{''+endate+''}}</view></picker></view></view></view><view class="zibot"><view data-event-opts="{{[['tap',[['reset',['$event']]]]]}}" class="reset" bindtap="__e">重置</view><block wx:if="{{huizong}}"><view data-event-opts="{{[['tap',[['search',['$event']]]]]}}" class="chaxun" bindtap="__e">查询</view></block><block wx:else><view data-event-opts="{{[['tap',[['searchdetail',['$event']]]]]}}" class="chaxun" bindtap="__e">查询</view></block></view></view></view></block></view>  
  1 +<view class="box"><view class="topheadk"><view class="shaiselecttop"><view data-event-opts="{{[['tap',[['shai',['$event']]]]]}}" class="shaiselect" bindtap="__e">筛选</view></view></view><block wx:if="{{huizonglist.length==1}}"><view class="nodata">暂无数据</view></block><block wx:else><block><block wx:if="{{huizong}}"><view class="taizhangbox"><view class="taizhanghead"><view class="taizhangitem">项目类型</view><view class="taizhangitem"><view class="shunum">项目数量</view><view class="shenjie">(已审结)</view></view><view class="taizhangitem">总送审额</view><view class="taizhangitem">总审定额</view><view class="taizhangitem">总审减额</view><view class="taizhangitem">综合审减率</view><view class="taizhangitem">操作</view></view><view class="taizhanglist"><block wx:for="{{huizonglist}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="taizhangflistitem"><view class="taiitem itemname">{{item.ftype+''}}</view><view class="taiitem itemshu">{{item.prjnum}}</view><view class="taiitem songshen">{{item.auduitsum}}</view><view class="taiitem shending">{{item.amountsum}}</view><view class="taiitem shenjian">{{item.freesum}}</view><view class="taiitem shenlv">{{item.freerate}}</view><view class="taiitem detailname" data-id="{{item.fid}}" data-event-opts="{{[['tap',[['detail',['$event']]]]]}}" bindtap="__e">详情</view></view></block></view></view></block><block wx:else><view class="taizhangbox"><view class="taizhanghead taizhangheadde"><view class="taizhangitem">项目编号</view><view class="taizhangitem">项目名称</view><view class="taizhangitem">送审金额</view><view class="taizhangitem">评审类型</view><view class="taizhangitem">送审单位</view><view class="taizhangitem">项目类型</view><view class="taizhangitem">送审时间</view><view class="taizhangitem">审定金额</view><view class="taizhangitem">审减率</view><view class="taizhangitem">审减金额</view><view class="taizhangitem">咨询单位</view><view class="taizhangitem">送审年度</view><view class="taizhangitem">咨询单位项目审核负责人</view></view><view class="taizhanglist"><block wx:for="{{huizonglist}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="taizhangflistitem taizhangflistitemde"><view class="taiitem itemname">{{item.fprjnumber+''}}</view><view class="taiitem itemshu">{{item.fprjname}}</view><view class="taiitem songshen">{{item.ftoauditamt}}</view><view class="taiitem shending">{{item.freviewtype}}</view><view class="taiitem shenjian">{{item.fdevorgid}}</view><view class="taiitem shenlv">{{item.fprojecttype}}</view><view class="taiitem itemname">{{item.fsubmitfindate+''}}</view><view class="taiitem itemshu">{{item.fauditamount}}</view><view class="taiitem songshen">{{item.fauditratio}}</view><view class="taiitem shending">{{item.fshenjianmoney}}</view><view class="taiitem shenjian">{{item.flordintorgid}}</view><view class="taiitem shenlv">{{item.fyear}}</view><view class="taiitem shenlv">{{item.fauditledername}}</view></view></block></view></view></block></block></block><block wx:if="{{tizhangshow}}"><view data-event-opts="{{[['tap',[['hide',['$event']]]]]}}" class="register" bindtap="__e"><view data-event-opts="{{[['tap',[['hidek',['$event']]]]]}}" class="taizhangwrap xiangmuzi" catchtap="__e"><view class="wrapbox"><view class="wrapitem"><view class="wrapitemleft">项目类型</view><picker value="{{index}}" range="{{projectlist}}" range-key="fname" data-event-opts="{{[['change',[['bindPickerChange',['$event']]]]]}}" bindchange="__e"><view class="wrapitemright"><view class="uni-input projectname">{{projectname}}</view></view></picker></view><view class="wrapitem"><view class="wrapitemleft">主管部门</view><picker value="{{stationindex}}" range="{{stationlist}}" range-key="fname" data-event-opts="{{[['change',[['bindstationrChange',['$event']]]]]}}" bindchange="__e"><view class="wrapitemright"><view class="uni-input projectname">{{stationname}}</view></view></picker></view><view class="wrapitem"><view class="wrapitemleft">评审类型</view><picker value="{{danweiindex}}" range="{{danweilist}}" range-key="fname" data-event-opts="{{[['change',[['danweichange',['$event']]]]]}}" bindchange="__e"><view class="wrapitemright"><view class="uni-input projectname">{{danweiname}}</view></view></picker></view><view class="wrapitem"><view class="wrapitemleft">年度</view><picker value="{{yearindex}}" range="{{yeararr}}" data-event-opts="{{[['change',[['yearchange',['$event']]]]]}}" bindchange="__e"><view class="wrapitemright"><view class="nianduleft"><view class="uni-input projectname">{{yearname}}</view></view><view class="nianduright"><image src="../../static/img/number.png" mode></image></view></view></picker></view><view class="wrapitem"><view class="wrapitemleft">时间</view><view class="time"><picker mode="date" value="{{date}}" start="{{startDate}}" end="{{endDate}}" data-event-opts="{{[['change',[['bindDateChange',['$event']]]]]}}" bindchange="__e"><view class="timeleft">{{''+startdate+''}}</view></picker><view class="timemiddle"></view><picker mode="date" value="{{date}}" start="{{startDate}}" end="{{endDate}}" data-event-opts="{{[['change',[['endDateChange',['$event']]]]]}}" bindchange="__e"><view class="timeleft">{{''+endate+''}}</view></picker></view></view></view><view class="zibot"><view data-event-opts="{{[['tap',[['reset',['$event']]]]]}}" class="reset" bindtap="__e">重置</view><block wx:if="{{huizong}}"><view data-event-opts="{{[['tap',[['search',['$event']]]]]}}" class="chaxun" bindtap="__e">查询</view></block><block wx:else><view data-event-opts="{{[['tap',[['searchdetail',['$event']]]]]}}" class="chaxun" bindtap="__e">查询</view></block></view></view></view></block></view>
1 -.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}page{background:#f9f9f9}.headbox{background:#fff;height:100rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.headboxleft{width:350rpx;height:100rpx;line-height:100rpx;text-align:center;color:#06121e;font-size:28rpx}.headactive{color:#0093ff;border-bottom:1rpx solid #0093ff}.hengping{width:144rpx;color:#0093ff;font-size:24rpx;border-bottom:1rpx solid #0093ff;margin:34rpx auto 0}.taizhangbox{width:700rpx;overflow-x:scroll;margin:28rpx;padding:0 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff}.taizhanghead{width:1400rpx;overflow-x:scroll;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:16rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #bdc4ce}.taizhangitem{color:#06121e;font-size:22rpx;margin-right:118rpx;font-weight:700}.shenjie{text-align:center;margin-top:5rpx;font-size:20rpx}.taizhangflistitem{width:1400rpx;overflow-x:scroll;padding:18rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;border-bottom:1rpx solid #bdc4ce}.taiitem{color:#06121e;font-size:24rpx}.itemname{width:96rpx}.itemshu{width:100rpx;text-align:center;margin-left:92rpx}.songshen{width:200rpx;text-align:center;margin-left:60rpx}.shending{width:200rpx;text-align:center;margin-left:5rpx}.shenjian{width:200rpx;text-align:center;margin-left:10rpx}.shenlv{width:200rpx;text-align:center;margin-left:15rpx}.dibu{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;width:750rpx;height:104rpx;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;position:fixed;bottom:0;left:0}.dibuleft{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-right:72rpx}.dibulitemm{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.dishu{width:40rpx;height:30rpx;border:1rpx solid #707070;border-radius:4rpx;margin:0 6rpx;font-size:0;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.dishu input{width:100%;height:30rpx;line-height:30rpx;padding:5rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;font-size:26rpx;color:#8c9198}.dibuliteml, 1 +.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.shaiselecttop{width:750rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;padding-top:10rpx;padding-bottom:10rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.shaiselect{display:inline-block;width:200rpx;height:64rpx;background:#0093ff;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;border-radius:30rpx}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}page{background:#f9f9f9}.topheadk{position:fixed;top:0;left:0;background:#fff;width:750rpx}.headbox{background:#fff;height:100rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.headboxleft{width:350rpx;height:100rpx;line-height:100rpx;text-align:center;color:#06121e;font-size:28rpx}.headactive{color:#0093ff;border-bottom:1rpx solid #0093ff}.hengping{width:144rpx;color:#0093ff;font-size:24rpx;border-bottom:1rpx solid #0093ff;margin:34rpx auto 0}.taizhangbox{width:700rpx;overflow-x:scroll;margin:28rpx;padding:0 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;margin-top:100rpx}.taizhanghead{width:1400rpx;overflow-x:scroll;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:16rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #bdc4ce}.taizhangitem{color:#06121e;font-size:22rpx;margin-right:118rpx;font-weight:700}.shenjie{text-align:center;margin-top:5rpx;font-size:20rpx}.taizhangflistitem{width:1400rpx;overflow-x:scroll;padding:18rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;border-bottom:1rpx solid #bdc4ce}.taiitem{color:#06121e;font-size:24rpx}.itemname{width:96rpx}.itemshu{width:100rpx;text-align:center;margin-left:92rpx}.songshen{width:200rpx;text-align:center;margin-left:60rpx}.shending{width:200rpx;text-align:center;margin-left:5rpx}.shenjian{width:200rpx;text-align:center;margin-left:10rpx}.shenlv{width:200rpx;text-align:center;margin-left:15rpx}.dibu{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;width:750rpx;height:104rpx;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;position:fixed;bottom:0;left:0}.dibuleft{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-right:72rpx}.dibulitemm{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.dishu{width:40rpx;height:30rpx;border:1rpx solid #707070;border-radius:4rpx;margin:0 6rpx;font-size:0;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.dishu input{width:100%;height:30rpx;line-height:30rpx;padding:5rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;font-size:26rpx;color:#8c9198}.dibuliteml,
2 .di, 2 .di,
3 .ye, 3 .ye,
4 .dibulitemx, 4 .dibulitemx,
1 -.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}page{background:#f9f9f9}.headbox{background:#fff;height:100rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.headboxleft{width:350rpx;height:100rpx;line-height:100rpx;text-align:center;color:#06121e;font-size:28rpx}.headactive{color:#0093ff;border-bottom:1rpx solid #0093ff}.hengping{width:144rpx;color:#0093ff;font-size:24rpx;border-bottom:1rpx solid #0093ff;margin:34rpx auto 0}.taizhangbox{width:700rpx;overflow-x:scroll;margin:28rpx;padding:0 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff}.taizhangitem{color:#06121e;font-size:22rpx;margin-right:118rpx;font-weight:700}.shenjie{text-align:center;margin-top:5rpx;font-size:20rpx}.taiitem{color:#06121e;font-size:24rpx}.itemname{width:96rpx}.itemshu{width:150rpx;text-align:center;margin-left:72rpx}.songshen{width:200rpx;text-align:center;margin-left:30rpx}.shending{width:200rpx;text-align:center;margin-left:5rpx}.shenjian{width:200rpx;text-align:center;margin-left:10rpx}.shenlv{width:200rpx;text-align:center;margin-left:15rpx}.dibu{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;width:750rpx;height:104rpx;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;position:fixed;bottom:0;left:0}.dibuleft{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-right:72rpx}.dibulitemm{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.dishu{width:40rpx;height:30rpx;border:1rpx solid #707070;border-radius:4rpx;margin:0 6rpx;font-size:0;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.dishu input{width:100%;height:30rpx;line-height:30rpx;padding:5rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;font-size:26rpx;color:#8c9198}.dibuliteml, 1 +.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.shaiselecttop{width:750rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;padding-top:10rpx;padding-bottom:10rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.shaiselect{display:inline-block;width:200rpx;height:64rpx;background:#0093ff;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;border-radius:30rpx}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}page{background:#f9f9f9}.headbox{background:#fff;height:100rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.headboxleft{width:350rpx;height:100rpx;line-height:100rpx;text-align:center;color:#06121e;font-size:28rpx}.headactive{color:#0093ff;border-bottom:1rpx solid #0093ff}.hengping{width:144rpx;color:#0093ff;font-size:24rpx;border-bottom:1rpx solid #0093ff;margin:34rpx auto 0}.taizhangbox{width:700rpx;overflow-x:scroll;margin:28rpx;padding:0 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff}.taizhangitem{color:#06121e;font-size:22rpx;margin-right:118rpx;font-weight:700}.shenjie{text-align:center;margin-top:5rpx;font-size:20rpx}.taiitem{color:#06121e;font-size:24rpx}.itemname{width:96rpx}.itemshu{width:150rpx;text-align:center;margin-left:72rpx}.songshen{width:200rpx;text-align:center;margin-left:30rpx}.shending{width:200rpx;text-align:center;margin-left:5rpx}.shenjian{width:200rpx;text-align:center;margin-left:10rpx}.shenlv{width:200rpx;text-align:center;margin-left:15rpx}.dibu{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;width:750rpx;height:104rpx;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;position:fixed;bottom:0;left:0}.dibuleft{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-right:72rpx}.dibulitemm{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.dishu{width:40rpx;height:30rpx;border:1rpx solid #707070;border-radius:4rpx;margin:0 6rpx;font-size:0;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.dishu input{width:100%;height:30rpx;line-height:30rpx;padding:5rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;font-size:26rpx;color:#8c9198}.dibuliteml,
2 .di, 2 .di,
3 .ye, 3 .ye,
4 .dibulitemx, 4 .dibulitemx,
1 -(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/xiangmuprogress/xiangmuprogress"],{"073d":function(t,e,n){"use strict";(function(t){n("bdbd"),n("921b");o(n("66fd"));var e=o(n("ffdb"));function o(t){return t&&t.__esModule?t:{default:t}}t(e.default)}).call(this,n("543d")["createPage"])},2166:function(t,e,n){"use strict";n.r(e);var o=n("593d"),a=n.n(o);for(var i in o)"default"!==i&&function(t){n.d(e,t,(function(){return o[t]}))}(i);e["default"]=a.a},"4e90":function(t,e,n){"use strict";var o=n("d869"),a=n.n(o);a.a},"593d":function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n={onLaunch:function(){console.log("App Launch")},onShow:function(){console.log("App Show")},onHide:function(){console.log("App Hide")},post:function(e,n,o){var a=this,i=new Promise((function(i,r){var c=t.getStorageSync("token"),f={token:c||""};t.request({url:a.globalData.baseUrl+e,data:n,method:o,header:f,success:function(t){200==t.statusCode?i(t):r(t.data)},fail:function(t){console.log(t),r("网络出错"),wx.hideNavigationBarLoading()},complete:function(t){}})}));return i},globalData:{userInfo:null,baseUrl:"https://www.bjzha.net/api/"}};e.default=n}).call(this,n("543d")["default"])},"59df":function(t,e,n){"use strict";n.r(e);var o=n("2166");for(var a in o)"default"!==a&&function(t){n.d(e,t,(function(){return o[t]}))}(a);n("4e90");var i,r,c,f,u=n("f0c5"),s=Object(u["a"])(o["default"],i,r,!1,null,null,null,!1,c,f);e["default"]=s.exports},7478:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var o=i(n("59df")),a=i(n("b86c"));function i(t){return t&&t.__esModule?t:{default:t}}function r(t){if("undefined"===typeof Symbol||null==t[Symbol.iterator]){if(Array.isArray(t)||(t=c(t))){var e=0,n=function(){};return{s:n,n:function(){return e>=t.length?{done:!0}:{done:!1,value:t[e++]}},e:function(t){throw t},f:n}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var o,a,i=!0,r=!1;return{s:function(){o=t[Symbol.iterator]()},n:function(){var t=o.next();return i=t.done,t},e:function(t){r=!0,a=t},f:function(){try{i||null==o.return||o.return()}finally{if(r)throw a}}}}function c(t,e){if(t){if("string"===typeof t)return f(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(n):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?f(t,e):void 0}}function f(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,o=new Array(e);n<e;n++)o[n]=t[n];return o}var u={data:function(){return{selshow:!1,statusBarH:this.statusBar,customBarH:this.customBar,item:"",projectjiejian:[],pingshenlist:[],projectbaogaolist:[],advice:""}},onLoad:function(t){var e=JSON.parse(t.item);e.fsubmitfindate=e.fsubmitfindate.split("T"),e.fsubmitfindate=e.fsubmitfindate[0],this.item=e;var n=this.item;n.ftoauditamt=a.default.change(n.ftoauditamt),n.fditoauditamt=a.default.change(n.fditoauditamt),n.fauditamount=a.default.change(n.fauditamount),n.fshenjianmoney=a.default.change(n.fshenjianmoney),n.fextoauditamt=a.default.change(n.fextoauditamt),n.fexauditamount=a.default.change(n.fexauditamount),n.fexshenjianmoney=a.default.change(n.fexshenjianmoney),this.item=n,console.log("数据显示",this.item),this.project(),this.pingshenproject(),this.projectbaogao(),this.getadvice()},onShow:function(){},onLaunch:function(){},methods:{selectxuan:function(){console.log(888),this.selshow=!this.selshow},getadvice:function(){var t=this;console.log(9988776655,t.item.fid);var e="project/Get_Processedtimedoc",n={fid:t.item.fid};o.default.post(e,n,"get").then((function(e){console.log("专家意见",e),t.advice=e.data,console.log(t.advice)})).catch((function(t){console.log(t)}))},project:function(){var t=this;console.log(9988776655,t.item.fid);var e="project/Get_bd_prjcomponentlv",n={fid:t.item.fid,fname:"项目接件"};o.default.post(e,n,"get").then((function(e){console.log(e),t.projectjiejian=e.data;var n,o=t.projectjiejian,a=r(o);try{for(a.s();!(n=a.n()).done;){var i=n.value;i.fprocessmemotime=i.fprocessmemotime.split("T"),i.fprocessmemotime=i.fprocessmemotime[0]}}catch(c){a.e(c)}finally{a.f()}t.projectjiejian=o,console.log(t.projectjiejian.length)})).catch((function(t){console.log(t)}))},pingshenproject:function(){var t=this;console.log(9988776655,t.item.fid);var e="project/Get_bd_prjcomponentlv",n={fid:t.item.fid,fname:"评审过程"};o.default.post(e,n,"get").then((function(e){t.pingshenlist=e.data,console.log("评审过程",e);var n,o=t.pingshenlist,a=r(o);try{for(a.s();!(n=a.n()).done;){var i=n.value;i.fprocessmemotime1=i.fprocessmemotime1.split("T"),i.fprocessmemotime1=i.fprocessmemotime1[0]}}catch(c){a.e(c)}finally{a.f()}t.pingshenlist=o})).catch((function(t){console.log(t)}))},projectbaogao:function(){var t=this;console.log(9988776655,t.item.fid);var e="project/Get_bd_prjcomponentlv",n={fid:t.item.fid,fname:"评审报告"};o.default.post(e,n,"get").then((function(e){t.projectbaogaolist=e.data;var n,o=t.projectbaogaolist,a=r(o);try{for(a.s();!(n=a.n()).done;){var i=n.value;i.fprocessmemotime3=i.fprocessmemotime3.split("T"),i.fprocessmemotime3=i.fprocessmemotime3[0]}}catch(c){a.e(c)}finally{a.f()}t.projectbaogaolist=o,console.log("评审报告",t.projectbaogaolist)})).catch((function(t){console.log(t)}))}}};e.default=u},9874:function(t,e,n){"use strict";var o,a=function(){var t=this,e=t.$createElement;t._self._c},i=[];n.d(e,"b",(function(){return a})),n.d(e,"c",(function(){return i})),n.d(e,"a",(function(){return o}))},bddb:function(t,e,n){"use strict";var o=n("fac9"),a=n.n(o);a.a},d869:function(t,e,n){},e770:function(t,e,n){"use strict";n.r(e);var o=n("7478"),a=n.n(o);for(var i in o)"default"!==i&&function(t){n.d(e,t,(function(){return o[t]}))}(i);e["default"]=a.a},fac9:function(t,e,n){},ffdb:function(t,e,n){"use strict";n.r(e);var o=n("9874"),a=n("e770");for(var i in a)"default"!==i&&function(t){n.d(e,t,(function(){return a[t]}))}(i);n("bddb");var r,c=n("f0c5"),f=Object(c["a"])(a["default"],o["b"],o["c"],!1,null,null,null,!1,o["a"],r);e["default"]=f.exports}},[["073d","common/runtime","common/vendor"]]]);  
  1 +(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/xiangmuprogress/xiangmuprogress"],{"073d":function(t,e,o){"use strict";(function(t){o("bdbd"),o("921b");n(o("66fd"));var e=n(o("ffdb"));function n(t){return t&&t.__esModule?t:{default:t}}t(e.default)}).call(this,o("543d")["createPage"])},2166:function(t,e,o){"use strict";o.r(e);var n=o("593d"),a=o.n(n);for(var i in n)"default"!==i&&function(t){o.d(e,t,(function(){return n[t]}))}(i);e["default"]=a.a},"46fc":function(t,e,o){"use strict";var n,a=function(){var t=this,e=t.$createElement;t._self._c},i=[];o.d(e,"b",(function(){return a})),o.d(e,"c",(function(){return i})),o.d(e,"a",(function(){return n}))},"4e90":function(t,e,o){"use strict";var n=o("d869"),a=o.n(n);a.a},"593d":function(t,e,o){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var o={onLaunch:function(){console.log("App Launch")},onShow:function(){console.log("App Show")},onHide:function(){console.log("App Hide")},post:function(e,o,n){var a=this,i=new Promise((function(i,r){var c=t.getStorageSync("token"),u={token:c||""};t.request({url:a.globalData.baseUrl+e,data:o,method:n,header:u,success:function(t){200==t.statusCode?i(t):r(t.data)},fail:function(t){console.log(t),r("网络出错"),wx.hideNavigationBarLoading()},complete:function(t){}})}));return i},globalData:{userInfo:null,baseUrl:"https://www.bjzha.net/api/"}};e.default=o}).call(this,o("543d")["default"])},"59df":function(t,e,o){"use strict";o.r(e);var n=o("2166");for(var a in n)"default"!==a&&function(t){o.d(e,t,(function(){return n[t]}))}(a);o("4e90");var i,r,c,u,f=o("f0c5"),s=Object(f["a"])(n["default"],i,r,!1,null,null,null,!1,c,u);e["default"]=s.exports},7478:function(t,e,o){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n=i(o("59df")),a=i(o("b86c"));function i(t){return t&&t.__esModule?t:{default:t}}function r(t){if("undefined"===typeof Symbol||null==t[Symbol.iterator]){if(Array.isArray(t)||(t=c(t))){var e=0,o=function(){};return{s:o,n:function(){return e>=t.length?{done:!0}:{done:!1,value:t[e++]}},e:function(t){throw t},f:o}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var n,a,i=!0,r=!1;return{s:function(){n=t[Symbol.iterator]()},n:function(){var t=n.next();return i=t.done,t},e:function(t){r=!0,a=t},f:function(){try{i||null==n.return||n.return()}finally{if(r)throw a}}}}function c(t,e){if(t){if("string"===typeof t)return u(t,e);var o=Object.prototype.toString.call(t).slice(8,-1);return"Object"===o&&t.constructor&&(o=t.constructor.name),"Map"===o||"Set"===o?Array.from(o):"Arguments"===o||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(o)?u(t,e):void 0}}function u(t,e){(null==e||e>t.length)&&(e=t.length);for(var o=0,n=new Array(e);o<e;o++)n[o]=t[o];return n}var f={data:function(){return{selshow:!1,statusBarH:this.statusBar,customBarH:this.customBar,item:"",projectjiejian:[],pingshenlist:[],projectbaogaolist:[],advice:"",hourguocheng:0,hourbaogao:0,hourjiejian:0}},onLoad:function(t){var e=JSON.parse(t.item);e.fsubmitfindate=e.fsubmitfindate.split("T"),e.fsubmitfindate=e.fsubmitfindate[0],this.item=e;var o=this.item;o.ftoauditamt=a.default.change(o.ftoauditamt),o.fditoauditamt=a.default.change(o.fditoauditamt),o.fauditamount=a.default.change(o.fauditamount),o.fshenjianmoney=a.default.change(o.fshenjianmoney),o.fextoauditamt=a.default.change(o.fextoauditamt),o.fexauditamount=a.default.change(o.fexauditamount),o.fexshenjianmoney=a.default.change(o.fexshenjianmoney),this.item=o,console.log("数据显示",this.item),this.project(),this.pingshenproject(),this.projectbaogao(),this.getadvice()},onShow:function(){},onLaunch:function(){},methods:{selectxuan:function(){console.log(888),this.selshow=!this.selshow},getadvice:function(){var t=this;console.log(9988776655,t.item.fid);var e="project/Get_Processedtimedoc",o={fid:t.item.fid};n.default.post(e,o,"get").then((function(e){console.log("专家意见",e),t.advice=e.data,console.log(t.advice)})).catch((function(t){console.log(t)}))},project:function(){var t=this;console.log(9988776655,t.item.fid);var e="project/Get_bd_prjcomponentlv",o={fid:t.item.fid,fname:"项目接件"};n.default.post(e,o,"get").then((function(e){console.log(e),t.projectjiejian=e.data;var o=t.projectjiejian,n=0;if(0!=o.length){var a,i=r(o);try{for(i.s();!(a=i.n()).done;){var c=a.value;c.fprocessmemotime=c.fprocessmemotime.split("T"),c.fprocessmemotime=c.fprocessmemotime[0],n+=Number(c.fprocessmemodate)}}catch(u){i.e(u)}finally{i.f()}t.hourjiejian=n}t.projectjiejian=o,console.log(t.projectjiejian.length)})).catch((function(t){console.log(t)}))},pingshenproject:function(){var t=this;console.log(9988776655,t.item.fid);var e="project/Get_bd_prjcomponentlv",o={fid:t.item.fid,fname:"评审过程"};n.default.post(e,o,"get").then((function(e){t.pingshenlist=e.data,console.log("评审过程",e);var o=t.pingshenlist;if(0!=o.length){var n,a=0,i=r(o);try{for(i.s();!(n=i.n()).done;){var c=n.value;c.fprocessmemotime1=c.fprocessmemotime1.split("T"),c.fprocessmemotime1=c.fprocessmemotime1[0],a+=Number(c.fprocessmemodate1)}}catch(u){i.e(u)}finally{i.f()}t.hourguocheng=a}t.pingshenlist=o})).catch((function(t){console.log(t)}))},projectbaogao:function(){var t=this;console.log(9988776655,t.item.fid);var e="project/Get_bd_prjcomponentlv",o={fid:t.item.fid,fname:"评审报告"};n.default.post(e,o,"get").then((function(e){t.projectbaogaolist=e.data;var o=t.projectbaogaolist;if(0!=o.length){var n,a=0,i=r(o);try{for(i.s();!(n=i.n()).done;){var c=n.value;c.fprocessmemotime3=c.fprocessmemotime3.split("T"),c.fprocessmemotime3=c.fprocessmemotime3[0],a+=Number(c.fprocessmemodate3)}}catch(u){i.e(u)}finally{i.f()}t.hourbaogao=a}t.projectbaogaolist=o,console.log("评审报告",t.projectbaogaolist)})).catch((function(t){console.log(t)}))}}};e.default=f},bddb:function(t,e,o){"use strict";var n=o("fac9"),a=o.n(n);a.a},d869:function(t,e,o){},e770:function(t,e,o){"use strict";o.r(e);var n=o("7478"),a=o.n(n);for(var i in n)"default"!==i&&function(t){o.d(e,t,(function(){return n[t]}))}(i);e["default"]=a.a},fac9:function(t,e,o){},ffdb:function(t,e,o){"use strict";o.r(e);var n=o("46fc"),a=o("e770");for(var i in a)"default"!==i&&function(t){o.d(e,t,(function(){return a[t]}))}(i);o("bddb");var r,c=o("f0c5"),u=Object(c["a"])(a["default"],n["b"],n["c"],!1,null,null,null,!1,n["a"],r);e["default"]=u.exports}},[["073d","common/runtime","common/vendor"]]]);
1 -<view class="box"><view class="renyuan"><view class="jibenhead"><view class="jibenleft"><view class="projectinfoname"><image src="../../static/img/renyuan.png" mode></image></view><view class="projectname">基本信息</view></view><view class="jibenright"><block wx:if="{{item.ffinauditstatus=='已审结'}}"><image src="../../static/img/shenhe.png" mode></image></block><block wx:else><image src="../../static/img/shenhezhong.png" mode></image></block></view></view><view class="projectlist"><view class="projectitem"><view class="projectitemleft">项目编号:</view><view class="projectitemright">{{item.fnumber}}</view></view><view class="projectitem"><view class="projectitemleft">项目类型:</view><view class="projectitemright">{{item.fprojecttype}}</view></view><view class="projectitem"><view class="projectitemleft">项目名称:</view><view class="projectitemright">{{item.fname}}</view></view><view class="projectitem"><view class="projectitemleft">当前评审节点:</view><view class="projectitemright">{{item.fcurrentname}}</view></view><view class="projectitem"><view class="projectitemleft">评审类型:</view><view class="projectitemright">{{item.freviewtype}}</view></view><view class="projectitem"><view class="projectitemleft">送审单位:</view><block wx:if="{{item.fdrgdoment==undefined}}"><view class="projectitemright"></view></block><block wx:else><view class="projectitemright">{{item.fdrgdoment}}</view></block></view><view class="projectitem"><view class="projectitemleft">送审金额:</view><block wx:if="{{item.ftoauditamt==undefined}}"><view class="projectitemright"></view></block><block wx:else><view class="projectitemright">{{item.ftoauditamt}}</view></block></view><view class="projectitem"><view class="projectitemleft">送审时间:</view><block wx:if="{{item.fsubmitfindate==undefined}}"><view class="projectitemright"></view></block><block wx:else><view class="projectitemright">{{item.fsubmitfindate}}</view></block></view><view class="projectitem"><view class="projectitemleft">项目业主负责人:</view><block wx:if="{{item.fdrgmants==undefined}}"><view class="projectitemright"></view></block><block wx:else><view class="projectitemright">{{item.fdrgmants}}</view></block></view><view class="projectitem"><view class="projectitemleft">项目业主联系人:</view><block wx:if="{{item.fstandbyphones==undefined}}"><view class="projectitemright"></view></block><block wx:else><view class="projectitemright">{{item.fcontacter}}</view></block></view><view class="projectitem"><view class="projectitemleft">项目业主联系人手机号:</view><block wx:if="{{item.fstandbyphones==undefined}}"><view class="projectitemright"></view></block><block wx:else><view class="projectitemright">{{item.fstandbyphones}}</view></block></view></view></view><view class="renyaoqiu"><view class="projectinfo"><view class="projectinfoname"><image src="../../static/img/xinxi.png" mode></image></view><view class="projectname">项目人员信息</view></view><view class="projectlist"><view class="projectitem"><view class="renyuanleft">项目组:</view><block wx:if="{{item.fteam==undefined}}"><view class="zuxiangmu"></view></block><block wx:else><view class="zuxiangmu">{{''+item.fteam+''}}</view></block></view><view class="projectitem"><view class="renyuanleft">项目经办人1:</view><block wx:if="{{item.fprjleaderone==undefined}}"><view class="zuxiangmu"></view></block><block wx:else><view class="zuxiangmu">{{''+item.fprjleaderone+''}}</view></block></view><view class="projectitem"><view class="renyuanleft">项目经办人2:</view><block wx:if="{{item.fprjleadertwo==undefined}}"><view class="zuxiangmu"></view></block><block wx:else><view class="zuxiangmu">{{''+item.fprjleadertwo+''}}</view></block></view><view class="projectitem"><view class="renyuanleft">咨询单位:</view><block wx:if="{{item.fintorgid==undefined}}"><view class="zuxiangmu"></view></block><block wx:else><view class="zuxiangmu">{{''+item.fintorgname+''}}</view></block></view><view class="projectitem"><view class="renyuanleft">大足区中介负责人:</view><block wx:if="{{item.fauthorizeman==undefined}}"><view class="zuxiangmu"></view></block><block wx:else><view class="zuxiangmu">{{''+item.fauthorizeman+''}}</view></block></view><view class="projectitem"><view class="renyuanleft">大足区中介负责人手机:</view><block wx:if="{{item.fauthphone==undefined}}"><view class="zuxiangmu"></view></block><block wx:else><view class="zuxiangmu">{{''+item.fauthphone+''}}</view></block></view><view class="projectitem"><view class="renyuanleft">专家:</view><block wx:if="{{item.fprjexpert==undefined}}"><view class="zuxiangmu"></view></block><block wx:else><view class="zuxiangmu">{{''+item.fprjexpert+''}}</view></block></view><view class="projectitem"><view class="renyuanleft">专家手机:</view><block wx:if="{{item.asfprjexpertphone==undefined}}"><view class="zuxiangmu"></view></block><block wx:else><view class="zuxiangmu">{{''+item.asfprjexpertphone+''}}</view></block></view></view></view><view class="renyaoqiu"><view class="projectinfo"><view class="projectinfoname"><image src="../../static/img/zhengqiu.png" mode></image></view><view class="projectname">中介征求意见稿</view></view><view class="projectlist"><view class="projectitem"><view class="renyuanleft">送审金额:</view><block wx:if="{{item.fditoauditamt==undefined}}"><view class="zuxiangmu"></view></block><block wx:else><view class="zuxiangmu">{{''+item.fditoauditamt+''}}</view></block></view><view class="projectitem"><view class="renyuanleft">审定金额(元):</view><view class="zuxiangmu">{{''+item.fauditamount+''}}</view></view><view class="projectitem"><view class="renyuanleft">审减(增)金额:</view><view class="zuxiangmu">{{''+item.fshenjianmoney+''}}</view></view><view class="projectitem"><view class="renyuanleft">审减(增)率:</view><view class="zuxiangmu">{{''+item.fshenjianrate+''}}</view></view></view></view><view class="renyaoqiu"><view class="projectinfo"><view class="projectinfoname"><image src="../../static/img/zhengqiu.png" mode></image></view><view class="projectname">专家审核结果</view></view><view class="projectlist"><view class="projectitem"><view class="renyuanleft">送审金额:</view><block wx:if="{{item.ftoauditamt==undefined}}"><view class="zuxiangmu"></view></block><block wx:else><view class="zuxiangmu">{{''+item.fextoauditamt+''}}</view></block></view><view class="projectitem"><view class="renyuanleft">审定金额(元):</view><view class="zuxiangmu">{{''+item.fexauditamount+''}}</view></view><view class="projectitem"><view class="renyuanleft">审减(增)金额:</view><view class="zuxiangmu">{{''+item.fexshenjianmoney+''}}</view></view><view class="projectitem"><view class="renyuanleft">审减(增)率:</view><view class="zuxiangmu">{{''+item.fexshenjianrate+''}}</view></view></view></view><view class="advise"><view class="projectinfo"><view class="projectinfoname"><image src="../../static/img/zhuanjiaad.png" mode></image></view><view class="projectname">专家建议</view></view><block wx:if="{{advice.length==0}}"><view class="noadvice">暂无数据</view></block><block wx:else><view class="advicetext">{{''+advice[0].fexfilename+''}}</view></block></view><view class="projectinfo"><view class="projectinfoname"><image src="../../static/img/xinxi.png" mode></image></view><view class="projectname">项目接件</view></view><block wx:if="{{projectjiejian.length==0}}"><view class="noadvice">暂无数据</view></block><block wx:else><view class="jiejian"><view class="head"><view class="headitem jiedain">评审节点</view><view class="headitem workcontent">工作内容</view><view class="headitem worktime">时间</view><view class="headitem workday">用时(工作日)</view></view><view class="xiangmlist"><block wx:for="{{projectjiejian}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="xiangmulistitem"><view class="xiangming pjiedain">{{item.fname}}</view><view class="pingshen workcontentp">{{item.fprocessmemo}}</view><view class="state worktimep">{{item.fprocessmemotime}}</view><view class="state workday">{{item.fprocessmemodate}}</view></view></block></view></view></block><view class="projectinfo"><view class="projectinfoname"><image src="../../static/img/xinxi.png" mode></image></view><view class="projectname">评审过程</view></view><block wx:if="{{pingshenlist.length==0}}"><view class="noadvice">暂无数据</view></block><block wx:else><view class="jiejian"><view class="head"><view class="headitem jiedain">评审节点</view><view class="headitem workcontent">工作内容</view><view class="headitem worktime">时间</view><view class="headitem workday">用时(工作日)</view></view><view class="xiangmlist"><block wx:for="{{pingshenlist}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="xiangmulistitem"><view class="xiangming pjiedain">{{item.fname}}</view><view class="pingshen workcontentp">{{item.fprocessmemo1}}</view><view class="state worktimep">{{item.fprocessmemotime1}}</view><view class="state workday">{{item.fprocessmemodate1}}</view></view></block></view></view></block><view class="projectinfo"><view class="projectinfoname"><image src="../../static/img/xinxi.png" mode></image></view><view class="projectname">评审报告</view></view><block wx:if="{{projectbaogaolist.length==0}}"><view class="noadvice">暂无数据</view></block><block wx:else><view class="jiejian"><view class="head"><view class="headitem jiedain">评审节点</view><view class="headitem workcontent">工作内容</view><view class="headitem worktime">时间</view><view class="headitem workday">用时(工作日)</view></view><view class="xiangmlist"><block wx:for="{{projectbaogaolist}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="xiangmulistitem"><view class="xiangming pjiedain">{{item.fname}}</view><view class="pingshen workcontentp">{{item.fprocessmemo3}}</view><view class="state worktimep">{{item.fprocessmemotime3}}</view><view class="state workday">{{item.fprocessmemodate3}}</view></view></block></view></view></block></view>  
  1 +<view class="box"><view class="renyuan"><view class="jibenhead"><view class="jibenleft"><view class="projectinfoname"><image src="../../static/img/renyuan.png" mode></image></view><view class="projectname">基本信息</view></view><view class="jibenright"><block wx:if="{{item.ffinauditstatus=='已审结'}}"><image src="../../static/img/shenhe.png" mode></image></block><block wx:else><image src="../../static/img/shenhezhong.png" mode></image></block></view></view><view class="projectlist"><view class="projectitem"><view class="projectitemleft">项目名称:</view><view class="projectitemright">{{item.fname}}</view></view><view class="projectitem"><view class="projectitemleft">送审金额:</view><block wx:if="{{item.ftoauditamt==undefined}}"><view class="projectitemright"></view></block><block wx:else><view class="projectitemright">{{item.ftoauditamt}}</view></block></view><view class="projectitem"><view class="projectitemleft">送审时间:</view><block wx:if="{{item.fsubmitfindate==undefined}}"><view class="projectitemright"></view></block><block wx:else><view class="projectitemright">{{item.fsubmitfindate}}</view></block></view></view></view><view class="projectinfo"><view class="projectinfoname"><image src="../../static/img/xinxi.png" mode></image></view><view class="projectname">项目接件</view><view class="projectname">{{"(总共用时"+hourjiejian+"日)"}}</view></view><block wx:if="{{projectjiejian.length==0}}"><view class="noadvice">暂无数据</view></block><block wx:else><view class="jiejian"><view class="head"><view class="headitem jiedain">评审节点</view><view class="headitem workcontent">工作内容</view><view class="headitem worktime">时间</view><view class="headitem workday">用时(工作日)</view></view><view class="xiangmlist"><block wx:for="{{projectjiejian}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="xiangmulistitem"><view class="xiangming pjiedain">{{item.fname}}</view><view class="pingshen workcontentp">{{item.fprocessmemo}}</view><view class="state worktimep">{{item.fprocessmemotime}}</view><view class="state workday">{{item.fprocessmemodate}}</view></view></block></view></view></block><view class="projectinfo"><view class="projectinfoname"><image src="../../static/img/xinxi.png" mode></image></view><view class="projectname">评审过程</view><view class="projectname">{{"(总共用时"+hourguocheng+"日)"}}</view></view><block wx:if="{{pingshenlist.length==0}}"><view class="noadvice">暂无数据</view></block><block wx:else><view class="jiejian"><view class="head"><view class="headitem jiedain">评审节点</view><view class="headitem workcontent">工作内容</view><view class="headitem worktime">时间</view><view class="headitem workday">用时(工作日)</view></view><view class="xiangmlist"><block wx:for="{{pingshenlist}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="xiangmulistitem"><view class="xiangming pjiedain">{{item.fname}}</view><view class="pingshen workcontentp">{{item.fprocessmemo1}}</view><view class="state worktimep">{{item.fprocessmemotime1}}</view><view class="state workday">{{item.fprocessmemodate1}}</view></view></block></view></view></block><view class="projectinfo"><view class="projectinfoname"><image src="../../static/img/xinxi.png" mode></image></view><view class="projectname">评审报告</view><view class="projectname">{{"(总共用时"+hourbaogao+"日)"}}</view></view><block wx:if="{{projectbaogaolist.length==0}}"><view class="noadvice">暂无数据</view></block><block wx:else><view class="jiejian"><view class="head"><view class="headitem jiedain">评审节点</view><view class="headitem workcontent">工作内容</view><view class="headitem worktime">时间</view><view class="headitem workday">用时(工作日)</view></view><view class="xiangmlist"><block wx:for="{{projectbaogaolist}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="xiangmulistitem"><view class="xiangming pjiedain">{{item.fname}}</view><view class="pingshen workcontentp">{{item.fprocessmemo3}}</view><view class="state worktimep">{{item.fprocessmemotime3}}</view><view class="state workday">{{item.fprocessmemodate3}}</view></view></block></view></view></block></view>
1 -.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}page{background:#fff}.box{background:#f9f9f9;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.projectinfo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.advicetext{color:#3d444d;font-size:24rpx;padding:32rpx;-webkit-box-sizing:border-box;box-sizing:border-box;line-height:1.5}.jibenhead{width:100%;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #bdc4ce}.jibenleft{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.jibenright{width:88rpx;height:88rpx;fotn-size:0}.jibenright image{width:100%;height:100%}.projectinfoname{width:44rpx;height:44rpx;font-size:0}.projectinfoname image{width:100%;height:100%}.projectname{color:#3d444d;font-size:28rpx;font-weight:700;margin-left:16rpx}.projectinfo{padding:36rpx 32rpx 16rpx;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #bdc4ce}.projectlist{padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.projectitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:32rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.projectitemleft{color:#8c9198;font-size:28rpx}.projectitemright{color:#3d444d;font-size:26rpx;font-weight:700}.renyuanleft{color:#8c9198;font-size:28rpx}.renyuanright{width:300rpx;height:60rpx;background:#eee;padding:14rpx 28rpx;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.renyuanright input{width:100%;height:40rpx;color:#8c9198;font-size:24rpx}.xiangmuyuan{color:#8c9198;font-size:24rpx}.zixunbottom{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:28rpx 32rpx 34rpx}.zixunbotleft{width:130rpx;height:80rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx}.zixunbotright{width:532rpx;height:80rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx;margin-left:24rpx}.renyaoqiu{margin-top:12rpx}.zixundan{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:44rpx 42rpx 16rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #bdc4ce}.zixundanitem{color:#06121e;font-size:28rpx}.zixunbox{padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zixundanboxlist{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box}.zixunname{width:120rpx;color:#06121e;font-size:24rpx;line-height:1.5;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center}.zixunshu{width:170rpx;margin-left:60rpx;text-align:left;color:#06121e;font-size:24rpx;line-height:1.4}.zixuntou{width:168rpx;height:40rpx;opacity:1;border-radius:8rpx;color:#06121e;font-size:24rpx;text-align:center;line-height:1.2;margin-left:40rpx}.zuxiangmu{color:#3d444d;font-size:26rpx;font-weight:700}.querenfen{width:686rpx;height:80rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx}.caozuo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:20rpx}.caozuoleft{width:28rpx;height:28rpx;font-size:0}.caozuoleft image{width:100%;height:100%}.caozuoyou{margin-left:10rpx}.head{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:32rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-justify-content:space-around;justify-content:space-around;border-bottom:2rpx solid #bdc4ce}.headitem{color:#06121e;font-size:28rpx;font-weight:700}.xiangmulistitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-justify-content:space-around;justify-content:space-around;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:22rpx 0 34rpx;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee;background:#fff}.xiangmuhao{width:76rpx;color:#06121e;font-size:24rpx;text-align:center}.xiangming{width:150rpx;color:#06121e;font-size:24rpx;margin-left:4rpx;text-align:center;line-height:1.5}.pingshen{color:#06121e;font-size:24rpx;margin-left:10rpx;width:240rpx;text-align:center}.state{width:240rpx;color:#06121e;font-size:24rpx;margin-left:30rpx;line-height:1.4}.caozuoshuo{width:240rpx;text-align:center}.bianhao{width:15%;text-align:center;word-break:break-all}.jiedain{width:20%;text-align:center}.workcontent{width:30%;text-align:center}.worktime{width:20%;text-align:center}.workday{width:25%;text-align:center}.jiejian{padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.xiangmlist{-webkit-box-sizing:border-box;box-sizing:border-box}.jiejian{background:#fff}.pjiedain{width:20%;margin-left:10rpx}.workcontentp{width:25%;text-align:center;margin-left:50rpx}.worktimep{width:25%;text-align:center}.noadvice{color:#999;font-size:30rpx;text-align:center;margin-top:40rpx}  
  1 +.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.shaiselecttop{width:750rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;padding-top:10rpx;padding-bottom:10rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.shaiselect{display:inline-block;width:200rpx;height:64rpx;background:#0093ff;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;border-radius:30rpx}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}page{background:#fff}.box{padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.projectinfo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.advicetext{color:#3d444d;font-size:24rpx;padding:32rpx;-webkit-box-sizing:border-box;box-sizing:border-box;line-height:1.5}.jibenhead{width:100%;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #bdc4ce}.jibenleft{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.jibenright{width:88rpx;height:88rpx;fotn-size:0}.jibenright image{width:100%;height:100%}.projectinfoname{width:44rpx;height:44rpx;font-size:0}.projectinfoname image{width:100%;height:100%}.projectname{color:#3d444d;font-size:28rpx;font-weight:700;margin-left:16rpx}.projectinfo{padding:36rpx 32rpx 16rpx;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #bdc4ce}.projectlist{padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.projectitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:32rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.projectitemleft{color:#8c9198;font-size:28rpx}.projectitemright{width:480rpx;margin-left:20rpx;color:#3d444d;font-size:26rpx;font-weight:700;text-align:right}.renyuanleft{color:#8c9198;font-size:28rpx}.renyuanright{width:300rpx;height:60rpx;background:#eee;padding:14rpx 28rpx;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.renyuanright input{width:100%;height:40rpx;color:#8c9198;font-size:24rpx}.xiangmuyuan{color:#8c9198;font-size:24rpx}.zixunbottom{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:28rpx 32rpx 34rpx}.zixunbotleft{width:130rpx;height:80rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx}.zixunbotright{width:532rpx;height:80rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx;margin-left:24rpx}.renyaoqiu{margin-top:12rpx}.zixundan{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:44rpx 42rpx 16rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #bdc4ce}.zixundanitem{color:#06121e;font-size:28rpx}.zixunbox{padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zixundanboxlist{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box}.zixunname{width:120rpx;color:#06121e;font-size:24rpx;line-height:1.5;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center}.zixunshu{width:170rpx;margin-left:60rpx;text-align:left;color:#06121e;font-size:24rpx;line-height:1.4}.zixuntou{width:168rpx;height:40rpx;opacity:1;border-radius:8rpx;color:#06121e;font-size:24rpx;text-align:center;line-height:1.2;margin-left:40rpx}.zuxiangmu{color:#3d444d;font-size:26rpx;font-weight:700}.querenfen{width:686rpx;height:80rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx}.caozuo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:20rpx}.caozuoleft{width:28rpx;height:28rpx;font-size:0}.caozuoleft image{width:100%;height:100%}.caozuoyou{margin-left:10rpx}.head{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:32rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-justify-content:space-around;justify-content:space-around;border-bottom:2rpx solid #bdc4ce}.headitem{color:#06121e;font-size:28rpx;font-weight:700}.xiangmulistitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-justify-content:space-around;justify-content:space-around;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:22rpx 0 34rpx;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee;background:#fff}.xiangmuhao{width:76rpx;color:#06121e;font-size:24rpx;text-align:center}.xiangming{width:150rpx;color:#06121e;font-size:24rpx;margin-left:4rpx;text-align:center;line-height:1.5}.pingshen{color:#06121e;font-size:24rpx;margin-left:10rpx;width:240rpx;text-align:center}.state{width:240rpx;color:#06121e;font-size:24rpx;margin-left:30rpx;line-height:1.4}.caozuoshuo{width:240rpx;text-align:center}.bianhao{width:15%;text-align:center;word-break:break-all}.jiedain{width:20%;text-align:center}.workcontent{width:30%;text-align:center}.worktime{width:20%;text-align:center}.workday{width:25%;text-align:center}.jiejian{padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.xiangmlist{-webkit-box-sizing:border-box;box-sizing:border-box}.jiejian{background:#fff}.pjiedain{width:20%;margin-left:10rpx}.workcontentp{width:25%;text-align:center;margin-left:50rpx}.worktimep{width:25%;text-align:center}.noadvice{color:#999;font-size:30rpx;text-align:center;margin-top:40rpx}
1 -(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/xiangmutaizhang/xiangmutaizhang"],{2166:function(t,e,n){"use strict";n.r(e);var a=n("593d"),o=n.n(a);for(var i in a)"default"!==i&&function(t){n.d(e,t,(function(){return a[t]}))}(i);e["default"]=o.a},3582:function(t,e,n){"use strict";n.r(e);var a=n("4099"),o=n("f708");for(var i in o)"default"!==i&&function(t){n.d(e,t,(function(){return o[t]}))}(i);n("dd5c");var r,u=n("f0c5"),c=Object(u["a"])(o["default"],a["b"],a["c"],!1,null,null,null,!1,a["a"],r);e["default"]=c.exports},4099:function(t,e,n){"use strict";var a,o=function(){var t=this,e=t.$createElement;t._self._c},i=[];n.d(e,"b",(function(){return o})),n.d(e,"c",(function(){return i})),n.d(e,"a",(function(){return a}))},"4e90":function(t,e,n){"use strict";var a=n("d869"),o=n.n(a);o.a},"593d":function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n={onLaunch:function(){console.log("App Launch")},onShow:function(){console.log("App Show")},onHide:function(){console.log("App Hide")},post:function(e,n,a){var o=this,i=new Promise((function(i,r){var u=t.getStorageSync("token"),c={token:u||""};t.request({url:o.globalData.baseUrl+e,data:n,method:a,header:c,success:function(t){200==t.statusCode?i(t):r(t.data)},fail:function(t){console.log(t),r("网络出错"),wx.hideNavigationBarLoading()},complete:function(t){}})}));return i},globalData:{userInfo:null,baseUrl:"https://www.bjzha.net/api/"}};e.default=n}).call(this,n("543d")["default"])},"59df":function(t,e,n){"use strict";n.r(e);var a=n("2166");for(var o in a)"default"!==o&&function(t){n.d(e,t,(function(){return a[t]}))}(o);n("4e90");var i,r,u,c,l=n("f0c5"),s=Object(l["a"])(a["default"],i,r,!1,null,null,null,!1,u,c);e["default"]=s.exports},"5d27":function(t,e,n){},"5f5d":function(t,e,n){"use strict";(function(t){n("bdbd"),n("921b");a(n("66fd"));var e=a(n("3582"));function a(t){return t&&t.__esModule?t:{default:t}}t(e.default)}).call(this,n("543d")["createPage"])},"87d1":function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=o(n("59df"));function o(t){return t&&t.__esModule?t:{default:t}}function i(t){if("undefined"===typeof Symbol||null==t[Symbol.iterator]){if(Array.isArray(t)||(t=r(t))){var e=0,n=function(){};return{s:n,n:function(){return e>=t.length?{done:!0}:{done:!1,value:t[e++]}},e:function(t){throw t},f:n}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var a,o,i=!0,u=!1;return{s:function(){a=t[Symbol.iterator]()},n:function(){var t=a.next();return i=t.done,t},e:function(t){u=!0,o=t},f:function(){try{i||null==a.return||a.return()}finally{if(u)throw o}}}}function r(t,e){if(t){if("string"===typeof t)return u(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(n):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?u(t,e):void 0}}function u(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,a=new Array(e);n<e;n++)a[n]=t[n];return a}var c={data:function(){return{tizhangshow:!1,fprojectcategory:"",fintorg:"",sendyear:"",submitdateone:"",submitdatetwo:"",xiangmulist:[],projectlist:[],index:0,danweilist:[],danweiindex:0,end:"",yeararr:[],yearindex:-1,startdate:"开始时间",endate:"结束时间",projectname:"项目类型",danweiname:"咨询单位"}},onLoad:function(){var t=new Date,e=t.getFullYear();console.log(e);for(var n=e-19,a=n;a<=e;a++)this.yeararr.push(a);this.getprojectkind(),this.getzixundanwei(),this.gettiazhanglist()},methods:{reset:function(){this.startdate="开始时间",this.endate="结束时间",this.projectname="项目类型",this.danweiname="咨询单位",this.yearindex=-1,this.fprojectcategory="",this.fintorg="",this.sendyear="",this.submitdateone="",this.submitdatetwo=""},onNavigationBarButtonTap:function(){this.tizhangshow=!this.tizhangshow},getprojectkind:function(){var t=this,e="project/Get_ProjectType";a.default.post(e,"","get").then((function(e){console.log(e),t.projectlist=e.data,console.log(t.projectlist)})).catch((function(t){console.log(t)}))},bindPickerChange:function(t){console.log("picker发送选择改变,携带值为",t.target.value),this.index=t.target.value,this.fprojectcategory=this.projectlist[t.target.value].fname,this.projectname=this.projectlist[t.target.value].fname},bindDateChange:function(t){this.startdate=t.target.value,this.submitdateone=t.target.value},endDateChange:function(t){this.endate=t.target.value,this.submitdatetwo=t.target.value},getzixundanwei:function(){var t=this;console.log(9988776655);var e="project/Get_IntermediaryOrg";a.default.post(e,"","get").then((function(e){t.danweilist=e.data,console.log(t.danweilist)})).catch((function(t){console.log(t)}))},danweichange:function(t){console.log("picker发送选择改变,携带值为",t.target.value),this.danweiindex=t.target.value,this.fintorg=this.danweilist[t.target.value].fname,this.danweiname=this.danweilist[t.target.value].fname},yearchange:function(t){this.yearindex=t.target.value,this.sendyear=this.yeararr[t.target.value]},gettiazhanglist:function(){var t=this,e=this;console.log(9988776543);var n="project/Get_GetRptaudit",o={toaudit:"",fprojectcategory:e.fprojectcategory,fintorg:e.fintorg,sendyear:e.sendyear,submitdateone:e.submitdateone,submitdatetwo:e.submitdatetwo,document:"",fteam:""};console.log("8877665544",o),console.log(n),a.default.post(n,o,"get").then((function(n){console.log(n),t.xiangmulist=n.data;var a,o=t.xiangmulist,r=[],u=i(o);try{for(u.s();!(a=u.n()).done;){var c=a.value;r.push(c)}}catch(s){u.e(s)}finally{u.f()}console.log("项目",r);var l=r.splice(-1);e.end=l;r.length;t.xiangmulist=r,console.log("显示数据源",t.xiangmulist)})).catch((function(t){console.log(t)}))},search:function(){console.log(7766554),this.gettiazhanglist(),this.tizhangshow=!1},taizhangdetail:function(e){console.log(e);var n=e.target.dataset.item;console.log(n),n=JSON.stringify(n),t.navigateTo({url:"../jieduantaizhang/jieduantaizhang?item="+n})}},onReachBottom:function(){console.log(999)}};e.default=c}).call(this,n("543d")["default"])},d869:function(t,e,n){},dd5c:function(t,e,n){"use strict";var a=n("5d27"),o=n.n(a);o.a},f708:function(t,e,n){"use strict";n.r(e);var a=n("87d1"),o=n.n(a);for(var i in a)"default"!==i&&function(t){n.d(e,t,(function(){return a[t]}))}(i);e["default"]=o.a}},[["5f5d","common/runtime","common/vendor"]]]);  
  1 +(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/xiangmutaizhang/xiangmutaizhang"],{2166:function(t,e,n){"use strict";n.r(e);var a=n("593d"),o=n.n(a);for(var i in a)"default"!==i&&function(t){n.d(e,t,(function(){return a[t]}))}(i);e["default"]=o.a},3582:function(t,e,n){"use strict";n.r(e);var a=n("3b87"),o=n("f708");for(var i in o)"default"!==i&&function(t){n.d(e,t,(function(){return o[t]}))}(i);n("dd5c");var r,u=n("f0c5"),s=Object(u["a"])(o["default"],a["b"],a["c"],!1,null,null,null,!1,a["a"],r);e["default"]=s.exports},"3b87":function(t,e,n){"use strict";var a,o=function(){var t=this,e=t.$createElement;t._self._c},i=[];n.d(e,"b",(function(){return o})),n.d(e,"c",(function(){return i})),n.d(e,"a",(function(){return a}))},"4e90":function(t,e,n){"use strict";var a=n("d869"),o=n.n(a);o.a},"593d":function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n={onLaunch:function(){console.log("App Launch")},onShow:function(){console.log("App Show")},onHide:function(){console.log("App Hide")},post:function(e,n,a){var o=this,i=new Promise((function(i,r){var u=t.getStorageSync("token"),s={token:u||""};t.request({url:o.globalData.baseUrl+e,data:n,method:a,header:s,success:function(t){200==t.statusCode?i(t):r(t.data)},fail:function(t){console.log(t),r("网络出错"),wx.hideNavigationBarLoading()},complete:function(t){}})}));return i},globalData:{userInfo:null,baseUrl:"https://www.bjzha.net/api/"}};e.default=n}).call(this,n("543d")["default"])},"59df":function(t,e,n){"use strict";n.r(e);var a=n("2166");for(var o in a)"default"!==o&&function(t){n.d(e,t,(function(){return a[t]}))}(o);n("4e90");var i,r,u,s,c=n("f0c5"),l=Object(c["a"])(a["default"],i,r,!1,null,null,null,!1,u,s);e["default"]=l.exports},"5d27":function(t,e,n){},"5f5d":function(t,e,n){"use strict";(function(t){n("bdbd"),n("921b");a(n("66fd"));var e=a(n("3582"));function a(t){return t&&t.__esModule?t:{default:t}}t(e.default)}).call(this,n("543d")["createPage"])},"87d1":function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=o(n("59df"));function o(t){return t&&t.__esModule?t:{default:t}}function i(t){if("undefined"===typeof Symbol||null==t[Symbol.iterator]){if(Array.isArray(t)||(t=r(t))){var e=0,n=function(){};return{s:n,n:function(){return e>=t.length?{done:!0}:{done:!1,value:t[e++]}},e:function(t){throw t},f:n}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var a,o,i=!0,u=!1;return{s:function(){a=t[Symbol.iterator]()},n:function(){var t=a.next();return i=t.done,t},e:function(t){u=!0,o=t},f:function(){try{i||null==a.return||a.return()}finally{if(u)throw o}}}}function r(t,e){if(t){if("string"===typeof t)return u(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(n):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?u(t,e):void 0}}function u(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,a=new Array(e);n<e;n++)a[n]=t[n];return a}function s(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}var c={data:function(){return{tizhangshow:!1,fprojectcategory:"",fintorg:"",sendyear:"",submitdateone:"",submitdatetwo:"",xiangmulist:[],projectlist:[],index:0,danweilist:[],danweiindex:0,end:"",yeararr:[],yearindex:-1,startdate:"开始时间",endate:"结束时间",projectname:"项目类型",danweiname:"咨询单位",stationname:"请选择主管部门",stationindex:0,document:"",stationlist:[],yearname:"请选择年度"}},computed:{startDate:function(){return this.getDate("start")},endDate:function(){return this.getDate("end")}},onLoad:function(){var t=new Date,e=t.getFullYear();console.log(e);for(var n=e-19,a=n;a<=e;a++)this.yeararr.push(a);this.getprojectkind(),this.getzixundanwei(),this.gettiazhanglist(),this.getzhugaunlist()},methods:{hide:function(){this.tizhangshow=!1},hidek:function(){},getzhugaunlist:function(){var t=this;console.log(9988776655);var e="project/Get_ComDepartment";a.default.post(e,"","get").then((function(e){console.log(e),t.stationlist=e.data})).catch((function(t){console.log(t)}))},bindstationrChange:function(t){console.log("picker发送选择改变,携带值为",t.target.value),this.stationindex=t.target.value,this.stationname=this.stationlist[t.target.value].fname,this.document=this.stationlist[t.target.value].fid,console.log(this.document)},getDate:function(t){var e=new Date,n=e.getFullYear(),a=e.getMonth()+1,o=e.getDate();return"start"===t?n-=60:"end"===t&&(n+=2),a=a>9?a:"0"+a,o=o>9?o:"0"+o,"".concat(n,"-").concat(a,"-").concat(o)},reset:function(){this.startdate="开始时间",this.endate="结束时间",this.projectname="项目类型",this.danweiname="咨询单位",this.yearindex=-1,this.fprojectcategory="",this.fintorg="",this.sendyear="",this.submitdateone="",this.submitdatetwo=""},shai:function(){this.tizhangshow=!this.tizhangshow},getprojectkind:function(){var t=this,e="project/Get_ProjectType";a.default.post(e,"","get").then((function(e){console.log(e),t.projectlist=e.data,console.log(t.projectlist)})).catch((function(t){console.log(t)}))},bindPickerChange:function(t){console.log("picker发送选择改变,携带值为",t.target.value),this.index=t.target.value,this.fprojectcategory=this.projectlist[t.target.value].fname,this.projectname=this.projectlist[t.target.value].fname},bindDateChange:function(t){this.startdate=t.target.value,this.submitdateone=t.target.value},endDateChange:function(t){this.endate=t.target.value,this.submitdatetwo=t.target.value},getzixundanwei:function(){var t=this;console.log(9988776655);var e="project/Get_IntermediaryOrg";a.default.post(e,"","get").then((function(e){t.danweilist=e.data,console.log(t.danweilist)})).catch((function(t){console.log(t)}))},danweichange:function(t){console.log("picker发送选择改变,携带值为",t.target.value),this.danweiindex=t.target.value,this.fintorg=this.danweilist[t.target.value].fname,this.danweiname=this.danweilist[t.target.value].fname},yearchange:function(t){this.yearindex=t.target.value,this.sendyear=this.yeararr[t.target.value],this.yearname=this.yeararr[t.target.value]},gettiazhanglist:function(){var t=this,e=this;console.log(9988776543);var n="project/Get_GetRptaudit",o=s({toaudit:"",fprojectcategory:e.fprojectcategory,fintorg:e.fintorg,sendyear:e.sendyear,submitdateone:e.submitdateone,submitdatetwo:e.submitdatetwo,document:"",fteam:""},"document",e.document);console.log("8877665544",o),console.log(n),a.default.post(n,o,"get").then((function(n){console.log(n),t.xiangmulist=n.data;var a,o=t.xiangmulist,r=[],u=i(o);try{for(u.s();!(a=u.n()).done;){var s=a.value;r.push(s)}}catch(l){u.e(l)}finally{u.f()}console.log("项目",r);var c=r.splice(-1);e.end=c;r.length;t.xiangmulist=r,console.log("显示数据源",t.xiangmulist)})).catch((function(t){console.log(t)}))},search:function(){console.log(7766554),this.gettiazhanglist(),this.tizhangshow=!1},taizhangdetail:function(e){console.log(e);var n=e.target.dataset.item;console.log(n),n=JSON.stringify(n),t.navigateTo({url:"../jieduantaizhang/jieduantaizhang?item="+n})}},onReachBottom:function(){console.log(999)}};e.default=c}).call(this,n("543d")["default"])},d869:function(t,e,n){},dd5c:function(t,e,n){"use strict";var a=n("5d27"),o=n.n(a);o.a},f708:function(t,e,n){"use strict";n.r(e);var a=n("87d1"),o=n.n(a);for(var i in a)"default"!==i&&function(t){n.d(e,t,(function(){return a[t]}))}(i);e["default"]=o.a}},[["5f5d","common/runtime","common/vendor"]]]);
1 -<view class="box"><view class="head"><view class="headitem"><view class="headitemtop">在审项目数</view><view class="headitembot">{{end[0].ftrialcount}}</view></view><view class="headitem"><view class="headitemtop">审结项目数</view><view class="headitembot">{{end[0].fconcludecount}}</view></view><view class="headitem"><view class="headitemtop">总项目数</view><view class="headitembot">{{end[0].fcount}}</view></view></view><block wx:if="{{xiangmulist.length==0}}"><view class="nodata">暂无数据</view></block><block wx:else><view class="taizhang"><view class="taizhanghead"><view class="taizhangitem">项目编号</view><view class="taizhangitem">项目名称</view><view class="taizhangitem">操作</view></view><view class="taizhangbox"><block wx:for="{{xiangmulist}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="taiboxitem"><block wx:if="{{item.fnumber==null}}"><view class="taizhangleft">暂无</view></block><block wx:else><view class="taizhangleft">{{item.fnumber}}</view></block><block wx:if="{{item.fname==null}}"><view class="taizhangmiddle">暂无</view></block><block wx:else><view class="taizhangmiddle">{{item.fname}}</view></block><view class="taizhangright" data-item="{{item}}" data-event-opts="{{[['tap',[['taizhangdetail',['$event']]]]]}}" bindtap="__e">详情</view></view></block></view></view></block><block wx:if="{{tizhangshow}}"><view class="register"><view class="taizhangwrap"><view class="wrapbox"><view class="wrapitem"><view class="wrapitemleft">项目类型</view><picker value="{{index}}" range="{{projectlist}}" range-key="fname" data-event-opts="{{[['change',[['bindPickerChange',['$event']]]]]}}" bindchange="__e"><view class="wrapitemright"><view class="uni-input projectname">{{projectname}}</view></view></picker></view><view class="wrapitem"><view class="wrapitemleft">单位名称</view><picker value="{{danweiindex}}" range="{{danweilist}}" range-key="fname" data-event-opts="{{[['change',[['danweichange',['$event']]]]]}}" bindchange="__e"><view class="wrapitemright"><view class="uni-input projectname">{{danweiname}}</view></view></picker></view><view class="wrapitem"><view class="wrapitemleft">年度</view><picker value="{{yearindex}}" range="{{yeararr}}" data-event-opts="{{[['change',[['yearchange',['$event']]]]]}}" bindchange="__e"><view class="wrapitemright"><view class="nianduleft"><view class="uni-input projectname">{{yeararr[yearindex]}}</view></view><view class="nianduright"><image src="../../static/img/number.png" mode></image></view></view></picker></view><view class="wrapitem"><view class="wrapitemleft">时间</view><view class="time"><picker mode="date" value="{{date}}" start="{{startDate}}" end="{{endDate}}" data-event-opts="{{[['change',[['bindDateChange',['$event']]]]]}}" bindchange="__e"><view class="timeleft">{{''+startdate+''}}</view></picker><view class="timemiddle"></view><picker mode="date" value="{{date}}" start="{{startDate}}" end="{{endDate}}" data-event-opts="{{[['change',[['endDateChange',['$event']]]]]}}" bindchange="__e"><view class="timeleft">{{''+endate+''}}</view></picker></view></view></view><view class="zibot"><view data-event-opts="{{[['tap',[['reset',['$event']]]]]}}" class="reset" bindtap="__e">重置</view><view data-event-opts="{{[['tap',[['search',['$event']]]]]}}" class="chaxun" bindtap="__e">查询</view></view></view></view></block></view>  
  1 +<view class="box"><view class="topheadk"><view class="shaiselecttop"><view data-event-opts="{{[['tap',[['shai',['$event']]]]]}}" class="shaiselect" bindtap="__e">筛选</view></view><view class="head"><view class="headitem"><view class="headitemtop">在审项目数</view><view class="headitembot">{{end==''?'':end[0].ftrialcount}}</view></view><view class="headitem"><view class="headitemtop">审结项目数</view><view class="headitembot">{{end==''?'':end[0].fconcludecount}}</view></view><view class="headitem"><view class="headitemtop">总项目数</view><view class="headitembot">{{end==''?'':end[0].fcount}}</view></view></view></view><block wx:if="{{xiangmulist.length==0}}"><view class="nodata">暂无数据</view></block><block wx:else><view class="taizhang"><view class="taizhanghead"><view class="taizhangitem">项目编号</view><view class="taizhangitem">项目名称</view><view class="taizhangitem">操作</view></view><view class="taizhangbox"><block wx:for="{{xiangmulist}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="taiboxitem"><block wx:if="{{item.fnumber==null}}"><view class="taizhangleft">暂无</view></block><block wx:else><view class="taizhangleft">{{item.fnumber}}</view></block><block wx:if="{{item.fname==null}}"><view class="taizhangmiddle">暂无</view></block><block wx:else><view class="taizhangmiddle">{{item.fname}}</view></block><view class="taizhangright" data-item="{{item}}" data-event-opts="{{[['tap',[['taizhangdetail',['$event']]]]]}}" bindtap="__e">详情</view></view></block></view></view></block><block wx:if="{{tizhangshow}}"><view data-event-opts="{{[['tap',[['hide',['$event']]]]]}}" class="register" bindtap="__e"><view data-event-opts="{{[['tap',[['hidek',['$event']]]]]}}" class="taizhangwrap" catchtap="__e"><view class="wrapbox"><view class="wrapitem"><view class="wrapitemleft">项目类型</view><picker value="{{index}}" range="{{projectlist}}" range-key="fname" data-event-opts="{{[['change',[['bindPickerChange',['$event']]]]]}}" bindchange="__e"><view class="wrapitemright"><view class="uni-input projectname">{{projectname}}</view></view></picker></view><view class="wrapitem"><view class="wrapitemleft">主管部门</view><picker value="{{stationindex}}" range="{{stationlist}}" range-key="fname" data-event-opts="{{[['change',[['bindstationrChange',['$event']]]]]}}" bindchange="__e"><view class="wrapitemright"><view class="uni-input projectname">{{stationname}}</view></view></picker></view><view class="wrapitem"><view class="wrapitemleft">单位名称</view><picker value="{{danweiindex}}" range="{{danweilist}}" range-key="fname" data-event-opts="{{[['change',[['danweichange',['$event']]]]]}}" bindchange="__e"><view class="wrapitemright"><view class="uni-input projectname">{{danweiname}}</view></view></picker></view><view class="wrapitem"><view class="wrapitemleft">年度</view><picker value="{{yearindex}}" range="{{yeararr}}" data-event-opts="{{[['change',[['yearchange',['$event']]]]]}}" bindchange="__e"><view class="wrapitemright"><view class="nianduleft"><view class="uni-input projectname">{{yearname}}</view></view><view class="nianduright"><image src="../../static/img/number.png" mode></image></view></view></picker></view><view class="wrapitem"><view class="wrapitemleft">时间</view><view class="time"><picker mode="date" value="{{date}}" start="{{startDate}}" end="{{endDate}}" data-event-opts="{{[['change',[['bindDateChange',['$event']]]]]}}" bindchange="__e"><view class="timeleft">{{''+startdate+''}}</view></picker><view class="timemiddle"></view><picker mode="date" value="{{date}}" start="{{startDate}}" end="{{endDate}}" data-event-opts="{{[['change',[['endDateChange',['$event']]]]]}}" bindchange="__e"><view class="timeleft">{{''+endate+''}}</view></picker></view></view></view><view class="zibot"><view data-event-opts="{{[['tap',[['reset',['$event']]]]]}}" class="reset" bindtap="__e">重置</view><view data-event-opts="{{[['tap',[['search',['$event']]]]]}}" class="chaxun" bindtap="__e">查询</view></view></view></view></block></view>
1 -.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}page{background:#f9f9f9}.head{width:750rpx;margin:0 auto;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-justify-content:space-around;justify-content:space-around;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:32rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff}.headitem{width:350rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:0 40rpx;-webkit-box-sizing:border-box;box-sizing:border-box;border-right:1rpx solid #bdc4ce}.headitem:last-child{border-right:none}.headitemtop{color:#06121e;font-size:28rpx}.headitembot{color:#0093ff;font-size:32rpx;margin-top:15rpx}.taizhangbox{padding:0 34rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.taizhang{width:686rpx;margin:32rpx auto 0;background:#fff;-webkit-box-shadow:0 6px 6px rgba(0,0,0,.03);box-shadow:0 6px 6px rgba(0,0,0,.03);opacity:1;border-radius:20px;padding-bottom:28rpx;-webkit-box-sizing:border-box;box-sizing:border-box;margin-bottom:200rpx}.taizhanghead{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:28rpx 50rpx;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.taizhangitem{color:#06121e;font-size:28rpx;font-weight:700}.taiboxitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.taiboxitem:last-child{border-bottom:none}.taizhangleft{color:#06121e;font-size:28rpx}.taizhangmiddle{color:#06121e;font-size:28rpx;width:284rpx;margin-left:62rpx;line-height:1.3;text-align:center}.taizhangright{color:#0093ff;font-size:28rpx;margin-left:56rpx}.dibu{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;width:750rpx;height:104rpx;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;position:fixed;bottom:0;left:0}.dibuleft{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-right:72rpx}.dibulitemm{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.dishu{width:40rpx;height:30rpx;border:1rpx solid #707070;border-radius:4rpx;margin:0 6rpx;font-size:0;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.dishu input{width:100%;height:30rpx;line-height:30rpx;padding:5rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;font-size:26rpx;color:#8c9198}.dibuliteml, 1 +.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.shaiselecttop{width:750rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;padding-top:10rpx;padding-bottom:10rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.shaiselect{display:inline-block;width:200rpx;height:64rpx;background:#0093ff;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;border-radius:30rpx}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}page{background:#f9f9f9}.taizhangwrap{height:auto!important}.topheadk{position:fixed;top:0;left:0;background:#fff;width:750rpx}.head{width:750rpx;margin:0 auto;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-justify-content:space-around;justify-content:space-around;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:32rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff}.headitem{width:350rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:0 40rpx;-webkit-box-sizing:border-box;box-sizing:border-box;border-right:1rpx solid #bdc4ce}.headitem:last-child{border-right:none}.headitemtop{color:#06121e;font-size:28rpx}.headitembot{color:#0093ff;font-size:32rpx;margin-top:15rpx}.taizhang{margin-top:250rpx!important}.taizhangbox{padding:0 34rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.taizhang{width:686rpx;margin:32rpx auto 0;background:#fff;-webkit-box-shadow:0 6px 6px rgba(0,0,0,.03);box-shadow:0 6px 6px rgba(0,0,0,.03);opacity:1;border-radius:20px;padding-bottom:28rpx;-webkit-box-sizing:border-box;box-sizing:border-box;margin-bottom:200rpx}.taizhanghead{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:28rpx 50rpx;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.taizhangitem{color:#06121e;font-size:28rpx;font-weight:700}.taiboxitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.taiboxitem:last-child{border-bottom:none}.taizhangleft{color:#06121e;font-size:28rpx}.taizhangmiddle{color:#06121e;font-size:28rpx;width:284rpx;margin-left:62rpx;line-height:1.3;text-align:center}.taizhangright{color:#0093ff;font-size:28rpx;margin-left:56rpx}.dibu{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;width:750rpx;height:104rpx;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;position:fixed;bottom:0;left:0}.dibuleft{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-right:72rpx}.dibulitemm{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.dishu{width:40rpx;height:30rpx;border:1rpx solid #707070;border-radius:4rpx;margin:0 6rpx;font-size:0;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.dishu input{width:100%;height:30rpx;line-height:30rpx;padding:5rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;font-size:26rpx;color:#8c9198}.dibuliteml,
2 .di, 2 .di,
3 .ye, 3 .ye,
4 .dibulitemx, 4 .dibulitemx,
1 -(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/xiangmuzutaizhang/xiangmuzutaizhang"],{"1ff0":function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=o(n("59df"));function o(t){return t&&t.__esModule?t:{default:t}}function i(t){if("undefined"===typeof Symbol||null==t[Symbol.iterator]){if(Array.isArray(t)||(t=r(t))){var e=0,n=function(){};return{s:n,n:function(){return e>=t.length?{done:!0}:{done:!1,value:t[e++]}},e:function(t){throw t},f:n}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var a,o,i=!0,u=!1;return{s:function(){a=t[Symbol.iterator]()},n:function(){var t=a.next();return i=t.done,t},e:function(t){u=!0,o=t},f:function(){try{i||null==a.return||a.return()}finally{if(u)throw o}}}}function r(t,e){if(t){if("string"===typeof t)return u(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(n):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?u(t,e):void 0}}function u(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,a=new Array(e);n<e;n++)a[n]=t[n];return a}var c={data:function(){return{tizhangshow:!1,fprojectcategory:"",fintorg:"",sendyear:"",submitdateone:"",submitdatetwo:"",xiangmulist:[],projectlist:[],index:0,danweilist:[],danweiindex:0,end:"",yeararr:[],yearindex:-1,startdate:"开始时间",endate:"结束时间",projectname:"项目类型",danweiname:"项目组"}},onLoad:function(){var t=new Date,e=t.getFullYear();console.log(e);for(var n=e-19,a=n;a<=e;a++)this.yeararr.push(a);this.getprojectkind(),this.getzixundanwei(),this.gettiazhanglist()},methods:{reset:function(){this.yearindex=-1,this.startdate="开始时间",this.endate="结束时间",this.projectname="项目类型",this.danweiname="项目组",this.fprojectcategory="",this.sendyear="",this.submitdateone="",this.submitdatetwo="",this.fteam=""},onNavigationBarButtonTap:function(){this.tizhangshow=!this.tizhangshow},getprojectkind:function(){var t=this,e="project/Get_ProjectType";a.default.post(e,"","get").then((function(e){console.log(e),t.projectlist=e.data,console.log(t.projectlist)})).catch((function(t){console.log(t)}))},bindPickerChange:function(t){console.log("picker发送选择改变,携带值为",t.target.value),this.index=t.target.value,this.fprojectcategory=this.projectlist[t.target.value].fname,this.projectname=this.projectlist[t.target.value].fname},bindDateChange:function(t){this.startdate=t.target.value,this.submitdateone=t.target.value},endDateChange:function(t){this.endate=t.target.value,this.submitdatetwo=t.target.value},getzixundanwei:function(){var t=this;console.log(9988776655);var e="project/Get_Fteam";a.default.post(e,"","get").then((function(e){console.log(e),t.danweilist=e.data,console.log(t.danweilist)})).catch((function(t){console.log(t)}))},danweichange:function(t){console.log("picker发送选择改变,携带值为",t.target.value),this.danweiindex=t.target.value,this.fintorg=this.danweilist[t.target.value].fname,this.danweiname=this.danweilist[t.target.value].fname},yearchange:function(t){this.yearindex=t.target.value,this.sendyear=this.yeararr[t.target.value]},gettiazhanglist:function(){var t=this,e=this;console.log(9988776543);var n="project/Get_GetRptaudit",o={toaudit:"fteam",document:"",fprojectcategory:e.fprojectcategory,sendyear:e.sendyear,submitdateone:e.submitdateone,submitdatetwo:e.submitdatetwo,fteam:e.fintorg,fintorg:""};console.log("8877665544",o),a.default.post(n,o,"get").then((function(n){console.log(n),t.xiangmulist=n.data;var a,o=t.xiangmulist,r=[],u=i(o);try{for(u.s();!(a=u.n()).done;){var c=a.value;r.push(c)}}catch(s){u.e(s)}finally{u.f()}var l=r.splice(-1);e.end=l,t.xiangmulist=r,console.log(typeof r)})).catch((function(t){console.log(t)}))},search:function(){console.log(7766554),this.gettiazhanglist(),this.tizhangshow=!1},taizhangdetail:function(e){console.log(e);var n=e.target.dataset.item;n=JSON.stringify(n),console.log(n),t.navigateTo({url:"../zhugauntaidetail/zhugauntaidetail?item="+n+"&type=6"})}},onReachBottom:function(){console.log(999)}};e.default=c}).call(this,n("543d")["default"])},2095:function(t,e,n){},2166:function(t,e,n){"use strict";n.r(e);var a=n("593d"),o=n.n(a);for(var i in a)"default"!==i&&function(t){n.d(e,t,(function(){return a[t]}))}(i);e["default"]=o.a},"3b0b":function(t,e,n){"use strict";(function(t){n("bdbd"),n("921b");a(n("66fd"));var e=a(n("91ae"));function a(t){return t&&t.__esModule?t:{default:t}}t(e.default)}).call(this,n("543d")["createPage"])},"4e90":function(t,e,n){"use strict";var a=n("d869"),o=n.n(a);o.a},"593d":function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n={onLaunch:function(){console.log("App Launch")},onShow:function(){console.log("App Show")},onHide:function(){console.log("App Hide")},post:function(e,n,a){var o=this,i=new Promise((function(i,r){var u=t.getStorageSync("token"),c={token:u||""};t.request({url:o.globalData.baseUrl+e,data:n,method:a,header:c,success:function(t){200==t.statusCode?i(t):r(t.data)},fail:function(t){console.log(t),r("网络出错"),wx.hideNavigationBarLoading()},complete:function(t){}})}));return i},globalData:{userInfo:null,baseUrl:"https://www.bjzha.net/api/"}};e.default=n}).call(this,n("543d")["default"])},"59df":function(t,e,n){"use strict";n.r(e);var a=n("2166");for(var o in a)"default"!==o&&function(t){n.d(e,t,(function(){return a[t]}))}(o);n("4e90");var i,r,u,c,l=n("f0c5"),s=Object(l["a"])(a["default"],i,r,!1,null,null,null,!1,u,c);e["default"]=s.exports},"69ab":function(t,e,n){"use strict";var a=n("2095"),o=n.n(a);o.a},"91ae":function(t,e,n){"use strict";n.r(e);var a=n("d48b"),o=n("d725");for(var i in o)"default"!==i&&function(t){n.d(e,t,(function(){return o[t]}))}(i);n("69ab");var r,u=n("f0c5"),c=Object(u["a"])(o["default"],a["b"],a["c"],!1,null,null,null,!1,a["a"],r);e["default"]=c.exports},d48b:function(t,e,n){"use strict";var a,o=function(){var t=this,e=t.$createElement;t._self._c},i=[];n.d(e,"b",(function(){return o})),n.d(e,"c",(function(){return i})),n.d(e,"a",(function(){return a}))},d725:function(t,e,n){"use strict";n.r(e);var a=n("1ff0"),o=n.n(a);for(var i in a)"default"!==i&&function(t){n.d(e,t,(function(){return a[t]}))}(i);e["default"]=o.a},d869:function(t,e,n){}},[["3b0b","common/runtime","common/vendor"]]]);  
  1 +(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/xiangmuzutaizhang/xiangmuzutaizhang"],{"1ff0":function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=o(n("59df"));function o(t){return t&&t.__esModule?t:{default:t}}function i(t){if("undefined"===typeof Symbol||null==t[Symbol.iterator]){if(Array.isArray(t)||(t=r(t))){var e=0,n=function(){};return{s:n,n:function(){return e>=t.length?{done:!0}:{done:!1,value:t[e++]}},e:function(t){throw t},f:n}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var a,o,i=!0,u=!1;return{s:function(){a=t[Symbol.iterator]()},n:function(){var t=a.next();return i=t.done,t},e:function(t){u=!0,o=t},f:function(){try{i||null==a.return||a.return()}finally{if(u)throw o}}}}function r(t,e){if(t){if("string"===typeof t)return u(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(n):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?u(t,e):void 0}}function u(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,a=new Array(e);n<e;n++)a[n]=t[n];return a}function s(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}var c={data:function(){return{tizhangshow:!1,fprojectcategory:"",fintorg:"",sendyear:"",submitdateone:"",submitdatetwo:"",xiangmulist:[],projectlist:[],index:0,danweilist:[],danweiindex:0,end:"",yeararr:[],yearindex:-1,startdate:"开始时间",endate:"结束时间",projectname:"项目类型",danweiname:"项目组",stationname:"请选择主管部门",stationindex:0,document:"",stationlist:[],yearname:"请选择年度"}},computed:{startDate:function(){return this.getDate("start")},endDate:function(){return this.getDate("end")}},onLoad:function(){var t=new Date,e=t.getFullYear();console.log(e);for(var n=e-19,a=n;a<=e;a++)this.yeararr.push(a);this.getprojectkind(),this.getzixundanwei(),this.gettiazhanglist(),this.getzhugaunlist()},methods:{hide:function(){this.tizhangshow=!1},hidek:function(){},getzhugaunlist:function(){var t=this;console.log(9988776655);var e="project/Get_ComDepartment";a.default.post(e,"","get").then((function(e){console.log(e),t.stationlist=e.data})).catch((function(t){console.log(t)}))},bindstationrChange:function(t){console.log("picker发送选择改变,携带值为",t.target.value),this.stationindex=t.target.value,this.stationname=this.stationlist[t.target.value].fname,this.document=this.stationlist[t.target.value].fid,console.log(this.document)},getDate:function(t){var e=new Date,n=e.getFullYear(),a=e.getMonth()+1,o=e.getDate();return"start"===t?n-=60:"end"===t&&(n+=2),a=a>9?a:"0"+a,o=o>9?o:"0"+o,"".concat(n,"-").concat(a,"-").concat(o)},reset:function(){this.yearindex=-1,this.startdate="开始时间",this.endate="结束时间",this.projectname="项目类型",this.danweiname="项目组",this.fprojectcategory="",this.sendyear="",this.submitdateone="",this.submitdatetwo="",this.fteam=""},shai:function(){this.tizhangshow=!this.tizhangshow},getprojectkind:function(){var t=this,e="project/Get_ProjectType";a.default.post(e,"","get").then((function(e){console.log(e),t.projectlist=e.data,console.log(t.projectlist)})).catch((function(t){console.log(t)}))},bindPickerChange:function(t){console.log("picker发送选择改变,携带值为",t.target.value),this.index=t.target.value,this.fprojectcategory=this.projectlist[t.target.value].fname,this.projectname=this.projectlist[t.target.value].fname},bindDateChange:function(t){this.startdate=t.target.value,this.submitdateone=t.target.value},endDateChange:function(t){this.endate=t.target.value,this.submitdatetwo=t.target.value},getzixundanwei:function(){var t=this;console.log(9988776655);var e="project/Get_Fteam";a.default.post(e,"","get").then((function(e){console.log(e),t.danweilist=e.data,console.log(t.danweilist)})).catch((function(t){console.log(t)}))},danweichange:function(t){console.log("picker发送选择改变,携带值为",t.target.value),this.danweiindex=t.target.value,this.fintorg=this.danweilist[t.target.value].fname,this.danweiname=this.danweilist[t.target.value].fname},yearchange:function(t){this.yearindex=t.target.value,this.sendyear=this.yeararr[t.target.value],this.yearname=this.yeararr[t.target.value]},gettiazhanglist:function(){var t=this,e=this;console.log(9988776543);var n="project/Get_GetRptaudit",o=s({toaudit:"fteam",document:"",fprojectcategory:e.fprojectcategory,sendyear:e.sendyear,submitdateone:e.submitdateone,submitdatetwo:e.submitdatetwo,fteam:e.fintorg,fintorg:""},"document",e.document);console.log("8877665544",o),a.default.post(n,o,"get").then((function(n){console.log(n),t.xiangmulist=n.data;var a,o=t.xiangmulist,r=[],u=i(o);try{for(u.s();!(a=u.n()).done;){var s=a.value;r.push(s)}}catch(l){u.e(l)}finally{u.f()}var c=r.splice(-1);e.end=c,t.xiangmulist=r,console.log(typeof r)})).catch((function(t){console.log(t)}))},search:function(){console.log(7766554),this.gettiazhanglist(),this.tizhangshow=!1},taizhangdetail:function(e){console.log(e);var n=e.target.dataset.item;n=JSON.stringify(n),console.log(n),t.navigateTo({url:"../zhugauntaidetail/zhugauntaidetail?item="+n+"&type=6"})}},onReachBottom:function(){console.log(999)}};e.default=c}).call(this,n("543d")["default"])},2095:function(t,e,n){},2166:function(t,e,n){"use strict";n.r(e);var a=n("593d"),o=n.n(a);for(var i in a)"default"!==i&&function(t){n.d(e,t,(function(){return a[t]}))}(i);e["default"]=o.a},"3b0b":function(t,e,n){"use strict";(function(t){n("bdbd"),n("921b");a(n("66fd"));var e=a(n("91ae"));function a(t){return t&&t.__esModule?t:{default:t}}t(e.default)}).call(this,n("543d")["createPage"])},"4e90":function(t,e,n){"use strict";var a=n("d869"),o=n.n(a);o.a},"593d":function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n={onLaunch:function(){console.log("App Launch")},onShow:function(){console.log("App Show")},onHide:function(){console.log("App Hide")},post:function(e,n,a){var o=this,i=new Promise((function(i,r){var u=t.getStorageSync("token"),s={token:u||""};t.request({url:o.globalData.baseUrl+e,data:n,method:a,header:s,success:function(t){200==t.statusCode?i(t):r(t.data)},fail:function(t){console.log(t),r("网络出错"),wx.hideNavigationBarLoading()},complete:function(t){}})}));return i},globalData:{userInfo:null,baseUrl:"https://www.bjzha.net/api/"}};e.default=n}).call(this,n("543d")["default"])},"59df":function(t,e,n){"use strict";n.r(e);var a=n("2166");for(var o in a)"default"!==o&&function(t){n.d(e,t,(function(){return a[t]}))}(o);n("4e90");var i,r,u,s,c=n("f0c5"),l=Object(c["a"])(a["default"],i,r,!1,null,null,null,!1,u,s);e["default"]=l.exports},"69ab":function(t,e,n){"use strict";var a=n("2095"),o=n.n(a);o.a},"91ae":function(t,e,n){"use strict";n.r(e);var a=n("a997"),o=n("d725");for(var i in o)"default"!==i&&function(t){n.d(e,t,(function(){return o[t]}))}(i);n("69ab");var r,u=n("f0c5"),s=Object(u["a"])(o["default"],a["b"],a["c"],!1,null,null,null,!1,a["a"],r);e["default"]=s.exports},a997:function(t,e,n){"use strict";var a,o=function(){var t=this,e=t.$createElement;t._self._c},i=[];n.d(e,"b",(function(){return o})),n.d(e,"c",(function(){return i})),n.d(e,"a",(function(){return a}))},d725:function(t,e,n){"use strict";n.r(e);var a=n("1ff0"),o=n.n(a);for(var i in a)"default"!==i&&function(t){n.d(e,t,(function(){return a[t]}))}(i);e["default"]=o.a},d869:function(t,e,n){}},[["3b0b","common/runtime","common/vendor"]]]);
1 -<view class="box"><view class="head"><view class="headitem"><view class="headitemtop">在审项目数</view><view class="headitembot">{{end[0].ftrialcount}}</view></view><view class="headitem"><view class="headitemtop">审结项目数</view><view class="headitembot">{{end[0].fconcludecount}}</view></view><view class="headitem"><view class="headitemtop">总项目数</view><view class="headitembot">{{end[0].fcount}}</view></view></view><block wx:if="{{xiangmulist.length==0}}"><view class="nodata">暂无数据</view></block><block wx:else><view class="taizhang"><view class="taizhanghead"><view class="taizhangitem">项目编号</view><view class="taizhangitem">项目名称</view><view class="taizhangitem">操作</view></view><view class="taizhangbox"><block wx:for="{{xiangmulist}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="taiboxitem"><block wx:if="{{item.fnumber==null}}"><view class="taizhangleft">暂无</view></block><block wx:else><view class="taizhangleft">{{item.fnumber}}</view></block><block wx:if="{{item.fname==null}}"><view class="taizhangmiddle">暂无</view></block><block wx:else><view class="taizhangmiddle">{{item.fname}}</view></block><view class="taizhangright" data-item="{{item}}" data-event-opts="{{[['tap',[['taizhangdetail',['$event']]]]]}}" bindtap="__e">详情</view></view></block></view></view></block><block wx:if="{{tizhangshow}}"><view class="register"><view class="taizhangwrap"><view class="wrapbox"><view class="wrapitem"><view class="wrapitemleft">项目类型</view><picker value="{{index}}" range="{{projectlist}}" range-key="fname" data-event-opts="{{[['change',[['bindPickerChange',['$event']]]]]}}" bindchange="__e"><view class="wrapitemright"><view class="uni-input projectname">{{projectname}}</view></view></picker></view><view class="wrapitem"><view class="wrapitemleft">项目组</view><picker value="{{danweiindex}}" range="{{danweilist}}" range-key="fname" data-event-opts="{{[['change',[['danweichange',['$event']]]]]}}" bindchange="__e"><view class="wrapitemright"><view class="uni-input projectname">{{danweiname}}</view></view></picker></view><view class="wrapitem"><view class="wrapitemleft">年度</view><picker value="{{yearindex}}" range="{{yeararr}}" data-event-opts="{{[['change',[['yearchange',['$event']]]]]}}" bindchange="__e"><view class="wrapitemright"><view class="nianduleft"><view class="uni-input projectname">{{yeararr[yearindex]}}</view></view><view class="nianduright"><image src="../../static/img/number.png" mode></image></view></view></picker></view><view class="wrapitem"><view class="wrapitemleft">时间</view><view class="time"><picker mode="date" value="{{date}}" start="{{startDate}}" end="{{endDate}}" data-event-opts="{{[['change',[['bindDateChange',['$event']]]]]}}" bindchange="__e"><view class="timeleft">{{''+startdate+''}}</view></picker><view class="timemiddle"></view><picker mode="date" value="{{date}}" start="{{startDate}}" end="{{endDate}}" data-event-opts="{{[['change',[['endDateChange',['$event']]]]]}}" bindchange="__e"><view class="timeleft">{{''+endate+''}}</view></picker></view></view></view><view class="zibot"><view data-event-opts="{{[['tap',[['reset',['$event']]]]]}}" class="reset" bindtap="__e">重置</view><view data-event-opts="{{[['tap',[['search',['$event']]]]]}}" class="chaxun" bindtap="__e">查询</view></view></view></view></block></view>  
  1 +<view class="box"><view class="topheadk"><view class="shaiselecttop"><view data-event-opts="{{[['tap',[['shai',['$event']]]]]}}" class="shaiselect" bindtap="__e">筛选</view></view><view class="head"><view class="headitem"><view class="headitemtop">在审项目数</view><view class="headitembot">{{end==''?'':end[0].ftrialcount}}</view></view><view class="headitem"><view class="headitemtop">审结项目数</view><view class="headitembot">{{end==''?'':end[0].fconcludecount}}</view></view><view class="headitem"><view class="headitemtop">总项目数</view><view class="headitembot">{{end==''?'':end[0].fcount}}</view></view></view></view><block wx:if="{{xiangmulist.length==0}}"><view class="nodata">暂无数据</view></block><block wx:else><view class="taizhang"><view class="taizhanghead"><view class="taizhangitem">项目编号</view><view class="taizhangitem">项目名称</view><view class="taizhangitem">操作</view></view><view class="taizhangbox"><block wx:for="{{xiangmulist}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="taiboxitem"><block wx:if="{{item.fnumber==null}}"><view class="taizhangleft">暂无</view></block><block wx:else><view class="taizhangleft">{{item.fnumber}}</view></block><block wx:if="{{item.fname==null}}"><view class="taizhangmiddle">暂无</view></block><block wx:else><view class="taizhangmiddle">{{item.fname}}</view></block><view class="taizhangright" data-item="{{item}}" data-event-opts="{{[['tap',[['taizhangdetail',['$event']]]]]}}" bindtap="__e">详情</view></view></block></view></view></block><block wx:if="{{tizhangshow}}"><view data-event-opts="{{[['tap',[['hide',['$event']]]]]}}" class="register" bindtap="__e"><view data-event-opts="{{[['tap',[['hidek',['$event']]]]]}}" class="taizhangwrap" catchtap="__e"><view class="wrapbox"><view class="wrapitem"><view class="wrapitemleft">项目类型</view><picker value="{{index}}" range="{{projectlist}}" range-key="fname" data-event-opts="{{[['change',[['bindPickerChange',['$event']]]]]}}" bindchange="__e"><view class="wrapitemright"><view class="uni-input projectname">{{projectname}}</view></view></picker></view><view class="wrapitem"><view class="wrapitemleft">主管部门</view><picker value="{{stationindex}}" range="{{stationlist}}" range-key="fname" data-event-opts="{{[['change',[['bindstationrChange',['$event']]]]]}}" bindchange="__e"><view class="wrapitemright"><view class="uni-input projectname">{{stationname}}</view></view></picker></view><view class="wrapitem"><view class="wrapitemleft">项目组</view><picker value="{{danweiindex}}" range="{{danweilist}}" range-key="fname" data-event-opts="{{[['change',[['danweichange',['$event']]]]]}}" bindchange="__e"><view class="wrapitemright"><view class="uni-input projectname">{{danweiname}}</view></view></picker></view><view class="wrapitem"><view class="wrapitemleft">年度</view><picker value="{{yearindex}}" range="{{yeararr}}" data-event-opts="{{[['change',[['yearchange',['$event']]]]]}}" bindchange="__e"><view class="wrapitemright"><view class="nianduleft"><view class="uni-input projectname">{{yearname}}</view></view><view class="nianduright"><image src="../../static/img/number.png" mode></image></view></view></picker></view><view class="wrapitem"><view class="wrapitemleft">时间</view><view class="time"><picker mode="date" value="{{date}}" start="{{startDate}}" end="{{endDate}}" data-event-opts="{{[['change',[['bindDateChange',['$event']]]]]}}" bindchange="__e"><view class="timeleft">{{''+startdate+''}}</view></picker><view class="timemiddle"></view><picker mode="date" value="{{date}}" start="{{startDate}}" end="{{endDate}}" data-event-opts="{{[['change',[['endDateChange',['$event']]]]]}}" bindchange="__e"><view class="timeleft">{{''+endate+''}}</view></picker></view></view></view><view class="zibot"><view data-event-opts="{{[['tap',[['reset',['$event']]]]]}}" class="reset" bindtap="__e">重置</view><view data-event-opts="{{[['tap',[['search',['$event']]]]]}}" class="chaxun" bindtap="__e">查询</view></view></view></view></block></view>
1 -.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}page{background:#f9f9f9}.head{width:750rpx;margin:0 auto;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-justify-content:space-around;justify-content:space-around;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:32rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff}.headitem{width:350rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:0 40rpx;-webkit-box-sizing:border-box;box-sizing:border-box;border-right:1rpx solid #bdc4ce}.headitem:last-child{border-right:none}.headitemtop{color:#06121e;font-size:28rpx}.headitembot{color:#0093ff;font-size:32rpx;margin-top:15rpx}.taizhangbox{padding:0 34rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.taizhang{width:686rpx;margin:32rpx auto 0;background:#fff;-webkit-box-shadow:0 6px 6px rgba(0,0,0,.03);box-shadow:0 6px 6px rgba(0,0,0,.03);opacity:1;border-radius:20px;padding-bottom:28rpx;-webkit-box-sizing:border-box;box-sizing:border-box;margin-bottom:200rpx}.taizhanghead{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:28rpx 50rpx;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.taizhangitem{color:#06121e;font-size:28rpx;font-weight:700}.taiboxitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.taiboxitem:last-child{border-bottom:none}.taizhangleft{color:#06121e;font-size:28rpx}.taizhangmiddle{color:#06121e;font-size:28rpx;width:284rpx;margin-left:62rpx;line-height:1.3;text-align:center}.taizhangright{color:#0093ff;font-size:28rpx;margin-left:56rpx}.dibu{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;width:750rpx;height:104rpx;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;position:fixed;bottom:0;left:0}.dibuleft{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-right:72rpx}.dibulitemm{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.dishu{width:40rpx;height:30rpx;border:1rpx solid #707070;border-radius:4rpx;margin:0 6rpx;font-size:0;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.dishu input{width:100%;height:30rpx;line-height:30rpx;padding:5rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;font-size:26rpx;color:#8c9198}.dibuliteml, 1 +.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.shaiselecttop{width:750rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;padding-top:10rpx;padding-bottom:10rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.shaiselect{display:inline-block;width:200rpx;height:64rpx;background:#0093ff;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;border-radius:30rpx}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}page{background:#f9f9f9}.taizhangwrap{height:auto!important}.head{width:750rpx;margin:0 auto;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-justify-content:space-around;justify-content:space-around;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:32rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff}.topheadk{position:fixed;top:0;left:0;background:#fff;width:750rpx}.headitem{width:350rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:0 40rpx;-webkit-box-sizing:border-box;box-sizing:border-box;border-right:1rpx solid #bdc4ce}.headitem:last-child{border-right:none}.headitemtop{color:#06121e;font-size:28rpx}.headitembot{color:#0093ff;font-size:32rpx;margin-top:15rpx}.taizhangbox{padding:0 34rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.taizhang{width:686rpx;margin:32rpx auto 0;background:#fff;-webkit-box-shadow:0 6px 6px rgba(0,0,0,.03);box-shadow:0 6px 6px rgba(0,0,0,.03);opacity:1;border-radius:20px;padding-bottom:28rpx;-webkit-box-sizing:border-box;box-sizing:border-box;margin-bottom:200rpx}.taizhanghead{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:28rpx 50rpx;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.taizhangitem{color:#06121e;font-size:28rpx;font-weight:700}.taiboxitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.taiboxitem:last-child{border-bottom:none}.taizhang{margin-top:250rpx}.taizhangleft{color:#06121e;font-size:28rpx}.taizhangmiddle{color:#06121e;font-size:28rpx;width:284rpx;margin-left:62rpx;line-height:1.3;text-align:center}.taizhangright{color:#0093ff;font-size:28rpx;margin-left:56rpx}.dibu{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;width:750rpx;height:104rpx;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;position:fixed;bottom:0;left:0}.dibuleft{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-right:72rpx}.dibulitemm{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.dishu{width:40rpx;height:30rpx;border:1rpx solid #707070;border-radius:4rpx;margin:0 6rpx;font-size:0;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.dishu input{width:100%;height:30rpx;line-height:30rpx;padding:5rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;font-size:26rpx;color:#8c9198}.dibuliteml,
2 .di, 2 .di,
3 .ye, 3 .ye,
4 .dibulitemx, 4 .dibulitemx,
1 -.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}page{background:#f9f9f9}.box{background:#fff}.projectinfo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.projectinfoname{width:44rpx;height:44rpx;font-size:0}.projectinfoname image{width:100%;height:100%}.projectname{color:#3d444d;font-size:28rpx;font-weight:700;margin-left:16rpx}.projectinfo{padding:36rpx 32rpx 16rpx;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #bdc4ce}.projectlist{padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.projectitem{background:#fff;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:32rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.projectitemleft{color:#8c9198;font-size:28rpx}.projectitemright{color:#3d444d;font-size:28rpx}.renyuanleft{color:#8c9198;font-size:28rpx}.renyuanright{width:300rpx;height:60rpx;background:#eee;padding:14rpx 28rpx;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.renyuanright input{width:100%;height:40rpx;color:#8c9198;font-size:24rpx}.xiangmuyuan{color:#8c9198;font-size:24rpx}.zixunbottom{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:28rpx 32rpx 34rpx}.zixunbotleft{width:130rpx;height:80rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx}.zixunbotright{width:532rpx;height:80rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx;margin-left:24rpx}.renyaoqiu{margin-top:12rpx}.zixundan{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:44rpx 42rpx 16rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #bdc4ce}.zixundanitem{color:#06121e;font-size:28rpx}.zixunbox{padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zixundanboxlist{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box}.zixunname{width:320rpx;color:#06121e;font-size:24rpx;line-height:1.5;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.zixunshu{width:105rpx;text-align:center;color:#06121e;font-size:24rpx}.zixuntou{width:108rpx;height:40rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:40rpx;margin-left:140rpx}.zuxiangmu{color:#3d444d;font-size:28rpx;font-weight:700}.querenfen{width:686rpx;height:80rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx}  
  1 +.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.shaiselecttop{width:750rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;padding-top:10rpx;padding-bottom:10rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.shaiselect{display:inline-block;width:200rpx;height:64rpx;background:#0093ff;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;border-radius:30rpx}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}page{background:#f9f9f9}.box{background:#fff}.projectinfo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.projectinfoname{width:44rpx;height:44rpx;font-size:0}.projectinfoname image{width:100%;height:100%}.projectname{color:#3d444d;font-size:28rpx;font-weight:700;margin-left:16rpx}.projectinfo{padding:36rpx 32rpx 16rpx;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #bdc4ce}.projectlist{padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.projectitem{background:#fff;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:32rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.projectitemleft{color:#8c9198;font-size:28rpx}.projectitemright{color:#3d444d;font-size:28rpx}.renyuanleft{color:#8c9198;font-size:28rpx}.renyuanright{width:300rpx;height:60rpx;background:#eee;padding:14rpx 28rpx;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.renyuanright input{width:100%;height:40rpx;color:#8c9198;font-size:24rpx}.xiangmuyuan{color:#8c9198;font-size:24rpx}.zixunbottom{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:28rpx 32rpx 34rpx}.zixunbotleft{width:130rpx;height:80rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx}.zixunbotright{width:532rpx;height:80rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx;margin-left:24rpx}.renyaoqiu{margin-top:12rpx}.zixundan{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:44rpx 42rpx 16rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #bdc4ce}.zixundanitem{color:#06121e;font-size:28rpx}.zixunbox{padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zixundanboxlist{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box}.zixunname{width:320rpx;color:#06121e;font-size:24rpx;line-height:1.5;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.zixunshu{width:105rpx;text-align:center;color:#06121e;font-size:24rpx}.zixuntou{width:108rpx;height:40rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:40rpx;margin-left:140rpx}.zuxiangmu{color:#3d444d;font-size:28rpx;font-weight:700}.querenfen{width:686rpx;height:80rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx}
1 -(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/yusuantaizhang/yusuantaizhang"],{2073:function(t,e,n){"use strict";var a=n("acd8"),i=n.n(a);i.a},2166:function(t,e,n){"use strict";n.r(e);var a=n("593d"),i=n.n(a);for(var o in a)"default"!==o&&function(t){n.d(e,t,(function(){return a[t]}))}(o);e["default"]=i.a},"4e90":function(t,e,n){"use strict";var a=n("d869"),i=n.n(a);i.a},"4fb1":function(t,e,n){"use strict";(function(t){n("bdbd"),n("921b");a(n("66fd"));var e=a(n("730f"));function a(t){return t&&t.__esModule?t:{default:t}}t(e.default)}).call(this,n("543d")["createPage"])},"593d":function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n={onLaunch:function(){console.log("App Launch")},onShow:function(){console.log("App Show")},onHide:function(){console.log("App Hide")},post:function(e,n,a){var i=this,o=new Promise((function(o,r){var u=t.getStorageSync("token"),s={token:u||""};t.request({url:i.globalData.baseUrl+e,data:n,method:a,header:s,success:function(t){200==t.statusCode?o(t):r(t.data)},fail:function(t){console.log(t),r("网络出错"),wx.hideNavigationBarLoading()},complete:function(t){}})}));return o},globalData:{userInfo:null,baseUrl:"https://www.bjzha.net/api/"}};e.default=n}).call(this,n("543d")["default"])},"59df":function(t,e,n){"use strict";n.r(e);var a=n("2166");for(var i in a)"default"!==i&&function(t){n.d(e,t,(function(){return a[t]}))}(i);n("4e90");var o,r,u,s,c=n("f0c5"),l=Object(c["a"])(a["default"],o,r,!1,null,null,null,!1,u,s);e["default"]=l.exports},"730f":function(t,e,n){"use strict";n.r(e);var a=n("a353"),i=n("eb7f");for(var o in i)"default"!==o&&function(t){n.d(e,t,(function(){return i[t]}))}(o);n("2073");var r,u=n("f0c5"),s=Object(u["a"])(i["default"],a["b"],a["c"],!1,null,null,null,!1,a["a"],r);e["default"]=s.exports},a353:function(t,e,n){"use strict";var a,i=function(){var t=this,e=t.$createElement;t._self._c},o=[];n.d(e,"b",(function(){return i})),n.d(e,"c",(function(){return o})),n.d(e,"a",(function(){return a}))},acd8:function(t,e,n){},c538:function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=i(n("59df"));function i(t){return t&&t.__esModule?t:{default:t}}function o(t){if("undefined"===typeof Symbol||null==t[Symbol.iterator]){if(Array.isArray(t)||(t=r(t))){var e=0,n=function(){};return{s:n,n:function(){return e>=t.length?{done:!0}:{done:!1,value:t[e++]}},e:function(t){throw t},f:n}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var a,i,o=!0,u=!1;return{s:function(){a=t[Symbol.iterator]()},n:function(){var t=a.next();return o=t.done,t},e:function(t){u=!0,i=t},f:function(){try{o||null==a.return||a.return()}finally{if(u)throw i}}}}function r(t,e){if(t){if("string"===typeof t)return u(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(n):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?u(t,e):void 0}}function u(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,a=new Array(e);n<e;n++)a[n]=t[n];return a}var s={data:function(){return{tizhangshow:!1,fprojectcategory:"",fintorg:"",sendyear:"",submitdateone:"",submitdatetwo:"",xiangmulist:[],projectlist:[],index:0,danweilist:[],danweiindex:0,end:"",yeararr:[],yearindex:-1,startdate:"开始时间",endate:"结束时间",projectname:"项目类型",danweiname:"咨询单位",toaudit:"",type:""}},onLoad:function(e){this.type=e.type,1==e.type?(t.setNavigationBarTitle({title:"预算项目台账"}),this.toaudit="prj_toaudit_budget"):2==e.type?(t.setNavigationBarTitle({title:"结算项目台账"}),this.toaudit="prj_toaudit_settlement"):3==e.type?(t.setNavigationBarTitle({title:"决算项目台账"}),this.toaudit="prj_toaudit_change"):4==e.type&&(t.setNavigationBarTitle({title:"土地成本项目台帐"}),this.toaudit="prj_toaudit_land");var n=new Date,a=n.getFullYear();console.log(a);for(var i=a-19,o=i;o<=a;o++)this.yeararr.push(o);this.getprojectkind(),this.getzixundanwei(),this.gettiazhanglist()},methods:{reset:function(){this.yearindex=-1,this.startdate="开始时间",this.endate="结束时间",this.projectname="项目类型",this.danweiname="咨询单位",this.fprojectcategory="",this.fintorg="",this.sendyear="",this.submitdateone="",this.submitdatetwo=""},onNavigationBarButtonTap:function(){this.tizhangshow=!this.tizhangshow},getprojectkind:function(){var t=this,e="project/Get_ProjectType";a.default.post(e,"","get").then((function(e){console.log(e),t.projectlist=e.data,console.log(t.projectlist)})).catch((function(t){console.log(t)}))},bindPickerChange:function(t){console.log("picker发送选择改变,携带值为",t.target.value),this.index=t.target.value,this.fprojectcategory=this.projectlist[t.target.value].fname,this.projectname=this.projectlist[t.target.value].fname},bindDateChange:function(t){this.startdate=t.target.value,this.submitdateone=t.target.value},endDateChange:function(t){this.endate=t.target.value,this.submitdatetwo=t.target.value},getzixundanwei:function(){var t=this;console.log(9988776655);var e="project/Get_IntermediaryOrg";a.default.post(e,"","get").then((function(e){t.danweilist=e.data,console.log(JSON.stringify(t.danweilist))})).catch((function(t){console.log(t)}))},danweichange:function(t){console.log("picker发送选择改变,携带值为",t.target.value),this.danweiindex=t.target.value,this.fintorg=this.danweilist[t.target.value].fname,this.danweiname=this.danweilist[t.target.value].fname},yearchange:function(t){this.yearindex=t.target.value,this.sendyear=this.yeararr[t.target.value]},gettiazhanglist:function(){var t=this,e=this;console.log(9988776543);var n="project/Get_GetRptaudit",i={toaudit:e.toaudit,fprojectcategory:e.fprojectcategory,fintorg:e.fintorg,sendyear:e.sendyear,submitdateone:e.submitdateone,submitdatetwo:e.submitdatetwo,document:"",fteam:""};console.log("8877665544",i),a.default.post(n,i,"get").then((function(n){t.xiangmulist=n.data;var a,i=t.xiangmulist,r=[],u=o(i);try{for(u.s();!(a=u.n()).done;){var s=a.value;r.push(s)}}catch(l){u.e(l)}finally{u.f()}var c=r.splice(-1);e.end=c,t.xiangmulist=r,console.log(typeof r)})).catch((function(t){console.log(t)}))},search:function(){console.log(7766554),this.gettiazhanglist(),this.tizhangshow=!1},taizhangdetail:function(e){console.log(e);var n=e.target.dataset.item;console.log(n),n=JSON.stringify(n),t.navigateTo({url:"../yusuantaidetail/yusuantaidetail?item="+n+"&type="+this.type})}},onReachBottom:function(){console.log(999)}};e.default=s}).call(this,n("543d")["default"])},d869:function(t,e,n){},eb7f:function(t,e,n){"use strict";n.r(e);var a=n("c538"),i=n.n(a);for(var o in a)"default"!==o&&function(t){n.d(e,t,(function(){return a[t]}))}(o);e["default"]=i.a}},[["4fb1","common/runtime","common/vendor"]]]);  
  1 +(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/yusuantaizhang/yusuantaizhang"],{2073:function(t,e,n){"use strict";var a=n("acd8"),i=n.n(a);i.a},2166:function(t,e,n){"use strict";n.r(e);var a=n("593d"),i=n.n(a);for(var o in a)"default"!==o&&function(t){n.d(e,t,(function(){return a[t]}))}(o);e["default"]=i.a},"4e90":function(t,e,n){"use strict";var a=n("d869"),i=n.n(a);i.a},"4fb1":function(t,e,n){"use strict";(function(t){n("bdbd"),n("921b");a(n("66fd"));var e=a(n("730f"));function a(t){return t&&t.__esModule?t:{default:t}}t(e.default)}).call(this,n("543d")["createPage"])},"593d":function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n={onLaunch:function(){console.log("App Launch")},onShow:function(){console.log("App Show")},onHide:function(){console.log("App Hide")},post:function(e,n,a){var i=this,o=new Promise((function(o,r){var u=t.getStorageSync("token"),s={token:u||""};t.request({url:i.globalData.baseUrl+e,data:n,method:a,header:s,success:function(t){200==t.statusCode?o(t):r(t.data)},fail:function(t){console.log(t),r("网络出错"),wx.hideNavigationBarLoading()},complete:function(t){}})}));return o},globalData:{userInfo:null,baseUrl:"https://www.bjzha.net/api/"}};e.default=n}).call(this,n("543d")["default"])},"59df":function(t,e,n){"use strict";n.r(e);var a=n("2166");for(var i in a)"default"!==i&&function(t){n.d(e,t,(function(){return a[t]}))}(i);n("4e90");var o,r,u,s,c=n("f0c5"),l=Object(c["a"])(a["default"],o,r,!1,null,null,null,!1,u,s);e["default"]=l.exports},"730f":function(t,e,n){"use strict";n.r(e);var a=n("fd45"),i=n("eb7f");for(var o in i)"default"!==o&&function(t){n.d(e,t,(function(){return i[t]}))}(o);n("2073");var r,u=n("f0c5"),s=Object(u["a"])(i["default"],a["b"],a["c"],!1,null,null,null,!1,a["a"],r);e["default"]=s.exports},acd8:function(t,e,n){},c538:function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=o(n("4795")),i=o(n("59df"));function o(t){return t&&t.__esModule?t:{default:t}}function r(t){if("undefined"===typeof Symbol||null==t[Symbol.iterator]){if(Array.isArray(t)||(t=u(t))){var e=0,n=function(){};return{s:n,n:function(){return e>=t.length?{done:!0}:{done:!1,value:t[e++]}},e:function(t){throw t},f:n}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var a,i,o=!0,r=!1;return{s:function(){a=t[Symbol.iterator]()},n:function(){var t=a.next();return o=t.done,t},e:function(t){r=!0,i=t},f:function(){try{o||null==a.return||a.return()}finally{if(r)throw i}}}}function u(t,e){if(t){if("string"===typeof t)return s(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(n):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?s(t,e):void 0}}function s(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,a=new Array(e);n<e;n++)a[n]=t[n];return a}function c(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function l(t,e,n,a,i,o,r){try{var u=t[o](r),s=u.value}catch(c){return void n(c)}u.done?e(s):Promise.resolve(s).then(a,i)}function d(t){return function(){var e=this,n=arguments;return new Promise((function(a,i){var o=t.apply(e,n);function r(t){l(o,a,i,r,u,"next",t)}function u(t){l(o,a,i,r,u,"throw",t)}r(void 0)}))}}var f={data:function(){return{tizhangshow:!1,fprojectcategory:"",fintorg:"",sendyear:"",submitdateone:"",submitdatetwo:"",xiangmulist:[],projectlist:[],index:0,danweilist:[],danweiindex:0,end:"",yeararr:[],yearindex:-1,startdate:"开始时间",endate:"结束时间",projectname:"项目类型",danweiname:"咨询单位",toaudit:"",type:"",stationname:"请选择主管部门",stationindex:0,document:"",stationlist:[],yearname:"请选择年度"}},computed:{startDate:function(){return this.getDate("start")},endDate:function(){return this.getDate("end")}},onLoad:function(e){this.type=e.type,1==e.type?(t.setNavigationBarTitle({title:"预算项目台账"}),this.toaudit="prj_toaudit_budget"):2==e.type?(t.setNavigationBarTitle({title:"结算项目台账"}),this.toaudit="prj_toaudit_settlement"):3==e.type?(t.setNavigationBarTitle({title:"决算项目台账"}),this.toaudit="prj_toaudit_change"):4==e.type&&(t.setNavigationBarTitle({title:"土地成本项目台帐"}),this.toaudit="prj_toaudit_land");var n=new Date,a=n.getFullYear();console.log(a);for(var i=a-19,o=i;o<=a;o++)this.yeararr.push(o);this.getprojectkind(),this.getzixundanwei(),this.gettiazhanglist(),this.getzhugaunlist()},methods:{hide:function(){this.tizhangshow=!1},hidek:function(){},getzhugaunlist:function(){var t=this;console.log(9988776655);var e="project/Get_ComDepartment";i.default.post(e,"","get").then((function(e){console.log(e),t.stationlist=e.data})).catch((function(t){console.log(t)}))},bindstationrChange:function(t){console.log("picker发送选择改变,携带值为",t.target.value),this.stationindex=t.target.value,this.stationname=this.stationlist[t.target.value].fname,this.document=this.stationlist[t.target.value].fid,console.log(this.document)},getDate:function(t){var e=new Date,n=e.getFullYear(),a=e.getMonth()+1,i=e.getDate();return"start"===t?n-=60:"end"===t&&(n+=2),a=a>9?a:"0"+a,i=i>9?i:"0"+i,"".concat(n,"-").concat(a,"-").concat(i)},reset:function(){this.yearindex=-1,this.startdate="开始时间",this.endate="结束时间",this.projectname="项目类型",this.danweiname="咨询单位",this.fprojectcategory="",this.fintorg="",this.sendyear="",this.submitdateone="",this.submitdatetwo=""},shai:function(){this.tizhangshow=!this.tizhangshow},getprojectkind:function(){var t=this,e="project/Get_ProjectType";i.default.post(e,"","get").then((function(e){console.log(e),t.projectlist=e.data,console.log(t.projectlist)})).catch((function(t){console.log(t)}))},bindPickerChange:function(t){console.log("picker发送选择改变,携带值为",t.target.value),this.index=t.target.value,this.fprojectcategory=this.projectlist[t.target.value].fname,this.projectname=this.projectlist[t.target.value].fname},bindDateChange:function(t){this.startdate=t.target.value,this.submitdateone=t.target.value},endDateChange:function(t){this.endate=t.target.value,this.submitdatetwo=t.target.value},getzixundanwei:function(){var t=this;console.log(9988776655);var e="project/Get_IntermediaryOrg";i.default.post(e,"","get").then((function(e){t.danweilist=e.data,console.log(JSON.stringify(t.danweilist))})).catch((function(t){console.log(t)}))},danweichange:function(t){console.log("picker发送选择改变,携带值为",t.target.value),this.danweiindex=t.target.value,this.fintorg=this.danweilist[t.target.value].fname,this.danweiname=this.danweilist[t.target.value].fname},yearchange:function(t){this.yearindex=t.target.value,this.sendyear=this.yeararr[t.target.value],this.yearname=this.yeararr[t.target.value]},gettiazhanglist:function(){var t=this;return d(a.default.mark((function e(){var n,o,u,s,l,d,f,h,g,p;return a.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:return n=t,console.log(9988776543),o="project/Get_GetRptaudit",u=c({toaudit:n.toaudit,fprojectcategory:n.fprojectcategory,fintorg:n.fintorg,sendyear:n.sendyear,submitdateone:n.submitdateone,submitdatetwo:n.submitdatetwo,document:"",fteam:""},"document",n.document),console.log("8877665544",u),e.next=7,i.default.post(o,u,"get");case 7:s=e.sent,t.xiangmulist=s.data,l=t.xiangmulist,d=[],f=r(l);try{for(f.s();!(h=f.n()).done;)g=h.value,d.push(g)}catch(a){f.e(a)}finally{f.f()}p=d.splice(-1),n.end=p,console.log("34787348349389438我是end",n.ende),t.xiangmulist=d;case 17:case"end":return e.stop()}}),e)})))()},search:function(){console.log(7766554),this.gettiazhanglist(),this.tizhangshow=!1},taizhangdetail:function(e){console.log(e);var n=e.target.dataset.item;console.log(n),n=JSON.stringify(n),t.navigateTo({url:"../yusuantaidetail/yusuantaidetail?item="+n+"&type="+this.type})}},onReachBottom:function(){console.log(999)}};e.default=f}).call(this,n("543d")["default"])},d869:function(t,e,n){},eb7f:function(t,e,n){"use strict";n.r(e);var a=n("c538"),i=n.n(a);for(var o in a)"default"!==o&&function(t){n.d(e,t,(function(){return a[t]}))}(o);e["default"]=i.a},fd45:function(t,e,n){"use strict";var a,i=function(){var t=this,e=t.$createElement;t._self._c},o=[];n.d(e,"b",(function(){return i})),n.d(e,"c",(function(){return o})),n.d(e,"a",(function(){return a}))}},[["4fb1","common/runtime","common/vendor"]]]);
1 -<view class="box"><view class="head"><view class="headitem"><view class="headitemtop">在审项目数</view><view class="headitembot">{{end[0].ftrialcount}}</view></view><view class="headitem"><view class="headitemtop">审结项目数</view><view class="headitembot">{{end[0].fconcludecount}}</view></view><view class="headitem"><view class="headitemtop">总项目数</view><view class="headitembot">{{end[0].fcount}}</view></view></view><block wx:if="{{xiangmulist.length==0}}"><view class="nodata">暂无数据</view></block><block wx:else><view class="taizhang"><view class="taizhanghead"><view class="taizhangitem">项目编号</view><view class="taizhangitem">项目名称</view><view class="taizhangitem">操作</view></view><view class="taizhangbox"><block wx:for="{{xiangmulist}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="taiboxitem"><block wx:if="{{item.fnumber==null}}"><view class="taizhangleft">暂无</view></block><block wx:else><view class="taizhangleft">{{item.fnumber}}</view></block><block wx:if="{{item.fname==null}}"><view class="taizhangmiddle">暂无</view></block><block wx:else><view class="taizhangmiddle">{{item.fname}}</view></block><view class="taizhangright" data-item="{{item}}" data-cantype="{{type}}" data-event-opts="{{[['tap',[['taizhangdetail',['$event']]]]]}}" bindtap="__e">详情</view></view></block></view></view></block><block wx:if="{{tizhangshow}}"><view class="register"><view class="taizhangwrap"><view class="wrapbox"><view class="wrapitem"><view class="wrapitemleft">项目类型</view><picker value="{{index}}" range="{{projectlist}}" range-key="fname" data-event-opts="{{[['change',[['bindPickerChange',['$event']]]]]}}" bindchange="__e"><view class="wrapitemright"><view class="uni-input projectname">{{projectname}}</view></view></picker></view><view class="wrapitem"><view class="wrapitemleft">单位名称</view><picker value="{{danweiindex}}" range="{{danweilist}}" range-key="fname" data-event-opts="{{[['change',[['danweichange',['$event']]]]]}}" bindchange="__e"><view class="wrapitemright"><view class="uni-input projectname">{{danweiname}}</view></view></picker></view><view class="wrapitem"><view class="wrapitemleft">年度</view><picker value="{{yearindex}}" range="{{yeararr}}" data-event-opts="{{[['change',[['yearchange',['$event']]]]]}}" bindchange="__e"><view class="wrapitemright"><view class="nianduleft"><view class="uni-input projectname">{{yeararr[yearindex]}}</view></view><view class="nianduright"><image src="../../static/img/number.png" mode></image></view></view></picker></view><view class="wrapitem"><view class="wrapitemleft">时间</view><view class="time"><picker mode="date" value="{{date}}" start="{{startDate}}" end="{{endDate}}" data-event-opts="{{[['change',[['bindDateChange',['$event']]]]]}}" bindchange="__e"><view class="timeleft">{{''+startdate+''}}</view></picker><view class="timemiddle"></view><picker mode="date" value="{{date}}" start="{{startDate}}" end="{{endDate}}" data-event-opts="{{[['change',[['endDateChange',['$event']]]]]}}" bindchange="__e"><view class="timeleft">{{''+endate+''}}</view></picker></view></view></view><view class="zibot"><view data-event-opts="{{[['tap',[['reset',['$event']]]]]}}" class="reset" bindtap="__e">重置</view><view data-event-opts="{{[['tap',[['search',['$event']]]]]}}" class="chaxun" bindtap="__e">查询</view></view></view></view></block></view>  
  1 +<view class="box"><view class="topheadk"><view class="shaiselecttop"><view data-event-opts="{{[['tap',[['shai',['$event']]]]]}}" class="shaiselect" bindtap="__e">筛选</view></view><view class="head"><view class="headitem"><view class="headitemtop">在审项目数</view><view class="headitembot">{{end==''?'':end[0].ftrialcount}}</view></view><view class="headitem"><view class="headitemtop">审结项目数</view><view class="headitembot">{{end==''?'':end[0].fconcludecount}}</view></view><view class="headitem"><view class="headitemtop">总项目数</view><view class="headitembot">{{end==''?'':end[0].fcount}}</view></view></view></view><block wx:if="{{xiangmulist.length==0}}"><view class="nodata">暂无数据</view></block><block wx:else><view class="taizhang"><view class="taizhanghead"><view class="taizhangitem">项目编号</view><view class="taizhangitem">项目名称</view><view class="taizhangitem">操作</view></view><view class="taizhangbox"><block wx:for="{{xiangmulist}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="taiboxitem"><block wx:if="{{item.fnumber==null}}"><view class="taizhangleft">暂无</view></block><block wx:else><view class="taizhangleft">{{item.fnumber}}</view></block><block wx:if="{{item.fname==null}}"><view class="taizhangmiddle">暂无</view></block><block wx:else><view class="taizhangmiddle">{{item.fname}}</view></block><view class="taizhangright" data-item="{{item}}" data-cantype="{{type}}" data-event-opts="{{[['tap',[['taizhangdetail',['$event']]]]]}}" bindtap="__e">详情</view></view></block></view></view></block><block wx:if="{{tizhangshow}}"><view data-event-opts="{{[['tap',[['hide',['$event']]]]]}}" class="register" bindtap="__e"><view data-event-opts="{{[['tap',[['hidek',['$event']]]]]}}" class="taizhangwrap" catchtap="__e"><view class="wrapbox"><view class="wrapitem"><view class="wrapitemleft">项目类型</view><picker value="{{index}}" range="{{projectlist}}" range-key="fname" data-event-opts="{{[['change',[['bindPickerChange',['$event']]]]]}}" catchchange="__e"><view class="wrapitemright"><view class="uni-input projectname">{{projectname}}</view></view></picker></view><view class="wrapitem"><view class="wrapitemleft">主管部门</view><picker value="{{stationindex}}" range="{{stationlist}}" range-key="fname" data-event-opts="{{[['change',[['bindstationrChange',['$event']]]]]}}" catchchange="__e"><view class="wrapitemright"><view class="uni-input projectname">{{stationname}}</view></view></picker></view><view class="wrapitem"><view class="wrapitemleft">单位名称</view><picker value="{{danweiindex}}" range="{{danweilist}}" range-key="fname" data-event-opts="{{[['change',[['danweichange',['$event']]]]]}}" catchchange="__e"><view class="wrapitemright"><view class="uni-input projectname">{{danweiname}}</view></view></picker></view><view class="wrapitem"><view class="wrapitemleft">年度</view><picker value="{{yearindex}}" range="{{yeararr}}" data-event-opts="{{[['change',[['yearchange',['$event']]]]]}}" catchchange="__e"><view class="wrapitemright"><view class="nianduleft"><view class="uni-input projectname">{{yearname}}</view></view><view class="nianduright"><image src="../../static/img/number.png" mode></image></view></view></picker></view><view class="wrapitem"><view class="wrapitemleft">时间</view><view class="time"><picker mode="date" value="{{startdate}}" start="{{startDate}}" end="{{endDate}}" data-event-opts="{{[['change',[['bindDateChange',['$event']]]]]}}" catchchange="__e"><view class="timeleft">{{''+startdate+''}}</view></picker><view class="timemiddle"></view><picker mode="date" value="{{endate}}" start="{{startDate}}" end="{{endDate}}" data-event-opts="{{[['change',[['endDateChange',['$event']]]]]}}" catchchange="__e"><view class="timeleft">{{''+endate+''}}</view></picker></view></view></view><view class="zibot"><view data-event-opts="{{[['tap',[['reset',['$event']]]]]}}" class="reset" catchtap="__e">重置</view><view data-event-opts="{{[['tap',[['search',['$event']]]]]}}" class="chaxun" catchtap="__e">查询</view></view></view></view></block></view>
1 -.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}page{background:#f9f9f9}.head{width:750rpx;margin:0 auto;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-justify-content:space-around;justify-content:space-around;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:32rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff}.headitem{width:350rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:0 40rpx;-webkit-box-sizing:border-box;box-sizing:border-box;border-right:1rpx solid #bdc4ce}.headitem:last-child{border-right:none}.headitemtop{color:#06121e;font-size:28rpx}.headitembot{color:#0093ff;font-size:32rpx;margin-top:15rpx}.taizhangbox{padding:0 34rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.taizhang{width:686rpx;margin:32rpx auto 0;background:#fff;-webkit-box-shadow:0 6px 6px rgba(0,0,0,.03);box-shadow:0 6px 6px rgba(0,0,0,.03);opacity:1;border-radius:20px;padding-bottom:28rpx;-webkit-box-sizing:border-box;box-sizing:border-box;margin-bottom:200rpx}.taizhanghead{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:28rpx 50rpx;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.taizhangitem{color:#06121e;font-size:28rpx;font-weight:700}.taiboxitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.taiboxitem:last-child{border-bottom:none}.taizhangleft{color:#06121e;font-size:28rpx}.taizhangmiddle{color:#06121e;font-size:28rpx;width:284rpx;margin-left:62rpx;line-height:1.3;text-align:center}.taizhangright{color:#0093ff;font-size:28rpx;margin-left:56rpx}.dibu{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;width:750rpx;height:104rpx;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;position:fixed;bottom:0;left:0}.dibuleft{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-right:72rpx}.dibulitemm{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.dishu{width:40rpx;height:30rpx;border:1rpx solid #707070;border-radius:4rpx;margin:0 6rpx;font-size:0;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.dishu input{width:100%;height:30rpx;line-height:30rpx;padding:5rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;font-size:26rpx;color:#8c9198}.dibuliteml, 1 +.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.shaiselecttop{width:750rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;padding-top:10rpx;padding-bottom:10rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.shaiselect{display:inline-block;width:200rpx;height:64rpx;background:#0093ff;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;border-radius:30rpx}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}page{background:#f9f9f9}.taizhangwrap{height:auto!important}.headitem{width:350rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:0 40rpx;-webkit-box-sizing:border-box;box-sizing:border-box;border-right:1rpx solid #bdc4ce}.headitem:last-child{border-right:none}.headitemtop{color:#06121e;font-size:28rpx}.headitembot{color:#0093ff;font-size:32rpx;margin-top:15rpx}.taizhangbox{padding:0 34rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.head{width:750rpx;background:#fff;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:32rpx;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;border-bottom:2rpx solid #bdc4ce}.taizhang{width:686rpx;margin:32rpx auto 0;background:#fff;-webkit-box-shadow:0 6px 6px rgba(0,0,0,.03);box-shadow:0 6px 6px rgba(0,0,0,.03);opacity:1;border-radius:20px;padding-bottom:28rpx;-webkit-box-sizing:border-box;box-sizing:border-box;margin-bottom:200rpx}.taizhanghead{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:28rpx 50rpx;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.taizhangitem{color:#06121e;font-size:28rpx;font-weight:700}.taiboxitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.taiboxitem:last-child{border-bottom:none}.taizhangleft{color:#06121e;font-size:28rpx}.taizhangmiddle{color:#06121e;font-size:28rpx;width:284rpx;margin-left:62rpx;line-height:1.3;text-align:center}.taizhangright{color:#0093ff;font-size:28rpx;margin-left:56rpx}.dibu{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;width:750rpx;height:104rpx;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;position:fixed;bottom:0;left:0}.dibuleft{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-right:72rpx}.dibulitemm{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.dishu{width:40rpx;height:30rpx;border:1rpx solid #707070;border-radius:4rpx;margin:0 6rpx;font-size:0;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.dishu input{width:100%;height:30rpx;line-height:30rpx;padding:5rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;font-size:26rpx;color:#8c9198}.dibuliteml,
2 .di, 2 .di,
3 .ye, 3 .ye,
4 .dibulitemx, 4 .dibulitemx,
1 -.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}page{background:#f9f9f9}.head{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;display:flex;align-items:center}.headleft{width:572rpx;height:60rpx;background:#eee;opacity:1;border-radius:8rpx;padding:10rpx 24rpx;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.headleft input{color:#bdc4ce;font-size:28rpx}.headright{width:98rpx;height:60rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:22rpx;text-align:center;line-height:60rpx;margin-left:16rpx}.fenzuitem{width:686rpx;background:#fff;-webkit-box-shadow:0 6rpx 6rpx rgba(0,0,0,.03);box-shadow:0 6rpx 6rpx rgba(0,0,0,.03);opacity:1;border-radius:20rpx;margin:20rpx auto 0;padding:28rpx 32rpx 40rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.fenzunoimg{width:28rpx;height:28rpx;font-size:0;margin-right:10rpx}.fenzunoimg image{width:100%;height:100%}.bianhao{color:#8c9198;font-size:24rpx}.bianhaonum{color:#06121e;font-size:24rpx;letter-spacing:2rpx}.fenzunoname{color:#3d444d;font-size:24rpx}.fenzutopright{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;height:48rpx;border:1rpx solid #bdc4ce;opacity:1;border-radius:8rpx;padding:0 5rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.fenzutop{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding-bottom:16rpx;border-bottom:1rpx solid #f5f5f5}.fenzuobottom{margin-top:16rpx}.fenzubottom{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;margin-top:16rpx}.fenzubtn{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.fenzubtn:last-child{margin-right:0}  
  1 +.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.shaiselecttop{width:750rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;padding-top:10rpx;padding-bottom:10rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.shaiselect{display:inline-block;width:200rpx;height:64rpx;background:#0093ff;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;border-radius:30rpx}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}page{background:#f9f9f9}.head{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;display:flex;align-items:center}.headleft{width:572rpx;height:60rpx;background:#eee;opacity:1;border-radius:8rpx;padding:10rpx 24rpx;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.headleft input{color:#bdc4ce;font-size:28rpx}.headright{width:98rpx;height:60rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:22rpx;text-align:center;line-height:60rpx;margin-left:16rpx}.fenzuitem{width:686rpx;background:#fff;-webkit-box-shadow:0 6rpx 6rpx rgba(0,0,0,.03);box-shadow:0 6rpx 6rpx rgba(0,0,0,.03);opacity:1;border-radius:20rpx;margin:20rpx auto 0;padding:28rpx 32rpx 40rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.fenzunoimg{width:28rpx;height:28rpx;font-size:0;margin-right:10rpx}.fenzunoimg image{width:100%;height:100%}.bianhao{color:#8c9198;font-size:24rpx}.bianhaonum{color:#06121e;font-size:24rpx;letter-spacing:2rpx}.fenzunoname{color:#3d444d;font-size:24rpx}.fenzutopright{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;height:48rpx;border:1rpx solid #bdc4ce;opacity:1;border-radius:8rpx;padding:0 5rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.fenzutop{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding-bottom:16rpx;border-bottom:1rpx solid #f5f5f5}.fenzuobottom{margin-top:16rpx}.fenzubottom{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;margin-top:16rpx}.fenzubtn{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.fenzubtn:last-child{margin-right:0}
1 -.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}.box{background:#f9f9f9}.projectinfo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.projectinfoname{width:44rpx;height:44rpx;font-size:0}.projectinfoname image{width:100%;height:100%}.projectname{color:#3d444d;font-size:28rpx;font-weight:700;margin-left:16rpx}.projectinfo{padding:36rpx 32rpx 16rpx;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #bdc4ce}.projectlist{padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.projectitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:32rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.projectitemleft{color:#8c9198;font-size:28rpx}.projectitemright{color:#3d444d;font-size:28rpx}.renyuanleft{color:#06121e;font-size:28rpx}.renyuanright{width:300rpx;height:60rpx;padding:14rpx 28rpx;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:right;color:#3d444d;font-size:28rpx}.renyuanright input{width:100%;height:40rpx;color:#8c9198;font-size:24rpx}.xiangmuyuan{color:#8c9198;font-size:24rpx}.zixunbottom{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;padding:28rpx 32rpx 34rpx}.zixunbotleft{width:130rpx;height:80rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx}.zixunbotright{width:532rpx;height:80rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx;margin-left:24rpx}.renyaoqiu{margin-top:12rpx}.renyuanshuimg{width:14rpx;height:24rpx;font-size:0}.renyuanshuimg image{width:100%;height:100%}.danweizi{width:360rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;background:#eee}.xuanlei{width:20rpx;height:22rpx;font-size:0}.xuanlei image{width:100%;height:100%}  
  1 +.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.shaiselecttop{width:750rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;padding-top:10rpx;padding-bottom:10rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.shaiselect{display:inline-block;width:200rpx;height:64rpx;background:#0093ff;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;border-radius:30rpx}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}.box{background:#f9f9f9}.projectinfo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.projectinfoname{width:44rpx;height:44rpx;font-size:0}.projectinfoname image{width:100%;height:100%}.projectname{color:#3d444d;font-size:28rpx;font-weight:700;margin-left:16rpx}.projectinfo{padding:36rpx 32rpx 16rpx;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #bdc4ce}.projectlist{padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.projectitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:32rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.projectitemleft{color:#8c9198;font-size:28rpx}.projectitemright{color:#3d444d;font-size:28rpx}.renyuanleft{color:#06121e;font-size:28rpx}.renyuanright{width:300rpx;height:60rpx;padding:14rpx 28rpx;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:right;color:#3d444d;font-size:28rpx}.renyuanright input{width:100%;height:40rpx;color:#8c9198;font-size:24rpx}.xiangmuyuan{color:#8c9198;font-size:24rpx}.zixunbottom{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;padding:28rpx 32rpx 34rpx}.zixunbotleft{width:130rpx;height:80rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx}.zixunbotright{width:532rpx;height:80rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx;margin-left:24rpx}.renyaoqiu{margin-top:12rpx}.renyuanshuimg{width:14rpx;height:24rpx;font-size:0}.renyuanshuimg image{width:100%;height:100%}.danweizi{width:360rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;background:#eee}.xuanlei{width:20rpx;height:22rpx;font-size:0}.xuanlei image{width:100%;height:100%}
1 -(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/zhuanjiahui/zhuanjiahui"],{"090c":function(t,e,n){"use strict";n.r(e);var a=n("8f3b"),o=n.n(a);for(var i in a)"default"!==i&&function(t){n.d(e,t,(function(){return a[t]}))}(i);e["default"]=o.a},2166:function(t,e,n){"use strict";n.r(e);var a=n("593d"),o=n.n(a);for(var i in a)"default"!==i&&function(t){n.d(e,t,(function(){return a[t]}))}(i);e["default"]=o.a},"33be":function(t,e,n){"use strict";var a=n("5ec0"),o=n.n(a);o.a},"4e90":function(t,e,n){"use strict";var a=n("d869"),o=n.n(a);o.a},"593d":function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n={onLaunch:function(){console.log("App Launch")},onShow:function(){console.log("App Show")},onHide:function(){console.log("App Hide")},post:function(e,n,a){var o=this,i=new Promise((function(i,r){var u=t.getStorageSync("token"),s={token:u||""};t.request({url:o.globalData.baseUrl+e,data:n,method:a,header:s,success:function(t){200==t.statusCode?i(t):r(t.data)},fail:function(t){console.log(t),r("网络出错"),wx.hideNavigationBarLoading()},complete:function(t){}})}));return i},globalData:{userInfo:null,baseUrl:"https://www.bjzha.net/api/"}};e.default=n}).call(this,n("543d")["default"])},"59df":function(t,e,n){"use strict";n.r(e);var a=n("2166");for(var o in a)"default"!==o&&function(t){n.d(e,t,(function(){return a[t]}))}(o);n("4e90");var i,r,u,s,c=n("f0c5"),l=Object(c["a"])(a["default"],i,r,!1,null,null,null,!1,u,s);e["default"]=l.exports},"5ec0":function(t,e,n){},"8a1d":function(t,e,n){"use strict";var a,o=function(){var t=this,e=t.$createElement;t._self._c},i=[];n.d(e,"b",(function(){return o})),n.d(e,"c",(function(){return i})),n.d(e,"a",(function(){return a}))},"8f3b":function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=i(n("59df")),o=i(n("b86c"));function i(t){return t&&t.__esModule?t:{default:t}}function r(t){if("undefined"===typeof Symbol||null==t[Symbol.iterator]){if(Array.isArray(t)||(t=u(t))){var e=0,n=function(){};return{s:n,n:function(){return e>=t.length?{done:!0}:{done:!1,value:t[e++]}},e:function(t){throw t},f:n}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var a,o,i=!0,r=!1;return{s:function(){a=t[Symbol.iterator]()},n:function(){var t=a.next();return i=t.done,t},e:function(t){r=!0,o=t},f:function(){try{i||null==a.return||a.return()}finally{if(r)throw o}}}}function u(t,e){if(t){if("string"===typeof t)return s(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(n):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?s(t,e):void 0}}function s(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,a=new Array(e);n<e;n++)a[n]=t[n];return a}var c={data:function(){return{selact:1,tizhangshow:!1,danweiindex:0,danweilist:[],projectlist:[],index:0,yeararr:[],yearindex:-1,startdate:"开始时间",endate:"结束时间",danweiname:"评审类型",projectname:"项目类型",danweilistz:[],danweiindexz:0,danweinamez:"咨询单位",toaudit:"",fintorg:"",fprojectcategory:"",submitdateone:"",submitdatetwo:"",sendyear:"",huizonglist:[],type:"",fid:"",huizong:!0}},onLoad:function(t){this.type=t.type;var e=new Date,n=e.getFullYear();console.log(n);for(var a=n-19,o=a;o<=n;o++)this.yeararr.push(o);this.getpingtype(),this.getprojectkind(),this.getzixundanwei(),this.getfenhuilist()},methods:{reset:function(){this.yearindex=-1,this.startdate="开始时间",this.endate="结束时间",this.danweiname="评审类型",this.projectname="项目类型",this.toaudit="",this.fprojectcategory="",this.sendyear="",this.submitdateone="",this.submitdatetwo=""},onNavigationBarButtonTap:function(){this.tizhangshow=!this.tizhangshow},yearchange:function(t){this.yearindex=t.target.value,this.sendyear=this.yeararr[t.target.value]},bindDateChange:function(t){this.startdate=t.target.value,this.submitdateone=t.target.value},endDateChange:function(t){this.endate=t.target.value,this.submitdatetwo=t.target.value},fenhui:function(t){console.log(t);var e=t.currentTarget.dataset.id;console.log(e),this.selact=e},screenheng:function(){console.log(999)},getzixundanwei:function(){var t=this;console.log(9988776655);var e="project/Get_IntermediaryOrg";a.default.post(e,"","get").then((function(e){console.log(e),t.danweilistz=e.data})).catch((function(t){console.log(t)}))},danweichangez:function(t){console.log("picker发送选择改变,携带值为",t),console.log("998877654",this.danweilistz),console.log("09988776545",this.danweilistz[t.target.value].fname),this.danweiindexz=t.target.value,this.fintorg=this.danweilistz[t.target.value].fname,this.danweinamez=this.danweilistz[t.target.value].fname},getpingtype:function(){var t=this;console.log(9988776655);var e="project/Get_ToAuditType";a.default.post(e,"","get").then((function(e){console.log(e),t.danweilist=e.data})).catch((function(t){console.log(t)}))},danweichange:function(t){console.log("picker发送选择改变,携带值为",t.target.value),this.danweiindex=t.target.value,this.toaudit=this.danweilist[t.target.value].fname,this.danweiname=this.danweilist[t.target.value].fname},getprojectkind:function(){var t=this,e="project/Get_ProjectType";a.default.post(e,"","get").then((function(e){console.log(e),t.projectlist=e.data,console.log(t.projectlist)})).catch((function(t){console.log(t)}))},bindPickerChange:function(t){console.log("picker发送选择改变,携带值为",t.target.value),this.index=t.target.value,this.fprojectcategory=this.projectlist[t.target.value].fname,this.projectname=this.projectlist[t.target.value].fname},getfenhuilist:function(){var t=this,e=this;console.log(9988776655);var n="project/Get_ExpertgorprjySum",i={toaudit:e.toaudit,fprojectcategory:e.fprojectcategory,sendyear:e.sendyear,submitdateone:e.submitdateone,submitdatetwo:e.submitdatetwo};console.log(i),a.default.post(n,i,"get").then((function(n){console.log(n),e.huizonglist=n.data;var a,i=e.huizonglist,u=r(i);try{for(u.s();!(a=u.n()).done;){var s=a.value;s.auduitsum=o.default.change(s.auduitsum),s.amountsum=o.default.change(s.amountsum),s.freesum=o.default.change(s.freesum)}}catch(c){u.e(c)}finally{u.f()}t.huizonglist=i})).catch((function(t){console.log(t)}))},detail:function(e){console.log("专家",e),this.fid=e.target.dataset.id,t.navigateTo({url:"../zhuanjiahuidetail/zhuanjiahuidetail?fid="+this.fid})},getdetail:function(){var t=this;console.log(9988776655);var e="project/Get_Expertgorprjy",n={fid:t.fid,toaudit:t.toaudit,fprojectcategory:t.fprojectcategory,sendyear:t.sendyear,submitdateone:t.submitdateone,submitdatetwo:t.submitdatetwo};console.log(n),a.default.post(e,n,"get").then((function(e){console.log(e),t.huizonglist=e.data})).catch((function(t){console.log(t)}))},search:function(){this.getfenhuilist(),this.tizhangshow=!1},searchdetail:function(){this.getdetail(),this.tizhangshow=!1}}};e.default=c}).call(this,n("543d")["default"])},bce3:function(t,e,n){"use strict";n.r(e);var a=n("8a1d"),o=n("090c");for(var i in o)"default"!==i&&function(t){n.d(e,t,(function(){return o[t]}))}(i);n("33be");var r,u=n("f0c5"),s=Object(u["a"])(o["default"],a["b"],a["c"],!1,null,null,null,!1,a["a"],r);e["default"]=s.exports},c639:function(t,e,n){"use strict";(function(t){n("bdbd"),n("921b");a(n("66fd"));var e=a(n("bce3"));function a(t){return t&&t.__esModule?t:{default:t}}t(e.default)}).call(this,n("543d")["createPage"])},d869:function(t,e,n){}},[["c639","common/runtime","common/vendor"]]]);  
  1 +(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/zhuanjiahui/zhuanjiahui"],{"090c":function(t,e,n){"use strict";n.r(e);var a=n("8f3b"),o=n.n(a);for(var i in a)"default"!==i&&function(t){n.d(e,t,(function(){return a[t]}))}(i);e["default"]=o.a},2166:function(t,e,n){"use strict";n.r(e);var a=n("593d"),o=n.n(a);for(var i in a)"default"!==i&&function(t){n.d(e,t,(function(){return a[t]}))}(i);e["default"]=o.a},"33be":function(t,e,n){"use strict";var a=n("5ec0"),o=n.n(a);o.a},"4e90":function(t,e,n){"use strict";var a=n("d869"),o=n.n(a);o.a},"593d":function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n={onLaunch:function(){console.log("App Launch")},onShow:function(){console.log("App Show")},onHide:function(){console.log("App Hide")},post:function(e,n,a){var o=this,i=new Promise((function(i,r){var u=t.getStorageSync("token"),s={token:u||""};t.request({url:o.globalData.baseUrl+e,data:n,method:a,header:s,success:function(t){200==t.statusCode?i(t):r(t.data)},fail:function(t){console.log(t),r("网络出错"),wx.hideNavigationBarLoading()},complete:function(t){}})}));return i},globalData:{userInfo:null,baseUrl:"https://www.bjzha.net/api/"}};e.default=n}).call(this,n("543d")["default"])},"59df":function(t,e,n){"use strict";n.r(e);var a=n("2166");for(var o in a)"default"!==o&&function(t){n.d(e,t,(function(){return a[t]}))}(o);n("4e90");var i,r,u,s,c=n("f0c5"),l=Object(c["a"])(a["default"],i,r,!1,null,null,null,!1,u,s);e["default"]=l.exports},"5ec0":function(t,e,n){},"8f3b":function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=i(n("59df")),o=i(n("b86c"));function i(t){return t&&t.__esModule?t:{default:t}}function r(t){if("undefined"===typeof Symbol||null==t[Symbol.iterator]){if(Array.isArray(t)||(t=u(t))){var e=0,n=function(){};return{s:n,n:function(){return e>=t.length?{done:!0}:{done:!1,value:t[e++]}},e:function(t){throw t},f:n}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var a,o,i=!0,r=!1;return{s:function(){a=t[Symbol.iterator]()},n:function(){var t=a.next();return i=t.done,t},e:function(t){r=!0,o=t},f:function(){try{i||null==a.return||a.return()}finally{if(r)throw o}}}}function u(t,e){if(t){if("string"===typeof t)return s(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(n):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?s(t,e):void 0}}function s(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,a=new Array(e);n<e;n++)a[n]=t[n];return a}var c={data:function(){return{selact:1,tizhangshow:!1,danweiindex:0,danweilist:[],projectlist:[],index:0,yeararr:[],yearindex:-1,startdate:"开始时间",endate:"结束时间",danweiname:"评审类型",projectname:"项目类型",danweilistz:[],danweiindexz:0,danweinamez:"咨询单位",toaudit:"",fintorg:"",fprojectcategory:"",submitdateone:"",submitdatetwo:"",sendyear:"",huizonglist:[],type:"",fid:"",huizong:!0,stationname:"请选择主管部门",stationindex:0,document:"",stationlist:[],yearname:"请选择年度"}},onLoad:function(t){this.type=t.type;var e=new Date,n=e.getFullYear();console.log(n);for(var a=n-19,o=a;o<=n;o++)this.yeararr.push(o);this.getpingtype(),this.getprojectkind(),this.getzixundanwei(),this.getfenhuilist(),this.getzhugaunlist()},computed:{startDate:function(){return this.getDate("start")},endDate:function(){return this.getDate("end")}},methods:{hide:function(){this.tizhangshow=!1},hidek:function(){},getDate:function(t){var e=new Date,n=e.getFullYear(),a=e.getMonth()+1,o=e.getDate();return"start"===t?n-=60:"end"===t&&(n+=2),a=a>9?a:"0"+a,o=o>9?o:"0"+o,"".concat(n,"-").concat(a,"-").concat(o)},getzhugaunlist:function(){var t=this;console.log(9988776655);var e="project/Get_ComDepartment";a.default.post(e,"","get").then((function(e){console.log(e),t.stationlist=e.data})).catch((function(t){console.log(t)}))},bindstationrChange:function(t){console.log("picker发送选择改变,携带值为",t.target.value),this.stationindex=t.target.value,this.stationname=this.stationlist[t.target.value].fname,this.document=this.stationlist[t.target.value].fid,console.log(that.document)},reset:function(){this.yearindex=-1,this.startdate="开始时间",this.endate="结束时间",this.danweiname="评审类型",this.projectname="项目类型",this.toaudit="",this.fprojectcategory="",this.sendyear="",this.submitdateone="",this.submitdatetwo="",this.stationname="请选择主管部门",this.document=""},shai:function(){this.tizhangshow=!this.tizhangshow},yearchange:function(t){this.yearindex=t.target.value,this.sendyear=this.yeararr[t.target.value],this.yearname=this.yeararr[t.target.value]},bindDateChange:function(t){this.startdate=t.target.value,this.submitdateone=t.target.value},endDateChange:function(t){this.endate=t.target.value,this.submitdatetwo=t.target.value},fenhui:function(t){console.log(t);var e=t.currentTarget.dataset.id;console.log(e),this.selact=e},screenheng:function(){console.log(999)},getzixundanwei:function(){var t=this;console.log(9988776655);var e="project/Get_IntermediaryOrg";a.default.post(e,"","get").then((function(e){console.log(e),t.danweilistz=e.data})).catch((function(t){console.log(t)}))},danweichangez:function(t){console.log("picker发送选择改变,携带值为",t),console.log("998877654",this.danweilistz),console.log("09988776545",this.danweilistz[t.target.value].fname),this.danweiindexz=t.target.value,this.fintorg=this.danweilistz[t.target.value].fname,this.danweinamez=this.danweilistz[t.target.value].fname},getpingtype:function(){var t=this;console.log(9988776655);var e="project/Get_ToAuditType";a.default.post(e,"","get").then((function(e){console.log(e),t.danweilist=e.data})).catch((function(t){console.log(t)}))},danweichange:function(t){console.log("picker发送选择改变,携带值为",t.target.value),this.danweiindex=t.target.value,this.toaudit=this.danweilist[t.target.value].fname,this.danweiname=this.danweilist[t.target.value].fname},getprojectkind:function(){var t=this,e="project/Get_ProjectType";a.default.post(e,"","get").then((function(e){console.log(e),t.projectlist=e.data,console.log(t.projectlist)})).catch((function(t){console.log(t)}))},bindPickerChange:function(t){console.log("picker发送选择改变,携带值为",t.target.value),this.index=t.target.value,this.fprojectcategory=this.projectlist[t.target.value].fname,this.projectname=this.projectlist[t.target.value].fname},getfenhuilist:function(){var t=this,e=this;console.log(9988776655);var n="project/Get_ExpertgorprjySum",i={toaudit:e.toaudit,fprojectcategory:e.fprojectcategory,sendyear:e.sendyear,submitdateone:e.submitdateone,submitdatetwo:e.submitdatetwo,document:e.document};console.log(i),a.default.post(n,i,"get").then((function(n){console.log(n),e.huizonglist=n.data;var a,i=e.huizonglist,u=r(i);try{for(u.s();!(a=u.n()).done;){var s=a.value;s.auduitsum=o.default.change(s.auduitsum),s.amountsum=o.default.change(s.amountsum),s.freesum=o.default.change(s.freesum)}}catch(c){u.e(c)}finally{u.f()}t.huizonglist=i})).catch((function(t){console.log(t)}))},detail:function(e){console.log("专家",e),this.fid=e.target.dataset.id,t.navigateTo({url:"../zhuanjiahuidetail/zhuanjiahuidetail?fid="+this.fid+"&document="+htis.document})},getdetail:function(){var t=this;console.log(9988776655);var e="project/Get_Expertgorprjy",n={fid:t.fid,toaudit:t.toaudit,fprojectcategory:t.fprojectcategory,sendyear:t.sendyear,submitdateone:t.submitdateone,submitdatetwo:t.submitdatetwo,document:t.document};console.log(n),a.default.post(e,n,"get").then((function(e){console.log(e),t.huizonglist=e.data})).catch((function(t){console.log(t)}))},search:function(){this.getfenhuilist(),this.tizhangshow=!1},searchdetail:function(){this.getdetail(),this.tizhangshow=!1}}};e.default=c}).call(this,n("543d")["default"])},bce3:function(t,e,n){"use strict";n.r(e);var a=n("e028"),o=n("090c");for(var i in o)"default"!==i&&function(t){n.d(e,t,(function(){return o[t]}))}(i);n("33be");var r,u=n("f0c5"),s=Object(u["a"])(o["default"],a["b"],a["c"],!1,null,null,null,!1,a["a"],r);e["default"]=s.exports},c639:function(t,e,n){"use strict";(function(t){n("bdbd"),n("921b");a(n("66fd"));var e=a(n("bce3"));function a(t){return t&&t.__esModule?t:{default:t}}t(e.default)}).call(this,n("543d")["createPage"])},d869:function(t,e,n){},e028:function(t,e,n){"use strict";var a,o=function(){var t=this,e=t.$createElement;t._self._c},i=[];n.d(e,"b",(function(){return o})),n.d(e,"c",(function(){return i})),n.d(e,"a",(function(){return a}))}},[["c639","common/runtime","common/vendor"]]]);
1 -<view class="box"><block wx:if="{{huizonglist.length==1}}"><view class="nodata">暂无数据</view></block><block wx:else><block><block wx:if="{{huizong}}"><view class="taizhangbox"><view class="taizhanghead"><view class="taizhangitem">专家</view><view class="taizhangitem"><view class="shunum">项目数量</view><view class="shenjie">(已审结)</view></view><view class="taizhangitem">总送审额</view><view class="taizhangitem">总审定额</view><view class="taizhangitem">总审减额</view><view class="taizhangitem">综合审减率</view><view class="taizhangitem">操作</view></view><view class="taizhanglist"><block wx:for="{{huizonglist}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="taizhangflistitem"><view class="taiitem itemname">{{item.fname+''}}</view><view class="taiitem itemshu">{{item.prjnum}}</view><view class="taiitem songshen">{{item.auduitsum}}</view><view class="taiitem shending">{{item.amountsum}}</view><view class="taiitem shenjian">{{item.freesum}}</view><view class="taiitem shenlv">{{item.freerate}}</view><view class="taiitem detailname" data-id="{{item.fid}}" data-event-opts="{{[['tap',[['detail',['$event']]]]]}}" bindtap="__e">详情</view></view></block></view></view></block><block wx:else><view class="taizhangbox"><view class="taizhanghead taizhangheadde"><view class="taizhangitem">项目编号</view><view class="taizhangitem">项目名称</view><view class="taizhangitem">送审金额</view><view class="taizhangitem">评审类型</view><view class="taizhangitem">送审单位</view><view class="taizhangitem">项目类型</view><view class="taizhangitem">送审时间</view><view class="taizhangitem">审定金额</view><view class="taizhangitem">审减率</view><view class="taizhangitem">审减金额</view><view class="taizhangitem">咨询单位</view><view class="taizhangitem">送审年度</view><view class="taizhangitem">咨询单位项目审核负责人</view></view><view class="taizhanglist"><block wx:for="{{huizonglist}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="taizhangflistitem taizhangflistitemde"><view class="taiitem itemname">{{item.fprjnumber+''}}</view><view class="taiitem itemshu">{{item.fprjname}}</view><view class="taiitem songshen">{{item.ftoauditamt}}</view><view class="taiitem shending">{{item.freviewtype}}</view><view class="taiitem shenjian">{{item.fdevorgid}}</view><view class="taiitem shenlv">{{item.fprojecttype}}</view><view class="taiitem itemname">{{item.fsubmitfindate+''}}</view><view class="taiitem itemshu">{{item.fauditamount}}</view><view class="taiitem songshen">{{item.fauditratio}}</view><view class="taiitem shending">{{item.fshenjianmoney}}</view><view class="taiitem shenjian">{{item.flordintorgid}}</view><view class="taiitem shenlv">{{item.fyear}}</view><view class="taiitem shenlv">{{item.fauditledername}}</view></view></block></view></view></block></block></block><block wx:if="{{tizhangshow}}"><view class="register"><view class="taizhangwrap xiangmuzi"><view class="wrapbox"><view class="wrapitem"><view class="wrapitemleft">项目类型</view><picker value="{{index}}" range="{{projectlist}}" range-key="fname" data-event-opts="{{[['change',[['bindPickerChange',['$event']]]]]}}" bindchange="__e"><view class="wrapitemright"><view class="uni-input projectname">{{projectname}}</view></view></picker></view><view class="wrapitem"><view class="wrapitemleft">评审类型</view><picker value="{{danweiindex}}" range="{{danweilist}}" range-key="fname" data-event-opts="{{[['change',[['danweichange',['$event']]]]]}}" bindchange="__e"><view class="wrapitemright"><view class="uni-input projectname">{{danweiname}}</view></view></picker></view><view class="wrapitem"><view class="wrapitemleft">年度</view><picker value="{{yearindex}}" range="{{yeararr}}" data-event-opts="{{[['change',[['yearchange',['$event']]]]]}}" bindchange="__e"><view class="wrapitemright"><view class="nianduleft"><view class="uni-input projectname">{{yeararr[yearindex]}}</view></view><view class="nianduright"><image src="../../static/img/number.png" mode></image></view></view></picker></view><view class="wrapitem"><view class="wrapitemleft">时间</view><view class="time"><picker mode="date" value="{{date}}" start="{{startDate}}" end="{{endDate}}" data-event-opts="{{[['change',[['bindDateChange',['$event']]]]]}}" bindchange="__e"><view class="timeleft">{{''+startdate+''}}</view></picker><view class="timemiddle"></view><picker mode="date" value="{{date}}" start="{{startDate}}" end="{{endDate}}" data-event-opts="{{[['change',[['endDateChange',['$event']]]]]}}" bindchange="__e"><view class="timeleft">{{''+endate+''}}</view></picker></view></view></view><view class="zibot"><view data-event-opts="{{[['tap',[['reset',['$event']]]]]}}" class="reset" bindtap="__e">重置</view><view data-event-opts="{{[['tap',[['search',['$event']]]]]}}" class="chaxun" bindtap="__e">查询</view></view></view></view></block></view>  
  1 +<view class="box"><view class="topheadk"><view class="shaiselecttop"><view data-event-opts="{{[['tap',[['shai',['$event']]]]]}}" class="shaiselect" bindtap="__e">筛选</view></view></view><block wx:if="{{huizonglist.length==1}}"><view class="nodata">暂无数据</view></block><block wx:else><block><block wx:if="{{huizong}}"><view class="taizhangbox"><view class="taizhanghead"><view class="taizhangitem">专家</view><view class="taizhangitem"><view class="shunum">项目数量</view><view class="shenjie">(已审结)</view></view><view class="taizhangitem">总送审额</view><view class="taizhangitem">总审定额</view><view class="taizhangitem">总审减额</view><view class="taizhangitem">综合审减率</view><view class="taizhangitem">操作</view></view><view class="taizhanglist"><block wx:for="{{huizonglist}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="taizhangflistitem"><view class="taiitem itemname">{{item.fname+''}}</view><view class="taiitem itemshu">{{item.prjnum}}</view><view class="taiitem songshen">{{item.auduitsum}}</view><view class="taiitem shending">{{item.amountsum}}</view><view class="taiitem shenjian">{{item.freesum}}</view><view class="taiitem shenlv">{{item.freerate}}</view><view class="taiitem detailname" data-id="{{item.fid}}" data-event-opts="{{[['tap',[['detail',['$event']]]]]}}" bindtap="__e">详情</view></view></block></view></view></block><block wx:else><view class="taizhangbox"><view class="taizhanghead taizhangheadde"><view class="taizhangitem">项目编号</view><view class="taizhangitem">项目名称</view><view class="taizhangitem">送审金额</view><view class="taizhangitem">评审类型</view><view class="taizhangitem">送审单位</view><view class="taizhangitem">项目类型</view><view class="taizhangitem">送审时间</view><view class="taizhangitem">审定金额</view><view class="taizhangitem">审减率</view><view class="taizhangitem">审减金额</view><view class="taizhangitem">咨询单位</view><view class="taizhangitem">送审年度</view><view class="taizhangitem">咨询单位项目审核负责人</view></view><view class="taizhanglist"><block wx:for="{{huizonglist}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="taizhangflistitem taizhangflistitemde"><view class="taiitem itemname">{{item.fprjnumber+''}}</view><view class="taiitem itemshu">{{item.fprjname}}</view><view class="taiitem songshen">{{item.ftoauditamt}}</view><view class="taiitem shending">{{item.freviewtype}}</view><view class="taiitem shenjian">{{item.fdevorgid}}</view><view class="taiitem shenlv">{{item.fprojecttype}}</view><view class="taiitem itemname">{{item.fsubmitfindate+''}}</view><view class="taiitem itemshu">{{item.fauditamount}}</view><view class="taiitem songshen">{{item.fauditratio}}</view><view class="taiitem shending">{{item.fshenjianmoney}}</view><view class="taiitem shenjian">{{item.flordintorgid}}</view><view class="taiitem shenlv">{{item.fyear}}</view><view class="taiitem shenlv">{{item.fauditledername}}</view></view></block></view></view></block></block></block><block wx:if="{{tizhangshow}}"><view data-event-opts="{{[['tap',[['hide',['$event']]]]]}}" class="register" bindtap="__e"><view data-event-opts="{{[['tap',[['hidek',['$event']]]]]}}" class="taizhangwrap xiangmuzi" catchtap="__e"><view class="wrapbox"><view class="wrapitem"><view class="wrapitemleft">项目类型</view><picker value="{{index}}" range="{{projectlist}}" range-key="fname" data-event-opts="{{[['change',[['bindPickerChange',['$event']]]]]}}" bindchange="__e"><view class="wrapitemright"><view class="uni-input projectname">{{projectname}}</view></view></picker></view><view class="wrapitem"><view class="wrapitemleft">主管部门</view><picker value="{{stationindex}}" range="{{stationlist}}" range-key="fname" data-event-opts="{{[['change',[['bindstationrChange',['$event']]]]]}}" bindchange="__e"><view class="wrapitemright"><view class="uni-input projectname">{{stationname}}</view></view></picker></view><view class="wrapitem"><view class="wrapitemleft">评审类型</view><picker value="{{danweiindex}}" range="{{danweilist}}" range-key="fname" data-event-opts="{{[['change',[['danweichange',['$event']]]]]}}" bindchange="__e"><view class="wrapitemright"><view class="uni-input projectname">{{danweiname}}</view></view></picker></view><view class="wrapitem"><view class="wrapitemleft">年度</view><picker value="{{yearindex}}" range="{{yeararr}}" data-event-opts="{{[['change',[['yearchange',['$event']]]]]}}" bindchange="__e"><view class="wrapitemright"><view class="nianduleft"><view class="uni-input projectname">{{yearname}}</view></view><view class="nianduright"><image src="../../static/img/number.png" mode></image></view></view></picker></view><view class="wrapitem"><view class="wrapitemleft">时间</view><view class="time"><picker mode="date" value="{{date}}" start="{{startDate}}" end="{{endDate}}" data-event-opts="{{[['change',[['bindDateChange',['$event']]]]]}}" bindchange="__e"><view class="timeleft">{{''+startdate+''}}</view></picker><view class="timemiddle"></view><picker mode="date" value="{{date}}" start="{{startDate}}" end="{{endDate}}" data-event-opts="{{[['change',[['endDateChange',['$event']]]]]}}" bindchange="__e"><view class="timeleft">{{''+endate+''}}</view></picker></view></view></view><view class="zibot"><view data-event-opts="{{[['tap',[['reset',['$event']]]]]}}" class="reset" bindtap="__e">重置</view><view data-event-opts="{{[['tap',[['search',['$event']]]]]}}" class="chaxun" bindtap="__e">查询</view></view></view></view></block></view>
1 -.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}page{background:#f9f9f9}.headbox{background:#fff;height:100rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.headboxleft{width:350rpx;height:100rpx;line-height:100rpx;text-align:center;color:#06121e;font-size:28rpx}.headactive{color:#0093ff;border-bottom:1rpx solid #0093ff}.hengping{width:144rpx;color:#0093ff;font-size:24rpx;border-bottom:1rpx solid #0093ff;margin:34rpx auto 0}.taizhangbox{width:700rpx;overflow-x:scroll;margin:28rpx;padding:0 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff}.taizhanghead{width:1400rpx;overflow-x:scroll;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:16rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #bdc4ce}.taizhangitem{color:#06121e;font-size:22rpx;margin-right:118rpx;font-weight:700}.shenjie{text-align:center;margin-top:5rpx;font-size:20rpx}.taizhangflistitem{width:1400rpx;overflow-x:scroll;padding:18rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;border-bottom:1rpx solid #bdc4ce}.taiitem{color:#06121e;font-size:24rpx}.itemname{width:96rpx;text-align:center}.itemshu{width:150rpx;text-align:center;margin-left:22rpx}.songshen{width:200rpx;text-align:center;margin-left:30rpx}.shending{width:200rpx;text-align:center;margin-left:5rpx}.shenjian{width:200rpx;text-align:center;margin-left:10rpx}.shenlv{width:200rpx;text-align:center;margin-left:15rpx}.dibu{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;width:750rpx;height:104rpx;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;position:fixed;bottom:0;left:0}.dibuleft{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-right:72rpx}.dibulitemm{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.dishu{width:40rpx;height:30rpx;border:1rpx solid #707070;border-radius:4rpx;margin:0 6rpx;font-size:0;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.dishu input{width:100%;height:30rpx;line-height:30rpx;padding:5rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;font-size:26rpx;color:#8c9198}.dibuliteml, 1 +.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.shaiselecttop{width:750rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;padding-top:10rpx;padding-bottom:10rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.shaiselect{display:inline-block;width:200rpx;height:64rpx;background:#0093ff;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;border-radius:30rpx}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}page{background:#f9f9f9}.topheadk{position:fixed;top:0;left:0;background:#fff;width:750rpx}.headbox{background:#fff;height:100rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.headboxleft{width:350rpx;height:100rpx;line-height:100rpx;text-align:center;color:#06121e;font-size:28rpx}.headactive{color:#0093ff;border-bottom:1rpx solid #0093ff}.hengping{width:144rpx;color:#0093ff;font-size:24rpx;border-bottom:1rpx solid #0093ff;margin:34rpx auto 0}.taizhangbox{width:700rpx;overflow-x:scroll;margin:28rpx;padding:0 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;margin-top:100rpx}.taizhanghead{width:1400rpx;overflow-x:scroll;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:16rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #bdc4ce}.taizhangitem{color:#06121e;font-size:22rpx;margin-right:118rpx;font-weight:700}.shenjie{text-align:center;margin-top:5rpx;font-size:20rpx}.taizhangflistitem{width:1400rpx;overflow-x:scroll;padding:18rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;border-bottom:1rpx solid #bdc4ce}.taiitem{color:#06121e;font-size:24rpx}.itemname{width:96rpx;text-align:center}.itemshu{width:150rpx;text-align:center;margin-left:22rpx}.songshen{width:200rpx;text-align:center;margin-left:30rpx}.shending{width:200rpx;text-align:center;margin-left:5rpx}.shenjian{width:200rpx;text-align:center;margin-left:10rpx}.shenlv{width:200rpx;text-align:center;margin-left:15rpx}.dibu{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;width:750rpx;height:104rpx;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;position:fixed;bottom:0;left:0}.dibuleft{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-right:72rpx}.dibulitemm{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.dishu{width:40rpx;height:30rpx;border:1rpx solid #707070;border-radius:4rpx;margin:0 6rpx;font-size:0;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.dishu input{width:100%;height:30rpx;line-height:30rpx;padding:5rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;font-size:26rpx;color:#8c9198}.dibuliteml,
2 .di, 2 .di,
3 .ye, 3 .ye,
4 .dibulitemx, 4 .dibulitemx,
1 -.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}page{background:#f9f9f9}.headbox{background:#fff;height:100rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.headboxleft{width:350rpx;height:100rpx;line-height:100rpx;text-align:center;color:#06121e;font-size:28rpx}.headactive{color:#0093ff;border-bottom:1rpx solid #0093ff}.hengping{width:144rpx;color:#0093ff;font-size:24rpx;border-bottom:1rpx solid #0093ff;margin:34rpx auto 0}.taizhangbox{width:700rpx;overflow-x:scroll;margin:28rpx;padding:0 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff}.taizhanghead{width:1400rpx;overflow-x:scroll;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:16rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #bdc4ce}.taizhangitem{color:#06121e;font-size:22rpx;margin-right:118rpx;font-weight:700}.shenjie{text-align:center;margin-top:5rpx;font-size:20rpx}.taizhangflistitem{width:1400rpx;overflow-x:scroll;padding:18rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;border-bottom:1rpx solid #bdc4ce}.taiitem{color:#06121e;font-size:24rpx}.itemname{width:86rpx}.itemshu{width:150rpx;text-align:center;margin-left:72rpx}.songshen{width:200rpx;text-align:center;margin-left:1rpx}.shending{width:200rpx;text-align:center;margin-left:5rpx}.shenjian{width:200rpx;text-align:center;margin-left:10rpx}.shenlv{width:200rpx;text-align:center;margin-left:15rpx}.dibu{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;width:750rpx;height:104rpx;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;position:fixed;bottom:0;left:0}.dibuleft{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-right:72rpx}.dibulitemm{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.dishu{width:40rpx;height:30rpx;border:1rpx solid #707070;border-radius:4rpx;margin:0 6rpx;font-size:0;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.dishu input{width:100%;height:30rpx;line-height:30rpx;padding:5rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;font-size:26rpx;color:#8c9198}.dibuliteml, 1 +.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.shaiselecttop{width:750rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;padding-top:10rpx;padding-bottom:10rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.shaiselect{display:inline-block;width:200rpx;height:64rpx;background:#0093ff;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;border-radius:30rpx}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}page{background:#f9f9f9}.headbox{background:#fff;height:100rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.headboxleft{width:350rpx;height:100rpx;line-height:100rpx;text-align:center;color:#06121e;font-size:28rpx}.headactive{color:#0093ff;border-bottom:1rpx solid #0093ff}.hengping{width:144rpx;color:#0093ff;font-size:24rpx;border-bottom:1rpx solid #0093ff;margin:34rpx auto 0}.taizhangbox{width:700rpx;overflow-x:scroll;margin:28rpx;padding:0 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff}.taizhanghead{width:1400rpx;overflow-x:scroll;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:16rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #bdc4ce}.taizhangitem{color:#06121e;font-size:22rpx;margin-right:118rpx;font-weight:700}.shenjie{text-align:center;margin-top:5rpx;font-size:20rpx}.taizhangflistitem{width:1400rpx;overflow-x:scroll;padding:18rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;border-bottom:1rpx solid #bdc4ce}.taiitem{color:#06121e;font-size:24rpx}.itemname{width:86rpx}.itemshu{width:150rpx;text-align:center;margin-left:72rpx}.songshen{width:200rpx;text-align:center;margin-left:1rpx}.shending{width:200rpx;text-align:center;margin-left:5rpx}.shenjian{width:200rpx;text-align:center;margin-left:10rpx}.shenlv{width:200rpx;text-align:center;margin-left:15rpx}.dibu{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;width:750rpx;height:104rpx;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;position:fixed;bottom:0;left:0}.dibuleft{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-right:72rpx}.dibulitemm{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.dishu{width:40rpx;height:30rpx;border:1rpx solid #707070;border-radius:4rpx;margin:0 6rpx;font-size:0;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.dishu input{width:100%;height:30rpx;line-height:30rpx;padding:5rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;font-size:26rpx;color:#8c9198}.dibuliteml,
2 .di, 2 .di,
3 .ye, 3 .ye,
4 .dibulitemx, 4 .dibulitemx,
1 -.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}page{background:#f9f9f9}.box{background:#fff}.projectinfo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.projectinfoname{width:44rpx;height:44rpx;font-size:0}.projectinfoname image{width:100%;height:100%}.projectname{color:#3d444d;font-size:28rpx;font-weight:700;margin-left:16rpx}.projectinfo{padding:36rpx 32rpx 16rpx;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #bdc4ce}.projectlist{padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.projectitem{background:#fff;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:32rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.projectitemleft{color:#8c9198;font-size:28rpx}.projectitemright{color:#3d444d;font-size:28rpx}.renyuanleft{color:#8c9198;font-size:28rpx}.renyuanright{width:300rpx;height:60rpx;background:#eee;padding:14rpx 28rpx;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.renyuanright input{width:100%;height:40rpx;color:#8c9198;font-size:24rpx}.xiangmuyuan{color:#8c9198;font-size:24rpx}.zixunbottom{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:28rpx 32rpx 34rpx}.zixunbotleft{width:130rpx;height:80rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx}.zixunbotright{width:532rpx;height:80rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx;margin-left:24rpx}.renyaoqiu{margin-top:12rpx}.zixundan{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:44rpx 42rpx 16rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #bdc4ce}.zixundanitem{color:#06121e;font-size:28rpx}.zixunbox{padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zixundanboxlist{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box}.zixunname{width:320rpx;color:#06121e;font-size:24rpx;line-height:1.5;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.zixunshu{width:105rpx;text-align:center;color:#06121e;font-size:24rpx}.zixuntou{width:108rpx;height:40rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:40rpx;margin-left:140rpx}.zuxiangmu{color:#3d444d;font-size:28rpx;font-weight:700}.querenfen{width:686rpx;height:80rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx}  
  1 +.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.shaiselecttop{width:750rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;padding-top:10rpx;padding-bottom:10rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.shaiselect{display:inline-block;width:200rpx;height:64rpx;background:#0093ff;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;border-radius:30rpx}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}page{background:#f9f9f9}.box{background:#fff}.projectinfo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.projectinfoname{width:44rpx;height:44rpx;font-size:0}.projectinfoname image{width:100%;height:100%}.projectname{color:#3d444d;font-size:28rpx;font-weight:700;margin-left:16rpx}.projectinfo{padding:36rpx 32rpx 16rpx;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #bdc4ce}.projectlist{padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.projectitem{background:#fff;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:32rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.projectitemleft{color:#8c9198;font-size:28rpx}.projectitemright{color:#3d444d;font-size:28rpx}.renyuanleft{color:#8c9198;font-size:28rpx}.renyuanright{width:300rpx;height:60rpx;background:#eee;padding:14rpx 28rpx;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.renyuanright input{width:100%;height:40rpx;color:#8c9198;font-size:24rpx}.xiangmuyuan{color:#8c9198;font-size:24rpx}.zixunbottom{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:28rpx 32rpx 34rpx}.zixunbotleft{width:130rpx;height:80rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx}.zixunbotright{width:532rpx;height:80rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx;margin-left:24rpx}.renyaoqiu{margin-top:12rpx}.zixundan{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:44rpx 42rpx 16rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #bdc4ce}.zixundanitem{color:#06121e;font-size:28rpx}.zixunbox{padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zixundanboxlist{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box}.zixunname{width:320rpx;color:#06121e;font-size:24rpx;line-height:1.5;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.zixunshu{width:105rpx;text-align:center;color:#06121e;font-size:24rpx}.zixuntou{width:108rpx;height:40rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:40rpx;margin-left:140rpx}.zuxiangmu{color:#3d444d;font-size:28rpx;font-weight:700}.querenfen{width:686rpx;height:80rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx}
1 -(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/zhuguantaizhang/zhugauntaizhang"],{"19b6":function(t,e,n){"use strict";var a,o=function(){var t=this,e=t.$createElement;t._self._c},i=[];n.d(e,"b",(function(){return o})),n.d(e,"c",(function(){return i})),n.d(e,"a",(function(){return a}))},2166:function(t,e,n){"use strict";n.r(e);var a=n("593d"),o=n.n(a);for(var i in a)"default"!==i&&function(t){n.d(e,t,(function(){return a[t]}))}(i);e["default"]=o.a},"2f46":function(t,e,n){"use strict";n.r(e);var a=n("19b6"),o=n("e7ae");for(var i in o)"default"!==i&&function(t){n.d(e,t,(function(){return o[t]}))}(i);n("3a46");var r,u=n("f0c5"),c=Object(u["a"])(o["default"],a["b"],a["c"],!1,null,null,null,!1,a["a"],r);e["default"]=c.exports},"3a46":function(t,e,n){"use strict";var a=n("ddb6"),o=n.n(a);o.a},"4e90":function(t,e,n){"use strict";var a=n("d869"),o=n.n(a);o.a},"593d":function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n={onLaunch:function(){console.log("App Launch")},onShow:function(){console.log("App Show")},onHide:function(){console.log("App Hide")},post:function(e,n,a){var o=this,i=new Promise((function(i,r){var u=t.getStorageSync("token"),c={token:u||""};t.request({url:o.globalData.baseUrl+e,data:n,method:a,header:c,success:function(t){200==t.statusCode?i(t):r(t.data)},fail:function(t){console.log(t),r("网络出错"),wx.hideNavigationBarLoading()},complete:function(t){}})}));return i},globalData:{userInfo:null,baseUrl:"https://www.bjzha.net/api/"}};e.default=n}).call(this,n("543d")["default"])},"59df":function(t,e,n){"use strict";n.r(e);var a=n("2166");for(var o in a)"default"!==o&&function(t){n.d(e,t,(function(){return a[t]}))}(o);n("4e90");var i,r,u,c,l=n("f0c5"),s=Object(l["a"])(a["default"],i,r,!1,null,null,null,!1,u,c);e["default"]=s.exports},d869:function(t,e,n){},d96f:function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=o(n("59df"));function o(t){return t&&t.__esModule?t:{default:t}}function i(t){if("undefined"===typeof Symbol||null==t[Symbol.iterator]){if(Array.isArray(t)||(t=r(t))){var e=0,n=function(){};return{s:n,n:function(){return e>=t.length?{done:!0}:{done:!1,value:t[e++]}},e:function(t){throw t},f:n}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var a,o,i=!0,u=!1;return{s:function(){a=t[Symbol.iterator]()},n:function(){var t=a.next();return i=t.done,t},e:function(t){u=!0,o=t},f:function(){try{i||null==a.return||a.return()}finally{if(u)throw o}}}}function r(t,e){if(t){if("string"===typeof t)return u(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(n):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?u(t,e):void 0}}function u(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,a=new Array(e);n<e;n++)a[n]=t[n];return a}var c={data:function(){return{tizhangshow:!1,fprojectcategory:"",fintorg:"",sendyear:"",submitdateone:"",submitdatetwo:"",xiangmulist:[],projectlist:[],index:0,danweilist:[],danweiindex:0,end:"",yeararr:[],yearindex:-1,startdate:"开始时间",endate:"结束时间",projectname:"项目类型",danweiname:"主管部门"}},onLoad:function(){var t=new Date,e=t.getFullYear();console.log(e);for(var n=e-19,a=n;a<=e;a++)this.yeararr.push(a);this.getprojectkind(),this.getzixundanwei(),this.gettiazhanglist()},methods:{onNavigationBarButtonTap:function(){this.tizhangshow=!this.tizhangshow},reset:function(){this.startdate="开始时间",this.endate="结束时间",this.projectname="项目类型",this.danweiname="主管部门",this.yearindex=-1},getprojectkind:function(){var t=this,e="project/Get_ProjectType";a.default.post(e,"","get").then((function(e){console.log(e),t.projectlist=e.data,console.log(t.projectlist)})).catch((function(t){console.log(t)}))},bindPickerChange:function(t){console.log("picker发送选择改变,携带值为",t.target.value),this.index=t.target.value,this.fprojectcategory=this.projectlist[t.target.value].fname,this.projectname=this.projectlist[t.target.value].fname},bindDateChange:function(t){this.startdate=t.target.value,this.submitdateone=t.target.value},endDateChange:function(t){this.endate=t.target.value,this.submitdatetwo=t.target.value},getzixundanwei:function(){var t=this;console.log(9988776655);var e="project/Get_Document";a.default.post(e,"","get").then((function(e){console.log(e),t.danweilist=e.data,console.log(t.danweilist)})).catch((function(t){console.log(t)}))},danweichange:function(t){console.log("picker发送选择改变,携带值为",t.target.value),this.danweiindex=t.target.value,this.fintorg=this.danweilist[t.target.value].fname,this.danweiname=this.danweilist[t.target.value].fname},yearchange:function(t){this.yearindex=t.target.value,this.sendyear=this.yeararr[t.target.value]},gettiazhanglist:function(){var t=this,e=this;console.log(9988776543);var n="project/Get_GetRptaudit",o={toaudit:"document",fprojectcategory:e.fprojectcategory,document:e.fintorg,sendyear:e.sendyear,submitdateone:e.submitdateone,submitdatetwo:e.submitdatetwo,fteam:"",fintorg:""};console.log("8877665544",o),a.default.post(n,o,"get").then((function(n){console.log(n),t.xiangmulist=n.data;var a,o=t.xiangmulist,r=[],u=i(o);try{for(u.s();!(a=u.n()).done;){var c=a.value;r.push(c)}}catch(f){u.e(f)}finally{u.f()}var l=r.splice(-1);e.end=l;var s=r.length;s-=1,console.log(s),r.splice(s,1),console.log(r),t.xiangmulist=r,console.log(typeof r)})).catch((function(t){console.log(t)}))},search:function(){console.log(7766554),this.gettiazhanglist(),this.tizhangshow=!1},taizhangdetail:function(e){console.log(e);var n=e.target.dataset.item;console.log(n),n=JSON.stringify(n),t.navigateTo({url:"../zhugauntaidetail/zhugauntaidetail?item="+n+"&type=5"})}},onReachBottom:function(){console.log(999)}};e.default=c}).call(this,n("543d")["default"])},ddb6:function(t,e,n){},e7ae:function(t,e,n){"use strict";n.r(e);var a=n("d96f"),o=n.n(a);for(var i in a)"default"!==i&&function(t){n.d(e,t,(function(){return a[t]}))}(i);e["default"]=o.a},f6f9:function(t,e,n){"use strict";(function(t){n("bdbd"),n("921b");a(n("66fd"));var e=a(n("2f46"));function a(t){return t&&t.__esModule?t:{default:t}}t(e.default)}).call(this,n("543d")["createPage"])}},[["f6f9","common/runtime","common/vendor"]]]);  
  1 +(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/zhuguantaizhang/zhugauntaizhang"],{2166:function(t,e,n){"use strict";n.r(e);var a=n("593d"),o=n.n(a);for(var i in a)"default"!==i&&function(t){n.d(e,t,(function(){return a[t]}))}(i);e["default"]=o.a},"2f46":function(t,e,n){"use strict";n.r(e);var a=n("b994"),o=n("e7ae");for(var i in o)"default"!==i&&function(t){n.d(e,t,(function(){return o[t]}))}(i);n("3a46");var r,u=n("f0c5"),c=Object(u["a"])(o["default"],a["b"],a["c"],!1,null,null,null,!1,a["a"],r);e["default"]=c.exports},"3a46":function(t,e,n){"use strict";var a=n("ddb6"),o=n.n(a);o.a},"4e90":function(t,e,n){"use strict";var a=n("d869"),o=n.n(a);o.a},"593d":function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n={onLaunch:function(){console.log("App Launch")},onShow:function(){console.log("App Show")},onHide:function(){console.log("App Hide")},post:function(e,n,a){var o=this,i=new Promise((function(i,r){var u=t.getStorageSync("token"),c={token:u||""};t.request({url:o.globalData.baseUrl+e,data:n,method:a,header:c,success:function(t){200==t.statusCode?i(t):r(t.data)},fail:function(t){console.log(t),r("网络出错"),wx.hideNavigationBarLoading()},complete:function(t){}})}));return i},globalData:{userInfo:null,baseUrl:"https://www.bjzha.net/api/"}};e.default=n}).call(this,n("543d")["default"])},"59df":function(t,e,n){"use strict";n.r(e);var a=n("2166");for(var o in a)"default"!==o&&function(t){n.d(e,t,(function(){return a[t]}))}(o);n("4e90");var i,r,u,c,l=n("f0c5"),s=Object(l["a"])(a["default"],i,r,!1,null,null,null,!1,u,c);e["default"]=s.exports},b994:function(t,e,n){"use strict";var a,o=function(){var t=this,e=t.$createElement;t._self._c},i=[];n.d(e,"b",(function(){return o})),n.d(e,"c",(function(){return i})),n.d(e,"a",(function(){return a}))},d869:function(t,e,n){},d96f:function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=o(n("59df"));function o(t){return t&&t.__esModule?t:{default:t}}function i(t){if("undefined"===typeof Symbol||null==t[Symbol.iterator]){if(Array.isArray(t)||(t=r(t))){var e=0,n=function(){};return{s:n,n:function(){return e>=t.length?{done:!0}:{done:!1,value:t[e++]}},e:function(t){throw t},f:n}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var a,o,i=!0,u=!1;return{s:function(){a=t[Symbol.iterator]()},n:function(){var t=a.next();return i=t.done,t},e:function(t){u=!0,o=t},f:function(){try{i||null==a.return||a.return()}finally{if(u)throw o}}}}function r(t,e){if(t){if("string"===typeof t)return u(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(n):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?u(t,e):void 0}}function u(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,a=new Array(e);n<e;n++)a[n]=t[n];return a}function c(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}var l={data:function(){return{tizhangshow:!1,fprojectcategory:"",fintorg:"",sendyear:"",submitdateone:"",submitdatetwo:"",xiangmulist:[],projectlist:[],index:0,danweilist:[],danweiindex:0,end:"",yeararr:[],yearindex:-1,startdate:"开始时间",endate:"结束时间",projectname:"项目类型",danweiname:"主管部门",stationname:"请选择主管部门",stationindex:0,document:"",stationlist:[],yearname:"请选择年度"}},onLoad:function(){var t=new Date,e=t.getFullYear();console.log(e);for(var n=e-19,a=n;a<=e;a++)this.yeararr.push(a);this.getprojectkind(),this.getzixundanwei(),this.getzhugaunlist()},computed:{startDate:function(){return this.getDate("start")},endDate:function(){return this.getDate("end")}},methods:{hide:function(){this.tizhangshow=!1},hidek:function(){},getzhugaunlist:function(){var t=this;console.log(9988776655);var e="project/Get_ComDepartment";a.default.post(e,"","get").then((function(e){console.log(e),t.stationlist=e.data})).catch((function(t){console.log(t)}))},bindstationrChange:function(t){console.log("picker发送选择改变,携带值为",t.target.value),this.stationindex=t.target.value,this.stationname=this.stationlist[t.target.value].fname,this.document=this.stationlist[t.target.value].fid,console.log(this.document)},getDate:function(t){var e=new Date,n=e.getFullYear(),a=e.getMonth()+1,o=e.getDate();return"start"===t?n-=60:"end"===t&&(n+=2),a=a>9?a:"0"+a,o=o>9?o:"0"+o,"".concat(n,"-").concat(a,"-").concat(o)},shai:function(){this.tizhangshow=!this.tizhangshow},reset:function(){this.startdate="开始时间",this.endate="结束时间",this.projectname="项目类型",this.danweiname="主管部门",this.yearindex=-1},getprojectkind:function(){var t=this,e="project/Get_ProjectType";a.default.post(e,"","get").then((function(e){console.log(e),t.projectlist=e.data,console.log(t.projectlist)})).catch((function(t){console.log(t)}))},bindPickerChange:function(t){console.log("picker发送选择改变,携带值为",t.target.value),this.index=t.target.value,this.fprojectcategory=this.projectlist[t.target.value].fname,this.projectname=this.projectlist[t.target.value].fname},bindDateChange:function(t){this.startdate=t.target.value,this.submitdateone=t.target.value},endDateChange:function(t){this.endate=t.target.value,this.submitdatetwo=t.target.value},getzixundanwei:function(){var t=this;console.log(9988776655);var e="project/Get_Document";a.default.post(e,"","get").then((function(e){console.log(e),t.danweilist=e.data,console.log(t.danweilist)})).catch((function(t){console.log(t)}))},danweichange:function(t){console.log("picker发送选择改变,携带值为",t.target.value),this.danweiindex=t.target.value,this.fintorg=this.danweilist[t.target.value].fname,this.danweiname=this.danweilist[t.target.value].fname},yearchange:function(t){this.yearindex=t.target.value,this.sendyear=this.yeararr[t.target.value],this.yearname=this.yeararr[t.target.value]},gettiazhanglist:function(){var t=this,e=this;console.log(9988776543);var n="project/Get_GetRptaudit",o=c({toaudit:"document",fprojectcategory:e.fprojectcategory,document:e.fintorg,sendyear:e.sendyear,submitdateone:e.submitdateone,submitdatetwo:e.submitdatetwo,fteam:"",fintorg:""},"document",e.document);console.log("8877665544",o),a.default.post(n,o,"get").then((function(n){console.log(n),t.xiangmulist=n.data;var a,o=t.xiangmulist,r=[],u=i(o);try{for(u.s();!(a=u.n()).done;){var c=a.value;r.push(c)}}catch(f){u.e(f)}finally{u.f()}var l=r.splice(-1);e.end=l,console.log("3783747494389",t.end);var s=r.length;s-=1,console.log(s),r.splice(s,1),console.log(r),t.xiangmulist=r,console.log(typeof r)})).catch((function(t){console.log(t)}))},search:function(){console.log(7766554),this.gettiazhanglist(),this.tizhangshow=!1},taizhangdetail:function(e){console.log(e);var n=e.target.dataset.item;console.log(n),n=JSON.stringify(n),t.navigateTo({url:"../zhugauntaidetail/zhugauntaidetail?item="+n+"&type=5"})}},onShow:function(){this.gettiazhanglist()},onReachBottom:function(){console.log(999)}};e.default=l}).call(this,n("543d")["default"])},ddb6:function(t,e,n){},e7ae:function(t,e,n){"use strict";n.r(e);var a=n("d96f"),o=n.n(a);for(var i in a)"default"!==i&&function(t){n.d(e,t,(function(){return a[t]}))}(i);e["default"]=o.a},f6f9:function(t,e,n){"use strict";(function(t){n("bdbd"),n("921b");a(n("66fd"));var e=a(n("2f46"));function a(t){return t&&t.__esModule?t:{default:t}}t(e.default)}).call(this,n("543d")["createPage"])}},[["f6f9","common/runtime","common/vendor"]]]);
1 -<view class="box"><view class="head"><view class="headitem"><view class="headitemtop">在审项目数</view><view class="headitembot">{{end[0].ftrialcount}}</view></view><view class="headitem"><view class="headitemtop">审结项目数</view><view class="headitembot">{{end[0].fconcludecount}}</view></view><view class="headitem"><view class="headitemtop">总项目数</view><view class="headitembot">{{end[0].fcount}}</view></view></view><block wx:if="{{xiangmulist.length==0}}"><view class="nodata">暂无数据</view></block><block wx:else><view class="taizhang"><view class="taizhanghead"><view class="taizhangitem">项目编号</view><view class="taizhangitem">项目名称</view><view class="taizhangitem">操作</view></view><view class="taizhangbox"><block wx:for="{{xiangmulist}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="taiboxitem"><block wx:if="{{item.fnumber==null}}"><view class="taizhangleft">暂无</view></block><block wx:else><view class="taizhangleft">{{item.fnumber}}</view></block><block wx:if="{{item.fname==null}}"><view class="taizhangmiddle">暂无</view></block><block wx:else><view class="taizhangmiddle">{{item.fname}}</view></block><view class="taizhangright" data-item="{{item}}" data-event-opts="{{[['tap',[['taizhangdetail',['$event']]]]]}}" bindtap="__e">详情</view></view></block></view></view></block><block wx:if="{{tizhangshow}}"><view class="register"><view class="taizhangwrap"><view class="wrapbox"><view class="wrapitem"><view class="wrapitemleft">项目类型</view><picker value="{{index}}" range="{{projectlist}}" range-key="fname" data-event-opts="{{[['change',[['bindPickerChange',['$event']]]]]}}" bindchange="__e"><view class="wrapitemright"><view class="uni-input projectname">{{projectname}}</view></view></picker></view><view class="wrapitem"><view class="wrapitemleft">主管部门</view><picker value="{{danweiindex}}" range="{{danweilist}}" range-key="fname" data-event-opts="{{[['change',[['danweichange',['$event']]]]]}}" bindchange="__e"><view class="wrapitemright"><view class="uni-input projectname">{{danweiname}}</view></view></picker></view><view class="wrapitem"><view class="wrapitemleft">年度</view><picker value="{{yearindex}}" range="{{yeararr}}" data-event-opts="{{[['change',[['yearchange',['$event']]]]]}}" bindchange="__e"><view class="wrapitemright"><view class="nianduleft"><view class="uni-input projectname">{{yeararr[yearindex]}}</view></view><view class="nianduright"><image src="../../static/img/number.png" mode></image></view></view></picker></view><view class="wrapitem"><view class="wrapitemleft">时间</view><view class="time"><picker mode="date" value="{{date}}" start="{{startDate}}" end="{{endDate}}" data-event-opts="{{[['change',[['bindDateChange',['$event']]]]]}}" bindchange="__e"><view class="timeleft">{{''+startdate+''}}</view></picker><view class="timemiddle"></view><picker mode="date" value="{{date}}" start="{{startDate}}" end="{{endDate}}" data-event-opts="{{[['change',[['endDateChange',['$event']]]]]}}" bindchange="__e"><view class="timeleft">{{''+endate+''}}</view></picker></view></view></view><view class="zibot"><view data-event-opts="{{[['tap',[['reset',['$event']]]]]}}" class="reset" bindtap="__e">重置</view><view data-event-opts="{{[['tap',[['search',['$event']]]]]}}" class="chaxun" bindtap="__e">查询</view></view></view></view></block></view>  
  1 +<view class="box"><view class="topheadk"><view class="shaiselecttop"><view data-event-opts="{{[['tap',[['shai',['$event']]]]]}}" class="shaiselect" bindtap="__e">筛选</view></view><view class="head"><view class="headitem"><view class="headitemtop">在审项目数</view><view class="headitembot">{{end==''?'':end[0].ftrialcount}}</view></view><view class="headitem"><view class="headitemtop">审结项目数</view><view class="headitembot">{{end==''?'':end[0].fconcludecount}}</view></view><view class="headitem"><view class="headitemtop">总项目数</view><view class="headitembot">{{end==''?'':end[0].fcount}}</view></view></view></view><block wx:if="{{xiangmulist.length==0}}"><view class="nodata">暂无数据</view></block><block wx:else><view class="taizhang"><view class="taizhanghead"><view class="taizhangitem">项目编号</view><view class="taizhangitem">项目名称</view><view class="taizhangitem">操作</view></view><view class="taizhangbox"><block wx:for="{{xiangmulist}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="taiboxitem"><block wx:if="{{item.fnumber==null}}"><view class="taizhangleft">暂无</view></block><block wx:else><view class="taizhangleft">{{item.fnumber}}</view></block><block wx:if="{{item.fname==null}}"><view class="taizhangmiddle">暂无</view></block><block wx:else><view class="taizhangmiddle">{{item.fname}}</view></block><view class="taizhangright" data-item="{{item}}" data-event-opts="{{[['tap',[['taizhangdetail',['$event']]]]]}}" bindtap="__e">详情</view></view></block></view></view></block><block wx:if="{{tizhangshow}}"><view data-event-opts="{{[['tap',[['hide',['$event']]]]]}}" class="register" bindtap="__e"><view data-event-opts="{{[['tap',[['hidek',['$event']]]]]}}" class="taizhangwrap" catchtap="__e"><view class="wrapbox"><view class="wrapitem"><view class="wrapitemleft">项目类型</view><picker value="{{index}}" range="{{projectlist}}" range-key="fname" data-event-opts="{{[['change',[['bindPickerChange',['$event']]]]]}}" bindchange="__e"><view class="wrapitemright"><view class="uni-input projectname">{{projectname}}</view></view></picker></view><view class="wrapitem"><view class="wrapitemleft">主管部门</view><picker value="{{stationindex}}" range="{{stationlist}}" range-key="fname" data-event-opts="{{[['change',[['bindstationrChange',['$event']]]]]}}" bindchange="__e"><view class="wrapitemright"><view class="uni-input projectname">{{stationname}}</view></view></picker></view><view class="wrapitem"><view class="wrapitemleft">年度</view><picker value="{{yearindex}}" range="{{yeararr}}" data-event-opts="{{[['change',[['yearchange',['$event']]]]]}}" bindchange="__e"><view class="wrapitemright"><view class="nianduleft"><view class="uni-input projectname">{{yearname}}</view></view><view class="nianduright"><image src="../../static/img/number.png" mode></image></view></view></picker></view><view class="wrapitem"><view class="wrapitemleft">时间</view><view class="time"><picker mode="date" value="{{date}}" start="{{startDate}}" end="{{endDate}}" data-event-opts="{{[['change',[['bindDateChange',['$event']]]]]}}" bindchange="__e"><view class="timeleft">{{''+startdate+''}}</view></picker><view class="timemiddle"></view><picker mode="date" value="{{date}}" start="{{startDate}}" end="{{endDate}}" data-event-opts="{{[['change',[['endDateChange',['$event']]]]]}}" bindchange="__e"><view class="timeleft">{{''+endate+''}}</view></picker></view></view></view><view class="zibot"><view data-event-opts="{{[['tap',[['reset',['$event']]]]]}}" class="reset" bindtap="__e">重置</view><view data-event-opts="{{[['tap',[['search',['$event']]]]]}}" class="chaxun" bindtap="__e">查询</view></view></view></view></block></view>
1 -.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}page{background:#f9f9f9}.head{width:750rpx;margin:0 auto;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-justify-content:space-around;justify-content:space-around;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:32rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff}.headitem{width:350rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:0 40rpx;-webkit-box-sizing:border-box;box-sizing:border-box;border-right:1rpx solid #bdc4ce}.headitem:last-child{border-right:none}.headitemtop{color:#06121e;font-size:28rpx}.headitembot{color:#0093ff;font-size:32rpx;margin-top:15rpx}.taizhangbox{padding:0 34rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.taizhang{width:686rpx;margin:32rpx auto 0;background:#fff;-webkit-box-shadow:0 6px 6px rgba(0,0,0,.03);box-shadow:0 6px 6px rgba(0,0,0,.03);opacity:1;border-radius:20px;padding-bottom:28rpx;-webkit-box-sizing:border-box;box-sizing:border-box;margin-bottom:200rpx}.taizhanghead{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:28rpx 50rpx;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.taizhangitem{color:#06121e;font-size:28rpx;font-weight:700}.taiboxitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.taiboxitem:last-child{border-bottom:none}.taizhangleft{color:#06121e;font-size:28rpx}.taizhangmiddle{color:#06121e;font-size:28rpx;width:284rpx;margin-left:62rpx;line-height:1.3;text-align:center}.taizhangright{color:#0093ff;font-size:28rpx;margin-left:56rpx}.dibu{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;width:750rpx;height:104rpx;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;position:fixed;bottom:0;left:0}.dibuleft{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-right:72rpx}.dibulitemm{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.dishu{width:40rpx;height:30rpx;border:1rpx solid #707070;border-radius:4rpx;margin:0 6rpx;font-size:0;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.dishu input{width:100%;height:30rpx;line-height:30rpx;padding:5rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;font-size:26rpx;color:#8c9198}.dibuliteml, 1 +.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.shaiselecttop{width:750rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;padding-top:10rpx;padding-bottom:10rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.shaiselect{display:inline-block;width:200rpx;height:64rpx;background:#0093ff;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;border-radius:30rpx}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}page{background:#f9f9f9}.topheadk{position:fixed;top:0;left:0;background:#fff;width:750rpx}.head{width:750rpx;margin:0 auto;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-justify-content:space-around;justify-content:space-around;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:32rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff}.taizhang{margin-top:250rpx!important}.headitem{width:350rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:0 40rpx;-webkit-box-sizing:border-box;box-sizing:border-box;border-right:1rpx solid #bdc4ce}.headitem:last-child{border-right:none}.headitemtop{color:#06121e;font-size:28rpx}.headitembot{color:#0093ff;font-size:32rpx;margin-top:15rpx}.taizhangbox{padding:0 34rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.taizhang{width:686rpx;margin:32rpx auto 0;background:#fff;-webkit-box-shadow:0 6px 6px rgba(0,0,0,.03);box-shadow:0 6px 6px rgba(0,0,0,.03);opacity:1;border-radius:20px;padding-bottom:28rpx;-webkit-box-sizing:border-box;box-sizing:border-box;margin-bottom:200rpx}.taizhanghead{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:28rpx 50rpx;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.taizhangitem{color:#06121e;font-size:28rpx;font-weight:700}.taiboxitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.taiboxitem:last-child{border-bottom:none}.taizhangleft{color:#06121e;font-size:28rpx}.taizhangmiddle{color:#06121e;font-size:28rpx;width:284rpx;margin-left:62rpx;line-height:1.3;text-align:center}.taizhangright{color:#0093ff;font-size:28rpx;margin-left:56rpx}.dibu{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;width:750rpx;height:104rpx;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;position:fixed;bottom:0;left:0}.dibuleft{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-right:72rpx}.dibulitemm{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.dishu{width:40rpx;height:30rpx;border:1rpx solid #707070;border-radius:4rpx;margin:0 6rpx;font-size:0;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.dishu input{width:100%;height:30rpx;line-height:30rpx;padding:5rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;font-size:26rpx;color:#8c9198}.dibuliteml,
2 .di, 2 .di,
3 .ye, 3 .ye,
4 .dibulitemx, 4 .dibulitemx,
1 -.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}.box{background:#fff}.projectinfo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.projectinfoname{width:44rpx;height:44rpx;font-size:0}.projectinfoname image{width:100%;height:100%}.projectname{color:#3d444d;font-size:28rpx;font-weight:700;margin-left:16rpx}.projectinfo{padding:36rpx 32rpx 16rpx;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.projectlist{padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.projectitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:32rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.projectitem:last-child{border-bottom:none}.projectitemleft{color:#8c9198;font-size:28rpx}.projectitemright{color:#3d444d;font-size:28rpx}.renyuanleft{color:#8c9198;font-size:28rpx}.renyuanright{width:300rpx;height:60rpx;background:#eee;padding:14rpx 28rpx;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.danweizi{width:500rpx;text-align:right}.renyuanright input{width:100%;height:40rpx;color:#8c9198;font-size:24rpx}.xiangmuyuan{color:#8c9198;font-size:24rpx}.zixunbottom{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:28rpx 32rpx 34rpx}.zixunbotleft{width:130rpx;height:80rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx}.zixunbotright{width:532rpx;height:80rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx;margin-left:24rpx}.renyaoqiu{margin-top:12rpx}.zixundan{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:24rpx 42rpx 16rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box}.zixundanitem{color:#06121e;font-size:28rpx}.zixunbox{padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zixundanboxlist{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box}.zixunname{width:320rpx;color:#06121e;font-size:24rpx;line-height:1.5;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.zixunshu{width:105rpx;text-align:center;color:#06121e;font-size:24rpx}.zixuntou{width:108rpx;height:40rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:40rpx;margin-left:100rpx}.zuxiangmu{color:#3d444d;font-size:28rpx}.querenfen{width:686rpx;height:80rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx}.zidan{border-top:16rpx solid #f9f9f9}.danweizi{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.head{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx 12rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.fenzulist{margin-top:100rpx;padding-bottom:50rpx}.headleft{width:372rpx;height:60rpx;background:#eee;opacity:1;border-radius:8rpx;padding:10rpx 24rpx;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.headleft input{color:#bdc4ce;font-size:28rpx}.headright{width:100rpx;height:60rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:22rpx;text-align:center;line-height:60rpx;margin-left:16rpx}.fenzuitem{width:372rpx;background:#fff;-webkit-box-shadow:0 6rpx 6rpx rgba(0,0,0,.03);box-shadow:0 6rpx 6rpx rgba(0,0,0,.03);opacity:1;border-radius:20rpx;margin:20rpx auto 0;padding:28rpx 32rpx 40rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.fenzunoimg{width:28rpx;height:28rpx;font-size:0;margin-right:10rpx}.fenzunoimg image{width:100%;height:100%}.bianhao{color:#8c9198;font-size:24rpx}.bianhaonum{color:#06121e;font-size:24rpx;letter-spacing:2rpx}.fenzunoname{color:#3d444d;font-size:24rpx}.fenzutopright{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;height:48rpx;border:1rpx solid #bdc4ce;opacity:1;border-radius:8rpx;padding:0 5rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.consult{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.consultdanwei{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.volistdata{color:#999;font-size:30rpx;text-align:center;margin-top:20rpx}.xuanlei{width:18rpx;height:25rpx;font-size:0}.xuanlei image{width:100%;height:100%}.voicehead{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:20rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.headitem{color:#06121e;font-size:28rpx}.piao{margin-left:20rpx}.danwei{width:50%;text-align:left}.piao{width:20%;text-align:center}.tou{width:30%;text-align:center}.wei{width:60%;text-align:left}.tpiao{width:10%;text-align:center;margin-left:30rpx}.votelist{height:500rpx;overflow-y:scroll}  
  1 +.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.shaiselecttop{width:750rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;padding-top:10rpx;padding-bottom:10rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.shaiselect{display:inline-block;width:200rpx;height:64rpx;background:#0093ff;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;border-radius:30rpx}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}.box{background:#fff}.projectinfo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.projectinfoname{width:44rpx;height:44rpx;font-size:0}.projectinfoname image{width:100%;height:100%}.projectname{color:#3d444d;font-size:28rpx;font-weight:700;margin-left:16rpx}.projectinfo{padding:36rpx 32rpx 16rpx;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.projectlist{padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.projectitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:32rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.projectitem:last-child{border-bottom:none}.projectitemleft{color:#8c9198;font-size:28rpx}.projectitemright{color:#3d444d;font-size:28rpx}.renyuanleft{color:#8c9198;font-size:28rpx}.renyuanright{width:300rpx;height:60rpx;background:#eee;padding:14rpx 28rpx;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.danweizi{width:500rpx;text-align:right}.renyuanright input{width:100%;height:40rpx;color:#8c9198;font-size:24rpx}.xiangmuyuan{color:#8c9198;font-size:24rpx}.zixunbottom{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:28rpx 32rpx 34rpx}.zixunbotleft{width:130rpx;height:80rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx}.zixunbotright{width:532rpx;height:80rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx;margin-left:24rpx}.renyaoqiu{margin-top:12rpx}.zixundan{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:24rpx 42rpx 16rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box}.zixundanitem{color:#06121e;font-size:28rpx}.zixunbox{padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zixundanboxlist{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box}.zixunname{width:320rpx;color:#06121e;font-size:24rpx;line-height:1.5;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.zixunshu{width:105rpx;text-align:center;color:#06121e;font-size:24rpx}.zixuntou{width:108rpx;height:40rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:40rpx;margin-left:100rpx}.zuxiangmu{color:#3d444d;font-size:28rpx}.querenfen{width:686rpx;height:80rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx}.zidan{border-top:16rpx solid #f9f9f9}.danweizi{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.head{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx 12rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.fenzulist{margin-top:100rpx;padding-bottom:50rpx}.headleft{width:372rpx;height:60rpx;background:#eee;opacity:1;border-radius:8rpx;padding:10rpx 24rpx;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.headleft input{color:#bdc4ce;font-size:28rpx}.headright{width:100rpx;height:60rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:22rpx;text-align:center;line-height:60rpx;margin-left:16rpx}.fenzuitem{width:372rpx;background:#fff;-webkit-box-shadow:0 6rpx 6rpx rgba(0,0,0,.03);box-shadow:0 6rpx 6rpx rgba(0,0,0,.03);opacity:1;border-radius:20rpx;margin:20rpx auto 0;padding:28rpx 32rpx 40rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.fenzunoimg{width:28rpx;height:28rpx;font-size:0;margin-right:10rpx}.fenzunoimg image{width:100%;height:100%}.bianhao{color:#8c9198;font-size:24rpx}.bianhaonum{color:#06121e;font-size:24rpx;letter-spacing:2rpx}.fenzunoname{color:#3d444d;font-size:24rpx}.fenzutopright{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;height:48rpx;border:1rpx solid #bdc4ce;opacity:1;border-radius:8rpx;padding:0 5rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.consult{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.consultdanwei{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.volistdata{color:#999;font-size:30rpx;text-align:center;margin-top:20rpx}.xuanlei{width:18rpx;height:25rpx;font-size:0}.xuanlei image{width:100%;height:100%}.voicehead{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:20rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.headitem{color:#06121e;font-size:28rpx}.piao{margin-left:20rpx}.danwei{width:50%;text-align:left}.piao{width:20%;text-align:center}.tou{width:30%;text-align:center}.wei{width:60%;text-align:left}.tpiao{width:10%;text-align:center;margin-left:30rpx}.votelist{height:500rpx;overflow-y:scroll}
1 -.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}page{background:#f9f9f9}.headbox{background:#fff;height:100rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.headboxleft{width:350rpx;height:100rpx;line-height:100rpx;text-align:center;color:#06121e;font-size:28rpx}.headactive{color:#0093ff;border-bottom:1rpx solid #0093ff}.hengping{width:144rpx;color:#0093ff;font-size:24rpx;border-bottom:1rpx solid #0093ff;margin:34rpx auto 0}.taizhangbox{width:700rpx;overflow-x:scroll;margin:28rpx;padding:0 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff}.taizhanghead{width:1400rpx;overflow-x:scroll;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:16rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #bdc4ce}.taizhangitem{color:#06121e;font-size:22rpx;margin-right:118rpx;font-weight:700}.shenjie{text-align:center;margin-top:5rpx;font-size:20rpx}.taizhangflistitem{width:1400rpx;overflow-x:scroll;padding:18rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;border-bottom:1rpx solid #bdc4ce}.taizhangheadde{width:3200rpx;overflow-x:scroll;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:16rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #bdc4ce}.taizhangflistitemde{width:3200rpx;overflow-x:scroll;padding:18rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;border-bottom:1rpx solid #bdc4ce}.taiitem{color:#06121e;font-size:24rpx}.itemname{width:96rpx}.itemshu{width:150rpx;text-align:center;margin-left:72rpx}.songshen{width:200rpx;text-align:center;margin-left:30rpx}.shending{width:200rpx;text-align:center;margin-left:5rpx}.shenjian{width:200rpx;text-align:center;margin-left:10rpx}.shenlv{width:200rpx;text-align:center;margin-left:15rpx}.dibu{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;width:750rpx;height:104rpx;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;position:fixed;bottom:0;left:0}.dibuleft{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-right:72rpx}.dibulitemm{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.dishu{width:40rpx;height:30rpx;border:1rpx solid #707070;border-radius:4rpx;margin:0 6rpx;font-size:0;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.dishu input{width:100%;height:30rpx;line-height:30rpx;padding:5rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;font-size:26rpx;color:#8c9198}.dibuliteml, 1 +.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.shaiselecttop{width:750rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;padding-top:10rpx;padding-bottom:10rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.shaiselect{display:inline-block;width:200rpx;height:64rpx;background:#0093ff;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;border-radius:30rpx}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}page{background:#f9f9f9}.headbox{background:#fff;height:100rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.headboxleft{width:350rpx;height:100rpx;line-height:100rpx;text-align:center;color:#06121e;font-size:28rpx}.headactive{color:#0093ff;border-bottom:1rpx solid #0093ff}.hengping{width:144rpx;color:#0093ff;font-size:24rpx;border-bottom:1rpx solid #0093ff;margin:34rpx auto 0}.taizhangbox{width:700rpx;overflow-x:scroll;margin:28rpx;padding:0 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff}.taizhanghead{width:1400rpx;overflow-x:scroll;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:16rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #bdc4ce}.taizhangitem{color:#06121e;font-size:22rpx;margin-right:118rpx;font-weight:700}.shenjie{text-align:center;margin-top:5rpx;font-size:20rpx}.taizhangflistitem{width:1400rpx;overflow-x:scroll;padding:18rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;border-bottom:1rpx solid #bdc4ce}.taizhangheadde{width:3200rpx;overflow-x:scroll;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:16rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #bdc4ce}.taizhangflistitemde{width:3200rpx;overflow-x:scroll;padding:18rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;border-bottom:1rpx solid #bdc4ce}.taiitem{color:#06121e;font-size:24rpx}.itemname{width:96rpx}.itemshu{width:150rpx;text-align:center;margin-left:72rpx}.songshen{width:200rpx;text-align:center;margin-left:30rpx}.shending{width:200rpx;text-align:center;margin-left:5rpx}.shenjian{width:200rpx;text-align:center;margin-left:10rpx}.shenlv{width:200rpx;text-align:center;margin-left:15rpx}.dibu{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;width:750rpx;height:104rpx;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;position:fixed;bottom:0;left:0}.dibuleft{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-right:72rpx}.dibulitemm{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.dishu{width:40rpx;height:30rpx;border:1rpx solid #707070;border-radius:4rpx;margin:0 6rpx;font-size:0;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.dishu input{width:100%;height:30rpx;line-height:30rpx;padding:5rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;font-size:26rpx;color:#8c9198}.dibuliteml,
2 .di, 2 .di,
3 .ye, 3 .ye,
4 .dibulitemx, 4 .dibulitemx,
1 -(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/zixundanweihuizong/zixundanweihuizong"],{"116e":function(t,e,n){"use strict";n.r(e);var a=n("7e19"),i=n.n(a);for(var o in a)"default"!==o&&function(t){n.d(e,t,(function(){return a[t]}))}(o);e["default"]=i.a},2166:function(t,e,n){"use strict";n.r(e);var a=n("593d"),i=n.n(a);for(var o in a)"default"!==o&&function(t){n.d(e,t,(function(){return a[t]}))}(o);e["default"]=i.a},"4e90":function(t,e,n){"use strict";var a=n("d869"),i=n.n(a);i.a},"593d":function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n={onLaunch:function(){console.log("App Launch")},onShow:function(){console.log("App Show")},onHide:function(){console.log("App Hide")},post:function(e,n,a){var i=this,o=new Promise((function(o,r){var u=t.getStorageSync("token"),s={token:u||""};t.request({url:i.globalData.baseUrl+e,data:n,method:a,header:s,success:function(t){200==t.statusCode?o(t):r(t.data)},fail:function(t){console.log(t),r("网络出错"),wx.hideNavigationBarLoading()},complete:function(t){}})}));return o},globalData:{userInfo:null,baseUrl:"https://www.bjzha.net/api/"}};e.default=n}).call(this,n("543d")["default"])},"59df":function(t,e,n){"use strict";n.r(e);var a=n("2166");for(var i in a)"default"!==i&&function(t){n.d(e,t,(function(){return a[t]}))}(i);n("4e90");var o,r,u,s,c=n("f0c5"),l=Object(c["a"])(a["default"],o,r,!1,null,null,null,!1,u,s);e["default"]=l.exports},7581:function(t,e,n){},"7e19":function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=o(n("59df")),i=o(n("b86c"));function o(t){return t&&t.__esModule?t:{default:t}}function r(t){if("undefined"===typeof Symbol||null==t[Symbol.iterator]){if(Array.isArray(t)||(t=u(t))){var e=0,n=function(){};return{s:n,n:function(){return e>=t.length?{done:!0}:{done:!1,value:t[e++]}},e:function(t){throw t},f:n}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var a,i,o=!0,r=!1;return{s:function(){a=t[Symbol.iterator]()},n:function(){var t=a.next();return o=t.done,t},e:function(t){r=!0,i=t},f:function(){try{o||null==a.return||a.return()}finally{if(r)throw i}}}}function u(t,e){if(t){if("string"===typeof t)return s(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(n):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?s(t,e):void 0}}function s(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,a=new Array(e);n<e;n++)a[n]=t[n];return a}var c={data:function(){return{selact:1,tizhangshow:!1,danweiindex:0,danweilist:[],projectlist:[],index:0,yeararr:[],danweilistz:[],danweiindexz:0,danweinamez:"咨询单位",startdate:"开始时间",endate:"结束时间",projectname:"项目类型",danweiname:"评审类型",yearindex:-1,toaudit:"",fintorg:"",fprojectcategory:"",submitdateone:"",submitdatetwo:"",sendyear:"",huizonglist:[],huizong:!0,fid:"",huizonglistdetail:[]}},onLoad:function(){var t=new Date,e=t.getFullYear();console.log(e);for(var n=e-19,a=n;a<=e;a++)this.yeararr.push(a);this.getpingtype(),this.getprojectkind(),this.getzixundanwei(),this.getfenhuilist()},methods:{reset:function(){this.danweinamez="咨询单位",this.startdate="开始时间",this.endate="结束时间",this.projectname="项目类型",this.danweiname="评审类型",this.yearindex=-1,this.toaudit="",this.fprojectcategory="",this.sendyear="",this.submitdateone="",this.submitdatetwo="",this.fintorg=""},onNavigationBarButtonTap:function(){this.tizhangshow=!this.tizhangshow},yearchange:function(t){this.yearindex=t.target.value,this.sendyear=this.yeararr[t.target.value]},bindDateChange:function(t){this.startdate=t.target.value,this.submitdateone=t.target.value},endDateChange:function(t){this.endate=t.target.value,this.submitdatetwo=t.target.value},fenhui:function(t){console.log(t);var e=t.currentTarget.dataset.id;console.log(e),this.selact=e},screenheng:function(){console.log(999)},getzixundanwei:function(){var t=this;console.log(9988776655);var e="project/Get_IntermediaryOrg";a.default.post(e,"","get").then((function(e){console.log(e),t.danweilistz=e.data})).catch((function(t){console.log(t)}))},danweichangez:function(t){console.log("picker发送选择改变,携带值为",t),console.log("998877654",this.danweilistz),console.log("09988776545",this.danweilistz[t.target.value].fname),this.danweiindexz=t.target.value,this.fintorg=this.danweilistz[t.target.value].fname,this.danweinamez=this.danweilistz[t.target.value].fname},getpingtype:function(){var t=this;console.log(9988776655);var e="project/Get_ToAuditType";a.default.post(e,"","get").then((function(e){console.log(e),t.danweilist=e.data})).catch((function(t){console.log(t)}))},danweichange:function(t){console.log("picker发送选择改变,携带值为",t.target.value),this.danweiindex=t.target.value,this.toaudit=this.danweilist[t.target.value].fname,this.danweiname=this.danweilist[t.target.value].fname},getprojectkind:function(){var t=this,e="project/Get_ProjectType";a.default.post(e,"","get").then((function(e){console.log(e),t.projectlist=e.data,console.log(t.projectlist)})).catch((function(t){console.log(t)}))},bindPickerChange:function(t){console.log("picker发送选择改变,携带值为",t.target.value),this.index=t.target.value,this.fprojectcategory=this.projectlist[t.target.value].fname,this.projectname=this.projectlist[t.target.value].fname},getfenhuilist:function(){var t=this,e=this;console.log(9988776655);var n="project/Get_GetfintorgSum",o={toaudit:e.toaudit,fprojectcategory:e.fprojectcategory,sendyear:e.sendyear,submitdateone:e.submitdateone,submitdatetwo:e.submitdatetwo,fintorg:e.fintorg};console.log(o),a.default.post(n,o,"get").then((function(n){console.log(n),e.huizonglist=n.data;var a,o=e.huizonglist,u=r(o);try{for(u.s();!(a=u.n()).done;){var s=a.value;s.auduitsum=i.default.change(s.auduitsum),s.amountsum=i.default.change(s.amountsum),s.freesum=i.default.change(s.freesum)}}catch(c){u.e(c)}finally{u.f()}t.huizonglist=o})).catch((function(t){console.log(t)}))},search:function(){this.getfenhuilist(),this.tizhangshow=!1},searchdetail:function(){this.getdetail(),this.tizhangshow=!1},getdetail:function(){var t=this,e="project/Get_Getintcategoryprj",n={fid:t.fid,toaudit:t.toaudit,fprojectcategory:t.fprojectcategory,sendyear:t.sendyear,submitdateone:t.submitdateone,submitdatetwo:t.submitdatetwo,fintorg:t.fintorg};console.log(n),a.default.post(e,n,"get").then((function(e){console.log("分类",e),t.huizonglist=e.data})).catch((function(t){console.log(t)}))},detail:function(e){console.log("1122",e);var n=e.target.dataset.id;this.fid=n,t.navigateTo({url:"../zixundanweihuitail/zixundanweihuidetail?fid="+this.fid})}}};e.default=c}).call(this,n("543d")["default"])},"907a":function(t,e,n){"use strict";var a,i=function(){var t=this,e=t.$createElement;t._self._c},o=[];n.d(e,"b",(function(){return i})),n.d(e,"c",(function(){return o})),n.d(e,"a",(function(){return a}))},c0bc:function(t,e,n){"use strict";n.r(e);var a=n("907a"),i=n("116e");for(var o in i)"default"!==o&&function(t){n.d(e,t,(function(){return i[t]}))}(o);n("d65c");var r,u=n("f0c5"),s=Object(u["a"])(i["default"],a["b"],a["c"],!1,null,null,null,!1,a["a"],r);e["default"]=s.exports},d65c:function(t,e,n){"use strict";var a=n("7581"),i=n.n(a);i.a},d869:function(t,e,n){},e951:function(t,e,n){"use strict";(function(t){n("bdbd"),n("921b");a(n("66fd"));var e=a(n("c0bc"));function a(t){return t&&t.__esModule?t:{default:t}}t(e.default)}).call(this,n("543d")["createPage"])}},[["e951","common/runtime","common/vendor"]]]);  
  1 +(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/zixundanweihuizong/zixundanweihuizong"],{"116e":function(t,e,n){"use strict";n.r(e);var a=n("7e19"),o=n.n(a);for(var i in a)"default"!==i&&function(t){n.d(e,t,(function(){return a[t]}))}(i);e["default"]=o.a},2166:function(t,e,n){"use strict";n.r(e);var a=n("593d"),o=n.n(a);for(var i in a)"default"!==i&&function(t){n.d(e,t,(function(){return a[t]}))}(i);e["default"]=o.a},"4e90":function(t,e,n){"use strict";var a=n("d869"),o=n.n(a);o.a},"593d":function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n={onLaunch:function(){console.log("App Launch")},onShow:function(){console.log("App Show")},onHide:function(){console.log("App Hide")},post:function(e,n,a){var o=this,i=new Promise((function(i,r){var u=t.getStorageSync("token"),s={token:u||""};t.request({url:o.globalData.baseUrl+e,data:n,method:a,header:s,success:function(t){200==t.statusCode?i(t):r(t.data)},fail:function(t){console.log(t),r("网络出错"),wx.hideNavigationBarLoading()},complete:function(t){}})}));return i},globalData:{userInfo:null,baseUrl:"https://www.bjzha.net/api/"}};e.default=n}).call(this,n("543d")["default"])},"59df":function(t,e,n){"use strict";n.r(e);var a=n("2166");for(var o in a)"default"!==o&&function(t){n.d(e,t,(function(){return a[t]}))}(o);n("4e90");var i,r,u,s,c=n("f0c5"),l=Object(c["a"])(a["default"],i,r,!1,null,null,null,!1,u,s);e["default"]=l.exports},7581:function(t,e,n){},"7e19":function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=i(n("59df")),o=i(n("b86c"));function i(t){return t&&t.__esModule?t:{default:t}}function r(t){if("undefined"===typeof Symbol||null==t[Symbol.iterator]){if(Array.isArray(t)||(t=u(t))){var e=0,n=function(){};return{s:n,n:function(){return e>=t.length?{done:!0}:{done:!1,value:t[e++]}},e:function(t){throw t},f:n}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var a,o,i=!0,r=!1;return{s:function(){a=t[Symbol.iterator]()},n:function(){var t=a.next();return i=t.done,t},e:function(t){r=!0,o=t},f:function(){try{i||null==a.return||a.return()}finally{if(r)throw o}}}}function u(t,e){if(t){if("string"===typeof t)return s(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(n):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?s(t,e):void 0}}function s(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,a=new Array(e);n<e;n++)a[n]=t[n];return a}var c={data:function(){return{selact:1,tizhangshow:!1,danweiindex:0,danweilist:[],projectlist:[],index:0,yeararr:[],danweilistz:[],danweiindexz:0,danweinamez:"咨询单位",startdate:"开始时间",endate:"结束时间",projectname:"项目类型",danweiname:"评审类型",yearindex:-1,toaudit:"",fintorg:"",fprojectcategory:"",submitdateone:"",submitdatetwo:"",sendyear:"",huizonglist:[],huizong:!0,fid:"",huizonglistdetail:[],stationname:"请选择主管部门",stationindex:0,document:"",stationlist:[],yearname:"请选择年度"}},onLoad:function(){var t=new Date,e=t.getFullYear();console.log(e);for(var n=e-19,a=n;a<=e;a++)this.yeararr.push(a);this.getpingtype(),this.getprojectkind(),this.getzixundanwei(),this.getfenhuilist(),this.getzhugaunlist()},computed:{startDate:function(){return this.getDate("start")},endDate:function(){return this.getDate("end")}},methods:{hide:function(){this.tizhangshow=!1},getDate:function(t){var e=new Date,n=e.getFullYear(),a=e.getMonth()+1,o=e.getDate();return"start"===t?n-=60:"end"===t&&(n+=2),a=a>9?a:"0"+a,o=o>9?o:"0"+o,"".concat(n,"-").concat(a,"-").concat(o)},getzhugaunlist:function(){var t=this;console.log(9988776655);var e="project/Get_ComDepartment";a.default.post(e,"","get").then((function(e){console.log(e),t.stationlist=e.data})).catch((function(t){console.log(t)}))},bindstationrChange:function(t){console.log("picker发送选择改变,携带值为",t.target.value),this.stationindex=t.target.value,this.stationname=this.stationlist[t.target.value].fname,this.document=this.stationlist[t.target.value].fid,console.log(that.document)},reset:function(){this.danweinamez="咨询单位",this.startdate="开始时间",this.endate="结束时间",this.projectname="项目类型",this.danweiname="评审类型",this.yearindex=-1,this.toaudit="",this.fprojectcategory="",this.sendyear="",this.submitdateone="",this.submitdatetwo="",this.fintorg="",this.stationname="请选择主管部门",this.document=""},shai:function(){this.tizhangshow=!this.tizhangshow},yearchange:function(t){this.yearindex=t.target.value,this.sendyear=this.yeararr[t.target.value],this.yearname=this.yeararr[t.target.value],console.log(this.yearname)},bindDateChange:function(t){this.startdate=t.target.value,this.submitdateone=t.target.value},endDateChange:function(t){this.endate=t.target.value,this.submitdatetwo=t.target.value},fenhui:function(t){console.log(t);var e=t.currentTarget.dataset.id;console.log(e),this.selact=e},screenheng:function(){console.log(999)},getzixundanwei:function(){var t=this;console.log(9988776655);var e="project/Get_IntermediaryOrg";a.default.post(e,"","get").then((function(e){console.log(e),t.danweilistz=e.data})).catch((function(t){console.log(t)}))},danweichangez:function(t){console.log("picker发送选择改变,携带值为",t),console.log("998877654",this.danweilistz),console.log("09988776545",this.danweilistz[t.target.value].fname),this.danweiindexz=t.target.value,this.fintorg=this.danweilistz[t.target.value].fname,this.danweinamez=this.danweilistz[t.target.value].fname},getpingtype:function(){var t=this;console.log(9988776655);var e="project/Get_ToAuditType";a.default.post(e,"","get").then((function(e){console.log(e),t.danweilist=e.data})).catch((function(t){console.log(t)}))},danweichange:function(t){console.log("picker发送选择改变,携带值为",t.target.value),this.danweiindex=t.target.value,this.toaudit=this.danweilist[t.target.value].fname,this.danweiname=this.danweilist[t.target.value].fname},getprojectkind:function(){var t=this,e="project/Get_ProjectType";a.default.post(e,"","get").then((function(e){console.log(e),t.projectlist=e.data,console.log(t.projectlist)})).catch((function(t){console.log(t)}))},bindPickerChange:function(t){console.log("picker发送选择改变,携带值为",t.target.value),this.index=t.target.value,this.fprojectcategory=this.projectlist[t.target.value].fname,this.projectname=this.projectlist[t.target.value].fname},getfenhuilist:function(){var t=this,e=this;console.log(9988776655,e.document);var n="project/Get_GetfintorgSum",i={toaudit:e.toaudit,fprojectcategory:e.fprojectcategory,sendyear:e.sendyear,submitdateone:e.submitdateone,submitdatetwo:e.submitdatetwo,fintorg:e.fintorg,document:e.document};console.log(i),a.default.post(n,i,"get").then((function(n){console.log(n),e.huizonglist=n.data;var a,i=e.huizonglist,u=r(i);try{for(u.s();!(a=u.n()).done;){var s=a.value;s.auduitsum=o.default.change(s.auduitsum),s.amountsum=o.default.change(s.amountsum),s.freesum=o.default.change(s.freesum)}}catch(c){u.e(c)}finally{u.f()}t.huizonglist=i})).catch((function(t){console.log(t)}))},search:function(){this.getfenhuilist(),this.tizhangshow=!1},searchdetail:function(){this.getdetail(),this.tizhangshow=!1},getdetail:function(){var t=this,e="project/Get_Getintcategoryprj",n={fid:t.fid,toaudit:t.toaudit,fprojectcategory:t.fprojectcategory,sendyear:t.sendyear,submitdateone:t.submitdateone,submitdatetwo:t.submitdatetwo,fintorg:t.fintorg};console.log(n),a.default.post(e,n,"get").then((function(e){console.log("分类",e),t.huizonglist=e.data})).catch((function(t){console.log(t)}))},detail:function(e){console.log("1122",e);var n=e.target.dataset.id;this.fid=n,t.navigateTo({url:"../zixundanweihuitail/zixundanweihuidetail?fid="+this.fid+"&document="+this.document})}}};e.default=c}).call(this,n("543d")["default"])},c0bc:function(t,e,n){"use strict";n.r(e);var a=n("eb52"),o=n("116e");for(var i in o)"default"!==i&&function(t){n.d(e,t,(function(){return o[t]}))}(i);n("d65c");var r,u=n("f0c5"),s=Object(u["a"])(o["default"],a["b"],a["c"],!1,null,null,null,!1,a["a"],r);e["default"]=s.exports},d65c:function(t,e,n){"use strict";var a=n("7581"),o=n.n(a);o.a},d869:function(t,e,n){},e951:function(t,e,n){"use strict";(function(t){n("bdbd"),n("921b");a(n("66fd"));var e=a(n("c0bc"));function a(t){return t&&t.__esModule?t:{default:t}}t(e.default)}).call(this,n("543d")["createPage"])},eb52:function(t,e,n){"use strict";var a,o=function(){var t=this,e=t.$createElement;t._self._c},i=[];n.d(e,"b",(function(){return o})),n.d(e,"c",(function(){return i})),n.d(e,"a",(function(){return a}))}},[["e951","common/runtime","common/vendor"]]]);
1 -<view class="box"><block wx:if="{{huizonglist.length==1}}"><view class="nodata">暂无数据</view></block><block wx:else><block><block wx:if="{{huizong}}"><view class="taizhangbox"><view class="taizhanghead"><view class="taizhangitem">咨询单位</view><view class="taizhangitem"><view class="shunum">项目数量</view><view class="shenjie">(已审结)</view></view><view class="taizhangitem">总送审额</view><view class="taizhangitem">总审定额</view><view class="taizhangitem">总审减额</view><view class="taizhangitem">综合审减率</view><view class="taizhangitem">操作</view></view><view class="taizhanglist"><block wx:for="{{huizonglist}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="taizhangflistitem"><view class="taiitem itemname">{{item.fname+''}}</view><view class="taiitem itemshu">{{item.prjnum}}</view><view class="taiitem songshen">{{item.auduitsum}}</view><view class="taiitem shending">{{item.amountsum}}</view><view class="taiitem shenjian">{{item.freesum}}</view><view class="taiitem shenlv">{{item.freerate}}</view><view class="taiitem detailname" data-id="{{item.fid}}" data-event-opts="{{[['tap',[['detail',['$event']]]]]}}" bindtap="__e">详情</view></view></block></view></view></block><block wx:else><view class="taizhangbox"><view class="taizhanghead taizhangheadde"><view class="taizhangitem">项目编号</view><view class="taizhangitem">项目名称</view><view class="taizhangitem">送审金额</view><view class="taizhangitem">评审类型</view><view class="taizhangitem">送审单位</view><view class="taizhangitem">项目类型</view><view class="taizhangitem">送审时间</view><view class="taizhangitem">审定金额</view><view class="taizhangitem">审减率</view><view class="taizhangitem">审减金额</view><view class="taizhangitem">咨询单位</view><view class="taizhangitem">送审年度</view><view class="taizhangitem">咨询单位项目审核负责人</view></view><view class="taizhanglist"><block wx:for="{{huizonglist}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="taizhangflistitem taizhangflistitemde"><view class="taiitem itemname">{{item.fprjnumber+''}}</view><view class="taiitem itemshu">{{item.fprjname}}</view><view class="taiitem songshen">{{item.ftoauditamt}}</view><view class="taiitem shending">{{item.freviewtype}}</view><view class="taiitem shenjian">{{item.fdevorgid}}</view><view class="taiitem shenlv">{{item.fprojecttype}}</view><view class="taiitem itemname">{{item.fsubmitfindate+''}}</view><view class="taiitem itemshu">{{item.fauditamount}}</view><view class="taiitem songshen">{{item.fauditratio}}</view><view class="taiitem shending">{{item.fshenjianmoney}}</view><view class="taiitem shenjian">{{item.flordintorgid}}</view><view class="taiitem shenlv">{{item.fyear}}</view><view class="taiitem shenlv">{{item.fauditledername}}</view></view></block></view></view></block></block></block><block wx:if="{{tizhangshow}}"><view class="register"><view class="taizhangwrap xiangmuzi"><view class="wrapbox"><view class="wrapitem"><view class="wrapitemleft">项目类型</view><picker value="{{index}}" range="{{projectlist}}" range-key="fname" data-event-opts="{{[['change',[['bindPickerChange',['$event']]]]]}}" bindchange="__e"><view class="wrapitemright"><view class="uni-input projectname">{{projectname}}</view></view></picker></view><view class="wrapitem"><view class="wrapitemleft">评审类型</view><picker value="{{danweiindex}}" range="{{danweilist}}" range-key="fname" data-event-opts="{{[['change',[['danweichange',['$event']]]]]}}" bindchange="__e"><view class="wrapitemright"><view class="uni-input projectname">{{danweiname}}</view></view></picker></view><view class="wrapitem"><view class="wrapitemleft">咨询单位</view><picker value="{{danweiindexz}}" range="{{danweilistz}}" range-key="fname" data-event-opts="{{[['change',[['danweichangez',['$event']]]]]}}" bindchange="__e"><view class="wrapitemright"><view class="uni-input projectname">{{danweinamez}}</view></view></picker></view><view class="wrapitem"><view class="wrapitemleft">年度</view><picker value="{{yearindex}}" range="{{yeararr}}" data-event-opts="{{[['change',[['yearchange',['$event']]]]]}}" bindchange="__e"><view class="wrapitemright"><view class="nianduleft"><view class="uni-input projectname">{{yeararr[yearindex]}}</view></view><view class="nianduright"><image src="../../static/img/number.png" mode></image></view></view></picker></view><view class="wrapitem"><view class="wrapitemleft">时间</view><view class="time"><picker mode="date" value="{{date}}" start="{{startDate}}" end="{{endDate}}" data-event-opts="{{[['change',[['bindDateChange',['$event']]]]]}}" bindchange="__e"><view class="timeleft">{{''+startdate+''}}</view></picker><view class="timemiddle"></view><picker mode="date" value="{{date}}" start="{{startDate}}" end="{{endDate}}" data-event-opts="{{[['change',[['endDateChange',['$event']]]]]}}" bindchange="__e"><view class="timeleft">{{''+endate+''}}</view></picker></view></view></view><view class="zibot"><view data-event-opts="{{[['tap',[['reset',['$event']]]]]}}" class="reset" bindtap="__e">重置</view><block wx:if="{{huizong}}"><view data-event-opts="{{[['tap',[['search',['$event']]]]]}}" class="chaxun" bindtap="__e">查询</view></block><block wx:else><view data-event-opts="{{[['tap',[['searchdetail',['$event']]]]]}}" class="chaxun" bindtap="__e">查询</view></block></view></view></view></block></view>  
  1 +<view class="box"><view class="topheadk"><view class="shaiselecttop"><view data-event-opts="{{[['tap',[['shai',['$event']]]]]}}" class="shaiselect" bindtap="__e">筛选</view></view></view><block wx:if="{{huizonglist.length==1}}"><view class="nodata">暂无数据</view></block><block wx:else><block><block wx:if="{{huizong}}"><view class="taizhangbox"><view class="taizhanghead"><view class="taizhangitem">咨询单位</view><view class="taizhangitem"><view class="shunum">项目数量</view><view class="shenjie">(已审结)</view></view><view class="taizhangitem">总送审额</view><view class="taizhangitem">总审定额</view><view class="taizhangitem">总审减额</view><view class="taizhangitem">综合审减率</view><view class="taizhangitem">操作</view></view><view class="taizhanglist"><block wx:for="{{huizonglist}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="taizhangflistitem"><view class="taiitem itemname">{{item.fname+''}}</view><view class="taiitem itemshu">{{item.prjnum}}</view><view class="taiitem songshen">{{item.auduitsum}}</view><view class="taiitem shending">{{item.amountsum}}</view><view class="taiitem shenjian">{{item.freesum}}</view><view class="taiitem shenlv">{{item.freerate}}</view><view class="taiitem detailname" data-id="{{item.fid}}" data-event-opts="{{[['tap',[['detail',['$event']]]]]}}" bindtap="__e">详情</view></view></block></view></view></block><block wx:else><view class="taizhangbox"><view class="taizhanghead taizhangheadde"><view class="taizhangitem">项目编号</view><view class="taizhangitem">项目名称</view><view class="taizhangitem">送审金额</view><view class="taizhangitem">评审类型</view><view class="taizhangitem">送审单位</view><view class="taizhangitem">项目类型</view><view class="taizhangitem">送审时间</view><view class="taizhangitem">审定金额</view><view class="taizhangitem">审减率</view><view class="taizhangitem">审减金额</view><view class="taizhangitem">咨询单位</view><view class="taizhangitem">送审年度</view><view class="taizhangitem">咨询单位项目审核负责人</view></view><view class="taizhanglist"><block wx:for="{{huizonglist}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="taizhangflistitem taizhangflistitemde"><view class="taiitem itemname">{{item.fprjnumber+''}}</view><view class="taiitem itemshu">{{item.fprjname}}</view><view class="taiitem songshen">{{item.ftoauditamt}}</view><view class="taiitem shending">{{item.freviewtype}}</view><view class="taiitem shenjian">{{item.fdevorgid}}</view><view class="taiitem shenlv">{{item.fprojecttype}}</view><view class="taiitem itemname">{{item.fsubmitfindate+''}}</view><view class="taiitem itemshu">{{item.fauditamount}}</view><view class="taiitem songshen">{{item.fauditratio}}</view><view class="taiitem shending">{{item.fshenjianmoney}}</view><view class="taiitem shenjian">{{item.flordintorgid}}</view><view class="taiitem shenlv">{{item.fyear}}</view><view class="taiitem shenlv">{{item.fauditledername}}</view></view></block></view></view></block></block></block><block wx:if="{{tizhangshow}}"><view data-event-opts="{{[['tap',[['hide',['$event']]]]]}}" class="register" bindtap="__e"><view data-event-opts="{{[['tap',[['hidek',['$event']]]]]}}" class="taizhangwrap xiangmuzi" catchtap="__e"><view class="wrapbox"><view class="wrapitem"><view class="wrapitemleft">项目类型</view><picker value="{{index}}" range="{{projectlist}}" range-key="fname" data-event-opts="{{[['change',[['bindPickerChange',['$event']]]]]}}" bindchange="__e"><view class="wrapitemright"><view class="uni-input projectname">{{projectname}}</view></view></picker></view><view class="wrapitem"><view class="wrapitemleft">主管部门</view><picker value="{{stationindex}}" range="{{stationlist}}" range-key="fname" data-event-opts="{{[['change',[['bindstationrChange',['$event']]]]]}}" bindchange="__e"><view class="wrapitemright"><view class="uni-input projectname">{{stationname}}</view></view></picker></view><view class="wrapitem"><view class="wrapitemleft">评审类型</view><picker value="{{danweiindex}}" range="{{danweilist}}" range-key="fname" data-event-opts="{{[['change',[['danweichange',['$event']]]]]}}" bindchange="__e"><view class="wrapitemright"><view class="uni-input projectname">{{danweiname}}</view></view></picker></view><view class="wrapitem"><view class="wrapitemleft">咨询单位</view><picker value="{{danweiindexz}}" range="{{danweilistz}}" range-key="fname" data-event-opts="{{[['change',[['danweichangez',['$event']]]]]}}" bindchange="__e"><view class="wrapitemright"><view class="uni-input projectname">{{danweinamez}}</view></view></picker></view><view class="wrapitem"><view class="wrapitemleft">年度</view><picker value="{{yearindex}}" range="{{yeararr}}" data-event-opts="{{[['change',[['yearchange',['$event']]]]]}}" bindchange="__e"><view class="wrapitemright"><view class="nianduleft"><view class="uni-input projectname">{{yearname}}</view></view><view class="nianduright"><image src="../../static/img/number.png" mode></image></view></view></picker></view><view class="wrapitem"><view class="wrapitemleft">时间</view><view class="time"><picker mode="date" value="{{date}}" start="{{startDate}}" end="{{endDate}}" data-event-opts="{{[['change',[['bindDateChange',['$event']]]]]}}" bindchange="__e"><view class="timeleft">{{''+startdate+''}}</view></picker><view class="timemiddle"></view><picker mode="date" value="{{date}}" start="{{startDate}}" end="{{endDate}}" data-event-opts="{{[['change',[['endDateChange',['$event']]]]]}}" bindchange="__e"><view class="timeleft">{{''+endate+''}}</view></picker></view></view></view><view class="zibot"><view data-event-opts="{{[['tap',[['reset',['$event']]]]]}}" class="reset" bindtap="__e">重置</view><block wx:if="{{huizong}}"><view data-event-opts="{{[['tap',[['search',['$event']]]]]}}" class="chaxun" bindtap="__e">查询</view></block><block wx:else><view data-event-opts="{{[['tap',[['searchdetail',['$event']]]]]}}" class="chaxun" bindtap="__e">查询</view></block></view></view></view></block></view>
1 -.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}page{background:#f9f9f9}.headbox{background:#fff;height:100rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.headboxleft{width:350rpx;height:100rpx;line-height:100rpx;text-align:center;color:#06121e;font-size:28rpx}.headactive{color:#0093ff;border-bottom:1rpx solid #0093ff}.hengping{width:144rpx;color:#0093ff;font-size:24rpx;border-bottom:1rpx solid #0093ff;margin:34rpx auto 0}.taizhangbox{width:700rpx;overflow-x:scroll;margin:28rpx;padding:0 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff}.taizhanghead{width:1500rpx;overflow-x:scroll;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:16rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #bdc4ce}.taizhangitem{color:#06121e;font-size:22rpx;margin-right:118rpx;font-weight:700}.shenjie{text-align:center;margin-top:5rpx;font-size:20rpx}.taizhangflistitem{width:1500rpx;overflow-x:scroll;padding:18rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;border-bottom:1rpx solid #bdc4ce}.taizhangheadde{width:3200rpx;overflow-x:scroll;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:16rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #bdc4ce}.taizhangflistitemde{width:3200rpx;overflow-x:scroll;padding:18rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;border-bottom:1rpx solid #bdc4ce}.taiitem{color:#06121e;font-size:24rpx}.itemname{width:96rpx}.itemshu{width:150rpx;text-align:center;margin-left:72rpx}.songshen{width:200rpx;text-align:center;margin-left:30rpx}.shending{width:200rpx;text-align:center;margin-left:5rpx}.shenjian{width:200rpx;text-align:center;margin-left:10rpx}.shenlv{width:200rpx;text-align:center;margin-left:15rpx}.dibu{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;width:750rpx;height:104rpx;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;position:fixed;bottom:0;left:0}.dibuleft{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-right:72rpx}.dibulitemm{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.dishu{width:40rpx;height:30rpx;border:1rpx solid #707070;border-radius:4rpx;margin:0 6rpx;font-size:0;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.dishu input{width:100%;height:30rpx;line-height:30rpx;padding:5rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;font-size:26rpx;color:#8c9198}.dibuliteml, 1 +.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.shaiselecttop{width:750rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;padding-top:10rpx;padding-bottom:10rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.shaiselect{display:inline-block;width:200rpx;height:64rpx;background:#0093ff;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;border-radius:30rpx}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}page{background:#f9f9f9}.taizhangwrap{height:auto!important}.topheadk{position:fixed;top:0;left:0;background:#fff;width:750rpx}.headbox{background:#fff;height:100rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.headboxleft{width:350rpx;height:100rpx;line-height:100rpx;text-align:center;color:#06121e;font-size:28rpx}.headactive{color:#0093ff;border-bottom:1rpx solid #0093ff}.hengping{width:144rpx;color:#0093ff;font-size:24rpx;border-bottom:1rpx solid #0093ff;margin:34rpx auto 0}.taizhangbox{width:700rpx;overflow-x:scroll;margin:28rpx;padding:0 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;margin-top:100rpx}.taizhanghead{width:1500rpx;overflow-x:scroll;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:16rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #bdc4ce}.taizhangitem{color:#06121e;font-size:22rpx;margin-right:118rpx;font-weight:700}.shenjie{text-align:center;margin-top:5rpx;font-size:20rpx}.taizhangflistitem{width:1500rpx;overflow-x:scroll;padding:18rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;border-bottom:1rpx solid #bdc4ce}.taizhangheadde{width:3200rpx;overflow-x:scroll;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:16rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #bdc4ce}.taizhangflistitemde{width:3200rpx;overflow-x:scroll;padding:18rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;border-bottom:1rpx solid #bdc4ce}.taiitem{color:#06121e;font-size:24rpx}.itemname{width:96rpx}.itemshu{width:150rpx;text-align:center;margin-left:72rpx}.songshen{width:200rpx;text-align:center;margin-left:30rpx}.shending{width:200rpx;text-align:center;margin-left:5rpx}.shenjian{width:200rpx;text-align:center;margin-left:10rpx}.shenlv{width:200rpx;text-align:center;margin-left:15rpx}.dibu{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;width:750rpx;height:104rpx;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;position:fixed;bottom:0;left:0}.dibuleft{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-right:72rpx}.dibulitemm{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.dishu{width:40rpx;height:30rpx;border:1rpx solid #707070;border-radius:4rpx;margin:0 6rpx;font-size:0;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.dishu input{width:100%;height:30rpx;line-height:30rpx;padding:5rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;font-size:26rpx;color:#8c9198}.dibuliteml,
2 .di, 2 .di,
3 .ye, 3 .ye,
4 .dibulitemx, 4 .dibulitemx,
1 -.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}page{background:#f9f9f9}.head{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;position:fixed;top:0;left:0}.fenzulist{margin-top:100rpx}.headleft{width:572rpx;height:60rpx;background:#eee;opacity:1;border-radius:8rpx;padding:10rpx 24rpx;-webkit-box-sizing:border-box;box-sizing:border-box;display:felex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:flex;align-items:center}.headleft input{color:#bdc4ce;font-size:28rpx}.headright{width:98rpx;height:60rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:22rpx;text-align:center;line-height:60rpx;margin-left:16rpx}.fenzuitem{width:686rpx;background:#fff;-webkit-box-shadow:0 6rpx 6rpx rgba(0,0,0,.03);box-shadow:0 6rpx 6rpx rgba(0,0,0,.03);opacity:1;border-radius:20rpx;margin:20rpx auto 0;padding:28rpx 32rpx 40rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.fenzunoimg{width:28rpx;height:28rpx;font-size:0;margin-right:10rpx}.fenzunoimg image{width:100%;height:100%}.bianhao{color:#8c9198;font-size:24rpx}.bianhaonum{color:#06121e;font-size:24rpx;letter-spacing:2rpx}.fenzunoname{color:#3d444d;font-size:24rpx}.fenzutopright{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;width:126rpx;height:48rpx;border:1rpx solid #bdc4ce;opacity:1;border-radius:8rpx;padding:0 5rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.fenzutop{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding-bottom:16rpx;border-bottom:1rpx solid #f5f5f5}.fenzuobottom{margin-top:16rpx}.fenzubottom{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;margin-top:16rpx}.fenzubtn{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}  
  1 +.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.shaiselecttop{width:750rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;padding-top:10rpx;padding-bottom:10rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.shaiselect{display:inline-block;width:200rpx;height:64rpx;background:#0093ff;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;border-radius:30rpx}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}page{background:#f9f9f9}.head{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;position:fixed;top:0;left:0}.fenzulist{margin-top:100rpx}.headleft{width:572rpx;height:60rpx;background:#eee;opacity:1;border-radius:8rpx;padding:10rpx 24rpx;-webkit-box-sizing:border-box;box-sizing:border-box;display:felex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:flex;align-items:center}.headleft input{color:#bdc4ce;font-size:28rpx}.headright{width:98rpx;height:60rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:22rpx;text-align:center;line-height:60rpx;margin-left:16rpx}.fenzuitem{width:686rpx;background:#fff;-webkit-box-shadow:0 6rpx 6rpx rgba(0,0,0,.03);box-shadow:0 6rpx 6rpx rgba(0,0,0,.03);opacity:1;border-radius:20rpx;margin:20rpx auto 0;padding:28rpx 32rpx 40rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.fenzunoimg{width:28rpx;height:28rpx;font-size:0;margin-right:10rpx}.fenzunoimg image{width:100%;height:100%}.bianhao{color:#8c9198;font-size:24rpx}.bianhaonum{color:#06121e;font-size:24rpx;letter-spacing:2rpx}.fenzunoname{color:#3d444d;font-size:24rpx}.fenzutopright{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;width:126rpx;height:48rpx;border:1rpx solid #bdc4ce;opacity:1;border-radius:8rpx;padding:0 5rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.fenzutop{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding-bottom:16rpx;border-bottom:1rpx solid #f5f5f5}.fenzuobottom{margin-top:16rpx}.fenzubottom{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;margin-top:16rpx}.fenzubtn{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}
1 -.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}.box{background:#f9f9f9}.projectinfo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.projectinfoname{width:44rpx;height:44rpx;font-size:0}.projectinfoname image{width:100%;height:100%}.projectname{color:#3d444d;font-size:28rpx;font-weight:700;margin-left:16rpx}.projectinfo{padding:36rpx 32rpx 16rpx;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #bdc4ce}.projectlist{padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.projectitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:32rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.projectitemleft{color:#8c9198;font-size:28rpx}.projectitemright{color:#3d444d;font-size:28rpx}.renyuanleft{color:#06121e;font-size:28rpx}.renyuanright{width:260rpx;height:60rpx;padding:14rpx 28rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#3d444d;font-size:28rpx;text-align:right;margin-left:200rpx}.renyuanright input{width:100%;height:40rpx;color:#8c9198;font-size:24rpx}.xiangmuyuan{color:#8c9198;font-size:24rpx}.zixunbottom{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;padding:28rpx 32rpx 34rpx}.zixunbotleft{width:130rpx;height:80rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx}.zixunbotright{width:532rpx;height:80rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx;margin-left:24rpx}.renyaoqiu{margin-top:12rpx}.danweizi{width:360rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;background:#eee}.xuanlei{width:20rpx;height:22rpx;font-size:0}.xuanlei image{width:100%;height:100%}  
  1 +.flex{display:-webkit-box;display:-webkit-flex;display:flex}.flexone{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flextwo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flexthree{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfour{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.flexfive{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-around;justify-content:space-around}.shaiselecttop{width:750rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;padding-top:10rpx;padding-bottom:10rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.shaiselect{display:inline-block;width:200rpx;height:64rpx;background:#0093ff;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;border-radius:30rpx}.register{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;z-index:5}.taizhangwrap{width:750rpx;height:664rpx;background:#fff;position:absolute;top:0rpx;left:0;padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.zibot{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:100rpx}.reset{width:200rpx;height:64rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:24rpx;text-align:center;line-height:64rpx;margin-right:24rpx}.nodata{color:#999;font-size:32rpx;text-align:center;margin-top:200rpx}.wrapitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:40rpx}.wrapitemleft{width:120rpx}.wrapitemleft{color:#06121e;font-size:28rpx}.wrapitemright{width:544rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;margin-left:18rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:20rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.wrapitemright input{width:100%;color:#8c9198;font-size:28rpx}.nianduright{width:14rpx;height:22rpx;font-size:0}.nianduleft{width:500rpx}.nianduright image{width:100%;height:100%}.time{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:18rpx}.timeleft{width:232rpx;height:76rpx;background:#eee;opacity:1;border-radius:8rpx;padding:15rpx 20rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#8c9198;font-size:28rpx}.timeleft input{width:100%;color:#8c9198;fotn-size:28rpx}.timemiddle{width:39rpx;background:#bdc4ce;border:1rpx solid #bdc4ce;opacity:1;margin:0 20rpx}.chaxun{width:200rpx;height:64rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#f9f9f9;font-size:24rpx;text-align:center;line-height:64rpx}.projectname{color:#8c9198;font-size:28rpx}.detailname{color:#0093ff;font-size:24rpx;margin-left:20rpx}.headleft input{width:100%;height:100%}.tabfooter{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:fixed;height:110rpx;width:750rpx;bottom:0;left:0;padding:14rpx 48rpx;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;border-top:1rpx solid #f9f9f9}.tabfooteritem{width:200rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.tabfooteritemimg{width:45rpx;height:48rpx;font-size:0}.tabfooteritemimg image{width:100%;height:100%}.tabfooteritemtop{width:100rpx;color:#bdc4ce;font-size:22rpx;text-align:center}.tabfooteritemtopactive{color:#2e85ed}.box{background:#f9f9f9}.projectinfo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.projectinfoname{width:44rpx;height:44rpx;font-size:0}.projectinfoname image{width:100%;height:100%}.projectname{color:#3d444d;font-size:28rpx;font-weight:700;margin-left:16rpx}.projectinfo{padding:36rpx 32rpx 16rpx;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #bdc4ce}.projectlist{padding:0 32rpx;-webkit-box-sizing:border-box;box-sizing:border-box}.projectitem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:32rpx 0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1rpx solid #eee}.projectitemleft{color:#8c9198;font-size:28rpx}.projectitemright{color:#3d444d;font-size:28rpx}.renyuanleft{color:#06121e;font-size:28rpx}.renyuanright{width:260rpx;height:60rpx;padding:14rpx 28rpx;-webkit-box-sizing:border-box;box-sizing:border-box;color:#3d444d;font-size:28rpx;text-align:right;margin-left:200rpx}.renyuanright input{width:100%;height:40rpx;color:#8c9198;font-size:24rpx}.xiangmuyuan{color:#8c9198;font-size:24rpx}.zixunbottom{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;padding:28rpx 32rpx 34rpx}.zixunbotleft{width:130rpx;height:80rpx;background:#e85000;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx}.zixunbotright{width:532rpx;height:80rpx;background:#0093ff;opacity:1;border-radius:8rpx;color:#fff;font-size:28rpx;text-align:center;line-height:80rpx;margin-left:24rpx}.renyaoqiu{margin-top:12rpx}.danweizi{width:360rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;background:#eee}.xuanlei{width:20rpx;height:22rpx;font-size:0}.xuanlei image{width:100%;height:100%}
1 -{"version":3,"sources":["webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/main.js","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue?1912","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue?d032","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue?7f10","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue?431f"],"names":["Vue","config","productionTip","App","mpType","app","$mount","onLaunch","console","log","onShow","onHide","post","url","data","method","promise","Promise","resolve","reject","that","token","uni","getStorageSync","header","postData","request","globalData","baseUrl","success","res","statusCode","fail","e","wx","hideNavigationBarLoading","complete","daa","userInfo"],"mappings":";;;;;;;;;iDAAA,wCAAmB,iDAA4B;AAC/C,uE;;AAEAA,aAAIC,MAAJ,CAAWC,aAAX,GAA2B,KAA3B;;AAEAC,aAAIC,MAAJ,GAAa,KAAb;;AAEA,IAAMC,GAAG,GAAG,IAAIL,YAAJ;AACLG,YADK,EAAZ;;AAGA,UAAAE,GAAG,EAACC,MAAJ,G;;;;;;;;;;;;;;;;;;;;ACVA;AAAA;AAAA;AAAA;AAAA;AAAA;AACA;AACuD;AACL;AACa;;;AAG/D;AACqK;AACrK,gBAAgB,+KAAU;AAC1B,EAAE,yEAAM;AACR;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACe,gF;;;;;;;;;;;ACvBf;AAAA;AAAA;AAAA;AAA6lB,CAAgB,unBAAG,EAAC,C;;;;;;;;;;;;ACClmB;AACdC,UAAQ,EAAE,oBAAW;AACpBC,WAAO,CAACC,GAAR,CAAY,YAAZ;AACA;AACA,GAJa;AAKdC,QAAM,EAAE,kBAAW;;AAElBF,WAAO,CAACC,GAAR,CAAY,UAAZ;AACA,GARa;AASdE,QAAM,EAAE,kBAAW;AAClBH,WAAO,CAACC,GAAR,CAAY,UAAZ;AACA,GAXa;AAYdG,MAAI,EAAE,cAASC,GAAT,EAAcC,IAAd,EAAoBC,MAApB,EAA4B;;AAEjC;AACA;AACA;AACA;AACA;AACA,QAAIC,OAAO,GAAG,IAAIC,OAAJ,CAAY,UAACC,OAAD,EAAUC,MAAV,EAAqB;AAC9C;AACA,UAAIC,IAAI,GAAG,KAAX;AACCC,WAAK,GAAGC,GAAG,CAACC,cAAJ,CAAmB,OAAnB,CADT;AAECC,YAAM,GAAG;AACRH,aAAK,EAAEA,KAAK,IAAI,EADR,EAFV;;AAKCI,cALD;;AAOA;AACA;AACAH,SAAG,CAACI,OAAJ,CAAY;AACXb,WAAG,EAAE,KAAI,CAACc,UAAL,CAAgBC,OAAhB,GAA0Bf,GADpB;AAEXC,YAAI,EAAEA,IAFK;AAGXC,cAAM,EAAEA,MAHG;AAIXS,cAAM,EAAEA,MAJG;AAKXK,eAAO,EAAE,iBAASC,GAAT,EAAc;AACtB;AACA;AACA,cAAIA,GAAG,CAACC,UAAJ,IAAkB,GAAtB,EAA2B;AAC1Bb,mBAAO,CAACY,GAAD,CAAP;AACA,WAFD,MAEO;AACN;AACA;AACA;AACA;AACAX,kBAAM,CAACW,GAAG,CAAChB,IAAL,CAAN;AACA;AACA;AACD;AACA;AACA,SApBU;AAqBXkB,YAAI,EAAE,cAASC,CAAT,EAAY;AACjBzB,iBAAO,CAACC,GAAR,CAAYwB,CAAZ;AACAd,gBAAM,CAAC,MAAD,CAAN;AACA;AACAe,YAAE,CAACC,wBAAH;AACA,SA1BU;AA2BXC,gBAAQ,EAAE,kBAASC,GAAT,EAAc;AACvB;AACA,SA7BU,EAAZ;;AA+BA,KA1Ca,CAAd;AA2CA,WAAOrB,OAAP;AACA,GA/Da;AAgEdW,YAAU,EAAE;AACXW,YAAQ,EAAE,IADC;AAEX;AACAV,WAAO,EAAE,4BAHE,EAhEE,E;;;;;;;;;;;;ACDf;AAAA;AAAA;AAAA;AAA+2B,CAAgB,g3BAAG,EAAC,C;;;;;;;;;;ACAn4B;AACA,OAAO,KAAU,EAAE,kBAKd","file":"common/main.js","sourcesContent":["import 'uni-pages';import '@dcloudio/uni-stat';import Vue from 'vue'\r\nimport App from './App'\r\n\r\nVue.config.productionTip = false\r\n\r\nApp.mpType = 'app'\r\n\r\nconst app = new Vue({\r\n ...App\r\n})\r\napp.$mount()","var render, staticRenderFns, recyclableRender, components\nvar renderjs\nimport script from \"./App.vue?vue&type=script&lang=js&\"\nexport * from \"./App.vue?vue&type=script&lang=js&\"\nimport style0 from \"./App.vue?vue&type=style&index=0&lang=css&\"\n\n\n/* normalize component */\nimport normalizer from \"!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\runtime\\\\componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null,\n false,\n components,\n renderjs\n)\n\ncomponent.options.__file = \"G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue\"\nexport default component.exports","import mod from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\babel-loader\\\\lib\\\\index.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--12-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\script.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./App.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\babel-loader\\\\lib\\\\index.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--12-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\script.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./App.vue?vue&type=script&lang=js&\"","\nexport default {\n\tonLaunch: function() {\n\t\tconsole.log('App Launch')\n\t\t// plus.screen.lockOrientation('portrait-primary');\n\t},\n\tonShow: function() {\n\n\t\tconsole.log('App Show')\n\t},\n\tonHide: function() {\n\t\tconsole.log('App Hide')\n\t},\n\tpost: function(url, data, method) {\n\n\t\t// (showLoad == undefined || showLoad) ?\n\t\t// wx.showLoading({\n\t\t// title: '加载中',\n\t\t// }) : ''\n\t\t// wx.showNavigationBarLoading()\n\t\tvar promise = new Promise((resolve, reject) => {\n\t\t\t//init\n\t\t\tlet that = this,\n\t\t\t\ttoken = uni.getStorageSync('token'),\n\t\t\t\theader = {\n\t\t\t\t\ttoken: token || ''\n\t\t\t\t},\n\t\t\t\tpostData;\n\n\t\t\t// console.log(token,\"token\")\n\t\t\t//网络请求 \n\t\t\tuni.request({\n\t\t\t\turl: this.globalData.baseUrl + url,\n\t\t\t\tdata: data,\n\t\t\t\tmethod: method,\n\t\t\t\theader: header,\n\t\t\t\tsuccess: function(res) {\n\t\t\t\t\t// console.log(res)//返回取得的数据\n\t\t\t\t\t// console.log(res)\n\t\t\t\t\tif (res.statusCode == 200) {\n\t\t\t\t\t\tresolve(res);\n\t\t\t\t\t} else {\n\t\t\t\t\t\t// uni.showToast({\n\t\t\t\t\t\t// \ttitle: res.data.msg,\n\t\t\t\t\t\t// \ticon: 'none',\n\t\t\t\t\t\t// })\n\t\t\t\t\t\treject(res.data)\n\t\t\t\t\t\t// if (res.data.code == '401') {}\n\t\t\t\t\t}\n\t\t\t\t\t// (showLoad || showLoad == undefined) ? wx.hideLoading(): \"\";\n\t\t\t\t\t// wx.hideNavigationBarLoading()\n\t\t\t\t},\n\t\t\t\tfail: function(e) {\n\t\t\t\t\tconsole.log(e)\n\t\t\t\t\treject('网络出错');\n\t\t\t\t\t// (showLoad || showLoad == undefined) ? wx.hideLoading() : \"\";\n\t\t\t\t\twx.hideNavigationBarLoading()\n\t\t\t\t},\n\t\t\t\tcomplete: function(daa) {\n\t\t\t\t\t// console.log(daa)\n\t\t\t\t}\n\t\t\t})\n\t\t});\n\t\treturn promise;\n\t},\n\tglobalData: {\n\t\tuserInfo: null,\n\t\t// baseUrl: 'http://icrgangjuren.w.brotop.cn/'\n\t\tbaseUrl: 'https://www.bjzha.net/api/'\n\t}\n}\n","import mod from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\mini-css-extract-plugin\\\\dist\\\\loader.js??ref--6-oneOf-1-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\css-loader\\\\dist\\\\cjs.js??ref--6-oneOf-1-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\stylePostLoader.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--6-oneOf-1-2!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\postcss-loader\\\\src\\\\index.js??ref--6-oneOf-1-3!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./App.vue?vue&type=style&index=0&lang=css&\"; export default mod; export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\mini-css-extract-plugin\\\\dist\\\\loader.js??ref--6-oneOf-1-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\css-loader\\\\dist\\\\cjs.js??ref--6-oneOf-1-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\stylePostLoader.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--6-oneOf-1-2!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\postcss-loader\\\\src\\\\index.js??ref--6-oneOf-1-3!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./App.vue?vue&type=style&index=0&lang=css&\"","// extracted by mini-css-extract-plugin\n if(module.hot) {\n // 1587698424531\n var cssReload = require(\"F:/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/hmr/hotModuleReplacement.js\")(module.id, {\"hmr\":true,\"publicPath\":\"../../\",\"locals\":false});\n module.hot.dispose(cssReload);\n module.hot.accept(undefined, cssReload);\n }\n "],"sourceRoot":""}  
  1 +{"version":3,"sources":["webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/main.js","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue?1912","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue?d032","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue?7f10","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue?431f"],"names":["Vue","config","productionTip","App","mpType","app","$mount","onLaunch","console","log","onShow","onHide","post","url","data","method","promise","Promise","resolve","reject","that","token","uni","getStorageSync","header","postData","request","globalData","baseUrl","success","res","statusCode","fail","e","wx","hideNavigationBarLoading","complete","daa","userInfo"],"mappings":";;;;;;;;;iDAAA,wCAAmB,iDAA4B;AAC/C,uE;;AAEAA,aAAIC,MAAJ,CAAWC,aAAX,GAA2B,KAA3B;;AAEAC,aAAIC,MAAJ,GAAa,KAAb;;AAEA,IAAMC,GAAG,GAAG,IAAIL,YAAJ;AACLG,YADK,EAAZ;;AAGA,UAAAE,GAAG,EAACC,MAAJ,G;;;;;;;;;;;;;;;;;;;;ACVA;AAAA;AAAA;AAAA;AAAA;AAAA;AACA;AACuD;AACL;AACa;;;AAG/D;AACqK;AACrK,gBAAgB,+KAAU;AAC1B,EAAE,yEAAM;AACR;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACe,gF;;;;;;;;;;;ACvBf;AAAA;AAAA;AAAA;AAA6lB,CAAgB,unBAAG,EAAC,C;;;;;;;;;;;;ACClmB;AACdC,UAAQ,EAAE,oBAAW;AACpBC,WAAO,CAACC,GAAR,CAAY,YAAZ;AACA;AACA,GAJa;AAKdC,QAAM,EAAE,kBAAW;;AAElBF,WAAO,CAACC,GAAR,CAAY,UAAZ;AACA,GARa;AASdE,QAAM,EAAE,kBAAW;AAClBH,WAAO,CAACC,GAAR,CAAY,UAAZ;AACA,GAXa;AAYdG,MAAI,EAAE,cAASC,GAAT,EAAcC,IAAd,EAAoBC,MAApB,EAA4B;;AAEjC;AACA;AACA;AACA;AACA;AACA,QAAIC,OAAO,GAAG,IAAIC,OAAJ,CAAY,UAACC,OAAD,EAAUC,MAAV,EAAqB;AAC9C;AACA,UAAIC,IAAI,GAAG,KAAX;AACCC,WAAK,GAAGC,GAAG,CAACC,cAAJ,CAAmB,OAAnB,CADT;AAECC,YAAM,GAAG;AACRH,aAAK,EAAEA,KAAK,IAAI,EADR,EAFV;;AAKCI,cALD;;AAOA;AACA;AACAH,SAAG,CAACI,OAAJ,CAAY;AACXb,WAAG,EAAE,KAAI,CAACc,UAAL,CAAgBC,OAAhB,GAA0Bf,GADpB;AAEXC,YAAI,EAAEA,IAFK;AAGXC,cAAM,EAAEA,MAHG;AAIXS,cAAM,EAAEA,MAJG;AAKXK,eAAO,EAAE,iBAASC,GAAT,EAAc;AACtB;AACA;AACA,cAAIA,GAAG,CAACC,UAAJ,IAAkB,GAAtB,EAA2B;AAC1Bb,mBAAO,CAACY,GAAD,CAAP;AACA,WAFD,MAEO;AACN;AACA;AACA;AACA;AACAX,kBAAM,CAACW,GAAG,CAAChB,IAAL,CAAN;AACA;AACA;AACD;AACA;AACA,SApBU;AAqBXkB,YAAI,EAAE,cAASC,CAAT,EAAY;AACjBzB,iBAAO,CAACC,GAAR,CAAYwB,CAAZ;AACAd,gBAAM,CAAC,MAAD,CAAN;AACA;AACAe,YAAE,CAACC,wBAAH;AACA,SA1BU;AA2BXC,gBAAQ,EAAE,kBAASC,GAAT,EAAc;AACvB;AACA,SA7BU,EAAZ;;AA+BA,KA1Ca,CAAd;AA2CA,WAAOrB,OAAP;AACA,GA/Da;AAgEdW,YAAU,EAAE;AACXW,YAAQ,EAAE,IADC;AAEX;AACAV,WAAO,EAAE,4BAHE,EAhEE,E;;;;;;;;;;;;ACDf;AAAA;AAAA;AAAA;AAA+2B,CAAgB,g3BAAG,EAAC,C;;;;;;;;;;ACAn4B;AACA,OAAO,KAAU,EAAE,kBAKd","file":"common/main.js","sourcesContent":["import 'uni-pages';import '@dcloudio/uni-stat';import Vue from 'vue'\r\nimport App from './App'\r\n\r\nVue.config.productionTip = false\r\n\r\nApp.mpType = 'app'\r\n\r\nconst app = new Vue({\r\n ...App\r\n})\r\napp.$mount()","var render, staticRenderFns, recyclableRender, components\nvar renderjs\nimport script from \"./App.vue?vue&type=script&lang=js&\"\nexport * from \"./App.vue?vue&type=script&lang=js&\"\nimport style0 from \"./App.vue?vue&type=style&index=0&lang=css&\"\n\n\n/* normalize component */\nimport normalizer from \"!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\runtime\\\\componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null,\n false,\n components,\n renderjs\n)\n\ncomponent.options.__file = \"G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue\"\nexport default component.exports","import mod from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\babel-loader\\\\lib\\\\index.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--12-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\script.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./App.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\babel-loader\\\\lib\\\\index.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--12-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\script.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./App.vue?vue&type=script&lang=js&\"","\nexport default {\n\tonLaunch: function() {\n\t\tconsole.log('App Launch')\n\t\t// plus.screen.lockOrientation('portrait-primary');\n\t},\n\tonShow: function() {\n\n\t\tconsole.log('App Show')\n\t},\n\tonHide: function() {\n\t\tconsole.log('App Hide')\n\t},\n\tpost: function(url, data, method) {\n\n\t\t// (showLoad == undefined || showLoad) ?\n\t\t// wx.showLoading({\n\t\t// title: '加载中',\n\t\t// }) : ''\n\t\t// wx.showNavigationBarLoading()\n\t\tvar promise = new Promise((resolve, reject) => {\n\t\t\t//init\n\t\t\tlet that = this,\n\t\t\t\ttoken = uni.getStorageSync('token'),\n\t\t\t\theader = {\n\t\t\t\t\ttoken: token || ''\n\t\t\t\t},\n\t\t\t\tpostData;\n\n\t\t\t// console.log(token,\"token\")\n\t\t\t//网络请求 \n\t\t\tuni.request({\n\t\t\t\turl: this.globalData.baseUrl + url,\n\t\t\t\tdata: data,\n\t\t\t\tmethod: method,\n\t\t\t\theader: header,\n\t\t\t\tsuccess: function(res) {\n\t\t\t\t\t// console.log(res)//返回取得的数据\n\t\t\t\t\t// console.log(res)\n\t\t\t\t\tif (res.statusCode == 200) {\n\t\t\t\t\t\tresolve(res);\n\t\t\t\t\t} else {\n\t\t\t\t\t\t// uni.showToast({\n\t\t\t\t\t\t// \ttitle: res.data.msg,\n\t\t\t\t\t\t// \ticon: 'none',\n\t\t\t\t\t\t// })\n\t\t\t\t\t\treject(res.data)\n\t\t\t\t\t\t// if (res.data.code == '401') {}\n\t\t\t\t\t}\n\t\t\t\t\t// (showLoad || showLoad == undefined) ? wx.hideLoading(): \"\";\n\t\t\t\t\t// wx.hideNavigationBarLoading()\n\t\t\t\t},\n\t\t\t\tfail: function(e) {\n\t\t\t\t\tconsole.log(e)\n\t\t\t\t\treject('网络出错');\n\t\t\t\t\t// (showLoad || showLoad == undefined) ? wx.hideLoading() : \"\";\n\t\t\t\t\twx.hideNavigationBarLoading()\n\t\t\t\t},\n\t\t\t\tcomplete: function(daa) {\n\t\t\t\t\t// console.log(daa)\n\t\t\t\t}\n\t\t\t})\n\t\t});\n\t\treturn promise;\n\t},\n\tglobalData: {\n\t\tuserInfo: null,\n\t\t// baseUrl: 'http://icrgangjuren.w.brotop.cn/'\n\t\tbaseUrl: 'https://www.bjzha.net/api/'\n\t}\n}\n","import mod from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\mini-css-extract-plugin\\\\dist\\\\loader.js??ref--6-oneOf-1-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\css-loader\\\\dist\\\\cjs.js??ref--6-oneOf-1-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\stylePostLoader.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--6-oneOf-1-2!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\postcss-loader\\\\src\\\\index.js??ref--6-oneOf-1-3!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./App.vue?vue&type=style&index=0&lang=css&\"; export default mod; export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\mini-css-extract-plugin\\\\dist\\\\loader.js??ref--6-oneOf-1-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\css-loader\\\\dist\\\\cjs.js??ref--6-oneOf-1-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\stylePostLoader.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--6-oneOf-1-2!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\postcss-loader\\\\src\\\\index.js??ref--6-oneOf-1-3!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./App.vue?vue&type=style&index=0&lang=css&\"","// extracted by mini-css-extract-plugin\n if(module.hot) {\n // 1589774460911\n var cssReload = require(\"F:/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/hmr/hotModuleReplacement.js\")(module.id, {\"hmr\":true,\"publicPath\":\"../../\",\"locals\":false});\n module.hot.dispose(cssReload);\n module.hot.accept(undefined, cssReload);\n }\n "],"sourceRoot":""}
1 -{"version":3,"sources":["webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue?d032","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/main.js","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/budgetshenhe/budgetshenhe.vue?2359","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/budgetshenhe/budgetshenhe.vue?9894","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/budgetshenhe/budgetshenhe.vue?7c6b","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/budgetshenhe/budgetshenhe.vue?a654","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/budgetshenhe/budgetshenhe.vue","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/budgetshenhe/budgetshenhe.vue?e5d6","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/budgetshenhe/budgetshenhe.vue?579a","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue?7f10","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue?431f","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue?1912"],"names":["createPage","Page","onLaunch","console","log","onShow","onHide","post","url","data","method","promise","Promise","resolve","reject","that","token","uni","getStorageSync","header","postData","request","globalData","baseUrl","success","res","statusCode","fail","e","wx","hideNavigationBarLoading","complete","daa","userInfo","zixunlist","keyword","querylist","type","showhide","onLoad","options","JSON","stringify","Number","setNavigationBarTitle","title","project","methods","xiangmuzufen","item","newitem","finorgid","fprojectid","navigateTo","question","questionid","setStorageSync","getbudgetlist","param","fprojectcategory","fuserid","role","app","then","r","catch","err","see","enterxiangmu","target","value","jingban","pingshen","concatsure","chaxun","newxiangmuarr","newzixunlist","name","obj","push","fname","i","length","j","indexOf"],"mappings":"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","file":"pages/budgetshenhe/budgetshenhe.js","sourcesContent":["import mod from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\babel-loader\\\\lib\\\\index.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--12-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\script.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./App.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\babel-loader\\\\lib\\\\index.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--12-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\script.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./App.vue?vue&type=script&lang=js&\"","import 'uni-pages';import '@dcloudio/uni-stat';\nimport Vue from 'vue'\nimport Page from './pages/budgetshenhe/budgetshenhe.vue'\ncreatePage(Page)","import { render, staticRenderFns, recyclableRender, components } from \"./budgetshenhe.vue?vue&type=template&id=1d65d1ed&\"\nvar renderjs\nimport script from \"./budgetshenhe.vue?vue&type=script&lang=js&\"\nexport * from \"./budgetshenhe.vue?vue&type=script&lang=js&\"\nimport style0 from \"./budgetshenhe.vue?vue&type=style&index=0&lang=css&\"\n\n\n/* normalize component */\nimport normalizer from \"!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\runtime\\\\componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null,\n false,\n components,\n renderjs\n)\n\ncomponent.options.__file = \"G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/budgetshenhe/budgetshenhe.vue\"\nexport default component.exports","\nexport default {\n\tonLaunch: function() {\n\t\tconsole.log('App Launch')\n\t\t// plus.screen.lockOrientation('portrait-primary');\n\t},\n\tonShow: function() {\n\n\t\tconsole.log('App Show')\n\t},\n\tonHide: function() {\n\t\tconsole.log('App Hide')\n\t},\n\tpost: function(url, data, method) {\n\n\t\t// (showLoad == undefined || showLoad) ?\n\t\t// wx.showLoading({\n\t\t// title: '加载中',\n\t\t// }) : ''\n\t\t// wx.showNavigationBarLoading()\n\t\tvar promise = new Promise((resolve, reject) => {\n\t\t\t//init\n\t\t\tlet that = this,\n\t\t\t\ttoken = uni.getStorageSync('token'),\n\t\t\t\theader = {\n\t\t\t\t\ttoken: token || ''\n\t\t\t\t},\n\t\t\t\tpostData;\n\n\t\t\t// console.log(token,\"token\")\n\t\t\t//网络请求 \n\t\t\tuni.request({\n\t\t\t\turl: this.globalData.baseUrl + url,\n\t\t\t\tdata: data,\n\t\t\t\tmethod: method,\n\t\t\t\theader: header,\n\t\t\t\tsuccess: function(res) {\n\t\t\t\t\t// console.log(res)//返回取得的数据\n\t\t\t\t\t// console.log(res)\n\t\t\t\t\tif (res.statusCode == 200) {\n\t\t\t\t\t\tresolve(res);\n\t\t\t\t\t} else {\n\t\t\t\t\t\t// uni.showToast({\n\t\t\t\t\t\t// \ttitle: res.data.msg,\n\t\t\t\t\t\t// \ticon: 'none',\n\t\t\t\t\t\t// })\n\t\t\t\t\t\treject(res.data)\n\t\t\t\t\t\t// if (res.data.code == '401') {}\n\t\t\t\t\t}\n\t\t\t\t\t// (showLoad || showLoad == undefined) ? wx.hideLoading(): \"\";\n\t\t\t\t\t// wx.hideNavigationBarLoading()\n\t\t\t\t},\n\t\t\t\tfail: function(e) {\n\t\t\t\t\tconsole.log(e)\n\t\t\t\t\treject('网络出错');\n\t\t\t\t\t// (showLoad || showLoad == undefined) ? wx.hideLoading() : \"\";\n\t\t\t\t\twx.hideNavigationBarLoading()\n\t\t\t\t},\n\t\t\t\tcomplete: function(daa) {\n\t\t\t\t\t// console.log(daa)\n\t\t\t\t}\n\t\t\t})\n\t\t});\n\t\treturn promise;\n\t},\n\tglobalData: {\n\t\tuserInfo: null,\n\t\t// baseUrl: 'http://icrgangjuren.w.brotop.cn/'\n\t\tbaseUrl: 'https://www.bjzha.net/api/'\n\t}\n}\n","export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\templateLoader.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--16-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\template.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-uni-app-loader\\\\page-meta.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./budgetshenhe.vue?vue&type=template&id=1d65d1ed&\"","var components\nvar render = function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n}\nvar recyclableRender = false\nvar staticRenderFns = []\nrender._withStripped = true\n\nexport { render, staticRenderFns, recyclableRender, components }","import mod from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\babel-loader\\\\lib\\\\index.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--12-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\script.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./budgetshenhe.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\babel-loader\\\\lib\\\\index.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--12-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\script.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./budgetshenhe.vue?vue&type=script&lang=js&\"","//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n\nimport app from \"../../App.vue\";\nexport default {\n\tdata() {\n\t\treturn {\n\t\t\tzixunlist: [],\n\t\t\tkeyword: '',\n\t\t\tquerylist: [],\n\t\t\ttype:'',\n\t\t\tshowhide:''\n\t\t}\n\t},\n\tonLoad(options) {\n\t\t\tthis.showhide = uni.getStorageSync(\"showhide\");\n\t\t\tconsole.log('4389489',JSON.stringify(this.showhide))\n\t\tthis.type=options.type;\n\t\tthis.type=Number(this.type)\n\t\tswitch(this.type){\n\t\t\tcase 1:\n\t\t\tconsole.log(this.type)\n\t\t\tuni.setNavigationBarTitle({\n\t\t\t  title:'预算项目审核'\n\t\t\t})\n\t\t\tthis.project='prj_toaudit_budget'\n\t\t\tbreak;\n\t\t\tcase 2:\n\t\t\tconsole.log(this.type)\n\t\t\tuni.setNavigationBarTitle({\n\t\t\t  title:'结算项目审核'\n\t\t\t})\n\t\t\tthis.project='prj_toaudit_settlement'\n\t\t\tbreak;\n\t\t\tcase 3:\n\t\t\tuni.setNavigationBarTitle({\n\t\t\t  title:'决算项目审核'\n\t\t\t})\n\t\t\tthis.project='prj_toaudit_change'\n\t\t\tbreak;\n\t\t\tcase 4:\n\t\t\tuni.setNavigationBarTitle({\n\t\t\t  title:'土地成本项目审核'\n\t\t\t})\n\t\t\tthis.project='prj_toaudit_land'\n\t\t\tbreak;\n\t\t}\n\t},\n\tmethods: {\n\t\t// 项目组分配\n\t\txiangmuzufen(item) {\n\t\t\t// let item = e.currentTarget.dataset.item;\n\t\t\t let newitem = JSON.stringify(item)\n\t\t\tconsole.log(item)\n\t\t\tlet finorgid = item.finorgid;\n\t\t\tlet fprojectid = item.fprojectid;\n\n\t\t\tuni.navigateTo({\n\t\t\t\turl: '../zixunfenpei/zixunfenpei?item=' + newitem\n\t\t\t})\n\t\t},\n\t\t\n\t\tquestion(item){\n\t\t\tconsole.log(item)\n\t\t\tlet questionid=item.fprojectid\n\t\t\tuni.setStorageSync(\"questionid\",questionid)\n\t\t\tuni.navigateTo({\n\t\t\t\turl:'/pages/question/question?quesprojectid='+questionid\n\t\t\t})\n\t\t},\n\t\tgetbudgetlist() {\n\t\t\tlet that = this;\n\t\t\tlet url = \"project/Get_ProjectInventory\";\n\t\t\t\n\t\t\tlet param = {\n\t\t\t\tfprojectcategory:that.project,\n\t\t\t\tfuserid: uni.getStorageSync(\"userid\"),\n\t\t\t\tfprojectid:'',\n\t\t\t\trole:uni.getStorageSync(\"role\"),\n\t\t\t}\n\t\t\t console.log('8877665544',param)\n\t\t\tapp.post(url, param, 'get').then(r => {\n\t\t\t\tconsole.log(r)\n\t\t\t\t // console.log('数组',JSON.stringify(r.data));\n\t\t\t\tthat.zixunlist = r.data;\n\t\t\t\tthat.querylist = r.data;\n\t\t\t}).catch(err => {\n\t\t\t\tconsole.log(err)\n\t\t\t})\n\t\t},\n\t\t// 查看\n\t\tsee(item){\n\t\t\t let newitem=JSON.stringify(item);\n\t\t\t// console.log(newitem)\n\t\t\tuni.navigateTo({\n\t\t\t\turl:'/pages/projectziliao/projectziliao?item='+newitem\n\t\t\t})\n\t\t\t\n\t\t},\n\t\tenterxiangmu(e) {\n\t\t\tconsole.log(e)\n\t\t\tthis.keyword = e.target.value;\n\n\t\t},\n\t\t// 经办人\n\t\tjingban(item){\n\t\t\tlet newitem=JSON.stringify(item)\n\t\t\tuni.navigateTo({\n\t\t\t\turl:'/pages/examinejingban/examinejingban?item='+newitem\n\t\t\t})\n\t\t},\n\t\t// 评审报告\n\t\tpingshen(item){\n\t\t\tlet newitem=JSON.stringify(item)\n\t\t\tuni.navigateTo({\n\t\t\t\turl:'/pages/reviewreport/reviewreport?item='+newitem\n\t\t\t})\n\t\t},\n\t\t// 合同发票确认\n\t\tconcatsure(item){\n\t\t\tlet newitem=JSON.stringify(item)\n\t\t\tuni.navigateTo({\n\t\t\t\turl:'/pages/concat/concat?item='+newitem\n\t\t\t})\n\t\t},\t\n\t\tchaxun() {\n\t\t\tif (this.keyword == '') {\n\t\t\t\tthis.getbudgetlist();\n\t\t\t} else {\n\t\t\t\tconsole.log(9988776655)\n\t\t\t\tlet newxiangmuarr = [];\n\t\t\t\tlet newzixunlist = this.querylist;\n\t\t\t\tlet name = [];\n\t\t\t\tfor (var obj of newzixunlist) {\n\t\t\t\t\t\n\t\t\t\t\tname.push(obj.fname);\n\t\t\t\t}\n\t\t\t\t console.log('名称', name)\n\t\t\t\tfor (var i = 0; i < newzixunlist.length; i++) {\n\t\t\t\t\tfor (var j = 0; j < name.length; j++) {\n\n\t\t\t\t\t\tif (name[j].indexOf(this.keyword) >= 0) {\n\t\t\t\t\t\t\tif (j == i) {\n\t\t\t\t\t\t\t\tnewxiangmuarr.push(newzixunlist[i])\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t// console.log(9999)\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tconsole.log('9999000777', newxiangmuarr);\n\t\t\t\tthis.zixunlist = newxiangmuarr;\n\t\t\t}\n\t\t}\n\n\t},\n\tonShow:function(){\n\t\tthis.getbudgetlist();\n\t}\n\n}\n","import mod from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\mini-css-extract-plugin\\\\dist\\\\loader.js??ref--6-oneOf-1-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\css-loader\\\\dist\\\\cjs.js??ref--6-oneOf-1-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\stylePostLoader.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--6-oneOf-1-2!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\postcss-loader\\\\src\\\\index.js??ref--6-oneOf-1-3!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./budgetshenhe.vue?vue&type=style&index=0&lang=css&\"; export default mod; export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\mini-css-extract-plugin\\\\dist\\\\loader.js??ref--6-oneOf-1-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\css-loader\\\\dist\\\\cjs.js??ref--6-oneOf-1-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\stylePostLoader.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--6-oneOf-1-2!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\postcss-loader\\\\src\\\\index.js??ref--6-oneOf-1-3!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./budgetshenhe.vue?vue&type=style&index=0&lang=css&\"","// extracted by mini-css-extract-plugin\n if(module.hot) {\n // 1587698424556\n var cssReload = require(\"F:/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/hmr/hotModuleReplacement.js\")(module.id, {\"hmr\":true,\"publicPath\":\"../../\",\"locals\":false});\n module.hot.dispose(cssReload);\n module.hot.accept(undefined, cssReload);\n }\n ","import mod from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\mini-css-extract-plugin\\\\dist\\\\loader.js??ref--6-oneOf-1-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\css-loader\\\\dist\\\\cjs.js??ref--6-oneOf-1-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\stylePostLoader.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--6-oneOf-1-2!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\postcss-loader\\\\src\\\\index.js??ref--6-oneOf-1-3!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./App.vue?vue&type=style&index=0&lang=css&\"; export default mod; export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\mini-css-extract-plugin\\\\dist\\\\loader.js??ref--6-oneOf-1-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\css-loader\\\\dist\\\\cjs.js??ref--6-oneOf-1-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\stylePostLoader.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--6-oneOf-1-2!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\postcss-loader\\\\src\\\\index.js??ref--6-oneOf-1-3!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./App.vue?vue&type=style&index=0&lang=css&\"","// extracted by mini-css-extract-plugin\n if(module.hot) {\n // 1587698424531\n var cssReload = require(\"F:/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/hmr/hotModuleReplacement.js\")(module.id, {\"hmr\":true,\"publicPath\":\"../../\",\"locals\":false});\n module.hot.dispose(cssReload);\n module.hot.accept(undefined, cssReload);\n }\n ","var render, staticRenderFns, recyclableRender, components\nvar renderjs\nimport script from \"./App.vue?vue&type=script&lang=js&\"\nexport * from \"./App.vue?vue&type=script&lang=js&\"\nimport style0 from \"./App.vue?vue&type=style&index=0&lang=css&\"\n\n\n/* normalize component */\nimport normalizer from \"!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\runtime\\\\componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null,\n false,\n components,\n renderjs\n)\n\ncomponent.options.__file = \"G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue\"\nexport default component.exports"],"sourceRoot":""}  
  1 +{"version":3,"sources":["webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue?d032","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/main.js","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/budgetshenhe/budgetshenhe.vue?2359","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/budgetshenhe/budgetshenhe.vue?9894","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/budgetshenhe/budgetshenhe.vue?7c6b","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/budgetshenhe/budgetshenhe.vue?a654","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/budgetshenhe/budgetshenhe.vue","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/budgetshenhe/budgetshenhe.vue?e5d6","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/budgetshenhe/budgetshenhe.vue?579a","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue?7f10","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue?431f","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue?1912"],"names":["createPage","Page","onLaunch","console","log","onShow","onHide","post","url","data","method","promise","Promise","resolve","reject","that","token","uni","getStorageSync","header","postData","request","globalData","baseUrl","success","res","statusCode","fail","e","wx","hideNavigationBarLoading","complete","daa","userInfo","zixunlist","keyword","querylist","type","showhide","onLoad","options","JSON","stringify","Number","setNavigationBarTitle","title","project","methods","xiangmuzufen","item","newitem","finorgid","fprojectid","navigateTo","question","questionid","setStorageSync","getbudgetlist","param","fprojectcategory","fuserid","role","app","then","r","catch","err","see","enterxiangmu","target","value","jingban","pingshen","concatsure","chaxun","newxiangmuarr","newzixunlist","name","obj","push","fname","i","length","j","indexOf"],"mappings":"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","file":"pages/budgetshenhe/budgetshenhe.js","sourcesContent":["import mod from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\babel-loader\\\\lib\\\\index.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--12-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\script.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./App.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\babel-loader\\\\lib\\\\index.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--12-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\script.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./App.vue?vue&type=script&lang=js&\"","import 'uni-pages';import '@dcloudio/uni-stat';\nimport Vue from 'vue'\nimport Page from './pages/budgetshenhe/budgetshenhe.vue'\ncreatePage(Page)","import { render, staticRenderFns, recyclableRender, components } from \"./budgetshenhe.vue?vue&type=template&id=1d65d1ed&\"\nvar renderjs\nimport script from \"./budgetshenhe.vue?vue&type=script&lang=js&\"\nexport * from \"./budgetshenhe.vue?vue&type=script&lang=js&\"\nimport style0 from \"./budgetshenhe.vue?vue&type=style&index=0&lang=css&\"\n\n\n/* normalize component */\nimport normalizer from \"!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\runtime\\\\componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null,\n false,\n components,\n renderjs\n)\n\ncomponent.options.__file = \"G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/budgetshenhe/budgetshenhe.vue\"\nexport default component.exports","\nexport default {\n\tonLaunch: function() {\n\t\tconsole.log('App Launch')\n\t\t// plus.screen.lockOrientation('portrait-primary');\n\t},\n\tonShow: function() {\n\n\t\tconsole.log('App Show')\n\t},\n\tonHide: function() {\n\t\tconsole.log('App Hide')\n\t},\n\tpost: function(url, data, method) {\n\n\t\t// (showLoad == undefined || showLoad) ?\n\t\t// wx.showLoading({\n\t\t// title: '加载中',\n\t\t// }) : ''\n\t\t// wx.showNavigationBarLoading()\n\t\tvar promise = new Promise((resolve, reject) => {\n\t\t\t//init\n\t\t\tlet that = this,\n\t\t\t\ttoken = uni.getStorageSync('token'),\n\t\t\t\theader = {\n\t\t\t\t\ttoken: token || ''\n\t\t\t\t},\n\t\t\t\tpostData;\n\n\t\t\t// console.log(token,\"token\")\n\t\t\t//网络请求 \n\t\t\tuni.request({\n\t\t\t\turl: this.globalData.baseUrl + url,\n\t\t\t\tdata: data,\n\t\t\t\tmethod: method,\n\t\t\t\theader: header,\n\t\t\t\tsuccess: function(res) {\n\t\t\t\t\t// console.log(res)//返回取得的数据\n\t\t\t\t\t// console.log(res)\n\t\t\t\t\tif (res.statusCode == 200) {\n\t\t\t\t\t\tresolve(res);\n\t\t\t\t\t} else {\n\t\t\t\t\t\t// uni.showToast({\n\t\t\t\t\t\t// \ttitle: res.data.msg,\n\t\t\t\t\t\t// \ticon: 'none',\n\t\t\t\t\t\t// })\n\t\t\t\t\t\treject(res.data)\n\t\t\t\t\t\t// if (res.data.code == '401') {}\n\t\t\t\t\t}\n\t\t\t\t\t// (showLoad || showLoad == undefined) ? wx.hideLoading(): \"\";\n\t\t\t\t\t// wx.hideNavigationBarLoading()\n\t\t\t\t},\n\t\t\t\tfail: function(e) {\n\t\t\t\t\tconsole.log(e)\n\t\t\t\t\treject('网络出错');\n\t\t\t\t\t// (showLoad || showLoad == undefined) ? wx.hideLoading() : \"\";\n\t\t\t\t\twx.hideNavigationBarLoading()\n\t\t\t\t},\n\t\t\t\tcomplete: function(daa) {\n\t\t\t\t\t// console.log(daa)\n\t\t\t\t}\n\t\t\t})\n\t\t});\n\t\treturn promise;\n\t},\n\tglobalData: {\n\t\tuserInfo: null,\n\t\t// baseUrl: 'http://icrgangjuren.w.brotop.cn/'\n\t\tbaseUrl: 'https://www.bjzha.net/api/'\n\t}\n}\n","export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\templateLoader.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--16-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\template.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-uni-app-loader\\\\page-meta.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./budgetshenhe.vue?vue&type=template&id=1d65d1ed&\"","var components\nvar render = function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n}\nvar recyclableRender = false\nvar staticRenderFns = []\nrender._withStripped = true\n\nexport { render, staticRenderFns, recyclableRender, components }","import mod from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\babel-loader\\\\lib\\\\index.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--12-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\script.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./budgetshenhe.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\babel-loader\\\\lib\\\\index.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--12-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\script.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./budgetshenhe.vue?vue&type=script&lang=js&\"","//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n\nimport app from \"../../App.vue\";\nexport default {\n\tdata() {\n\t\treturn {\n\t\t\tzixunlist: [],\n\t\t\tkeyword: '',\n\t\t\tquerylist: [],\n\t\t\ttype:'',\n\t\t\tshowhide:''\n\t\t}\n\t},\n\tonLoad(options) {\n\t\t\tthis.showhide = uni.getStorageSync(\"showhide\");\n\t\t\tconsole.log('4389489',JSON.stringify(this.showhide))\n\t\tthis.type=options.type;\n\t\tthis.type=Number(this.type)\n\t\tswitch(this.type){\n\t\t\tcase 1:\n\t\t\tconsole.log(this.type)\n\t\t\tuni.setNavigationBarTitle({\n\t\t\t  title:'预算项目审核'\n\t\t\t})\n\t\t\tthis.project='prj_toaudit_budget'\n\t\t\tbreak;\n\t\t\tcase 2:\n\t\t\tconsole.log(this.type)\n\t\t\tuni.setNavigationBarTitle({\n\t\t\t  title:'结算项目审核'\n\t\t\t})\n\t\t\tthis.project='prj_toaudit_settlement'\n\t\t\tbreak;\n\t\t\tcase 3:\n\t\t\tuni.setNavigationBarTitle({\n\t\t\t  title:'决算项目审核'\n\t\t\t})\n\t\t\tthis.project='prj_toaudit_change'\n\t\t\tbreak;\n\t\t\tcase 4:\n\t\t\tuni.setNavigationBarTitle({\n\t\t\t  title:'土地成本项目审核'\n\t\t\t})\n\t\t\tthis.project='prj_toaudit_land'\n\t\t\tbreak;\n\t\t}\n\t},\n\tmethods: {\n\t\t// 项目组分配\n\t\txiangmuzufen(item) {\n\t\t\t// let item = e.currentTarget.dataset.item;\n\t\t\t let newitem = JSON.stringify(item)\n\t\t\tconsole.log(item)\n\t\t\tlet finorgid = item.finorgid;\n\t\t\tlet fprojectid = item.fprojectid;\n\n\t\t\tuni.navigateTo({\n\t\t\t\turl: '../zixunfenpei/zixunfenpei?item=' + newitem\n\t\t\t})\n\t\t},\n\t\t\n\t\tquestion(item){\n\t\t\tconsole.log(item)\n\t\t\tlet questionid=item.fprojectid\n\t\t\tuni.setStorageSync(\"questionid\",questionid)\n\t\t\tuni.navigateTo({\n\t\t\t\turl:'/pages/question/question?quesprojectid='+questionid\n\t\t\t})\n\t\t},\n\t\tgetbudgetlist() {\n\t\t\tlet that = this;\n\t\t\tlet url = \"project/Get_ProjectInventory\";\n\t\t\t\n\t\t\tlet param = {\n\t\t\t\tfprojectcategory:that.project,\n\t\t\t\tfuserid: uni.getStorageSync(\"userid\"),\n\t\t\t\tfprojectid:'',\n\t\t\t\trole:uni.getStorageSync(\"role\"),\n\t\t\t}\n\t\t\t console.log('8877665544',param)\n\t\t\tapp.post(url, param, 'get').then(r => {\n\t\t\t\tconsole.log(r)\n\t\t\t\t // console.log('数组',JSON.stringify(r.data));\n\t\t\t\tthat.zixunlist = r.data;\n\t\t\t\tthat.querylist = r.data;\n\t\t\t}).catch(err => {\n\t\t\t\tconsole.log(err)\n\t\t\t})\n\t\t},\n\t\t// 查看\n\t\tsee(item){\n\t\t\t let newitem=JSON.stringify(item);\n\t\t\t// console.log(newitem)\n\t\t\tuni.navigateTo({\n\t\t\t\turl:'/pages/projectziliao/projectziliao?item='+newitem\n\t\t\t})\n\t\t\t\n\t\t},\n\t\tenterxiangmu(e) {\n\t\t\tconsole.log(e)\n\t\t\tthis.keyword = e.target.value;\n\n\t\t},\n\t\t// 经办人\n\t\tjingban(item){\n\t\t\tlet newitem=JSON.stringify(item)\n\t\t\tuni.navigateTo({\n\t\t\t\turl:'/pages/examinejingban/examinejingban?item='+newitem\n\t\t\t})\n\t\t},\n\t\t// 评审报告\n\t\tpingshen(item){\n\t\t\tlet newitem=JSON.stringify(item)\n\t\t\tuni.navigateTo({\n\t\t\t\turl:'/pages/reviewreport/reviewreport?item='+newitem\n\t\t\t})\n\t\t},\n\t\t// 合同发票确认\n\t\tconcatsure(item){\n\t\t\tlet newitem=JSON.stringify(item)\n\t\t\tuni.navigateTo({\n\t\t\t\turl:'/pages/concat/concat?item='+newitem\n\t\t\t})\n\t\t},\t\n\t\tchaxun() {\n\t\t\tif (this.keyword == '') {\n\t\t\t\tthis.getbudgetlist();\n\t\t\t} else {\n\t\t\t\tconsole.log(9988776655)\n\t\t\t\tlet newxiangmuarr = [];\n\t\t\t\tlet newzixunlist = this.querylist;\n\t\t\t\tlet name = [];\n\t\t\t\tfor (var obj of newzixunlist) {\n\t\t\t\t\t\n\t\t\t\t\tname.push(obj.fname);\n\t\t\t\t}\n\t\t\t\t console.log('名称', name)\n\t\t\t\tfor (var i = 0; i < newzixunlist.length; i++) {\n\t\t\t\t\tfor (var j = 0; j < name.length; j++) {\n\n\t\t\t\t\t\tif (name[j].indexOf(this.keyword) >= 0) {\n\t\t\t\t\t\t\tif (j == i) {\n\t\t\t\t\t\t\t\tnewxiangmuarr.push(newzixunlist[i])\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t// console.log(9999)\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tconsole.log('9999000777', newxiangmuarr);\n\t\t\t\tthis.zixunlist = newxiangmuarr;\n\t\t\t}\n\t\t}\n\n\t},\n\tonShow:function(){\n\t\tthis.getbudgetlist();\n\t}\n\n}\n","import mod from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\mini-css-extract-plugin\\\\dist\\\\loader.js??ref--6-oneOf-1-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\css-loader\\\\dist\\\\cjs.js??ref--6-oneOf-1-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\stylePostLoader.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--6-oneOf-1-2!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\postcss-loader\\\\src\\\\index.js??ref--6-oneOf-1-3!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./budgetshenhe.vue?vue&type=style&index=0&lang=css&\"; export default mod; export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\mini-css-extract-plugin\\\\dist\\\\loader.js??ref--6-oneOf-1-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\css-loader\\\\dist\\\\cjs.js??ref--6-oneOf-1-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\stylePostLoader.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--6-oneOf-1-2!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\postcss-loader\\\\src\\\\index.js??ref--6-oneOf-1-3!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./budgetshenhe.vue?vue&type=style&index=0&lang=css&\"","// extracted by mini-css-extract-plugin\n if(module.hot) {\n // 1589774460942\n var cssReload = require(\"F:/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/hmr/hotModuleReplacement.js\")(module.id, {\"hmr\":true,\"publicPath\":\"../../\",\"locals\":false});\n module.hot.dispose(cssReload);\n module.hot.accept(undefined, cssReload);\n }\n ","import mod from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\mini-css-extract-plugin\\\\dist\\\\loader.js??ref--6-oneOf-1-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\css-loader\\\\dist\\\\cjs.js??ref--6-oneOf-1-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\stylePostLoader.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--6-oneOf-1-2!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\postcss-loader\\\\src\\\\index.js??ref--6-oneOf-1-3!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./App.vue?vue&type=style&index=0&lang=css&\"; export default mod; export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\mini-css-extract-plugin\\\\dist\\\\loader.js??ref--6-oneOf-1-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\css-loader\\\\dist\\\\cjs.js??ref--6-oneOf-1-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\stylePostLoader.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--6-oneOf-1-2!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\postcss-loader\\\\src\\\\index.js??ref--6-oneOf-1-3!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./App.vue?vue&type=style&index=0&lang=css&\"","// extracted by mini-css-extract-plugin\n if(module.hot) {\n // 1589774460911\n var cssReload = require(\"F:/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/hmr/hotModuleReplacement.js\")(module.id, {\"hmr\":true,\"publicPath\":\"../../\",\"locals\":false});\n module.hot.dispose(cssReload);\n module.hot.accept(undefined, cssReload);\n }\n ","var render, staticRenderFns, recyclableRender, components\nvar renderjs\nimport script from \"./App.vue?vue&type=script&lang=js&\"\nexport * from \"./App.vue?vue&type=script&lang=js&\"\nimport style0 from \"./App.vue?vue&type=style&index=0&lang=css&\"\n\n\n/* normalize component */\nimport normalizer from \"!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\runtime\\\\componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null,\n false,\n components,\n renderjs\n)\n\ncomponent.options.__file = \"G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue\"\nexport default component.exports"],"sourceRoot":""}
1 -{"version":3,"sources":["webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue?1912","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue?d032","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue?7f10","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue?431f","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/main.js","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/concat/concat.vue?6235","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/concat/concat.vue?98c5","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/concat/concat.vue?1093","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/concat/concat.vue?db30","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/concat/concat.vue","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/concat/concat.vue?1214","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/concat/concat.vue?943f","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/concat/concat.vue?34d8","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/concat/concat.vue?36ef"],"names":["onLaunch","console","log","onShow","onHide","post","url","data","method","promise","Promise","resolve","reject","that","token","uni","getStorageSync","header","postData","request","globalData","baseUrl","success","res","statusCode","fail","e","wx","hideNavigationBarLoading","complete","daa","userInfo","createPage","Page","finorgid","finid","item","detaildata","projectarr","index","projectid","fprjleader","fprjleadertwo","fname","showhide","receive","onLoad","options","helper","change","JSON","parse","newitem","ftoauditamt","fservicestatus","getprojectkind","unction","methods","isreceive","currentTarget","dataset","id","downloadconcat","file","fauditfile","fauditfile_txt","param","app","then","r","singgleurl","urlk","env","USER_DATA_PATH","downloadFile","manage","getFileSystemManager","saveFile","tempFilePath","filePath","openDocument","catch","err","downloadfa","ffapiaofile","ffapiaofile_txt","detail","fprojectid","ftaskprocess","obj","fid","bindPickerChange","target","value","submit","showToast","title","icon","userid","role","fdisid","freporttatus","mailstatus","message","setTimeout","navigateBack","checked","changestate","params","disid"],"mappings":"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","file":"pages/concat/concat.js","sourcesContent":["var render, staticRenderFns, recyclableRender, components\nvar renderjs\nimport script from \"./App.vue?vue&type=script&lang=js&\"\nexport * from \"./App.vue?vue&type=script&lang=js&\"\nimport style0 from \"./App.vue?vue&type=style&index=0&lang=css&\"\n\n\n/* normalize component */\nimport normalizer from \"!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\runtime\\\\componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null,\n false,\n components,\n renderjs\n)\n\ncomponent.options.__file = \"G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue\"\nexport default component.exports","import mod from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\babel-loader\\\\lib\\\\index.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--12-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\script.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./App.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\babel-loader\\\\lib\\\\index.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--12-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\script.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./App.vue?vue&type=script&lang=js&\"","\nexport default {\n\tonLaunch: function() {\n\t\tconsole.log('App Launch')\n\t\t// plus.screen.lockOrientation('portrait-primary');\n\t},\n\tonShow: function() {\n\n\t\tconsole.log('App Show')\n\t},\n\tonHide: function() {\n\t\tconsole.log('App Hide')\n\t},\n\tpost: function(url, data, method) {\n\n\t\t// (showLoad == undefined || showLoad) ?\n\t\t// wx.showLoading({\n\t\t// title: '加载中',\n\t\t// }) : ''\n\t\t// wx.showNavigationBarLoading()\n\t\tvar promise = new Promise((resolve, reject) => {\n\t\t\t//init\n\t\t\tlet that = this,\n\t\t\t\ttoken = uni.getStorageSync('token'),\n\t\t\t\theader = {\n\t\t\t\t\ttoken: token || ''\n\t\t\t\t},\n\t\t\t\tpostData;\n\n\t\t\t// console.log(token,\"token\")\n\t\t\t//网络请求 \n\t\t\tuni.request({\n\t\t\t\turl: this.globalData.baseUrl + url,\n\t\t\t\tdata: data,\n\t\t\t\tmethod: method,\n\t\t\t\theader: header,\n\t\t\t\tsuccess: function(res) {\n\t\t\t\t\t// console.log(res)//返回取得的数据\n\t\t\t\t\t// console.log(res)\n\t\t\t\t\tif (res.statusCode == 200) {\n\t\t\t\t\t\tresolve(res);\n\t\t\t\t\t} else {\n\t\t\t\t\t\t// uni.showToast({\n\t\t\t\t\t\t// \ttitle: res.data.msg,\n\t\t\t\t\t\t// \ticon: 'none',\n\t\t\t\t\t\t// })\n\t\t\t\t\t\treject(res.data)\n\t\t\t\t\t\t// if (res.data.code == '401') {}\n\t\t\t\t\t}\n\t\t\t\t\t// (showLoad || showLoad == undefined) ? wx.hideLoading(): \"\";\n\t\t\t\t\t// wx.hideNavigationBarLoading()\n\t\t\t\t},\n\t\t\t\tfail: function(e) {\n\t\t\t\t\tconsole.log(e)\n\t\t\t\t\treject('网络出错');\n\t\t\t\t\t// (showLoad || showLoad == undefined) ? wx.hideLoading() : \"\";\n\t\t\t\t\twx.hideNavigationBarLoading()\n\t\t\t\t},\n\t\t\t\tcomplete: function(daa) {\n\t\t\t\t\t// console.log(daa)\n\t\t\t\t}\n\t\t\t})\n\t\t});\n\t\treturn promise;\n\t},\n\tglobalData: {\n\t\tuserInfo: null,\n\t\t// baseUrl: 'http://icrgangjuren.w.brotop.cn/'\n\t\tbaseUrl: 'https://www.bjzha.net/api/'\n\t}\n}\n","import mod from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\mini-css-extract-plugin\\\\dist\\\\loader.js??ref--6-oneOf-1-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\css-loader\\\\dist\\\\cjs.js??ref--6-oneOf-1-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\stylePostLoader.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--6-oneOf-1-2!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\postcss-loader\\\\src\\\\index.js??ref--6-oneOf-1-3!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./App.vue?vue&type=style&index=0&lang=css&\"; export default mod; export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\mini-css-extract-plugin\\\\dist\\\\loader.js??ref--6-oneOf-1-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\css-loader\\\\dist\\\\cjs.js??ref--6-oneOf-1-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\stylePostLoader.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--6-oneOf-1-2!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\postcss-loader\\\\src\\\\index.js??ref--6-oneOf-1-3!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./App.vue?vue&type=style&index=0&lang=css&\"","// extracted by mini-css-extract-plugin\n if(module.hot) {\n // 1587698424531\n var cssReload = require(\"F:/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/hmr/hotModuleReplacement.js\")(module.id, {\"hmr\":true,\"publicPath\":\"../../\",\"locals\":false});\n module.hot.dispose(cssReload);\n module.hot.accept(undefined, cssReload);\n }\n ","import 'uni-pages';import '@dcloudio/uni-stat';\nimport Vue from 'vue'\nimport Page from './pages/concat/concat.vue'\ncreatePage(Page)","import { render, staticRenderFns, recyclableRender, components } from \"./concat.vue?vue&type=template&id=6a5658a6&\"\nvar renderjs\nimport script from \"./concat.vue?vue&type=script&lang=js&\"\nexport * from \"./concat.vue?vue&type=script&lang=js&\"\nimport style0 from \"./concat.vue?vue&type=style&index=0&lang=css&\"\nimport style1 from \"./concat.vue?vue&type=style&index=1&lang=css&\"\n\n\n/* normalize component */\nimport normalizer from \"!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\runtime\\\\componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null,\n false,\n components,\n renderjs\n)\n\ncomponent.options.__file = \"G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/concat/concat.vue\"\nexport default component.exports","export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\templateLoader.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--16-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\template.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-uni-app-loader\\\\page-meta.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./concat.vue?vue&type=template&id=6a5658a6&\"","var components\nvar render = function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n}\nvar recyclableRender = false\nvar staticRenderFns = []\nrender._withStripped = true\n\nexport { render, staticRenderFns, recyclableRender, components }","import mod from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\babel-loader\\\\lib\\\\index.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--12-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\script.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./concat.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\babel-loader\\\\lib\\\\index.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--12-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\script.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./concat.vue?vue&type=script&lang=js&\"","//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n\nimport app from \"../../App.vue\";\nimport helper from '../../common/help.js';\n\n\nexport default {\n\tdata() {\n\t\treturn {\n\t\t\tfinorgid: '',\n\t\t\tfinid: '',\n\t\t\titem: '',\n\t\t\tdetaildata: '',\n\t\t\tprojectarr: [],\n\t\t\tindex: 0,\n\t\t\tprojectid: '',\n\t\t\tfprjleader: '',\n\t\t\tfprjleadertwo: '',\n\t\t\tfname: '',\n\t\t\tshowhide: '',\n\t\t\treceive:-1\n\n\t\t}\n\t},\n\tonLoad(options) {\n\t\tconsole.log(options.item)\n\t\tconsole.log(helper.change(12345))\n\n\t\tthis.item = JSON.parse(options.item);\n\t\tconsole.log(this.item)\n\t\tlet newitem = this.item;\n\t\tnewitem.ftoauditamt = helper.change(newitem.ftoauditamt);\n\t\tthis.item = newitem\n\t\tif(this.item.fservicestatus=='已确认'){\n\t\t\tthis.receive=0\n\t\t}else{\n\t\t\tthis.receive=1\n\t\t}\n\t\t// this.detail();\n\t\t// this.finid=item.finid;\n\t\t// this.finorgid=item.finorgid;\n\n\t\t// 显示项目组\n\t\tthis.getprojectkind();\n\t\tconsole.log(helper.unction(45622111))\n\n\t\t// 获取台账列表\n\t},\n\tonShow() {\n\t\tthis.showhide = uni.getStorageSync(\"showhide\");\n\n\t},\n\tmethods: {\n\t\t\n\t\t// 是否接受\n\t\tisreceive(e){\n\t\t\tconsole.log(e)\n\t\t\n\t\t\tconsole.log(e.currentTarget.dataset.id)\n\t\t\tthis.receive=e.currentTarget.dataset.id;\n\t\t\tconsole.log(this.receive)\n\t\t},\n\t\t\n\t\t// 下载合同\n\t\t\n\t\tdownloadconcat(file){\n\t\t\tlet that = this;\n\t\t\tconsole.log(item)\n\t\t\tlet fauditfile = item.fauditfile; //评审报告id\n\t\t\tlet fauditfile_txt = item.fauditfile_txt //评审报告文字\n\t\t\t\n\t\t\tlet url = \"project/Select_FileInfo\";\n\t\t\tlet param = {}\n\t\t\tapp.post(url, param, 'get').then(r => {\n\t\t\t\tconsole.log('下载文件', r)\n\t\t\t\tthat.singgleurl = r.data[0].file\n\t\t\t\t let urlk = r.data[0].file + '?fileId=' + fauditfile;\n\t\t\t\t// let url = 'http://39.105.61.115:8001/FileInfo/GetFile?fileId=4759b12f38ba6bdb71586065c64c42c5'\n\t\t\t\tconsole.log(wx.env.USER_DATA_PATH + \"/\" + fauditfile_txt)\n\t\t\t\tuni.downloadFile({\n\t\t\t\t\t\t//let urlk: 'http://39.105.61.115:8001/FileInfo/GetFile?fileId=4759b12f38ba6bdb71586065c64c42c5',\n\t\t\t\t\t\turl:urlk,\n\t\t\t\t\t\theader: {\n\t\t\t\t\t\t\t// 'Content-Type':'application/doc'\n\t\t\t\t\t\t},\n\t\t\t\t\t\tsuccess: function(res) {},\n\t\t\t\t\t\tfail: function(res) {},\n\t\t\t\t\t\tcomplete: function(res) {\n\t\t\t\t\t\t\tconsole.log(res)\n\t\t\t\t\t\t\tconst manage = wx.getFileSystemManager();\n\t\t\t\t\t\t\tif (res.statusCode === 200) { \n\t\t\t\t\t\t\t\tmanage.saveFile({\n\t\t\t\t\t\t\t\t\ttempFilePath: res.tempFilePath,\n\t\t\t\t\t\t\t\t\tfilePath: wx.env.USER_DATA_PATH + \"/\" + fauditfile_txt,\n\t\t\t\t\t\t\t\t\tsuccess: function(res) {\n\t\t\t\t\t\t\t\t\t\tconsole.log(res)\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t});\n\t\t\t\t\t\t\t\t// 打开文档\n\t\t\t\t\t\t\t\tuni.openDocument({\n\t\t\t\t\t\t\t\t\tfilePath: wx.env.USER_DATA_PATH + \"/\" + fauditfile_txt,\n\t\t\t\t\t\t\t\t\tsuccess: function(res) {\n\t\t\t\t\t\t\t\t\t\tconsole.log('打开文档成功')\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tfail: function() {\n\t\t\t\t\t\t\t\t\t\tconsole.log('打开失败');\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t})\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t})\n\t\t\t}).catch(err => {\n\t\t\t\tconsole.log(err)\n\t\t\t})\n\t\t},\n\t\t// 下载发票\n\t\tdownloadfa(file){\n\t\t\tlet that = this;\n\t\t\tconsole.log(item)\n\t\t\tlet ffapiaofile = item.ffapiaofile; //评审报告id\n\t\t\tlet ffapiaofile_txt = item.ffapiaofile_txt //评审报告文字\n\t\t\t\n\t\t\tlet url = \"project/Select_FileInfo\";\n\t\t\tlet param = {}\n\t\t\tapp.post(url, param, 'get').then(r => {\n\t\t\t\tconsole.log('下载文件', r)\n\t\t\t\tthat.singgleurl = r.data[0].file\n\t\t\t\t let urlk = r.data[0].file + '?fileId=' + ffapiaofile;\n\t\t\t\t// let url = 'http://39.105.61.115:8001/FileInfo/GetFile?fileId=4759b12f38ba6bdb71586065c64c42c5'\n\t\t\t\tconsole.log(wx.env.USER_DATA_PATH + \"/\" + ffapiaofile_txt)\n\t\t\t\tuni.downloadFile({\n\t\t\t\t\t\t//let urlk: 'http://39.105.61.115:8001/FileInfo/GetFile?fileId=4759b12f38ba6bdb71586065c64c42c5',\n\t\t\t\t\t\turl:urlk,\n\t\t\t\t\t\theader: {\n\t\t\t\t\t\t\t// 'Content-Type':'application/doc'\n\t\t\t\t\t\t},\n\t\t\t\t\t\tsuccess: function(res) {},\n\t\t\t\t\t\tfail: function(res) {},\n\t\t\t\t\t\tcomplete: function(res) {\n\t\t\t\t\t\t\tconsole.log(res)\n\t\t\t\t\t\t\tconst manage = wx.getFileSystemManager();\n\t\t\t\t\t\t\tif (res.statusCode === 200) { \n\t\t\t\t\t\t\t\tmanage.saveFile({\n\t\t\t\t\t\t\t\t\ttempFilePath: res.tempFilePath,\n\t\t\t\t\t\t\t\t\tfilePath: wx.env.USER_DATA_PATH + \"/\" + ffapiaofile_txt,\n\t\t\t\t\t\t\t\t\tsuccess: function(res) {\n\t\t\t\t\t\t\t\t\t\tconsole.log(res)\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t});\n\t\t\t\t\t\t\t\t// 打开文档\n\t\t\t\t\t\t\t\tuni.openDocument({\n\t\t\t\t\t\t\t\t\tfilePath: wx.env.USER_DATA_PATH + \"/\" + ffapiaofile_txt,\n\t\t\t\t\t\t\t\t\tsuccess: function(res) {\n\t\t\t\t\t\t\t\t\t\tconsole.log('打开文档成功')\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tfail: function() {\n\t\t\t\t\t\t\t\t\t\tconsole.log('打开失败');\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t})\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t})\n\t\t\t}).catch(err => {\n\t\t\t\tconsole.log(err)\n\t\t\t})\n\t\t},\n\n\t\tdetail() {\n\t\t\tlet that = this;\n\t\t\tlet url = \"project/Get_Disfteam\";\n\t\t\tlet param = {\n\t\t\t\tfinid: this.finorgid,\n\t\t\t\tfprojectid: this.item.projectid\n\t\t\t}\n\t\t\t// console.log('8877665544',param)\n\t\t\tapp.post(url, param, 'get').then(r => {\n\t\t\t\tconsole.log('分配信息', r);\n\t\t\t\tthat.detaildata = r.data[0];\n\n\t\t\t}).catch(err => {\n\t\t\t\tconsole.log(err)\n\t\t\t})\n\t\t},\n\n\t\t// 显示项目组\n\t\tgetprojectkind() {\n\t\t\tlet that = this;\n\t\t\tlet url = \"project/Get_Fteam\";\n\t\t\t// console.log('8877665544',param)\n\t\t\tapp.post(url, '', 'get').then(r => {\n\t\t\t\tconsole.log('获取项目组', r);\n\t\t\t\tthis.projectarr = r.data;\n\t\t\t\tif (that.item.ftaskprocess == '未分配') {\n\n\t\t\t\t\tthis.fprjleader = '';\n\t\t\t\t\tthis.fprjleadertwo = '';\n\t\t\t\t\tthis.fname = ''\n\t\t\t\t} else {\n\t\t\t\t\tfor (var obj of this.projectarr) {\n\t\t\t\t\t\tif (obj.fid == that.item.finorgid) {\n\t\t\t\t\t\t\tthis.fprjleader = obj.fprjleader;\n\t\t\t\t\t\t\tthis.fprjleadertwo = obj.fprjleadertwo;\n\t\t\t\t\t\t\tthis.fname = obj.fname;\n\t\t\t\t\t\t\tthis.finorgid = obj.fid\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tthis.detail()\n\n\t\t\t\t}\n\n\t\t\t\t// this.projectid=r.data[0].fid;\n\t\t\t\t// this.fprjleader=r.data[0].fprjleader;\n\t\t\t\t// this.fprjleadertwo=r.data[0].fprjleadertwo;\n\n\t\t\t}).catch(err => {\n\t\t\t\tconsole.log(err)\n\t\t\t})\n\t\t},\n\n\t\tbindPickerChange: function(e) {\n\t\t\tconsole.log('picker发送选择改变,携带值为', e.target.value)\n\t\t\tthis.index = e.target.value;\n\t\t\tthis.fname = this.projectarr[e.target.value].fname\n\t\t\tthis.finorgid = this.projectarr[e.target.value].fid;\n\t\t\tthis.fprjleader = this.projectarr[e.target.value].fprjleader;\n\t\t\tthis.fprjleadertwo = this.projectarr[e.target.value].fprjleadertwo;\n\t\t\tthis.detail()\n\t\t\t// this.detail();\n\t\t\t// this.danweiname = this.danweilist[e.target.value].fname;\n\t\t\t// this.fuzepeople = this.danweilist[e.target.value].fauthorizeman;\n\t\t\t// this.fuzephone = this.danweilist[e.target.value].fauthphone;\n\t\t},\n\t\t// 提交信息\n\t\tsubmit() {\n\t\t\tlet that = this;\n\t\t\tif (that.receive == -1) {\n\t\t\t\tuni.showToast({\n\t\t\t\t\ttitle: \"选择邮寄情况\",\n\t\t\t\t\ticon: \"none\"\n\t\t\t\t})\n\n\t\t\t\treturn false\n\t\t\t}\n\t\t\tlet url = \"project/Save_Surveyconfirm\";\n\t\t\tlet param = {\n\t\t\t\tuserid: uni.getStorageSync(\"userid\"),\n\t\t\t\trole:uni.getStorageSync(\"role\"),\n\t\t\t\tfprojectid: that.item.fprojectid,\n\t\t\t\tfdisid: that.item.fdisid,\n\t\t\t\tfreporttatus:that.item.freporttatus,\n\t\t\t\tmailstatus:that.receive\n\t\t\t}\n\n\t\t\tconsole.log('8877665544', param)\n\t\t\tapp.post(url, param, 'get').then(r => {\n\t\t\t\tconsole.log(r);\n\t\t\t\tif (r.data[0].message == '提交成功') {\n\t\t\t\t\tuni.showToast({\n\t\t\t\t\t\ttitle: '提交成功',\n\t\t\t\t\t\ticon: \"none\"\n\t\t\t\t\t})\n\t\t\t\t\t\n\t\t\t\t\tsetTimeout(function() {\n\t\t\t\t\t\tuni.navigateBack({\n\t\t\t\t\t\t\tchecked: true\n\t\t\t\t\t\t})\n\t\t\t\t\t},1000)\n\t\t\t\t\t\n\t\t\t\t} else {\n\t\t\t\t\tuni.showToast({\n\t\t\t\t\t\ttitle: r.data[0].message,\n\t\t\t\t\t\ticon: \"none\"\n\t\t\t\t\t})\n\t\t\t\t\tsetTimeout(function() {\n\t\t\t\t\t\tuni.navigateBack({\n\t\t\t\t\t\t\tchecked: true\n\t\t\t\t\t\t})\n\t\t\t\t\t},1000)\n\t\t\t\t}\n\t\t\t\t\n\t\t\t}).catch(err => {\n\t\t\t\tconsole.log(err)\n\t\t\t})\n\t\t},\n\t\t// 修改待办事项的状态\n\t\tchangestate() {\n\t\t\tlet that = this;\n\t\t\tlet url = \"project/Get_Fteam\";\n\t\t\tlet params = {\n\t\t\t\tuserid: uni.getStorageSync(\"userid\"),\n\t\t\t\tfdisid: that.item.disid\n\t\t\t}\n\t\t\t// console.log('8877665544',param)\n\t\t\tapp.post(url, '', 'get').then(r => {\n\t\t\t\tconsole.log('修改状态', r);\n\t\t\t}).catch(err => {\n\t\t\t\tconsole.log(err)\n\t\t\t})\n\t\t}\n\n\n\t}\n\n}\n","import mod from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\mini-css-extract-plugin\\\\dist\\\\loader.js??ref--6-oneOf-1-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\css-loader\\\\dist\\\\cjs.js??ref--6-oneOf-1-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\stylePostLoader.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--6-oneOf-1-2!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\postcss-loader\\\\src\\\\index.js??ref--6-oneOf-1-3!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./concat.vue?vue&type=style&index=0&lang=css&\"; export default mod; export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\mini-css-extract-plugin\\\\dist\\\\loader.js??ref--6-oneOf-1-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\css-loader\\\\dist\\\\cjs.js??ref--6-oneOf-1-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\stylePostLoader.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--6-oneOf-1-2!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\postcss-loader\\\\src\\\\index.js??ref--6-oneOf-1-3!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./concat.vue?vue&type=style&index=0&lang=css&\"","// extracted by mini-css-extract-plugin\n if(module.hot) {\n // 1587698424580\n var cssReload = require(\"F:/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/hmr/hotModuleReplacement.js\")(module.id, {\"hmr\":true,\"publicPath\":\"../../\",\"locals\":false});\n module.hot.dispose(cssReload);\n module.hot.accept(undefined, cssReload);\n }\n ","import mod from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\mini-css-extract-plugin\\\\dist\\\\loader.js??ref--6-oneOf-1-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\css-loader\\\\dist\\\\cjs.js??ref--6-oneOf-1-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\stylePostLoader.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--6-oneOf-1-2!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\postcss-loader\\\\src\\\\index.js??ref--6-oneOf-1-3!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./concat.vue?vue&type=style&index=1&lang=css&\"; export default mod; export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\mini-css-extract-plugin\\\\dist\\\\loader.js??ref--6-oneOf-1-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\css-loader\\\\dist\\\\cjs.js??ref--6-oneOf-1-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\stylePostLoader.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--6-oneOf-1-2!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\postcss-loader\\\\src\\\\index.js??ref--6-oneOf-1-3!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./concat.vue?vue&type=style&index=1&lang=css&\"","// extracted by mini-css-extract-plugin\n if(module.hot) {\n // 1587698424575\n var cssReload = require(\"F:/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/hmr/hotModuleReplacement.js\")(module.id, {\"hmr\":true,\"publicPath\":\"../../\",\"locals\":false});\n module.hot.dispose(cssReload);\n module.hot.accept(undefined, cssReload);\n }\n "],"sourceRoot":""}  
  1 +{"version":3,"sources":["webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue?1912","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue?d032","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue?7f10","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue?431f","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/main.js","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/concat/concat.vue?6235","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/concat/concat.vue?98c5","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/concat/concat.vue?1093","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/concat/concat.vue?db30","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/concat/concat.vue","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/concat/concat.vue?1214","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/concat/concat.vue?943f","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/concat/concat.vue?34d8","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/concat/concat.vue?36ef"],"names":["onLaunch","console","log","onShow","onHide","post","url","data","method","promise","Promise","resolve","reject","that","token","uni","getStorageSync","header","postData","request","globalData","baseUrl","success","res","statusCode","fail","e","wx","hideNavigationBarLoading","complete","daa","userInfo","createPage","Page","finorgid","finid","item","detaildata","projectarr","index","projectid","fprjleader","fprjleadertwo","fname","showhide","receive","onLoad","options","helper","change","JSON","parse","newitem","ftoauditamt","fservicestatus","getprojectkind","unction","methods","isreceive","currentTarget","dataset","id","downloadconcat","file","fauditfile","fauditfile_txt","param","app","then","r","singgleurl","urlk","env","USER_DATA_PATH","downloadFile","manage","getFileSystemManager","saveFile","tempFilePath","filePath","openDocument","catch","err","downloadfa","ffapiaofile","ffapiaofile_txt","detail","fprojectid","ftaskprocess","obj","fid","bindPickerChange","target","value","submit","showToast","title","icon","userid","role","fdisid","freporttatus","mailstatus","message","setTimeout","navigateBack","checked","changestate","params","disid"],"mappings":"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","file":"pages/concat/concat.js","sourcesContent":["var render, staticRenderFns, recyclableRender, components\nvar renderjs\nimport script from \"./App.vue?vue&type=script&lang=js&\"\nexport * from \"./App.vue?vue&type=script&lang=js&\"\nimport style0 from \"./App.vue?vue&type=style&index=0&lang=css&\"\n\n\n/* normalize component */\nimport normalizer from \"!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\runtime\\\\componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null,\n false,\n components,\n renderjs\n)\n\ncomponent.options.__file = \"G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue\"\nexport default component.exports","import mod from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\babel-loader\\\\lib\\\\index.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--12-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\script.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./App.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\babel-loader\\\\lib\\\\index.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--12-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\script.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./App.vue?vue&type=script&lang=js&\"","\nexport default {\n\tonLaunch: function() {\n\t\tconsole.log('App Launch')\n\t\t// plus.screen.lockOrientation('portrait-primary');\n\t},\n\tonShow: function() {\n\n\t\tconsole.log('App Show')\n\t},\n\tonHide: function() {\n\t\tconsole.log('App Hide')\n\t},\n\tpost: function(url, data, method) {\n\n\t\t// (showLoad == undefined || showLoad) ?\n\t\t// wx.showLoading({\n\t\t// title: '加载中',\n\t\t// }) : ''\n\t\t// wx.showNavigationBarLoading()\n\t\tvar promise = new Promise((resolve, reject) => {\n\t\t\t//init\n\t\t\tlet that = this,\n\t\t\t\ttoken = uni.getStorageSync('token'),\n\t\t\t\theader = {\n\t\t\t\t\ttoken: token || ''\n\t\t\t\t},\n\t\t\t\tpostData;\n\n\t\t\t// console.log(token,\"token\")\n\t\t\t//网络请求 \n\t\t\tuni.request({\n\t\t\t\turl: this.globalData.baseUrl + url,\n\t\t\t\tdata: data,\n\t\t\t\tmethod: method,\n\t\t\t\theader: header,\n\t\t\t\tsuccess: function(res) {\n\t\t\t\t\t// console.log(res)//返回取得的数据\n\t\t\t\t\t// console.log(res)\n\t\t\t\t\tif (res.statusCode == 200) {\n\t\t\t\t\t\tresolve(res);\n\t\t\t\t\t} else {\n\t\t\t\t\t\t// uni.showToast({\n\t\t\t\t\t\t// \ttitle: res.data.msg,\n\t\t\t\t\t\t// \ticon: 'none',\n\t\t\t\t\t\t// })\n\t\t\t\t\t\treject(res.data)\n\t\t\t\t\t\t// if (res.data.code == '401') {}\n\t\t\t\t\t}\n\t\t\t\t\t// (showLoad || showLoad == undefined) ? wx.hideLoading(): \"\";\n\t\t\t\t\t// wx.hideNavigationBarLoading()\n\t\t\t\t},\n\t\t\t\tfail: function(e) {\n\t\t\t\t\tconsole.log(e)\n\t\t\t\t\treject('网络出错');\n\t\t\t\t\t// (showLoad || showLoad == undefined) ? wx.hideLoading() : \"\";\n\t\t\t\t\twx.hideNavigationBarLoading()\n\t\t\t\t},\n\t\t\t\tcomplete: function(daa) {\n\t\t\t\t\t// console.log(daa)\n\t\t\t\t}\n\t\t\t})\n\t\t});\n\t\treturn promise;\n\t},\n\tglobalData: {\n\t\tuserInfo: null,\n\t\t// baseUrl: 'http://icrgangjuren.w.brotop.cn/'\n\t\tbaseUrl: 'https://www.bjzha.net/api/'\n\t}\n}\n","import mod from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\mini-css-extract-plugin\\\\dist\\\\loader.js??ref--6-oneOf-1-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\css-loader\\\\dist\\\\cjs.js??ref--6-oneOf-1-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\stylePostLoader.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--6-oneOf-1-2!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\postcss-loader\\\\src\\\\index.js??ref--6-oneOf-1-3!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./App.vue?vue&type=style&index=0&lang=css&\"; export default mod; export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\mini-css-extract-plugin\\\\dist\\\\loader.js??ref--6-oneOf-1-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\css-loader\\\\dist\\\\cjs.js??ref--6-oneOf-1-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\stylePostLoader.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--6-oneOf-1-2!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\postcss-loader\\\\src\\\\index.js??ref--6-oneOf-1-3!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./App.vue?vue&type=style&index=0&lang=css&\"","// extracted by mini-css-extract-plugin\n if(module.hot) {\n // 1589774460911\n var cssReload = require(\"F:/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/hmr/hotModuleReplacement.js\")(module.id, {\"hmr\":true,\"publicPath\":\"../../\",\"locals\":false});\n module.hot.dispose(cssReload);\n module.hot.accept(undefined, cssReload);\n }\n ","import 'uni-pages';import '@dcloudio/uni-stat';\nimport Vue from 'vue'\nimport Page from './pages/concat/concat.vue'\ncreatePage(Page)","import { render, staticRenderFns, recyclableRender, components } from \"./concat.vue?vue&type=template&id=6a5658a6&\"\nvar renderjs\nimport script from \"./concat.vue?vue&type=script&lang=js&\"\nexport * from \"./concat.vue?vue&type=script&lang=js&\"\nimport style0 from \"./concat.vue?vue&type=style&index=0&lang=css&\"\nimport style1 from \"./concat.vue?vue&type=style&index=1&lang=css&\"\n\n\n/* normalize component */\nimport normalizer from \"!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\runtime\\\\componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null,\n false,\n components,\n renderjs\n)\n\ncomponent.options.__file = \"G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/concat/concat.vue\"\nexport default component.exports","export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\templateLoader.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--16-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\template.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-uni-app-loader\\\\page-meta.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./concat.vue?vue&type=template&id=6a5658a6&\"","var components\nvar render = function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n}\nvar recyclableRender = false\nvar staticRenderFns = []\nrender._withStripped = true\n\nexport { render, staticRenderFns, recyclableRender, components }","import mod from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\babel-loader\\\\lib\\\\index.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--12-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\script.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./concat.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\babel-loader\\\\lib\\\\index.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--12-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\script.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./concat.vue?vue&type=script&lang=js&\"","//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n\nimport app from \"../../App.vue\";\nimport helper from '../../common/help.js';\n\n\nexport default {\n\tdata() {\n\t\treturn {\n\t\t\tfinorgid: '',\n\t\t\tfinid: '',\n\t\t\titem: '',\n\t\t\tdetaildata: '',\n\t\t\tprojectarr: [],\n\t\t\tindex: 0,\n\t\t\tprojectid: '',\n\t\t\tfprjleader: '',\n\t\t\tfprjleadertwo: '',\n\t\t\tfname: '',\n\t\t\tshowhide: '',\n\t\t\treceive:-1\n\n\t\t}\n\t},\n\tonLoad(options) {\n\t\tconsole.log(options.item)\n\t\tconsole.log(helper.change(12345))\n\n\t\tthis.item = JSON.parse(options.item);\n\t\tconsole.log(this.item)\n\t\tlet newitem = this.item;\n\t\tnewitem.ftoauditamt = helper.change(newitem.ftoauditamt);\n\t\tthis.item = newitem\n\t\tif(this.item.fservicestatus=='已确认'){\n\t\t\tthis.receive=0\n\t\t}else{\n\t\t\tthis.receive=1\n\t\t}\n\t\t// this.detail();\n\t\t// this.finid=item.finid;\n\t\t// this.finorgid=item.finorgid;\n\n\t\t// 显示项目组\n\t\tthis.getprojectkind();\n\t\tconsole.log(helper.unction(45622111))\n\n\t\t// 获取台账列表\n\t},\n\tonShow() {\n\t\tthis.showhide = uni.getStorageSync(\"showhide\");\n\n\t},\n\tmethods: {\n\t\t\n\t\t// 是否接受\n\t\tisreceive(e){\n\t\t\tconsole.log(e)\n\t\t\n\t\t\tconsole.log(e.currentTarget.dataset.id)\n\t\t\tthis.receive=e.currentTarget.dataset.id;\n\t\t\tconsole.log(this.receive)\n\t\t},\n\t\t\n\t\t// 下载合同\n\t\t\n\t\tdownloadconcat(file){\n\t\t\tlet that = this;\n\t\t\tconsole.log(item)\n\t\t\tlet fauditfile = item.fauditfile; //评审报告id\n\t\t\tlet fauditfile_txt = item.fauditfile_txt //评审报告文字\n\t\t\t\n\t\t\tlet url = \"project/Select_FileInfo\";\n\t\t\tlet param = {}\n\t\t\tapp.post(url, param, 'get').then(r => {\n\t\t\t\tconsole.log('下载文件', r)\n\t\t\t\tthat.singgleurl = r.data[0].file\n\t\t\t\t let urlk = r.data[0].file + '?fileId=' + fauditfile;\n\t\t\t\t// let url = 'http://39.105.61.115:8001/FileInfo/GetFile?fileId=4759b12f38ba6bdb71586065c64c42c5'\n\t\t\t\tconsole.log(wx.env.USER_DATA_PATH + \"/\" + fauditfile_txt)\n\t\t\t\tuni.downloadFile({\n\t\t\t\t\t\t//let urlk: 'http://39.105.61.115:8001/FileInfo/GetFile?fileId=4759b12f38ba6bdb71586065c64c42c5',\n\t\t\t\t\t\turl:urlk,\n\t\t\t\t\t\theader: {\n\t\t\t\t\t\t\t// 'Content-Type':'application/doc'\n\t\t\t\t\t\t},\n\t\t\t\t\t\tsuccess: function(res) {},\n\t\t\t\t\t\tfail: function(res) {},\n\t\t\t\t\t\tcomplete: function(res) {\n\t\t\t\t\t\t\tconsole.log(res)\n\t\t\t\t\t\t\tconst manage = wx.getFileSystemManager();\n\t\t\t\t\t\t\tif (res.statusCode === 200) { \n\t\t\t\t\t\t\t\tmanage.saveFile({\n\t\t\t\t\t\t\t\t\ttempFilePath: res.tempFilePath,\n\t\t\t\t\t\t\t\t\tfilePath: wx.env.USER_DATA_PATH + \"/\" + fauditfile_txt,\n\t\t\t\t\t\t\t\t\tsuccess: function(res) {\n\t\t\t\t\t\t\t\t\t\tconsole.log(res)\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t});\n\t\t\t\t\t\t\t\t// 打开文档\n\t\t\t\t\t\t\t\tuni.openDocument({\n\t\t\t\t\t\t\t\t\tfilePath: wx.env.USER_DATA_PATH + \"/\" + fauditfile_txt,\n\t\t\t\t\t\t\t\t\tsuccess: function(res) {\n\t\t\t\t\t\t\t\t\t\tconsole.log('打开文档成功')\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tfail: function() {\n\t\t\t\t\t\t\t\t\t\tconsole.log('打开失败');\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t})\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t})\n\t\t\t}).catch(err => {\n\t\t\t\tconsole.log(err)\n\t\t\t})\n\t\t},\n\t\t// 下载发票\n\t\tdownloadfa(file){\n\t\t\tlet that = this;\n\t\t\tconsole.log(item)\n\t\t\tlet ffapiaofile = item.ffapiaofile; //评审报告id\n\t\t\tlet ffapiaofile_txt = item.ffapiaofile_txt //评审报告文字\n\t\t\t\n\t\t\tlet url = \"project/Select_FileInfo\";\n\t\t\tlet param = {}\n\t\t\tapp.post(url, param, 'get').then(r => {\n\t\t\t\tconsole.log('下载文件', r)\n\t\t\t\tthat.singgleurl = r.data[0].file\n\t\t\t\t let urlk = r.data[0].file + '?fileId=' + ffapiaofile;\n\t\t\t\t// let url = 'http://39.105.61.115:8001/FileInfo/GetFile?fileId=4759b12f38ba6bdb71586065c64c42c5'\n\t\t\t\tconsole.log(wx.env.USER_DATA_PATH + \"/\" + ffapiaofile_txt)\n\t\t\t\tuni.downloadFile({\n\t\t\t\t\t\t//let urlk: 'http://39.105.61.115:8001/FileInfo/GetFile?fileId=4759b12f38ba6bdb71586065c64c42c5',\n\t\t\t\t\t\turl:urlk,\n\t\t\t\t\t\theader: {\n\t\t\t\t\t\t\t// 'Content-Type':'application/doc'\n\t\t\t\t\t\t},\n\t\t\t\t\t\tsuccess: function(res) {},\n\t\t\t\t\t\tfail: function(res) {},\n\t\t\t\t\t\tcomplete: function(res) {\n\t\t\t\t\t\t\tconsole.log(res)\n\t\t\t\t\t\t\tconst manage = wx.getFileSystemManager();\n\t\t\t\t\t\t\tif (res.statusCode === 200) { \n\t\t\t\t\t\t\t\tmanage.saveFile({\n\t\t\t\t\t\t\t\t\ttempFilePath: res.tempFilePath,\n\t\t\t\t\t\t\t\t\tfilePath: wx.env.USER_DATA_PATH + \"/\" + ffapiaofile_txt,\n\t\t\t\t\t\t\t\t\tsuccess: function(res) {\n\t\t\t\t\t\t\t\t\t\tconsole.log(res)\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t});\n\t\t\t\t\t\t\t\t// 打开文档\n\t\t\t\t\t\t\t\tuni.openDocument({\n\t\t\t\t\t\t\t\t\tfilePath: wx.env.USER_DATA_PATH + \"/\" + ffapiaofile_txt,\n\t\t\t\t\t\t\t\t\tsuccess: function(res) {\n\t\t\t\t\t\t\t\t\t\tconsole.log('打开文档成功')\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tfail: function() {\n\t\t\t\t\t\t\t\t\t\tconsole.log('打开失败');\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t})\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t})\n\t\t\t}).catch(err => {\n\t\t\t\tconsole.log(err)\n\t\t\t})\n\t\t},\n\n\t\tdetail() {\n\t\t\tlet that = this;\n\t\t\tlet url = \"project/Get_Disfteam\";\n\t\t\tlet param = {\n\t\t\t\tfinid: this.finorgid,\n\t\t\t\tfprojectid: this.item.projectid\n\t\t\t}\n\t\t\t// console.log('8877665544',param)\n\t\t\tapp.post(url, param, 'get').then(r => {\n\t\t\t\tconsole.log('分配信息', r);\n\t\t\t\tthat.detaildata = r.data[0];\n\n\t\t\t}).catch(err => {\n\t\t\t\tconsole.log(err)\n\t\t\t})\n\t\t},\n\n\t\t// 显示项目组\n\t\tgetprojectkind() {\n\t\t\tlet that = this;\n\t\t\tlet url = \"project/Get_Fteam\";\n\t\t\t// console.log('8877665544',param)\n\t\t\tapp.post(url, '', 'get').then(r => {\n\t\t\t\tconsole.log('获取项目组', r);\n\t\t\t\tthis.projectarr = r.data;\n\t\t\t\tif (that.item.ftaskprocess == '未分配') {\n\n\t\t\t\t\tthis.fprjleader = '';\n\t\t\t\t\tthis.fprjleadertwo = '';\n\t\t\t\t\tthis.fname = ''\n\t\t\t\t} else {\n\t\t\t\t\tfor (var obj of this.projectarr) {\n\t\t\t\t\t\tif (obj.fid == that.item.finorgid) {\n\t\t\t\t\t\t\tthis.fprjleader = obj.fprjleader;\n\t\t\t\t\t\t\tthis.fprjleadertwo = obj.fprjleadertwo;\n\t\t\t\t\t\t\tthis.fname = obj.fname;\n\t\t\t\t\t\t\tthis.finorgid = obj.fid\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tthis.detail()\n\n\t\t\t\t}\n\n\t\t\t\t// this.projectid=r.data[0].fid;\n\t\t\t\t// this.fprjleader=r.data[0].fprjleader;\n\t\t\t\t// this.fprjleadertwo=r.data[0].fprjleadertwo;\n\n\t\t\t}).catch(err => {\n\t\t\t\tconsole.log(err)\n\t\t\t})\n\t\t},\n\n\t\tbindPickerChange: function(e) {\n\t\t\tconsole.log('picker发送选择改变,携带值为', e.target.value)\n\t\t\tthis.index = e.target.value;\n\t\t\tthis.fname = this.projectarr[e.target.value].fname\n\t\t\tthis.finorgid = this.projectarr[e.target.value].fid;\n\t\t\tthis.fprjleader = this.projectarr[e.target.value].fprjleader;\n\t\t\tthis.fprjleadertwo = this.projectarr[e.target.value].fprjleadertwo;\n\t\t\tthis.detail()\n\t\t\t// this.detail();\n\t\t\t// this.danweiname = this.danweilist[e.target.value].fname;\n\t\t\t// this.fuzepeople = this.danweilist[e.target.value].fauthorizeman;\n\t\t\t// this.fuzephone = this.danweilist[e.target.value].fauthphone;\n\t\t},\n\t\t// 提交信息\n\t\tsubmit() {\n\t\t\tlet that = this;\n\t\t\tif (that.receive == -1) {\n\t\t\t\tuni.showToast({\n\t\t\t\t\ttitle: \"选择邮寄情况\",\n\t\t\t\t\ticon: \"none\"\n\t\t\t\t})\n\n\t\t\t\treturn false\n\t\t\t}\n\t\t\tlet url = \"project/Save_Surveyconfirm\";\n\t\t\tlet param = {\n\t\t\t\tuserid: uni.getStorageSync(\"userid\"),\n\t\t\t\trole:uni.getStorageSync(\"role\"),\n\t\t\t\tfprojectid: that.item.fprojectid,\n\t\t\t\tfdisid: that.item.fdisid,\n\t\t\t\tfreporttatus:that.item.freporttatus,\n\t\t\t\tmailstatus:that.receive\n\t\t\t}\n\n\t\t\tconsole.log('8877665544', param)\n\t\t\tapp.post(url, param, 'get').then(r => {\n\t\t\t\tconsole.log(r);\n\t\t\t\tif (r.data[0].message == '提交成功') {\n\t\t\t\t\tuni.showToast({\n\t\t\t\t\t\ttitle: '提交成功',\n\t\t\t\t\t\ticon: \"none\"\n\t\t\t\t\t})\n\t\t\t\t\t\n\t\t\t\t\tsetTimeout(function() {\n\t\t\t\t\t\tuni.navigateBack({\n\t\t\t\t\t\t\tchecked: true\n\t\t\t\t\t\t})\n\t\t\t\t\t},1000)\n\t\t\t\t\t\n\t\t\t\t} else {\n\t\t\t\t\tuni.showToast({\n\t\t\t\t\t\ttitle: r.data[0].message,\n\t\t\t\t\t\ticon: \"none\"\n\t\t\t\t\t})\n\t\t\t\t\tsetTimeout(function() {\n\t\t\t\t\t\tuni.navigateBack({\n\t\t\t\t\t\t\tchecked: true\n\t\t\t\t\t\t})\n\t\t\t\t\t},1000)\n\t\t\t\t}\n\t\t\t\t\n\t\t\t}).catch(err => {\n\t\t\t\tconsole.log(err)\n\t\t\t})\n\t\t},\n\t\t// 修改待办事项的状态\n\t\tchangestate() {\n\t\t\tlet that = this;\n\t\t\tlet url = \"project/Get_Fteam\";\n\t\t\tlet params = {\n\t\t\t\tuserid: uni.getStorageSync(\"userid\"),\n\t\t\t\tfdisid: that.item.disid\n\t\t\t}\n\t\t\t// console.log('8877665544',param)\n\t\t\tapp.post(url, '', 'get').then(r => {\n\t\t\t\tconsole.log('修改状态', r);\n\t\t\t}).catch(err => {\n\t\t\t\tconsole.log(err)\n\t\t\t})\n\t\t}\n\n\n\t}\n\n}\n","import mod from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\mini-css-extract-plugin\\\\dist\\\\loader.js??ref--6-oneOf-1-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\css-loader\\\\dist\\\\cjs.js??ref--6-oneOf-1-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\stylePostLoader.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--6-oneOf-1-2!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\postcss-loader\\\\src\\\\index.js??ref--6-oneOf-1-3!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./concat.vue?vue&type=style&index=0&lang=css&\"; export default mod; export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\mini-css-extract-plugin\\\\dist\\\\loader.js??ref--6-oneOf-1-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\css-loader\\\\dist\\\\cjs.js??ref--6-oneOf-1-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\stylePostLoader.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--6-oneOf-1-2!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\postcss-loader\\\\src\\\\index.js??ref--6-oneOf-1-3!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./concat.vue?vue&type=style&index=0&lang=css&\"","// extracted by mini-css-extract-plugin\n if(module.hot) {\n // 1589774460963\n var cssReload = require(\"F:/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/hmr/hotModuleReplacement.js\")(module.id, {\"hmr\":true,\"publicPath\":\"../../\",\"locals\":false});\n module.hot.dispose(cssReload);\n module.hot.accept(undefined, cssReload);\n }\n ","import mod from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\mini-css-extract-plugin\\\\dist\\\\loader.js??ref--6-oneOf-1-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\css-loader\\\\dist\\\\cjs.js??ref--6-oneOf-1-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\stylePostLoader.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--6-oneOf-1-2!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\postcss-loader\\\\src\\\\index.js??ref--6-oneOf-1-3!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./concat.vue?vue&type=style&index=1&lang=css&\"; export default mod; export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\mini-css-extract-plugin\\\\dist\\\\loader.js??ref--6-oneOf-1-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\css-loader\\\\dist\\\\cjs.js??ref--6-oneOf-1-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\stylePostLoader.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--6-oneOf-1-2!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\postcss-loader\\\\src\\\\index.js??ref--6-oneOf-1-3!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./concat.vue?vue&type=style&index=1&lang=css&\"","// extracted by mini-css-extract-plugin\n if(module.hot) {\n // 1589774460958\n var cssReload = require(\"F:/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/hmr/hotModuleReplacement.js\")(module.id, {\"hmr\":true,\"publicPath\":\"../../\",\"locals\":false});\n module.hot.dispose(cssReload);\n module.hot.accept(undefined, cssReload);\n }\n "],"sourceRoot":""}
1 -{"version":3,"sources":["webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue?d032","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/main.js","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/daiban/daiban.vue?ffb5","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/daiban/daiban.vue?e035","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/daiban/daiban.vue?4649","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue?7f10","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/daiban/daiban.vue?53c6","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/daiban/daiban.vue","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/daiban/daiban.vue?6d0e","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/daiban/daiban.vue?277b","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue?431f","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue?1912"],"names":["onLaunch","console","log","onShow","onHide","post","url","data","method","promise","Promise","resolve","reject","that","token","uni","getStorageSync","header","postData","request","globalData","baseUrl","success","res","statusCode","fail","e","wx","hideNavigationBarLoading","complete","daa","userInfo","createPage","Page","sel","status","daibanlist","showhide","review","budget","getdaibanlist","isshowrenwu","gettopdata","getbudget","onNavigationBarButtonTap","onResize","methods","xuanze","index","currentTarget","dataset","unction","num","result","counter","toString","i","length","charAt","Userid","param","role","type","app","then","r","catch","err","newdaibanlist","obj","fcreatedate","split","govoice","item","id","fprojectid","disid","fdisid","fbizformid","navigateTo","newitem","JSON","stringify","freviewtype","gocenter","fuserid","setStorageSync","onLoad","options","setNavigationBarTitle","title"],"mappings":"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","file":"pages/daiban/daiban.js","sourcesContent":["import mod from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\babel-loader\\\\lib\\\\index.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--12-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\script.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./App.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\babel-loader\\\\lib\\\\index.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--12-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\script.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./App.vue?vue&type=script&lang=js&\"","\nexport default {\n\tonLaunch: function() {\n\t\tconsole.log('App Launch')\n\t\t// plus.screen.lockOrientation('portrait-primary');\n\t},\n\tonShow: function() {\n\n\t\tconsole.log('App Show')\n\t},\n\tonHide: function() {\n\t\tconsole.log('App Hide')\n\t},\n\tpost: function(url, data, method) {\n\n\t\t// (showLoad == undefined || showLoad) ?\n\t\t// wx.showLoading({\n\t\t// title: '加载中',\n\t\t// }) : ''\n\t\t// wx.showNavigationBarLoading()\n\t\tvar promise = new Promise((resolve, reject) => {\n\t\t\t//init\n\t\t\tlet that = this,\n\t\t\t\ttoken = uni.getStorageSync('token'),\n\t\t\t\theader = {\n\t\t\t\t\ttoken: token || ''\n\t\t\t\t},\n\t\t\t\tpostData;\n\n\t\t\t// console.log(token,\"token\")\n\t\t\t//网络请求 \n\t\t\tuni.request({\n\t\t\t\turl: this.globalData.baseUrl + url,\n\t\t\t\tdata: data,\n\t\t\t\tmethod: method,\n\t\t\t\theader: header,\n\t\t\t\tsuccess: function(res) {\n\t\t\t\t\t// console.log(res)//返回取得的数据\n\t\t\t\t\t// console.log(res)\n\t\t\t\t\tif (res.statusCode == 200) {\n\t\t\t\t\t\tresolve(res);\n\t\t\t\t\t} else {\n\t\t\t\t\t\t// uni.showToast({\n\t\t\t\t\t\t// \ttitle: res.data.msg,\n\t\t\t\t\t\t// \ticon: 'none',\n\t\t\t\t\t\t// })\n\t\t\t\t\t\treject(res.data)\n\t\t\t\t\t\t// if (res.data.code == '401') {}\n\t\t\t\t\t}\n\t\t\t\t\t// (showLoad || showLoad == undefined) ? wx.hideLoading(): \"\";\n\t\t\t\t\t// wx.hideNavigationBarLoading()\n\t\t\t\t},\n\t\t\t\tfail: function(e) {\n\t\t\t\t\tconsole.log(e)\n\t\t\t\t\treject('网络出错');\n\t\t\t\t\t// (showLoad || showLoad == undefined) ? wx.hideLoading() : \"\";\n\t\t\t\t\twx.hideNavigationBarLoading()\n\t\t\t\t},\n\t\t\t\tcomplete: function(daa) {\n\t\t\t\t\t// console.log(daa)\n\t\t\t\t}\n\t\t\t})\n\t\t});\n\t\treturn promise;\n\t},\n\tglobalData: {\n\t\tuserInfo: null,\n\t\t// baseUrl: 'http://icrgangjuren.w.brotop.cn/'\n\t\tbaseUrl: 'https://www.bjzha.net/api/'\n\t}\n}\n","import 'uni-pages';import '@dcloudio/uni-stat';\nimport Vue from 'vue'\nimport Page from './pages/daiban/daiban.vue'\ncreatePage(Page)","import { render, staticRenderFns, recyclableRender, components } from \"./daiban.vue?vue&type=template&id=dfc2ee66&\"\nvar renderjs\nimport script from \"./daiban.vue?vue&type=script&lang=js&\"\nexport * from \"./daiban.vue?vue&type=script&lang=js&\"\nimport style0 from \"./daiban.vue?vue&type=style&index=0&lang=css&\"\n\n\n/* normalize component */\nimport normalizer from \"!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\runtime\\\\componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null,\n false,\n components,\n renderjs\n)\n\ncomponent.options.__file = \"G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/daiban/daiban.vue\"\nexport default component.exports","export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\templateLoader.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--16-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\template.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-uni-app-loader\\\\page-meta.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./daiban.vue?vue&type=template&id=dfc2ee66&\"","var components\nvar render = function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n}\nvar recyclableRender = false\nvar staticRenderFns = []\nrender._withStripped = true\n\nexport { render, staticRenderFns, recyclableRender, components }","import mod from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\mini-css-extract-plugin\\\\dist\\\\loader.js??ref--6-oneOf-1-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\css-loader\\\\dist\\\\cjs.js??ref--6-oneOf-1-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\stylePostLoader.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--6-oneOf-1-2!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\postcss-loader\\\\src\\\\index.js??ref--6-oneOf-1-3!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./App.vue?vue&type=style&index=0&lang=css&\"; export default mod; export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\mini-css-extract-plugin\\\\dist\\\\loader.js??ref--6-oneOf-1-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\css-loader\\\\dist\\\\cjs.js??ref--6-oneOf-1-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\stylePostLoader.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--6-oneOf-1-2!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\postcss-loader\\\\src\\\\index.js??ref--6-oneOf-1-3!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./App.vue?vue&type=style&index=0&lang=css&\"","import mod from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\babel-loader\\\\lib\\\\index.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--12-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\script.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./daiban.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\babel-loader\\\\lib\\\\index.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--12-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\script.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./daiban.vue?vue&type=script&lang=js&\"","//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n\nimport app from \"../../App.vue\";\nexport default {\n\tdata() {\n\t\treturn {\n\t\t\tsel: 0,\n\t\t\tstatus: 0,\n\t\t\tdaibanlist: [],\n\t\t\tshowhide: [],\n\t\t\t// 评审数据\n\t\t\treview: '',\n\t\t\t// 预算数据\n\t\t\tbudget: ''\n\t\t}\n\t},\n\tonShow() {\n\t\tthis.getdaibanlist();\n\t\tthis.isshowrenwu();\n\t\t// 获取顶部数据\n\t\tthis.gettopdata();\n\t\t// 获取项目数量\n\t\tthis.getbudget()\n\t},\n\n\tonNavigationBarButtonTap() {\n\t\t// 点击筛选\n\t},\n\tonResize() {\n\t\t// 监听屏幕缩放\n\t},\n\tmethods: {\n\t\txuanze(e) {\n\t\t\tlet index = e.currentTarget.dataset.index;\n\t\t\tconsole.log(index)\n\t\t\tthis.sel = index;\n\t\t\tif (index == 0) {\n\t\t\t\tthis.status = 0\n\t\t\t} else if (index == 1) {\n\t\t\t\tthis.status = 1\n\t\t\t} else if (index == 2) {\n\t\t\t\tthis.status = 2\n\t\t\t}\n\n\t\t\tthis.getdaibanlist();\n\t\t},\n\n\t\tunction(num) {\n\t\t\tvar result = '',\n\t\t\t\tcounter = 0;\n\t\t\tnum = (num || 0).toString();\n\t\t\tfor (var i = num.length - 1; i >= 0; i--) {\n\t\t\t\tcounter++;\n\t\t\t\tresult = num.charAt(i) + result;\n\t\t\t\tif (!(counter % 3) && i != 0) {\n\t\t\t\t\tresult = ',' + result;\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn result;\n\t\t},\n\t\t// 获取评审数据\n\t\tgettopdata() {\n\t\t\tlet that = this;\n\t\t\tlet url = \"project/Select_ProjectNumber\";\n\t\t\tlet Userid = uni.getStorageSync('userid')\n\t\t\tlet param = {\n\t\t\t\tUserid: Userid,\n\t\t\t\trole: uni.getStorageSync(\"role\"),\n\t\t\t\ttype: 'assessment'\n\t\t\t};\n\t\t\tapp.post(url, param, 'get').then(r => {\n\t\t\t\tconsole.log('顶部数据', r)\n\t\t\t\tthis.review = r.data[0]\n\t\t\t\t// console.log('99988000', JSON.stringify(r.data))\n\n\n\n\t\t\t}).catch(err => {\n\t\t\t\tconsole.log(err)\n\n\t\t\t})\n\t\t},\n\t\t// 获取项目数量\n\t\tgetbudget() {\n\t\t\tlet that = this;\n\t\t\tlet url = \"project/Select_ProjectNumber\";\n\t\t\tlet Userid = uni.getStorageSync('userid')\n\t\t\tlet param = {\n\t\t\t\tUserid: Userid,\n\t\t\t\trole: uni.getStorageSync(\"role\"),\n\t\t\t\ttype: 'project'\n\t\t\t};\n\t\t\tapp.post(url, param, 'get').then(r => {\n\t\t\t\tconsole.log('顶部数据', r)\n\t\t\t\tthis.budget = r.data[0]\n\t\t\t\t// console.log('99988000', JSON.stringify(r.data))\n\n\t\t\t}).catch(err => {\n\t\t\t\tconsole.log(err)\n\t\t\t})\n\t\t},\n\t\t// 获取待办事项列表\n\t\tgetdaibanlist() {\n\t\t\tlet that = this;\n\t\t\tlet url = \"project/Get_Agencymatters\";\n\t\t\tlet Userid = uni.getStorageSync('userid')\n\t\t\tlet param = {\n\t\t\t\tUserid: Userid,\n\t\t\t\tstatus: that.status,\n\t\t\t\trole: uni.getStorageSync(\"role\")\n\t\t\t};\n\t\t\tconsole.log('9999', param)\n\t\t\tapp.post(url, param, 'get').then(r => {\n\t\t\t\tconsole.log(r)\n\t\t\t\t// console.log('99988000', JSON.stringify(r.data))\n\t\t\t\tthis.daibanlist = r.data;\n\t\t\t\t// console.log(this.daibanlist)\n\t\t\t\tlet newdaibanlist = this.daibanlist;\n\t\t\t\tfor (var obj of newdaibanlist) {\n\t\t\t\t\tobj.fcreatedate = obj.fcreatedate.split(\"T\");\n\t\t\t\t\tobj.fcreatedate = obj.fcreatedate[0]\n\t\t\t\t}\n\t\t\t\tthis.daibanlist = newdaibanlist;\n\n\t\t\t}).catch(err => {\n\t\t\t\tconsole.log(err)\n\n\t\t\t})\n\t\t},\n\t\t// 跳到投票详情\n\t\tgovoice(item) {\n\n\t\t\t// let disid=e.target.dataset.disid;\n\t\t\t// let item=e.currentTarget.dataset.item;\n\t\t\t// console.log('999',item)\n\t\t\t// let fteamid=item.ftemid;\n\t\t\t// let fprojectid=item.fprojectid;\n\t\t\t// console.log(fprojectid)\n\t\t\t// item=JSON.stringify(item);\n\t\t\t// console.log(item)\n\t\t\t// uni.navigateTo({\n\t\t\t// \turl: '../zixundanweifen/zixundanweifen?disid='+disid+'&item='+item+'&fteamid='+fteamid+'&fprojectid='+fprojectid\n\t\t\t// })\n\t\t\tconsole.log('daddaa', item)\n\t\t\tlet id = item.fprojectid;\n\t\t\tlet disid = item.fdisid;\n\t\t\tconsole.log('37474334887', item.fbizformid)\n\t\t\t// 咨询单位分配详细页面\n\t\t\tif (item.fbizformid == 'bd_advisory') {\n\t\t\t\tuni.navigateTo({\n\t\t\t\t\turl: '../zixundanweifen/zixundanweifen?dfprojectid=' + id + '&disid=' + disid\n\t\t\t\t})\n\t\t\t} else if (item.fbizformid == 'bd_distribution') {\n\t\t\t\t// 项目组分配 详细页面\n\t\t\t\tuni.navigateTo({\n\t\t\t\t\turl: '/pages/zixunfenpei/zixunfenpei?projectid=' + id\n\t\t\t\t})\n\t\t\t} else if (item.fbizformid == 'int_projectInventory') {\n\t\t\t\tvar newitem=JSON.stringify(item)\n\n\t\t\t\t// type 1 预算 2 结算 3决算 4土地成本\n\t\t\t\tif (item.freviewtype == '预算') {\n\t\t\t\t\tuni.navigateTo({\n\t\t\t\t\t\turl: '/pages/projectziliao/projectziliao?projectid=' + id + '&type=' + 1+'&item='+newitem\n\t\t\t\t\t})\n\t\t\t\t}\n\t\t\t} else if (item.fbizformid == 'int_problemquestion') {\n\t\t\t\tconsole.log(item)\n\t\t\t\tuni.navigateTo({\n\t\t\t\t\turl: '/pages/seequestion/seequestion?projectid=' + id\n\t\t\t\t})\n\t\t\t}\n\n\n\t\t},\n\t\tgocenter() {\n\t\t\tuni.navigateTo({\n\t\t\t\turl: '../taizhang/taizhang'\n\t\t\t})\n\t\t},\n\t\t// 是否显示我的任务\n\t\tisshowrenwu() {\n\t\t\tlet that = this;\n\t\t\tlet url = \"project/Get_Menuhiding\";\n\t\t\tlet param = {\n\t\t\t\tfuserid: uni.getStorageSync(\"userid\"),\n\t\t\t\trole: uni.getStorageSync(\"role\")\n\t\t\t}\n\n\n\t\t\tapp.post(url, param, 'get').then(r => {\n\t\t\t\tconsole.log(r)\n\t\t\t\tthis.showhide = r.data\n\t\t\t\tuni.setStorageSync(\"showhide\", r.data)\n\t\t\t\tif (that.showhide[3].status == 1) {\n\t\t\t\t\tconsole.log(9090)\n\t\t\t\t\tuni.navigateTo({\n\t\t\t\t\t\turl: '../taizhang/taizhang'\n\t\t\t\t\t})\n\t\t\t\t}\n\t\t\t\t// this.daibanlist = r.data;\n\t\t\t\t// let newdaibanlist = this.daibanlist;\n\t\t\t\t// for (var obj of newdaibanlist) {\n\t\t\t\t// \tobj.fcreatedate = obj.fcreatedate.split(\"T\");\n\t\t\t\t// \tobj.fcreatedate = obj.fcreatedate[0]\n\t\t\t\t// }\n\t\t\t\t// this.daibanlist = newdaibanlist\n\n\n\t\t\t}).catch(err => {\n\t\t\t\tconsole.log(err)\n\n\t\t\t})\n\t\t}\n\n\t},\n\tonLoad(options) {\n\n\t\tconsole.log(988766)\n\t\tconsole.log('转数字', this.unction(452369874))\n\t\tuni.setNavigationBarTitle({\n\t\t\ttitle: '投资项目管理平台' + '(' + uni.getStorageSync(\"name\") + ')'\n\t\t});\n\n\n\t},\n\n}\n","import mod from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\mini-css-extract-plugin\\\\dist\\\\loader.js??ref--6-oneOf-1-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\css-loader\\\\dist\\\\cjs.js??ref--6-oneOf-1-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\stylePostLoader.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--6-oneOf-1-2!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\postcss-loader\\\\src\\\\index.js??ref--6-oneOf-1-3!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./daiban.vue?vue&type=style&index=0&lang=css&\"; export default mod; export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\mini-css-extract-plugin\\\\dist\\\\loader.js??ref--6-oneOf-1-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\css-loader\\\\dist\\\\cjs.js??ref--6-oneOf-1-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\stylePostLoader.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--6-oneOf-1-2!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\postcss-loader\\\\src\\\\index.js??ref--6-oneOf-1-3!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./daiban.vue?vue&type=style&index=0&lang=css&\"","// extracted by mini-css-extract-plugin\n if(module.hot) {\n // 1587698424640\n var cssReload = require(\"F:/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/hmr/hotModuleReplacement.js\")(module.id, {\"hmr\":true,\"publicPath\":\"../../\",\"locals\":false});\n module.hot.dispose(cssReload);\n module.hot.accept(undefined, cssReload);\n }\n ","// extracted by mini-css-extract-plugin\n if(module.hot) {\n // 1587698424531\n var cssReload = require(\"F:/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/hmr/hotModuleReplacement.js\")(module.id, {\"hmr\":true,\"publicPath\":\"../../\",\"locals\":false});\n module.hot.dispose(cssReload);\n module.hot.accept(undefined, cssReload);\n }\n ","var render, staticRenderFns, recyclableRender, components\nvar renderjs\nimport script from \"./App.vue?vue&type=script&lang=js&\"\nexport * from \"./App.vue?vue&type=script&lang=js&\"\nimport style0 from \"./App.vue?vue&type=style&index=0&lang=css&\"\n\n\n/* normalize component */\nimport normalizer from \"!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\runtime\\\\componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null,\n false,\n components,\n renderjs\n)\n\ncomponent.options.__file = \"G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue\"\nexport default component.exports"],"sourceRoot":""}  
  1 +{"version":3,"sources":["webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue?d032","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/main.js","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/daiban/daiban.vue?ffb5","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/daiban/daiban.vue?e035","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/daiban/daiban.vue?4649","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue?7f10","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/daiban/daiban.vue?53c6","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/daiban/daiban.vue","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/daiban/daiban.vue?6d0e","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/daiban/daiban.vue?277b","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue?431f","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue?1912"],"names":["onLaunch","console","log","onShow","onHide","post","url","data","method","promise","Promise","resolve","reject","that","token","uni","getStorageSync","header","postData","request","globalData","baseUrl","success","res","statusCode","fail","e","wx","hideNavigationBarLoading","complete","daa","userInfo","createPage","Page","sel","status","daibanlist","showhide","review","budget","getdaibanlist","isshowrenwu","gettopdata","getbudget","onNavigationBarButtonTap","onResize","methods","xuanze","index","currentTarget","dataset","unction","num","result","counter","toString","i","length","charAt","Userid","param","role","type","app","then","r","catch","err","newdaibanlist","obj","fcreatedate","split","govoice","item","id","fprojectid","disid","fdisid","fbizformid","navigateTo","newitem","JSON","stringify","freviewtype","gocenter","fuserid","setStorageSync","redirectTo","onLoad","options","setNavigationBarTitle","title"],"mappings":"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","file":"pages/daiban/daiban.js","sourcesContent":["import mod from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\babel-loader\\\\lib\\\\index.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--12-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\script.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./App.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\babel-loader\\\\lib\\\\index.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--12-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\script.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./App.vue?vue&type=script&lang=js&\"","\nexport default {\n\tonLaunch: function() {\n\t\tconsole.log('App Launch')\n\t\t// plus.screen.lockOrientation('portrait-primary');\n\t},\n\tonShow: function() {\n\n\t\tconsole.log('App Show')\n\t},\n\tonHide: function() {\n\t\tconsole.log('App Hide')\n\t},\n\tpost: function(url, data, method) {\n\n\t\t// (showLoad == undefined || showLoad) ?\n\t\t// wx.showLoading({\n\t\t// title: '加载中',\n\t\t// }) : ''\n\t\t// wx.showNavigationBarLoading()\n\t\tvar promise = new Promise((resolve, reject) => {\n\t\t\t//init\n\t\t\tlet that = this,\n\t\t\t\ttoken = uni.getStorageSync('token'),\n\t\t\t\theader = {\n\t\t\t\t\ttoken: token || ''\n\t\t\t\t},\n\t\t\t\tpostData;\n\n\t\t\t// console.log(token,\"token\")\n\t\t\t//网络请求 \n\t\t\tuni.request({\n\t\t\t\turl: this.globalData.baseUrl + url,\n\t\t\t\tdata: data,\n\t\t\t\tmethod: method,\n\t\t\t\theader: header,\n\t\t\t\tsuccess: function(res) {\n\t\t\t\t\t// console.log(res)//返回取得的数据\n\t\t\t\t\t// console.log(res)\n\t\t\t\t\tif (res.statusCode == 200) {\n\t\t\t\t\t\tresolve(res);\n\t\t\t\t\t} else {\n\t\t\t\t\t\t// uni.showToast({\n\t\t\t\t\t\t// \ttitle: res.data.msg,\n\t\t\t\t\t\t// \ticon: 'none',\n\t\t\t\t\t\t// })\n\t\t\t\t\t\treject(res.data)\n\t\t\t\t\t\t// if (res.data.code == '401') {}\n\t\t\t\t\t}\n\t\t\t\t\t// (showLoad || showLoad == undefined) ? wx.hideLoading(): \"\";\n\t\t\t\t\t// wx.hideNavigationBarLoading()\n\t\t\t\t},\n\t\t\t\tfail: function(e) {\n\t\t\t\t\tconsole.log(e)\n\t\t\t\t\treject('网络出错');\n\t\t\t\t\t// (showLoad || showLoad == undefined) ? wx.hideLoading() : \"\";\n\t\t\t\t\twx.hideNavigationBarLoading()\n\t\t\t\t},\n\t\t\t\tcomplete: function(daa) {\n\t\t\t\t\t// console.log(daa)\n\t\t\t\t}\n\t\t\t})\n\t\t});\n\t\treturn promise;\n\t},\n\tglobalData: {\n\t\tuserInfo: null,\n\t\t// baseUrl: 'http://icrgangjuren.w.brotop.cn/'\n\t\tbaseUrl: 'https://www.bjzha.net/api/'\n\t}\n}\n","import 'uni-pages';import '@dcloudio/uni-stat';\nimport Vue from 'vue'\nimport Page from './pages/daiban/daiban.vue'\ncreatePage(Page)","import { render, staticRenderFns, recyclableRender, components } from \"./daiban.vue?vue&type=template&id=dfc2ee66&\"\nvar renderjs\nimport script from \"./daiban.vue?vue&type=script&lang=js&\"\nexport * from \"./daiban.vue?vue&type=script&lang=js&\"\nimport style0 from \"./daiban.vue?vue&type=style&index=0&lang=css&\"\n\n\n/* normalize component */\nimport normalizer from \"!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\runtime\\\\componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null,\n false,\n components,\n renderjs\n)\n\ncomponent.options.__file = \"G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/daiban/daiban.vue\"\nexport default component.exports","export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\templateLoader.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--16-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\template.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-uni-app-loader\\\\page-meta.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./daiban.vue?vue&type=template&id=dfc2ee66&\"","var components\nvar render = function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n}\nvar recyclableRender = false\nvar staticRenderFns = []\nrender._withStripped = true\n\nexport { render, staticRenderFns, recyclableRender, components }","import mod from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\mini-css-extract-plugin\\\\dist\\\\loader.js??ref--6-oneOf-1-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\css-loader\\\\dist\\\\cjs.js??ref--6-oneOf-1-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\stylePostLoader.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--6-oneOf-1-2!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\postcss-loader\\\\src\\\\index.js??ref--6-oneOf-1-3!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./App.vue?vue&type=style&index=0&lang=css&\"; export default mod; export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\mini-css-extract-plugin\\\\dist\\\\loader.js??ref--6-oneOf-1-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\css-loader\\\\dist\\\\cjs.js??ref--6-oneOf-1-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\stylePostLoader.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--6-oneOf-1-2!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\postcss-loader\\\\src\\\\index.js??ref--6-oneOf-1-3!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./App.vue?vue&type=style&index=0&lang=css&\"","import mod from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\babel-loader\\\\lib\\\\index.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--12-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\script.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./daiban.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\babel-loader\\\\lib\\\\index.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--12-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\script.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./daiban.vue?vue&type=script&lang=js&\"","//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n\nimport app from \"../../App.vue\";\nexport default {\n\tdata() {\n\t\treturn {\n\t\t\tsel: 0,\n\t\t\tstatus: 0,\n\t\t\tdaibanlist: [],\n\t\t\tshowhide: [],\n\t\t\t// 评审数据\n\t\t\treview: '',\n\t\t\t// 预算数据\n\t\t\tbudget: ''\n\t\t}\n\t},\n\tonShow() {\n\t\tthis.getdaibanlist();\n\t\tthis.isshowrenwu();\n\t\t// 获取顶部数据\n\t\tthis.gettopdata();\n\t\t// 获取项目数量\n\t\tthis.getbudget()\n\t},\n\n\tonNavigationBarButtonTap() {\n\t\t// 点击筛选\n\t},\n\tonResize() {\n\t\t// 监听屏幕缩放\n\t},\n\tmethods: {\n\t\txuanze(e) {\n\t\t\tlet index = e.currentTarget.dataset.index;\n\t\t\tconsole.log(index)\n\t\t\tthis.sel = index;\n\t\t\tif (index == 0) {\n\t\t\t\tthis.status = 0\n\t\t\t} else if (index == 1) {\n\t\t\t\tthis.status = 1\n\t\t\t} else if (index == 2) {\n\t\t\t\tthis.status = 2\n\t\t\t}\n\n\t\t\tthis.getdaibanlist();\n\t\t},\n\n\t\tunction(num) {\n\t\t\tvar result = '',\n\t\t\t\tcounter = 0;\n\t\t\tnum = (num || 0).toString();\n\t\t\tfor (var i = num.length - 1; i >= 0; i--) {\n\t\t\t\tcounter++;\n\t\t\t\tresult = num.charAt(i) + result;\n\t\t\t\tif (!(counter % 3) && i != 0) {\n\t\t\t\t\tresult = ',' + result;\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn result;\n\t\t},\n\t\t// 获取评审数据\n\t\tgettopdata() {\n\t\t\tlet that = this;\n\t\t\tlet url = \"project/Select_ProjectNumber\";\n\t\t\tlet Userid = uni.getStorageSync('userid')\n\t\t\tlet param = {\n\t\t\t\tUserid: Userid,\n\t\t\t\trole: uni.getStorageSync(\"role\"),\n\t\t\t\ttype: 'assessment'\n\t\t\t};\n\t\t\tapp.post(url, param, 'get').then(r => {\n\t\t\t\tconsole.log('顶部数据', r)\n\t\t\t\tthis.review = r.data[0]\n\t\t\t\t// console.log('99988000', JSON.stringify(r.data))\n\n\n\n\t\t\t}).catch(err => {\n\t\t\t\tconsole.log(err)\n\n\t\t\t})\n\t\t},\n\t\t// 获取项目数量\n\t\tgetbudget() {\n\t\t\tlet that = this;\n\t\t\tlet url = \"project/Select_ProjectNumber\";\n\t\t\tlet Userid = uni.getStorageSync('userid')\n\t\t\tlet param = {\n\t\t\t\tUserid: Userid,\n\t\t\t\trole: uni.getStorageSync(\"role\"),\n\t\t\t\ttype: 'project'\n\t\t\t};\n\t\t\tapp.post(url, param, 'get').then(r => {\n\t\t\t\tconsole.log('顶部数据', r)\n\t\t\t\tthis.budget = r.data[0]\n\t\t\t\t// console.log('99988000', JSON.stringify(r.data))\n\n\t\t\t}).catch(err => {\n\t\t\t\tconsole.log(err)\n\t\t\t})\n\t\t},\n\t\t// 获取待办事项列表\n\t\tgetdaibanlist() {\n\t\t\tlet that = this;\n\t\t\tlet url = \"project/Get_Agencymatters\";\n\t\t\tlet Userid = uni.getStorageSync('userid')\n\t\t\tlet param = {\n\t\t\t\tUserid: Userid,\n\t\t\t\tstatus: that.status,\n\t\t\t\trole: uni.getStorageSync(\"role\")\n\t\t\t};\n\t\t\tconsole.log('9999', param)\n\t\t\tapp.post(url, param, 'get').then(r => {\n\t\t\t\tconsole.log(r)\n\t\t\t\t// console.log('99988000', JSON.stringify(r.data))\n\t\t\t\tthis.daibanlist = r.data;\n\t\t\t\t// console.log(this.daibanlist)\n\t\t\t\tlet newdaibanlist = this.daibanlist;\n\t\t\t\tfor (var obj of newdaibanlist) {\n\t\t\t\t\tobj.fcreatedate = obj.fcreatedate.split(\"T\");\n\t\t\t\t\tobj.fcreatedate = obj.fcreatedate[0]\n\t\t\t\t}\n\t\t\t\tthis.daibanlist = newdaibanlist;\n\n\t\t\t}).catch(err => {\n\t\t\t\tconsole.log(err)\n\n\t\t\t})\n\t\t},\n\t\t// 跳到投票详情\n\t\tgovoice(item) {\n\n\t\t\t// let disid=e.target.dataset.disid;\n\t\t\t// let item=e.currentTarget.dataset.item;\n\t\t\t// console.log('999',item)\n\t\t\t// let fteamid=item.ftemid;\n\t\t\t// let fprojectid=item.fprojectid;\n\t\t\t// console.log(fprojectid)\n\t\t\t// item=JSON.stringify(item);\n\t\t\t// console.log(item)\n\t\t\t// uni.navigateTo({\n\t\t\t// \turl: '../zixundanweifen/zixundanweifen?disid='+disid+'&item='+item+'&fteamid='+fteamid+'&fprojectid='+fprojectid\n\t\t\t// })\n\t\t\tconsole.log('daddaa', item)\n\t\t\tlet id = item.fprojectid;\n\t\t\tlet disid = item.fdisid;\n\t\t\tconsole.log('37474334887', item.fbizformid)\n\t\t\t// 咨询单位分配详细页面\n\t\t\tif (item.fbizformid == 'bd_advisory') {\n\t\t\t\tuni.navigateTo({\n\t\t\t\t\turl: '../zixundanweifen/zixundanweifen?dfprojectid=' + id + '&disid=' + disid\n\t\t\t\t})\n\t\t\t} else if (item.fbizformid == 'bd_distribution') {\n\t\t\t\t// 项目组分配 详细页面\n\t\t\t\tuni.navigateTo({\n\t\t\t\t\turl: '/pages/zixunfenpei/zixunfenpei?projectid=' + id\n\t\t\t\t})\n\t\t\t} else if (item.fbizformid == 'int_projectInventory') {\n\t\t\t\tvar newitem=JSON.stringify(item)\n\n\t\t\t\t// type 1 预算 2 结算 3决算 4土地成本\n\t\t\t\tif (item.freviewtype == '预算') {\n\t\t\t\t\tuni.navigateTo({\n\t\t\t\t\t\turl: '/pages/projectziliao/projectziliao?projectid=' + id + '&type=' + 1+'&item='+newitem\n\t\t\t\t\t})\n\t\t\t\t}\n\t\t\t} else if (item.fbizformid == 'int_problemquestion') {\n\t\t\t\tconsole.log(item)\n\t\t\t\tuni.navigateTo({\n\t\t\t\t\turl: '/pages/seequestion/seequestion?projectid=' + id\n\t\t\t\t})\n\t\t\t}\n\n\n\t\t},\n\t\tgocenter() {\n\t\t\tuni.navigateTo({\n\t\t\t\turl: '../taizhang/taizhang'\n\t\t\t})\n\t\t},\n\t\t// 是否显示我的任务\n\t\tisshowrenwu() {\n\t\t\tlet that = this;\n\t\t\tlet url = \"project/Get_Menuhiding\";\n\t\t\tlet param = {\n\t\t\t\tfuserid: uni.getStorageSync(\"userid\"),\n\t\t\t\trole: uni.getStorageSync(\"role\")\n\t\t\t}\n\n\n\t\t\tapp.post(url, param, 'get').then(r => {\n\t\t\t\tconsole.log(r)\n\t\t\t\tthis.showhide = r.data\n\t\t\t\tuni.setStorageSync(\"showhide\", r.data)\n\t\t\t\tif (that.showhide[3].status !=0) {\n\t\t\t\t\tconsole.log(9090)\n\t\t\t\t\tuni.redirectTo({\n\t\t\t\t\t\turl: '../taizhang/taizhang'\n\t\t\t\t\t})\n\t\t\t\t}\n\t\t\t\t// this.daibanlist = r.data;\n\t\t\t\t// let newdaibanlist = this.daibanlist;\n\t\t\t\t// for (var obj of newdaibanlist) {\n\t\t\t\t// \tobj.fcreatedate = obj.fcreatedate.split(\"T\");\n\t\t\t\t// \tobj.fcreatedate = obj.fcreatedate[0]\n\t\t\t\t// }\n\t\t\t\t// this.daibanlist = newdaibanlist\n\n\n\t\t\t}).catch(err => {\n\t\t\t\tconsole.log(err)\n\n\t\t\t})\n\t\t}\n\n\t},\n\tonLoad(options) {\n\n\t\tconsole.log(988766)\n\t\tconsole.log('转数字', this.unction(452369874))\n\t\tuni.setNavigationBarTitle({\n\t\t\ttitle: '投资项目管理平台' + '(' + uni.getStorageSync(\"name\") + ')'\n\t\t});\n\n\n\t},\n\n}\n","import mod from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\mini-css-extract-plugin\\\\dist\\\\loader.js??ref--6-oneOf-1-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\css-loader\\\\dist\\\\cjs.js??ref--6-oneOf-1-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\stylePostLoader.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--6-oneOf-1-2!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\postcss-loader\\\\src\\\\index.js??ref--6-oneOf-1-3!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./daiban.vue?vue&type=style&index=0&lang=css&\"; export default mod; export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\mini-css-extract-plugin\\\\dist\\\\loader.js??ref--6-oneOf-1-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\css-loader\\\\dist\\\\cjs.js??ref--6-oneOf-1-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\stylePostLoader.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--6-oneOf-1-2!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\postcss-loader\\\\src\\\\index.js??ref--6-oneOf-1-3!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./daiban.vue?vue&type=style&index=0&lang=css&\"","// extracted by mini-css-extract-plugin\n if(module.hot) {\n // 1589774461098\n var cssReload = require(\"F:/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/hmr/hotModuleReplacement.js\")(module.id, {\"hmr\":true,\"publicPath\":\"../../\",\"locals\":false});\n module.hot.dispose(cssReload);\n module.hot.accept(undefined, cssReload);\n }\n ","// extracted by mini-css-extract-plugin\n if(module.hot) {\n // 1589774460911\n var cssReload = require(\"F:/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/hmr/hotModuleReplacement.js\")(module.id, {\"hmr\":true,\"publicPath\":\"../../\",\"locals\":false});\n module.hot.dispose(cssReload);\n module.hot.accept(undefined, cssReload);\n }\n ","var render, staticRenderFns, recyclableRender, components\nvar renderjs\nimport script from \"./App.vue?vue&type=script&lang=js&\"\nexport * from \"./App.vue?vue&type=script&lang=js&\"\nimport style0 from \"./App.vue?vue&type=style&index=0&lang=css&\"\n\n\n/* normalize component */\nimport normalizer from \"!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\runtime\\\\componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null,\n false,\n components,\n renderjs\n)\n\ncomponent.options.__file = \"G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue\"\nexport default component.exports"],"sourceRoot":""}
1 -{"version":3,"sources":["webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/main.js","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/danweitaizhang/danweitaizhang.vue?fff9","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/danweitaizhang/danweitaizhang.vue?c45b","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/danweitaizhang/danweitaizhang.vue?87d5","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/danweitaizhang/danweitaizhang.vue?c29e","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/danweitaizhang/danweitaizhang.vue","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/danweitaizhang/danweitaizhang.vue?1630","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/danweitaizhang/danweitaizhang.vue?6dee"],"names":["createPage","Page","data","selact","showping","onLoad","methods","fenhui","e","console","log","id","currentTarget","dataset","screenheng","hidefenlei"],"mappings":";;;;;;;;;;kDAAA,wCAAmB;AACnB;AACA,wH;AACAA,UAAU,CAACC,uBAAD,CAAV,C;;;;;;;;;;;;;ACHA;AAAA;AAAA;AAAA;AAAA;AAAA;AAA2H;AAC3H;AACkE;AACL;AACa;;;AAG1E;AACqK;AACrK,gBAAgB,+KAAU;AAC1B,EAAE,oFAAM;AACR,EAAE,yFAAM;AACR,EAAE,kGAAe;AACjB;AACA;AACA;AACA;AACA;AACA,EAAE,6FAAU;AACZ;AACA;;AAEA;AACe,gF;;;;;;;;;;;;ACvBf;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;;;;;;;;;;;;ACAA;AAAA;AAAA;AAAA;AAAA;AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;;;;;;;;;;;;ACRA;AAAA;AAAA;AAAA;AAAwmB,CAAgB,koBAAG,EAAC,C;;;;;;;;;;;;wFCA5nB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEe;AACdC,MADc,kBACP;AACN,WAAO;AACNC,YAAM,EAAE,CADF;AAENC,cAAQ,EAAC,KAFH,EAAP;;AAIA,GANa;AAOdC,QAPc,oBAOL;;AAER,GATa;AAUdC,SAAO,EAAE;AACRC,UADQ,kBACDC,CADC,EACE;AACTC,aAAO,CAACC,GAAR,CAAYF,CAAZ;AACA,UAAIG,EAAE,GAAGH,CAAC,CAACI,aAAF,CAAgBC,OAAhB,CAAwBF,EAAjC;AACAF,aAAO,CAACC,GAAR,CAAYC,EAAZ;AACA,WAAKR,MAAL,GAAcQ,EAAd;AACA,KANO;AAOR;AACAG,cARQ,wBAQK;AACZL,aAAO,CAACC,GAAR,CAAY,GAAZ;AACA;AACA,KAXO;AAYRK,cAZQ,wBAYI;AACX,WAAKX,QAAL,GAAc,KAAd;AACA,KAdO,EAVK,E;;;;;;;;;;;;AC1Gf;AAAA;AAAA;AAAA;AAA03B,CAAgB,23BAAG,EAAC,C;;;;;;;;;;;ACA94B;AACA,OAAO,KAAU,EAAE,kBAKd","file":"pages/danweitaizhang/danweitaizhang.js","sourcesContent":["import 'uni-pages';import '@dcloudio/uni-stat';\nimport Vue from 'vue'\nimport Page from './pages/danweitaizhang/danweitaizhang.vue'\ncreatePage(Page)","import { render, staticRenderFns, recyclableRender, components } from \"./danweitaizhang.vue?vue&type=template&id=7674b3ed&\"\nvar renderjs\nimport script from \"./danweitaizhang.vue?vue&type=script&lang=js&\"\nexport * from \"./danweitaizhang.vue?vue&type=script&lang=js&\"\nimport style0 from \"./danweitaizhang.vue?vue&type=style&index=0&lang=css&\"\n\n\n/* normalize component */\nimport normalizer from \"!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\runtime\\\\componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null,\n false,\n components,\n renderjs\n)\n\ncomponent.options.__file = \"G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/danweitaizhang/danweitaizhang.vue\"\nexport default component.exports","export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\templateLoader.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--16-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\template.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-uni-app-loader\\\\page-meta.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./danweitaizhang.vue?vue&type=template&id=7674b3ed&\"","var components\nvar render = function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n}\nvar recyclableRender = false\nvar staticRenderFns = []\nrender._withStripped = true\n\nexport { render, staticRenderFns, recyclableRender, components }","import mod from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\babel-loader\\\\lib\\\\index.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--12-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\script.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./danweitaizhang.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\babel-loader\\\\lib\\\\index.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--12-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\script.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./danweitaizhang.vue?vue&type=script&lang=js&\"","//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n\nexport default {\n\tdata() {\n\t\treturn {\n\t\t\tselact: 1,\n\t\t\tshowping:false\n\t\t}\n\t},\n\tonLoad() {\n\n\t},\n\tmethods: {\n\t\tfenhui(e) {\n\t\t\tconsole.log(e)\n\t\t\tlet id = e.currentTarget.dataset.id;\n\t\t\tconsole.log(id)\n\t\t\tthis.selact = id;\n\t\t},\n\t\t// 横屏显示\n\t\tscreenheng() {\n\t\t\tconsole.log(999)\n\t\t\t// plus.screen.lockOrientation('landscape-primary');\n\t\t},\n\t\thidefenlei(){\n\t\t\tthis.showping=false\n\t\t}\n\t},\n\n}\n","import mod from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\mini-css-extract-plugin\\\\dist\\\\loader.js??ref--6-oneOf-1-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\css-loader\\\\dist\\\\cjs.js??ref--6-oneOf-1-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\stylePostLoader.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--6-oneOf-1-2!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\postcss-loader\\\\src\\\\index.js??ref--6-oneOf-1-3!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./danweitaizhang.vue?vue&type=style&index=0&lang=css&\"; export default mod; export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\mini-css-extract-plugin\\\\dist\\\\loader.js??ref--6-oneOf-1-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\css-loader\\\\dist\\\\cjs.js??ref--6-oneOf-1-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\stylePostLoader.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--6-oneOf-1-2!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\postcss-loader\\\\src\\\\index.js??ref--6-oneOf-1-3!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./danweitaizhang.vue?vue&type=style&index=0&lang=css&\"","// extracted by mini-css-extract-plugin\n if(module.hot) {\n // 1587698424588\n var cssReload = require(\"F:/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/hmr/hotModuleReplacement.js\")(module.id, {\"hmr\":true,\"publicPath\":\"../../\",\"locals\":false});\n module.hot.dispose(cssReload);\n module.hot.accept(undefined, cssReload);\n }\n "],"sourceRoot":""}  
  1 +{"version":3,"sources":["webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/main.js","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/danweitaizhang/danweitaizhang.vue?fff9","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/danweitaizhang/danweitaizhang.vue?c45b","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/danweitaizhang/danweitaizhang.vue?87d5","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/danweitaizhang/danweitaizhang.vue?c29e","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/danweitaizhang/danweitaizhang.vue","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/danweitaizhang/danweitaizhang.vue?1630","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/danweitaizhang/danweitaizhang.vue?6dee"],"names":["createPage","Page","data","selact","showping","onLoad","methods","fenhui","e","console","log","id","currentTarget","dataset","screenheng","hidefenlei"],"mappings":";;;;;;;;;;kDAAA,wCAAmB;AACnB;AACA,wH;AACAA,UAAU,CAACC,uBAAD,CAAV,C;;;;;;;;;;;;;ACHA;AAAA;AAAA;AAAA;AAAA;AAAA;AAA2H;AAC3H;AACkE;AACL;AACa;;;AAG1E;AACqK;AACrK,gBAAgB,+KAAU;AAC1B,EAAE,oFAAM;AACR,EAAE,yFAAM;AACR,EAAE,kGAAe;AACjB;AACA;AACA;AACA;AACA;AACA,EAAE,6FAAU;AACZ;AACA;;AAEA;AACe,gF;;;;;;;;;;;;ACvBf;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;;;;;;;;;;;;ACAA;AAAA;AAAA;AAAA;AAAA;AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;;;;;;;;;;;;ACRA;AAAA;AAAA;AAAA;AAAwmB,CAAgB,koBAAG,EAAC,C;;;;;;;;;;;;wFCA5nB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEe;AACdC,MADc,kBACP;AACN,WAAO;AACNC,YAAM,EAAE,CADF;AAENC,cAAQ,EAAC,KAFH,EAAP;;AAIA,GANa;AAOdC,QAPc,oBAOL;;AAER,GATa;AAUdC,SAAO,EAAE;AACRC,UADQ,kBACDC,CADC,EACE;AACTC,aAAO,CAACC,GAAR,CAAYF,CAAZ;AACA,UAAIG,EAAE,GAAGH,CAAC,CAACI,aAAF,CAAgBC,OAAhB,CAAwBF,EAAjC;AACAF,aAAO,CAACC,GAAR,CAAYC,EAAZ;AACA,WAAKR,MAAL,GAAcQ,EAAd;AACA,KANO;AAOR;AACAG,cARQ,wBAQK;AACZL,aAAO,CAACC,GAAR,CAAY,GAAZ;AACA;AACA,KAXO;AAYRK,cAZQ,wBAYI;AACX,WAAKX,QAAL,GAAc,KAAd;AACA,KAdO,EAVK,E;;;;;;;;;;;;AC1Gf;AAAA;AAAA;AAAA;AAA03B,CAAgB,23BAAG,EAAC,C;;;;;;;;;;;ACA94B;AACA,OAAO,KAAU,EAAE,kBAKd","file":"pages/danweitaizhang/danweitaizhang.js","sourcesContent":["import 'uni-pages';import '@dcloudio/uni-stat';\nimport Vue from 'vue'\nimport Page from './pages/danweitaizhang/danweitaizhang.vue'\ncreatePage(Page)","import { render, staticRenderFns, recyclableRender, components } from \"./danweitaizhang.vue?vue&type=template&id=7674b3ed&\"\nvar renderjs\nimport script from \"./danweitaizhang.vue?vue&type=script&lang=js&\"\nexport * from \"./danweitaizhang.vue?vue&type=script&lang=js&\"\nimport style0 from \"./danweitaizhang.vue?vue&type=style&index=0&lang=css&\"\n\n\n/* normalize component */\nimport normalizer from \"!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\runtime\\\\componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null,\n false,\n components,\n renderjs\n)\n\ncomponent.options.__file = \"G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/danweitaizhang/danweitaizhang.vue\"\nexport default component.exports","export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\templateLoader.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--16-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\template.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-uni-app-loader\\\\page-meta.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./danweitaizhang.vue?vue&type=template&id=7674b3ed&\"","var components\nvar render = function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n}\nvar recyclableRender = false\nvar staticRenderFns = []\nrender._withStripped = true\n\nexport { render, staticRenderFns, recyclableRender, components }","import mod from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\babel-loader\\\\lib\\\\index.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--12-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\script.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./danweitaizhang.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\babel-loader\\\\lib\\\\index.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--12-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\script.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./danweitaizhang.vue?vue&type=script&lang=js&\"","//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n\nexport default {\n\tdata() {\n\t\treturn {\n\t\t\tselact: 1,\n\t\t\tshowping:false\n\t\t}\n\t},\n\tonLoad() {\n\n\t},\n\tmethods: {\n\t\tfenhui(e) {\n\t\t\tconsole.log(e)\n\t\t\tlet id = e.currentTarget.dataset.id;\n\t\t\tconsole.log(id)\n\t\t\tthis.selact = id;\n\t\t},\n\t\t// 横屏显示\n\t\tscreenheng() {\n\t\t\tconsole.log(999)\n\t\t\t// plus.screen.lockOrientation('landscape-primary');\n\t\t},\n\t\thidefenlei(){\n\t\t\tthis.showping=false\n\t\t}\n\t},\n\n}\n","import mod from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\mini-css-extract-plugin\\\\dist\\\\loader.js??ref--6-oneOf-1-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\css-loader\\\\dist\\\\cjs.js??ref--6-oneOf-1-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\stylePostLoader.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--6-oneOf-1-2!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\postcss-loader\\\\src\\\\index.js??ref--6-oneOf-1-3!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./danweitaizhang.vue?vue&type=style&index=0&lang=css&\"; export default mod; export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\mini-css-extract-plugin\\\\dist\\\\loader.js??ref--6-oneOf-1-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\css-loader\\\\dist\\\\cjs.js??ref--6-oneOf-1-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\stylePostLoader.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--6-oneOf-1-2!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\postcss-loader\\\\src\\\\index.js??ref--6-oneOf-1-3!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./danweitaizhang.vue?vue&type=style&index=0&lang=css&\"","// extracted by mini-css-extract-plugin\n if(module.hot) {\n // 1589774460978\n var cssReload = require(\"F:/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/hmr/hotModuleReplacement.js\")(module.id, {\"hmr\":true,\"publicPath\":\"../../\",\"locals\":false});\n module.hot.dispose(cssReload);\n module.hot.accept(undefined, cssReload);\n }\n "],"sourceRoot":""}
1 -{"version":3,"sources":["webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue?d032","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue?7f10","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue?431f","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/main.js","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/danweivote/danweivote.vue?22bd","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/danweivote/danweivote.vue?8ea4","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/danweivote/danweivote.vue?dd33","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/danweivote/danweivote.vue?3a7c","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/danweivote/danweivote.vue","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/danweivote/danweivote.vue?2f6f","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/danweivote/danweivote.vue?3d17","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue?1912"],"names":["onLaunch","console","log","onShow","onHide","post","url","data","method","promise","Promise","resolve","reject","that","token","uni","getStorageSync","header","postData","request","globalData","baseUrl","success","res","statusCode","fail","e","wx","hideNavigationBarLoading","complete","daa","userInfo","createPage","Page","rizhilist","fprojectid","onLoad","options","id","getrizhilist","methods","param","app","then","r","newrizhilist","obj","fcreatedate","split","catch","err","enterxiangmu","keyword","target","value"],"mappings":"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","file":"pages/danweivote/danweivote.js","sourcesContent":["import mod from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\babel-loader\\\\lib\\\\index.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--12-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\script.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./App.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\babel-loader\\\\lib\\\\index.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--12-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\script.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./App.vue?vue&type=script&lang=js&\"","\nexport default {\n\tonLaunch: function() {\n\t\tconsole.log('App Launch')\n\t\t// plus.screen.lockOrientation('portrait-primary');\n\t},\n\tonShow: function() {\n\n\t\tconsole.log('App Show')\n\t},\n\tonHide: function() {\n\t\tconsole.log('App Hide')\n\t},\n\tpost: function(url, data, method) {\n\n\t\t// (showLoad == undefined || showLoad) ?\n\t\t// wx.showLoading({\n\t\t// title: '加载中',\n\t\t// }) : ''\n\t\t// wx.showNavigationBarLoading()\n\t\tvar promise = new Promise((resolve, reject) => {\n\t\t\t//init\n\t\t\tlet that = this,\n\t\t\t\ttoken = uni.getStorageSync('token'),\n\t\t\t\theader = {\n\t\t\t\t\ttoken: token || ''\n\t\t\t\t},\n\t\t\t\tpostData;\n\n\t\t\t// console.log(token,\"token\")\n\t\t\t//网络请求 \n\t\t\tuni.request({\n\t\t\t\turl: this.globalData.baseUrl + url,\n\t\t\t\tdata: data,\n\t\t\t\tmethod: method,\n\t\t\t\theader: header,\n\t\t\t\tsuccess: function(res) {\n\t\t\t\t\t// console.log(res)//返回取得的数据\n\t\t\t\t\t// console.log(res)\n\t\t\t\t\tif (res.statusCode == 200) {\n\t\t\t\t\t\tresolve(res);\n\t\t\t\t\t} else {\n\t\t\t\t\t\t// uni.showToast({\n\t\t\t\t\t\t// \ttitle: res.data.msg,\n\t\t\t\t\t\t// \ticon: 'none',\n\t\t\t\t\t\t// })\n\t\t\t\t\t\treject(res.data)\n\t\t\t\t\t\t// if (res.data.code == '401') {}\n\t\t\t\t\t}\n\t\t\t\t\t// (showLoad || showLoad == undefined) ? wx.hideLoading(): \"\";\n\t\t\t\t\t// wx.hideNavigationBarLoading()\n\t\t\t\t},\n\t\t\t\tfail: function(e) {\n\t\t\t\t\tconsole.log(e)\n\t\t\t\t\treject('网络出错');\n\t\t\t\t\t// (showLoad || showLoad == undefined) ? wx.hideLoading() : \"\";\n\t\t\t\t\twx.hideNavigationBarLoading()\n\t\t\t\t},\n\t\t\t\tcomplete: function(daa) {\n\t\t\t\t\t// console.log(daa)\n\t\t\t\t}\n\t\t\t})\n\t\t});\n\t\treturn promise;\n\t},\n\tglobalData: {\n\t\tuserInfo: null,\n\t\t// baseUrl: 'http://icrgangjuren.w.brotop.cn/'\n\t\tbaseUrl: 'https://www.bjzha.net/api/'\n\t}\n}\n","import mod from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\mini-css-extract-plugin\\\\dist\\\\loader.js??ref--6-oneOf-1-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\css-loader\\\\dist\\\\cjs.js??ref--6-oneOf-1-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\stylePostLoader.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--6-oneOf-1-2!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\postcss-loader\\\\src\\\\index.js??ref--6-oneOf-1-3!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./App.vue?vue&type=style&index=0&lang=css&\"; export default mod; export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\mini-css-extract-plugin\\\\dist\\\\loader.js??ref--6-oneOf-1-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\css-loader\\\\dist\\\\cjs.js??ref--6-oneOf-1-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\stylePostLoader.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--6-oneOf-1-2!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\postcss-loader\\\\src\\\\index.js??ref--6-oneOf-1-3!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./App.vue?vue&type=style&index=0&lang=css&\"","// extracted by mini-css-extract-plugin\n if(module.hot) {\n // 1587698424531\n var cssReload = require(\"F:/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/hmr/hotModuleReplacement.js\")(module.id, {\"hmr\":true,\"publicPath\":\"../../\",\"locals\":false});\n module.hot.dispose(cssReload);\n module.hot.accept(undefined, cssReload);\n }\n ","import 'uni-pages';import '@dcloudio/uni-stat';\nimport Vue from 'vue'\nimport Page from './pages/danweivote/danweivote.vue'\ncreatePage(Page)","import { render, staticRenderFns, recyclableRender, components } from \"./danweivote.vue?vue&type=template&id=dfb96fa6&\"\nvar renderjs\nimport script from \"./danweivote.vue?vue&type=script&lang=js&\"\nexport * from \"./danweivote.vue?vue&type=script&lang=js&\"\nimport style0 from \"./danweivote.vue?vue&type=style&index=0&lang=css&\"\n\n\n/* normalize component */\nimport normalizer from \"!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\runtime\\\\componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null,\n false,\n components,\n renderjs\n)\n\ncomponent.options.__file = \"G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/danweivote/danweivote.vue\"\nexport default component.exports","export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\templateLoader.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--16-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\template.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-uni-app-loader\\\\page-meta.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./danweivote.vue?vue&type=template&id=dfb96fa6&\"","var components\nvar render = function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n}\nvar recyclableRender = false\nvar staticRenderFns = []\nrender._withStripped = true\n\nexport { render, staticRenderFns, recyclableRender, components }","import mod from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\babel-loader\\\\lib\\\\index.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--12-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\script.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./danweivote.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\babel-loader\\\\lib\\\\index.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--12-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\script.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./danweivote.vue?vue&type=script&lang=js&\"","//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n\nimport app from \"../../App.vue\";\nexport default {\n\tdata() {\n\t\treturn {\n\t\t\trizhilist: [],\n\t\t\tfprojectid: ''\n\t\t}\n\t},\n\tonLoad(options) {\n\t\tconsole.log('参数', options)\n\t\tthis.fprojectid = options.id;\n\t\tconsole.log('111', this.fprojectid)\n\n\t\tthis.getrizhilist()\n\t},\n\tmethods: {\n\n\t\tgetrizhilist() {\n\t\t\tconsole.log(999)\n\t\t\tlet that = this;\n\t\t\tlet url = \"project/Get_viewloglist\";\n\t\t\tlet param = {\n\t\t\t\tfprojectid: this.fprojectid,\n\n\t\t\t}\n\t\t\tapp.post(url, param, 'get').then(r => {\n\t\t\t\tconsole.log(r)\n\n\n\t\t\t\t// console.log('1234567890',JSON.stringify(r))\n\t\t\t\tthat.rizhilist = r.data;\n\t\t\t\tlet newrizhilist = this.rizhilist;\n\t\t\t\tfor (var obj of newrizhilist) {\n\t\t\t\t\tobj.fcreatedate = obj.fcreatedate.split(\"T\");\n\t\t\t\t\tobj.fcreatedate = obj.fcreatedate[0]\n\t\t\t\t}\n\t\t\t\tthat.rizhilist = newrizhilist;\n\t\t\t\t\n\n\n\t\t\t}).catch(err => {\n\t\t\t\tconsole.log(err)\n\n\t\t\t})\n\t\t},\n\t\tenterxiangmu(e) {\n\t\t\tconsole.log(e)\n\t\t\tthis.keyword = e.target.value;\n\n\n\t\t},\n\n\n\t}\n}\n","import mod from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\mini-css-extract-plugin\\\\dist\\\\loader.js??ref--6-oneOf-1-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\css-loader\\\\dist\\\\cjs.js??ref--6-oneOf-1-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\stylePostLoader.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--6-oneOf-1-2!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\postcss-loader\\\\src\\\\index.js??ref--6-oneOf-1-3!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./danweivote.vue?vue&type=style&index=0&lang=css&\"; export default mod; export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\mini-css-extract-plugin\\\\dist\\\\loader.js??ref--6-oneOf-1-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\css-loader\\\\dist\\\\cjs.js??ref--6-oneOf-1-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\stylePostLoader.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--6-oneOf-1-2!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\postcss-loader\\\\src\\\\index.js??ref--6-oneOf-1-3!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./danweivote.vue?vue&type=style&index=0&lang=css&\"","// extracted by mini-css-extract-plugin\n if(module.hot) {\n // 1587698424529\n var cssReload = require(\"F:/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/hmr/hotModuleReplacement.js\")(module.id, {\"hmr\":true,\"publicPath\":\"../../\",\"locals\":false});\n module.hot.dispose(cssReload);\n module.hot.accept(undefined, cssReload);\n }\n ","var render, staticRenderFns, recyclableRender, components\nvar renderjs\nimport script from \"./App.vue?vue&type=script&lang=js&\"\nexport * from \"./App.vue?vue&type=script&lang=js&\"\nimport style0 from \"./App.vue?vue&type=style&index=0&lang=css&\"\n\n\n/* normalize component */\nimport normalizer from \"!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\runtime\\\\componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null,\n false,\n components,\n renderjs\n)\n\ncomponent.options.__file = \"G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue\"\nexport default component.exports"],"sourceRoot":""}  
  1 +{"version":3,"sources":["webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue?d032","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue?7f10","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue?431f","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/main.js","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/danweivote/danweivote.vue?22bd","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/danweivote/danweivote.vue?8ea4","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/danweivote/danweivote.vue?dd33","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/danweivote/danweivote.vue?3a7c","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/danweivote/danweivote.vue","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/danweivote/danweivote.vue?2f6f","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/danweivote/danweivote.vue?3d17","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue?1912"],"names":["onLaunch","console","log","onShow","onHide","post","url","data","method","promise","Promise","resolve","reject","that","token","uni","getStorageSync","header","postData","request","globalData","baseUrl","success","res","statusCode","fail","e","wx","hideNavigationBarLoading","complete","daa","userInfo","createPage","Page","rizhilist","fprojectid","onLoad","options","id","getrizhilist","methods","param","app","then","r","newrizhilist","obj","fcreatedate","split","catch","err","enterxiangmu","keyword","target","value"],"mappings":"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","file":"pages/danweivote/danweivote.js","sourcesContent":["import mod from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\babel-loader\\\\lib\\\\index.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--12-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\script.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./App.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\babel-loader\\\\lib\\\\index.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--12-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\script.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./App.vue?vue&type=script&lang=js&\"","\nexport default {\n\tonLaunch: function() {\n\t\tconsole.log('App Launch')\n\t\t// plus.screen.lockOrientation('portrait-primary');\n\t},\n\tonShow: function() {\n\n\t\tconsole.log('App Show')\n\t},\n\tonHide: function() {\n\t\tconsole.log('App Hide')\n\t},\n\tpost: function(url, data, method) {\n\n\t\t// (showLoad == undefined || showLoad) ?\n\t\t// wx.showLoading({\n\t\t// title: '加载中',\n\t\t// }) : ''\n\t\t// wx.showNavigationBarLoading()\n\t\tvar promise = new Promise((resolve, reject) => {\n\t\t\t//init\n\t\t\tlet that = this,\n\t\t\t\ttoken = uni.getStorageSync('token'),\n\t\t\t\theader = {\n\t\t\t\t\ttoken: token || ''\n\t\t\t\t},\n\t\t\t\tpostData;\n\n\t\t\t// console.log(token,\"token\")\n\t\t\t//网络请求 \n\t\t\tuni.request({\n\t\t\t\turl: this.globalData.baseUrl + url,\n\t\t\t\tdata: data,\n\t\t\t\tmethod: method,\n\t\t\t\theader: header,\n\t\t\t\tsuccess: function(res) {\n\t\t\t\t\t// console.log(res)//返回取得的数据\n\t\t\t\t\t// console.log(res)\n\t\t\t\t\tif (res.statusCode == 200) {\n\t\t\t\t\t\tresolve(res);\n\t\t\t\t\t} else {\n\t\t\t\t\t\t// uni.showToast({\n\t\t\t\t\t\t// \ttitle: res.data.msg,\n\t\t\t\t\t\t// \ticon: 'none',\n\t\t\t\t\t\t// })\n\t\t\t\t\t\treject(res.data)\n\t\t\t\t\t\t// if (res.data.code == '401') {}\n\t\t\t\t\t}\n\t\t\t\t\t// (showLoad || showLoad == undefined) ? wx.hideLoading(): \"\";\n\t\t\t\t\t// wx.hideNavigationBarLoading()\n\t\t\t\t},\n\t\t\t\tfail: function(e) {\n\t\t\t\t\tconsole.log(e)\n\t\t\t\t\treject('网络出错');\n\t\t\t\t\t// (showLoad || showLoad == undefined) ? wx.hideLoading() : \"\";\n\t\t\t\t\twx.hideNavigationBarLoading()\n\t\t\t\t},\n\t\t\t\tcomplete: function(daa) {\n\t\t\t\t\t// console.log(daa)\n\t\t\t\t}\n\t\t\t})\n\t\t});\n\t\treturn promise;\n\t},\n\tglobalData: {\n\t\tuserInfo: null,\n\t\t// baseUrl: 'http://icrgangjuren.w.brotop.cn/'\n\t\tbaseUrl: 'https://www.bjzha.net/api/'\n\t}\n}\n","import mod from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\mini-css-extract-plugin\\\\dist\\\\loader.js??ref--6-oneOf-1-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\css-loader\\\\dist\\\\cjs.js??ref--6-oneOf-1-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\stylePostLoader.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--6-oneOf-1-2!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\postcss-loader\\\\src\\\\index.js??ref--6-oneOf-1-3!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./App.vue?vue&type=style&index=0&lang=css&\"; export default mod; export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\mini-css-extract-plugin\\\\dist\\\\loader.js??ref--6-oneOf-1-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\css-loader\\\\dist\\\\cjs.js??ref--6-oneOf-1-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\stylePostLoader.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--6-oneOf-1-2!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\postcss-loader\\\\src\\\\index.js??ref--6-oneOf-1-3!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./App.vue?vue&type=style&index=0&lang=css&\"","// extracted by mini-css-extract-plugin\n if(module.hot) {\n // 1589774460911\n var cssReload = require(\"F:/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/hmr/hotModuleReplacement.js\")(module.id, {\"hmr\":true,\"publicPath\":\"../../\",\"locals\":false});\n module.hot.dispose(cssReload);\n module.hot.accept(undefined, cssReload);\n }\n ","import 'uni-pages';import '@dcloudio/uni-stat';\nimport Vue from 'vue'\nimport Page from './pages/danweivote/danweivote.vue'\ncreatePage(Page)","import { render, staticRenderFns, recyclableRender, components } from \"./danweivote.vue?vue&type=template&id=dfb96fa6&\"\nvar renderjs\nimport script from \"./danweivote.vue?vue&type=script&lang=js&\"\nexport * from \"./danweivote.vue?vue&type=script&lang=js&\"\nimport style0 from \"./danweivote.vue?vue&type=style&index=0&lang=css&\"\n\n\n/* normalize component */\nimport normalizer from \"!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\runtime\\\\componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null,\n false,\n components,\n renderjs\n)\n\ncomponent.options.__file = \"G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/danweivote/danweivote.vue\"\nexport default component.exports","export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\templateLoader.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--16-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\template.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-uni-app-loader\\\\page-meta.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./danweivote.vue?vue&type=template&id=dfb96fa6&\"","var components\nvar render = function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n}\nvar recyclableRender = false\nvar staticRenderFns = []\nrender._withStripped = true\n\nexport { render, staticRenderFns, recyclableRender, components }","import mod from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\babel-loader\\\\lib\\\\index.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--12-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\script.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./danweivote.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\babel-loader\\\\lib\\\\index.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--12-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\script.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./danweivote.vue?vue&type=script&lang=js&\"","//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n\nimport app from \"../../App.vue\";\nexport default {\n\tdata() {\n\t\treturn {\n\t\t\trizhilist: [],\n\t\t\tfprojectid: ''\n\t\t}\n\t},\n\tonLoad(options) {\n\t\tconsole.log('参数', options)\n\t\tthis.fprojectid = options.id;\n\t\tconsole.log('111', this.fprojectid)\n\n\t\tthis.getrizhilist()\n\t},\n\tmethods: {\n\n\t\tgetrizhilist() {\n\t\t\tconsole.log(999)\n\t\t\tlet that = this;\n\t\t\tlet url = \"project/Get_viewloglist\";\n\t\t\tlet param = {\n\t\t\t\tfprojectid: this.fprojectid,\n\n\t\t\t}\n\t\t\tapp.post(url, param, 'get').then(r => {\n\t\t\t\tconsole.log(r)\n\n\n\t\t\t\t// console.log('1234567890',JSON.stringify(r))\n\t\t\t\tthat.rizhilist = r.data;\n\t\t\t\tlet newrizhilist = this.rizhilist;\n\t\t\t\tfor (var obj of newrizhilist) {\n\t\t\t\t\tobj.fcreatedate = obj.fcreatedate.split(\"T\");\n\t\t\t\t\tobj.fcreatedate = obj.fcreatedate[0]\n\t\t\t\t}\n\t\t\t\tthat.rizhilist = newrizhilist;\n\t\t\t\t\n\n\n\t\t\t}).catch(err => {\n\t\t\t\tconsole.log(err)\n\n\t\t\t})\n\t\t},\n\t\tenterxiangmu(e) {\n\t\t\tconsole.log(e)\n\t\t\tthis.keyword = e.target.value;\n\n\n\t\t},\n\n\n\t}\n}\n","import mod from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\mini-css-extract-plugin\\\\dist\\\\loader.js??ref--6-oneOf-1-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\css-loader\\\\dist\\\\cjs.js??ref--6-oneOf-1-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\stylePostLoader.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--6-oneOf-1-2!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\postcss-loader\\\\src\\\\index.js??ref--6-oneOf-1-3!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./danweivote.vue?vue&type=style&index=0&lang=css&\"; export default mod; export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\mini-css-extract-plugin\\\\dist\\\\loader.js??ref--6-oneOf-1-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\css-loader\\\\dist\\\\cjs.js??ref--6-oneOf-1-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\stylePostLoader.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--6-oneOf-1-2!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\postcss-loader\\\\src\\\\index.js??ref--6-oneOf-1-3!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./danweivote.vue?vue&type=style&index=0&lang=css&\"","// extracted by mini-css-extract-plugin\n if(module.hot) {\n // 1589774460929\n var cssReload = require(\"F:/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/hmr/hotModuleReplacement.js\")(module.id, {\"hmr\":true,\"publicPath\":\"../../\",\"locals\":false});\n module.hot.dispose(cssReload);\n module.hot.accept(undefined, cssReload);\n }\n ","var render, staticRenderFns, recyclableRender, components\nvar renderjs\nimport script from \"./App.vue?vue&type=script&lang=js&\"\nexport * from \"./App.vue?vue&type=script&lang=js&\"\nimport style0 from \"./App.vue?vue&type=style&index=0&lang=css&\"\n\n\n/* normalize component */\nimport normalizer from \"!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\runtime\\\\componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null,\n false,\n components,\n renderjs\n)\n\ncomponent.options.__file = \"G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue\"\nexport default component.exports"],"sourceRoot":""}
1 -{"version":3,"sources":["webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue?d032","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue?7f10","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue?431f","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/main.js","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/danweizixun/danweizixun.vue?fbd7","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/danweizixun/danweizixun.vue?8ee1","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/danweizixun/danweizixun.vue?10d1","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/danweizixun/danweizixun.vue?8425","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/danweizixun/danweizixun.vue","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/danweizixun/danweizixun.vue?0b2d","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/danweizixun/danweizixun.vue?d8e0","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue?1912"],"names":["onLaunch","console","log","onShow","onHide","post","url","data","method","promise","Promise","resolve","reject","that","token","uni","getStorageSync","header","postData","request","globalData","baseUrl","success","res","statusCode","fail","e","wx","hideNavigationBarLoading","complete","daa","userInfo","createPage","Page","selshow","xiangmulist","keyword","end","querylist","onLoad","methods","zixundanweifen","disid","target","dataset","item","fteamid","ftemid","fprojectid","JSON","stringify","navigateTo","status","vote","id","itemid","getzixunlist","param","fuserid","role","app","then","r","splice","catch","err","enterxiangmu","value","chaxun","newxiangmuarr","newxiangmulist","name","obj","push","fname","i","length","j","indexOf"],"mappings":"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","file":"pages/danweizixun/danweizixun.js","sourcesContent":["import mod from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\babel-loader\\\\lib\\\\index.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--12-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\script.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./App.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\babel-loader\\\\lib\\\\index.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--12-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\script.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./App.vue?vue&type=script&lang=js&\"","\nexport default {\n\tonLaunch: function() {\n\t\tconsole.log('App Launch')\n\t\t// plus.screen.lockOrientation('portrait-primary');\n\t},\n\tonShow: function() {\n\n\t\tconsole.log('App Show')\n\t},\n\tonHide: function() {\n\t\tconsole.log('App Hide')\n\t},\n\tpost: function(url, data, method) {\n\n\t\t// (showLoad == undefined || showLoad) ?\n\t\t// wx.showLoading({\n\t\t// title: '加载中',\n\t\t// }) : ''\n\t\t// wx.showNavigationBarLoading()\n\t\tvar promise = new Promise((resolve, reject) => {\n\t\t\t//init\n\t\t\tlet that = this,\n\t\t\t\ttoken = uni.getStorageSync('token'),\n\t\t\t\theader = {\n\t\t\t\t\ttoken: token || ''\n\t\t\t\t},\n\t\t\t\tpostData;\n\n\t\t\t// console.log(token,\"token\")\n\t\t\t//网络请求 \n\t\t\tuni.request({\n\t\t\t\turl: this.globalData.baseUrl + url,\n\t\t\t\tdata: data,\n\t\t\t\tmethod: method,\n\t\t\t\theader: header,\n\t\t\t\tsuccess: function(res) {\n\t\t\t\t\t// console.log(res)//返回取得的数据\n\t\t\t\t\t// console.log(res)\n\t\t\t\t\tif (res.statusCode == 200) {\n\t\t\t\t\t\tresolve(res);\n\t\t\t\t\t} else {\n\t\t\t\t\t\t// uni.showToast({\n\t\t\t\t\t\t// \ttitle: res.data.msg,\n\t\t\t\t\t\t// \ticon: 'none',\n\t\t\t\t\t\t// })\n\t\t\t\t\t\treject(res.data)\n\t\t\t\t\t\t// if (res.data.code == '401') {}\n\t\t\t\t\t}\n\t\t\t\t\t// (showLoad || showLoad == undefined) ? wx.hideLoading(): \"\";\n\t\t\t\t\t// wx.hideNavigationBarLoading()\n\t\t\t\t},\n\t\t\t\tfail: function(e) {\n\t\t\t\t\tconsole.log(e)\n\t\t\t\t\treject('网络出错');\n\t\t\t\t\t// (showLoad || showLoad == undefined) ? wx.hideLoading() : \"\";\n\t\t\t\t\twx.hideNavigationBarLoading()\n\t\t\t\t},\n\t\t\t\tcomplete: function(daa) {\n\t\t\t\t\t// console.log(daa)\n\t\t\t\t}\n\t\t\t})\n\t\t});\n\t\treturn promise;\n\t},\n\tglobalData: {\n\t\tuserInfo: null,\n\t\t// baseUrl: 'http://icrgangjuren.w.brotop.cn/'\n\t\tbaseUrl: 'https://www.bjzha.net/api/'\n\t}\n}\n","import mod from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\mini-css-extract-plugin\\\\dist\\\\loader.js??ref--6-oneOf-1-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\css-loader\\\\dist\\\\cjs.js??ref--6-oneOf-1-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\stylePostLoader.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--6-oneOf-1-2!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\postcss-loader\\\\src\\\\index.js??ref--6-oneOf-1-3!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./App.vue?vue&type=style&index=0&lang=css&\"; export default mod; export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\mini-css-extract-plugin\\\\dist\\\\loader.js??ref--6-oneOf-1-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\css-loader\\\\dist\\\\cjs.js??ref--6-oneOf-1-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\stylePostLoader.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--6-oneOf-1-2!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\postcss-loader\\\\src\\\\index.js??ref--6-oneOf-1-3!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./App.vue?vue&type=style&index=0&lang=css&\"","// extracted by mini-css-extract-plugin\n if(module.hot) {\n // 1587698424531\n var cssReload = require(\"F:/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/hmr/hotModuleReplacement.js\")(module.id, {\"hmr\":true,\"publicPath\":\"../../\",\"locals\":false});\n module.hot.dispose(cssReload);\n module.hot.accept(undefined, cssReload);\n }\n ","import 'uni-pages';import '@dcloudio/uni-stat';\nimport Vue from 'vue'\nimport Page from './pages/danweizixun/danweizixun.vue'\ncreatePage(Page)","import { render, staticRenderFns, recyclableRender, components } from \"./danweizixun.vue?vue&type=template&id=617acf42&\"\nvar renderjs\nimport script from \"./danweizixun.vue?vue&type=script&lang=js&\"\nexport * from \"./danweizixun.vue?vue&type=script&lang=js&\"\nimport style0 from \"./danweizixun.vue?vue&type=style&index=0&lang=css&\"\n\n\n/* normalize component */\nimport normalizer from \"!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\runtime\\\\componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null,\n false,\n components,\n renderjs\n)\n\ncomponent.options.__file = \"G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/danweizixun/danweizixun.vue\"\nexport default component.exports","export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\templateLoader.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--16-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\template.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-uni-app-loader\\\\page-meta.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./danweizixun.vue?vue&type=template&id=617acf42&\"","var components\nvar render = function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n}\nvar recyclableRender = false\nvar staticRenderFns = []\nrender._withStripped = true\n\nexport { render, staticRenderFns, recyclableRender, components }","import mod from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\babel-loader\\\\lib\\\\index.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--12-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\script.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./danweizixun.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\babel-loader\\\\lib\\\\index.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--12-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\script.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./danweizixun.vue?vue&type=script&lang=js&\"","//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n\nimport app from \"../../App.vue\";\nexport default {\n\tdata() {\n\t\treturn {\n\t\t\tselshow: false,\n\t\t\txiangmulist: [],\n\t\t\tkeyword: '',\n\t\t\tend:\"\",\n\t\t\tquerylist:[]\n\t\t}\n\t},\n\tonLoad() {\n\t\t\n\t},\n\tmethods: {\n\t\t// 咨询单位分配\n\t\tzixundanweifen(e) {\n\t\t\tconsole.log(e)\n\t\t\tlet disid=e.target.dataset.disid;\n\t\t\tlet item=e.target.dataset.item;\n\t\t\tconsole.log('999',item)\n\t\t\tlet fteamid=item.ftemid;\n\t\t\tlet fprojectid=item.fprojectid;\n\t\t\tconsole.log(fprojectid)\n\t\t\titem=JSON.stringify(item);\n\t\t\tconsole.log(item)\n\t\t\tuni.navigateTo({\n\t\t\t\turl: '../zixundanweifen/zixundanweifen?disid='+disid+'&item='+item+'&fteamid='+fteamid+'&fprojectid='+fprojectid+'&status='+this.end[0].status\n\t\t\t})\n\t\t},\n\t\tvote(e) {\n\t\t\t\n\t\t\tlet id=e.target.dataset.itemid\n\t\t\tconsole.log('lalal',id)\n\t\t\t// let id=e.target.value;\n\t\t\t// console.log('lalalal',id)\n\t\t\tuni.navigateTo({\n\t\t\t\turl: '../danweivote/danweivote?id='+id\n\t\t\t})\n\t\t},\n\t\tgetzixunlist() {\n\t\t\tconsole.log(999)\n\t\t\tlet that = this;\n\t\t\tlet url = \"project/Get_advisory\";\n\t\t\tlet param={\n\t\t\t\tfuserid:uni.getStorageSync(\"userid\"),\n\t\t\t\trole:uni.getStorageSync(\"role\"),\n\t\t\t\tfprojectid:''\n\t\t\t}\n\t\t\tapp.post(url, param, 'get').then(r => {\n\t\t\t\tconsole.log('咨询单位',r)\n\t\t\t\t// console.log(r)\n\t\t\t\t// console.log('1234567890',JSON.stringify(r))\n\t\t\t\tthat.xiangmulist = r.data;\n\t\t\t\tthat.querylist=r.data\n\t\t\t\tlet end=that.xiangmulist.splice(-1);\n\t\t\t\tthat.end=end;\n\t\t\t\tconsole.log('hahhahahhah',JSON.stringify(that.end))\n\t\t\t\tconsole.log(that.end[0].status)\n\t\t\t\tconsole.log(JSON.stringify(end))\n\t\t\t\tconsole.log(that.xiangmulist)\n\n\n\n\t\t\t}).catch(err => {\n\t\t\t\tconsole.log(err)\n\n\t\t\t})\n\t\t},\n\t\tenterxiangmu(e) {\n\t\t\tconsole.log(e)\n\t\t\tthis.keyword = e.target.value;\n\n\n\t\t},\n\t\tchaxun() {\n\t\t\tif(this.keyword==''){\n\t\t\t\tthis.getzixunlist();\n\t\t\t}else{\n\t\t\t\tlet newxiangmuarr = [];\n\t\t\t\tlet newxiangmulist = this.querylist;\n\t\t\t\tlet name=[]\n\t\t\t\tfor (var obj of newxiangmulist) {\n\t\t\t\t\tname.push(obj.fname)\n\t\t\t\t\t\n\t\t\t\t}\n\t\t\t\tconsole.log('名称',name)\n\t\t\t\tfor(var i=0;i<newxiangmulist.length;i++){\n\t\t\t\t\tfor(var j=0;j<name.length;j++){\n\t\t\t\t\t\t\n\t\t\t\t\t\tif (name[j].indexOf(this.keyword)>=0) {\n\t\t\t\t\t\t\tif(j==i){\n\t\t\t\t\t\t\t\tnewxiangmuarr.push(newxiangmulist[i])\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t// console.log(9999)\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\t\n\t\t\t\tconsole.log('9999000777',newxiangmuarr);\n\t\t\t\tthis.xiangmulist = newxiangmuarr;\n\t\t\t\t\n\t\t\t}\n\t\t}\n\n\t},\n\tonShow(){\n\t\tthis.getzixunlist()\n\t}\n}\n\n\n","import mod from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\mini-css-extract-plugin\\\\dist\\\\loader.js??ref--6-oneOf-1-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\css-loader\\\\dist\\\\cjs.js??ref--6-oneOf-1-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\stylePostLoader.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--6-oneOf-1-2!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\postcss-loader\\\\src\\\\index.js??ref--6-oneOf-1-3!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./danweizixun.vue?vue&type=style&index=0&lang=css&\"; export default mod; export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\mini-css-extract-plugin\\\\dist\\\\loader.js??ref--6-oneOf-1-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\css-loader\\\\dist\\\\cjs.js??ref--6-oneOf-1-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\stylePostLoader.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--6-oneOf-1-2!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\postcss-loader\\\\src\\\\index.js??ref--6-oneOf-1-3!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./danweizixun.vue?vue&type=style&index=0&lang=css&\"","// extracted by mini-css-extract-plugin\n if(module.hot) {\n // 1587698424543\n var cssReload = require(\"F:/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/hmr/hotModuleReplacement.js\")(module.id, {\"hmr\":true,\"publicPath\":\"../../\",\"locals\":false});\n module.hot.dispose(cssReload);\n module.hot.accept(undefined, cssReload);\n }\n ","var render, staticRenderFns, recyclableRender, components\nvar renderjs\nimport script from \"./App.vue?vue&type=script&lang=js&\"\nexport * from \"./App.vue?vue&type=script&lang=js&\"\nimport style0 from \"./App.vue?vue&type=style&index=0&lang=css&\"\n\n\n/* normalize component */\nimport normalizer from \"!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\runtime\\\\componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null,\n false,\n components,\n renderjs\n)\n\ncomponent.options.__file = \"G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue\"\nexport default component.exports"],"sourceRoot":""}  
  1 +{"version":3,"sources":["webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue?d032","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue?7f10","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue?431f","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/main.js","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/danweizixun/danweizixun.vue?fbd7","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/danweizixun/danweizixun.vue?8ee1","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/danweizixun/danweizixun.vue?10d1","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/danweizixun/danweizixun.vue?8425","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/danweizixun/danweizixun.vue","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/danweizixun/danweizixun.vue?0b2d","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/danweizixun/danweizixun.vue?d8e0","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue?1912"],"names":["onLaunch","console","log","onShow","onHide","post","url","data","method","promise","Promise","resolve","reject","that","token","uni","getStorageSync","header","postData","request","globalData","baseUrl","success","res","statusCode","fail","e","wx","hideNavigationBarLoading","complete","daa","userInfo","createPage","Page","selshow","xiangmulist","keyword","end","querylist","onLoad","methods","zixundanweifen","disid","target","dataset","item","fteamid","ftemid","fprojectid","JSON","stringify","navigateTo","status","vote","id","itemid","getzixunlist","param","fuserid","role","app","then","r","splice","catch","err","enterxiangmu","value","chaxun","newxiangmuarr","newxiangmulist","name","obj","push","fname","i","length","j","indexOf"],"mappings":"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","file":"pages/danweizixun/danweizixun.js","sourcesContent":["import mod from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\babel-loader\\\\lib\\\\index.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--12-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\script.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./App.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\babel-loader\\\\lib\\\\index.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--12-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\script.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./App.vue?vue&type=script&lang=js&\"","\nexport default {\n\tonLaunch: function() {\n\t\tconsole.log('App Launch')\n\t\t// plus.screen.lockOrientation('portrait-primary');\n\t},\n\tonShow: function() {\n\n\t\tconsole.log('App Show')\n\t},\n\tonHide: function() {\n\t\tconsole.log('App Hide')\n\t},\n\tpost: function(url, data, method) {\n\n\t\t// (showLoad == undefined || showLoad) ?\n\t\t// wx.showLoading({\n\t\t// title: '加载中',\n\t\t// }) : ''\n\t\t// wx.showNavigationBarLoading()\n\t\tvar promise = new Promise((resolve, reject) => {\n\t\t\t//init\n\t\t\tlet that = this,\n\t\t\t\ttoken = uni.getStorageSync('token'),\n\t\t\t\theader = {\n\t\t\t\t\ttoken: token || ''\n\t\t\t\t},\n\t\t\t\tpostData;\n\n\t\t\t// console.log(token,\"token\")\n\t\t\t//网络请求 \n\t\t\tuni.request({\n\t\t\t\turl: this.globalData.baseUrl + url,\n\t\t\t\tdata: data,\n\t\t\t\tmethod: method,\n\t\t\t\theader: header,\n\t\t\t\tsuccess: function(res) {\n\t\t\t\t\t// console.log(res)//返回取得的数据\n\t\t\t\t\t// console.log(res)\n\t\t\t\t\tif (res.statusCode == 200) {\n\t\t\t\t\t\tresolve(res);\n\t\t\t\t\t} else {\n\t\t\t\t\t\t// uni.showToast({\n\t\t\t\t\t\t// \ttitle: res.data.msg,\n\t\t\t\t\t\t// \ticon: 'none',\n\t\t\t\t\t\t// })\n\t\t\t\t\t\treject(res.data)\n\t\t\t\t\t\t// if (res.data.code == '401') {}\n\t\t\t\t\t}\n\t\t\t\t\t// (showLoad || showLoad == undefined) ? wx.hideLoading(): \"\";\n\t\t\t\t\t// wx.hideNavigationBarLoading()\n\t\t\t\t},\n\t\t\t\tfail: function(e) {\n\t\t\t\t\tconsole.log(e)\n\t\t\t\t\treject('网络出错');\n\t\t\t\t\t// (showLoad || showLoad == undefined) ? wx.hideLoading() : \"\";\n\t\t\t\t\twx.hideNavigationBarLoading()\n\t\t\t\t},\n\t\t\t\tcomplete: function(daa) {\n\t\t\t\t\t// console.log(daa)\n\t\t\t\t}\n\t\t\t})\n\t\t});\n\t\treturn promise;\n\t},\n\tglobalData: {\n\t\tuserInfo: null,\n\t\t// baseUrl: 'http://icrgangjuren.w.brotop.cn/'\n\t\tbaseUrl: 'https://www.bjzha.net/api/'\n\t}\n}\n","import mod from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\mini-css-extract-plugin\\\\dist\\\\loader.js??ref--6-oneOf-1-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\css-loader\\\\dist\\\\cjs.js??ref--6-oneOf-1-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\stylePostLoader.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--6-oneOf-1-2!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\postcss-loader\\\\src\\\\index.js??ref--6-oneOf-1-3!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./App.vue?vue&type=style&index=0&lang=css&\"; export default mod; export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\mini-css-extract-plugin\\\\dist\\\\loader.js??ref--6-oneOf-1-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\css-loader\\\\dist\\\\cjs.js??ref--6-oneOf-1-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\stylePostLoader.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--6-oneOf-1-2!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\postcss-loader\\\\src\\\\index.js??ref--6-oneOf-1-3!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./App.vue?vue&type=style&index=0&lang=css&\"","// extracted by mini-css-extract-plugin\n if(module.hot) {\n // 1589774460911\n var cssReload = require(\"F:/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/hmr/hotModuleReplacement.js\")(module.id, {\"hmr\":true,\"publicPath\":\"../../\",\"locals\":false});\n module.hot.dispose(cssReload);\n module.hot.accept(undefined, cssReload);\n }\n ","import 'uni-pages';import '@dcloudio/uni-stat';\nimport Vue from 'vue'\nimport Page from './pages/danweizixun/danweizixun.vue'\ncreatePage(Page)","import { render, staticRenderFns, recyclableRender, components } from \"./danweizixun.vue?vue&type=template&id=617acf42&\"\nvar renderjs\nimport script from \"./danweizixun.vue?vue&type=script&lang=js&\"\nexport * from \"./danweizixun.vue?vue&type=script&lang=js&\"\nimport style0 from \"./danweizixun.vue?vue&type=style&index=0&lang=css&\"\n\n\n/* normalize component */\nimport normalizer from \"!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\runtime\\\\componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null,\n false,\n components,\n renderjs\n)\n\ncomponent.options.__file = \"G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/danweizixun/danweizixun.vue\"\nexport default component.exports","export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\templateLoader.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--16-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\template.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-uni-app-loader\\\\page-meta.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./danweizixun.vue?vue&type=template&id=617acf42&\"","var components\nvar render = function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n}\nvar recyclableRender = false\nvar staticRenderFns = []\nrender._withStripped = true\n\nexport { render, staticRenderFns, recyclableRender, components }","import mod from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\babel-loader\\\\lib\\\\index.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--12-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\script.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./danweizixun.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\babel-loader\\\\lib\\\\index.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--12-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\script.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./danweizixun.vue?vue&type=script&lang=js&\"","//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n\nimport app from \"../../App.vue\";\nexport default {\n\tdata() {\n\t\treturn {\n\t\t\tselshow: false,\n\t\t\txiangmulist: [],\n\t\t\tkeyword: '',\n\t\t\tend:\"\",\n\t\t\tquerylist:[]\n\t\t}\n\t},\n\tonLoad() {\n\t\t\n\t},\n\tmethods: {\n\t\t// 咨询单位分配\n\t\tzixundanweifen(e) {\n\t\t\tconsole.log(e)\n\t\t\tlet disid=e.target.dataset.disid;\n\t\t\tlet item=e.target.dataset.item;\n\t\t\tconsole.log('999',item)\n\t\t\tlet fteamid=item.ftemid;\n\t\t\tlet fprojectid=item.fprojectid;\n\t\t\tconsole.log(fprojectid)\n\t\t\titem=JSON.stringify(item);\n\t\t\tconsole.log(item)\n\t\t\tuni.navigateTo({\n\t\t\t\turl: '../zixundanweifen/zixundanweifen?disid='+disid+'&item='+item+'&fteamid='+fteamid+'&fprojectid='+fprojectid+'&status='+this.end[0].status\n\t\t\t})\n\t\t},\n\t\tvote(e) {\n\t\t\t\n\t\t\tlet id=e.target.dataset.itemid\n\t\t\tconsole.log('lalal',id)\n\t\t\t// let id=e.target.value;\n\t\t\t// console.log('lalalal',id)\n\t\t\tuni.navigateTo({\n\t\t\t\turl: '../danweivote/danweivote?id='+id\n\t\t\t})\n\t\t},\n\t\tgetzixunlist() {\n\t\t\tconsole.log(999)\n\t\t\tlet that = this;\n\t\t\tlet url = \"project/Get_advisory\";\n\t\t\tlet param={\n\t\t\t\tfuserid:uni.getStorageSync(\"userid\"),\n\t\t\t\trole:uni.getStorageSync(\"role\"),\n\t\t\t\tfprojectid:''\n\t\t\t}\n\t\t\tapp.post(url, param, 'get').then(r => {\n\t\t\t\tconsole.log('咨询单位',r)\n\t\t\t\t// console.log(r)\n\t\t\t\t// console.log('1234567890',JSON.stringify(r))\n\t\t\t\tthat.xiangmulist = r.data;\n\t\t\t\tthat.querylist=r.data\n\t\t\t\tlet end=that.xiangmulist.splice(-1);\n\t\t\t\tthat.end=end;\n\t\t\t\tconsole.log('hahhahahhah',JSON.stringify(that.end))\n\t\t\t\tconsole.log(that.end[0].status)\n\t\t\t\tconsole.log(JSON.stringify(end))\n\t\t\t\tconsole.log(that.xiangmulist)\n\n\n\n\t\t\t}).catch(err => {\n\t\t\t\tconsole.log(err)\n\n\t\t\t})\n\t\t},\n\t\tenterxiangmu(e) {\n\t\t\tconsole.log(e)\n\t\t\tthis.keyword = e.target.value;\n\n\n\t\t},\n\t\tchaxun() {\n\t\t\tif(this.keyword==''){\n\t\t\t\tthis.getzixunlist();\n\t\t\t}else{\n\t\t\t\tlet newxiangmuarr = [];\n\t\t\t\tlet newxiangmulist = this.querylist;\n\t\t\t\tlet name=[]\n\t\t\t\tfor (var obj of newxiangmulist) {\n\t\t\t\t\tname.push(obj.fname)\n\t\t\t\t\t\n\t\t\t\t}\n\t\t\t\tconsole.log('名称',name)\n\t\t\t\tfor(var i=0;i<newxiangmulist.length;i++){\n\t\t\t\t\tfor(var j=0;j<name.length;j++){\n\t\t\t\t\t\t\n\t\t\t\t\t\tif (name[j].indexOf(this.keyword)>=0) {\n\t\t\t\t\t\t\tif(j==i){\n\t\t\t\t\t\t\t\tnewxiangmuarr.push(newxiangmulist[i])\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t// console.log(9999)\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\t\n\t\t\t\tconsole.log('9999000777',newxiangmuarr);\n\t\t\t\tthis.xiangmulist = newxiangmuarr;\n\t\t\t\t\n\t\t\t}\n\t\t}\n\n\t},\n\tonShow(){\n\t\tthis.getzixunlist()\n\t}\n}\n\n\n","import mod from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\mini-css-extract-plugin\\\\dist\\\\loader.js??ref--6-oneOf-1-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\css-loader\\\\dist\\\\cjs.js??ref--6-oneOf-1-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\stylePostLoader.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--6-oneOf-1-2!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\postcss-loader\\\\src\\\\index.js??ref--6-oneOf-1-3!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./danweizixun.vue?vue&type=style&index=0&lang=css&\"; export default mod; export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\mini-css-extract-plugin\\\\dist\\\\loader.js??ref--6-oneOf-1-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\css-loader\\\\dist\\\\cjs.js??ref--6-oneOf-1-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\stylePostLoader.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--6-oneOf-1-2!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\postcss-loader\\\\src\\\\index.js??ref--6-oneOf-1-3!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./danweizixun.vue?vue&type=style&index=0&lang=css&\"","// extracted by mini-css-extract-plugin\n if(module.hot) {\n // 1589774460922\n var cssReload = require(\"F:/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/hmr/hotModuleReplacement.js\")(module.id, {\"hmr\":true,\"publicPath\":\"../../\",\"locals\":false});\n module.hot.dispose(cssReload);\n module.hot.accept(undefined, cssReload);\n }\n ","var render, staticRenderFns, recyclableRender, components\nvar renderjs\nimport script from \"./App.vue?vue&type=script&lang=js&\"\nexport * from \"./App.vue?vue&type=script&lang=js&\"\nimport style0 from \"./App.vue?vue&type=style&index=0&lang=css&\"\n\n\n/* normalize component */\nimport normalizer from \"!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\runtime\\\\componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null,\n false,\n components,\n renderjs\n)\n\ncomponent.options.__file = \"G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue\"\nexport default component.exports"],"sourceRoot":""}
1 -{"version":3,"sources":["webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue?d032","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue?7f10","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue?431f","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/main.js","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/download/download.vue?cfda","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/download/download.vue?7ce2","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/download/download.vue?4e5f","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/download/download.vue?6a87","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/download/download.vue","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue?1912"],"names":["onLaunch","console","log","onShow","onHide","post","url","data","method","promise","Promise","resolve","reject","that","token","uni","getStorageSync","header","postData","request","globalData","baseUrl","success","res","statusCode","fail","e","wx","hideNavigationBarLoading","complete","daa","userInfo","createPage","Page","showbanben","onLoad","options","methods"],"mappings":"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","file":"pages/download/download.js","sourcesContent":["import mod from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\babel-loader\\\\lib\\\\index.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--12-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\script.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./App.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\babel-loader\\\\lib\\\\index.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--12-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\script.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./App.vue?vue&type=script&lang=js&\"","\nexport default {\n\tonLaunch: function() {\n\t\tconsole.log('App Launch')\n\t\t// plus.screen.lockOrientation('portrait-primary');\n\t},\n\tonShow: function() {\n\n\t\tconsole.log('App Show')\n\t},\n\tonHide: function() {\n\t\tconsole.log('App Hide')\n\t},\n\tpost: function(url, data, method) {\n\n\t\t// (showLoad == undefined || showLoad) ?\n\t\t// wx.showLoading({\n\t\t// title: '加载中',\n\t\t// }) : ''\n\t\t// wx.showNavigationBarLoading()\n\t\tvar promise = new Promise((resolve, reject) => {\n\t\t\t//init\n\t\t\tlet that = this,\n\t\t\t\ttoken = uni.getStorageSync('token'),\n\t\t\t\theader = {\n\t\t\t\t\ttoken: token || ''\n\t\t\t\t},\n\t\t\t\tpostData;\n\n\t\t\t// console.log(token,\"token\")\n\t\t\t//网络请求 \n\t\t\tuni.request({\n\t\t\t\turl: this.globalData.baseUrl + url,\n\t\t\t\tdata: data,\n\t\t\t\tmethod: method,\n\t\t\t\theader: header,\n\t\t\t\tsuccess: function(res) {\n\t\t\t\t\t// console.log(res)//返回取得的数据\n\t\t\t\t\t// console.log(res)\n\t\t\t\t\tif (res.statusCode == 200) {\n\t\t\t\t\t\tresolve(res);\n\t\t\t\t\t} else {\n\t\t\t\t\t\t// uni.showToast({\n\t\t\t\t\t\t// \ttitle: res.data.msg,\n\t\t\t\t\t\t// \ticon: 'none',\n\t\t\t\t\t\t// })\n\t\t\t\t\t\treject(res.data)\n\t\t\t\t\t\t// if (res.data.code == '401') {}\n\t\t\t\t\t}\n\t\t\t\t\t// (showLoad || showLoad == undefined) ? wx.hideLoading(): \"\";\n\t\t\t\t\t// wx.hideNavigationBarLoading()\n\t\t\t\t},\n\t\t\t\tfail: function(e) {\n\t\t\t\t\tconsole.log(e)\n\t\t\t\t\treject('网络出错');\n\t\t\t\t\t// (showLoad || showLoad == undefined) ? wx.hideLoading() : \"\";\n\t\t\t\t\twx.hideNavigationBarLoading()\n\t\t\t\t},\n\t\t\t\tcomplete: function(daa) {\n\t\t\t\t\t// console.log(daa)\n\t\t\t\t}\n\t\t\t})\n\t\t});\n\t\treturn promise;\n\t},\n\tglobalData: {\n\t\tuserInfo: null,\n\t\t// baseUrl: 'http://icrgangjuren.w.brotop.cn/'\n\t\tbaseUrl: 'https://www.bjzha.net/api/'\n\t}\n}\n","import mod from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\mini-css-extract-plugin\\\\dist\\\\loader.js??ref--6-oneOf-1-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\css-loader\\\\dist\\\\cjs.js??ref--6-oneOf-1-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\stylePostLoader.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--6-oneOf-1-2!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\postcss-loader\\\\src\\\\index.js??ref--6-oneOf-1-3!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./App.vue?vue&type=style&index=0&lang=css&\"; export default mod; export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\mini-css-extract-plugin\\\\dist\\\\loader.js??ref--6-oneOf-1-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\css-loader\\\\dist\\\\cjs.js??ref--6-oneOf-1-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\stylePostLoader.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--6-oneOf-1-2!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\postcss-loader\\\\src\\\\index.js??ref--6-oneOf-1-3!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./App.vue?vue&type=style&index=0&lang=css&\"","// extracted by mini-css-extract-plugin\n if(module.hot) {\n // 1587698424531\n var cssReload = require(\"F:/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/hmr/hotModuleReplacement.js\")(module.id, {\"hmr\":true,\"publicPath\":\"../../\",\"locals\":false});\n module.hot.dispose(cssReload);\n module.hot.accept(undefined, cssReload);\n }\n ","import 'uni-pages';import '@dcloudio/uni-stat';\nimport Vue from 'vue'\nimport Page from './pages/download/download.vue'\ncreatePage(Page)","import { render, staticRenderFns, recyclableRender, components } from \"./download.vue?vue&type=template&id=45a0686d&\"\nvar renderjs\nimport script from \"./download.vue?vue&type=script&lang=js&\"\nexport * from \"./download.vue?vue&type=script&lang=js&\"\n\n\n/* normalize component */\nimport normalizer from \"!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\runtime\\\\componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null,\n false,\n components,\n renderjs\n)\n\ncomponent.options.__file = \"G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/download/download.vue\"\nexport default component.exports","export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\templateLoader.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--16-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\template.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-uni-app-loader\\\\page-meta.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./download.vue?vue&type=template&id=45a0686d&\"","var components\nvar render = function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n}\nvar recyclableRender = false\nvar staticRenderFns = []\nrender._withStripped = true\n\nexport { render, staticRenderFns, recyclableRender, components }","import mod from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\babel-loader\\\\lib\\\\index.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--12-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\script.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./download.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\babel-loader\\\\lib\\\\index.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--12-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\script.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./download.vue?vue&type=script&lang=js&\"","//\n//\n//\n//\n//\n\nimport app from \"../../App.vue\";\nexport default {\n\tdata() {\n\t\treturn {\n\t\t\tshowbanben: false\n\t\t}\n\t},\n\tonLoad(options) {\n\t\tconsole.log(options)\n\t\tthis.url=uni.getStorageSync(\"url\");\n\t\tconsole.log(this.url)\n\n\n\t},\n\tmethods: {\n\n\n\t}\n\n}\n","var render, staticRenderFns, recyclableRender, components\nvar renderjs\nimport script from \"./App.vue?vue&type=script&lang=js&\"\nexport * from \"./App.vue?vue&type=script&lang=js&\"\nimport style0 from \"./App.vue?vue&type=style&index=0&lang=css&\"\n\n\n/* normalize component */\nimport normalizer from \"!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\runtime\\\\componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null,\n false,\n components,\n renderjs\n)\n\ncomponent.options.__file = \"G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue\"\nexport default component.exports"],"sourceRoot":""}  
  1 +{"version":3,"sources":["webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue?d032","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue?7f10","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue?431f","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/main.js","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/download/download.vue?cfda","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/download/download.vue?7ce2","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/download/download.vue?4e5f","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/download/download.vue?6a87","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/download/download.vue","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue?1912"],"names":["onLaunch","console","log","onShow","onHide","post","url","data","method","promise","Promise","resolve","reject","that","token","uni","getStorageSync","header","postData","request","globalData","baseUrl","success","res","statusCode","fail","e","wx","hideNavigationBarLoading","complete","daa","userInfo","createPage","Page","showbanben","onLoad","options","methods"],"mappings":"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","file":"pages/download/download.js","sourcesContent":["import mod from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\babel-loader\\\\lib\\\\index.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--12-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\script.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./App.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\babel-loader\\\\lib\\\\index.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--12-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\script.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./App.vue?vue&type=script&lang=js&\"","\nexport default {\n\tonLaunch: function() {\n\t\tconsole.log('App Launch')\n\t\t// plus.screen.lockOrientation('portrait-primary');\n\t},\n\tonShow: function() {\n\n\t\tconsole.log('App Show')\n\t},\n\tonHide: function() {\n\t\tconsole.log('App Hide')\n\t},\n\tpost: function(url, data, method) {\n\n\t\t// (showLoad == undefined || showLoad) ?\n\t\t// wx.showLoading({\n\t\t// title: '加载中',\n\t\t// }) : ''\n\t\t// wx.showNavigationBarLoading()\n\t\tvar promise = new Promise((resolve, reject) => {\n\t\t\t//init\n\t\t\tlet that = this,\n\t\t\t\ttoken = uni.getStorageSync('token'),\n\t\t\t\theader = {\n\t\t\t\t\ttoken: token || ''\n\t\t\t\t},\n\t\t\t\tpostData;\n\n\t\t\t// console.log(token,\"token\")\n\t\t\t//网络请求 \n\t\t\tuni.request({\n\t\t\t\turl: this.globalData.baseUrl + url,\n\t\t\t\tdata: data,\n\t\t\t\tmethod: method,\n\t\t\t\theader: header,\n\t\t\t\tsuccess: function(res) {\n\t\t\t\t\t// console.log(res)//返回取得的数据\n\t\t\t\t\t// console.log(res)\n\t\t\t\t\tif (res.statusCode == 200) {\n\t\t\t\t\t\tresolve(res);\n\t\t\t\t\t} else {\n\t\t\t\t\t\t// uni.showToast({\n\t\t\t\t\t\t// \ttitle: res.data.msg,\n\t\t\t\t\t\t// \ticon: 'none',\n\t\t\t\t\t\t// })\n\t\t\t\t\t\treject(res.data)\n\t\t\t\t\t\t// if (res.data.code == '401') {}\n\t\t\t\t\t}\n\t\t\t\t\t// (showLoad || showLoad == undefined) ? wx.hideLoading(): \"\";\n\t\t\t\t\t// wx.hideNavigationBarLoading()\n\t\t\t\t},\n\t\t\t\tfail: function(e) {\n\t\t\t\t\tconsole.log(e)\n\t\t\t\t\treject('网络出错');\n\t\t\t\t\t// (showLoad || showLoad == undefined) ? wx.hideLoading() : \"\";\n\t\t\t\t\twx.hideNavigationBarLoading()\n\t\t\t\t},\n\t\t\t\tcomplete: function(daa) {\n\t\t\t\t\t// console.log(daa)\n\t\t\t\t}\n\t\t\t})\n\t\t});\n\t\treturn promise;\n\t},\n\tglobalData: {\n\t\tuserInfo: null,\n\t\t// baseUrl: 'http://icrgangjuren.w.brotop.cn/'\n\t\tbaseUrl: 'https://www.bjzha.net/api/'\n\t}\n}\n","import mod from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\mini-css-extract-plugin\\\\dist\\\\loader.js??ref--6-oneOf-1-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\css-loader\\\\dist\\\\cjs.js??ref--6-oneOf-1-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\stylePostLoader.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--6-oneOf-1-2!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\postcss-loader\\\\src\\\\index.js??ref--6-oneOf-1-3!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./App.vue?vue&type=style&index=0&lang=css&\"; export default mod; export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\mini-css-extract-plugin\\\\dist\\\\loader.js??ref--6-oneOf-1-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\css-loader\\\\dist\\\\cjs.js??ref--6-oneOf-1-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\stylePostLoader.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--6-oneOf-1-2!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\postcss-loader\\\\src\\\\index.js??ref--6-oneOf-1-3!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./App.vue?vue&type=style&index=0&lang=css&\"","// extracted by mini-css-extract-plugin\n if(module.hot) {\n // 1589774460911\n var cssReload = require(\"F:/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/hmr/hotModuleReplacement.js\")(module.id, {\"hmr\":true,\"publicPath\":\"../../\",\"locals\":false});\n module.hot.dispose(cssReload);\n module.hot.accept(undefined, cssReload);\n }\n ","import 'uni-pages';import '@dcloudio/uni-stat';\nimport Vue from 'vue'\nimport Page from './pages/download/download.vue'\ncreatePage(Page)","import { render, staticRenderFns, recyclableRender, components } from \"./download.vue?vue&type=template&id=45a0686d&\"\nvar renderjs\nimport script from \"./download.vue?vue&type=script&lang=js&\"\nexport * from \"./download.vue?vue&type=script&lang=js&\"\n\n\n/* normalize component */\nimport normalizer from \"!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\runtime\\\\componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null,\n false,\n components,\n renderjs\n)\n\ncomponent.options.__file = \"G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/download/download.vue\"\nexport default component.exports","export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\templateLoader.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--16-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\template.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-uni-app-loader\\\\page-meta.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./download.vue?vue&type=template&id=45a0686d&\"","var components\nvar render = function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n}\nvar recyclableRender = false\nvar staticRenderFns = []\nrender._withStripped = true\n\nexport { render, staticRenderFns, recyclableRender, components }","import mod from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\babel-loader\\\\lib\\\\index.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--12-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\script.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./download.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\babel-loader\\\\lib\\\\index.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--12-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\script.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./download.vue?vue&type=script&lang=js&\"","//\n//\n//\n//\n//\n\nimport app from \"../../App.vue\";\nexport default {\n\tdata() {\n\t\treturn {\n\t\t\tshowbanben: false\n\t\t}\n\t},\n\tonLoad(options) {\n\t\tconsole.log(options)\n\t\tthis.url=uni.getStorageSync(\"url\");\n\t\tconsole.log(this.url)\n\n\n\t},\n\tmethods: {\n\n\n\t}\n\n}\n","var render, staticRenderFns, recyclableRender, components\nvar renderjs\nimport script from \"./App.vue?vue&type=script&lang=js&\"\nexport * from \"./App.vue?vue&type=script&lang=js&\"\nimport style0 from \"./App.vue?vue&type=style&index=0&lang=css&\"\n\n\n/* normalize component */\nimport normalizer from \"!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\runtime\\\\componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null,\n false,\n components,\n renderjs\n)\n\ncomponent.options.__file = \"G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue\"\nexport default component.exports"],"sourceRoot":""}
1 -{"version":3,"sources":["webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue?1912","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue?d032","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue?7f10","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue?431f","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/main.js","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/examinejingban/examinejingban.vue?6404","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/examinejingban/examinejingban.vue?bd4b","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/examinejingban/examinejingban.vue?3faa","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/examinejingban/examinejingban.vue?6418","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/examinejingban/examinejingban.vue","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/examinejingban/examinejingban.vue?b64b","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/examinejingban/examinejingban.vue?98bc","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/examinejingban/examinejingban.vue?1462","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/examinejingban/examinejingban.vue?4288"],"names":["onLaunch","console","log","onShow","onHide","post","url","data","method","promise","Promise","resolve","reject","that","token","uni","getStorageSync","header","postData","request","globalData","baseUrl","success","res","statusCode","fail","e","wx","hideNavigationBarLoading","complete","daa","userInfo","createPage","Page","finorgid","finid","item","detaildata","projectarr","index","projectid","fprjleader","fprjleadertwo","fname","showhide","receive","shenhe","onLoad","options","JSON","parse","newitem","ftoauditamt","helper","change","fdirstatus","getprojectkind","unction","methods","isreceive","currentTarget","dataset","id","downloadfile","file","showToast","title","icon","param","app","then","r","singgleurl","setStorageSync","plus","runtime","openURL","catch","err","entershenhe","detail","value","fprojectid","ftaskprocess","obj","fid","bindPickerChange","target","submit","fprjleaderoneid","fprjphonetwoid","fprjleadertwoid","userid","role","fdisid","ffinauditstatus","fagree","fmemo","fintorgid","message","setTimeout","navigateBack","checked","changestate","params","disid"],"mappings":"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","file":"pages/examinejingban/examinejingban.js","sourcesContent":["var render, staticRenderFns, recyclableRender, components\nvar renderjs\nimport script from \"./App.vue?vue&type=script&lang=js&\"\nexport * from \"./App.vue?vue&type=script&lang=js&\"\nimport style0 from \"./App.vue?vue&type=style&index=0&lang=css&\"\n\n\n/* normalize component */\nimport normalizer from \"!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\runtime\\\\componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null,\n false,\n components,\n renderjs\n)\n\ncomponent.options.__file = \"G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue\"\nexport default component.exports","import mod from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\babel-loader\\\\lib\\\\index.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--12-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\script.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./App.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\babel-loader\\\\lib\\\\index.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--12-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\script.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./App.vue?vue&type=script&lang=js&\"","\nexport default {\n\tonLaunch: function() {\n\t\tconsole.log('App Launch')\n\t\t// plus.screen.lockOrientation('portrait-primary');\n\t},\n\tonShow: function() {\n\n\t\tconsole.log('App Show')\n\t},\n\tonHide: function() {\n\t\tconsole.log('App Hide')\n\t},\n\tpost: function(url, data, method) {\n\n\t\t// (showLoad == undefined || showLoad) ?\n\t\t// wx.showLoading({\n\t\t// title: '加载中',\n\t\t// }) : ''\n\t\t// wx.showNavigationBarLoading()\n\t\tvar promise = new Promise((resolve, reject) => {\n\t\t\t//init\n\t\t\tlet that = this,\n\t\t\t\ttoken = uni.getStorageSync('token'),\n\t\t\t\theader = {\n\t\t\t\t\ttoken: token || ''\n\t\t\t\t},\n\t\t\t\tpostData;\n\n\t\t\t// console.log(token,\"token\")\n\t\t\t//网络请求 \n\t\t\tuni.request({\n\t\t\t\turl: this.globalData.baseUrl + url,\n\t\t\t\tdata: data,\n\t\t\t\tmethod: method,\n\t\t\t\theader: header,\n\t\t\t\tsuccess: function(res) {\n\t\t\t\t\t// console.log(res)//返回取得的数据\n\t\t\t\t\t// console.log(res)\n\t\t\t\t\tif (res.statusCode == 200) {\n\t\t\t\t\t\tresolve(res);\n\t\t\t\t\t} else {\n\t\t\t\t\t\t// uni.showToast({\n\t\t\t\t\t\t// \ttitle: res.data.msg,\n\t\t\t\t\t\t// \ticon: 'none',\n\t\t\t\t\t\t// })\n\t\t\t\t\t\treject(res.data)\n\t\t\t\t\t\t// if (res.data.code == '401') {}\n\t\t\t\t\t}\n\t\t\t\t\t// (showLoad || showLoad == undefined) ? wx.hideLoading(): \"\";\n\t\t\t\t\t// wx.hideNavigationBarLoading()\n\t\t\t\t},\n\t\t\t\tfail: function(e) {\n\t\t\t\t\tconsole.log(e)\n\t\t\t\t\treject('网络出错');\n\t\t\t\t\t// (showLoad || showLoad == undefined) ? wx.hideLoading() : \"\";\n\t\t\t\t\twx.hideNavigationBarLoading()\n\t\t\t\t},\n\t\t\t\tcomplete: function(daa) {\n\t\t\t\t\t// console.log(daa)\n\t\t\t\t}\n\t\t\t})\n\t\t});\n\t\treturn promise;\n\t},\n\tglobalData: {\n\t\tuserInfo: null,\n\t\t// baseUrl: 'http://icrgangjuren.w.brotop.cn/'\n\t\tbaseUrl: 'https://www.bjzha.net/api/'\n\t}\n}\n","import mod from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\mini-css-extract-plugin\\\\dist\\\\loader.js??ref--6-oneOf-1-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\css-loader\\\\dist\\\\cjs.js??ref--6-oneOf-1-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\stylePostLoader.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--6-oneOf-1-2!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\postcss-loader\\\\src\\\\index.js??ref--6-oneOf-1-3!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./App.vue?vue&type=style&index=0&lang=css&\"; export default mod; export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\mini-css-extract-plugin\\\\dist\\\\loader.js??ref--6-oneOf-1-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\css-loader\\\\dist\\\\cjs.js??ref--6-oneOf-1-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\stylePostLoader.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--6-oneOf-1-2!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\postcss-loader\\\\src\\\\index.js??ref--6-oneOf-1-3!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./App.vue?vue&type=style&index=0&lang=css&\"","// extracted by mini-css-extract-plugin\n if(module.hot) {\n // 1587698424531\n var cssReload = require(\"F:/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/hmr/hotModuleReplacement.js\")(module.id, {\"hmr\":true,\"publicPath\":\"../../\",\"locals\":false});\n module.hot.dispose(cssReload);\n module.hot.accept(undefined, cssReload);\n }\n ","import 'uni-pages';import '@dcloudio/uni-stat';\nimport Vue from 'vue'\nimport Page from './pages/examinejingban/examinejingban.vue'\ncreatePage(Page)","import { render, staticRenderFns, recyclableRender, components } from \"./examinejingban.vue?vue&type=template&id=0fb9906d&\"\nvar renderjs\nimport script from \"./examinejingban.vue?vue&type=script&lang=js&\"\nexport * from \"./examinejingban.vue?vue&type=script&lang=js&\"\nimport style0 from \"./examinejingban.vue?vue&type=style&index=0&lang=css&\"\nimport style1 from \"./examinejingban.vue?vue&type=style&index=1&lang=css&\"\n\n\n/* normalize component */\nimport normalizer from \"!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\runtime\\\\componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null,\n false,\n components,\n renderjs\n)\n\ncomponent.options.__file = \"G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/examinejingban/examinejingban.vue\"\nexport default component.exports","export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\templateLoader.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--16-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\template.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-uni-app-loader\\\\page-meta.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./examinejingban.vue?vue&type=template&id=0fb9906d&\"","var components\nvar render = function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n}\nvar recyclableRender = false\nvar staticRenderFns = []\nrender._withStripped = true\n\nexport { render, staticRenderFns, recyclableRender, components }","import mod from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\babel-loader\\\\lib\\\\index.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--12-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\script.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./examinejingban.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\babel-loader\\\\lib\\\\index.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--12-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\script.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./examinejingban.vue?vue&type=script&lang=js&\"","//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n\nimport app from \"../../App.vue\";\nimport helper from '../../common/help.js';\n\n\nexport default {\n\tdata() {\n\t\treturn {\n\t\t\tfinorgid: '',\n\t\t\tfinid: '',\n\t\t\titem: '',\n\t\t\tdetaildata: '',\n\t\t\tprojectarr: [],\n\t\t\tindex: 0,\n\t\t\tprojectid: '',\n\t\t\tfprjleader: '',\n\t\t\tfprjleadertwo: '',\n\t\t\tfname: '',\n\t\t\tshowhide: '',\n\t\t\treceive:-1,\n\t\t\tshenhe:'审核通过'\n\n\t\t}\n\t},\n\tonLoad(options) {\n\t\tconsole.log(options.item)\n\t\t\n\t\tthis.item = JSON.parse(options.item);\n\t\tconsole.log('评审报告',this.item)\n\t\tlet newitem = this.item;\n\t\tnewitem.ftoauditamt = helper.change(newitem.ftoauditamt);\n\t\tthis.item = newitem\n\t\tif(this.item.fdirstatus=='审核通过'){\n\t\t\tthis.receive=0\n\t\t}else{\n\t\t\tthis.receive=1\n\t\t}\n\t\t// this.detail();\n\t\t// this.finid=item.finid;\n\t\t// this.finorgid=item.finorgid;\n\n\t\t// 显示项目组\n\t\tthis.getprojectkind();\n\t\tconsole.log(helper.unction(45622111))\n\n\t\t// 获取台账列表\n\t},\n\tonShow() {\n\t\tthis.showhide = uni.getStorageSync(\"showhide\");\n\n\t},\n\tmethods: {\n\t\t// 是否接受\n\t\tisreceive(e){\n\t\t\tconsole.log(e)\n\t\t\n\t\t\tconsole.log(e.currentTarget.dataset.id)\n\t\t\tthis.receive=e.currentTarget.dataset.id;\n\t\t\tconsole.log(this.receive)\n\t\t},\n\t\t//下载文件\n\t\tdownloadfile(file){\n\t\t\tlet that = this;\n\t\t\tif(file==null){\n\t\t\t\tuni.showToast({\n\t\t\t\t\ttitle:'文件不存在',\n\t\t\t\t\ticon:\"none\"\n\t\t\t\t})\n\t\t\t\treturn false\n\t\t\t}\n\t\t\t\n\t\t\tlet url = \"project/Select_FileInfo\";\n\t\t\tlet param = {\n\t\t\t}\n\t\t\tapp.post(url, param, 'get').then(r => {\n\t\t\t\tconsole.log('下载文件', r)\n\t\t\t\tthat.singgleurl = r.data[0].file\n\t\t\t\tlet url = r.data[0].file + '?fileId=' + file\n\t\t\t\tuni.setStorageSync(\"url\", url)\n\t\t\t\tplus.runtime.openURL(url);\n\t\t\t\n\t\t\t}).catch(err => {\n\t\t\t\tconsole.log(err)\n\t\t\t})\n\t\t},\n\t\tentershenhe(e){\n\t\t\tthis.shenhe=e.detail.value\n\t\t},\n\n\t\tdetail() {\n\t\t\tlet that = this;\n\t\t\tlet url = \"project/Get_Disfteam\";\n\t\t\tlet param = {\n\t\t\t\tfinid: this.finorgid,\n\t\t\t\tfprojectid: this.item.projectid\n\t\t\t}\n\t\t\t// console.log('8877665544',param)\n\t\t\tapp.post(url, param, 'get').then(r => {\n\t\t\t\tconsole.log('分配信息', r);\n\t\t\t\tthat.detaildata = r.data[0];\n\n\t\t\t}).catch(err => {\n\t\t\t\tconsole.log(err)\n\t\t\t})\n\t\t},\n\n\t\t// 显示项目组\n\t\tgetprojectkind() {\n\t\t\tlet that = this;\n\t\t\tlet url = \"project/Get_Fteam\";\n\t\t\t// console.log('8877665544',param)\n\t\t\tapp.post(url, '', 'get').then(r => {\n\t\t\t\tconsole.log('获取项目组', r);\n\t\t\t\tthis.projectarr = r.data;\n\t\t\t\tif (that.item.ftaskprocess == '未分配') {\n\n\t\t\t\t\tthis.fprjleader = '';\n\t\t\t\t\tthis.fprjleadertwo = '';\n\t\t\t\t\tthis.fname = ''\n\t\t\t\t} else {\n\t\t\t\t\tfor (var obj of this.projectarr) {\n\t\t\t\t\t\tif (obj.fid == that.item.finorgid) {\n\t\t\t\t\t\t\tthis.fprjleader = obj.fprjleader;\n\t\t\t\t\t\t\tthis.fprjleadertwo = obj.fprjleadertwo;\n\t\t\t\t\t\t\tthis.fname = obj.fname;\n\t\t\t\t\t\t\tthis.finorgid = obj.fid\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tthis.detail()\n\n\t\t\t\t}\n\n\t\t\t\t// this.projectid=r.data[0].fid;\n\t\t\t\t// this.fprjleader=r.data[0].fprjleader;\n\t\t\t\t// this.fprjleadertwo=r.data[0].fprjleadertwo;\n\n\t\t\t}).catch(err => {\n\t\t\t\tconsole.log(err)\n\t\t\t})\n\t\t},\n\n\t\tbindPickerChange: function(e) {\n\t\t\tconsole.log('picker发送选择改变,携带值为', e.target.value)\n\t\t\tthis.index = e.target.value;\n\t\t\tthis.fname = this.projectarr[e.target.value].fname\n\t\t\tthis.finorgid = this.projectarr[e.target.value].fid;\n\t\t\tthis.fprjleader = this.projectarr[e.target.value].fprjleader;\n\t\t\tthis.fprjleadertwo = this.projectarr[e.target.value].fprjleadertwo;\n\t\t\tthis.detail()\n\t\t\t// this.detail();\n\t\t\t// this.danweiname = this.danweilist[e.target.value].fname;\n\t\t\t// this.fuzepeople = this.danweilist[e.target.value].fauthorizeman;\n\t\t\t// this.fuzephone = this.danweilist[e.target.value].fauthphone;\n\t\t},\n\t\t// 提交信息\n\t\tsubmit() {\n\t\t\tlet that = this;\n\t\t\tif (that.receive ==-1) {\n\t\t\t\tuni.showToast({\n\t\t\t\t\ttitle: \"请选择审核结果\",\n\t\t\t\t\ticon: \"none\"\n\t\t\t\t})\n\t\t\t\treturn false\n\t\t\t}\n\t\t\tlet url = \"project/Submit_Personincharge\";\n\t\t\tlet param = {\n\t\t\t\tfprjleaderoneid:that.item.fprjleaderoneid,\n\t\t\t\tfprjphonetwoid:that.item.fprjleadertwoid,\n\t\t\t\tuserid: uni.getStorageSync(\"userid\"),\n\t\t\t\trole:uni.getStorageSync(\"role\"),\n\t\t\t\tfprojectid: that.item.fprojectid,\n\t\t\t\tfdisid: that.item.fdisid,\n\t\t\t\tfdirstatus:that.item.fdirstatus,\n\t\t\t\tffinauditstatus:that.item.ffinauditstatus,\n\t\t\t\tfagree:that.receive,\n\t\t\t\tfmemo:that.shenhe,\n\t\t\t\tfintorgid:that.item.fintorgid\n\t\t\t}\n\n\t\t\tconsole.log('8877665544', param)\n\t\t\tapp.post(url, param, 'get').then(r => {\n\t\t\t\tconsole.log(r);\n\t\t\t\tif (r.data[0].message == '提交成功') {\n\t\t\t\t\tuni.showToast({\n\t\t\t\t\t\ttitle: '提交成功',\n\t\t\t\t\t\ticon: \"none\"\n\t\t\t\t\t})\n\t\t\t\t\t\n\t\t\t\t\tsetTimeout(function() {\n\t\t\t\t\t\tuni.navigateBack({\n\t\t\t\t\t\t\tchecked: true\n\t\t\t\t\t\t})\n\t\t\t\t\t}, 1000)\n\t\t\t\t} else {\n\t\t\t\t\tuni.showToast({\n\t\t\t\t\t\ttitle: r.data[0].message,\n\t\t\t\t\t\ticon: \"none\"\n\t\t\t\t\t})\n\t\t\t\t\tsetTimeout(function() {\n\t\t\t\t\t\tuni.navigateBack({\n\t\t\t\t\t\t\tchecked: true\n\t\t\t\t\t\t})\n\t\t\t\t\t}, 1000)\n\t\t\t\t}\n\n\n\t\t\t\t\n\n\t\t\t\t\n\n\t\t\t}).catch(err => {\n\t\t\t\tconsole.log(err)\n\t\t\t})\n\t\t},\n\t\t// 修改待办事项的状态\n\t\tchangestate() {\n\t\t\tlet that = this;\n\t\t\tlet url = \"project/Get_Fteam\";\n\t\t\tlet params = {\n\t\t\t\tuserid: uni.getStorageSync(\"userid\"),\n\t\t\t\tfdisid: that.item.disid\n\t\t\t}\n\t\t\t// console.log('8877665544',param)\n\t\t\tapp.post(url, '', 'get').then(r => {\n\t\t\t\tconsole.log('修改状态', r);\n\t\t\t}).catch(err => {\n\t\t\t\tconsole.log(err)\n\t\t\t})\n\t\t}\n\n\n\t}\n\n}\n","import mod from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\mini-css-extract-plugin\\\\dist\\\\loader.js??ref--6-oneOf-1-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\css-loader\\\\dist\\\\cjs.js??ref--6-oneOf-1-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\stylePostLoader.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--6-oneOf-1-2!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\postcss-loader\\\\src\\\\index.js??ref--6-oneOf-1-3!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./examinejingban.vue?vue&type=style&index=0&lang=css&\"; export default mod; export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\mini-css-extract-plugin\\\\dist\\\\loader.js??ref--6-oneOf-1-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\css-loader\\\\dist\\\\cjs.js??ref--6-oneOf-1-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\stylePostLoader.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--6-oneOf-1-2!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\postcss-loader\\\\src\\\\index.js??ref--6-oneOf-1-3!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./examinejingban.vue?vue&type=style&index=0&lang=css&\"","// extracted by mini-css-extract-plugin\n if(module.hot) {\n // 1587698424569\n var cssReload = require(\"F:/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/hmr/hotModuleReplacement.js\")(module.id, {\"hmr\":true,\"publicPath\":\"../../\",\"locals\":false});\n module.hot.dispose(cssReload);\n module.hot.accept(undefined, cssReload);\n }\n ","import mod from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\mini-css-extract-plugin\\\\dist\\\\loader.js??ref--6-oneOf-1-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\css-loader\\\\dist\\\\cjs.js??ref--6-oneOf-1-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\stylePostLoader.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--6-oneOf-1-2!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\postcss-loader\\\\src\\\\index.js??ref--6-oneOf-1-3!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./examinejingban.vue?vue&type=style&index=1&lang=css&\"; export default mod; export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\mini-css-extract-plugin\\\\dist\\\\loader.js??ref--6-oneOf-1-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\css-loader\\\\dist\\\\cjs.js??ref--6-oneOf-1-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\stylePostLoader.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--6-oneOf-1-2!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\postcss-loader\\\\src\\\\index.js??ref--6-oneOf-1-3!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./examinejingban.vue?vue&type=style&index=1&lang=css&\"","// extracted by mini-css-extract-plugin\n if(module.hot) {\n // 1587698424573\n var cssReload = require(\"F:/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/hmr/hotModuleReplacement.js\")(module.id, {\"hmr\":true,\"publicPath\":\"../../\",\"locals\":false});\n module.hot.dispose(cssReload);\n module.hot.accept(undefined, cssReload);\n }\n "],"sourceRoot":""}  
  1 +{"version":3,"sources":["webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue?1912","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue?d032","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue?7f10","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue?431f","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/main.js","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/examinejingban/examinejingban.vue?6404","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/examinejingban/examinejingban.vue?bd4b","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/examinejingban/examinejingban.vue?3faa","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/examinejingban/examinejingban.vue?6418","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/examinejingban/examinejingban.vue","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/examinejingban/examinejingban.vue?b64b","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/examinejingban/examinejingban.vue?98bc","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/examinejingban/examinejingban.vue?1462","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/examinejingban/examinejingban.vue?4288"],"names":["onLaunch","console","log","onShow","onHide","post","url","data","method","promise","Promise","resolve","reject","that","token","uni","getStorageSync","header","postData","request","globalData","baseUrl","success","res","statusCode","fail","e","wx","hideNavigationBarLoading","complete","daa","userInfo","createPage","Page","finorgid","finid","item","detaildata","projectarr","index","projectid","fprjleader","fprjleadertwo","fname","showhide","receive","shenhe","onLoad","options","JSON","parse","newitem","ftoauditamt","helper","change","fdirstatus","getprojectkind","unction","methods","isreceive","currentTarget","dataset","id","downloadfile","file","showToast","title","icon","param","app","then","r","singgleurl","setStorageSync","plus","runtime","openURL","catch","err","entershenhe","detail","value","fprojectid","ftaskprocess","obj","fid","bindPickerChange","target","submit","fprjleaderoneid","fprjphonetwoid","fprjleadertwoid","userid","role","fdisid","ffinauditstatus","fagree","fmemo","fintorgid","message","setTimeout","navigateBack","checked","changestate","params","disid"],"mappings":"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","file":"pages/examinejingban/examinejingban.js","sourcesContent":["var render, staticRenderFns, recyclableRender, components\nvar renderjs\nimport script from \"./App.vue?vue&type=script&lang=js&\"\nexport * from \"./App.vue?vue&type=script&lang=js&\"\nimport style0 from \"./App.vue?vue&type=style&index=0&lang=css&\"\n\n\n/* normalize component */\nimport normalizer from \"!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\runtime\\\\componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null,\n false,\n components,\n renderjs\n)\n\ncomponent.options.__file = \"G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/App.vue\"\nexport default component.exports","import mod from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\babel-loader\\\\lib\\\\index.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--12-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\script.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./App.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\babel-loader\\\\lib\\\\index.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--12-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\script.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./App.vue?vue&type=script&lang=js&\"","\nexport default {\n\tonLaunch: function() {\n\t\tconsole.log('App Launch')\n\t\t// plus.screen.lockOrientation('portrait-primary');\n\t},\n\tonShow: function() {\n\n\t\tconsole.log('App Show')\n\t},\n\tonHide: function() {\n\t\tconsole.log('App Hide')\n\t},\n\tpost: function(url, data, method) {\n\n\t\t// (showLoad == undefined || showLoad) ?\n\t\t// wx.showLoading({\n\t\t// title: '加载中',\n\t\t// }) : ''\n\t\t// wx.showNavigationBarLoading()\n\t\tvar promise = new Promise((resolve, reject) => {\n\t\t\t//init\n\t\t\tlet that = this,\n\t\t\t\ttoken = uni.getStorageSync('token'),\n\t\t\t\theader = {\n\t\t\t\t\ttoken: token || ''\n\t\t\t\t},\n\t\t\t\tpostData;\n\n\t\t\t// console.log(token,\"token\")\n\t\t\t//网络请求 \n\t\t\tuni.request({\n\t\t\t\turl: this.globalData.baseUrl + url,\n\t\t\t\tdata: data,\n\t\t\t\tmethod: method,\n\t\t\t\theader: header,\n\t\t\t\tsuccess: function(res) {\n\t\t\t\t\t// console.log(res)//返回取得的数据\n\t\t\t\t\t// console.log(res)\n\t\t\t\t\tif (res.statusCode == 200) {\n\t\t\t\t\t\tresolve(res);\n\t\t\t\t\t} else {\n\t\t\t\t\t\t// uni.showToast({\n\t\t\t\t\t\t// \ttitle: res.data.msg,\n\t\t\t\t\t\t// \ticon: 'none',\n\t\t\t\t\t\t// })\n\t\t\t\t\t\treject(res.data)\n\t\t\t\t\t\t// if (res.data.code == '401') {}\n\t\t\t\t\t}\n\t\t\t\t\t// (showLoad || showLoad == undefined) ? wx.hideLoading(): \"\";\n\t\t\t\t\t// wx.hideNavigationBarLoading()\n\t\t\t\t},\n\t\t\t\tfail: function(e) {\n\t\t\t\t\tconsole.log(e)\n\t\t\t\t\treject('网络出错');\n\t\t\t\t\t// (showLoad || showLoad == undefined) ? wx.hideLoading() : \"\";\n\t\t\t\t\twx.hideNavigationBarLoading()\n\t\t\t\t},\n\t\t\t\tcomplete: function(daa) {\n\t\t\t\t\t// console.log(daa)\n\t\t\t\t}\n\t\t\t})\n\t\t});\n\t\treturn promise;\n\t},\n\tglobalData: {\n\t\tuserInfo: null,\n\t\t// baseUrl: 'http://icrgangjuren.w.brotop.cn/'\n\t\tbaseUrl: 'https://www.bjzha.net/api/'\n\t}\n}\n","import mod from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\mini-css-extract-plugin\\\\dist\\\\loader.js??ref--6-oneOf-1-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\css-loader\\\\dist\\\\cjs.js??ref--6-oneOf-1-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\stylePostLoader.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--6-oneOf-1-2!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\postcss-loader\\\\src\\\\index.js??ref--6-oneOf-1-3!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./App.vue?vue&type=style&index=0&lang=css&\"; export default mod; export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\mini-css-extract-plugin\\\\dist\\\\loader.js??ref--6-oneOf-1-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\css-loader\\\\dist\\\\cjs.js??ref--6-oneOf-1-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\stylePostLoader.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--6-oneOf-1-2!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\postcss-loader\\\\src\\\\index.js??ref--6-oneOf-1-3!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./App.vue?vue&type=style&index=0&lang=css&\"","// extracted by mini-css-extract-plugin\n if(module.hot) {\n // 1589774460911\n var cssReload = require(\"F:/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/hmr/hotModuleReplacement.js\")(module.id, {\"hmr\":true,\"publicPath\":\"../../\",\"locals\":false});\n module.hot.dispose(cssReload);\n module.hot.accept(undefined, cssReload);\n }\n ","import 'uni-pages';import '@dcloudio/uni-stat';\nimport Vue from 'vue'\nimport Page from './pages/examinejingban/examinejingban.vue'\ncreatePage(Page)","import { render, staticRenderFns, recyclableRender, components } from \"./examinejingban.vue?vue&type=template&id=0fb9906d&\"\nvar renderjs\nimport script from \"./examinejingban.vue?vue&type=script&lang=js&\"\nexport * from \"./examinejingban.vue?vue&type=script&lang=js&\"\nimport style0 from \"./examinejingban.vue?vue&type=style&index=0&lang=css&\"\nimport style1 from \"./examinejingban.vue?vue&type=style&index=1&lang=css&\"\n\n\n/* normalize component */\nimport normalizer from \"!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\runtime\\\\componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null,\n false,\n components,\n renderjs\n)\n\ncomponent.options.__file = \"G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/examinejingban/examinejingban.vue\"\nexport default component.exports","export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\templateLoader.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--16-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\template.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-uni-app-loader\\\\page-meta.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./examinejingban.vue?vue&type=template&id=0fb9906d&\"","var components\nvar render = function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n}\nvar recyclableRender = false\nvar staticRenderFns = []\nrender._withStripped = true\n\nexport { render, staticRenderFns, recyclableRender, components }","import mod from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\babel-loader\\\\lib\\\\index.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--12-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\script.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./examinejingban.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\babel-loader\\\\lib\\\\index.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--12-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\script.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./examinejingban.vue?vue&type=script&lang=js&\"","//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n\nimport app from \"../../App.vue\";\nimport helper from '../../common/help.js';\n\n\nexport default {\n\tdata() {\n\t\treturn {\n\t\t\tfinorgid: '',\n\t\t\tfinid: '',\n\t\t\titem: '',\n\t\t\tdetaildata: '',\n\t\t\tprojectarr: [],\n\t\t\tindex: 0,\n\t\t\tprojectid: '',\n\t\t\tfprjleader: '',\n\t\t\tfprjleadertwo: '',\n\t\t\tfname: '',\n\t\t\tshowhide: '',\n\t\t\treceive:-1,\n\t\t\tshenhe:'审核通过'\n\n\t\t}\n\t},\n\tonLoad(options) {\n\t\tconsole.log(options.item)\n\t\t\n\t\tthis.item = JSON.parse(options.item);\n\t\tconsole.log('评审报告',this.item)\n\t\tlet newitem = this.item;\n\t\tnewitem.ftoauditamt = helper.change(newitem.ftoauditamt);\n\t\tthis.item = newitem\n\t\tif(this.item.fdirstatus=='审核通过'){\n\t\t\tthis.receive=0\n\t\t}else{\n\t\t\tthis.receive=1\n\t\t}\n\t\t// this.detail();\n\t\t// this.finid=item.finid;\n\t\t// this.finorgid=item.finorgid;\n\n\t\t// 显示项目组\n\t\tthis.getprojectkind();\n\t\tconsole.log(helper.unction(45622111))\n\n\t\t// 获取台账列表\n\t},\n\tonShow() {\n\t\tthis.showhide = uni.getStorageSync(\"showhide\");\n\n\t},\n\tmethods: {\n\t\t// 是否接受\n\t\tisreceive(e){\n\t\t\tconsole.log(e)\n\t\t\n\t\t\tconsole.log(e.currentTarget.dataset.id)\n\t\t\tthis.receive=e.currentTarget.dataset.id;\n\t\t\tconsole.log(this.receive)\n\t\t},\n\t\t//下载文件\n\t\tdownloadfile(file){\n\t\t\tlet that = this;\n\t\t\tif(file==null){\n\t\t\t\tuni.showToast({\n\t\t\t\t\ttitle:'文件不存在',\n\t\t\t\t\ticon:\"none\"\n\t\t\t\t})\n\t\t\t\treturn false\n\t\t\t}\n\t\t\t\n\t\t\tlet url = \"project/Select_FileInfo\";\n\t\t\tlet param = {\n\t\t\t}\n\t\t\tapp.post(url, param, 'get').then(r => {\n\t\t\t\tconsole.log('下载文件', r)\n\t\t\t\tthat.singgleurl = r.data[0].file\n\t\t\t\tlet url = r.data[0].file + '?fileId=' + file\n\t\t\t\tuni.setStorageSync(\"url\", url)\n\t\t\t\tplus.runtime.openURL(url);\n\t\t\t\n\t\t\t}).catch(err => {\n\t\t\t\tconsole.log(err)\n\t\t\t})\n\t\t},\n\t\tentershenhe(e){\n\t\t\tthis.shenhe=e.detail.value\n\t\t},\n\n\t\tdetail() {\n\t\t\tlet that = this;\n\t\t\tlet url = \"project/Get_Disfteam\";\n\t\t\tlet param = {\n\t\t\t\tfinid: this.finorgid,\n\t\t\t\tfprojectid: this.item.projectid\n\t\t\t}\n\t\t\t// console.log('8877665544',param)\n\t\t\tapp.post(url, param, 'get').then(r => {\n\t\t\t\tconsole.log('分配信息', r);\n\t\t\t\tthat.detaildata = r.data[0];\n\n\t\t\t}).catch(err => {\n\t\t\t\tconsole.log(err)\n\t\t\t})\n\t\t},\n\n\t\t// 显示项目组\n\t\tgetprojectkind() {\n\t\t\tlet that = this;\n\t\t\tlet url = \"project/Get_Fteam\";\n\t\t\t// console.log('8877665544',param)\n\t\t\tapp.post(url, '', 'get').then(r => {\n\t\t\t\tconsole.log('获取项目组', r);\n\t\t\t\tthis.projectarr = r.data;\n\t\t\t\tif (that.item.ftaskprocess == '未分配') {\n\n\t\t\t\t\tthis.fprjleader = '';\n\t\t\t\t\tthis.fprjleadertwo = '';\n\t\t\t\t\tthis.fname = ''\n\t\t\t\t} else {\n\t\t\t\t\tfor (var obj of this.projectarr) {\n\t\t\t\t\t\tif (obj.fid == that.item.finorgid) {\n\t\t\t\t\t\t\tthis.fprjleader = obj.fprjleader;\n\t\t\t\t\t\t\tthis.fprjleadertwo = obj.fprjleadertwo;\n\t\t\t\t\t\t\tthis.fname = obj.fname;\n\t\t\t\t\t\t\tthis.finorgid = obj.fid\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tthis.detail()\n\n\t\t\t\t}\n\n\t\t\t\t// this.projectid=r.data[0].fid;\n\t\t\t\t// this.fprjleader=r.data[0].fprjleader;\n\t\t\t\t// this.fprjleadertwo=r.data[0].fprjleadertwo;\n\n\t\t\t}).catch(err => {\n\t\t\t\tconsole.log(err)\n\t\t\t})\n\t\t},\n\n\t\tbindPickerChange: function(e) {\n\t\t\tconsole.log('picker发送选择改变,携带值为', e.target.value)\n\t\t\tthis.index = e.target.value;\n\t\t\tthis.fname = this.projectarr[e.target.value].fname\n\t\t\tthis.finorgid = this.projectarr[e.target.value].fid;\n\t\t\tthis.fprjleader = this.projectarr[e.target.value].fprjleader;\n\t\t\tthis.fprjleadertwo = this.projectarr[e.target.value].fprjleadertwo;\n\t\t\tthis.detail()\n\t\t\t// this.detail();\n\t\t\t// this.danweiname = this.danweilist[e.target.value].fname;\n\t\t\t// this.fuzepeople = this.danweilist[e.target.value].fauthorizeman;\n\t\t\t// this.fuzephone = this.danweilist[e.target.value].fauthphone;\n\t\t},\n\t\t// 提交信息\n\t\tsubmit() {\n\t\t\tlet that = this;\n\t\t\tif (that.receive ==-1) {\n\t\t\t\tuni.showToast({\n\t\t\t\t\ttitle: \"请选择审核结果\",\n\t\t\t\t\ticon: \"none\"\n\t\t\t\t})\n\t\t\t\treturn false\n\t\t\t}\n\t\t\tlet url = \"project/Submit_Personincharge\";\n\t\t\tlet param = {\n\t\t\t\tfprjleaderoneid:that.item.fprjleaderoneid,\n\t\t\t\tfprjphonetwoid:that.item.fprjleadertwoid,\n\t\t\t\tuserid: uni.getStorageSync(\"userid\"),\n\t\t\t\trole:uni.getStorageSync(\"role\"),\n\t\t\t\tfprojectid: that.item.fprojectid,\n\t\t\t\tfdisid: that.item.fdisid,\n\t\t\t\tfdirstatus:that.item.fdirstatus,\n\t\t\t\tffinauditstatus:that.item.ffinauditstatus,\n\t\t\t\tfagree:that.receive,\n\t\t\t\tfmemo:that.shenhe,\n\t\t\t\tfintorgid:that.item.fintorgid\n\t\t\t}\n\n\t\t\tconsole.log('8877665544', param)\n\t\t\tapp.post(url, param, 'get').then(r => {\n\t\t\t\tconsole.log(r);\n\t\t\t\tif (r.data[0].message == '提交成功') {\n\t\t\t\t\tuni.showToast({\n\t\t\t\t\t\ttitle: '提交成功',\n\t\t\t\t\t\ticon: \"none\"\n\t\t\t\t\t})\n\t\t\t\t\t\n\t\t\t\t\tsetTimeout(function() {\n\t\t\t\t\t\tuni.navigateBack({\n\t\t\t\t\t\t\tchecked: true\n\t\t\t\t\t\t})\n\t\t\t\t\t}, 1000)\n\t\t\t\t} else {\n\t\t\t\t\tuni.showToast({\n\t\t\t\t\t\ttitle: r.data[0].message,\n\t\t\t\t\t\ticon: \"none\"\n\t\t\t\t\t})\n\t\t\t\t\tsetTimeout(function() {\n\t\t\t\t\t\tuni.navigateBack({\n\t\t\t\t\t\t\tchecked: true\n\t\t\t\t\t\t})\n\t\t\t\t\t}, 1000)\n\t\t\t\t}\n\n\n\t\t\t\t\n\n\t\t\t\t\n\n\t\t\t}).catch(err => {\n\t\t\t\tconsole.log(err)\n\t\t\t})\n\t\t},\n\t\t// 修改待办事项的状态\n\t\tchangestate() {\n\t\t\tlet that = this;\n\t\t\tlet url = \"project/Get_Fteam\";\n\t\t\tlet params = {\n\t\t\t\tuserid: uni.getStorageSync(\"userid\"),\n\t\t\t\tfdisid: that.item.disid\n\t\t\t}\n\t\t\t// console.log('8877665544',param)\n\t\t\tapp.post(url, '', 'get').then(r => {\n\t\t\t\tconsole.log('修改状态', r);\n\t\t\t}).catch(err => {\n\t\t\t\tconsole.log(err)\n\t\t\t})\n\t\t}\n\n\n\t}\n\n}\n","import mod from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\mini-css-extract-plugin\\\\dist\\\\loader.js??ref--6-oneOf-1-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\css-loader\\\\dist\\\\cjs.js??ref--6-oneOf-1-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\stylePostLoader.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--6-oneOf-1-2!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\postcss-loader\\\\src\\\\index.js??ref--6-oneOf-1-3!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./examinejingban.vue?vue&type=style&index=0&lang=css&\"; export default mod; export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\mini-css-extract-plugin\\\\dist\\\\loader.js??ref--6-oneOf-1-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\css-loader\\\\dist\\\\cjs.js??ref--6-oneOf-1-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\stylePostLoader.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--6-oneOf-1-2!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\postcss-loader\\\\src\\\\index.js??ref--6-oneOf-1-3!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./examinejingban.vue?vue&type=style&index=0&lang=css&\"","// extracted by mini-css-extract-plugin\n if(module.hot) {\n // 1589774460968\n var cssReload = require(\"F:/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/hmr/hotModuleReplacement.js\")(module.id, {\"hmr\":true,\"publicPath\":\"../../\",\"locals\":false});\n module.hot.dispose(cssReload);\n module.hot.accept(undefined, cssReload);\n }\n ","import mod from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\mini-css-extract-plugin\\\\dist\\\\loader.js??ref--6-oneOf-1-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\css-loader\\\\dist\\\\cjs.js??ref--6-oneOf-1-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\stylePostLoader.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--6-oneOf-1-2!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\postcss-loader\\\\src\\\\index.js??ref--6-oneOf-1-3!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./examinejingban.vue?vue&type=style&index=1&lang=css&\"; export default mod; export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\mini-css-extract-plugin\\\\dist\\\\loader.js??ref--6-oneOf-1-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\css-loader\\\\dist\\\\cjs.js??ref--6-oneOf-1-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\stylePostLoader.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--6-oneOf-1-2!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\postcss-loader\\\\src\\\\index.js??ref--6-oneOf-1-3!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./examinejingban.vue?vue&type=style&index=1&lang=css&\"","// extracted by mini-css-extract-plugin\n if(module.hot) {\n // 1589774460959\n var cssReload = require(\"F:/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/hmr/hotModuleReplacement.js\")(module.id, {\"hmr\":true,\"publicPath\":\"../../\",\"locals\":false});\n module.hot.dispose(cssReload);\n module.hot.accept(undefined, cssReload);\n }\n "],"sourceRoot":""}
1 -{"version":3,"sources":["webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/main.js","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/fujian/fujian.vue?ea7f","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/fujian/fujian.vue?c7ad","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/fujian/fujian.vue?7168","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/fujian/fujian.vue?d3cc","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/fujian/fujian.vue","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/fujian/fujian.vue?bdc3","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/fujian/fujian.vue?04bf"],"names":["createPage","Page"],"mappings":";;;;;;;;;;kDAAA,wCAAmB;AACnB;AACA,+F;AACAA,UAAU,CAACC,eAAD,CAAV,C;;;;;;;;;;;;;ACHA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAmH;AACnH;AAC0D;AACL;AACa;;;AAGlE;AACqK;AACrK,gBAAgB,+KAAU;AAC1B,EAAE,4EAAM;AACR,EAAE,iFAAM;AACR,EAAE,0FAAe;AACjB;AACA;AACA;AACA;AACA;AACA,EAAE,qFAAU;AACZ;AACA;;AAEA;AACe,gF;;;;;;;;;;;;ACvBf;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;;;;;;;;;;;;ACAA;AAAA;AAAA;AAAA;AAAA;AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;;;;;;;;;;;;ACRA;AAAA;AAAA;AAAA;AAAgmB,CAAgB,0nBAAG,EAAC,C;;;;;;;;;;;ACApnB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,E;;;;;;;;;;;;ACxCA;AAAA;AAAA;AAAA;AAAk3B,CAAgB,m3BAAG,EAAC,C;;;;;;;;;;;ACAt4B;AACA,OAAO,KAAU,EAAE,kBAKd","file":"pages/fujian/fujian.js","sourcesContent":["import 'uni-pages';import '@dcloudio/uni-stat';\nimport Vue from 'vue'\nimport Page from './pages/fujian/fujian.vue'\ncreatePage(Page)","import { render, staticRenderFns, recyclableRender, components } from \"./fujian.vue?vue&type=template&id=a0483c66&\"\nvar renderjs\nimport script from \"./fujian.vue?vue&type=script&lang=js&\"\nexport * from \"./fujian.vue?vue&type=script&lang=js&\"\nimport style0 from \"./fujian.vue?vue&type=style&index=0&lang=css&\"\n\n\n/* normalize component */\nimport normalizer from \"!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\runtime\\\\componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null,\n false,\n components,\n renderjs\n)\n\ncomponent.options.__file = \"G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/fujian/fujian.vue\"\nexport default component.exports","export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\templateLoader.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--16-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\template.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-uni-app-loader\\\\page-meta.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./fujian.vue?vue&type=template&id=a0483c66&\"","var components\nvar render = function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n}\nvar recyclableRender = false\nvar staticRenderFns = []\nrender._withStripped = true\n\nexport { render, staticRenderFns, recyclableRender, components }","import mod from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\babel-loader\\\\lib\\\\index.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--12-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\script.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./fujian.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\babel-loader\\\\lib\\\\index.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--12-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\script.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./fujian.vue?vue&type=script&lang=js&\"","//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n\n","import mod from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\mini-css-extract-plugin\\\\dist\\\\loader.js??ref--6-oneOf-1-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\css-loader\\\\dist\\\\cjs.js??ref--6-oneOf-1-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\stylePostLoader.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--6-oneOf-1-2!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\postcss-loader\\\\src\\\\index.js??ref--6-oneOf-1-3!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./fujian.vue?vue&type=style&index=0&lang=css&\"; export default mod; export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\mini-css-extract-plugin\\\\dist\\\\loader.js??ref--6-oneOf-1-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\css-loader\\\\dist\\\\cjs.js??ref--6-oneOf-1-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\stylePostLoader.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--6-oneOf-1-2!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\postcss-loader\\\\src\\\\index.js??ref--6-oneOf-1-3!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./fujian.vue?vue&type=style&index=0&lang=css&\"","// extracted by mini-css-extract-plugin\n if(module.hot) {\n // 1587698424560\n var cssReload = require(\"F:/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/hmr/hotModuleReplacement.js\")(module.id, {\"hmr\":true,\"publicPath\":\"../../\",\"locals\":false});\n module.hot.dispose(cssReload);\n module.hot.accept(undefined, cssReload);\n }\n "],"sourceRoot":""}  
  1 +{"version":3,"sources":["webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/main.js","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/fujian/fujian.vue?ea7f","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/fujian/fujian.vue?c7ad","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/fujian/fujian.vue?7168","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/fujian/fujian.vue?d3cc","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/fujian/fujian.vue","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/fujian/fujian.vue?bdc3","webpack:///G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/fujian/fujian.vue?04bf"],"names":["createPage","Page"],"mappings":";;;;;;;;;;kDAAA,wCAAmB;AACnB;AACA,+F;AACAA,UAAU,CAACC,eAAD,CAAV,C;;;;;;;;;;;;;ACHA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAmH;AACnH;AAC0D;AACL;AACa;;;AAGlE;AACqK;AACrK,gBAAgB,+KAAU;AAC1B,EAAE,4EAAM;AACR,EAAE,iFAAM;AACR,EAAE,0FAAe;AACjB;AACA;AACA;AACA;AACA;AACA,EAAE,qFAAU;AACZ;AACA;;AAEA;AACe,gF;;;;;;;;;;;;ACvBf;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;;;;;;;;;;;;ACAA;AAAA;AAAA;AAAA;AAAA;AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;;;;;;;;;;;;ACRA;AAAA;AAAA;AAAA;AAAgmB,CAAgB,0nBAAG,EAAC,C;;;;;;;;;;;ACApnB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,E;;;;;;;;;;;;ACxCA;AAAA;AAAA;AAAA;AAAk3B,CAAgB,m3BAAG,EAAC,C;;;;;;;;;;;ACAt4B;AACA,OAAO,KAAU,EAAE,kBAKd","file":"pages/fujian/fujian.js","sourcesContent":["import 'uni-pages';import '@dcloudio/uni-stat';\nimport Vue from 'vue'\nimport Page from './pages/fujian/fujian.vue'\ncreatePage(Page)","import { render, staticRenderFns, recyclableRender, components } from \"./fujian.vue?vue&type=template&id=a0483c66&\"\nvar renderjs\nimport script from \"./fujian.vue?vue&type=script&lang=js&\"\nexport * from \"./fujian.vue?vue&type=script&lang=js&\"\nimport style0 from \"./fujian.vue?vue&type=style&index=0&lang=css&\"\n\n\n/* normalize component */\nimport normalizer from \"!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\runtime\\\\componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null,\n false,\n components,\n renderjs\n)\n\ncomponent.options.__file = \"G:/项目/投资管理项目/touzixiaohcengxu/touziprogram/pages/fujian/fujian.vue\"\nexport default component.exports","export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\templateLoader.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--16-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\template.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-uni-app-loader\\\\page-meta.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./fujian.vue?vue&type=template&id=a0483c66&\"","var components\nvar render = function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n}\nvar recyclableRender = false\nvar staticRenderFns = []\nrender._withStripped = true\n\nexport { render, staticRenderFns, recyclableRender, components }","import mod from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\babel-loader\\\\lib\\\\index.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--12-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\script.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./fujian.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\babel-loader\\\\lib\\\\index.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--12-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\script.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./fujian.vue?vue&type=script&lang=js&\"","//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n\n","import mod from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\mini-css-extract-plugin\\\\dist\\\\loader.js??ref--6-oneOf-1-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\css-loader\\\\dist\\\\cjs.js??ref--6-oneOf-1-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\stylePostLoader.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--6-oneOf-1-2!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\postcss-loader\\\\src\\\\index.js??ref--6-oneOf-1-3!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./fujian.vue?vue&type=style&index=0&lang=css&\"; export default mod; export * from \"-!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\mini-css-extract-plugin\\\\dist\\\\loader.js??ref--6-oneOf-1-0!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\css-loader\\\\dist\\\\cjs.js??ref--6-oneOf-1-1!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\loaders\\\\stylePostLoader.js!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\webpack-preprocess-loader\\\\index.js??ref--6-oneOf-1-2!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\postcss-loader\\\\src\\\\index.js??ref--6-oneOf-1-3!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\vue-cli-plugin-uni\\\\packages\\\\vue-loader\\\\lib\\\\index.js??vue-loader-options!F:\\\\HBuilderX\\\\plugins\\\\uniapp-cli\\\\node_modules\\\\@dcloudio\\\\webpack-uni-mp-loader\\\\lib\\\\style.js!./fujian.vue?vue&type=style&index=0&lang=css&\"","// extracted by mini-css-extract-plugin\n if(module.hot) {\n // 1589774460952\n var cssReload = require(\"F:/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/hmr/hotModuleReplacement.js\")(module.id, {\"hmr\":true,\"publicPath\":\"../../\",\"locals\":false});\n module.hot.dispose(cssReload);\n module.hot.accept(undefined, cssReload);\n }\n "],"sourceRoot":""}