accounting/accounting/t/static/js/chunk-02bdebf2.ba8e5527.js
2024-07-31 16:16:21 +08:00

1 line
7.4 KiB
JavaScript

(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-02bdebf2"],{"582e":function(t,e,s){"use strict";s("6465")},6465:function(t,e,s){},d781:function(t,e,s){"use strict";s.d(e,"d",(function(){return a})),s.d(e,"a",(function(){return i})),s.d(e,"b",(function(){return l})),s.d(e,"e",(function(){return n})),s.d(e,"f",(function(){return u})),s.d(e,"c",(function(){return c}));s("ed08");var r=s("b775"),o=".dspy";function a(t){return Object(r["a"])({url:"issues/getissues".concat(o),method:"get",params:t})}function i(t){return Object(r["a"])({url:"issues/addissues".concat(o),method:"get",params:t})}function l(t){return Object(r["a"])({url:"issues/closeissues".concat(o),method:"get",params:t})}function n(t){return Object(r["a"])({url:"issues/addissues_handle".concat(o),method:"get",params:t})}function u(t){return Object(r["a"])({url:"issues/adduserissues_handle".concat(o),method:"get",params:t})}function c(t){return Object(r["a"])({url:"issues/getuserissues_handle".concat(o),method:"get",params:t})}},f2b7:function(t,e,s){"use strict";s.r(e);var r=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"workOrderProcessing"},[s("el-card",{staticClass:"workOrderList"},[s("el-tabs",{model:{value:t.activeName,callback:function(e){t.activeName=e},expression:"activeName"}},[s("el-tab-pane",{attrs:{label:"待处理",name:"first"}},[s("el-table",{staticStyle:{width:"100%"},attrs:{data:t.orderList,height:"700"}},[s("el-table-column",{attrs:{prop:"title",label:"标题",width:"150px"}}),s("el-table-column",{attrs:{prop:"description",label:"描述","show-overflow-tooltip":!0}}),s("el-table-column",{attrs:{prop:"create_date",label:"创建时间",width:"150px"}}),s("el-table-column",{attrs:{prop:"",label:"结束时间",width:"150px"},scopedSlots:t._u([{key:"default",fn:function(e){return[t._v(" "+t._s(null==e.row.finish_date?"未结束":e.row.finish_date)+" ")]}}])}),s("el-table-column",{attrs:{label:"工单状态",width:"150px"},scopedSlots:t._u([{key:"default",fn:function(e){return[t._v(" "+t._s(t.getResult(e.row.issue_status))+" ")]}}])}),s("el-table-column",{attrs:{label:"操作"},scopedSlots:t._u([{key:"default",fn:function(e){return[s("el-button",{attrs:{type:"primary",size:"small",disabled:6==e.row.issue_status},on:{click:function(s){return t.offWorkOrder(e.row)}}},[t._v("关闭工单")]),s("el-button",{attrs:{type:"primary",size:"small",disabled:6==e.row.issue_status},on:{click:function(s){return t.recoverWorkOrder(e.row)}}},[t._v("回复")]),s("el-button",{attrs:{type:"primary",size:"small"},on:{click:function(s){return t.lookHistory(e.row)}}},[t._v("历史信息")])]}}])})],1)],1),s("el-tab-pane",{attrs:{label:"已关闭",name:"second"}},[s("el-table",{staticStyle:{width:"100%"},attrs:{data:t.orderList1,height:"700"}},[s("el-table-column",{attrs:{prop:"title",label:"标题",width:"150px"}}),s("el-table-column",{attrs:{prop:"description",label:"描述","show-overflow-tooltip":!0}}),s("el-table-column",{attrs:{prop:"create_date",label:"创建时间",width:"150px"}}),s("el-table-column",{attrs:{prop:"",label:"结束时间",width:"150px"},scopedSlots:t._u([{key:"default",fn:function(e){return[t._v(" "+t._s(null==e.row.finish_date?"未结束":e.row.finish_date)+" ")]}}])}),s("el-table-column",{attrs:{label:"工单状态",width:"150px"},scopedSlots:t._u([{key:"default",fn:function(e){return[t._v(" "+t._s(t.getResult(e.row.issue_status))+" ")]}}])}),s("el-table-column",{attrs:{label:"操作"},scopedSlots:t._u([{key:"default",fn:function(e){return[s("el-button",{attrs:{type:"primary",size:"small",disabled:6==e.row.issue_status},on:{click:function(s){return t.offWorkOrder(e.row)}}},[t._v("关闭工单")]),s("el-button",{attrs:{type:"primary",size:"small",disabled:6==e.row.issue_status},on:{click:function(s){return t.recoverWorkOrder(e.row)}}},[t._v("回复")]),s("el-button",{attrs:{type:"primary",size:"small"},on:{click:function(s){return t.lookHistory(e.row)}}},[t._v("历史信息")])]}}])})],1)],1)],1)],1),s("el-dialog",{staticClass:"dialog",attrs:{title:"回复",visible:t.dialogFormVisible,width:"35%"},on:{"update:visible":function(e){t.dialogFormVisible=e}}},[s("el-form",{ref:"form",attrs:{model:t.form,rules:t.rules,"label-width":"120px"}},[s("el-form-item",{attrs:{label:"标题:",prop:"handle_text"}},[s("el-input",{attrs:{type:"textarea",rows:2,placeholder:"请输入回复内容"},model:{value:t.form.handle_text,callback:function(e){t.$set(t.form,"handle_text",e)},expression:"form.handle_text"}})],1)],1),s("div",{staticClass:"dialog-footer",attrs:{slot:"footer"},slot:"footer"},[s("el-button",{attrs:{size:"small"},on:{click:t.cancel}},[t._v("取 消")]),s("el-button",{attrs:{type:"primary",size:"small"},on:{click:function(e){return t.onsubmit()}}},[t._v("确 定")])],1)],1),s("el-dialog",{staticClass:"historyDialog",attrs:{title:"历史信息",visible:t.historyDialog,width:"40%"},on:{"update:visible":function(e){t.historyDialog=e}}},[s("el-table",{staticStyle:{width:"100%"},attrs:{data:t.historyInfo,height:"300"}},[s("el-table-column",{attrs:{prop:"handleridname",label:"发件人",width:"100px"}}),s("el-table-column",{attrs:{prop:"handle_at",label:"时间",width:"160px"}}),s("el-table-column",{attrs:{prop:"handle_text",label:"内容","show-overflow-tooltip":!0}})],1),s("div",{staticClass:"dialog-footer",attrs:{slot:"footer"},slot:"footer"},[s("el-button",{attrs:{type:"primary",size:"small"},on:{click:function(e){return t.cancelHistory()}}},[t._v("关闭")])],1)],1)],1)},o=[],a=(s("4de4"),s("d3b7"),s("d781")),i={data:function(){return{dialogFormVisible:!1,historyDialog:!1,issueid:null,page:1,select:"",searchValue:"",orderList:[],orderList1:[],historyInfo:[],userId:sessionStorage.getItem("userId"),activeName:"first",form:{handle_text:""},rules:{handle_text:[{required:!0,message:"请输入回复内容",trigger:"blur"}]}}},created:function(){this.getWorkOrde()},methods:{getWorkOrde:function(){var t=this,e={page:this.page,type:100};Object(a["d"])(e).then((function(e){t.orderList=e.data.rows.filter((function(t){return 6!=t.issue_status})),t.orderList1=e.data.rows.filter((function(t){return 6==t.issue_status}))}))},lookHistory:function(t){var e=this;this.historyDialog=!0,Object(a["c"])({issueid:t.id}).then((function(t){e.historyInfo=t.data}))},offWorkOrder:function(t){var e=this;this.$confirm("确定关闭订单?","提示",{confirmButtonText:"确定",cancelButtonText:"取消",type:"warning"}).then((function(){Object(a["b"])({id:t.id}).then((function(t){1==t.status?(e.$message({message:"订单关闭成功",type:"success"}),e.getWorkOrde()):e.$message({message:t.msg,type:"error"})}))})).catch((function(){e.$message({type:"info",message:"已取消关闭"})}))},recoverWorkOrder:function(t){console.log(t),this.dialogFormVisible=!0,this.issueid=t.id},onsubmit:function(){var t=this,e={handlerid:this.userId,issueid:this.issueid,handle_text:this.form.handle_text};Object(a["e"])(e).then((function(e){1==e.status?(t.$message({message:"回复成功",type:"success"}),t.dialogFormVisible=!1,t.$refs.form.resetFields()):t.$message({message:e.msg,type:"error"})}))},cancel:function(){this.dialogFormVisible=!1,this.$refs.form.resetFields()},cancelHistory:function(){this.historyDialog=!1},search:function(){},selectSearch:function(){},getResult:function(t){switch(t){case"0":return"待处理";case"1":return"已同步供应商";case"2":return"供应商已完成";case"3":return"供应商拒绝";case"4":return"本地处理中";case"5":return"已完成";case"6":return"已关闭"}}}},l=i,n=(s("582e"),s("2877")),u=Object(n["a"])(l,r,o,!1,null,"06ee0082",null);e["default"]=u.exports}}]);