You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

2 lines
16 KiB

(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-578ccd1c"],{"8bd1":function(t,e,n){"use strict";n.r(e);var r=function(){var t=this,e=t._self._c;return e("div",[e("div",{staticClass:"main-content"},[t._m(0),e("div",{staticClass:"content"},[e("div",{staticClass:"content-btn"},[e("el-button",{staticClass:"init-button",attrs:{icon:"el-icon-plus"},on:{click:function(e){return t.add()}}},[t._v("新增访谈预约")])],1),e("div",{},[e("VueTable",{ref:"table",attrs:{config:t.config},on:{tableCheck:t.tableCheck}},[e("template",{slot:"tabs"},[e("el-tabs",{on:{"tab-click":t.handleClick},model:{value:t.activeName,callback:function(e){t.activeName=e},expression:"activeName"}},[e("el-tab-pane",{attrs:{label:"全部",name:"0"}})],1)],1),e("template",{slot:"footer"},[e("div",{staticClass:"table-footer"},[e("button",{on:{click:function(e){return t.del(t.table_row)}}},[t._v("删除")])])])],2)],1),e("Drawer",{attrs:{drawerTitle:"新增访谈",drawerVrisible:t.add_vrisible},on:{drawerClose:t.addClose}},[e("div",{staticStyle:{padding:"30px"}},[e("FromCard",[e("template",{slot:"title"},[t._v("访谈内容")]),[e("VueForm",{ref:"addForm",attrs:{formObj:t.addForm},on:{ruleSuccess:t.addRuleSuccess},scopedSlots:t._u([{key:"sysOrganization",fn:function(){return[e("el-select",{staticStyle:{width:"240px"},attrs:{"remote-method":t.remoteMethod,loading:t.loading,remote:"",filterable:"",placeholder:"请选择"},on:{change:t.sChange,focus:t.sefocus},model:{value:t.addForm.ruleForm.organizationId,callback:function(e){t.$set(t.addForm.ruleForm,"organizationId",e)},expression:"\n addForm.ruleForm.organizationId\n "}},t._l(t.sysOptions,(function(t){return e("el-option",{key:t.id,attrs:{label:t.name,value:t.id}})})),1)]},proxy:!0}])},[e("template",{slot:"date"},[e("el-date-picker",{attrs:{"value-format":"yyyy-MM-dd HH:mm:ss",type:"date",placeholder:"选择日期"},model:{value:t.addForm.ruleForm.interviewDate,callback:function(e){t.$set(t.addForm.ruleForm,"interviewDate",e)},expression:"addForm.ruleForm.interviewDate"}})],1)],2)]],2)],1),e("div",{attrs:{slot:"footer"},slot:"footer"},[e("button",{staticClass:"btn-orange",on:{click:function(e){return t.addSubmit()}}},[e("span",[e("i",{staticClass:"el-icon-circle-check"}),t._v("提交")])]),e("button",{staticClass:"btn-gray",on:{click:t.addClose}},[e("span",[t._v("取消")])])])])],1)])])},a=[function(){var t=this,e=t._self._c;return e("div",{staticClass:"main-titel"},[e("span",[t._v("客户访谈")])])}],u=n("d63a"),i={data(){return{add_vrisible:!1,addDate:null,sysOptions:[],loading:!1,addForm:{ruleForm:{name:null,tel:null,interviewers:null,content:null,interviewDate:null},rules:{name:[{required:!0,message:"请输入",trigger:"change"}],tel:[{required:!0,message:"请输入",trigger:"change"}],organizationId:[{required:!0,message:"请选择",trigger:"change"}],interviewers:[{required:!0,message:"请选择",trigger:"change"}],content:[{required:!0,message:"请输入",trigger:"change"}],interviewDate:[{required:!0,message:"请选择",trigger:"change"}]},form_item:[{type:"Input",label:"客户姓名",placeholder:"请输入",width:"100%",prop:"name"},{type:"Int",label:"客户手机号",placeholder:"请输入",width:"100%",prop:"tel"},{type:"Slot",label:"部门",placeholder:"请输入",width:"50%",prop:"organizationId",slotName:"sysOrganization"},{type:"Select",label:"访谈人",placeholder:"请输入",width:"50%",prop:"interviewers",options:[]},{type:"textarea",label:"访谈内容",placeholder:"请输入",width:"100%",prop:"content"},{type:"Slot",label:"访谈时间",placeholder:"请输入",width:"100%",prop:"interviewDate",slotName:"date"}]},table_row:[],imglist:[],activeName:"0",config:{thead:[{label:"序号",type:"index",width:"80"},{label:"客户姓名",prop:"name",width:"130"},{label:"客户手机号",prop:"tel",width:"130"},{label:"访谈人",prop:"interviewersName",width:"130"},{label:"访谈内容",prop:"content",width:"auto"},{label:"访谈状态",prop:"status",width:"auto",type:"function",callback(t,e){switch(t.status){case 1:return"未访谈";case 2:return"已访谈";default:break}}},{label:"访谈时间",prop:"interviewDate",width:"auto"},{label:"访谈回复内容",prop:"feedbackContent",width:"130"},{label:"访谈回复时间",prop:"feedbackDate",width:"130"},{label:"创建人",prop:"createName",width:"130"},{label:"创建时间",prop:"createDate",width:"130"}],table_data:[],url:"interviewList",search_item:[{type:"Input",label:"客户手机号",placeholder:"请输入",prop:"tel"},{type:"select",label:"访谈状态",placeholder:"请选择",prop:"status",options:[{value:"1",label:"未访谈"},{value:"2",label:"已访谈"}]}],data:{pageNum:1,size:10}}}},methods:{getUserList(t){let e={pageNum:1,size:20};this.loading=!0,Object(u["sb"])(e).then(t=>{this.sysOptions=t.data,this.loading=!1})},remoteMethod(t){this.getUserList(t)},sefocus(){this.getUserList()},change(t){console.log(t)},sChange(t){this.addForm.form_item[3].options=[];let e={pageNum:1,size:100,organizationId:t};Object(u["tb"])(e).then(t=>{console.log(t),t.tableList.forEach(t=>{let e={value:t.id,label:t.actualName};this.addForm.form_item[3].options.push(e)}),console.log(this.addForm.form_item[3].options),this.loading=!1})},add(){this.add_vrisible=!0},addClose(){this.$refs.addForm.reset(),this.add_vrisible=!1},addRuleSuccess(){let t={...this.addForm.ruleForm};Object(u["O"])(t).then(t=>{t.status&&(this.$message({message:t.message,type:"success"}),this.$refs.table.loadData(),this.addClose())})},addSubmit(){this.$refs.addForm.submitForm()},dateTimeChange(t){this.addForm.ruleForm.openStartDate=t[0],this.addForm.ruleForm.openEndDate=t[1]},handleClick(t,e){let n=null;n=0!=this.activeName?this.activeName:null;const r={pageNum:1,size:10,status:n};this.$refs.table.requestData(r)},tableCheck(t){this.table_row=t},del(t){if(t.length){let t=[];for(let e=0;e<this.table_row.length;e++)t.push(this.table_row[e].id);this.$confirm("是否确认删除?删除不可恢复","删除",{confirmButtonText:"确定",cancelButtonText:"取消",confirmButtonClass:"confirmButton",cancelButtonClass:"cancelButton"}).then(()=>{this.$refs.table.tableDelete(t)}).catch(t=>{})}else this.$message.error("请选中需要删除的数据")}}},o=i,s=n("2877"),d=Object(s["a"])(o,r,a,!1,null,null,null);e["default"]=d.exports},d63a:function(t,e,n){"use strict";n.d(e,"n",(function(){return a})),n.d(e,"e",(function(){return u})),n.d(e,"qb",(function(){return i})),n.d(e,"rb",(function(){return o})),n.d(e,"q",(function(){return s})),n.d(e,"r",(function(){return d})),n.d(e,"s",(function(){return l})),n.d(e,"h",(function(){return c})),n.d(e,"o",(function(){return m})),n.d(e,"p",(function(){return f})),n.d(e,"l",(function(){return h})),n.d(e,"k",(function(){return p})),n.d(e,"j",(function(){return b})),n.d(e,"m",(function(){return g})),n.d(e,"f",(function(){return q})),n.d(e,"i",(function(){return T})),n.d(e,"g",(function(){return y})),n.d(e,"vb",(function(){return O})),n.d(e,"ub",(function(){return w})),n.d(e,"bb",(function(){return S})),n.d(e,"cb",(function(){return v})),n.d(e,"ab",(function(){return P})),n.d(e,"G",(function(){return C})),n.d(e,"I",(function(){return k})),n.d(e,"F",(function(){return E})),n.d(e,"D",(function(){return F})),n.d(e,"K",(function(){return G})),n.d(e,"N",(function(){return I})),n.d(e,"J",(function(){return _})),n.d(e,"M",(function(){return B})),n.d(e,"H",(function(){return D})),n.d(e,"sb",(function(){return M})),n.d(e,"tb",(function(){return N})),n.d(e,"L",(function(){return x})),n.d(e,"E",(function(){return z})),n.d(e,"W",(function(){return R})),n.d(e,"X",(function(){return A})),n.d(e,"T",(function(){return $})),n.d(e,"Z",(function(){return j})),n.d(e,"Y",(function(){return L})),n.d(e,"V",(function(){return U})),n.d(e,"U",(function(){return V})),n.d(e,"R",(function(){return H})),n.d(e,"P",(function(){return J})),n.d(e,"Q",(function(){return K})),n.d(e,"S",(function(){return Q})),n.d(e,"eb",(function(){return W})),n.d(e,"db",(function(){return X})),n.d(e,"fb",(function(){return Y})),n.d(e,"O",(function(){return Z})),n.d(e,"u",(function(){return tt})),n.d(e,"v",(function(){return et})),n.d(e,"x",(function(){return nt})),n.d(e,"t",(function(){return rt})),n.d(e,"w",(function(){return at})),n.d(e,"z",(function(){return ut})),n.d(e,"A",(function(){return it})),n.d(e,"C",(function(){return ot})),n.d(e,"y",(function(){return st})),n.d(e,"B",(function(){return dt})),n.d(e,"hb",(function(){return lt})),n.d(e,"ib",(function(){return ct})),n.d(e,"gb",(function(){return mt})),n.d(e,"jb",(function(){return ft})),n.d(e,"ob",(function(){return ht})),n.d(e,"pb",(function(){return pt})),n.d(e,"nb",(function(){return bt})),n.d(e,"c",(function(){return gt})),n.d(e,"d",(function(){return qt})),n.d(e,"a",(function(){return Tt})),n.d(e,"b",(function(){return yt})),n.d(e,"kb",(function(){return Ot})),n.d(e,"mb",(function(){return wt})),n.d(e,"lb",(function(){return St})),n.d(e,"wb",(function(){return vt}));var r=n("b775");n("2c37");function a(t){return r["a"].request({method:"POST",url:"/facilitiesManage/insert",data:t})}function u(t){return r["a"].request({method:"POST",url:"facilitiesAppointment/update",data:t})}function i(t){return r["a"].request({method:"POST",url:"sysOperations/insert",data:t})}function o(t){return r["a"].request({method:"POST",url:"sysOperations/update",data:t})}function s(t){return r["a"].request({method:"POST",url:"facilitiesPlan/insert",data:t})}function d(t){return r["a"].request({method:"POST",url:"facilitiesPlan/open",data:t})}function l(t){return r["a"].request({method:"POST",url:"facilitiesPlan/stop",data:t})}function c(t){return r["a"].request({method:"GET",url:"/facilitiesCategory/list",params:t})}function m(t){return r["a"].request({method:"GET",url:"/facilitiesManage/list",params:t})}function f(t){return r["a"].request({method:"POST",url:"/facilitiesManage/update",data:t})}function h(t){return r["a"].request({method:"GET",url:"/facilitiesMaintenanceRecord/list",params:t})}function p(t){return r["a"].request({method:"POST",url:"/facilitiesMaintenanceRecord/insert",data:t})}function b(t){return r["a"].request({method:"POST",url:"/facilitiesMaintenanceRecord/delete",data:t})}function g(t){return r["a"].request({method:"GET",url:"/facilitiesManage/findDetailById",params:t})}function q(t){return r["a"].request({method:"GET",url:"/facilitiesCategory/findDetailById",params:t})}function T(t){return r["a"].request({method:"POST",url:"/facilitiesCategory/update",data:t})}function y(t){return r["a"].request({method:"POST",url:"/facilitiesCategory/insert",data:t})}function O(t){return r["a"].request({method:"POST",url:"/userDecorationNew/examine",data:t})}function w(t){return r["a"].request({method:"POST",url:"/userDecorationNew/assign",data:t})}function S(t){return r["a"].request({method:"POST",url:"/ownersCommittee/insert",data:t})}function v(t){return r["a"].request({method:"POST",url:"/ownersCommittee/update",data:t})}function P(t){return r["a"].request({method:"GET",url:"/ownersCommittee/findById",params:t})}function C(t){return r["a"].request({method:"POST",url:"/inspectionPoint/insert",data:t})}function k(t){return r["a"].request({method:"POST",url:"/inspectionPoint/update",data:t})}function E(t){return r["a"].request({method:"GET",url:"/inspectionPoint/findById",params:t})}function F(t){return r["a"].request({method:"POST",url:"/inspectionPlan/insert",data:t})}function G(t){return r["a"].request({method:"POST",url:"/inspectionRoute/insert",data:t})}function I(t){return r["a"].request({method:"POST",url:"/inspectionRoute/update",data:t})}function _(t){return r["a"].request({method:"GET",url:"/inspectionRoute/findById",params:t})}function B(t){return r["a"].request({method:"GET",url:"/inspectionRoute/list",params:t})}function D(t){return r["a"].request({method:"GET",url:"/inspectionPoint/list",params:t})}function M(t){return r["a"].request({method:"GET",url:"/sysOrganization/findAllDepartment",params:t})}function N(t){return r["a"].request({method:"GET",url:"/sysUser/list",params:t})}function x(t){return r["a"].request({method:"GET",url:"/inspectionRoute/isEnable",params:t})}function z(t){return r["a"].request({method:"GET",url:"/inspectionPlan/isEnable",params:t})}function R(t){return r["a"].request({method:"GET",url:"/material/list",params:t})}function A(t){return r["a"].request({method:"GET",url:"/materialRecord/findById",params:t})}function $(t){return r["a"].request({method:"POST",url:"/material/insert",data:t})}function j(t){return r["a"].request({method:"POST",url:"/material/update",data:t})}function L(t){return r["a"].request({method:"POST",url:"/materialRecord/insert",data:t})}function U(t){return r["a"].request({method:"POST",url:"/materialInventory/insert",data:t})}function V(t){return r["a"].request({method:"GET",url:"/materialInventory/findById",params:t})}function H(t){return r["a"].request({method:"POST",url:"/keyManagement/insert",data:t})}function J(t){return r["a"].request({method:"POST",url:"/keyBorrow/examine",data:t})}function K(t){return r["a"].request({method:"GET",url:"/keyManagement/findById",params:t})}function Q(t){return r["a"].request({method:"POST",url:"/keyManagement/update",data:t})}function W(t){return r["a"].request({method:"POST",url:"/packageCollection/insert",data:t})}function X(t){return r["a"].request({method:"GET",url:"/packageCollection/findById",params:t})}function Y(t){return r["a"].request({method:"POST",url:"/packageCollection/update",data:t})}function Z(t){return r["a"].request({method:"POST",url:"/interview/insert",data:t})}function tt(t){return r["a"].request({method:"POST",url:"/greenArea/insert",data:t})}function et(t){return r["a"].request({method:"GET",url:"/greenArea/list",params:t})}function nt(t){return r["a"].request({method:"POST",url:"/greenTask/insert",data:t})}function rt(t){return r["a"].request({method:"GET",url:"/greenArea/findById",params:t})}function at(t){return r["a"].request({method:"POST",url:"/greenArea/update",data:t})}function ut(t){return r["a"].request({method:"POST",url:"/hygieneArea/insert",data:t})}function it(t){return r["a"].request({method:"GET",url:"/hygieneArea/list",params:t})}function ot(t){return r["a"].request({method:"POST",url:"/hygieneTask/insert",data:t})}function st(t){return r["a"].request({method:"GET",url:"/hygieneArea/findById",params:t})}function dt(t){return r["a"].request({method:"POST",url:"/hygieneArea/update",data:t})}function lt(t){return r["a"].request({method:"POST",url:"/regulationManagement/insert",data:t})}function ct(t){return r["a"].request({method:"GET",url:"/regulationManagement/release",params:t})}function mt(t){return r["a"].request({method:"GET",url:"/regulationManagement/findById",params:t})}function ft(t){return r["a"].request({method:"POST",url:"/regulationManagement/update",data:t})}function ht(t){return r["a"].request({method:"POST",url:"/serviceBrowsing/insert",data:t})}function pt(t){return r["a"].request({method:"POST",url:"/serviceBrowsing/update",data:t})}function bt(t){return r["a"].request({method:"GET",url:"/serviceBrowsing/findById",params:t})}function gt(t){return r["a"].request({method:"POST",url:"/communityIntroduction/insert",data:t})}function qt(t){return r["a"].request({method:"POST",url:"/communityIntroduction/update",data:t})}function Tt(t){return r["a"].request({method:"GET",url:"/communityIntroduction/enable",params:t})}function yt(t){return r["a"].request({method:"GET",url:"/communityIntroduction/findById",params:t})}function Ot(t){return r["a"].request({method:"POST",url:"/securityManagement/insert",data:t})}function wt(t){return r["a"].request({method:"POST",url:"/securityManagement/update",data:t})}function St(t){return r["a"].request({method:"GET",url:"/securityManagement/list",params:t})}function vt(t){return r["a"].request({method:"GET",url:"/userDecorationNew/list",params:t})}}}]);
//# sourceMappingURL=chunk-578ccd1c.fcd09b44.js.map