demand.vue 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461
  1. <template>
  2. <view class="content">
  3. <view class="tabs hflex acenter jcenter">
  4. <view class="tab_item" :class="tab_active == 0?'tab_active':''" @click="changeTabs(0)">采购接单需求</view>
  5. <view class="tab_item" :class="tab_active == 1?'tab_active':''" @click="changeTabs(1)">船机修理接单需求</view>
  6. </view>
  7. <block v-if="tab_active == 0 && is_write1 == 0">
  8. <view class="vflex acenter jcenter">
  9. <view class="img_box vflex acenter jcenter">
  10. <u-icon name="info-circle-fill" color="#506dff" size="50"></u-icon>
  11. <view class="text">还未发布采购需求信息</view>
  12. </view>
  13. <view class="release" @click="release(1)">立即发布</view>
  14. </view>
  15. </block>
  16. <block v-if="tab_active == 1 && is_write2 == 0">
  17. <view class="vflex acenter jcenter">
  18. <view class="img_box vflex acenter jcenter">
  19. <u-icon name="info-circle-fill" color="#506dff" size="50"></u-icon>
  20. <view class="text">还未提交需求信息</view>
  21. </view>
  22. <view class="release" @click="release(2)">立即发布</view>
  23. </view>
  24. </block>
  25. <block v-if="tab_active == 0 && is_write1 == 1">
  26. <view class="box">
  27. <view class="box1">
  28. <view class="title">需求说明</view>
  29. <u--textarea v-model="purchase.description" placeholder="请详细描述你的采购需求" border="none"></u--textarea>
  30. <view class="title">上传营业执照或者身份证件照</view>
  31. <u-upload :fileList="fileList1" @afterRead="afterRead" @delete="deletePic" name="1" multiple :maxCount="1" width="200rpx" height="200rpx"></u-upload>
  32. </view>
  33. <view class="box1">
  34. <view class="title">上传图片以及资质证件照片</view>
  35. <u-upload :fileList="fileList2" @afterRead="afterRead" @delete="deletePic" name="2" multiple :maxCount="9" width="200rpx" height="200rpx"></u-upload>
  36. </view>
  37. <view class="box1 hflex acenter jbetween" style="margin-bottom: 186rpx;padding: 0 20rpx;">
  38. <view class="title">是否隐藏需求</view>
  39. <u-switch v-model="purchase.hidden" @change="changeHide1"></u-switch>
  40. </view>
  41. </view>
  42. <view class="bottom">
  43. <view class="btn" v-if="purchase.id !== ''" @click="publish">立即发布</view>
  44. <view class="btn" v-else @click="publish">立即修改</view>
  45. </view>
  46. </block>
  47. <block v-if="tab_active == 1 && is_write2 == 1">
  48. <view class="box">
  49. <view class="box1">
  50. <view class="hflex acenter jbetween cell">
  51. <view class="label">姓名</view>
  52. <u-input v-model="repair.name" placeholder="请填写姓名" inputAlign="right" border="none"></u-input>
  53. </view>
  54. <view class="hflex acenter jbetween cell">
  55. <view class="label">所在单位</view>
  56. <u-input v-model="repair.company_name" placeholder="请填写所在单位名称" inputAlign="right" border="none"></u-input>
  57. </view>
  58. <view class="cell">
  59. <view class="label">营业执照照片</view>
  60. <view class="upload hflex acenter jcenter">
  61. <u-upload :fileList="fileList3" @afterRead="afterRead" @delete="deletePic" :maxCount="1" name="3" multiple :previewFullImage="true" width="530rpx" height="324rpx">
  62. <image src="/static/images/comment/upload-business.png" style="width: 530rpx;height: 324rpx;"></image>
  63. <image class="upload_img" src="/static/images/comment/upload-top.png"></image>
  64. </u-upload>
  65. </view>
  66. </view>
  67. <view class="cell" style="border: none;">
  68. <view class="label">身份证正反面</view>
  69. <view class="hflex acenter jbetween" style="margin-top: 28rpx;">
  70. <u-upload :fileList="fileList4" @afterRead="afterRead" @delete="deletePic" :maxCount="1" name="4" multiple :previewFullImage="true" width="310rpx" height="188rpx">
  71. <image src="/static/images/comment/upload-just.png" style="width: 310rpx;height: 188rpx;"></image>
  72. </u-upload>
  73. <view class="upload2">
  74. <u-upload :fileList="fileList5" @afterRead="afterRead" @delete="deletePic" :maxCount="1" name="5" multiple :previewFullImage="true" width="310rpx" height="188rpx">
  75. <image src="/static/images/comment/upload-back.png" style="width: 310rpx;height: 188rpx;"></image>
  76. <image class="upload_img2" src="/static/images/comment/upload-top.png"></image>
  77. </u-upload>
  78. </view>
  79. </view>
  80. </view>
  81. </view>
  82. <view class="box1" style="padding: 0 20rpx;">
  83. <view class="hflex acenter jbetween cell">
  84. <view class="label">手机号</view>
  85. <u-input v-model="repair.phone" placeholder="请填写你的手机号" inputAlign="right" border="none"></u-input>
  86. </view>
  87. <view class="hflex acenter jbetween cell">
  88. <view class="label">邮箱</view>
  89. <u-input v-model="repair.email" placeholder="请填写你的邮箱" inputAlign="right" border="none"></u-input>
  90. </view>
  91. <view class="hflex acenter jbetween cell" style="border: none;">
  92. <view class="label">地址</view>
  93. <u-input v-model="repair.address" placeholder="请填写你的详细地址" inputAlign="right" border="none"></u-input>
  94. </view>
  95. </view>
  96. <view class="box1">
  97. <view class="cell vflex jbetween">
  98. <view class="label">工作简历</view>
  99. <u-input v-model="repair.job_resume" placeholder="请详细描述你的工作经历" border="none"></u-input>
  100. </view>
  101. <view class="cell vflex jbetween" style="border: none;">
  102. <view class="label">特长</view>
  103. <u-input v-model="repair.specialty" placeholder="请简单叙述一下你的优点及特长" border="none"></u-input>
  104. </view>
  105. </view>
  106. <view class="box1 hflex acenter jbetween" style="margin-bottom: 186rpx;padding: 0 20rpx;">
  107. <view class="title">是否隐藏需求</view>
  108. <u-switch v-model="repair.hidden == 2?true:false" @change="changeHide2"></u-switch>
  109. </view>
  110. </view>
  111. <view class="bottom">
  112. <view class="btn" v-if="JSON.stringify(repair) == '{}'" @click="submit">立即发布</view>
  113. <view class="btn" v-else @click="submit">立即修改</view>
  114. </view>
  115. </block>
  116. </view>
  117. </template>
  118. <script>
  119. import $api from '@/static/js/api.js'
  120. var that = ''
  121. export default {
  122. data() {
  123. return {
  124. tab_active: 0,
  125. is_write1: 0,
  126. is_write2: 0,
  127. purchase: {
  128. },
  129. repair: {},
  130. fileList1: [],
  131. fileList2: [],
  132. fileList3: [],
  133. fileList4: [],
  134. fileList5: [],
  135. }
  136. },
  137. onLoad() {
  138. that = this
  139. that.getData()
  140. console.log(that.re);
  141. },
  142. methods: {
  143. getData() {
  144. $api.req({
  145. url: '/data/api.auth.Center/myneed',
  146. method: 'POST',
  147. data: {
  148. type: that.tab_active + 1
  149. }
  150. }, function(res) {
  151. if(res.code == 1) {
  152. if(JSON.stringify(res.data) == "[]" &&that.tab_active == 0) {
  153. that.is_write1 = 0
  154. }
  155. if(JSON.stringify(res.data) !== "[]" &&that.tab_active == 0) {
  156. that.is_write1 = 1
  157. that.purchase = res.data
  158. that.fileList1.push({
  159. url:res.data.business_img
  160. })
  161. var imgs = res.data.imgs
  162. let obj = {}
  163. for(let key in imgs) {
  164. obj[key] = imgs[key]
  165. }
  166. var fileList2 = Object.keys(obj).map(item => ({
  167. url: obj[item]
  168. }))
  169. that.fileList2 = fileList2
  170. }
  171. if(JSON.stringify(res.data) == "[]" &&that.tab_active == 1) {
  172. that.is_write2 = 0
  173. }
  174. if(JSON.stringify(res.data) !== "[]" &&that.tab_active == 1) {
  175. that.is_write2 = 1
  176. that.repair = res.data
  177. that.fileList3.push({
  178. url:res.data.business_img
  179. })
  180. that.fileList4.push({
  181. url:res.data.id_card_zheng
  182. })
  183. that.fileList5.push({
  184. url:res.data.id_card_fan
  185. })
  186. }
  187. }
  188. })
  189. },
  190. // 切换tabs
  191. changeTabs(index) {
  192. console.log(index);
  193. that.tab_active = index
  194. that.getData()
  195. },
  196. // 立即发布
  197. release(index) {
  198. if(index == 1) {
  199. that.is_write1 = 1
  200. } else {
  201. that.is_write2 = 1
  202. }
  203. },
  204. // 删除图片
  205. deletePic(event) {
  206. this[`fileList${event.name}`].splice(event.index, 1)
  207. },
  208. // 新增图片
  209. async afterRead(event) {
  210. let lists = [].concat(event.file)
  211. let fileListLen = this[`fileList${event.name}`].length
  212. lists.map((item) => {
  213. this[`fileList${event.name}`].push({
  214. ...item,
  215. status: 'uploading',
  216. message: '上传中'
  217. })
  218. })
  219. for (let i = 0; i < lists.length; i++) {
  220. const result = await this.uploadFilePromise(lists[i].url)
  221. let item = this[`fileList${event.name}`][fileListLen]
  222. this[`fileList${event.name}`].splice(fileListLen, 1, Object.assign(item, {
  223. status: 'success',
  224. message: '',
  225. url: result.url
  226. }))
  227. fileListLen++
  228. }
  229. },
  230. uploadFilePromise(url) {
  231. return new Promise((resolve, reject) => {
  232. let a = uni.uploadFile({
  233. url: $api.config.baseUrl + '/data/api.auth.Center/upload', // 仅为示例,非真实的接口地址
  234. filePath: url,
  235. name: 'file',
  236. header: {
  237. 'content-type': 'application/x-www-form-urlencoded',
  238. 'api-token': uni.getStorageSync('token').token?uni.getStorageSync('token').token:'',
  239. 'api-name': 'wxapp'
  240. },
  241. formData: {
  242. user: 'test'
  243. },
  244. success: (res) => {
  245. setTimeout(() => {
  246. var data = JSON.parse(res.data)
  247. resolve(data.data)
  248. }, 1000)
  249. }
  250. });
  251. })
  252. },
  253. changeHide1(e) {
  254. that.purchase.is_hide = e
  255. },
  256. changeHide2(e) {
  257. if(e) {
  258. that.repair.hidden = 2
  259. } else {
  260. that.repair.hidden = 1
  261. }
  262. },
  263. submit() {
  264. $api.req({
  265. url: '/data/api.auth.ShipEngineMaintenance/subacceptance',
  266. method: 'POST',
  267. data: {
  268. name: that.repair.name,
  269. company_name: that.repair.company_name,
  270. business_img: that.fileList3[0].url,
  271. id_card_zheng: that.fileList4[0].url,
  272. id_card_fan: that.fileList5[0].url,
  273. phone: that.repair.phone,
  274. email: that.repair.email,
  275. address: that.repair.address,
  276. job_resume: that.repair.job_resume,
  277. specialty: that.repair.specialty,
  278. province: uni.getStorageSync('location').province,
  279. city: uni.getStorageSync('location').city,
  280. area: uni.getStorageSync('location').district,
  281. hidden: that.repair.hidden,
  282. id: that.repair.id? that.repair.id: ''
  283. }
  284. }, function(res) {
  285. if(res.code == 1) {
  286. $api.info(res.info)
  287. }
  288. })
  289. },
  290. publish() {
  291. var imgs = ''
  292. if(that.fileList2.length == 1) {
  293. imgs = that.fileList2[0].url
  294. } else if (that.fileList2.length > 1) {
  295. for(var i=0;i<that.fileList2.length;i++) {
  296. if(i == that.fileList2.length - 1) {
  297. imgs += that.fileList2[i].url
  298. } else {
  299. imgs += that.fileList2[i].url + ','
  300. }
  301. }
  302. }
  303. $api.req({
  304. url: '/data/api.auth.Center/subpurchaseacceptance',
  305. method: 'POST',
  306. data: {
  307. description : that.purchase.description,
  308. business_img: that.fileList1[0].url,
  309. imgs: imgs,
  310. hidden: that.purchase.hidden?2:1,
  311. province: uni.getStorageSync('location').province,
  312. city: uni.getStorageSync('location').city,
  313. area: uni.getStorageSync('location').district,
  314. id: that.purchase.id?that.purchase.id:''
  315. }
  316. }, function(res) {
  317. if(res.code == 1) {
  318. $api.info(res.info)
  319. }
  320. })
  321. }
  322. },
  323. }
  324. </script>
  325. <style lang="scss" scoped>
  326. .content::v-deep {
  327. .tabs {
  328. width: 650rpx;
  329. box-sizing: border-box;
  330. margin: 26rpx 56rpx;
  331. background: #F5F5F5;
  332. border-radius: 40rpx;
  333. .tab_item {
  334. width: 50%;
  335. height: 80rpx;
  336. // border-radius: 40rpx;
  337. text-align: center;
  338. font-size: 30rpx;
  339. font-weight: 400;
  340. color: #222222;
  341. line-height: 80rpx;
  342. }
  343. .tab_active {
  344. background: #506DFF;
  345. color: #FFFFFF;
  346. border-radius: 40rpx;
  347. }
  348. }
  349. .img_box {
  350. margin: 120rpx 0 0;
  351. .text {
  352. padding-top: 20rpx;
  353. font-size: 32rpx;
  354. font-weight: 400;
  355. color: #222222;
  356. line-height: 44rpx;
  357. }
  358. }
  359. .release {
  360. margin-top: 112rpx;
  361. width: 450rpx;
  362. height: 92rpx;
  363. background: #506DFF;
  364. border-radius: 46rpx;
  365. font-size: 36rpx;
  366. text-align: center;
  367. font-weight: 500;
  368. color: #FFFFFF;
  369. line-height: 92rpx;
  370. }
  371. .box {
  372. width: 100%;
  373. min-height: calc(100vh - 108rpx);
  374. background: #F5F5F5;
  375. box-sizing: border-box;
  376. padding: 0 20rpx;
  377. .box1 {
  378. width: 100%;
  379. background: #FFFFFF;
  380. border-radius: 10px;
  381. margin-top: 20rpx;
  382. box-sizing: border-box;
  383. padding: 0 20rpx 36rpx;
  384. .title {
  385. padding: 24rpx 0 20rpx;
  386. font-size: 28rpx;
  387. font-weight: 400;
  388. color: #222222;
  389. line-height: 40rpx;
  390. }
  391. .u-textarea {
  392. background-color: #F5F5F5;
  393. }
  394. }
  395. .cell {
  396. width: 100%;
  397. padding: 32rpx 0 24rpx;
  398. border-bottom: 1rpx solid #F4F4F4;
  399. .label {
  400. font-size: 28rpx;
  401. font-weight: 400;
  402. color: #222222;
  403. line-height: 40rpx;
  404. }
  405. .upload {
  406. box-sizing: border-box;
  407. padding: 40rpx 60rpx;
  408. position: relative;
  409. width: 100%;
  410. height: 400rpx;
  411. background: #F4F4F4;
  412. border-radius: 16rpx;
  413. margin-top: 24rpx;
  414. .upload_img {
  415. position: absolute;
  416. width: 120rpx;
  417. height: 120rpx;
  418. top: 142rpx;
  419. left: 266rpx;
  420. }
  421. }
  422. .upload2 {
  423. position: relative;
  424. .upload_img2 {
  425. position: absolute;
  426. width: 80rpx;
  427. height: 80rpx;
  428. top: 40rpx;
  429. left: 116rpx;
  430. }
  431. }
  432. }
  433. }
  434. .bottom {
  435. width: 100%;
  436. height: 166rpx;
  437. background-color: #fff;
  438. box-shadow: 0 -2rpx 16rpx 0 rgba(215,215,215,0.5);
  439. position: fixed;
  440. bottom: 0;
  441. box-sizing: border-box;
  442. padding: 12rpx 30rpx;
  443. z-index: 99;
  444. .btn {
  445. width: 690rpx;
  446. height: 84rpx;
  447. background-color: #506dff;
  448. border-radius: 50rpx;
  449. box-shadow: 0 4rpx 28rpx 0 rgba(132,123,255,0.4);
  450. font-size: 40rpx;
  451. color: #fff;
  452. text-align: center;
  453. line-height: 84rpx;
  454. }
  455. }
  456. }
  457. </style>