tputinto.vue 8.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251
  1. <template>
  2. <view>
  3. <!-- 投产信息 -->
  4. <uni-collapse ref="collapse" v-model="value" @change="changeone" >
  5. <!-- -->
  6. <uni-collapse-item title="投产信息" :show-arrow='false' class='cldelista' :border="false" title-border="none">
  7. <template v-slot:title>
  8. <view class="flexc contentt">
  9. <view class="flex0 f16 fw cofe">投产信息</view>
  10. <view class="flex1 cldelistz" :class="value[0]==0?'act':''">
  11. <view class="cofe f15">{{value[0]==0?'信息折叠':'信息展开'}}</view>
  12. <image :src="upimg" ></image>
  13. </view>
  14. </view>
  15. <!-- 展示的内容 项目名称、投产日期-->
  16. <view class="content pdt10" v-if="!value[0]||value[0]!=0">
  17. <view class="contenta">
  18. <view class="tit">项目名称</view>
  19. <view class="txt">{{datainfo.xmmc}}</view>
  20. </view>
  21. <view class="contenta">
  22. <view class="tit">投产日期</view>
  23. <view class="txt">{{datainfo.tcrq}}</view>
  24. </view>
  25. </view>
  26. </template>
  27. <view class="content">
  28. <view class="contenta">
  29. <view class="tit">项目名称</view>
  30. <view class="txt">{{datainfo.xmmc}}</view>
  31. </view>
  32. <view class="contenta">
  33. <view class="tit">投产日期</view>
  34. <view class="txt">{{datainfo.tcrq}}</view>
  35. </view>
  36. <view class="contenta">
  37. <view class="tit">入规日期</view>
  38. <view class="txt">{{datainfo.rgsj}}</view>
  39. </view>
  40. <view class="contenta">
  41. <view class="tit">拟入规日期</view>
  42. <view class="txt">{{datainfo.nrgsj}}</view>
  43. </view>
  44. <view class="contenta">
  45. <view class="tit">实际到资额(万元)</view>
  46. <view class="txt">{{datainfo.sjdze}}</view>
  47. </view>
  48. </view>
  49. </uni-collapse-item>
  50. <uni-collapse-item title="到资明细" :show-arrow='false' class='cldelista' :border="false" title-border="none">
  51. <template v-slot:title>
  52. <view class="flexc contentt">
  53. <view class="flex0 f16 fw cofe">到资明细</view>
  54. <view class="flex1 cldelistz" :class="value[0]==1||value[1]==1?'act':''">
  55. <view class="cofe f15">{{value[0]==1||value[1]==1?'信息折叠':'信息展开'}}</view>
  56. <image :src="upimg" ></image>
  57. </view>
  58. </view>
  59. </template>
  60. <view class="content">
  61. <view class="contenta flexcj mb10">
  62. <view class="tit" style="margin-bottom: 0;">用地面积(亩)</view>
  63. <view class="txt">{{datainfo.ydmj}}</view>
  64. </view>
  65. <view class="contenta flexcj mb10">
  66. <view class="tit" style="margin-bottom: 0;">土地出让(万元)</view>
  67. <view class="txt">{{datainfo.tdcr}}</view>
  68. </view>
  69. <view class="contenta flexcj mb10">
  70. <view class="tit" style="margin-bottom: 0;">新建厂房(平方米)</view>
  71. <view class="txt">{{datainfo.xjcf}}</view>
  72. </view>
  73. <view class="contenta flexcj mb10">
  74. <view class="tit" style="margin-bottom: 0;">厂房投入(万元)</view>
  75. <view class="txt">{{datainfo.cftr}}</view>
  76. </view>
  77. <view class="contenta flexcj">
  78. <view class="tit" style="margin-bottom: 0;">设备清单(万元)</view>
  79. <view class="txt">{{datainfo.sbqd}}</view>
  80. </view>
  81. <view class="contenta flexcj">
  82. <view class="tit" style="margin-bottom: 0;">设备发票(万元)</view>
  83. <view class="txt">{{datainfo.sbfp}}</view>
  84. </view>
  85. <view class="contenta flexcj">
  86. <view class="tit" style="margin-bottom: 0;">设备合同(万元)</view>
  87. <view class="txt">{{datainfo.sbht}}</view>
  88. </view>
  89. <view class="contenta flexcj">
  90. <view class="tit" style="margin-bottom: 0;">付款凭证(万元)</view>
  91. <view class="txt">{{datainfo.fkpz}}</view>
  92. </view>
  93. </view>
  94. </uni-collapse-item>
  95. </uni-collapse>
  96. <!-- 租赁厂房 -->
  97. <view class="contentt cldelista">
  98. <view class="contenta flexcj mb10">
  99. <view class="tit" style="margin-bottom: 0;">租赁厂房(平方米)</view>
  100. <view class="txt">{{datainfo.zlcf}}</view>
  101. </view>
  102. <view class="contenta flexcj mb10">
  103. <view class="tit" style="margin-bottom: 0;">厂房投入(万元)</view>
  104. <view class="txt">{{datainfo.zlcftr}}</view>
  105. </view>
  106. <view class="contenta flexcj mb10">
  107. <view class="tit" style="margin-bottom: 0;">设备清单(万元)</view>
  108. <view class="txt">{{datainfo.zlsbqd}}</view>
  109. </view>
  110. <view class="contenta flexcj mb10">
  111. <view class="tit" style="margin-bottom: 0;">设备发票(万元)</view>
  112. <view class="txt">{{datainfo.zlsbfp}}</view>
  113. </view>
  114. <view class="contenta flexcj">
  115. <view class="tit" style="margin-bottom: 0;">设备合同(万元)</view>
  116. <view class="txt">{{datainfo.zlsbht}}</view>
  117. </view>
  118. <view class="contenta flexcj">
  119. <view class="tit" style="margin-bottom: 0;">付款凭证(万元)</view>
  120. <view class="txt">{{datainfo.zlfkpz}}</view>
  121. </view>
  122. </view>
  123. <!-- 税收 -->
  124. <view class="contentt cldelista">
  125. <view class="contenta flexcj mb10" style="padding: 0;">
  126. <view class="tit" style="margin-bottom: 0;">实缴税收(万元)</view>
  127. <view class="txt">{{datainfo.sjss}}</view>
  128. </view>
  129. <view class="contenta flexcj">
  130. <view class="tit" style="margin-bottom: 0;">连续<text class="f16 f500 c6 mlr8">{{datainfo.lxy}}</text>个月 缴纳社保<text class="f16 f500 c6 mlr8">{{datainfo.jnsb}}</text>人</view>
  131. </view>
  132. </view>
  133. <!-- 装备投入 -->
  134. <view class="contentt cldelista">
  135. <view class="contenta flexcj" style="padding: 0;">
  136. <view class="tit" style="margin-bottom: 0;">装备投入(万元)</view>
  137. <view class="txt">{{datainfo.zbtr}}</view>
  138. </view>
  139. </view>
  140. <!-- 会计年度 -->
  141. <view class="contentt cldelista">
  142. <view class="contenta flexcj " style="padding: 0;">
  143. <view class="tit" style="margin-bottom: 0;">会计年度实缴税收(万元)</view>
  144. <view class="txt">{{datainfo.ndsjss}}</view>
  145. </view>
  146. </view>
  147. <!-- 其他 -->
  148. <view class="contentt cldelista">
  149. <view class="contenta flexcj" style="padding: 0;">
  150. <view class="tit" style="margin-bottom: 0;">其他</view>
  151. <view class="txt">{{datainfo.qt}}</view>
  152. </view>
  153. </view>
  154. <view class="contentt cldelista">
  155. <view class="contenta flexcj" style="padding: 0;">
  156. <view class="tit" style="margin-bottom: 0;">存在问题</view>
  157. <view class="txt">{{datainfo.czwt}}</view>
  158. </view>
  159. </view>
  160. <!-- 备注 -->
  161. <block v-if="datainfo.zsyzFjList">
  162. <view class='cldelista cldelistb' >
  163. <!-- <view class="contenta" v-if="datainfo.remark">
  164. <view class="tit">备注</view>
  165. <view class="txt">{{datainfo.remark}}</view>
  166. </view> -->
  167. <view class="contenta " v-if="datainfo.zsyzFjList">
  168. <view class="tit">附件</view>
  169. <view class="txt flexcj cldelistbf mb10" v-for="ite,idx in datainfo.zsyzFjList" :key='idx'>
  170. <view class="flext f16 c6">
  171. <view class="imgl">
  172. <image :src="wimg" ></image>
  173. </view>
  174. <view>{{ite.fjName}}</view>
  175. </view>
  176. <view class="flexc f16 co28 flex0" @click="getDown(ite.path)">
  177. <image :src="downimg" class="imgr"></image>
  178. 预览</view>
  179. </view>
  180. </view>
  181. </view>
  182. </block>
  183. </view>
  184. </template>
  185. <script>
  186. export default{
  187. props:{
  188. datainfo:{
  189. type: Object,
  190. default () {
  191. return {}
  192. }
  193. },
  194. xmxsmc:""
  195. },
  196. data(){
  197. return{
  198. upimg:require('@/static/images/index/up.png'),
  199. wimg:require('@/static/images/index/wicon.png'),
  200. downimg:require('@/static/images/index/down.png'),
  201. value:[],
  202. valuetwo:[],
  203. content: '折叠内容主体,可自定义内容及样式,点击按钮修改内容使高度发生变化。',
  204. }
  205. },
  206. methods:{
  207. getDown(url){
  208. this.$emit('getDown',url)
  209. },
  210. changeone(e){
  211. // console.log(e,9)
  212. },
  213. changetwo(e){
  214. // console.log(e,9)
  215. }
  216. }
  217. }
  218. </script>
  219. <style lang="scss" scoped>
  220. .cldelista{
  221. border-bottom: 2rpx solid #E5E5E5;
  222. &.cldelistb{padding: 48rpx 28rpx;}
  223. }
  224. .contentt{padding:48rpx 28rpx;
  225. .cldelistz{display: flex;align-items: center;justify-content: flex-end;
  226. image{width: 26rpx;height: 20rpx;margin-left: 20rpx;transition: all .5s; }
  227. &.act{
  228. image{transform: rotate(-180deg);}
  229. }
  230. }
  231. }
  232. .content{padding: 0rpx 28rpx 40rpx 28rpx;}
  233. .contenta{padding: 22rpx 0;
  234. .tit{font-size: 32rpx;font-weight: bold;color: #343434;margin-bottom: 20rpx;}
  235. .txt{font-size: 32rpx;color: #666666;}
  236. }
  237. .cldelistbf {
  238. image{margin-right: 18rpx;flex: 0 0 auto;}
  239. .imgl{width: 40rpx;height: 44rpx;display: flex;align-items: center;justify-content: center;margin-right: 16rpx;
  240. image{width: 38rpx;height: 30rpx;}
  241. }
  242. .imgr{width: 36rpx;height: 32rpx;}
  243. }
  244. </style>