index.vue 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476
  1. <template>
  2. <view>
  3. <image src="../../static/images/my.png" mode="widthFix" class="top"></image>
  4. <view class="cmain">
  5. <view class="vsearch">
  6. <view class="vse">
  7. <u-search placeholder="搜索资讯" v-model="keyword" @search="search" :actionStyle="{ color: 'white' }"
  8. :animation="true" actionText="取消"></u-search>
  9. </view>
  10. <view class="icon" @click="message()">&#xe60d;</view>
  11. <view class="bage" v-if="count > 0"></view>
  12. </view>
  13. <!--轮播图-->
  14. <u-swiper circular :radius="5" :indicator="true" keyName="image" :list="bannerList" :height="110"
  15. class="uni-swiper" @click="click"></u-swiper>
  16. <!--通知公告-->
  17. <view class="notice">
  18. <u-notice-bar color="#848484" :text="noticeList" :step="true" direction="column" mode="link"
  19. bgColor="white" speed="300" url="/pages/notice/index"></u-notice-bar>
  20. </view>
  21. <!--菜单-->
  22. <view class="menu">
  23. <view class="msn" v-for="(item, index) in menuList" :key="index" @click="navTo(item.path)">
  24. <view class="out">
  25. <view class="int">
  26. <image :src="item.icon" mode="widthFix" style="max-width: 54px; max-height: 52px; object-fit: contain;"></image>
  27. <view class="tit">{{ item.menuName }}</view>
  28. </view>
  29. </view>
  30. </view>
  31. <view class="clear"></view>
  32. </view>
  33. <view class="menu">
  34. <!--边民菜单与组长菜单-->
  35. <view class="menu" v-if="user.userType == 1 || user.userType == 2">
  36. <view class="msn" @click="go('/pages/market/one/leader/order')">
  37. <view class="out">
  38. <view class="int">
  39. <view class="icon ioc" style="background-color: #00aaff; color: #ffffff">&#xe6e9;</view>
  40. <view class="tit">一级市场交易</view>
  41. </view>
  42. </view>
  43. </view>
  44. <view class="msn" @click="go('/pages/market/two/leader/order')">
  45. <view class="out">
  46. <view class="int">
  47. <view class="icon ioc" style="background-color: #00aaff; color: #ffffff">&#xe606;</view>
  48. <view class="tit">二级市场交易</view>
  49. </view>
  50. </view>
  51. </view>
  52. <view class="msn" @click="go('/pages/market/order/order')">
  53. <view class="out">
  54. <view class="int">
  55. <view class="icon ioc" style="background-color: #00aaff; color: #aaffff">&#xe612;</view>
  56. <view class="tit">商品上架</view>
  57. </view>
  58. </view>
  59. </view>
  60. </view>
  61. <!--收购商-->
  62. <view class="menu" v-if="user.userType == 3">
  63. <view class="msn" @click="go('/pages/market/two/purchaser/order/cart')">
  64. <view class="out">
  65. <view class="int">
  66. <view class="icon ioc" style="background-color: #fff6e0; color: #f1ba41">&#xe604;</view>
  67. <view class="tit">购物车</view>
  68. </view>
  69. </view>
  70. </view>
  71. <view class="msn" @click="go('/pages/market/two/purchaser/address/list')">
  72. <view class="out">
  73. <view class="int">
  74. <view class="icon ioc" style="background-color: #fff6e0; color: #f1ba41">&#xe623;</view>
  75. <view class="tit">地址管理</view>
  76. </view>
  77. </view>
  78. </view>
  79. <view class="msn" @click="go('/pages/market/two/purchaser/order/list')">
  80. <view class="out">
  81. <view class="int">
  82. <view class="icon ioc" style="background-color: #f0dcfc; color: #b064d8">&#xe628;</view>
  83. <view class="tit">我的订单</view>
  84. </view>
  85. </view>
  86. </view>
  87. <view class="msn" @click="go('/pages/authentication/purchaser/info')">
  88. <view class="out">
  89. <view class="int">
  90. <view class="icon ioc" style="background-color: #e0ffff; color: #00bfff">&#xe660;</view>
  91. <view class="tit">我的认证</view>
  92. </view>
  93. </view>
  94. </view>
  95. </view>
  96. <!--合作社-->
  97. <view class="menu" v-if="user.userType == 6">
  98. <view class="msn" @click="go('/pages/market/one/cooperative/order')">
  99. <view class="out">
  100. <view class="int">
  101. <view class="icon ioc" style="background-color: #e1f6e9; color: #47cf74">&#xe634;</view>
  102. <view class="tit">结算单</view>
  103. </view>
  104. </view>
  105. </view>
  106. </view>
  107. </view>
  108. <!--最新资讯-->
  109. <view class="news">
  110. <view class="vlabel">
  111. <view class="tag"></view>
  112. <text class="title">最新资讯</text>
  113. <text class="more" @click="navTo('/pages/news/list')">
  114. <text>更多</text>
  115. <text class="icon">&#xe8f2;</text>
  116. </text>
  117. </view>
  118. <view class="list animated fadeInDown">
  119. <view class="news_item" v-for="(item, index) in newsList" :key="index"
  120. @click="go('/pages/news/detail?id=' + item.id)">
  121. <image :src="item.cover" mode="aspectFill" class="img" v-if="item.cover"></image>
  122. <image src="../../static/tp.jpg" mode="aspectFill" class="img" v-else></image>
  123. <view class="con">
  124. <view class="title ellip">{{ item.title }}</view>
  125. <view class="source omit">
  126. <text class="icon">&#xe639;</text>
  127. <text>{{ item.readCount }}</text>
  128. </view>
  129. <view class="releaseTime">{{ util.forDate(item.releaseTime,'yyyy-MM-dd HH:mm') }}</view>
  130. </view>
  131. </view>
  132. </view>
  133. </view>
  134. </view>
  135. <u-popup :show="show" @close="close()" round="15" mode="center" :closeable="true" :closeOnClickOverlay="false"
  136. :customStyle="{ width: '90%' }">
  137. <view class="ppopup">
  138. <u-divider text="交易订单提醒" textSize="16"></u-divider>
  139. <view class="contents">
  140. <view class="item omit">
  141. <text class="label">商品名称:</text>
  142. <text class="desc">{{ order.goodsNames }}</text>
  143. </view>
  144. <view class="item omit">
  145. <text class="label">数量:</text>
  146. <text class="desc">{{ order.totalWeight }}</text>
  147. </view>
  148. <view class="item omit">
  149. <text class="label">金额:</text>
  150. <text class="desc">¥ {{ order.totalPrice }}</text>
  151. </view>
  152. </view>
  153. <button class="btn" @click="confirm()">去处理</button>
  154. </view>
  155. </u-popup>
  156. <u-popup :show="faceRegister" @close="close()" round="15" mode="center" :closeOnClickOverlay="false"
  157. :customStyle="{ width: '90%' }">
  158. <view class="reflush" @click="checkFace">刷新</view>
  159. <view class="ppopup">
  160. <u-divider text="人脸录入" textSize="16"></u-divider>
  161. <view class="contents">
  162. <view class="item omit">
  163. <text class="label">边民信息:</text>
  164. <text class="desc">{{ user.name }}({{ user.phone }})</text>
  165. </view>
  166. <view style="text-indent: 2rem;line-height: 60rpx;">
  167. 根据相关规定,边民进行互市贸易需要确保为本人实际操作,为了确保后续交易的合规合法话,需要您先录入人脸!</view>
  168. </view>
  169. <button class="btn" @click="go('/pages/face/faceRegister')">马上录入</button>
  170. </view>
  171. </u-popup>
  172. </view>
  173. </template>
  174. <script>
  175. export default {
  176. data() {
  177. return {
  178. keyword: '',
  179. bannerList: [],
  180. newsList: [],
  181. noticeList: ['天保物流APP上线了', '关于天保物流边民互市贸易开通注意事项'],
  182. roleMenu: [],
  183. menuList: [],
  184. count: 0,
  185. show: false,
  186. order: {},
  187. user: {},
  188. faceRegister: false,
  189. cooper_entrust: 2
  190. };
  191. },
  192. onLoad() {
  193. let user = this.getUser();
  194. this.user = user;
  195. this.getBannerList();
  196. this.getNewsList();
  197. this.getMenu();
  198. uni.$on('getMenu', res => {
  199. this.getMenu();
  200. });
  201. },
  202. onShow() {
  203. this.getOrderConfirm();
  204. this.checkFace()
  205. this.keyword = '';
  206. this.getRead();
  207. },
  208. methods: {
  209. close() {
  210. this.show = false;
  211. },
  212. checkFace() {
  213. let user = this.getUser();
  214. if ((user.userType == 1 || user.userType == 2) && user.face == 0) {
  215. this.faceRegister = true;
  216. return;
  217. }
  218. this.faceRegister=false;
  219. this.getOrderConfirm();
  220. },
  221. go(url) {
  222. uni.navigateTo({
  223. url: url
  224. });
  225. },
  226. //获取待处理的订单弹出
  227. getOrderConfirm() {
  228. let user = this.getUser();
  229. if (user.userType > 2) {
  230. return;
  231. }
  232. // 是否校验互助委托书【1校验 2不校验】
  233. this.http.request({
  234. url: '/sp-admin/SpCfg/cooper',
  235. method: 'POST',
  236. data: { cfgName: 'cooper_entrust_cfg' },
  237. success: res => {
  238. this.cooper_entrust = JSON.parse(res.data.data).cooper_entrust
  239. this.http.request({
  240. url: '/level-one-server/app/TbOrder/getNoConfirmOrder',
  241. data: {cooper_entrust: this.cooper_entrust},
  242. loading: 'false',
  243. success: res => {
  244. if (res.data.data) {
  245. this.order = res.data.data;
  246. this.show = true;
  247. }
  248. }
  249. });
  250. }
  251. })
  252. },
  253. confirm() {
  254. if (this.order.declareType == '1') {
  255. uni.navigateTo({
  256. url: '/pages/market/one/leader/handle?orderId=' + this.order.id
  257. });
  258. } else {
  259. uni.navigateTo({
  260. url: '/pages/market/one/leader/handleThree?orderId=' + this.order.id +
  261. '&peopleConfirmStatus=' + this.order.peopleConfirmStatus + '&cooperEntrustStatus=' +
  262. this.order.cooperEntrustStatus + '&applyConfirmStatus=' + this.order.applyConfirmStatus
  263. });
  264. }
  265. this.show = false;
  266. },
  267. getRead() {
  268. this.http.request({
  269. url: '/sp-admin/app/TbMessage/getRead',
  270. loading: 'false',
  271. success: res => {
  272. if (res.data.data.count > 0) {
  273. this.count = res.data.data.count;
  274. uni.setTabBarBadge({
  275. index: 1,
  276. text: res.data.data.count
  277. });
  278. } else {
  279. this.count = 0;
  280. }
  281. }
  282. });
  283. },
  284. getBannerList() {
  285. this.http.request({
  286. url: '/level-one-server/app/TbBanner/getList',
  287. success: res => {
  288. this.bannerList = res.data.data;
  289. }
  290. });
  291. },
  292. getMenu() {
  293. this.menuList = [];
  294. let menu = uni.getStorageSync('menu');
  295. this.http.request({
  296. url: '/sp-admin/app/AppMenu/getList',
  297. data:{pageNo:1,pageSize:50},
  298. success: res => {
  299. let data = res.data.data;
  300. console.log(data);
  301. menu.map((item2, index1) => {
  302. data.map((item1, index) => {
  303. if (parseInt(item1.id) == parseInt(item2)) {
  304. item1.icon =item1.icon
  305. this.menuList.push(item1);
  306. }
  307. });
  308. });
  309. this.menuList.sort((a, b) => a.sort - b.sort);
  310. }
  311. });
  312. },
  313. getNewsList() {
  314. this.http.request({
  315. url: '/level-one-server/app/TbPortNews/getNewestList',
  316. data: {
  317. limit: 3
  318. },
  319. success: res => {
  320. this.newsList = res.data.data;
  321. }
  322. });
  323. },
  324. getUserWallet() {
  325. if(this.user.userType===1){
  326. this.http.request({
  327. url: '/level-one-server/app/TbPeople/getById',
  328. data: { id: this.user.fkId },
  329. success: res => {
  330. this.user.wallet = res.data.data.wallet;
  331. uni.setStorageSync('info', this.user);
  332. }
  333. });
  334. }
  335. },
  336. //点击轮播图
  337. click(index) {
  338. uni.navigateTo({
  339. url: '/pages/news/detail?id=8'
  340. });
  341. },
  342. message() {
  343. uni.switchTab({
  344. url: '/pages/message/message'
  345. });
  346. },
  347. search() {
  348. uni.navigateTo({
  349. url: '/pages/news/list?keyword=' + this.keyword
  350. });
  351. },
  352. navTo(url) {
  353. //收购商需要认证才给访问
  354. if (this.getUser().userType == 3 && !this.hasAuth()) {
  355. uni.navigateTo({
  356. url: '/pages/authentication/index'
  357. });
  358. return;
  359. }
  360. uni.navigateTo({
  361. url: url,
  362. fail: res => {
  363. console.log('zx:' + JSON.stringify(res));
  364. uni.showModal({
  365. content: '功能还在开发中',
  366. showCancel: false
  367. });
  368. }
  369. });
  370. },
  371. go(url) {
  372. uni.navigateTo({
  373. url: url
  374. });
  375. }
  376. },
  377. //下拉刷新
  378. onPullDownRefresh() {
  379. setTimeout(() => {
  380. uni.stopPullDownRefresh();
  381. this.getMenu();
  382. }, 1000);
  383. }
  384. };
  385. </script>
  386. <style lang="scss">
  387. page {
  388. background-color: $pg;
  389. }
  390. .top {
  391. width: 100%;
  392. position: relative;
  393. }
  394. .cmain {
  395. padding: 10px 15px 10px 15px;
  396. margin-top: -183px;
  397. position: relative;
  398. .vsearch {
  399. margin-bottom: 13px;
  400. position: relative;
  401. .vse {
  402. width: 82% !important;
  403. }
  404. .icon {
  405. position: absolute;
  406. right: 0px;
  407. top: 0px;
  408. color: white;
  409. font-size: 25px;
  410. top: 5px;
  411. }
  412. .bage {
  413. width: 8px;
  414. height: 8px;
  415. border-radius: 50%;
  416. background-color: #f44336;
  417. top: 0px;
  418. right: 0px;
  419. position: absolute;
  420. }
  421. }
  422. .uni-swiper {
  423. box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  424. }
  425. .notice {
  426. margin-top: 10px;
  427. border-radius: 5px !important;
  428. overflow: hidden;
  429. }
  430. .news {
  431. margin-top: 15px;
  432. }
  433. }
  434. .reflush {
  435. width: 60rpx;
  436. height: 60rpx;
  437. float: right;
  438. position: absolute;
  439. right: 20rpx;
  440. padding: 20rpx;
  441. font-size: 24rpx;
  442. }
  443. .ppopup {
  444. padding: 50rpx 30rpx;
  445. .item {
  446. padding: 5px 0px 5px 0px;
  447. color: $font-c;
  448. .label {
  449. width: 70px;
  450. float: left;
  451. text-align: left;
  452. padding-right: 10px;
  453. font-weight: bold;
  454. }
  455. }
  456. }
  457. </style>