| | |
| | | </CheckboxGroup> |
| | | </div> |
| | | </div> |
| | | |
| | | </div> |
| | | </Card> |
| | | <div v-show="current=='1'"> |
| | |
| | | </Card> |
| | | </div> |
| | | <div v-show="current==='4'||current===4" class="fifthCardClass"> |
| | | <Card style="margin: 25px 0;" > |
| | | <Card style="margin: 25px 0;"> |
| | | <Spin v-show="loadingfifth" fix> |
| | | <Icon type="ios-loading" size=18 class="demo-spin-icon-load"></Icon> |
| | | <div>Loading</div> |
| | |
| | | <div style="width: 47%;display: inline-block;margin:0 1% 0 2%;"> |
| | | <Card style="width: 100%;padding: 0 12px 0 0;margin: 12px 0;" v-for="(item,index) in fifthListOne" :key="index" :value="item.CourseTitle" :label="item.CourseTitle"> |
| | | <div style="display: flex;margin-bottom: 12px"> |
| | | <h4 style="width:160px;text-align: right;font-size: 18px;margin-right: 10px">{{item.CourseTitle}}</h4> |
| | | <div style="border:1px solid #000;width: calc(100% - 160px);height: 120px;"> |
| | | <h4 style="width:160px;text-align: right;font-size: 16px;margin-right: 10px">{{item.CourseTitle}}</h4> |
| | | <div style="border:1px solid #dcdee2;width: calc(100% - 160px);height: 100px;overflow-y: auto"> |
| | | <span v-for="i in item.Children"> |
| | | <span v-show="i.TypeId===1"> |
| | | <span v-show="i.MoveFlag===false" style="background: #fff;box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2); border-color: #eee;padding: 5px; margin: 5px;display: inline-block;"> |
| | | {{i.CourseTitle}} |
| | | </span> |
| | | <!--<span v-show="i.TypeId===2">--> |
| | | <!--<Select v-model="fifithSelectFirst" >--> |
| | | <!--<Option v-for="j in i" :value="j.CourseTitle">{{j.CourseTitle}}</Option>--> |
| | | <!--</Select>--> |
| | | <!--</span>--> |
| | | <span v-show="item.Children.length>0&&item.Children[0].MoveFlag===true"> |
| | | <span class="fuzhaiclass" style="background: #fff;box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2); border-color: #eee;display: inline-block;margin: 5px;"> |
| | | <span style="padding:3px 6px;display: inline-block;">{{i.CourseTitle}}</span> |
| | | <Poptip title="转移到"> |
| | | <span style="padding: 3px 6px;display: inline-block;border-left:1px solid #dcdee2;color:#5cadff;cursor: pointer"> > </span> |
| | | <ul slot="content"> |
| | | <li v-for="s in item.evaSubAtts" @click="clickMove(s,i)">{{s.CourseTitle}}</li> |
| | | </ul> |
| | | </Poptip> |
| | | </span> |
| | | </span> |
| | | </span> |
| | | <!--<span v-if="item.Children[0].TypeId===2" v-for="i in item.Children">--> |
| | | <!--{{i.CourseTitle}}--> |
| | | <!--</span>--> |
| | | <!--<span v-if="item.Children[0].TypeId===2">--> |
| | | <!--<Select v-model="fifithSelectFirst">--> |
| | | <!--<Option v-for="i in item.Children" :value="i.CourseTitle">{{i.CourseTitle}}</Option>--> |
| | | <!--</Select>--> |
| | | <!--</span>--> |
| | | <!--<ul>--> |
| | | <!--<li>{{item.CourseTitle}}</li>--> |
| | | <!--</ul>--> |
| | | <!--<span v-show="item.Children.length>0&&item.Children[0].MoveFlag===true">--> |
| | | <!--<Select v-model="fifithSelectFirst" style="margin: 5px;width:50%">--> |
| | | <!--<Option v-for="i in item.Children" :value="i.CourseTitle" :label="i.CourseTitle">{{i.CourseTitle}}</Option>--> |
| | | <!--</Select>--> |
| | | <!--</span>--> |
| | | </div> |
| | | </div> |
| | | </Card> |
| | |
| | | <div style="width: 47%;display: inline-block;float: right;margin:0 2% 0 1%"> |
| | | <Card style="width: 100%;padding: 0 12px 0 0;margin: 12px 0;" v-for="(item,index) in fifthListTwo" :key="index" :value="item.CourseTitle" :label="item.CourseTitle"> |
| | | <div style="display: flex;margin-bottom: 12px"> |
| | | <h4 style="width:160px;text-align: right;font-size: 18px;margin-right:10px">{{item.CourseTitle}}</h4> |
| | | <div style="border:1px solid #000;width: calc(100% - 160px);height: 120px;"> |
| | | asdasdasd |
| | | <h4 style="width:160px;text-align: right;font-size: 16px;margin-right:10px">{{item.CourseTitle}}</h4> |
| | | <div style="border:1px solid #000;width: calc(100% - 160px);height: 100px;overflow-y: auto"> |
| | | <span v-for="i in item.Children"> |
| | | <span v-show="i.MoveFlag===false" style="background: #fff;box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2); border-color: #eee;padding: 5px; margin: 5px;display: inline-block;"> |
| | | {{i.CourseTitle}} |
| | | </span> |
| | | <span v-show="item.Children.length>0&&item.Children[0].MoveFlag===true"> |
| | | <span style="background: #fff;box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2); border-color: #eee;display: inline-block;margin: 5px;" class="fuzhaiclass"> |
| | | <span style="padding:3px 6px;display: inline-block;">{{i.CourseTitle}}</span> |
| | | <Poptip title="转移到"> |
| | | <span style="padding: 3px 6px;display: inline-block;border-left:1px solid #dcdee2;color:#5cadff;cursor: pointer"> > </span> |
| | | <ul slot="content"> |
| | | <li v-for="s in item.evaSubAtts" @click="clickMove(s,i)">{{s.CourseTitle}}</li> |
| | | </ul> |
| | | </Poptip> |
| | | </span> |
| | | </span> |
| | | </span> |
| | | </div> |
| | | </div> |
| | | </Card> |
| | | </div> |
| | | </div> |
| | | <!--<div style="display: flex;margin-top: 20px" class="fifth_class_title">--> |
| | | <!--<Card style="width: 47%;margin:0 1% 0 2%;padding: 0 12px">--> |
| | | <!--<div style="display: flex;margin-bottom: 12px">--> |
| | | <!--<h4 style="width:160px;text-align: right">应收类资产</h4>--> |
| | | <!--<div style="border:1px solid #000;width: calc(100% - 160px);height: 120px;padding: 12px">--> |
| | | <!--asdasdasd--> |
| | | <!--</div>--> |
| | | <!--</div>--> |
| | | <!--</Card>--> |
| | | <!--<Card style="width: 47%;margin:0 2% 0 1%;padding: 0 12px">--> |
| | | <!--<div style="display: flex;margin-bottom: 12px">--> |
| | | <!--<h4 style="width:160px;text-align: right">票证类负债</h4>--> |
| | | <!--<div style="border:1px solid #000;width: calc(100% - 160px);height: 120px;padding: 12px">--> |
| | | <!--asdasdasd--> |
| | | <!--</div>--> |
| | | <!--</div>--> |
| | | <!--</Card>--> |
| | | <!--</div>--> |
| | | <!--<div style="display: flex;margin-top: 20px" class="fifth_class_title">--> |
| | | <!--<Card style="width: 47%;margin:0 1% 0 2%;padding: 0 12px">--> |
| | | <!--<div style="display: flex;margin-bottom: 12px">--> |
| | | <!--<h4 style="width:160px;text-align: right">债券投资资产</h4>--> |
| | | <!--<div style="border:1px solid #000;width: calc(100% - 160px);height: 120px;padding: 12px">--> |
| | | <!--asdasdasd--> |
| | | <!--</div>--> |
| | | <!--</div>--> |
| | | <!--</Card>--> |
| | | <!--<Card style="width: 47%;margin:0 2% 0 1%;padding: 0 12px">--> |
| | | <!--<div style="display: flex;margin-bottom: 12px">--> |
| | | <!--<h4 style="width:160px;text-align: right">融资性负债</h4>--> |
| | | <!--<div style="border:1px solid #000;width: calc(100% - 160px);height: 120px;padding: 12px">--> |
| | | <!--asdasdasd--> |
| | | <!--</div>--> |
| | | <!--</div>--> |
| | | <!--</Card>--> |
| | | <!--</div>--> |
| | | <!--<div style="display: flex;margin-top: 20px" class="fifth_class_title">--> |
| | | <!--<Card style="width: 47%;margin:0 1% 0 2%;padding: 0 12px">--> |
| | | <!--<div style="display: flex;margin-bottom: 12px">--> |
| | | <!--<h4 style="width:160px;text-align: right">外部股权投资资产</h4>--> |
| | | <!--<div style="border:1px solid #000;width: calc(100% - 160px);height: 120px;padding: 12px">--> |
| | | <!--asdasdasd--> |
| | | <!--</div>--> |
| | | <!--</div>--> |
| | | <!--</Card>--> |
| | | <!--<Card style="width: 47%;margin:0 2% 0 1%;padding: 0 12px">--> |
| | | <!--<div style="display: flex;margin-bottom: 12px">--> |
| | | <!--<h4 style="width:160px;text-align: right">其他负债</h4>--> |
| | | <!--<div style="border:1px solid #000;width: calc(100% - 160px);height: 120px;padding: 12px">--> |
| | | <!--asdasdasd--> |
| | | <!--</div>--> |
| | | <!--</div>--> |
| | | <!--</Card>--> |
| | | <!--</div>--> |
| | | <!--<div style="margin-top: 20px" class="fifth_class_title">--> |
| | | <!--<Card style="width: 47%;margin:0 1% 0 2%;padding: 0 12px">--> |
| | | <!--<div style="display: flex;margin-bottom: 12px">--> |
| | | <!--<h4 style="width:160px;text-align: right">土地房产类投资资产</h4>--> |
| | | <!--<div style="border:1px solid #000;width: calc(100% - 160px);height: 120px;padding: 12px">--> |
| | | <!--asdasdasd--> |
| | | <!--</div>--> |
| | | <!--</div>--> |
| | | <!--</Card>--> |
| | | <!--</div>--> |
| | | <!--<div style="margin-top: 20px" class="fifth_class_title">--> |
| | | <!--<Card style="width: 47%;margin:0 1% 0 2%;padding: 0 12px">--> |
| | | <!--<div style="display: flex;margin-bottom: 12px">--> |
| | | <!--<h4 style="width:160px;text-align: right">商品类投资资产</h4>--> |
| | | <!--<div style="border:1px solid #000;width: calc(100% - 160px);height: 120px;padding: 12px">--> |
| | | <!--asdasdasd--> |
| | | <!--</div>--> |
| | | <!--</div>--> |
| | | <!--</Card>--> |
| | | <!--</div>--> |
| | | <!--<div style="margin-top: 20px" class="fifth_class_title">--> |
| | | <!--<Card style="width: 47%;margin:0 1% 0 2%;padding: 0 12px">--> |
| | | <!--<div style="display: flex;margin-bottom: 12px">--> |
| | | <!--<h4 style="width:160px;text-align: right">其他投资性资产</h4>--> |
| | | <!--<div style="border:1px solid #000;width: calc(100% - 160px);height: 120px;padding: 12px">--> |
| | | <!--asdasdasd--> |
| | | <!--</div>--> |
| | | <!--</div>--> |
| | | <!--</Card>--> |
| | | <!--</div>--> |
| | | <!--<div style="margin-top: 20px" class="fifth_class_title">--> |
| | | <!--<Card style="width: 47%;margin:0 1% 0 2%;padding: 0 12px">--> |
| | | <!--<div style="display: flex;margin-bottom: 12px">--> |
| | | <!--<h4 style="width:160px;text-align: right">经营性资产-存货</h4>--> |
| | | <!--<div style="border:1px solid #000;width: calc(100% - 160px);height: 120px;padding: 12px">--> |
| | | <!--asdasdasd--> |
| | | <!--</div>--> |
| | | <!--</div>--> |
| | | <!--</Card>--> |
| | | <!--</div>--> |
| | | <!--<div style="margin-top: 20px" class="fifth_class_title">--> |
| | | <!--<Card style="width: 47%;margin:0 1% 0 2%;padding: 0 12px">--> |
| | | <!--<div style="display: flex;margin-bottom: 12px">--> |
| | | <!--<h4 style="width:160px;text-align: right">经营性资产-其他</h4>--> |
| | | <!--<div style="border:1px solid #000;width: calc(100% - 160px);height: 120px;padding: 12px">--> |
| | | <!--asdasdasd--> |
| | | <!--</div>--> |
| | | <!--</div>--> |
| | | <!--</Card>--> |
| | | <!--</div>--> |
| | | <!--<div style="margin-top: 20px;padding-bottom: 12px" class="fifth_class_title">--> |
| | | <!--<Card style="width: 47%;margin:0 1% 0 2%;padding: 0 12px">--> |
| | | <!--<div style="display: flex;margin-bottom: 12px">--> |
| | | <!--<h4 style="width:160px;text-align: right">经营性资产-净现金流</h4>--> |
| | | <!--<div style="border:1px solid #000;width: calc(100% - 160px);height: 120px;padding: 12px">--> |
| | | <!--asdasdasd--> |
| | | <!--</div>--> |
| | | <!--</div>--> |
| | | <!--</Card>--> |
| | | <!--</div>--> |
| | | </Card> |
| | | </div> |
| | | <div style="text-align: center"> |
| | |
| | | fifthList:[], //第五步数据获取 |
| | | fifthListOne:[], //第五步 资产 |
| | | fifthListTwo:[], //第五步负债 |
| | | fifithSelectFirst:"" |
| | | fifithSelectFirst:"", |
| | | cunchuFuzhaiMenu:[], //负债的菜单 |
| | | cunchuZichanMenu:[] |
| | | } |
| | | }, |
| | | mounted () { |
| | |
| | | watch:{ |
| | | FlowId(data){ |
| | | this.current=data-1 |
| | | console.log(this.current) |
| | | if(this.current===0||this.current==="0"){ |
| | | this.getZhutiList() |
| | | }else if(this.current===1||this.current==="1"){ |
| | |
| | | } |
| | | }, |
| | | methods: { |
| | | clickMove(params,s){ |
| | | console.log(params) |
| | | console.log(s) |
| | | let data={ |
| | | RId:this.RId, |
| | | evaSubAttr:{ |
| | | Id:s.Id, |
| | | TypeId:params.TypeId |
| | | } |
| | | } |
| | | axios.request({ |
| | | url: '/EvaSubAttributionEx/UpdEvaSubAttribution', |
| | | data, |
| | | method: 'post' |
| | | }).then(res => { |
| | | if (res.data.Check) { |
| | | this.getFifthList() |
| | | } else { |
| | | |
| | | } |
| | | }, res => { |
| | | |
| | | }) |
| | | }, |
| | | /** |
| | | * 第五步数据获取 |
| | | **/ |
| | | getFifthList(){ |
| | | this.loadingfifth=true |
| | | let data={ |
| | | RId:this.RId |
| | | } |
| | |
| | | if(this.fourthList.length>0){ |
| | | this.fifthListOne=[] |
| | | this.fifthListTwo=[] |
| | | this.cunchuFuzhaiMenu=[] |
| | | this.cunchuZichanMenu=[] |
| | | this.fifthList.forEach((val,index)=>{ |
| | | if(val.RangeFlag===1||val.RangeFlag===0){ |
| | | this.cunchuZichanMenu.push(val) |
| | | this.fifthListOne.push(val) |
| | | }else{ |
| | | this.cunchuFuzhaiMenu.push(val) |
| | | this.fifthListTwo.push(val) |
| | | } |
| | | }) |
| | |
| | | // let a=[...this.fifthList[0].Children,...this.fifthList[1].Children] |
| | | // this.fifthListOne=a |
| | | // this.fifthListTwo=this.fifthList[1].Children |
| | | console.log(this.fifthListOne) |
| | | console.log(this.fifthListTwo) |
| | | this.loadingfifth=false |
| | | } else { |
| | | |
| | | this.loadingfifth=false |
| | | } |
| | | }, res => { |
| | | |
| | | this.loadingfifth=false |
| | | }) |
| | | }, |
| | | /** |
| | |
| | | this.getZhutiList() |
| | | } else { |
| | | this.current -= 1 |
| | | console.log(this.current) |
| | | if (this.current ===0||this.current ==="0") { |
| | | this.getZhutiList() |
| | | }else if(this.current ===1||this.current ==="1"){ |
| | |
| | | this.getThirdList() |
| | | }else if(this.current===3||this.current ==="3"){ |
| | | this.getFourthList() |
| | | }else if(this.current===4||this.current ==="4"){ |
| | | this.getFifthList() |
| | | } |
| | | } |
| | | }, |
| | |
| | | }).then(res => { |
| | | if (res.data.Check) { |
| | | this.getTableList() |
| | | if (this.current == 6) { |
| | | if (this.current == 8) { |
| | | this.$Message.success("已完成全部操作") |
| | | } else { |
| | | this.current += 1 |
| | |
| | | } |
| | | this.getFifthList() |
| | | }else if(parseInt(this.current)===4){ |
| | | let data={ |
| | | RId:this.RId, |
| | | FlowId:this.current+1, |
| | | } |
| | | axios.request({ |
| | | url: '/EvaRecallPayParaEx/GetEvaRecallPayParaList', |
| | | data, |
| | | method: 'post' |
| | | }).then(res => { |
| | | if (res.data.Check) { |
| | | this.current += 1 |
| | | } else { |
| | | |
| | | } |
| | | }, res => { |
| | | }) |
| | | }else if(parseInt(this.current)===5){ |
| | | |
| | | }else if(parseInt(this.current)===6){ |
| | |
| | | align: 'center', |
| | | }) |
| | | columns.push({ |
| | | title: '报告年份', |
| | | title: '报告时间', |
| | | key: 'ReportDate', |
| | | slot:"reportYear", |
| | | align: 'center', |
| | |
| | | title: '天数', |
| | | key: 'NumDays', |
| | | align: 'center', |
| | | render: (h, params) => { |
| | | if(params.row.NumDays===365000){ |
| | | return h('span', "") |
| | | }else{ |
| | | return h('span',params.row.NumDays) |
| | | } |
| | | } |
| | | }) |
| | | columns.push({ |
| | | title: '基准年利率', |
| | |
| | | </script> |
| | | |
| | | <style> |
| | | .fuzhaiclass .ivu-poptip-body{ |
| | | padding-right: 0; |
| | | padding-left: 0; |
| | | } |
| | | .fuzhaiclass li:hover{ |
| | | color: #2D8CF0; |
| | | } |
| | | .fuzhaiclass li{ |
| | | padding-top:4px; |
| | | padding-bottom: 4px; |
| | | // border-bottom: 1px solid #e8eaec; |
| | | padding-left: 16px; |
| | | padding-right: 16px; |
| | | cursor: pointer; |
| | | } |
| | | .fuzhaiclass .ivu-poptip-title{ |
| | | padding-top:4px; |
| | | padding-bottom: 4px; |
| | | } |
| | | .fuzhaiclass .ivu-poptip-body{ |
| | | padding-top:0 ; |
| | | padding-bottom: 0; |
| | | } |
| | | .fifth_class_title h4{ |
| | | font-size:18px; |
| | | padding-right: 15px; |