contribute.vue 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430
  1. <template>
  2. <view class="page">
  3. <view class="stylebookbox">
  4. <view class="apply">投稿</view>
  5. <view class="stylebook">
  6. 感谢您的信任,选择向我们投稿!(带*号的项为必填项,其他为非必填项)
  7. </view>
  8. <view class="dotted">
  9. <image src="/static/images/dotted.png" style="width: 654rpx;height: 4rpx;" mode=""></image>
  10. </view>
  11. <!-- 姓名 -->
  12. <view class="item">
  13. <view class="name">
  14. <text>*</text>
  15. <text style="color: rgba(34, 34, 34, 1);">您的姓名</text>
  16. </view>
  17. <view class="box u-flex">
  18. <input v-model="from.name" type="text" style="width: 100%;" />
  19. </view>
  20. </view>
  21. <!-- 电话 -->
  22. <view class="item">
  23. <view class="name">
  24. <text>*</text>
  25. <text style="color: rgba(34, 34, 34, 1);">您的电话</text>
  26. </view>
  27. <view class="box u-flex">
  28. <input v-model="from.phone" type="text" style="width: 100%;" />
  29. </view>
  30. </view>
  31. <!-- 邮箱 -->
  32. <view class="item">
  33. <view class="name">
  34. <text>*</text>
  35. <text style="color: rgba(34, 34, 34, 1);">您的邮箱</text>
  36. </view>
  37. <view class="box u-flex">
  38. <input v-model="from.email" type="text" style="width: 100%;" />
  39. </view>
  40. </view>
  41. <!-- 学校 -->
  42. <view class="item">
  43. <view class="name">
  44. <text>*</text>
  45. <text style="color: rgba(34, 34, 34, 1);">您所在的学校名称</text>
  46. </view>
  47. <view class="box u-flex">
  48. <input v-model="from.school" type="text" style="width: 100%;" />
  49. </view>
  50. </view>
  51. <!-- 选题名称 -->
  52. <view class="item">
  53. <view class="name">
  54. <text>*</text>
  55. <text style="color: rgba(34, 34, 34, 1);">选题名称</text>
  56. </view>
  57. <view class="box u-flex">
  58. <input v-model='from.selected_name' type="text" style="width: 100%;" />
  59. </view>
  60. </view>
  61. <!-- 稿件状态 -->
  62. <view class="" style="position: relative;">
  63. <view class="item">
  64. <view class="name">
  65. <text style="color: rgba(34, 34, 34, 1);">稿件状态</text>
  66. </view>
  67. <view class="box u-flex" style="padding-right: 28rpx;" @click="toshowb">
  68. <input placeholder-style="font-size: 26rpx;" class="input" type="text"
  69. style="width: 100%;padding: 28rpx;" placeholder="请选择" v-model="manuscript"
  70. :disabled="true" />
  71. <u-icon name="arrow-down-fill" size='12' color='rgba(150, 150, 150, 1)'></u-icon>
  72. </view>
  73. </view>
  74. <view v-if="showb" class="" style="position: absolute;top:130rpx;left: 0;background: #FFFFFF;
  75. box-shadow: 0rpx 8rpx 28rpx -10rpx rgba(0,0,0,0.2);width: 100%;z-index: 999;padding-bottom:28rpx ;">
  76. <scroll-view>
  77. <view class="" style="padding:0 30rpx ;height: 64rpx;line-height: 64rpx;"
  78. :class="item.id==from.funds_status?'green':'wart'" v-for="(item,index) in manuscriptlist"
  79. :key="index" @click="changefundb(item.id,item.name)">{{item.name}}</view>
  80. </scroll-view>
  81. </view>
  82. </view>
  83. <view class="item">
  84. <view class="name">
  85. <text style="color: rgba(34, 34, 34, 1);">最迟出版时间</text>
  86. </view>
  87. <view class="box u-flex" style="padding: 0 28rpx;" @click="show=true">
  88. <image src="/static/images/calendar.png" style="width: 44rpx;height: 44rpx;" mode=""></image>
  89. <u-calendar v-model="show" mode="date" @change="change"></u-calendar>
  90. <input v-model="from.last_publish_time" :disabled="true" type="text"
  91. style="width: 100%;margin-left: 20rpx;" />
  92. </view>
  93. </view>
  94. <!-- 经费情况 -->
  95. <view class="" style="position: relative;">
  96. <view class="item">
  97. <view class="name">
  98. <text style="color: rgba(34, 34, 34, 1);">经费情况</text>
  99. </view>
  100. <view class="box u-flex" style="padding-right: 28rpx;" @click="toshow">
  101. <input placeholder-style="font-size: 26rpx;" class="input" type="text"
  102. style="width: 100%;padding: 28rpx;" v-model="fundsName" placeholder="请选择"
  103. :disabled="true" />
  104. <u-icon name="arrow-down-fill" size='12' color='rgba(150, 150, 150, 1)'></u-icon>
  105. </view>
  106. </view>
  107. <view v-if="showa" class="" style="position: absolute;top:130rpx;left: 0;background: #FFFFFF;
  108. box-shadow: 0rpx 8rpx 28rpx -10rpx rgba(0,0,0,0.2);width: 100%;z-index: 999;padding-bottom:28rpx ;">
  109. <scroll-view>
  110. <view class="" style="padding:0 30rpx ;height: 64rpx;line-height: 64rpx;"
  111. :class="item.id==from.funds_status?'green':'wart'" v-for="(item,index) in moneylist"
  112. :key="index" @click="changefunds(item.id,item.name)">{{item.name}}</view>
  113. </scroll-view>
  114. </view>
  115. </view>
  116. <!-- 上传 -->
  117. <view class="item">
  118. <view class="name">
  119. <text style="color: rgba(34, 34, 34, 1);">作者简介及目录上传</text>
  120. </view>
  121. <view v-if="showd" class="uploading" style="position: relative;">
  122. <view class="" @click="close">
  123. <image src="../../static/images/close (2).png"
  124. style="position: absolute;top:-20rpx;right: -20rpx;width: 40rpx;height: 40rpx;" mode="">
  125. </image>
  126. </view>
  127. <image src="../../static/images/pdf (2).png" style="width: 64rpx;height: 64rpx;" mode=""></image>
  128. <view style="margin-top: 16rpx;font-size: 20rpx;
  129. font-family: PingFangSC, PingFang SC;
  130. font-weight: 400;
  131. color: #222222;width:170rpx ;overflow: hidden; white-space:nowrap; text-overflow:ellipsis;">{{name}}</view>
  132. </view>
  133. <view v-else class="uploading" @click="upload1">
  134. <image src="../../static/images/uploading.png" style="width: 64rpx;height: 64rpx;" mode=""></image>
  135. <view class="up" style="margin-top: 16rpx;">选择文件</view>
  136. <view class="up" style="text-align: center;">请上传pdf,不超过10M</view>
  137. </view>
  138. </view>
  139. <view class="btn" @click="touploading">
  140. 提交
  141. </view>
  142. </view>
  143. </view>
  144. </template>
  145. <script>
  146. export default {
  147. data() {
  148. return {
  149. list: [{
  150. name: '教材用书',
  151. disabled: false
  152. },
  153. {
  154. name: '学习参考',
  155. disabled: false
  156. },
  157. {
  158. name: '其他',
  159. disabled: false
  160. }
  161. ],
  162. show: false,
  163. from: {
  164. name: '',
  165. phone: '',
  166. email: '',
  167. school: '',
  168. manuscript_status: "",
  169. last_publish_time: '',
  170. funds_status: 0,
  171. biographical_url: '',
  172. selected_name: ''
  173. },
  174. moneylist: [{
  175. id: 0,
  176. name: '无经费'
  177. },
  178. {
  179. id: 1,
  180. name: '三万及以内'
  181. },
  182. {
  183. id: 2,
  184. name: '五万及以内'
  185. },
  186. {
  187. id: 3,
  188. name: '五万以上'
  189. },
  190. ],
  191. manuscriptlist: [{
  192. id: 0,
  193. name: '待启动'
  194. },
  195. {
  196. id: 1,
  197. name: '编写中'
  198. },
  199. {
  200. id: 2,
  201. name: '已截稿'
  202. },
  203. ],
  204. fundsName: '', //经费名称
  205. manuscript: '', //稿件状态
  206. showa: false,
  207. showb: false,
  208. name: '',
  209. path1: '',
  210. path: '',
  211. showd: false
  212. };
  213. },
  214. methods: {
  215. close() {
  216. this.showd = false
  217. this.from.biographical_url = ''
  218. },
  219. upload1() {
  220. let that = this;
  221. uni.chooseFile({
  222. // count: , //限制选择的文件数量
  223. type: 'all', //非图片和视频的文件,不选默认为all
  224. extension: [".pdf", 'pdf'], //此处限制文件类型
  225. success(res) {
  226. var tempFilePaths = res.tempFiles
  227. console.log('临时路径', tempFilePaths)
  228. that.name = tempFilePaths[0].name
  229. that.path1 = tempFilePaths[0].path
  230. that.upload(tempFilePaths[0].path)
  231. }
  232. })
  233. },
  234. upload(file) {
  235. uni.showLoading({
  236. title: '加载中'
  237. });
  238. uni.uploadFile({
  239. url: 'https://hire.hdlkeji.com/api/common/upload', //仅为示例,非真实的接口地址
  240. filePath: file,
  241. name: 'file',
  242. formData: {
  243. 'user': 'test'
  244. },
  245. success: (res) => {
  246. uni.hideLoading();
  247. uni.showToast({
  248. title: '上传成功',
  249. icon: 'success',
  250. duration: 1000
  251. })
  252. var obj = JSON.parse(res.data)
  253. this.from.biographical_url = obj.data.fullurl
  254. this.showd = true
  255. // this.flielist.push(obj.data.fullurl)
  256. },
  257. fail: (err) => {
  258. console.log('uploadImage fail', err);
  259. uni.hideLoading();
  260. uni.showModal({
  261. content: err.errMsg,
  262. showCancel: false
  263. });
  264. },
  265. });
  266. },
  267. touploading() {
  268. if (!this.from.name) {
  269. this.$u.toast('请填写您的姓名')
  270. return
  271. }
  272. if (!this.from.school) {
  273. this.$u.toast('请填写您的学校名称')
  274. return
  275. }
  276. if (!this.$u.test.mobile(this.from.phone)) {
  277. this.$u.toast("请输入正确的手机号")
  278. return
  279. }
  280. if (!this.$u.test.email(this.from.email)) {
  281. this.$u.toast("请输入正确的邮箱号")
  282. return
  283. }
  284. if (!this.from.selected_name) {
  285. this.$u.toast('请填写选题名称')
  286. return
  287. }
  288. this.$u.post('api/books/addContribute', {
  289. ...this.from
  290. }).then(res => {
  291. if (res.code == 1) {
  292. this.$u.toast('提交成功')
  293. setTimeout(() => {
  294. uni.switchTab({
  295. url: '/pages/index/index'
  296. })
  297. }, 800)
  298. }
  299. })
  300. },
  301. toshowb() {
  302. this.showb = !this.showb
  303. },
  304. toshow() {
  305. this.showa = !this.showa
  306. },
  307. changefunds(id, name) {
  308. this.from.funds_status = id
  309. this.fundsName = name
  310. this.showa = false
  311. },
  312. changefundb(id, name) {
  313. this.from.manuscript_status = id
  314. this.manuscript = name
  315. this.showb = false
  316. },
  317. change(e) {
  318. this.from.last_publish_time = e.result
  319. },
  320. }
  321. }
  322. </script>
  323. <style lang="scss" scoped>
  324. .wart {
  325. height: 64rpx;
  326. font-size: 28rpx;
  327. font-family: SFPro, SFPro;
  328. font-weight: 400;
  329. color: #222222;
  330. }
  331. .green {
  332. background: #06A971;
  333. font-size: 28rpx;
  334. font-family: SFPro, SFPro;
  335. font-weight: 400;
  336. color: #FFFFFF;
  337. }
  338. .uploading {
  339. width: 184rpx;
  340. height: 184rpx;
  341. border: 2rpx solid rgba(151, 151, 151, 0.3);
  342. display: flex;
  343. flex-direction: column;
  344. justify-content: center;
  345. align-items: center;
  346. margin-top: 22rpx;
  347. .up {
  348. font-size: 20rpx;
  349. font-family: PingFangSC, PingFang SC;
  350. font-weight: 400;
  351. color: #222222;
  352. }
  353. }
  354. .btn {
  355. // width: 614rpx;
  356. height: 82rpx;
  357. background: #06A971;
  358. border-radius: 8rpx;
  359. font-size: 32rpx;
  360. font-family: PingFangSC, PingFang SC;
  361. font-weight: 500;
  362. color: #FFFFFF;
  363. margin-top: 48rpx;
  364. line-height: 82rpx;
  365. text-align: center;
  366. }
  367. .address {
  368. font-size: 26rpx;
  369. font-family: PingFangSC, PingFang SC;
  370. font-weight: 400;
  371. color: #222222;
  372. }
  373. .item {
  374. margin-top: 44rpx;
  375. .name {
  376. font-size: 26rpx;
  377. font-family: PingFangSC, PingFang SC;
  378. font-weight: 500;
  379. color: #CF1534;
  380. }
  381. .box {
  382. margin-top: 24rpx;
  383. height: 72rpx;
  384. border: 2rpx solid rgba(151, 151, 151, 0.3);
  385. }
  386. }
  387. .page {
  388. background-color: rgba(246, 246, 246, 1);
  389. width: 750rpx;
  390. min-height: 100vh;
  391. padding: 20rpx 28rpx 68rpx;
  392. }
  393. .stylebookbox {
  394. background: #FFFFFF;
  395. border-radius: 12rpx;
  396. padding: 38rpx 20rpx 44rpx;
  397. .apply {
  398. font-size: 32rpx;
  399. font-family: PingFangSC, PingFang SC;
  400. font-weight: 500;
  401. color: #222222;
  402. text-align: center;
  403. }
  404. .stylebook {
  405. font-size: 26rpx;
  406. font-family: PingFangSC, PingFang SC;
  407. font-weight: 400;
  408. color: #222222;
  409. margin-top: 50rpx;
  410. }
  411. .dotted {
  412. // margin-top: 30rpx;
  413. }
  414. }
  415. </style>