statistics.vue 41 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538
  1. <template>
  2. <view>
  3. <view v-if="isLeader=='sys_user'">
  4. <scroll-view>
  5. <view class="view-bg">
  6. <text class="title-txt">工程用料统计</text>
  7. <view>
  8. <view class="uni-list-cell" style="border-bottom: 1px solid #f8f8f8;">
  9. <view class="uni-list-cell-left">
  10. 行政区
  11. </view>
  12. <view class="uni-list-cell-db">
  13. <view v-if="this.isEmpty(this.XZQValue.dictValue)" style="margin-top: 10;"
  14. @click="pickerShow('xzq')">
  15. <span style="color: darkgray;">请选择行政区</span>
  16. <image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image>
  17. </view>
  18. <view v-else style="margin-top: 10;" @click="pickerShow('xzq')">
  19. <span style="color: black;">{{XZQValue.dictLabel}}</span>
  20. <image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image>
  21. </view>
  22. </view>
  23. </view>
  24. <view class="uni-list-cell" style="border-bottom: 1px solid #f8f8f8;">
  25. <view class="uni-list-cell-left">
  26. 小区
  27. </view>
  28. <view class="uni-list-cell-db">
  29. <view v-if="this.isEmpty(this.XQValue.id)" style="margin-top: 10;"
  30. @click="pickerShow('xq')">
  31. <span style="color: darkgray;">请选择小区</span>
  32. <image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image>
  33. </view>
  34. <view v-else style="margin-top: 10;" @click="pickerShow('xq')">
  35. <span style="color: black;">{{XQValue.name}}</span>
  36. <image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image>
  37. </view>
  38. </view>
  39. </view>
  40. <view class="uni-list-cell" style="border-bottom: 1px solid #f8f8f8;">
  41. <view class="uni-list-cell-left">
  42. 材料
  43. </view>
  44. <view class="uni-list-cell-db">
  45. <view v-if="this.isEmpty(this.materialValue.name)" style="margin-top: 10;"
  46. @click="pickerShow('cz')">
  47. <span style="color: darkgray;">请选择材料</span>
  48. <image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image>
  49. </view>
  50. <view v-else style="display: flex;align-items: center; justify-content: flex-end;">
  51. <view style="margin-top: 10; " @click="pickerShow('cz')">
  52. <span style="color: black;">{{materialValue.name}}</span>
  53. <!-- <image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image> -->
  54. </view>
  55. <image :src="loadImgSrc('icon_close.png')"
  56. style=" width: 15px; height: 15px;margin-left:20rpx ;margin-right: -20rpx;"
  57. @click="clearMaterialInfo">
  58. </image>
  59. </view>
  60. </view>
  61. </view>
  62. <view class="uni-list-cell" style="border-bottom: 1px solid #f8f8f8;">
  63. <view class="uni-list-cell-left">
  64. 规格
  65. </view>
  66. <view class="uni-list-cell-db">
  67. <view v-if="this.isEmpty(this.specificationValue.name)" style="margin-top: 10;"
  68. @click="pickerShow('gg')">
  69. <span style="color: darkgray;">请选择规格</span>
  70. <image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image>
  71. </view>
  72. <view v-else style="display: flex;align-items: center; justify-content: flex-end;">
  73. <view style="margin-top: 10;" @click="pickerShow('gg')">
  74. <span style="color: black;">{{specificationValue.name}}</span>
  75. <!-- <image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image> -->
  76. </view>
  77. <image :src="loadImgSrc('icon_close.png')"
  78. style=" width: 15px; height: 15px;margin-left:20rpx ;margin-right: -20rpx;"
  79. @click="clearSpecificationInfo">
  80. </image>
  81. </view>
  82. </view>
  83. </view>
  84. </view>
  85. <view class="table">
  86. <view class="felx-row">
  87. <view class="h-tr" style="flex: 1">名称</view>
  88. <view class="h-tr" style="flex: 1">材料</view>
  89. <view class="h-tr" style="flex: 1;align-items: center;">预计用量</view>
  90. <view class="h-tr" style="flex: 1">实际用量</view>
  91. </view>
  92. </view>
  93. <view class="felx-row" v-for="(item, index) in materialUsageList" :key="index">
  94. <view class="h-td" style="flex: 1">{{ item.realityQuality }}</view>
  95. <view class="h-td" style="flex: 1">{{ item.realitySpecifications }}</view>
  96. <view class="h-td" style="flex: 1">{{ item.estimatedSize }}</view>
  97. <view class="h-td" style="flex: 1">{{ item.realitySize }}</view>
  98. </view>
  99. </view>
  100. <view class="view-bg" style="margin-bottom: 40rpx;">
  101. <text class="title-txt">工程进度统计</text>
  102. <view>
  103. <view class="uni-list-cell" style="border-bottom: 1px solid #f8f8f8;">
  104. <view class="uni-list-cell-left">
  105. 行政区
  106. </view>
  107. <view class="uni-list-cell-db">
  108. <view v-if="this.isEmpty(this.XZQValue2.dictValue)" style="margin-top: 10;"
  109. @click="pickerShow('xzq2')">
  110. <span style="color: darkgray;">请选择行政区</span>
  111. <image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image>
  112. </view>
  113. <view v-else style="margin-top: 10;" @click="pickerShow('xzq2')">
  114. <span style="color: black;">{{XZQValue2.dictLabel}}</span>
  115. <image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image>
  116. </view>
  117. </view>
  118. </view>
  119. <view class="uni-list-cell" style="border-bottom: 1px solid #f8f8f8;">
  120. <view class="uni-list-cell-left"> 小区</view>
  121. <view class="uni-list-cell-db">
  122. <view v-if="this.isEmpty(this.XQValue2.id)" style="margin-top: 10;"
  123. @click="pickerShow('xq2')">
  124. <span style="color: darkgray;">请选择小区</span>
  125. <image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image>
  126. </view>
  127. <view v-else style="margin-top: 10;" @click="pickerShow('xq2')">
  128. <span style="color: black;">{{XQValue2.name}}</span>
  129. <image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image>
  130. </view>
  131. </view>
  132. </view>
  133. <view class="uni-list-cell" style="border-bottom: 1px solid #f8f8f8;">
  134. <view class="uni-list-cell-left">楼栋</view>
  135. <view class="uni-list-cell-db">
  136. <view v-if="this.isEmpty(this.LDValue2.id)" style="margin-top: 10;"
  137. @click="pickerShow('ld2')">
  138. <span style="color: darkgray;">请选择楼栋</span>
  139. <image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image>
  140. </view>
  141. <view style="margin-top: 10;" @click="pickerShow('ld2')">
  142. <span style="color: black;">{{LDValue2.name}}</span>
  143. <image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image>
  144. </view>
  145. </view>
  146. </view>
  147. <view class="uni-list-cell" style="border-bottom: 1px solid #f8f8f8;">
  148. <view class="uni-list-cell-left">单元</view>
  149. <view class="uni-list-cell-db">
  150. <view v-if="this.isEmpty(this.DYValue2.id)" style="margin-top: 10;"
  151. @click="pickerShow('dy2')">
  152. <span style="color: darkgray;">请选择单元</span>
  153. <image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image>
  154. </view>
  155. <view v-else style="margin-top: 10;" @click="pickerShow('dy2')">
  156. <span style="color: black;">{{DYValue2.name}}</span>
  157. <image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image>
  158. </view>
  159. </view>
  160. </view>
  161. </view>
  162. <image :src="loadImgSrc('lou-img-bg.png')" style="width: 110%;
  163. height: 121px;
  164. position: absolute;
  165. bottom: 15px;
  166. left: -5px;
  167. z-index: 1;
  168. "></image>
  169. <scroll-view :scroll-x="true" class="view_bg_build" v-if="roomList.length > 0">
  170. <view class="HuaDongBiao">
  171. <view class="NeiRong" v-for="(item,index) in roomList" :key="index">
  172. <view class="Fang" v-for="(item2, index2) in roomList[index]" :key="index2">
  173. <view v-if="item2.roomStatus=='施工中'" class="ShiGongZhong" @click="goHistory(item2)">
  174. {{ item2.roomName }}
  175. </view>
  176. <view v-else-if="item2.roomStatus=='未施工'" class="WeiShiGong">{{ item2.roomName }}
  177. </view>
  178. <view v-else class="JunGong" @click="goHistory(item2)">{{ item2.roomName }}</view>
  179. </view>
  180. </view>
  181. </view>
  182. <view style=" width: 48rpx;height: 63rpx;background: #C7EAFF; position:relative; left: 50%; transform:
  183. translateX(-50%); bottom: -10rpx;">
  184. </view>
  185. </scroll-view>
  186. <view v-if="roomList.length == 0" style="padding:50rpx;text-align: center;">暂无数据</view>
  187. <view style="align-items: center; margin-top: 20rpx;">
  188. <view style="display: flex;align-items: center;justify-content:center">
  189. <image class="block-iv" :src="loadImgSrc('ic_legend.png')"></image>
  190. <text style="margin-right: 20px;margin-left: 5px;">图例: </text>
  191. <div class="block-iv" style="background-color: #80d9ae;"></div>
  192. <text style="margin-right: 20px;margin-left: 5px;">竣工</text>
  193. <div class="block-iv" style="background-color: #5bd3ff;"></div>
  194. <text style="margin-right: 20px;margin-left: 5px;">施工中</text>
  195. <div class="block-iv" style="background-color: #ffc881;"></div>
  196. <text style="margin-right: 20px;margin-left: 5px;">未施工</text>
  197. </view>
  198. </view>
  199. </view>
  200. </scroll-view>
  201. </view>
  202. <view v-else-if="isLeader=='app_user'">
  203. <!-- <view class="grid-body">
  204. <view class="Grid">
  205. <view class="Grid-Item" v-for="item in List" :key="item.id" @click="changeTab(item.id)"
  206. hover-class="click-hover" hover-start-time="50" hover-stay-time="50"
  207. v-if="userRole.includes(item.title)">
  208. <button class="icon-item" v-if="item.title == '民用工程'">民用工程</button>
  209. <button class="icon-item" v-if="item.title == '工业工程'">工业工程</button>
  210. <button class="icon-item" v-if="item.title == '市政工程'">市政工程</button>
  211. <button class="icon-item" v-if="item.title == '危险作业工程'">危险作业工程</button>
  212. <button class="icon-item" v-if="item.title == '顶管工程'">顶管工程</button>
  213. <button class="icon-item" v-if="item.title == '基建工程'">基建工程</button>
  214. <button class="icon-item" v-if="item.title == '开栓'">开栓</button>
  215. </view>
  216. </view>
  217. </view> -->
  218. <view class="background">
  219. <view>
  220. <view
  221. style="font-size: 16px;margin-left: 10px;margin-top: 10px;display: flex; justify-content: space-between;margin-bottom: 10px;">
  222. 筛选
  223. <image v-if="change==false" :src="loadImgSrc('icon_user_open.png')" @click='change1'
  224. style="display: flex;justify-content:flex-end; margin-right: 10px;width: 15px;height: 15px;">
  225. </image>
  226. <image v-if="change==true" :src="loadImgSrc('icon_user_close.png')" @click='change1'
  227. style="display: flex;justify-content:flex-end; margin-right: 10px;width: 15px;height: 15px;">
  228. </image>
  229. </view>
  230. </view>
  231. <view v-show="change" style="padding-right: 10px;">
  232. <view class="uni-list">
  233. <view class="container" style="border-bottom: 1px solid #f8f8f8;">
  234. <view>
  235. 行政区
  236. </view>
  237. <view v-if="this.isEmpty(this.XZQValue3.dictValue)" style="margin-top: 10;"
  238. @click="pickerShow('xzq3')">
  239. <span style="color: darkgray;">请选择行政区</span>
  240. <image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image>
  241. </view>
  242. <view v-else class="uni-list-cell-db" style="margin-top: 10;" @click="pickerShow('xzq3')">
  243. <span style="color: black;">{{XZQValue3.dictLabel}}</span>
  244. <image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image>
  245. </view>
  246. </view>
  247. </view>
  248. <view class="uni-list">
  249. <view class="container" style="border-bottom: 1px solid #f8f8f8;">
  250. <view>
  251. 小区
  252. </view>
  253. <view v-if="this.isEmpty(this.XQValue3.id)" class="uni-list-cell-db" style="margin-top: 10;"
  254. @click="pickerShow('xq3')">
  255. <span style="color: darkgray;">请选择小区</span>
  256. <image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image>
  257. </view>
  258. <view v-else class="uni-list-cell-db" style="margin-top: 10;" @click="pickerShow('xq3')">
  259. <span style="color: black;">{{XQValue3.name}}</span>
  260. <image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image>
  261. </view>
  262. </view>
  263. </view>
  264. <view class="uni-list">
  265. <view class="container" style="border-bottom: 1px solid #f8f8f8;">
  266. <view class="uni-list-cell-left">
  267. 楼栋
  268. </view>
  269. <view v-if="this.isEmpty(this.LDValue3.id)" class="uni-list-cell-db" style="margin-top: 10;"
  270. @click="pickerShow('ld3')">
  271. <span style="color: darkgray;">请选择楼栋</span>
  272. <image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image>
  273. </view>
  274. <view v-else class="uni-list-cell-db" style="margin-top: 10;" @click="pickerShow('ld3')">
  275. <span style="color: black;">{{LDValue3.name}}</span>
  276. <image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image>
  277. </view>
  278. </view>
  279. </view>
  280. <view class="uni-list" style="margin-top: 10;">
  281. <view class="container" style="border-bottom: 1px solid #f8f8f8;">
  282. <view class="uni-list-cell-left">
  283. 单元
  284. </view>
  285. <view v-if="this.isEmpty(this.DYValue3.id)" class="uni-list-cell-db" style="margin-top: 10;"
  286. @click="pickerShow('dy3')">
  287. <span style="color: darkgray;">请选择单元</span>
  288. <image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image>
  289. </view>
  290. <view v-else class="uni-list-cell-db" style="margin-top: 10;" @click="pickerShow('dy3')">
  291. <span style="color: black;">{{DYValue3.name}}</span>
  292. <image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image>
  293. </view>
  294. </view>
  295. </view>
  296. <view class="uni-list">
  297. <view class="container" style="border-bottom: 1px solid #f8f8f8;">
  298. <view class="uni-list-cell-left">
  299. 房间
  300. </view>
  301. <view v-if="this.isEmpty(this.FJValue3.id)" class="uni-list-cell-db" style="margin-top: 10;"
  302. @click="pickerShow('fj3')">
  303. <span style="color: darkgray;">请选择房间</span>
  304. <image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image>
  305. </view>
  306. <view v-else class="uni-list-cell-db" style="margin-top: 10;" @click="pickerShow('fj3')">
  307. <span style="color: black;">{{FJValue3.name}}</span>
  308. <image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image>
  309. </view>
  310. </view>
  311. </view>
  312. <view class="uni-list">
  313. <view class="container" style="border-bottom: 1px solid #f8f8f8;">
  314. <view class="uni-list-cell-left">
  315. 工程类型
  316. </view>
  317. <view v-if="this.isEmpty(this.ProjectType.dictValue)" class="uni-list-cell-db"
  318. style="margin-top: 10;" @click="pickerShow('gclx')">
  319. <span style="color: darkgray;">请选择工程类型</span>
  320. <image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image>
  321. </view>
  322. <view v-else class="uni-list-cell-db" style="margin-top: 10;" @click="pickerShow('gclx')">
  323. <span style="color: black;">{{ProjectType.dictLabel}}</span>
  324. <image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image>
  325. </view>
  326. </view>
  327. </view>
  328. <view class="uni-list">
  329. <view class="container" style="border-bottom: 1px solid #f8f8f8;">
  330. <view class="uni-list-cell-left">
  331. 工程分类
  332. </view>
  333. <view v-if="this.isEmpty(this.ProjectClassification.dictValue)" class="uni-list-cell-db"
  334. style="margin-top: 10;" @click="pickerShow('gcfl')">
  335. <span style="color: darkgray;">请选择工程分类</span>
  336. <image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image>
  337. </view>
  338. <view v-else class="uni-list-cell-db" style="margin-top: 10;" @click="pickerShow('gcfl')">
  339. <span style="color: black;">{{ProjectClassification.dictLabel}}</span>
  340. <image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image>
  341. </view>
  342. </view>
  343. </view>
  344. <view class="uni-list">
  345. <view class="container" style="border-bottom: 1px solid #f8f8f8;">
  346. <view class="uni-list-cell-left">
  347. 工程步骤
  348. </view>
  349. <view v-if="this.isEmpty(this.ProjectSteps.dictValue)" class="uni-list-cell-db"
  350. style="margin-top: 10;" @click="pickerShow('gcbz')">
  351. <span style="color: darkgray;">请选择工程步骤</span>
  352. <image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image>
  353. </view>
  354. <view v-else class="uni-list-cell-db" style="margin-top: 10;" @click="pickerShow('gcbz')">
  355. <span style="color: black;">{{ProjectSteps.dictLabel}}</span>
  356. <image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image>
  357. </view>
  358. </view>
  359. </view>
  360. <view class="uni-list">
  361. <view class="container" style="border-bottom: 1px solid #f8f8f8;">
  362. <view class="uni-list-cell-left">
  363. 审核状态
  364. </view>
  365. <view v-if="this.isEmpty(this.ReviewStatus.dictValue)" class="uni-list-cell-db"
  366. style="margin-top: 10;" @click="pickerShow('shzt')">
  367. <span style="color: darkgray;">请选择审核状态</span>
  368. <image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image>
  369. </view>
  370. <view v-else class="uni-list-cell-db" style="margin-top: 10;" @click="pickerShow('shzt')">
  371. <span style="color: black;">{{ReviewStatus.dictLabel}}</span>
  372. <image :src="loadImgSrc('icon_right.png')" class="to-right-icon"></image>
  373. </view>
  374. </view>
  375. </view>
  376. <button class="tj-btn" style="margin: 40rpx 90rpx;" @click="serch"> 搜索</button>
  377. </view>
  378. </view>
  379. <cc-pullScroolView class="pullScrollView" ref="pullScroll" :pullDown="pullDown" :isDownLoading="true">
  380. <view class="notice" v-for="(item,index) in list" :key="index">
  381. <view class="justify-content" @click="chooseNode(item)">
  382. <view class="font-forty">
  383. {{item.areaName+item.buildingName+item.unitName+item.houseName+(item.enginType=='new_built'? '-新建':'-旧改')+'-'+item.enginClassificationName}}
  384. </view>
  385. <view class="font-twenty-eight gray" v-for="(state,stateIndex) in item.nodeReViewStateList"
  386. :key="stateIndex" v-if="state.Type!='开栓'">
  387. {{state.Type}}-{{state.state == 1 ? '审核通过': (state.content == '暂未审核' ? '暂未审核':'审核未通过')}}
  388. <view v-if="state.content != '暂未审核'">原因:{{state.content}}</view>
  389. </view>
  390. <view class="font-twenty-eight gray">
  391. {{item.createTime}}
  392. </view>
  393. </view>
  394. </view>
  395. </cc-pullScroolView>
  396. </view>
  397. <view class="share">
  398. <view :class="{'share-box': shareState}" @click="handleHiddenShare">
  399. </view>
  400. <view class="share-item" :class="{'share-show': shareState}">
  401. <view class="share-to">
  402. <text>请选择</text>
  403. </view>
  404. <scroll-view scroll-y="true" class="scroll-Y">
  405. <view class="content">
  406. <view class="block" v-for="(item, index) in typeList" :key="index" @click="showTypeSheet(item)"
  407. v-if="item.Type!='开栓'">
  408. <text>{{item.Type}}</text>
  409. </view>
  410. </view>
  411. </scroll-view>
  412. <view class="cancel" @click.stop="handleHiddenShare">
  413. <text>取消</text>
  414. </view>
  415. </view>
  416. </view>
  417. <bottom-sheet ref="refShare" :data="historyList"></bottom-sheet>
  418. <SelectPicker :list="selectList" @change="changeSelect" v-if="open" @close="close" titleKey="name"
  419. subtitleKey="id" v-model="name"></SelectPicker>
  420. <SelectPicker :list="dictOptions" @change="changeSelect" v-if="openDict" @close="closeDict" titleKey="dictLabel"
  421. subtitleKey="dictValue" v-model="dictLabel"></SelectPicker>
  422. </view>
  423. </template>
  424. <script>
  425. import SelectPicker from '../../components/selectPicker/select_picker.vue'
  426. import bottomSheet from '../../components/bottomSheet/bottomSheet.vue'
  427. import CCBProjectList from '../../uni_modules/cc-pullScroolView/components/cc-pullScroolView/cc-pullScroolView.vue';
  428. import {
  429. gethistoryList,
  430. } from '@/api/common'
  431. import {
  432. getUserType,
  433. getUserRole
  434. } from '@/utils/auth';
  435. import {
  436. getDicts
  437. } from "@/api/system/dict/data";
  438. import user from '@/store/modules/user'
  439. import {
  440. getAreaList,
  441. getBuildingList,
  442. getUnitList,
  443. getHousesList,
  444. getEnginMaterialQualityList,
  445. getEnginSpecificationsList,
  446. getMunicipalStatisticsData,
  447. getObtainRoomcCompletionInformationList,
  448. getRoomProjectId,
  449. getRoomProjectList,
  450. } from '@/api/common'
  451. export default {
  452. components: {
  453. SelectPicker,
  454. CCBProjectList,
  455. bottomSheet
  456. },
  457. data() {
  458. return {
  459. historyList: {}, //历史数据
  460. userRole: getUserRole(),
  461. tabValue: ['旧改', '新建'],
  462. tabIndex: 0,
  463. isLeader: '',
  464. list: [],
  465. newlist: [],
  466. pageSize: 10,
  467. totalNum: '',
  468. pageNum: 1,
  469. typeList: '',
  470. villageIndex: 0,
  471. specificationIndex: 0,
  472. materialIndex: 0,
  473. villageIndex2: 0,
  474. buildIndex: 0,
  475. unitIndex: 0,
  476. open: false,
  477. openDict: false,
  478. selectList: [],
  479. dictOptions: [],
  480. XQList: [],
  481. LDList: [],
  482. DYList: [],
  483. projectValue: {
  484. 'dictValue': '0'
  485. },
  486. XZQValue: {},
  487. XQValue: {},
  488. XQList2: [],
  489. LDList2: [],
  490. DYList2: [],
  491. XQList3: [],
  492. LDList3: [],
  493. DYList3: [],
  494. FJList3: [],
  495. projectValue2: {
  496. 'dictValue': '0'
  497. },
  498. shareState: false,
  499. XZQValue2: {},
  500. XQValue2: {},
  501. LDValue2: {},
  502. DYValue2: {},
  503. XZQValue3: {},
  504. XQValue3: {},
  505. LDValue3: {},
  506. DYValue3: {},
  507. FJValue3: {},
  508. ProjectType: {},
  509. ProjectClassification: {},
  510. ProjectSteps: {},
  511. ReviewStatus: {},
  512. change: false,
  513. specificationValue: {},
  514. specificationList: [],
  515. materialValue: {},
  516. materialList: [],
  517. materialUsageList: [],
  518. roomList: [],
  519. roomCount: 4,
  520. nodeId: '',
  521. nodeType: '',
  522. roomItem: {},
  523. }
  524. },
  525. created() {},
  526. onLoad() {
  527. this.isLeader = getUserType()
  528. if (this.isLeader == 'app_user') {
  529. this.changeTab();
  530. }
  531. },
  532. // 上拉加载
  533. onReachBottom() {
  534. if (this.pageNum * 10 >= this.totalNum) {
  535. } else {
  536. this.$refs.pullScroll.showUpLoading();
  537. this.pageNum++;
  538. this.requestData();
  539. }
  540. },
  541. methods: {
  542. goHistory(item) {
  543. this.roomItem = item;
  544. getDicts(item.enginCycle + '_indoor_engin').then(response => {
  545. this.typeList = response.data;
  546. let result = JSON.parse(JSON.stringify(this.typeList).replace(/dictValue/g, 'Type'));
  547. this.typeList = result;
  548. this.handleShowSheet();
  549. });
  550. },
  551. serch() {
  552. this.changeTab();
  553. },
  554. change1() {
  555. this.change = !this.change
  556. },
  557. isEmpty(str) {
  558. return (!str || 0 === str.length);
  559. },
  560. handleShowSheet() {
  561. this.shareState = true;
  562. },
  563. handleHiddenShare() {
  564. this.shareState = false;
  565. },
  566. chooseNode(item) {
  567. this.typeList = item.nodeReViewStateList
  568. this.nodeId = item.id;
  569. this.nodeType = item.enginClassification;
  570. if (this.nodeType == 'bottom_leg') { //底腿
  571. let obj = {
  572. id: this.nodeId,
  573. type: item.Type
  574. };
  575. uni.navigateTo({
  576. url: '/pages/statistics/history_details_bottom_leg?params=' + encodeURIComponent(JSON
  577. .stringify(
  578. obj))
  579. })
  580. } else {
  581. this.handleShowSheet();
  582. }
  583. },
  584. showHistoryList() {
  585. this.$refs.refShare.handleShowShare();
  586. },
  587. showTypeSheet(item) {
  588. if (this.isLeader == 'sys_user') {
  589. let param = {
  590. areaId: this.roomItem.areaId,
  591. buildingId: this.roomItem.buildingId,
  592. unitId: this.roomItem.unitId,
  593. houseId: this.roomItem.roomId,
  594. enginCycle: this.projectValue2.dictValue, // 工程周期
  595. enginType: this.roomItem.enginCycle,
  596. enginClassification: 'indoor_engin', //写死 室内
  597. }
  598. getRoomProjectId(param).then(res => {
  599. if (res.code == '200') {
  600. if (res.data != null) {
  601. getRoomProjectList(res.data.id, item.Type).then(res => {
  602. if (res.data.zEngineeringNodeBo != null) {
  603. this.historyList = res.data
  604. this.showHistoryList();
  605. } else {
  606. this.$modal.msg("暂无历史信息")
  607. }
  608. })
  609. } else {
  610. this.$modal.msg("暂无工程信息")
  611. }
  612. } else {
  613. this.$modal.msg(res.msg)
  614. }
  615. })
  616. } else {
  617. let obj = {
  618. id: this.nodeId,
  619. type: item.Type
  620. };
  621. this.handleHiddenShare();
  622. if (this.nodeType == 'indoor_engin') { //室内
  623. uni.navigateTo({
  624. url: '/pages/statistics/historyDetails?params=' + encodeURIComponent(JSON
  625. .stringify(
  626. obj))
  627. })
  628. } else if (this.nodeType == 'overhead') { //架空
  629. uni.navigateTo({
  630. url: '/pages/statistics/historyDetailsCourtyard?params=' + encodeURIComponent(JSON
  631. .stringify(
  632. obj))
  633. })
  634. } else if (this.nodeType == 'courtyard') { //庭院
  635. uni.navigateTo({
  636. url: '/pages/statistics/historyDetailsCourtyard?params=' + encodeURIComponent(JSON
  637. .stringify(
  638. obj))
  639. })
  640. }
  641. }
  642. },
  643. pickerShow(e) {
  644. this.type = e;
  645. if (e == 'gczq') {
  646. this.openDict = true;
  647. getDicts("engin_cycle").then(response => {
  648. this.dictOptions = response.data;
  649. });
  650. } else if (e == 'gclx') {
  651. this.openDict = true;
  652. getDicts('indoor_engin_type').then(response => {
  653. this.dictOptions = response.data;
  654. });
  655. } else if (e == 'gcfl') {
  656. if (this.isEmpty(this.ProjectType.dictValue)) {
  657. this.$modal.msg('请选择工程类型')
  658. } else {
  659. this.openDict = true;
  660. getDicts(this.ProjectType.dictValue).then(response => {
  661. this.dictOptions = response.data;
  662. });
  663. }
  664. } else if (e == 'gcbz') {
  665. if (this.isEmpty(this.ProjectClassification.dictValue)) {
  666. this.$modal.msg('请选择工程分类')
  667. } else {
  668. this.openDict = true;
  669. getDicts(this.ProjectType.dictValue + "_" + this.ProjectClassification.dictValue).then(
  670. response => {
  671. this.dictOptions = response.data;
  672. });
  673. }
  674. } else if (e == 'shzt') {
  675. if (this.isEmpty(this.ProjectSteps.dictValue)) {
  676. this.$modal.msg('请选择工程步骤')
  677. } else {
  678. this.openDict = true;
  679. getDicts('state_options').then(
  680. response => {
  681. this.dictOptions = response.data;
  682. });
  683. }
  684. } else if (e == 'xzq') {
  685. if (this.isEmpty(this.projectValue.dictValue)) {
  686. this.$modal.msg('请选择工程周期')
  687. } else {
  688. this.openDict = true;
  689. getDicts("district").then(response => {
  690. this.dictOptions = response.data;
  691. });
  692. }
  693. } else if (e == 'xq') {
  694. if (this.isEmpty(this.XZQValue.dictValue)) {
  695. this.$modal.msg('请选择行政区')
  696. } else {
  697. this.open = true;
  698. this.selectList = this.XQList;
  699. }
  700. } else if (e == 'ld') {
  701. if (this.isEmpty(this.XQValue.id)) {
  702. this.$modal.msg('请选择小区')
  703. } else {
  704. this.open = true;
  705. this.selectList = this.LDList;
  706. }
  707. } else if (e == 'dy') {
  708. if (this.isEmpty(this.LDValue.id)) {
  709. this.$modal.msg('请选择楼栋')
  710. } else {
  711. this.open = true;
  712. this.selectList = this.DYList;
  713. }
  714. } else if (e == 'gczq2') {
  715. this.openDict = true;
  716. getDicts("engin_cycle").then(response => {
  717. this.dictOptions = response.data;
  718. });
  719. } else if (e == 'xzq2' || e == 'xzq3') {
  720. if (this.isEmpty(this.projectValue2.dictValue)) {
  721. this.$modal.msg('请选择工程周期')
  722. } else {
  723. this.openDict = true;
  724. getDicts("district").then(response => {
  725. this.dictOptions = response.data;
  726. });
  727. }
  728. } else if (e == 'xq2') {
  729. if (this.isEmpty(this.XZQValue2.dictValue)) {
  730. this.$modal.msg('请选择行政区')
  731. } else {
  732. this.open = true;
  733. this.selectList = this.XQList2;
  734. }
  735. } else if (e == 'ld2') {
  736. if (this.isEmpty(this.XQValue2.id)) {
  737. this.$modal.msg('请选择小区')
  738. } else {
  739. this.open = true;
  740. this.selectList = this.LDList2;
  741. }
  742. } else if (e == 'dy2') {
  743. if (this.isEmpty(this.LDValue2.id)) {
  744. this.$modal.msg('请选择楼栋')
  745. } else {
  746. this.open = true;
  747. this.selectList = this.DYList2;
  748. }
  749. } else if (e == 'xq3') {
  750. if (this.isEmpty(this.XZQValue3.dictValue)) {
  751. this.$modal.msg('请选择行政区')
  752. } else {
  753. this.open = true;
  754. this.selectList = this.XQList3;
  755. }
  756. } else if (e == 'ld3') {
  757. if (this.isEmpty(this.XQValue3.id)) {
  758. this.$modal.msg('请选择小区')
  759. } else {
  760. this.open = true;
  761. this.selectList = this.LDList3;
  762. }
  763. } else if (e == 'dy3') {
  764. if (this.isEmpty(this.LDValue2.id)) {
  765. this.$modal.msg('请选择楼栋')
  766. } else {
  767. this.open = true;
  768. this.selectList = this.DYList3;
  769. }
  770. } else if (e == 'fj3') {
  771. if (this.isEmpty(this.LDValue3.id)) {
  772. this.$modal.msg('请选择楼栋')
  773. } else {
  774. this.open = true;
  775. this.selectList = this.FJList3;
  776. }
  777. } else if (e == 'gg') {
  778. if (this.isEmpty(this.materialValue.id)) {
  779. this.$modal.msg('请选择材料')
  780. } else {
  781. this.open = true;
  782. this.selectList = this.materialList;
  783. }
  784. } else if (e == 'cz') {
  785. this.open = true;
  786. getEnginMaterialQualityList("民用工程").then(response => {
  787. this.selectList = response.data;
  788. });
  789. }
  790. },
  791. changeSelect(item, index) {
  792. this.open = false;
  793. this.openDict = false;
  794. if (this.type == 'xzq') {
  795. this.XZQValue = item;
  796. this.XQValue = '';
  797. this.LDValue = '';
  798. this.DYValue = '';
  799. this.FJValue = '';
  800. getAreaList(item.dictValue).then(res => {
  801. this.XQList = res.data;
  802. })
  803. } else if (this.type == 'gczq') {
  804. this.projectValue = item
  805. } else if (this.type == 'gclx') {
  806. this.ProjectType = item
  807. this.ProjectClassification = '';
  808. this.ProjectSteps = '';
  809. this.ReviewStatus = '';
  810. } else if (this.type == 'gcfl') {
  811. this.ProjectClassification = item
  812. this.ProjectSteps = '';
  813. this.ReviewStatus = '';
  814. } else if (this.type == 'gcbz') {
  815. this.ProjectSteps = item
  816. this.ReviewStatus = '';
  817. } else if (this.type == 'shzt') {
  818. this.ReviewStatus = item
  819. } else if (this.type == 'xq') {
  820. this.XQValue = item;
  821. this.LDValue = '';
  822. this.DYValue = '';
  823. this.FJValue = '';
  824. this.queryMaterialsUsedList();
  825. } else if (this.type == 'ld') {
  826. this.LDValue = item;
  827. this.DYValue = '';
  828. this.FJValue = '';
  829. getUnitList(item.id).then(res => {
  830. this.DYList = res.data
  831. })
  832. } else if (this.type == 'dy') {
  833. this.DYValue = item;
  834. } else if (this.type == 'gczq2') {
  835. this.projectValue2 = item
  836. } else if (this.type == 'xzq2') {
  837. this.XZQValue2 = item;
  838. this.XQValue2 = '';
  839. this.LDValue2 = '';
  840. this.DYValue2 = '';
  841. this.FJValue2 = '';
  842. getAreaList(item.dictValue).then(res => {
  843. this.XQList2 = res.data;
  844. })
  845. } else if (this.type == 'xzq3') {
  846. this.XZQValue3 = item;
  847. this.XQValue3 = '';
  848. this.LDValue3 = '';
  849. this.DYValue3 = '';
  850. this.FJValue3 = '';
  851. getAreaList(item.dictValue).then(res => {
  852. this.XQList3 = res.data;
  853. })
  854. } else if (this.type == 'xq2') {
  855. this.XQValue2 = item;
  856. this.LDValue2 = '';
  857. this.DYValue2 = '';
  858. this.FJValue2 = '';
  859. getBuildingList(item.id).then(res => {
  860. this.LDList2 = res.data
  861. })
  862. } else if (this.type == 'xq3') {
  863. this.XQValue3 = item;
  864. this.LDValue3 = '';
  865. this.DYValue3 = '';
  866. this.FJValue3 = '';
  867. getBuildingList(item.id).then(res => {
  868. this.LDList3 = res.data
  869. })
  870. } else if (this.type == 'ld2') {
  871. this.LDValue2 = item;
  872. this.DYValue2 = '';
  873. this.FJValue2 = '';
  874. getUnitList(item.id).then(res => {
  875. this.DYList2 = res.data
  876. })
  877. } else if (this.type == 'ld3') {
  878. this.LDValue3 = item;
  879. this.DYValue3 = '';
  880. this.FJValue3 = '';
  881. getUnitList(item.id).then(res => {
  882. this.DYList3 = res.data
  883. })
  884. } else if (this.type == 'dy3') {
  885. this.DYValue3 = item;
  886. this.FJValue3 = '';
  887. getHousesList(item.id).then(res => {
  888. this.FJList3 = res.data
  889. })
  890. } else if (this.type == 'dy2') {
  891. this.DYValue2 = item;
  892. this.queryProjectStatisticsList();
  893. } else if (this.type == 'gg') {
  894. this.specificationValue = item;
  895. this.queryMaterialsUsedList();
  896. } else if (this.type == 'cz') {
  897. this.materialValue = item;
  898. this.specificationValue = '';
  899. this.queryMaterialsUsedList();
  900. getEnginSpecificationsList(item.id).then(res => {
  901. this.materialList = res.data
  902. })
  903. }
  904. },
  905. close(e) {
  906. this.open = false
  907. },
  908. closeDict(e) {
  909. this.openDict = false
  910. },
  911. queryMaterialsUsedList() {
  912. if (this.isEmpty(this.XQValue.id)) {
  913. this.$modal.msg('请选择小区')
  914. return;
  915. }
  916. let param = {
  917. enginCycle: this.projectValue.dictValue, //工程周期
  918. areaId: this.XQValue.id,
  919. realityQuality: this.materialValue.id,
  920. realitySpecifications: this.specificationValue.id,
  921. };
  922. getMunicipalStatisticsData(param).then(res => {
  923. this.materialUsageList = res.data;
  924. })
  925. },
  926. queryProjectStatisticsList() {
  927. let param = {
  928. enginCycle: this.projectValue.dictValue, //工程周期
  929. areaId: this.XQValue2.id,
  930. buildingId: this.LDValue2.id,
  931. unitId: this.DYValue2.id,
  932. };
  933. getObtainRoomcCompletionInformationList(param).then(res => {
  934. this.roomList = res.data[0].roomStatusVoList;
  935. this.roomCount = res.data[0].roomStatusVoList.length;
  936. })
  937. },
  938. getColorByStatus(status) {
  939. if (this.isEmpty(status)) {
  940. return "#fff";
  941. }
  942. if (status == '施工中') {
  943. return "#5bd3ff";
  944. } else if (status == '未施工') {
  945. return "#ffc881";
  946. } else if (status == '竣工') {
  947. return "#80d9ae";
  948. }
  949. },
  950. clearMaterialInfo() {
  951. this.materialValue = '';
  952. this.specificationValue = '';
  953. this.queryMaterialsUsedList();
  954. },
  955. clearSpecificationInfo() {
  956. this.specificationValue = '';
  957. this.queryMaterialsUsedList();
  958. },
  959. pullDown(pullScroll) {
  960. this.pageNum = 1;
  961. setTimeout(() => {
  962. this.requestData(pullScroll);
  963. }, 1000);
  964. },
  965. getList() {
  966. let myThis = this;
  967. this.$nextTick(() => {
  968. myThis.$refs.pullScroll.refresh();
  969. });
  970. },
  971. changeTab() {
  972. this.pageSize = 10;
  973. this.totalNum = '';
  974. this.pageNum = 1;
  975. this.requestData();
  976. },
  977. requestData() {
  978. uni.showLoading()
  979. let type = ''
  980. let param = {
  981. district: this.XZQValue3.dictValue == undefined ? '' : this.XZQValue3.dictValue,
  982. areaId: this.XQValue3.id == undefined ? '' : this.XQValue3.id,
  983. buildingId: this.LDValue3.id == undefined ? '' : this.LDValue3.id,
  984. unitId: this.DYValue3.id == undefined ? '' : this.DYValue3.id,
  985. houseId: this.FJValue3.id == undefined ? '' : this.FJValue3.id,
  986. enginType: this.ProjectType.dictValue == undefined ? '' : this.ProjectType.dictValue,
  987. enginCycle: '0',
  988. enginClassification: this.ProjectClassification.dictValue == undefined ? '' : this
  989. .ProjectClassification.dictValue,
  990. type: this.ProjectSteps.dictValue == undefined ? '' : this.ProjectSteps.dictValue,
  991. completionStatus: this.ReviewStatus.dictValue == undefined ? '' : this.ReviewStatus.dictValue,
  992. createBy: user.state.name,
  993. pageNum: this.pageNum,
  994. pageSize: this.pageSize
  995. }
  996. gethistoryList(param).then(res => {
  997. this.totalNum = res.total
  998. if (res.code == '200') {
  999. uni.hideLoading()
  1000. if (res.rows.length !== 0) {
  1001. if (this.pageNum == 1) {
  1002. this.list = [];
  1003. this.list = res.rows
  1004. } else {
  1005. this.list = this.list.concat(res.rows)
  1006. }
  1007. if (this.pageNum * 10 >= this.totalNum) {
  1008. this.$refs.pullScroll.finish();
  1009. } else {
  1010. this.$refs.pullScroll.success();
  1011. }
  1012. } else {
  1013. this.list = [];
  1014. this.$refs.pullScroll.empty();
  1015. }
  1016. } else {
  1017. this.$modal.msg(res.msg + "")
  1018. this.$refs.pullScroll.error();
  1019. }
  1020. })
  1021. },
  1022. }
  1023. }
  1024. </script>
  1025. <style lang="scss">
  1026. .to-right-icon {
  1027. width: 15px;
  1028. height: 15px;
  1029. position: absolute;
  1030. top: 50%;
  1031. transform: translateY(-50%);
  1032. }
  1033. .uni-media-list {
  1034. width: 100%;
  1035. }
  1036. .no-click {
  1037. pointer-events: none;
  1038. }
  1039. .marginLeft5 {
  1040. margin-left: 5px;
  1041. }
  1042. .title-txt {
  1043. font-size: 15px;
  1044. font-weight: bold;
  1045. color: black;
  1046. padding: 20rpx 0;
  1047. }
  1048. .content-txt {
  1049. font-size: 10px;
  1050. font-weight: bold;
  1051. color: black;
  1052. }
  1053. .view-bg {
  1054. margin-left: 8px;
  1055. margin-right: 8px;
  1056. margin-top: 8px;
  1057. background-color: #fff;
  1058. border-radius: 5px;
  1059. padding: 20px;
  1060. display: flex;
  1061. flex-direction: column;
  1062. }
  1063. .uni-list {
  1064. background-color: #FFFFFF;
  1065. position: relative;
  1066. width: 100%;
  1067. display: flex;
  1068. flex-direction: column;
  1069. }
  1070. .uni-list-cell {
  1071. display: flex;
  1072. align-items: center;
  1073. justify-content: space-between;
  1074. padding: 10px 0;
  1075. position: relative;
  1076. }
  1077. .uni-list-cell-left {
  1078. white-space: nowrap;
  1079. font-size: 28rpx;
  1080. }
  1081. .centered {
  1082. text-align: center;
  1083. background-color: #e2f4ff;
  1084. }
  1085. .text {
  1086. background-color: #e2f4ff;
  1087. height: 20rpx;
  1088. }
  1089. .view_bg_build {
  1090. background-color: #e2f4ff;
  1091. padding: 10px 10px 0 10px;
  1092. margin: 0 auto;
  1093. border: 1px solid #5bd3ff;
  1094. white-space: nowrap;
  1095. position: relative;
  1096. z-index: 2;
  1097. }
  1098. .grid-text {
  1099. font-size: 14px;
  1100. color: #000000;
  1101. text-align: center;
  1102. padding-left: 30rpx;
  1103. padding-right: 30rpx;
  1104. padding-top: 20rpx;
  1105. padding-bottom: 20rpx;
  1106. }
  1107. .name {
  1108. flex: 0;
  1109. font-size: 14px;
  1110. color: #000000;
  1111. overflow: hidden;
  1112. text-overflow: ellipsis;
  1113. white-space: nowrap;
  1114. }
  1115. .table-item {
  1116. overflow: hidden;
  1117. text-overflow: ellipsis;
  1118. white-space: nowrap;
  1119. }
  1120. .block-iv {
  1121. width: 20px;
  1122. height: 20px;
  1123. }
  1124. .table {
  1125. width: 100%;
  1126. border-radius: 8rpx;
  1127. background: #FFFFFF;
  1128. /* border: 1rpx solid #EFEFEF; */
  1129. font-size: 28rpx;
  1130. margin-top: 40rpx;
  1131. }
  1132. .felx-row {
  1133. width: 100%;
  1134. display: flex;
  1135. justify-content: space-between;
  1136. align-items: center;
  1137. }
  1138. .h-tr {
  1139. box-sizing: border-box;
  1140. display: flex;
  1141. flex-direction: row;
  1142. flex-wrap: nowrap;
  1143. justify-content: center;
  1144. align-items: center;
  1145. align-content: center;
  1146. border-color: #ccc;
  1147. border-style: solid;
  1148. border-width: 0;
  1149. border-width: 1px;
  1150. color: #3d7dd7;
  1151. }
  1152. .h-td {
  1153. box-sizing: border-box;
  1154. padding: 3px;
  1155. word-break: break-all;
  1156. border-color: #ccc;
  1157. border-style: solid;
  1158. border-width: 1px;
  1159. border-right-width: 1px;
  1160. display: flex;
  1161. flex-direction: row;
  1162. flex-wrap: nowrap;
  1163. justify-content: center;
  1164. align-items: center;
  1165. align-content: center;
  1166. min-height: 64rpx;
  1167. }
  1168. .LouCeng {
  1169. font-size: 30rpx;
  1170. background-color: #4a4b52;
  1171. color: #FFEB3B;
  1172. font-weight: bold;
  1173. }
  1174. .Fang {
  1175. width: 100%;
  1176. display: inline-block;
  1177. line-height: 50rpx;
  1178. text-align: center;
  1179. margin-right: 10px;
  1180. margin-bottom: 10px;
  1181. background-color: red;
  1182. }
  1183. .HuaDongBiao {
  1184. display: flex;
  1185. flex-direction: column-reverse;
  1186. position: relative;
  1187. }
  1188. .NeiRong {
  1189. display: flex;
  1190. flex-wrap: nowrap;
  1191. }
  1192. .NeiRong :last-child {
  1193. margin-right: 0 !important;
  1194. }
  1195. .ShiGongZhong {
  1196. background-color: #5bd3ff;
  1197. color: #000;
  1198. }
  1199. .WeiShiGong {
  1200. background-color: #ffc881;
  1201. color: #000;
  1202. }
  1203. .JunGong {
  1204. background-color: #80d9ae;
  1205. color: #000;
  1206. }
  1207. .container {
  1208. display: flex;
  1209. margin-left: 10px;
  1210. width: 100%;
  1211. margin-top: 10px;
  1212. margin-right: 10px;
  1213. justify-content: space-between;
  1214. }
  1215. .notice {
  1216. margin: 20rpx;
  1217. padding: 20rpx;
  1218. background: #FFFFFF;
  1219. box-shadow: 0rpx 8rpx 17rpx 0rpx rgba(0, 0, 0, 0.04);
  1220. border-radius: 10rpx;
  1221. }
  1222. .text {
  1223. border-left: 15rpx solid #3857F3;
  1224. padding-left: 20rpx;
  1225. }
  1226. .share {
  1227. width: 100%;
  1228. height: 100%;
  1229. }
  1230. .share-box {
  1231. width: 100%;
  1232. height: 100%;
  1233. position: fixed;
  1234. top: 0rpx;
  1235. left: 0rpx;
  1236. bottom: 0rpx;
  1237. right: 0rpx;
  1238. background-color: rgba(0, 0, 0, 0.4);
  1239. transition: .3s;
  1240. z-index: 999;
  1241. }
  1242. .share-show {
  1243. transition: all 0.3s ease;
  1244. transform: translateY(0%) !important;
  1245. }
  1246. .scroll-Y {
  1247. height: 350rpx;
  1248. }
  1249. .share-item {
  1250. position: fixed;
  1251. left: 0;
  1252. bottom: 0;
  1253. width: 100%;
  1254. height: auto;
  1255. background-color: #FFFFFF;
  1256. transition: all 0.3s ease;
  1257. transform: translateY(100%);
  1258. z-index: 1999;
  1259. border-top-left-radius: 40rpx;
  1260. border-top-right-radius: 40rpx;
  1261. .share-to {
  1262. width: 100%;
  1263. height: 3rem;
  1264. display: flex;
  1265. justify-content: center;
  1266. align-items: center;
  1267. &::after {
  1268. content: '';
  1269. width: 240rpx;
  1270. height: 0rpx;
  1271. border-top: 1px solid #E4E7ED;
  1272. -webkit-transform: scaleY(0.5);
  1273. transform: scaleY(0.5);
  1274. margin-left: 30rpx;
  1275. }
  1276. &::before {
  1277. content: '';
  1278. width: 240rpx;
  1279. height: 0rpx;
  1280. border-top: 1px solid #E4E7ED;
  1281. -webkit-transform: scaleY(0.5);
  1282. transform: scaleY(0.5);
  1283. margin-right: 30rpx;
  1284. }
  1285. }
  1286. .content {
  1287. width: 100%;
  1288. height: 50%;
  1289. display: flex;
  1290. flex-wrap: wrap;
  1291. .block {
  1292. width: 100%;
  1293. display: flex;
  1294. flex-direction: column;
  1295. justify-content: center;
  1296. align-items: center;
  1297. height: 80rpx;
  1298. text {
  1299. margin-top: 16rpx;
  1300. font-size: 28rpx;
  1301. color: #606266;
  1302. }
  1303. }
  1304. }
  1305. .cancel {
  1306. width: 100%;
  1307. height: 3rem;
  1308. display: flex;
  1309. justify-content: center;
  1310. align-items: center;
  1311. border-top: 1rpx solid #E4E7ED;
  1312. }
  1313. }
  1314. .background {
  1315. // border: 15px solid hsla(0, 0%, 100%, .5);
  1316. background: white;
  1317. background-clip: padding-box;
  1318. padding: 20rpx;
  1319. border-radius: 20rpx;
  1320. margin: 20rpx 10rpx;
  1321. /*从padding开始往外面裁剪背景*/
  1322. }
  1323. </style>