選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 

1 行
9.9 KiB

  1. "use strict";(self["webpackChunktft_mes"]=self["webpackChunktft_mes"]||[]).push([[3385],{8027:function(t,e,a){a.d(e,{Z:function(){return l}});var i=function(){var t=this,e=t._self._c;return e("div",[e("el-tag",{attrs:{size:"medium",type:t.tagType}},[t._v(t._s(t.showName))])],1)},n=[],r={name:"statusTag",props:{injectData:{type:Object,default:()=>({})}},data(){return{tagType:"",showName:"",list:JSON.parse(localStorage.getItem("publicList")).enabledVoList}},mounted(){this.init()},methods:{init(){1===this.injectData.enabled?this.tagType="":this.tagType="warning",this.list&&this.list.map((t=>{t.dataCode===this.injectData.enabled&&(this.showName=t.dataName)}))}},watch:{injectData(t,e){e.enabled!==t.enabled&&this.init()}}},s=r,o=a(1001),u=(0,o.Z)(s,i,n,!1,null,null,null),l=u.exports},3385:function(t,e,a){a.r(e),a.d(e,{default:function(){return Z}});var i=function(){var t=this,e=t._self._c;return e("div",{staticClass:"page-box"},[e("search-bar",{ref:"searchBarForm",attrs:{formConfigs:t.formConfig},on:{headBtnClick:t.buttonClick}}),e("base-table",{attrs:{page:t.listQuery.current,limit:t.listQuery.size,"table-props":t.tableProps,"table-data":t.tableData,"max-height":t.tableH}},[t.tableBtn.length?e("method-btn",{attrs:{slot:"handleBtn",width:120,label:"操作","method-list":t.tableBtn},on:{clickBtn:t.handleClick},slot:"handleBtn"}):t._e()],1),e("pagination",{attrs:{page:t.listQuery.current,limit:t.listQuery.size,total:t.total},on:{"update:page":function(e){return t.$set(t.listQuery,"current",e)},"update:limit":function(e){return t.$set(t.listQuery,"size",e)},pagination:function(e){return t.getList()}}}),e("base-dialog",{attrs:{dialogTitle:t.addOrEditTitle,dialogVisible:t.centervisible,"before-close":t.handleCancel},on:{cancel:t.handleCancel,confirm:t.handleConfirm}},[e("consumables-add",{ref:"consumablesAdd",on:{successSubmit:t.successSubmit}})],1)],1)},n=[],r=function(){var t=this,e=t._self._c;return e("el-form",{ref:"form",attrs:{rules:t.rules,"label-width":"100px",model:t.form}},[e("el-form-item",{attrs:{label:"耗材名称",prop:"name"}},[e("el-input",{attrs:{placeholder:"耗材名称"},model:{value:t.form.name,callback:function(e){t.$set(t.form,"name",e)},expression:"form.name"}})],1),e("el-form-item",{attrs:{label:"耗材规格",prop:"spec"}},[e("el-input",{attrs:{placeholder:"耗材规格"},model:{value:t.form.spec,callback:function(e){t.$set(t.form,"spec",e)},expression:"form.spec"}})],1),e("el-form-item",{attrs:{label:"耗材单位",prop:"unit"}},[e("el-input",{attrs:{placeholder:"耗材单位"},model:{value:t.form.unit,callback:function(e){t.$set(t.form,"unit",e)},expression:"form.unit"}})],1),e("el-form-item",{attrs:{label:"基础消耗量",prop:"basicConsume"}},[e("el-input-number",{staticStyle:{width:"100%"},attrs:{min:0,max:999999999,precision:2,step:1},model:{value:t.form.basicConsume,callback:function(e){t.$set(t.form,"basicConsume",e)},expression:"form.basicConsume"}})],1),e("el-form-item",{directives:[{name:"show",rawName:"v-show",value:t.isEdit,expression:"isEdit"}],attrs:{label:"状态",prop:"enabled"}},[e("el-select",{staticStyle:{width:"100%"},attrs:{placeholder:"状态"},model:{value:t.form.enabled,callback:function(e){t.$set(t.form,"enabled",e)},expression:"form.enabled"}},t._l(t.stateList,(function(t,a){return e("el-option",{key:a,attrs:{label:t.dataName,value:t.dataCode}})})),1)],1)],1)},s=[],o=a(910),u={name:"ConsumablesAdd",data(){return{form:{id:"",name:"",spec:"",unit:"",basicConsume:"",enabled:1},rules:{name:[{required:!0,message:"请输入耗材名称",trigger:"blur"}],spec:[{required:!0,message:"请输入耗材规格",trigger:"blur"}]},stateList:JSON.parse(localStorage.getItem("publicList")).enabledVoList,isEdit:!1}},methods:{init(t){t?(this.form.id=t.id,(0,o.b8)({id:t.id}).then((e=>{0===e.code&&(console.log(e),this.form.name=e.data.name,this.form.spec="copy"===t.type?"":e.data.spec,this.form.unit=e.data.unit,this.form.basicConsume=e.data.basicConsume,this.form.enabled=e.data.enabled)})),"edit"===t.type?this.isEdit=!0:(this.isEdit=!1,this.form.id="")):(this.isEdit=!1,this.form.id="")},submitForm(){this.$refs["form"].validate((t=>{if(!t)return!1;this.isEdit?(0,o.Or)({...this.form}).then((t=>{0===t.code&&(this.$message({message:"操作成功",type:"success"}),this.$emit("successSubmit"))})):(0,o.Sc)({...this.form}).then((t=>{0===t.code&&(this.$message({message:"操作成功",type:"success"}),this.$emit("successSubmit"))}))}))},formClear(){this.$refs.form.resetFields(),this.isEdit=!1}}},l=u,c=a(1001),d=(0,c.Z)(l,r,s,!1,null,null,null),m=d.exports,f=a(475),p=a(8027);const b=[{prop:"name",label:"耗材名称"},{prop:"spec",label:"耗材规格"},{prop:"unit",label:"耗材单位"},{prop:"basicConsume",label:"基础消耗量"},{prop:"enabled",label:"状态",width:120,subcomponent:p.Z}],h=[{type:"edit",btnName:"编辑"},{type:"copy",btnName:"复制"}];var g={name:"ConsumablesConfig",components:{ConsumablesAdd:m},data(){return{formConfig:[{type:"input",label:"耗材名称",placeholder:"耗材名称",param:"name"},{type:"input",label:"耗材规格",placeholder:"耗材规格",param:"spec"},{type:"select",label:"状态",selectOptions:JSON.parse(localStorage.getItem("publicList")).enabledVoList,labelField:"dataName",valueField:"dataCode",param:"enabled",defaultSelect:"",width:120},{type:"button",btnName:"查询",name:"search",color:"primary"},{type:"button",btnName:"重置",name:"reset"},{type:"separate"},{type:"button",btnName:"新增",name:"add",color:"success",plain:!0}],tableProps:b,tableData:[],tableBtn:h,tableH:(0,f.NC)(265),total:0,listQuery:{current:1,size:20},centervisible:!1,addOrEditTitle:""}},mounted(){window.addEventListener("resize",(()=>{this.tableH=(0,f.NC)(265)})),this.getList()},methods:{getList(){(0,o.WZ)({...this.listQuery}).then((t=>{console.log(t),0===t.code&&(this.total=t.data.total,this.tableData=t.data.records)}))},buttonClick(t){switch(console.log(t),t.btnName){case"search":this.listQuery.enabled=t.enabled,this.listQuery.spec=t.spec,this.listQuery.name=t.name,this.listQuery.current=1,this.getList();break;case"reset":this.$refs.searchBarForm.resetForm(),this.listQuery.enabled="",this.listQuery.spec="",this.listQuery.name="",this.listQuery.current=1,this.getList();break;default:this.addOrEditTitle="新增",this.centervisible=!0,this.$nextTick((()=>{this.$refs.consumablesAdd.init()}))}},handleClick(t){if("edit"===t.type){this.addOrEditTitle="编辑";const e={id:t.data.id,type:"edit"};this.$nextTick((()=>{this.$refs.consumablesAdd.init(e)})),this.centervisible=!0}else if("copy"===t.type){this.addOrEditTitle="新增";const e={id:t.data.id,type:"copy"};this.$nextTick((()=>{this.$refs.consumablesAdd.init(e)})),this.centervisible=!0}},handleCancel(){this.$refs.consumablesAdd.formClear(),this.centervisible=!1,this.addOrEditTitle=""},handleConfirm(){this.$refs.consumablesAdd.submitForm()},successSubmit(){this.handleCancel(),this.getList()}}},C=g,y=(0,c.Z)(C,i,n,!1,null,null,null),Z=y.exports},910:function(t,e,a){a.d(e,{$0:function(){return N},A0:function(){return k},D0:function(){return s},ER:function(){return Q},Kl:function(){return $},ME:function(){return c},Or:function(){return g},P4:function(){return l},Py:function(){return d},Qj:function(){return v},Sc:function(){return b},Sl:function(){return C},WZ:function(){return p},Wj:function(){return u},Zs:function(){return n},_:function(){return x},_1:function(){return y},ag:function(){return w},b8:function(){return h},dN:function(){return m},fZ:function(){return f},jF:function(){return r},oW:function(){return S},qT:function(){return Z},sU:function(){return o},tb:function(){return L},xf:function(){return E}});var i=a(8859);function n(t){return(0,i.Z)({url:"/basic/account/page",method:"post",data:t})}function r(t){return(0,i.Z)({url:"/basic/account/add",method:"post",data:t})}function s(t){return(0,i.Z)({url:"/basic/account/get",method:"post",data:t})}function o(t){return(0,i.Z)({url:"/basic/account/update",method:"post",data:t})}function u(t){return(0,i.Z)({url:"/basic/sparePartsConfiguration/page",method:"post",data:t})}function l(t){return(0,i.Z)({url:"/basic/sparePartsConfiguration/add",method:"post",data:t})}function c(t){return(0,i.Z)({url:"/basic/sparePartsConfiguration/get",method:"post",data:t})}function d(t){return(0,i.Z)({url:"/basic/sparePartsConfiguration/update",method:"post",data:t})}function m(t){return(0,i.Z)({url:"/basic/sparePartsConfiguration/getNameList",method:"post",data:t})}function f(t){return(0,i.Z)({url:"/basic/sparePartsConfiguration/getModelList",method:"post",data:t})}function p(t){return(0,i.Z)({url:"/basic/consumableConfiguration/page",method:"post",data:t})}function b(t){return(0,i.Z)({url:"/basic/consumableConfiguration/add",method:"post",data:t})}function h(t){return(0,i.Z)({url:"/basic/consumableConfiguration/get",method:"post",data:t})}function g(t){return(0,i.Z)({url:"/basic/consumableConfiguration/update",method:"post",data:t})}function C(t){return(0,i.Z)({url:"/basic/consumableConfiguration/getMaterialList",method:"post",data:t})}function y(t){return(0,i.Z)({url:"/basic/consumableConfiguration/materialList",method:"post",data:t})}function Z(t){return(0,i.Z)({url:"/basic/sideLibraryConfiguration/page",method:"post",data:t})}function v(t){return(0,i.Z)({url:"/basic/sideLibraryConfiguration/add",method:"post",data:t})}function L(t){return(0,i.Z)({url:"/basic/sideLibraryConfiguration/get",method:"post",data:t})}function $(t){return(0,i.Z)({url:"/basic/sideLibraryConfiguration/update",method:"post",data:t})}function k(t){return(0,i.Z)({url:"/basic/sideLibraryConfiguration/list",method:"post",data:t})}function N(t){return(0,i.Z)({url:"/basic/equipmentConfiguration/page",method:"post",data:t})}function w(t){return(0,i.Z)({url:"/basic/equipmentConfiguration/add",method:"post",data:t})}function E(t){return(0,i.Z)({url:"/basic/equipmentConfiguration/get",method:"post",data:t})}function S(t){return(0,i.Z)({url:"/basic/equipmentConfiguration/update",method:"post",data:t})}function x(t){return(0,i.Z)({url:"/basic/equipmentConfiguration/getUnitList",method:"post",formState:!0,data:t})}function Q(t){return(0,i.Z)({url:"/basic/equipmentConfiguration/getEqCode",method:"post",data:t})}}}]);