contribute.vue 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421
  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 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" style="position: absolute;top:-20rpx;right: -20rpx;width: 40rpx;height: 40rpx;" mode=""></image>
  124. </view>
  125. <image src="../../static/images/pdf (2).png" style="width: 64rpx;height: 64rpx;" mode=""></image>
  126. <view style="margin-top: 16rpx;font-size: 20rpx;
  127. font-family: PingFangSC, PingFang SC;
  128. font-weight: 400;
  129. color: #222222;">{{name}}</view>
  130. </view>
  131. <view v-else class="uploading" @click="upload1">
  132. <image src="../../static/images/uploading.png" style="width: 64rpx;height: 64rpx;" mode=""></image>
  133. <view class="up" style="margin-top: 16rpx;">选择文件</view>
  134. <view class="up" style="text-align: center;">请上传pdf,不超过10M</view>
  135. </view>
  136. </view>
  137. <view class="btn" @click="touploading">
  138. 提交
  139. </view>
  140. </view>
  141. </view>
  142. </template>
  143. <script>
  144. export default {
  145. data() {
  146. return {
  147. list: [{
  148. name: '教材用书',
  149. disabled: false
  150. },
  151. {
  152. name: '学习参考',
  153. disabled: false
  154. },
  155. {
  156. name: '其他',
  157. disabled: false
  158. }
  159. ],
  160. show: false,
  161. from: {
  162. name: '',
  163. phone: '',
  164. email: '',
  165. school: '',
  166. manuscript_status: "",
  167. last_publish_time: '',
  168. funds_status: 0,
  169. biographical_url: '',
  170. },
  171. moneylist: [{
  172. id: 0,
  173. name: '无经费'
  174. },
  175. {
  176. id: 1,
  177. name: '三万及以内'
  178. },
  179. {
  180. id: 2,
  181. name: '五万及以内'
  182. },
  183. {
  184. id: 3,
  185. name: '五万以上'
  186. },
  187. ],
  188. manuscriptlist: [{
  189. id: 0,
  190. name: '待启动'
  191. },
  192. {
  193. id: 1,
  194. name: '编写中'
  195. },
  196. {
  197. id: 2,
  198. name: '已截稿'
  199. },
  200. ],
  201. fundsName: '', //经费名称
  202. manuscript: '', //稿件状态
  203. showa: false,
  204. showb: false,
  205. name:'',
  206. path1:'',
  207. path:'',
  208. showd:false
  209. };
  210. },
  211. methods: {
  212. close(){
  213. this.showd = false
  214. this.from.biographical_url = ''
  215. },
  216. upload1() {
  217. let that = this;
  218. uni.chooseFile({
  219. // count: , //限制选择的文件数量
  220. type: 'all', //非图片和视频的文件,不选默认为all
  221. extension: [".pdf", 'pdf'], //此处限制文件类型
  222. success(res) {
  223. var tempFilePaths = res.tempFiles
  224. console.log('临时路径', tempFilePaths)
  225. that.name = tempFilePaths[0].name
  226. that.path1 = tempFilePaths[0].path
  227. that.upload(tempFilePaths[0].path)
  228. }
  229. })
  230. },
  231. upload(file) {
  232. uni.showLoading({
  233. title: '加载中'
  234. });
  235. uni.uploadFile({
  236. url: 'https://hire.hdlkeji.com/api/common/upload', //仅为示例,非真实的接口地址
  237. filePath: file,
  238. name: 'file',
  239. formData: {
  240. 'user': 'test'
  241. },
  242. success: (res) => {
  243. uni.hideLoading();
  244. uni.showToast({
  245. title: '上传成功',
  246. icon: 'success',
  247. duration: 1000
  248. })
  249. var obj = JSON.parse(res.data)
  250. this.from.biographical_url = obj.data.fullurl
  251. this.showd = true
  252. // this.flielist.push(obj.data.fullurl)
  253. },
  254. fail: (err) => {
  255. console.log('uploadImage fail', err);
  256. uni.hideLoading();
  257. uni.showModal({
  258. content: err.errMsg,
  259. showCancel: false
  260. });
  261. },
  262. });
  263. },
  264. touploading() {
  265. if (!this.from.name) {
  266. this.$u.toast('请填写您的姓名')
  267. return
  268. }
  269. if (!this.from.school) {
  270. this.$u.toast('请填写您的学校名称')
  271. return
  272. }
  273. if (!this.$u.test.mobile(this.from.phone)) {
  274. this.$u.toast("请输入正确的手机号")
  275. return
  276. }
  277. if (!this.$u.test.email(this.from.email)) {
  278. this.$u.toast("请输入正确的邮箱号")
  279. return
  280. }
  281. this.$u.post('api/books/addContribute', {
  282. ...this.from
  283. }).then(res => {
  284. if(res.code==1){
  285. this.$u.toast('提交成功')
  286. uni.switchTab({
  287. url:'/pages/index/index'
  288. })
  289. }
  290. })
  291. },
  292. toshowb() {
  293. this.showb = !this.showb
  294. },
  295. toshow() {
  296. this.showa = !this.showa
  297. },
  298. changefunds(id, name) {
  299. this.from.funds_status = id
  300. this.fundsName = name
  301. this.showa = false
  302. },
  303. changefundb(id, name) {
  304. this.from.manuscript_status = id
  305. this.manuscript = name
  306. this.showb = false
  307. },
  308. change(e) {
  309. this.from.last_publish_time = e.result
  310. },
  311. }
  312. }
  313. </script>
  314. <style lang="scss" scoped>
  315. .wart {
  316. height: 64rpx;
  317. font-size: 28rpx;
  318. font-family: SFPro, SFPro;
  319. font-weight: 400;
  320. color: #222222;
  321. }
  322. .green {
  323. background: #06A971;
  324. font-size: 28rpx;
  325. font-family: SFPro, SFPro;
  326. font-weight: 400;
  327. color: #FFFFFF;
  328. }
  329. .uploading {
  330. width: 184rpx;
  331. height: 184rpx;
  332. border: 2rpx solid rgba(151, 151, 151, 0.3);
  333. display: flex;
  334. flex-direction: column;
  335. justify-content: center;
  336. align-items: center;
  337. margin-top: 22rpx;
  338. .up {
  339. font-size: 20rpx;
  340. font-family: PingFangSC, PingFang SC;
  341. font-weight: 400;
  342. color: #222222;
  343. }
  344. }
  345. .btn {
  346. // width: 614rpx;
  347. height: 82rpx;
  348. background: #06A971;
  349. border-radius: 8rpx;
  350. font-size: 32rpx;
  351. font-family: PingFangSC, PingFang SC;
  352. font-weight: 500;
  353. color: #FFFFFF;
  354. margin-top: 48rpx;
  355. line-height: 82rpx;
  356. text-align: center;
  357. }
  358. .address {
  359. font-size: 26rpx;
  360. font-family: PingFangSC, PingFang SC;
  361. font-weight: 400;
  362. color: #222222;
  363. }
  364. .item {
  365. margin-top: 44rpx;
  366. .name {
  367. font-size: 26rpx;
  368. font-family: PingFangSC, PingFang SC;
  369. font-weight: 500;
  370. color: #CF1534;
  371. }
  372. .box {
  373. margin-top: 24rpx;
  374. height: 72rpx;
  375. border: 2rpx solid rgba(151, 151, 151, 0.3);
  376. }
  377. }
  378. .page {
  379. background-color: rgba(246, 246, 246, 1);
  380. width: 750rpx;
  381. min-height: 100vh;
  382. padding: 20rpx 28rpx 68rpx;
  383. }
  384. .stylebookbox {
  385. background: #FFFFFF;
  386. border-radius: 12rpx;
  387. padding: 38rpx 20rpx 44rpx;
  388. .apply {
  389. font-size: 32rpx;
  390. font-family: PingFangSC, PingFang SC;
  391. font-weight: 500;
  392. color: #222222;
  393. text-align: center;
  394. }
  395. .stylebook {
  396. font-size: 26rpx;
  397. font-family: PingFangSC, PingFang SC;
  398. font-weight: 400;
  399. color: #222222;
  400. margin-top: 50rpx;
  401. }
  402. .dotted {
  403. // margin-top: 30rpx;
  404. }
  405. }
  406. </style>