1 line
12 KiB
JavaScript
1 line
12 KiB
JavaScript
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-8ef588e4","chunk-f088640e"],{1592:function(t,e,a){},"22e1":function(t,e,a){"use strict";a.r(e);var i=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("el-card",{staticClass:"aui-card--fill",attrs:{shadow:"never"}},[a("div",{staticClass:"mod-sys__dept"},[a("search-bar",{ref:"searchBarForm",attrs:{formConfigs:t.formConfig},on:{headBtnClick:t.buttonClick}}),a("base-table",{attrs:{"table-props":t.tableProps,page:t.listQuery.page,limit:t.listQuery.limit,"table-data":t.tableData,"row-key":"id","tree-props":{children:"children",hasChildren:"hasChildren"}}},[t.tableBtn.length?a("method-btn",{attrs:{slot:"handleBtn",width:80,label:"操作","method-list":t.tableBtn},on:{clickBtn:t.handleClick},slot:"handleBtn"}):t._e()],1),a("base-dialog",{attrs:{dialogTitle:t.addOrEditTitle,dialogVisible:t.addOrUpdateVisible,"before-close":t.handleCancel},on:{cancel:t.handleCancel,confirm:t.handleConfirm}},[a("add-or-update",{ref:"addOrUpdate",on:{successSubmit:t.successSubmit}})],1)],1)])},n=[],r=a("ed26"),s=a("5494"),o=a("12cb"),d=[{prop:"name",label:o["a"].t("dept.name")},{prop:"parentName",label:o["a"].t("dept.parentName")},{prop:"sort",label:o["a"].t("dept.sort")}],c=[{type:"edit",btnName:"编辑"},{type:"delete",btnName:"删除"}],l={mixins:[r["a"]],data:function(){return{urlOptions:{getDataListURL:"/sys/dept/list",deleteURL:"/sys/dept"},tableProps:d,tableBtn:c,addDeleteURL:!0,formConfig:[{type:"button",btnName:"新增",name:"add",color:"primary",plain:!0}]}},components:{AddOrUpdate:s["default"]},methods:{getDataList:function(){var t=this;this.dataListLoading=!0,this.$http.get(this.urlOptions.getDataListURL,{params:this.listQuery}).then((function(e){var a=e.data;if(t.dataListLoading=!1,0!==a.code)return t.tableData=[],t.listQuery.total=0,t.$message.error(a.msg);t.tableData=a.data,t.listQuery.total=a.data.total})).catch((function(){t.dataListLoading=!1}))}}},u=l,p=a("2877"),f=Object(p["a"])(u,i,n,!1,null,null,null);e["default"]=f.exports},"3d7b":function(t,e,a){"use strict";a("99af"),a("4160"),a("159b");e["a"]={data:function(){return{urlOptions:{submitURL:"",infoURL:"",getOption:!1,optionArrUrl:[],optionArr:{}},visible:!1,setData:!1,isGetCode:!1}},created:function(){},activated:function(){},methods:{init:function(t){var e=this;this.dataForm.id=t||"",this.visible=!0,this.urlOptions.getOption&&this.getArr(),this.$nextTick((function(){e.$refs["dataForm"].resetFields(),e.dataForm.id?e.$http.get("".concat(e.urlOptions.infoURL,"/").concat(e.dataForm.id)).then((function(t){var a=t.data;if(0!==a.code)return e.$message.error(a.msg);e.dataForm=a.data,e.setData&&e.setDataForm()})).catch((function(){})):e.isGetCode&&e.getCode()}))},getArr:function(){var t=this;this.urlOptions.optionArrUrl.forEach((function(e,a){t.$http.get(e,{params:{page:1,limit:500}}).then((function(e){var i=e.data;if(0!==i.code)return t.$message.error(i.msg);t.$set(t.urlOptions.optionArr,"arr".concat(a),i.data.list)})).catch((function(){}))}))},dataFormSubmit:function(){var t=this;this.$refs["dataForm"].validate((function(e){if(!e)return!1;t.$http[t.dataForm.id?"put":"post"](t.urlOptions.submitURL,t.dataForm).then((function(e){var a=e.data;if(0!==a.code)return t.$message.error(a.msg);t.$message({message:t.$t("prompt.success"),type:"success",duration:500,onClose:function(){t.visible=!1,t.$emit("successSubmit")}})})).catch((function(){}))}))},formClear:function(){this.$refs.dataForm.resetFields()}}}},"408c":function(t,e,a){var i=a("2b3e"),n=function(){return i.Date.now()};t.exports=n},5494:function(t,e,a){"use strict";a.r(e);var i=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("el-form",{ref:"dataForm",attrs:{model:t.dataForm,rules:t.dataRule,"label-width":"120px"},nativeOn:{keyup:function(e){return!e.type.indexOf("key")&&t._k(e.keyCode,"enter",13,e.key,"Enter")?null:t.dataFormSubmit()}}},[a("el-form-item",{attrs:{prop:"name",label:t.$t("dept.name")}},[a("el-input",{attrs:{placeholder:t.$t("dept.name")},model:{value:t.dataForm.name,callback:function(e){t.$set(t.dataForm,"name",e)},expression:"dataForm.name"}})],1),a("el-form-item",{staticClass:"dept-list",attrs:{prop:"parentName",label:t.$t("dept.parentName")}},[a("el-popover",{ref:"deptListPopover",attrs:{placement:"bottom-start",trigger:"click"},model:{value:t.deptListVisible,callback:function(e){t.deptListVisible=e},expression:"deptListVisible"}},[a("el-tree",{ref:"deptListTree",attrs:{data:t.deptList,props:{label:"name",children:"children"},"node-key":"id","highlight-current":!0,"expand-on-click-node":!1,accordion:""},on:{"current-change":t.deptListTreeCurrentChangeHandle}})],1),a("el-input",{directives:[{name:"popover",rawName:"v-popover:deptListPopover",arg:"deptListPopover"}],attrs:{readonly:!0,placeholder:t.$t("dept.parentName")},model:{value:t.dataForm.parentName,callback:function(e){t.$set(t.dataForm,"parentName",e)},expression:"dataForm.parentName"}},[1===t.$store.state.user.superAdmin&&"0"!==t.dataForm.pid?a("i",{staticClass:"el-icon-circle-close el-input__icon",attrs:{slot:"suffix"},on:{click:function(e){return e.stopPropagation(),t.deptListTreeSetDefaultHandle()}},slot:"suffix"}):t._e()])],1),a("el-form-item",{attrs:{prop:"sort",label:t.$t("dept.sort")}},[a("el-input-number",{attrs:{"controls-position":"right",min:0,label:t.$t("dept.sort")},model:{value:t.dataForm.sort,callback:function(e){t.$set(t.dataForm,"sort",e)},expression:"dataForm.sort"}})],1)],1)},n=[],r=(a("b0c0"),a("5530")),s=a("b047c"),o=a.n(s),d=a("3d7b"),c={mixins:[d["a"]],data:function(){return{urlOptions:{submitURL:"/sys/dept/",infoURL:"/sys/dept"},visible:!1,deptList:[],deptListVisible:!1,dataForm:{id:"",name:"",pid:"",parentName:"",sort:0}}},computed:{dataRule:function(){return{name:[{required:!0,message:this.$t("validate.required"),trigger:"blur"}],parentName:[{required:!0,message:this.$t("validate.required"),trigger:"change"}]}}},methods:{init:function(t){var e=this;this.dataForm.id=t||"",this.visible=!0,this.$nextTick((function(){e.$refs["dataForm"].resetFields(),e.getDeptList().then((function(){e.dataForm.id?e.getInfo():1===e.$store.state.user.superAdmin&&e.deptListTreeSetDefaultHandle()}))}))},getDeptList:function(){var t=this;return this.$http.get("/sys/dept/list").then((function(e){var a=e.data;if(0!==a.code)return t.$message.error(a.msg);t.deptList=a.data})).catch((function(){}))},getInfo:function(){var t=this;this.$http.get("/sys/dept/".concat(this.dataForm.id)).then((function(e){var a=e.data;return 0!==a.code?t.$message.error(a.msg):(t.dataForm=Object(r["a"])(Object(r["a"])({},t.dataForm),a.data),"0"===t.dataForm.pid?t.deptListTreeSetDefaultHandle():void t.$refs.deptListTree.setCurrentKey(t.dataForm.pid))})).catch((function(){}))},deptListTreeSetDefaultHandle:function(){this.dataForm.pid="0",this.dataForm.parentName=this.$t("dept.parentNameDefault")},deptListTreeCurrentChangeHandle:function(t){this.dataForm.pid=t.id,this.dataForm.parentName=t.name,this.deptListVisible=!1},dataFormSubmit:o()((function(){var t=this;this.$refs["dataForm"].validate((function(e){if(!e)return!1;t.$http[t.dataForm.id?"put":"post"]("/sys/dept",t.dataForm).then((function(e){var a=e.data;if(0!==a.code)return t.$message.error(a.msg);t.$message({message:t.$t("prompt.success"),type:"success",duration:500,onClose:function(){t.visible=!1,t.$emit("successSubmit")}})})).catch((function(){}))}))}),1e3,{leading:!0,trailing:!1})}},l=c,u=(a("9550"),a("2877")),p=Object(u["a"])(l,i,n,!1,null,null,null);e["default"]=p.exports},9550:function(t,e,a){"use strict";var i=a("1592"),n=a.n(i);n.a},b047c:function(t,e,a){var i=a("1a8c"),n=a("408c"),r=a("b4b0"),s="Expected a function",o=Math.max,d=Math.min;function c(t,e,a){var c,l,u,p,f,m,h=0,g=!1,b=!1,v=!0;if("function"!=typeof t)throw new TypeError(s);function L(e){var a=c,i=l;return c=l=void 0,h=e,p=t.apply(i,a),p}function $(t){return h=t,f=setTimeout(O,e),g?L(t):p}function y(t){var a=t-m,i=t-h,n=e-a;return b?d(n,u-i):n}function F(t){var a=t-m,i=t-h;return void 0===m||a>=e||a<0||b&&i>=u}function O(){var t=n();if(F(t))return U(t);f=setTimeout(O,y(t))}function U(t){return f=void 0,v&&c?L(t):(c=l=void 0,p)}function C(){void 0!==f&&clearTimeout(f),h=0,c=m=l=f=void 0}function x(){return void 0===f?p:U(n())}function D(){var t=n(),a=F(t);if(c=arguments,l=this,m=t,a){if(void 0===f)return $(m);if(b)return clearTimeout(f),f=setTimeout(O,e),L(m)}return void 0===f&&(f=setTimeout(O,e)),p}return e=r(e)||0,i(a)&&(g=!!a.leading,b="maxWait"in a,u=b?o(r(a.maxWait)||0,e):u,v="trailing"in a?!!a.trailing:v),D.cancel=C,D.flush=x,D}t.exports=c},b4b0:function(t,e,a){var i=a("1a8c"),n=a("ffd6"),r=NaN,s=/^\s+|\s+$/g,o=/^[-+]0x[0-9a-f]+$/i,d=/^0b[01]+$/i,c=/^0o[0-7]+$/i,l=parseInt;function u(t){if("number"==typeof t)return t;if(n(t))return r;if(i(t)){var e="function"==typeof t.valueOf?t.valueOf():t;t=i(e)?e+"":e}if("string"!=typeof t)return 0===t?t:+t;t=t.replace(s,"");var a=d.test(t);return a||c.test(t)?l(t.slice(2),a?2:8):o.test(t)?r:+t}t.exports=u},ed26:function(t,e,a){"use strict";a("d3b7"),a("3ca3"),a("ddb0"),a("2b3d");e["a"]={data:function(){return{urlOptions:{getDataListURL:"",deleteURL:"",statusUrl:"",exportUrl:""},addOrEditTitle:"",tableData:[],listQuery:{limit:10,page:1,total:1},addDeleteURL:!1,dataListLoading:!1,addOrUpdateVisible:!1}},created:function(){},activated:function(){this.getDataList()},methods:{getDataList:function(){var t=this;this.dataListLoading=!0,this.$http.get(this.urlOptions.getDataListURL,{params:this.listQuery}).then((function(e){var a=e.data;if(t.dataListLoading=!1,0!==a.code)return t.tableData=[],t.listQuery.total=0,t.$message.error(a.msg);t.tableData=a.data.list,t.listQuery.total=a.data.total})).catch((function(){t.dataListLoading=!1}))},sizeChangeHandle:function(t){this.listQuery.limit=t,this.listQuery.page=1,this.getDataList()},currentChangeHandle:function(t){this.listQuery.page=t,this.getDataList()},addOrUpdateHandle:function(t){var e=this;this.addOrUpdateVisible=!0,this.$nextTick((function(){e.$refs.addOrUpdate.init(t)}))},cancel:function(t){this.$refs["popover-"+t].showPopper=!1},changeStatus:function(t){var e=this;this.$http.post(this.urlOptions.statusUrl,{id:t}).then((function(a){var i=a.data;if(0!==i.code)return e.$message.error(i.msg);e.$refs["popover-"+t].showPopper=!1,e.$message({message:e.$t("prompt.success"),type:"success",duration:500,onClose:function(){e.getDataList()}})})).catch((function(){}))},handleClick:function(t){var e=this;"edit"===t.type?(this.addOrUpdateVisible=!0,this.addOrEditTitle="编辑",this.$nextTick((function(){e.$refs.addOrUpdate.init(t.data.id)}))):"delete"===t.type?this.deleteHandle(t.data.id,t.data._pageIndex):this.btnFun(t)},deleteHandle:function(t,e){var a=this;this.$confirm("确定对[序号=".concat(e,"]进行删除操作?"),"提示",{confirmButtonText:"确定",cancelButtonText:"取消",type:"warning"}).then((function(){a.$http.delete(a.urlOptions.deleteURL+(a.addDeleteURL?"/"+t:""),{data:[t]}).then((function(t){var e=t.data;e&&0===e.code?a.$message({message:"操作成功",type:"success",duration:1500,onClose:function(){a.getDataList()}}):a.$message.error(e.msg)}))})).catch((function(){}))},buttonClick:function(t){switch(t.btnName){case"search":this.listQuery.xm1=t.xm1,this.listQuery.xm2=t.xm2,this.listQuery.page=1,this.getDataList();break;case"add":this.addOrEditTitle="新增",this.addOrUpdateVisible=!0,this.addOrUpdateHandle();break;default:console.log(t)}},handleCancel:function(){this.$refs.addOrUpdate.formClear(),this.addOrUpdateVisible=!1,this.addOrEditTitle=""},handleConfirm:function(){this.$refs.addOrUpdate.dataFormSubmit()},successSubmit:function(){this.handleCancel(),this.getDataList()},exportHandle:function(t){this.$http.get(this.urlOptions.exportUrl,{responseType:"blob"}).then((function(e){var a=e.data,i=new Date,n=i.getFullYear(),r=i.getMonth()+1,s=i.getDate();r>=1&&r<=9&&(r="0"+r),s>=0&&s<=9&&(s="0"+s);var o=n+"-"+r+"-"+s,d=new Blob([a]),c=document.createElement("a"),l=window.URL.createObjectURL(d);c.href=l,c.download="".concat(t+o,".xls"),document.body.appendChild(c),c.click(),document.body.removeChild(c),window.URL.revokeObjectURL(l)})).catch((function(){}))}}}},ffd6:function(t,e,a){var i=a("3729"),n=a("1310"),r="[object Symbol]";function s(t){return"symbol"==typeof t||n(t)&&i(t)==r}t.exports=s}}]); |