| 1 |
- "use strict";(self["webpackChunkyos_manage"]=self["webpackChunkyos_manage"]||[]).push([[9944],{79944:function(e,t,n){n.r(t),n.d(t,{default:function(){return d}});var a=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",[n("el-button",{attrs:{size:"mini",disabled:"新建"!==e.data.status},on:{click:e.onShow}},[e._v("编 辑")]),n("el-drawer",{attrs:{title:"编辑人员","append-to-body":"",visible:e.dialogTableVisible,direction:"rtl",size:"60%"},on:{"update:visible":function(t){e.dialogTableVisible=t},close:function(t){e.dialogTableVisible=!1}}},[n("div",{staticClass:"drawer__panel"},[n("p",{staticClass:"normal-margin inline-16"},[e._v("年度:")]),n("el-input",{staticClass:"inline-16",staticStyle:{width:"250px"},attrs:{size:"small",disabled:""},model:{value:e.form.year,callback:function(t){e.$set(e.form,"year",t)},expression:"form.year"}}),n("div",{staticClass:"flex-align-center normal-margin flex-between"},[n("p",[e._v("请选择人员:")]),n("div",{staticClass:"flex-align-center"},[n("p",[e._v("搜索: ")]),n("el-input",{staticStyle:{width:"250px"},attrs:{size:"small",placeholder:"人员姓名",clearable:""},nativeOn:{keyup:function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"enter",13,t.key,"Enter")?null:e.selectChange.apply(null,arguments)}},model:{value:e.condition,callback:function(t){e.condition=t},expression:"condition"}})],1)]),n("tablelayout",{staticClass:"normal-margin",attrs:{layout:e.tablecols,data:e.list,custom:!0,checkbox:!0,height:"calc(100vh - 452px)"},on:{checkboxCallBack:e.checkboxCallBack},scopedSlots:e._u([{key:"customcol",fn:function(t){return[n("p",[e._v(e._s(t.column.data[t.column.columnname]))])]}}])}),n("div",{staticClass:"flex-align-center"},[n("p",[e._v("已选"+e._s(e.selection.length)+"人")]),e._v(" "),n("p",[e._v("总共"+e._s(e.list.length)+"人")])]),n("div",{staticClass:"fixed__btn__panel"},[n("el-button",{staticClass:"normal-btn-width",attrs:{size:"small"},on:{click:function(t){e.dialogTableVisible=!1}}},[e._v("取 消")]),n("el-button",{staticClass:"normal-btn-width",attrs:{size:"small",type:"warning",disabled:0===e.selection.length},on:{click:e.onSubmit}},[e._v("保 存")])],1)],1)])],1)},l=[],i=n(48534),o=(n(35666),n(41539),n(54747),n(21249),n(92222),n(69600),n(68309),n(79336)),s={name:"edit",props:["data"],data:function(){return{dialogTableVisible:!1,form:{year:"",sa_salestargetbillid:0,sales:[]},tablecols:[],list:[],selection:[],condition:"",total:0}},components:{tablelayout:o.Z},methods:{onShow:function(){this.dialogTableVisible=!0},listData:function(){var e=this;return(0,i.Z)(regeneratorRuntime.mark((function t(){var n;return regeneratorRuntime.wrap((function(t){while(1)switch(t.prev=t.next){case 0:return t.next=2,e.$api.requested({id:20220901091302,content:{sa_salestargetbillid:e.$route.query.id,where:{condition:e.condition}}});case 2:n=t.sent,n.data.forEach((function(e){e.marea=e.area.map((function(e){return"".concat(e.province).concat(e.city).concat(e.county)})),e.marea=e.marea.join(",")})),e.list=n.data;case 5:case"end":return t.stop()}}),t)})))()},checkboxCallBack:function(e){this.selection=e},onSubmit:function(){var e=this;return(0,i.Z)(regeneratorRuntime.mark((function t(){var n;return regeneratorRuntime.wrap((function(t){while(1)switch(t.prev=t.next){case 0:if(""!==e.form.year){t.next=2;break}return t.abrupt("return",e.$message({message:"请选择年度",type:"error"}));case 2:return t.next=4,e.$api.requested({id:20220831165302,content:{year:e.form.year,sa_salestargetbillid:e.form.sa_salestargetbillid,sales:e.selection}});case 4:n=t.sent,e.tool.showMessage(n,(function(){e.dialogTableVisible=!1,e.$emit("onSuccess")}));case 6:case"end":return t.stop()}}),t)})))()},selectChange:function(){this.listData()}},mounted:function(){this.listData()},created:function(){this.form=this.data,console.log(this.form),this.tablecols=this.tool.tabelCol(this.$route.name)["personalTable"].tablecols}},c=s,r=n(43736),u=(0,r.Z)(c,a,l,!1,null,"fe6c8474",null),d=u.exports},79336:function(e,t,n){n.d(t,{Z:function(){return d}});var a=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",[n("el-table",{directives:[{name:"loading",rawName:"v-loading",value:e.loading,expression:"loading"}],ref:"tables",staticStyle:{width:"100%"},attrs:{"row-class-name":e.tableClassName,"highlight-current-row":"",data:e.data,"header-cell-style":{background:"#EEEEEE",color:"#333"},size:"mini",height:e.height,border:""},on:{"row-click":e.rowClick,"selection-change":e.handleSelectionChange}},[e.checkbox?n("el-table-column",{attrs:{type:"selection",width:"55",selectable:e.isCheck},on:{handleSelectionChange:e.handleSelectionChange}}):e._e(),e._l(e.layout,(function(t){return n("el-table-column",{key:t.tablecolid,attrs:{"show-overflow-tooltip":"来源"==t.title||"地址"==t.title||"备注"==t.title,prop:t.columnname,label:t.title,width:t.width},scopedSlots:e._u([{key:"default",fn:function(a){return[e.custom?e._t("customcol",null,{column:{data:a.row,columnname:t.columnname}}):n("span",[e._v(e._s(a.row[t.columnname]))]),"operation"===t.columnname?e._t("opreation",null,{data:a.row}):e._e()]}}],null,!0)})}))],2)],1)},l=[],i=n(95082),o=n(20629),s={props:["layout","data","custom","height","checkbox"],data:function(){return{list:[]}},computed:(0,i.Z)({},(0,o.Se)({loading:"loading"})),methods:{rowClick:function(e){this.$emit("rowClick",e)},tableClassName:function(e){var t=e.row,n=e.rowIndex;t.index=n},handleSelectionChange:function(e){this.$emit("checkboxCallBack",e)},isCheck:function(e,t){return!e.status||!("待跟进"!=e.status&&"跟进中"!=e.status&&!e.projectnum)}},mounted:function(){}},c=s,r=n(43736),u=(0,r.Z)(c,a,l,!1,null,null,null),d=u.exports},69600:function(e,t,n){var a=n(82109),l=n(1702),i=n(68361),o=n(45656),s=n(9341),c=l([].join),r=i!=Object,u=s("join",",");a({target:"Array",proto:!0,forced:r||!u},{join:function(e){return c(o(this),void 0===e?",":e)}})}}]);
|