1 line
3.8 KiB
JavaScript
1 line
3.8 KiB
JavaScript
webpackJsonp([386],{"16+S":function(t,e,a){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var s=a("GKmE"),i={name:"inspection_standard",data:function(){return{total:0,pageSizes:[10,20,50],search_data:{pageno:1,pagesize:10,startTime:"",endTime:""},tableData:[],pictLoading:!1}},mounted:function(){this.$route.query.id&&(this.search_data.productionPlanId=this.$route.query.id),this.getList()},methods:{getList:function(){var t=this;this.pictLoading=!0,this.search_data.time?(this.search_data.startTime=Object(s.b)(this.search_data.time[0]),this.search_data.endTime=Object(s.b)(this.search_data.time[1])):(this.search_data.startTime="",this.search_data.endTime=""),this.$api.planManagementAPI.productionPlanAlterationList(this.search_data).then(function(e){t.pictLoading=!1,e.data?(t.total=e.data.totalRows,t.tableData=e.data.datas?e.data.datas:[]):(t.total=0,t.tableData=[])}).catch(function(t){console.log(t)})},search:function(){this.search_data.pageno=1,this.getList()},handleCurrentChange:function(t){this.search_data.pageno=t,this.getList()},handleSizeChange:function(t){this.search_data.pagesize=t,this.getList()}}},r={render:function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"sys-box knowledge-box"},[a("div",{staticClass:"sys-search"},[a("el-form",{staticClass:"form_item_search_out form_item_search_out_single_btn",attrs:{inline:""}},[a("div",{staticClass:"form_item_input_out"},[a("el-form-item",{staticClass:"form_item-inline",staticStyle:{width:"33.3%"},attrs:{label:"变更人"}},[a("el-input",{attrs:{placeholder:"请输入变更人",clearable:""},model:{value:t.search_data.updateUserName,callback:function(e){t.$set(t.search_data,"updateUserName",e)},expression:"search_data.updateUserName"}})],1),t._v(" "),a("el-form-item",{staticClass:"form_item-inline",staticStyle:{width:"33.3%"},attrs:{label:"变更时间"}},[a("el-date-picker",{attrs:{clearable:"",type:"daterange",format:"yyyy-MM-dd","range-separator":"—","start-placeholder":"开始日期","end-placeholder":"结束日期"},model:{value:t.search_data.time,callback:function(e){t.$set(t.search_data,"time",e)},expression:"search_data.time"}})],1)],1),t._v(" "),a("div",{staticClass:"form_item_btn_out"},[a("el-form-item",[a("el-button",{attrs:{type:"primary"},on:{click:function(e){return 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:"planNo",align:"center",label:"生产计划单号","show-overflow-tooltip":""}}),t._v(" "),a("el-table-column",{attrs:{prop:"alterationProject",align:"center",label:"变更项目","show-overflow-tooltip":""}}),t._v(" "),a("el-table-column",{attrs:{prop:"beforeAlteration",align:"center",label:"变更前内容","show-overflow-tooltip":""}}),t._v(" "),a("el-table-column",{attrs:{prop:"afterAlteration",align:"center",label:"变更后内容","show-overflow-tooltip":""}}),t._v(" "),a("el-table-column",{attrs:{prop:"updateUserName",align:"center",label:"变更人","show-overflow-tooltip":""}}),t._v(" "),a("el-table-column",{attrs:{prop:"createTime",align:"center",label:"变更时间","show-overflow-tooltip":""}})],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 l=a("VU/8")(i,r,!1,function(t){a("l/2T")},"data-v-46bb51f9",null);e.default=l.exports},"l/2T":function(t,e){}}); |