|
@@ -2,8 +2,8 @@
|
|
<!-- 创客资金申请表单 -->
|
|
<!-- 创客资金申请表单 -->
|
|
<div>
|
|
<div>
|
|
<div class="vfpHeader">
|
|
<div class="vfpHeader">
|
|
- <div class="titleOne">创客资金申请</div>
|
|
|
|
- <el-button type="primary" @click="$router.back()">返回</el-button>
|
|
|
|
|
|
+ <div class="titleOne">创客活动资金申请</div>
|
|
|
|
+ <!-- <el-button type="primary" @click="$router.back()">返回</el-button> -->
|
|
</div>
|
|
</div>
|
|
<hr>
|
|
<hr>
|
|
<!-- 项目名称、类型开始 -->
|
|
<!-- 项目名称、类型开始 -->
|
|
@@ -18,7 +18,7 @@
|
|
</el-option>
|
|
</el-option>
|
|
</el-select>
|
|
</el-select>
|
|
</div>
|
|
</div>
|
|
- <div class="Apply1">
|
|
|
|
|
|
+ <!-- <div class="Apply1">
|
|
<div class="inpInterval">项目类型</div>
|
|
<div class="inpInterval">项目类型</div>
|
|
<el-select v-model="selects.projectType" placeholder="请选择">
|
|
<el-select v-model="selects.projectType" placeholder="请选择">
|
|
<el-option
|
|
<el-option
|
|
@@ -28,8 +28,7 @@
|
|
:value="item.name">
|
|
:value="item.name">
|
|
</el-option>
|
|
</el-option>
|
|
</el-select>
|
|
</el-select>
|
|
- </div>
|
|
|
|
- <!-- 项目名称、类型结束 -->
|
|
|
|
|
|
+ </div> -->
|
|
|
|
|
|
<div class="tabTit">
|
|
<div class="tabTit">
|
|
<div>
|
|
<div>
|
|
@@ -124,7 +123,7 @@
|
|
|
|
|
|
|
|
|
|
<!-- 附件上传开始 -->
|
|
<!-- 附件上传开始 -->
|
|
- <div> <!-- 附件上传 -->
|
|
|
|
|
|
+ <!-- <div>
|
|
<div class="tabTit">
|
|
<div class="tabTit">
|
|
<div><p>附件上传</p></div>
|
|
<div><p>附件上传</p></div>
|
|
</div>
|
|
</div>
|
|
@@ -159,7 +158,7 @@
|
|
</el-upload>
|
|
</el-upload>
|
|
|
|
|
|
</div>
|
|
</div>
|
|
- </div>
|
|
|
|
|
|
+ </div> -->
|
|
<!-- 附件上传结束 -->
|
|
<!-- 附件上传结束 -->
|
|
|
|
|
|
|
|
|
|
@@ -167,7 +166,7 @@
|
|
<div class="baseBtn">
|
|
<div class="baseBtn">
|
|
<div class="blockWidth">
|
|
<div class="blockWidth">
|
|
<el-button type="primary" @click="submitCreateFrom">生成表单</el-button>
|
|
<el-button type="primary" @click="submitCreateFrom">生成表单</el-button>
|
|
- <el-button type="primary" @click="uploadData">提交</el-button>
|
|
|
|
|
|
+ <el-button type="primary" @click="submitAll">提交</el-button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
@@ -176,7 +175,7 @@
|
|
|
|
|
|
<script>
|
|
<script>
|
|
import BeUpload from "../../components/tool/beUpload.vue";
|
|
import BeUpload from "../../components/tool/beUpload.vue";
|
|
- import getExcel from "@/components/tool/getExcel";
|
|
|
|
|
|
+ // import getExcel from "@/components/tool/getExcel";
|
|
import downloadExcel from '@/components/tool/downloadExcel'
|
|
import downloadExcel from '@/components/tool/downloadExcel'
|
|
export default {
|
|
export default {
|
|
components: {
|
|
components: {
|
|
@@ -195,173 +194,36 @@ export default {
|
|
{fundName:'知识产权事务费',budget:100,havePaid:10,thisApply:'',remark:'论文版面费、专利及其他知识产权事务等费用。'},
|
|
{fundName:'知识产权事务费',budget:100,havePaid:10,thisApply:'',remark:'论文版面费、专利及其他知识产权事务等费用。'},
|
|
],
|
|
],
|
|
intro:'诶嘿嘿', //事由
|
|
intro:'诶嘿嘿', //事由
|
|
-
|
|
|
|
- accept:"*",
|
|
|
|
submitHint:false, //提交按钮
|
|
submitHint:false, //提交按钮
|
|
- createFromDialog:false, //生成表单
|
|
|
|
- dialogImageUrl:require('../../assets/img/zzpic426.jpg'),
|
|
|
|
- disabled: false,
|
|
|
|
- file:[],
|
|
|
|
|
|
+
|
|
textarea:'',
|
|
textarea:'',
|
|
selects:{ //所选名称,类型id
|
|
selects:{ //所选名称,类型id
|
|
projectName:'',
|
|
projectName:'',
|
|
projectType:''
|
|
projectType:''
|
|
},
|
|
},
|
|
- progress:{ //进度条
|
|
|
|
- value:0,
|
|
|
|
- show:false
|
|
|
|
- },
|
|
|
|
|
|
+ // progress:{ //进度条
|
|
|
|
+ // value:0,
|
|
|
|
+ // show:false
|
|
|
|
+ // },
|
|
projectFilter:[], //项目名称
|
|
projectFilter:[], //项目名称
|
|
- projectType:[ //项目类型
|
|
|
|
- {
|
|
|
|
- id:1,
|
|
|
|
- name:'创客活动'
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- id:2,
|
|
|
|
- name:'个人创客'
|
|
|
|
- },
|
|
|
|
- ],
|
|
|
|
|
|
+ // projectType:[ //项目类型
|
|
|
|
+ // {
|
|
|
|
+ // id:1,
|
|
|
|
+ // name:'创客活动'
|
|
|
|
+ // },
|
|
|
|
+ // {
|
|
|
|
+ // id:2,
|
|
|
|
+ // name:'个人创客'
|
|
|
|
+ // },
|
|
|
|
+ // ],
|
|
|
|
+ // file:[],
|
|
|
|
+ // accept:"*",
|
|
|
|
+ // disabled: false,
|
|
|
|
+ // createFromDialog:false, //生成表单
|
|
|
|
+ // dialogImageUrl:require('../../assets/img/zzpic426.jpg'),
|
|
}
|
|
}
|
|
},
|
|
},
|
|
methods:{
|
|
methods:{
|
|
- delABC(event){
|
|
|
|
- return (/[\d]/.test(String.fromCharCode(event.keyCode)))
|
|
|
|
- },
|
|
|
|
- AllEquipment(){ //填写表单数据
|
|
|
|
- this.directFundBlock.forEach((e,i)=>{
|
|
|
|
- switch(e.directFundData)
|
|
|
|
- {
|
|
|
|
- case 1:
|
|
|
|
- this.directData.facility+=e.budget*1;
|
|
|
|
- this.usedDirectData.facility+=e.usedFund*1;
|
|
|
|
- this.directDataReason.reason=e.reason;
|
|
|
|
- this.applicationDirectData.facility = e.apply*1
|
|
|
|
- break;
|
|
|
|
- case 2:
|
|
|
|
- this.directData.cl+=e.budget*1;
|
|
|
|
- this.usedDirectData.cl+=e.usedFund*1;
|
|
|
|
- this.directDataReason.reason1=e.reason;
|
|
|
|
- this.applicationDirectData.cl = e.apply*1
|
|
|
|
- break;
|
|
|
|
- case 3:
|
|
|
|
- this.directData.jg=e.budget*1;
|
|
|
|
- this.usedDirectData.jg+=e.usedFund*1;
|
|
|
|
- this.directDataReason.reason2=e.reason;
|
|
|
|
- this.applicationDirectData.jg = e.apply*1
|
|
|
|
- break;
|
|
|
|
- case 4:
|
|
|
|
- this.directData.xz=e.budget*1;
|
|
|
|
- this.usedDirectData.xz+=e.usedFund*1;
|
|
|
|
- this.directDataReason.reason3=e.reason;
|
|
|
|
- this.applicationDirectData.xz = e.apply*1
|
|
|
|
- break;
|
|
|
|
- case 5:
|
|
|
|
- this.directData.qt=e.budget*1;
|
|
|
|
- this.usedDirectData.qt+=e.usedFund*1;
|
|
|
|
- this.directDataReason.reason4=e.reason;
|
|
|
|
- this.applicationDirectData.qt = e.apply*1
|
|
|
|
- break;
|
|
|
|
- }
|
|
|
|
- })
|
|
|
|
- this.indirectFundBlock.forEach((e,i)=>{
|
|
|
|
- switch(e.indirectFundData)
|
|
|
|
- {
|
|
|
|
- case 1:
|
|
|
|
- this.indirectData.facility+=e.budget*1;
|
|
|
|
- this.usedInDirectData.facility+=e.usedFund*1;
|
|
|
|
- this.indirectDataReason.reason=e.reason;
|
|
|
|
- this.applicationInDirectData.facility = e.apply*1;
|
|
|
|
- // console.log(this.directData.facility);
|
|
|
|
- break;
|
|
|
|
- case 2:
|
|
|
|
- this.indirectData.cl+=e.budget*1;
|
|
|
|
- this.usedInDirectData.cl+=e.usedFund*1;
|
|
|
|
- this.indirectDataReason.reason1=e.reason;
|
|
|
|
- this.applicationInDirectData.cl = e.apply*1;
|
|
|
|
- // console.log(this.directData.cl);
|
|
|
|
- break;
|
|
|
|
- case 3:
|
|
|
|
- this.indirectData.jg=e.budget*1;
|
|
|
|
- this.usedInDirectData.jg+=e.usedFund*1;
|
|
|
|
- this.indirectDataReason.reason2=e.reason;
|
|
|
|
- this.applicationInDirectData.jg = e.apply*1;
|
|
|
|
- break;
|
|
|
|
- case 4:
|
|
|
|
- this.indirectData.xz=e.budget*1;
|
|
|
|
- this.usedInDirectData.xz+=e.usedFund*1;
|
|
|
|
- this.indirectDataReason.reason3=e.reason;
|
|
|
|
- this.applicationInDirectData.xz = e.apply*1;
|
|
|
|
- break;
|
|
|
|
- case 5:
|
|
|
|
- this.indirectData.qt=e.budget*1;
|
|
|
|
- this.usedInDirectData.qt+=e.usedFund*1;
|
|
|
|
- this.indirectDataReason.reason4=e.reason;
|
|
|
|
- this.applicationInDirectData.qt = e.apply*1;
|
|
|
|
- break;
|
|
|
|
- }
|
|
|
|
- })
|
|
|
|
- // this.DirectFunding.budget = this.
|
|
|
|
- //直接费用全部预算
|
|
|
|
- for(let i in this.directData)this.IndirectFunding['budget']+=this.directData[i];
|
|
|
|
- //直接费用全部已支出
|
|
|
|
- for(let a in this.usedDirectData)this.IndirectFunding['expended']+=this.usedDirectData[a];
|
|
|
|
- //直接费用本次申请
|
|
|
|
- for(let b in this.applicationDirectData)this.IndirectFunding['application']+=this.applicationDirectData[b]
|
|
|
|
- //直接费用余额
|
|
|
|
- this.IndirectFunding['surplus'] = this.IndirectFunding['budget']-this.IndirectFunding['expended']-this.IndirectFunding['application']
|
|
|
|
-
|
|
|
|
- //间接费用
|
|
|
|
- //间接费用全部预算
|
|
|
|
- for(let c in this.indirectData)this.Expenditure['budget']+=this.indirectData[c];
|
|
|
|
- //间接费用全部已支出
|
|
|
|
- for(let d in this.usedInDirectData)this.Expenditure['expended']+=this.usedInDirectData[d];
|
|
|
|
- //间接费用本次申请
|
|
|
|
- for(let e in this.applicationInDirectData)this.Expenditure['application']+=this.applicationInDirectData[e];
|
|
|
|
- //间接费用余额
|
|
|
|
- this.Expenditure['surplus'] = this.Expenditure['budget']-this.Expenditure['expended']-this.Expenditure['application']
|
|
|
|
-
|
|
|
|
- //经费支出
|
|
|
|
- //预算
|
|
|
|
- this.AllFund.budget =this.Expenditure['budget']+this.IndirectFunding['budget'];
|
|
|
|
- //已支出
|
|
|
|
- this.AllFund.expended = this.Expenditure['expended']+this.IndirectFunding['expended'];
|
|
|
|
- //本次申请
|
|
|
|
- this.AllFund.application = this.Expenditure['application']+this.IndirectFunding['application']
|
|
|
|
- //余额
|
|
|
|
- this.AllFund.surplus = this.AllFund['budget']-this.AllFund['expended']-this.AllFund['application'];
|
|
|
|
-
|
|
|
|
- //项目名称
|
|
|
|
- this.residue.PName = this.projectFilter.filter(item=>item.id==this.selects.projectName).length!=0?this.projectFilter.filter(item=>item.id==this.selects.projectName)[0]['title']:'';
|
|
|
|
-
|
|
|
|
- },
|
|
|
|
-
|
|
|
|
- submitCreateFrom(){ //生成表单
|
|
|
|
- downloadExcel(this.fundList,this.intro)
|
|
|
|
- },
|
|
|
|
- ProgressFormat(value){ //进度条
|
|
|
|
- return value ==100?'100%':`${value}%`
|
|
|
|
- },
|
|
|
|
-
|
|
|
|
- delUploadBtn(index){ //删除上传文件
|
|
|
|
- console.log(index);
|
|
|
|
- this.file.splice(index,1)
|
|
|
|
- this.$message.success('删除成功')
|
|
|
|
- },
|
|
|
|
- handleRemove(index) {
|
|
|
|
- console.log(index);
|
|
|
|
- },
|
|
|
|
- uploadData(){
|
|
|
|
- this.submitHint=true;
|
|
|
|
- },
|
|
|
|
- submitAll(){ //提交创客资金申请
|
|
|
|
-
|
|
|
|
- },
|
|
|
|
- getFile(val) { //上传文件
|
|
|
|
- this.file.push(val)
|
|
|
|
- this.progress.show = false;
|
|
|
|
- // this.imageUrl=require("../../assets/img/jj.jpg")
|
|
|
|
- },
|
|
|
|
getData(){ //获取活动经费的项目名称
|
|
getData(){ //获取活动经费的项目名称
|
|
let param={
|
|
let param={
|
|
uid:this.$store.state.userInfo.userid,
|
|
uid:this.$store.state.userInfo.userid,
|
|
@@ -370,13 +232,177 @@ export default {
|
|
this.ajax
|
|
this.ajax
|
|
.get(this.$store.state.api+'/SelectMakerFundSelects',param)
|
|
.get(this.$store.state.api+'/SelectMakerFundSelects',param)
|
|
.then(res=>{
|
|
.then(res=>{
|
|
- this.projectFilter=res.data[1]
|
|
|
|
- console.log(this.projectFilter);
|
|
|
|
|
|
+ let data=res.data[1]
|
|
|
|
+ console.log(data);
|
|
|
|
+ this.projectFilter=data
|
|
|
|
+ // let arr=[];
|
|
|
|
+ // let newOption={
|
|
|
|
+ // value:'',
|
|
|
|
+ // label:'',
|
|
|
|
+ // children: [{
|
|
|
|
+ // value: '1',
|
|
|
|
+ // label: '个人创客',
|
|
|
|
+ // }, {
|
|
|
|
+ // value: '2',
|
|
|
|
+ // label: '活动创客',
|
|
|
|
+ // }]
|
|
|
|
+ // }
|
|
|
|
+
|
|
|
|
+ // data.forEach(i => {
|
|
|
|
+ // newOption.value=i.id;
|
|
|
|
+ // newOption.label=i.title;
|
|
|
|
+ // this.options.push(newOption)
|
|
|
|
+ // });
|
|
|
|
+ // console.log(arr);
|
|
|
|
+
|
|
},err=>{
|
|
},err=>{
|
|
console.log(err);
|
|
console.log(err);
|
|
})
|
|
})
|
|
},
|
|
},
|
|
-
|
|
|
|
|
|
+ submitCreateFrom(){ //生成表单
|
|
|
|
+ downloadExcel(this.fundList,this.intro)
|
|
|
|
+ },
|
|
|
|
+ handleChange(value) {
|
|
|
|
+ console.log(value);
|
|
|
|
+ },
|
|
|
|
+ submitAll(){ //提交创客资金申请
|
|
|
|
+
|
|
|
|
+ },
|
|
|
|
+ // delABC(event){
|
|
|
|
+ // return (/[\d]/.test(String.fromCharCode(event.keyCode)))
|
|
|
|
+ // },
|
|
|
|
+ // AllEquipment(){ //填写表单数据
|
|
|
|
+ // this.directFundBlock.forEach((e,i)=>{
|
|
|
|
+ // switch(e.directFundData)
|
|
|
|
+ // {
|
|
|
|
+ // case 1:
|
|
|
|
+ // this.directData.facility+=e.budget*1;
|
|
|
|
+ // this.usedDirectData.facility+=e.usedFund*1;
|
|
|
|
+ // this.directDataReason.reason=e.reason;
|
|
|
|
+ // this.applicationDirectData.facility = e.apply*1
|
|
|
|
+ // break;
|
|
|
|
+ // case 2:
|
|
|
|
+ // this.directData.cl+=e.budget*1;
|
|
|
|
+ // this.usedDirectData.cl+=e.usedFund*1;
|
|
|
|
+ // this.directDataReason.reason1=e.reason;
|
|
|
|
+ // this.applicationDirectData.cl = e.apply*1
|
|
|
|
+ // break;
|
|
|
|
+ // case 3:
|
|
|
|
+ // this.directData.jg=e.budget*1;
|
|
|
|
+ // this.usedDirectData.jg+=e.usedFund*1;
|
|
|
|
+ // this.directDataReason.reason2=e.reason;
|
|
|
|
+ // this.applicationDirectData.jg = e.apply*1
|
|
|
|
+ // break;
|
|
|
|
+ // case 4:
|
|
|
|
+ // this.directData.xz=e.budget*1;
|
|
|
|
+ // this.usedDirectData.xz+=e.usedFund*1;
|
|
|
|
+ // this.directDataReason.reason3=e.reason;
|
|
|
|
+ // this.applicationDirectData.xz = e.apply*1
|
|
|
|
+ // break;
|
|
|
|
+ // case 5:
|
|
|
|
+ // this.directData.qt=e.budget*1;
|
|
|
|
+ // this.usedDirectData.qt+=e.usedFund*1;
|
|
|
|
+ // this.directDataReason.reason4=e.reason;
|
|
|
|
+ // this.applicationDirectData.qt = e.apply*1
|
|
|
|
+ // break;
|
|
|
|
+ // }
|
|
|
|
+ // })
|
|
|
|
+ // this.indirectFundBlock.forEach((e,i)=>{
|
|
|
|
+ // switch(e.indirectFundData)
|
|
|
|
+ // {
|
|
|
|
+ // case 1:
|
|
|
|
+ // this.indirectData.facility+=e.budget*1;
|
|
|
|
+ // this.usedInDirectData.facility+=e.usedFund*1;
|
|
|
|
+ // this.indirectDataReason.reason=e.reason;
|
|
|
|
+ // this.applicationInDirectData.facility = e.apply*1;
|
|
|
|
+ // // console.log(this.directData.facility);
|
|
|
|
+ // break;
|
|
|
|
+ // case 2:
|
|
|
|
+ // this.indirectData.cl+=e.budget*1;
|
|
|
|
+ // this.usedInDirectData.cl+=e.usedFund*1;
|
|
|
|
+ // this.indirectDataReason.reason1=e.reason;
|
|
|
|
+ // this.applicationInDirectData.cl = e.apply*1;
|
|
|
|
+ // // console.log(this.directData.cl);
|
|
|
|
+ // break;
|
|
|
|
+ // case 3:
|
|
|
|
+ // this.indirectData.jg=e.budget*1;
|
|
|
|
+ // this.usedInDirectData.jg+=e.usedFund*1;
|
|
|
|
+ // this.indirectDataReason.reason2=e.reason;
|
|
|
|
+ // this.applicationInDirectData.jg = e.apply*1;
|
|
|
|
+ // break;
|
|
|
|
+ // case 4:
|
|
|
|
+ // this.indirectData.xz=e.budget*1;
|
|
|
|
+ // this.usedInDirectData.xz+=e.usedFund*1;
|
|
|
|
+ // this.indirectDataReason.reason3=e.reason;
|
|
|
|
+ // this.applicationInDirectData.xz = e.apply*1;
|
|
|
|
+ // break;
|
|
|
|
+ // case 5:
|
|
|
|
+ // this.indirectData.qt=e.budget*1;
|
|
|
|
+ // this.usedInDirectData.qt+=e.usedFund*1;
|
|
|
|
+ // this.indirectDataReason.reason4=e.reason;
|
|
|
|
+ // this.applicationInDirectData.qt = e.apply*1;
|
|
|
|
+ // break;
|
|
|
|
+ // }
|
|
|
|
+ // })
|
|
|
|
+ // // this.DirectFunding.budget = this.
|
|
|
|
+ // //直接费用全部预算
|
|
|
|
+ // for(let i in this.directData)this.IndirectFunding['budget']+=this.directData[i];
|
|
|
|
+ // //直接费用全部已支出
|
|
|
|
+ // for(let a in this.usedDirectData)this.IndirectFunding['expended']+=this.usedDirectData[a];
|
|
|
|
+ // //直接费用本次申请
|
|
|
|
+ // for(let b in this.applicationDirectData)this.IndirectFunding['application']+=this.applicationDirectData[b]
|
|
|
|
+ // //直接费用余额
|
|
|
|
+ // this.IndirectFunding['surplus'] = this.IndirectFunding['budget']-this.IndirectFunding['expended']-this.IndirectFunding['application']
|
|
|
|
+
|
|
|
|
+ // //间接费用
|
|
|
|
+ // //间接费用全部预算
|
|
|
|
+ // for(let c in this.indirectData)this.Expenditure['budget']+=this.indirectData[c];
|
|
|
|
+ // //间接费用全部已支出
|
|
|
|
+ // for(let d in this.usedInDirectData)this.Expenditure['expended']+=this.usedInDirectData[d];
|
|
|
|
+ // //间接费用本次申请
|
|
|
|
+ // for(let e in this.applicationInDirectData)this.Expenditure['application']+=this.applicationInDirectData[e];
|
|
|
|
+ // //间接费用余额
|
|
|
|
+ // this.Expenditure['surplus'] = this.Expenditure['budget']-this.Expenditure['expended']-this.Expenditure['application']
|
|
|
|
+
|
|
|
|
+ // //经费支出
|
|
|
|
+ // //预算
|
|
|
|
+ // this.AllFund.budget =this.Expenditure['budget']+this.IndirectFunding['budget'];
|
|
|
|
+ // //已支出
|
|
|
|
+ // this.AllFund.expended = this.Expenditure['expended']+this.IndirectFunding['expended'];
|
|
|
|
+ // //本次申请
|
|
|
|
+ // this.AllFund.application = this.Expenditure['application']+this.IndirectFunding['application']
|
|
|
|
+ // //余额
|
|
|
|
+ // this.AllFund.surplus = this.AllFund['budget']-this.AllFund['expended']-this.AllFund['application'];
|
|
|
|
+
|
|
|
|
+ // //项目名称
|
|
|
|
+ // this.residue.PName = this.projectFilter.filter(item=>item.id==this.selects.projectName).length!=0?this.projectFilter.filter(item=>item.id==this.selects.projectName)[0]['title']:'';
|
|
|
|
+
|
|
|
|
+ // },
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ // ProgressFormat(value){ //进度条
|
|
|
|
+ // return value ==100?'100%':`${value}%`
|
|
|
|
+ // },
|
|
|
|
+
|
|
|
|
+ // delUploadBtn(index){ //删除上传文件
|
|
|
|
+ // console.log(index);
|
|
|
|
+ // this.file.splice(index,1)
|
|
|
|
+ // this.$message.success('删除成功')
|
|
|
|
+ // },
|
|
|
|
+ // handleRemove(index) {
|
|
|
|
+ // console.log(index);
|
|
|
|
+ // },
|
|
|
|
+ // uploadData(){
|
|
|
|
+ // this.submitHint=true;
|
|
|
|
+ // },
|
|
|
|
+
|
|
|
|
+ // getFile(val) { //上传文件
|
|
|
|
+ // this.file.push(val)
|
|
|
|
+ // this.progress.show = false;
|
|
|
|
+ // // this.imageUrl=require("../../assets/img/jj.jpg")
|
|
|
|
+ // },
|
|
|
|
+
|
|
|
|
+
|
|
init(){
|
|
init(){
|
|
//重置
|
|
//重置
|
|
this.submitHint=false;
|
|
this.submitHint=false;
|
|
@@ -404,19 +430,10 @@ export default {
|
|
}
|
|
}
|
|
.Apply1{ //顶部两个下拉框
|
|
.Apply1{ //顶部两个下拉框
|
|
height: 45px;
|
|
height: 45px;
|
|
- width: 100%;
|
|
|
|
|
|
+ width: 50%;
|
|
display: flex;
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
justify-content: flex-start;
|
|
margin-top: 20px;
|
|
margin-top: 20px;
|
|
- .inpName{
|
|
|
|
- height: 40px;
|
|
|
|
- outline:none ;
|
|
|
|
- width: 600px;
|
|
|
|
- border: #ccc 1px solid;
|
|
|
|
- border-radius: 5px;
|
|
|
|
- box-sizing: border-box;
|
|
|
|
- padding: 1px 15px;
|
|
|
|
- }
|
|
|
|
}
|
|
}
|
|
|
|
|
|
.fundType{
|
|
.fundType{
|