contribute.vue 9.9 KB

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