| 1 |
- webpackJsonp([39],{uOCm:function(t,a){},vzAF:function(t,a,e){"use strict";Object.defineProperty(a,"__esModule",{value:!0});var i={components:{},data:function(){return{orgindata:[],defaultProps:{children:"childrens",label:"org_name"},search:"",peasantlist:[],total:10,page:"",org_id:""}},computed:{},watch:{},methods:{searchbtn:function(){this.page=1,this.getrecharge()},handleNodeClick:function(t){this.org_id=t.id,this.getrecharge()},currentchange:function(t){this.page=t,this.getrecharge()},getorgin:function(){var t=this;this.$axios({method:"POST",url:"/api/api_gateway?method=water_price_v2.water_price_v2.org_list",data:this.qs.stringify({page:1,page_size:999999999})}).then(function(a){console.log(a.data.data.page_list),""==a.data.message?a.data.data&&(t.orgindata=a.data.data.page_list,t.org_id=t.orgindata[0].id,t.getrecharge()):t.$message.error(a.data.message)})},getrecharge:function(){var t=this;this.$axios({method:"POST",url:"/api/api_gateway?method=water_price_v2.water_right.water_right_transactions",data:this.qs.stringify({name:this.search,org_id:this.org_id,page:this.page,page_size:13})}).then(function(a){if(console.log(a.data.data.page_list),""==a.data.message){if(a.data.data){t.peasantlist=a.data.data.page_list;for(var e=0;e<t.peasantlist.length;e++)t.peasantlist[e].indexs=e+1;t.total=a.data.data.total_item}}else t.$message.error(a.data.message)})}},beforeCreate:function(){},created:function(){},beforeMount:function(){},mounted:function(){this.getorgin()},beforeUpdate:function(){},updated:function(){},beforeDestroy:function(){},destroyed:function(){},activated:function(){}},s={render:function(){var t=this,a=t.$createElement,e=t._self._c||a;return e("div",{staticClass:"dealrecbox"},[e("div",{staticClass:"dealrecbox_text"},[e("div",{staticClass:"dealrecbox_text_left"},[e("p",{staticClass:"title"},[t._v("组织机构")]),t._v(" "),e("el-tree",{attrs:{data:t.orgindata,props:t.defaultProps,"default-expand-all":!0},on:{"node-click":t.handleNodeClick}})],1),t._v(" "),e("div",{staticClass:"dealrecbox_text_right"},[e("div",{staticClass:"right_input"},[e("div",{staticClass:"right_input_left"},[e("el-input",{attrs:{placeholder:"请输入买卖方用户姓名",size:"small"},model:{value:t.search,callback:function(a){t.search=a},expression:"search"}}),t._v(" "),e("div",{staticClass:"btnbox",on:{click:t.searchbtn}},[e("i",{staticClass:"el-icon-search"}),t._v(" "),e("span",[t._v("查询")])])],1)]),t._v(" "),e("div",{staticClass:"right_table"},[e("el-table",{staticStyle:{width:"100%"},attrs:{data:t.peasantlist,height:"711px"}},[e("el-table-column",{attrs:{prop:"indexs",label:"序号",width:"80px"}}),t._v(" "),e("el-table-column",{attrs:{prop:"org_name",label:"所属组织"}}),t._v(" "),e("el-table-column",{attrs:{prop:"sell_user",label:"卖方用户"}}),t._v(" "),e("el-table-column",{attrs:{prop:"buy_user",label:"买方用户"}}),t._v(" "),e("el-table-column",{attrs:{prop:"quantity",label:"交易数量(m³)"}}),t._v(" "),e("el-table-column",{attrs:{prop:"price",label:"交易金额(元)"}}),t._v(" "),e("el-table-column",{attrs:{prop:"create_time",label:"交易时间"}})],1)],1),t._v(" "),e("el-pagination",{attrs:{background:"",layout:"prev, pager, next","page-size":13,total:t.total},on:{"current-change":t.currentchange}})],1)])])},staticRenderFns:[]};var r=e("C7Lr")(i,s,!1,function(t){e("uOCm")},"data-v-cc3e6276",null);a.default=r.exports}});
|