chunk-718fc9a1.91b256d4.js 4.0 KB

1
  1. (window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-718fc9a1"],{"5d48":function(t,e,r){"use strict";r("ddca")},bd0a:function(t,e,r){"use strict";r.r(e);var i=function(){var t=this,e=t._self._c;return e("div",[e("el-drawer",{attrs:{visible:t.showArea,size:"44vw","before-close":t.closeFn,"custom-class":"drawer-class",direction:t.direction},on:{"update:visible":function(e){t.showArea=e}}},[e("div",[e("x-crud",{on:{load:t.onLoad},scopedSlots:t._u([{key:"table-column-cover",fn:function({scope:t}){return[e("el-popover",{attrs:{placement:"right",width:"200",trigger:"hover"}},[e("div",{staticStyle:{width:"200px",height:"200px"}},[e("img",{staticStyle:{width:"100%",height:"100%","object-fit":"cover"},attrs:{src:t.row.bigCover}})]),e("div",{staticStyle:{width:"40px"},attrs:{slot:"reference"},slot:"reference"},[e("img",{staticStyle:{width:"100%",height:"100%","object-fit":"cover","border-radius":"5px"},attrs:{src:t.row.cover}})])])]}},{key:"table-column-name",fn:function({scope:r}){return[e("span",{staticStyle:{"font-size":"16px"}},[t._v(t._s(r.row.name))])]}},{key:"table-column-stock",fn:function({scope:r}){return[e("span",{staticStyle:{"font-size":"13px"}},[t._v(t._s(r.row.stock?parseFloat(r.row.stock):0))])]}},{key:"table-column-bigCount",fn:function({scope:r}){return[e("el-input",{attrs:{placeholder:"数量"},model:{value:r.row.bigCount,callback:function(e){t.$set(r.row,"bigCount",e)},expression:"scope.row.bigCount"}})]}},{key:"slot-column-option",fn:function({scope:r}){return[e("el-button",{attrs:{size:"medium",type:"primary"},on:{click:function(e){return e.stopPropagation(),t.confirmLoan(r.row)}}},[t._v("借用")])]}},{key:"slot-option-area-list",fn:function(){return[e("el-input",{ref:"itemSearchRef",staticStyle:{width:"200px"},attrs:{placeholder:"搜索花材",size:"big",clearable:!0},on:{input:function(e){return t.changeSearch()},focus:function(e){t.search=""}},model:{value:t.search,callback:function(e){t.search=e},expression:"search"}}),e("span",{staticStyle:{"margin-left":"10px","font-size":"27px"}},[t._v("【"+t._s(t.currentData.customName?t.currentData.customName:"")+"】"+t._s(t.currentData.itemName?t.currentData.itemName:"")+" 借库存")])]},proxy:!0}])})],1)])],1)},n=[],a={name:"loan-item",props:{currentData:{type:Object,default:()=>{}}},data(){return{showArea:!1,search:"",direction:"ltr"}},methods:{changeSearch(){let t=this;null!=this.T&&clearTimeout(this.T),this.T=setTimeout((function(){t.app.refresh({name:this.search})}),650)},init(){this.currentData.direction&&!this.$util.isEmpty(this.currentData.direction)&&(this.direction=this.currentData.direction),this.showArea=!0,this.search="",this.app&&this.app.refresh({name:this.search}),this.$nextTick(()=>{this.$refs.itemSearchRef.focus()})},closeFn(){this.showArea=!1},confirmLoan(t){let e=this;if(Number(t.bigCount)<=0)return this.$message.error("请填写数量"),!1;let r={inId:this.currentData.itemId,outId:t.id,num:t.bigCount,bookItemCustomId:this.currentData.id};this.$confirm("确认借用?","提示",{confirmButtonText:"确定",cancelButtonText:"取消",type:"warning"}).then(()=>{this.$service.checkOrder.loan(r).then(t=>{e.$message.success("借用成功"),this.currentData.orderId&&Number(this.currentData.orderId)>0?e.$emit("renewArrival",{id:this.currentData.orderId}):e.$emit("refreshData"),this.showArea=!1})})},onLoad({ctx:t,app:e}){this.app=e;let r=()=>this.$service.item.getLoanList({name:this.search});t.service({page:r}).set("table",{columns:[{label:"ID",prop:"id",align:"center",width:80},{label:"图片",prop:"cover",align:"center",width:65},{label:"名称",prop:"name",align:"center",width:300},{label:"可借",prop:"stock",align:"center",width:100},{label:"要借",prop:"bigCount",align:"center",width:130}],op:{visible:!0,props:{width:130,align:"center",fixed:"right",label:"操作"},layout:["slot-column-option"]}}).set("layout",[["slot-option-area-list"],["data-table"],["flex1"]]).done(),e.refresh({name:this.search})}}},o=a,s=(r("5d48"),r("1805")),c=Object(s["a"])(o,i,n,!1,null,"68b775af",null);e["default"]=c.exports},ddca:function(t,e,r){}}]);