1 line
3.7 KiB
JavaScript
1 line
3.7 KiB
JavaScript
webpackJsonp([309],{"+fqs":function(t,e,a){"use strict";Object.defineProperty(e,"__esModule",{value:!0});a("bzuE"),a("GKmE");var i={data:function(){return{search_data:{pageno:1,pagesize:10},time:"",total:0,pageSizes:[10,20,50],pictLoading:!1,btnDelDisabled:!0,btnOtherDisabled:!0,tableData:[],processIds:[],alterationDetailId:""}},mounted:function(){this.$route.query.id&&(this.search_data.feedingId=this.$route.query.id),this.getList()},watch:{time:function(t){t?(this.search_data.startTime=t[0],this.search_data.endTime=t[1]):(this.search_data.startTime="",this.search_data.endTime="")}},methods:{toAlterationDetail:function(t){this.alterationDetailId=t.id,this.alterationDetailVisible=!0,this.$router.push({path:"/planManagement/feeding_alterationList",query:{id:this.alterationDetailId,t:Date.now()}})},getList:function(){var t=this;this.pictLoading=!0,this.$api.planManagementAPI.changeList(this.search_data).then(function(e){t.pictLoading=!1,console.log(e.data),e.data?(t.total=e.data.totalRows,t.tableData=e.data.datas?e.data.datas:[]):(t.total=0,t.tableData=[])})},search:function(){this.search_data.pageno=1,this.getList()},handleSizeChange:function(t){this.search_data.pagesize=t,this.getList()},handleCurrentChange:function(t){this.search_data.pageno=t,this.getList()}}},s={render:function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"sys-box plan-box"},[a("div",{staticClass:"sys-search"},[a("el-form",{staticClass:"form_item_search_out",attrs:{inline:""}},[a("div",{staticClass:"form_item_input_out"},[a("el-form-item",{staticClass:"form_item-inline",staticStyle:{width:"33%"},attrs:{label:"变更人"}},[a("el-input",{attrs:{placeholder:"请输入变更人",clearable:""},model:{value:t.search_data.createName,callback:function(e){t.$set(t.search_data,"createName",e)},expression:"search_data.createName"}})],1),t._v(" "),a("el-form-item",{staticClass:"form_item-inline",staticStyle:{width:"40%"},attrs:{label:"变更时间"}},[a("el-date-picker",{attrs:{type:"daterange",format:"yyyy-MM-dd","value-format":"yyyy-MM-dd HH:mm:ss","range-separator":"—","start-placeholder":"开始时间","end-placeholder":"结束时间"},model:{value:t.time,callback:function(e){t.time=e},expression:"time"}})],1)],1),t._v(" "),a("div",{staticClass:"form_item_btn_out"},[a("el-form-item",[a("el-button",{attrs:{type:"primary"},on:{click:t.search}},[t._v("查询")])],1)],1)])],1),t._v(" "),a("div",{staticClass:"sys-table"},[a("el-table",{directives:[{name:"loading",rawName:"v-loading",value:t.pictLoading,expression:"pictLoading"}],ref:"tb",attrs:{border:"",data:t.tableData,"header-cell-style":{fontWeight:"normal",textAlign:"center",backgroundColor:"#eceff4",color:"#222"}}},[a("el-table-column",{attrs:{prop:"code",align:"center",label:"生产投料单号","show-overflow-tooltip":""}}),t._v(" "),a("el-table-column",{attrs:{prop:"createName",align:"center",label:"变更人","show-overflow-tooltip":""}}),t._v(" "),a("el-table-column",{attrs:{prop:"createTime",align:"center",label:"变更时间","show-overflow-tooltip":""}}),t._v(" "),a("el-table-column",{attrs:{label:"操作",align:"center"},scopedSlots:t._u([{key:"default",fn:function(e){return[a("el-button",{attrs:{type:"primary",size:"mini"},on:{click:function(a){return t.toAlterationDetail(e.row)}}},[t._v("详情")])]}}])})],1)],1),t._v(" "),a("div",{staticClass:"sys-pagination"},[a("el-pagination",{attrs:{"current-page":t.search_data.pageno,"page-sizes":t.pageSizes,"page-size":t.search_data.pagesize,layout:"total, sizes, prev, pager, next, jumper",total:t.total},on:{"size-change":t.handleSizeChange,"current-change":t.handleCurrentChange}})],1)])},staticRenderFns:[]};var n=a("VU/8")(i,s,!1,function(t){a("zDoY")},"data-v-87946ada",null);e.default=n.exports},zDoY:function(t,e){}}); |