1 line
10 KiB
JavaScript
1 line
10 KiB
JavaScript
|
(window.webpackJsonp=window.webpackJsonp||[]).push([["chunk-e1be"],{HUel:function(e,n,t){},JFZV:function(e,n,t){"use strict";t.r(n);var a=t("SHA7"),i={data:function(){return{firmList:[],total:0,listLoading:!0,searchForm:{page:1,page_len:10}}},created:function(){this.fetchData()},methods:{fetchData:function(){var e=this,n=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};n.page&&(this.searchForm.page=n.page,this.searchForm.page_len=n.page_len),this.listLoading=!0,this.$http(Object(a.x)(this.searchForm),function(n){e.firmList=n.data.result,e.total=n.data.data_sum,e.listLoading=!1})},handleDelete:function(e){var n=this;this.$confirm("删除","确认删除吗",function(){n.$http(Object(a.h)(e),function(e){0==e.code&&(n.$message.success(e.message),n.fetchData())})})}}},r=(t("Qjph"),t("KHd+")),c=Object(r.a)(i,function(){var e=this,n=e.$createElement,t=e._self._c||n;return t("div",{staticClass:"app-container"},[t("div",{staticClass:"filter-container"},[t("el-form",{attrs:{inline:!0,model:e.searchForm}},[t("el-form-item",{attrs:{label:"客户单位"}},[t("el-input",{attrs:{placeholder:"请输入客户单位"},model:{value:e.searchForm.client_company,callback:function(n){e.$set(e.searchForm,"client_company",n)},expression:"searchForm.client_company"}})],1),e._v(" "),t("el-form-item",[t("el-button",{attrs:{type:"primary",icon:"el-icon-search"},on:{click:e.fetchData}},[e._v("搜索")]),e._v(" "),t("router-link",{attrs:{to:"/basicInfo/cliCreate"}},[t("el-button",{staticClass:"ml-10",attrs:{type:"primary",icon:"el-icon-edit"}},[e._v("新增")])],1)],1)],1)],1),e._v(" "),t("el-table",{directives:[{name:"loading",rawName:"v-loading",value:e.listLoading,expression:"listLoading"}],staticStyle:{width:"100%"},attrs:{data:e.firmList,border:"",fit:"","highlight-current-row":""}},[t("el-table-column",{attrs:{label:"客户编号",prop:"client_num",align:"center"}}),e._v(" "),t("el-table-column",{attrs:{label:"客户名称",prop:"client_name",align:"center"}}),e._v(" "),t("el-table-column",{attrs:{label:"客户单位",prop:"client_company",align:"center"}}),e._v(" "),t("el-table-column",{attrs:{label:"工地数",prop:"site_count",align:"center"}}),e._v(" "),t("el-table-column",{attrs:{label:"对接负责人",prop:"accept_man",align:"center"}}),e._v(" "),t("el-table-column",{attrs:{label:"对接财务人",prop:"accept_finance",align:"center"}}),e._v(" "),t("el-table-column",{attrs:{label:"操作",align:"center",width:"220"},scopedSlots:e._u([{key:"default",fn:function(n){return[t("router-link",{attrs:{to:"/basicInfo/cliEdit/"+n.row.client_id}},[t("el-button",{staticClass:"ml-10",attrs:{type:"primary",size:"mini"}},[e._v("编辑")])],1),e._v(" "),t("el-button",{staticClass:"ml-10",attrs:{size:"mini",type:"danger"},on:{click:function(t){e.handleDelete(n.row.client_id)}}},[e._v(" 删除 ")])]}}])})],1),e._v(" "),t("pagination",{directives:[{name:"show",rawName:"v-show",value:e.total>0,expression:"total>0"}],attrs:{total:e.total,page:e.searchForm.page,page_len:e.searchForm.page_len,limit:e.searchForm.limit},on:{"update:page":function(n){e.$set(e.searchForm,"page",n)},"update:page_len":function(n){e.$set(e.searchForm,"page_len",n)},"update:limit":function(n){e.$set(e.searchForm,"limit",n)},pagination:e.fetchData}})],1)},[],!1,null,"c9dfa128",null);c.options.__file="clientList.vue";n.default=c.exports},Qjph:function(e,n,t){"use strict";var a=t("HUel");t.n(a).a},SHA7:function(e,n,t){"use strict";t.d(n,"e",function(){return i}),t.d(n,"C",function(){return r}),t.d(n,"s",function(){return c}),t.d(n,"J",function(){return _}),t.d(n,"l",function(){return u}),t.d(n,"a",function(){return l}),t.d(n,"x",function(){return s}),t.d(n,"o",function(){return d}),t.d(n,"F",function(){return o}),t.d(n,"h",function(){return p}),t.d(n,"d",function(){return m}),t.d(n,"v",function(){return f}),t.d(n,"B",function(){return b}),t.d(n,"r",function(){return h}),t.d(n,"I",function(){return v}),t.d(n,"k",function(){return O}),t.d(n,"D",function(){return g}),t.d(n,"t",function(){return y}),t.d(n,"f",function(){return j}),t.d(n,"K",function(){return S}),t.d(n,"m",function()
|