(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-2d0c4297"],{"3a3f":function(e,t,a){"use strict";a.r(t);var l=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{staticClass:"app-container"},[a("el-form",{directives:[{name:"show",rawName:"v-show",value:e.showSearch,expression:"showSearch"}],ref:"queryForm",attrs:{model:e.queryParams,size:"small",inline:!0,"label-width":"88px"}},[a("el-form-item",{attrs:{label:"调出经办人",prop:"callOutBy"}},[a("el-input",{attrs:{placeholder:"请输入调出经办人",clearable:""},nativeOn:{keyup:function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"enter",13,t.key,"Enter")?null:e.handleQuery(t)}},model:{value:e.queryParams.callOutBy,callback:function(t){e.$set(e.queryParams,"callOutBy",t)},expression:"queryParams.callOutBy"}})],1),a("el-form-item",{attrs:{label:"调出日期",prop:"callOutDate"}},[a("el-date-picker",{attrs:{clearable:"",type:"date","value-format":"yyyy-MM-dd",placeholder:"请选择调出日期"},model:{value:e.queryParams.callOutDate,callback:function(t){e.$set(e.queryParams,"callOutDate",t)},expression:"queryParams.callOutDate"}})],1),a("el-form-item",{attrs:{label:"调入经办人",prop:"callInBy"}},[a("el-input",{attrs:{placeholder:"请输入调入经办人",clearable:""},nativeOn:{keyup:function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"enter",13,t.key,"Enter")?null:e.handleQuery(t)}},model:{value:e.queryParams.callInBy,callback:function(t){e.$set(e.queryParams,"callInBy",t)},expression:"queryParams.callInBy"}})],1),a("el-form-item",{attrs:{label:"调入日期",prop:"callInDate"}},[a("el-date-picker",{attrs:{clearable:"",type:"date","value-format":"yyyy-MM-dd",placeholder:"请选择调入日期"},model:{value:e.queryParams.callInDate,callback:function(t){e.$set(e.queryParams,"callInDate",t)},expression:"queryParams.callInDate"}})],1),a("el-form-item",{attrs:{label:"制单人",prop:"preparedBy"}},[a("el-input",{attrs:{placeholder:"请输入制单人",clearable:""},nativeOn:{keyup:function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"enter",13,t.key,"Enter")?null:e.handleQuery(t)}},model:{value:e.queryParams.preparedBy,callback:function(t){e.$set(e.queryParams,"preparedBy",t)},expression:"queryParams.preparedBy"}})],1),a("el-form-item",{attrs:{label:"记录状态",prop:"recordStatus"}},[a("el-select",{attrs:{placeholder:"请选择记录状态",clearable:""},model:{value:e.queryParams.recordStatus,callback:function(t){e.$set(e.queryParams,"recordStatus",t)},expression:"queryParams.recordStatus"}},e._l(e.dict.type.asset_record_status,(function(e){return a("el-option",{key:e.value,attrs:{label:e.label,value:e.value}})})),1)],1),a("el-form-item",[a("el-button",{attrs:{type:"primary",icon:"el-icon-search",size:"mini"},on:{click:e.handleQuery}},[e._v("搜索")]),a("el-button",{attrs:{icon:"el-icon-refresh",size:"mini"},on:{click:e.resetQuery}},[e._v("重置")])],1)],1),a("el-row",{staticClass:"mb8",attrs:{gutter:10}},[a("el-col",{attrs:{span:1.5}},[a("el-button",{directives:[{name:"hasPermi",rawName:"v-hasPermi",value:["change:allocation:add"],expression:"['change:allocation:add']"}],attrs:{type:"primary",plain:"",icon:"el-icon-plus",size:"mini"},on:{click:e.handleAdd}},[e._v("新增")])],1),a("el-col",{attrs:{span:1.5}},[a("el-button",{directives:[{name:"hasPermi",rawName:"v-hasPermi",value:["change:allocation:edit"],expression:"['change:allocation:edit']"}],attrs:{type:"success",plain:"",icon:"el-icon-edit",size:"mini",disabled:e.single},on:{click:e.handleUpdate}},[e._v("修改")])],1),a("el-col",{attrs:{span:1.5}},[a("el-button",{directives:[{name:"hasPermi",rawName:"v-hasPermi",value:["change:allocation:remove"],expression:"['change:allocation:remove']"}],attrs:{type:"danger",plain:"",icon:"el-icon-delete",size:"mini",disabled:e.multiple},on:{click:e.handleDelete}},[e._v("删除")])],1),a("el-col",{attrs:{span:1.5}},[a("el-button",{directives:[{name:"hasPermi",rawName:"v-hasPermi",value:["change:allocation:export"],expression:"['change:allocation:export']"}],attrs:{type:"warning",plain:"",icon:"el-icon-download",size:"mini"},on:{click:e.handleExport}},[e._v("导出")])],1),a("right-toolbar",{attrs:{showSearch:e.showSearch},on:{"update:showSearch":function(t){e.showSearch=t},"update:show-search":function(t){e.showSearch=t},queryTable:e.getList}})],1),a("el-table",{directives:[{name:"loading",rawName:"v-loading",value:e.loading,expression:"loading"}],attrs:{data:e.allocationList},on:{"selection-change":e.handleSelectionChange}},[a("el-table-column",{attrs:{type:"selection",width:"55",align:"center"}}),a("el-table-column",{attrs:{label:"编号",align:"center",prop:"id"}}),a("el-table-column",{attrs:{label:"调出部门",align:"center",prop:"callOutDepartment"},scopedSlots:e._u([{key:"default",fn:function(t){return[a("span",[e._v(e._s(null!=t.row.callOutDepartment?e.companyName(t.row.callOutDepartment):""))])]}}])}),a("el-table-column",{attrs:{label:"调出经办人",align:"center",prop:"callOutBy"}}),a("el-table-column",{attrs:{label:"调出日期",align:"center",prop:"callOutDate",width:"180"},scopedSlots:e._u([{key:"default",fn:function(t){return[a("span",[e._v(e._s(e.parseTime(t.row.callOutDate,"{y}-{m}-{d}")))])]}}])}),a("el-table-column",{attrs:{label:"调入部门",align:"center",prop:"callInDepartment"},scopedSlots:e._u([{key:"default",fn:function(t){return[a("span",[e._v(e._s(null!=t.row.callInDepartment?e.companyName(t.row.callInDepartment):""))])]}}])}),a("el-table-column",{attrs:{label:"调入经办人",align:"center",prop:"callInBy"}}),a("el-table-column",{attrs:{label:"调入日期",align:"center",prop:"callInDate",width:"180"},scopedSlots:e._u([{key:"default",fn:function(t){return[a("span",[e._v(e._s(e.parseTime(t.row.callInDate,"{y}-{m}-{d}")))])]}}])}),a("el-table-column",{attrs:{label:"资产总原值",align:"center",prop:"assetTotalOriginalValue"}}),a("el-table-column",{attrs:{label:"资产总净值",align:"center",prop:"assetTotalNetValue"}}),a("el-table-column",{attrs:{label:"调拨说明",align:"center",prop:"reason"}}),a("el-table-column",{attrs:{label:"制单人",align:"center",prop:"preparedBy"}}),a("el-table-column",{attrs:{label:"制单部门",align:"center",prop:"preparedDepartment"},scopedSlots:e._u([{key:"default",fn:function(t){return[a("span",[e._v(e._s(null!=t.row.callInDepartment?e.companyName(t.row.callInDepartment):""))])]}}])}),a("el-table-column",{attrs:{label:"所属公司",align:"center",prop:"corporation"},scopedSlots:e._u([{key:"default",fn:function(t){return[a("span",[e._v(e._s(null!=t.row.callInDepartment?e.companyName(t.row.callInDepartment):""))])]}}])}),a("el-table-column",{attrs:{label:"记录状态",align:"center",prop:"recordStatus"},scopedSlots:e._u([{key:"default",fn:function(t){return[a("dict-tag",{attrs:{options:e.dict.type.asset_record_status,value:t.row.recordStatus}})]}}])}),a("el-table-column",{attrs:{label:"操作",align:"center","class-name":"small-padding fixed-width"},scopedSlots:e._u([{key:"default",fn:function(t){return[a("el-button",{directives:[{name:"hasPermi",rawName:"v-hasPermi",value:["change:allocation:edit"],expression:"['change:allocation:edit']"}],attrs:{size:"mini",type:"text",icon:"el-icon-edit"},on:{click:function(a){return e.handleUpdate(t.row)}}},[e._v("修改")]),a("el-button",{directives:[{name:"hasPermi",rawName:"v-hasPermi",value:["change:allocation:remove"],expression:"['change:allocation:remove']"}],attrs:{size:"mini",type:"text",icon:"el-icon-delete"},on:{click:function(a){return e.handleDelete(t.row)}}},[e._v("删除")])]}}])})],1),a("pagination",{directives:[{name:"show",rawName:"v-show",value:e.total>0,expression:"total>0"}],attrs:{total:e.total,page:e.queryParams.pageNum,limit:e.queryParams.pageSize},on:{"update:page":function(t){return e.$set(e.queryParams,"pageNum",t)},"update:limit":function(t){return e.$set(e.queryParams,"pageSize",t)},pagination:e.getList}}),a("el-dialog",{attrs:{title:e.title,visible:e.open,width:"500px","append-to-body":""},on:{"update:visible":function(t){e.open=t}}},[a("el-form",{ref:"form",attrs:{model:e.form,rules:e.rules,"label-width":"80px"}},[a("el-form-item",{attrs:{label:"调拨单号",prop:"orderNumber"}},[a("el-input",{attrs:{placeholder:"请输入调拨单号"},model:{value:e.form.orderNumber,callback:function(t){e.$set(e.form,"orderNumber",t)},expression:"form.orderNumber"}})],1),a("el-form-item",{attrs:{label:"调出部门",prop:"callOutDepartment"}},[a("el-input",{attrs:{placeholder:"请输入调出部门"},model:{value:e.form.callOutDepartment,callback:function(t){e.$set(e.form,"callOutDepartment",t)},expression:"form.callOutDepartment"}})],1),a("el-form-item",{attrs:{label:"调出经办人",prop:"callOutBy"}},[a("el-input",{attrs:{placeholder:"请输入调出经办人"},model:{value:e.form.callOutBy,callback:function(t){e.$set(e.form,"callOutBy",t)},expression:"form.callOutBy"}})],1),a("el-form-item",{attrs:{label:"调出日期",prop:"callOutDate"}},[a("el-date-picker",{attrs:{clearable:"",type:"date","value-format":"yyyy-MM-dd",placeholder:"请选择调出日期"},model:{value:e.form.callOutDate,callback:function(t){e.$set(e.form,"callOutDate",t)},expression:"form.callOutDate"}})],1),a("el-form-item",{attrs:{label:"调入部门",prop:"callInDepartment"}},[a("el-input",{attrs:{placeholder:"请输入调入部门"},model:{value:e.form.callInDepartment,callback:function(t){e.$set(e.form,"callInDepartment",t)},expression:"form.callInDepartment"}})],1),a("el-form-item",{attrs:{label:"调入经办人",prop:"callInBy"}},[a("el-input",{attrs:{placeholder:"请输入调入经办人"},model:{value:e.form.callInBy,callback:function(t){e.$set(e.form,"callInBy",t)},expression:"form.callInBy"}})],1),a("el-form-item",{attrs:{label:"调入日期",prop:"callInDate"}},[a("el-date-picker",{attrs:{clearable:"",type:"date","value-format":"yyyy-MM-dd",placeholder:"请选择调入日期"},model:{value:e.form.callInDate,callback:function(t){e.$set(e.form,"callInDate",t)},expression:"form.callInDate"}})],1),a("el-form-item",{attrs:{label:"资产总原值",prop:"assetTotalOriginalValue"}},[a("el-input",{attrs:{placeholder:"请输入资产总原值"},model:{value:e.form.assetTotalOriginalValue,callback:function(t){e.$set(e.form,"assetTotalOriginalValue",t)},expression:"form.assetTotalOriginalValue"}})],1),a("el-form-item",{attrs:{label:"资产总净值",prop:"assetTotalNetValue"}},[a("el-input",{attrs:{placeholder:"请输入资产总净值"},model:{value:e.form.assetTotalNetValue,callback:function(t){e.$set(e.form,"assetTotalNetValue",t)},expression:"form.assetTotalNetValue"}})],1),a("el-form-item",{attrs:{label:"调拨说明",prop:"reason"}},[a("el-input",{attrs:{placeholder:"请输入调拨说明"},model:{value:e.form.reason,callback:function(t){e.$set(e.form,"reason",t)},expression:"form.reason"}})],1),a("el-form-item",{attrs:{label:"制单人",prop:"preparedBy"}},[a("el-input",{attrs:{placeholder:"请输入制单人"},model:{value:e.form.preparedBy,callback:function(t){e.$set(e.form,"preparedBy",t)},expression:"form.preparedBy"}})],1),a("el-form-item",{attrs:{label:"制单部门",prop:"preparedDepartment"}},[a("el-input",{attrs:{placeholder:"请输入制单部门"},model:{value:e.form.preparedDepartment,callback:function(t){e.$set(e.form,"preparedDepartment",t)},expression:"form.preparedDepartment"}})],1),a("el-form-item",{attrs:{label:"所属公司",prop:"corporation"}},[a("el-input",{attrs:{placeholder:"请输入所属公司"},model:{value:e.form.corporation,callback:function(t){e.$set(e.form,"corporation",t)},expression:"form.corporation"}})],1),a("el-form-item",{attrs:{label:"记录状态",prop:"recordStatus"}},[a("el-select",{attrs:{placeholder:"请选择记录状态"},model:{value:e.form.recordStatus,callback:function(t){e.$set(e.form,"recordStatus",t)},expression:"form.recordStatus"}},e._l(e.dict.type.asset_record_status,(function(e){return a("el-option",{key:e.value,attrs:{label:e.label,value:parseInt(e.value)}})})),1)],1)],1),a("div",{staticClass:"dialog-footer",attrs:{slot:"footer"},slot:"footer"},[a("el-button",{attrs:{type:"primary"},on:{click:e.submitForm}},[e._v("确 定")]),a("el-button",{on:{click:e.cancel}},[e._v("取 消")])],1)],1)],1)},r=[],n=a("5530"),o=(a("d81d"),a("b775"));function s(e){return Object(o["a"])({url:"/change/allocation/list",method:"get",params:e})}function i(e){return Object(o["a"])({url:"/change/allocation/"+e,method:"get"})}function c(e){return Object(o["a"])({url:"/change/allocation",method:"post",data:e})}function u(e){return Object(o["a"])({url:"/change/allocation",method:"put",data:e})}function p(e){return Object(o["a"])({url:"/change/allocation/"+e,method:"delete"})}var m={name:"Allocation",dicts:["asset_record_status"],data:function(){return{loading:!0,ids:[],single:!0,multiple:!0,showSearch:!0,total:0,allocationList:[],title:"",open:!1,queryParams:{pageNum:1,pageSize:10,orderNumber:null,callOutDepartment:null,callOutBy:null,callOutDate:null,callInDepartment:null,callInBy:null,callInDate:null,preparedBy:null,preparedDepartment:null,corporation:null,recordStatus:null},form:{},rules:{orderNumber:[{required:!0,message:"调拨单号不能为空",trigger:"blur"}],preparedBy:[{required:!0,message:"制单人不能为空",trigger:"blur"}],recordStatus:[{required:!0,message:"记录状态不能为空",trigger:"change"}]}}},created:function(){this.getList()},methods:{getList:function(){var e=this;this.loading=!0,s(this.queryParams).then((function(t){e.allocationList=t.rows,e.total=t.total,e.loading=!1}))},cancel:function(){this.open=!1,this.reset()},reset:function(){this.form={id:null,orderNumber:null,callOutDepartment:null,callOutBy:null,callOutDate:null,callInDepartment:null,callInBy:null,callInDate:null,assetTotalOriginalValue:null,assetTotalNetValue:null,reason:null,preparedBy:null,preparedDepartment:null,corporation:null,recordStatus:null},this.resetForm("form")},handleQuery:function(){this.queryParams.pageNum=1,this.getList()},resetQuery:function(){this.resetForm("queryForm"),this.handleQuery()},handleSelectionChange:function(e){this.ids=e.map((function(e){return e.id})),this.single=1!==e.length,this.multiple=!e.length},handleAdd:function(){this.reset(),this.open=!0,this.title="添加资产调拨"},handleUpdate:function(e){var t=this;this.reset();var a=e.id||this.ids;i(a).then((function(e){t.form=e.data,t.open=!0,t.title="修改资产调拨"}))},submitForm:function(){var e=this;this.$refs["form"].validate((function(t){t&&(null!=e.form.id?u(e.form).then((function(t){e.$modal.msgSuccess("修改成功"),e.open=!1,e.getList()})):c(e.form).then((function(t){e.$modal.msgSuccess("新增成功"),e.open=!1,e.getList()})))}))},handleDelete:function(e){var t=this,a=e.id||this.ids;this.$modal.confirm('是否确认删除资产调拨编号为"'+a+'"的数据项?').then((function(){return p(a)})).then((function(){t.getList(),t.$modal.msgSuccess("删除成功")})).catch((function(){}))},handleExport:function(){this.download("change/allocation/export",Object(n["a"])({},this.queryParams),"allocation_".concat((new Date).getTime(),".xlsx"))}}},d=m,f=a("2877"),h=Object(f["a"])(d,l,r,!1,null,null,null);t["default"]=h.exports}}]);