|
@@ -59,14 +59,25 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
<!-- 稿件状态 -->
|
|
|
- <view class="item">
|
|
|
- <view class="name">
|
|
|
- <text style="color: rgba(34, 34, 34, 1);">稿件状态</text>
|
|
|
+ <view class="" style="position: relative;">
|
|
|
+ <view class="item">
|
|
|
+ <view class="name">
|
|
|
+ <text style="color: rgba(34, 34, 34, 1);">稿件状态</text>
|
|
|
+ </view>
|
|
|
+ <view class="box u-flex" style="padding-right: 28rpx;" @click="toshowb">
|
|
|
+ <input placeholder-style="font-size: 26rpx;" class="input" type="text"
|
|
|
+ style="width: 100%;padding: 28rpx;" placeholder="请选择" v-model="manuscript"
|
|
|
+ :disabled="true" />
|
|
|
+ <u-icon name="arrow-down-fill" size='12' color='rgba(150, 150, 150, 1)'></u-icon>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
- <view class="box u-flex" style="padding-right: 28rpx;">
|
|
|
- <input placeholder-style="font-size: 26rpx;" class="input" type="text"
|
|
|
- style="width: 100%;padding: 28rpx;" placeholder="请选择" :disabled="true" />
|
|
|
- <u-icon name="arrow-down-fill" size='12' color='rgba(150, 150, 150, 1)'></u-icon>
|
|
|
+ <view v-if="showb" class="" style="position: absolute;top:130rpx;left: 0;background: #FFFFFF;
|
|
|
+ box-shadow: 0rpx 8rpx 28rpx -10rpx rgba(0,0,0,0.2);width: 100%;z-index: 999;padding-bottom:28rpx ;">
|
|
|
+ <scroll-view>
|
|
|
+ <view class="" style="padding:0 30rpx ;height: 64rpx;line-height: 64rpx;"
|
|
|
+ :class="item.id==from.funds_status?'green':'wart'" v-for="(item,index) in manuscriptlist"
|
|
|
+ :key="index" @click="changefundb(item.id,item.name)">{{item.name}}</view>
|
|
|
+ </scroll-view>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="item">
|
|
@@ -76,18 +87,30 @@
|
|
|
<view class="box u-flex" style="padding: 0 28rpx;" @click="show=true">
|
|
|
<image src="/static/images/calendar.png" style="width: 44rpx;height: 44rpx;" mode=""></image>
|
|
|
<u-calendar v-model="show" mode="date" @change="change"></u-calendar>
|
|
|
- <input v-model="from.last_publish_time" :disabled="true" type="text" style="width: 100%;" />
|
|
|
+ <input v-model="from.last_publish_time" :disabled="true" type="text"
|
|
|
+ style="width: 100%;margin-left: 20rpx;" />
|
|
|
</view>
|
|
|
</view>
|
|
|
<!-- 经费情况 -->
|
|
|
- <view class="item">
|
|
|
- <view class="name">
|
|
|
- <text style="color: rgba(34, 34, 34, 1);">经费情况</text>
|
|
|
+ <view class="" style="position: relative;">
|
|
|
+ <view class="item">
|
|
|
+ <view class="name">
|
|
|
+ <text style="color: rgba(34, 34, 34, 1);">经费情况</text>
|
|
|
+ </view>
|
|
|
+ <view class="box u-flex" style="padding-right: 28rpx;" @click="toshow">
|
|
|
+ <input placeholder-style="font-size: 26rpx;" class="input" type="text"
|
|
|
+ style="width: 100%;padding: 28rpx;" v-model="fundsName" placeholder="请选择"
|
|
|
+ :disabled="true" />
|
|
|
+ <u-icon name="arrow-down-fill" size='12' color='rgba(150, 150, 150, 1)'></u-icon>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
- <view class="box u-flex" style="padding-right: 28rpx;">
|
|
|
- <input placeholder-style="font-size: 26rpx;" class="input" type="text"
|
|
|
- style="width: 100%;padding: 28rpx;" placeholder="请选择" :disabled="true" />
|
|
|
- <u-icon name="arrow-down-fill" size='12' color='rgba(150, 150, 150, 1)'></u-icon>
|
|
|
+ <view v-if="showa" class="" style="position: absolute;top:130rpx;left: 0;background: #FFFFFF;
|
|
|
+ box-shadow: 0rpx 8rpx 28rpx -10rpx rgba(0,0,0,0.2);width: 100%;z-index: 999;padding-bottom:28rpx ;">
|
|
|
+ <scroll-view>
|
|
|
+ <view class="" style="padding:0 30rpx ;height: 64rpx;line-height: 64rpx;"
|
|
|
+ :class="item.id==from.funds_status?'green':'wart'" v-for="(item,index) in moneylist"
|
|
|
+ :key="index" @click="changefunds(item.id,item.name)">{{item.name}}</view>
|
|
|
+ </scroll-view>
|
|
|
</view>
|
|
|
</view>
|
|
|
<!-- 上传 -->
|
|
@@ -95,13 +118,13 @@
|
|
|
<view class="name">
|
|
|
<text style="color: rgba(34, 34, 34, 1);">作者简介及目录上传</text>
|
|
|
</view>
|
|
|
- <view class="uploading">
|
|
|
+ <view class="uploading" @click="upload1">
|
|
|
<image src="../../static/images/uploading.png" style="width: 64rpx;height: 64rpx;" mode=""></image>
|
|
|
<view class="up" style="margin-top: 16rpx;">选择文件</view>
|
|
|
<view class="up">(不超过10M)</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view class="btn">
|
|
|
+ <view class="btn" @click="touploading">
|
|
|
提交
|
|
|
</view>
|
|
|
</view>
|
|
@@ -133,20 +156,157 @@
|
|
|
school: '',
|
|
|
manuscript_status: "",
|
|
|
last_publish_time: '',
|
|
|
- funds_status: '',
|
|
|
+ funds_status: 0,
|
|
|
biographical_url: '',
|
|
|
- }
|
|
|
+ },
|
|
|
+ moneylist: [{
|
|
|
+ id: 0,
|
|
|
+ name: '无经费'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ id: 1,
|
|
|
+ name: '三万及以内'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ id: 2,
|
|
|
+ name: '五万及以内'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ id: 3,
|
|
|
+ name: '五万以上'
|
|
|
+ },
|
|
|
+ ],
|
|
|
+ manuscriptlist: [{
|
|
|
+ id: 0,
|
|
|
+ name: '待启动'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ id: 1,
|
|
|
+ name: '编写中'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ id: 2,
|
|
|
+ name: '已截稿'
|
|
|
+ },
|
|
|
+ ],
|
|
|
+ fundsName: '', //经费名称
|
|
|
+ manuscript: '', //稿件状态
|
|
|
+ showa: false,
|
|
|
+ showb: false,
|
|
|
};
|
|
|
},
|
|
|
methods: {
|
|
|
+ upload1() {
|
|
|
+ let that = this;
|
|
|
+ uni.chooseFile({
|
|
|
+ count: 1, //限制选择的文件数量
|
|
|
+ type: 'all', //非图片和视频的文件,不选默认为all
|
|
|
+ extension: [".pdf", 'pdf'], //此处限制文件类型
|
|
|
+ success(res) {
|
|
|
+ var tempFilePaths = res.tempFiles
|
|
|
+ console.log('临时路径', tempFilePaths)
|
|
|
+ that.name = tempFilePaths[0].name
|
|
|
+ that.path1 = tempFilePaths[0].path
|
|
|
+ that.upload(tempFilePaths[0].path)
|
|
|
+ }
|
|
|
+ })
|
|
|
+ },
|
|
|
+ upload(file) {
|
|
|
+ uni.showLoading({
|
|
|
+ title: '加载中'
|
|
|
+ });
|
|
|
+ uni.uploadFile({
|
|
|
+ url: 'https://hire.hdlkeji.com/api/common/upload', //仅为示例,非真实的接口地址
|
|
|
+ filePath: file,
|
|
|
+ name: 'file',
|
|
|
+ formData: {
|
|
|
+ 'user': 'test'
|
|
|
+ },
|
|
|
+ success: (res) => {
|
|
|
+ console.log('uploadImage success, res is:', res)
|
|
|
+ uni.hideLoading();
|
|
|
+ uni.showToast({
|
|
|
+ title: '上传成功',
|
|
|
+ icon: 'success',
|
|
|
+ duration: 1000
|
|
|
+ })
|
|
|
+ var obj = JSON.parse(res.data)
|
|
|
+ this.path = obj.data.fullurl
|
|
|
+ this.flielist.push(obj.data.fullurl)
|
|
|
+ },
|
|
|
+ fail: (err) => {
|
|
|
+ console.log('uploadImage fail', err);
|
|
|
+ uni.hideLoading();
|
|
|
+ uni.showModal({
|
|
|
+ content: err.errMsg,
|
|
|
+ showCancel: false
|
|
|
+ });
|
|
|
+ },
|
|
|
+ });
|
|
|
+ },
|
|
|
+ touploading() {
|
|
|
+ if (!this.from.name) {
|
|
|
+ this.$u.toast('请填写您的姓名')
|
|
|
+ return
|
|
|
+ }
|
|
|
+ if (!this.from.school) {
|
|
|
+ this.$u.toast('请填写您的学校名称')
|
|
|
+ return
|
|
|
+ }
|
|
|
+ if (!this.$u.test.mobile(this.from.phone)) {
|
|
|
+ this.$u.toast("请输入正确的手机号")
|
|
|
+ return
|
|
|
+ }
|
|
|
+ if (!this.$u.test.email(this.from.email)) {
|
|
|
+ this.$u.toast("请输入正确的邮箱号")
|
|
|
+ return
|
|
|
+ }
|
|
|
+ this.$u.post('api/books/addContribute', {
|
|
|
+ ...this.from
|
|
|
+ }).then(res => {
|
|
|
+ console.log(res);
|
|
|
+ })
|
|
|
+ },
|
|
|
+ toshowb() {
|
|
|
+ this.showb = !this.showb
|
|
|
+ },
|
|
|
+ toshow() {
|
|
|
+ this.showa = !this.showa
|
|
|
+ },
|
|
|
+ changefunds(id, name) {
|
|
|
+ this.from.funds_status = id
|
|
|
+ this.fundsName = name
|
|
|
+ this.showa = false
|
|
|
+ },
|
|
|
+ changefundb(id, name) {
|
|
|
+ this.from.manuscript_status = id
|
|
|
+ this.manuscript = name
|
|
|
+ this.showb = false
|
|
|
+ },
|
|
|
change(e) {
|
|
|
- this.last_publish_time = e.result
|
|
|
- }
|
|
|
+ this.from.last_publish_time = e.result
|
|
|
+ },
|
|
|
}
|
|
|
}
|
|
|
</script>
|
|
|
|
|
|
<style lang="scss" scoped>
|
|
|
+ .wart {
|
|
|
+ height: 64rpx;
|
|
|
+ font-size: 28rpx;
|
|
|
+ font-family: SFPro, SFPro;
|
|
|
+ font-weight: 400;
|
|
|
+ color: #222222;
|
|
|
+ }
|
|
|
+
|
|
|
+ .green {
|
|
|
+ background: #06A971;
|
|
|
+ font-size: 28rpx;
|
|
|
+ font-family: SFPro, SFPro;
|
|
|
+ font-weight: 400;
|
|
|
+ color: #FFFFFF;
|
|
|
+ }
|
|
|
+
|
|
|
.uploading {
|
|
|
width: 184rpx;
|
|
|
height: 184rpx;
|