mirror of
https://github.com/hpd840321/starRiverProperty.git
synced 2026-06-10 00:40:30 +08:00
4f79e10bd6
Former-commit-id: 376f94edd602d3dfed1cbada6e08361ee7b08e73
1 line
21 KiB
JavaScript
1 line
21 KiB
JavaScript
webpackJsonp([161],{Ey0V:function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var a=i("Xxa5"),n=i.n(a),s=i("Dd8w"),l=i.n(s),o=i("exGp"),r=i.n(o),c=i("EEkg"),p=i("x1DN"),m=i("7PvZ"),d=i("vMX1"),u={components:{cascader:p.a,searchPage:d.a,morer:m.a},name:"addPromotion",props:{title:{type:String,default:""}},data:function(){return{stepForm:{rowsOfPage:10,currentPage:1,deviceStatus:null,deviceTypeId:null,orgId:null},deviceStatusList:[{label:"在线",value:"2"},{label:"离线",value:"3"},{label:"禁用",value:"1"}],ruleForm:{name:"",type:"",code:"",delivery:!1,supplierName:"",remark:""},isSub:!1,isEdit:!1,engineTypes:[],loading:!1,states:[],active:0,stepTwoForm:{netLimit:""},startTime:"",endTime:"",stepOneDisabled:!0,stepTwoDisabled:!0,tableData:[],engineRecogTypes:[],mechanismTypes:[],isAllDevice:!1,selectNum:0,selectData:[],multipleSelectionAll:[],multipleSelection:[],idKey:"id",deviceIds:[],allDeviceList:[],versionList:[],stepThreeData:{},isFalse:!1,errMessage:"",rules:{deviceTypeId:[{required:!0,message:"请选择设备类型",trigger:"change"}]},rules2:{name:[{required:!0,message:"请输入升级任务名称",trigger:"blur"},{min:1,max:32,message:"长度在 1 到 32 个字符",trigger:"blur"}],upgradeId:[{required:!0,message:"请选择目标版本",trigger:"change"}],netLimit:[{required:!0,message:"请输入宽带限制",trigger:"blur"},{type:"number",min:0,max:999999,message:"长度在 1 到 6 位之间的数字",trigger:"blur"}]},handleList:[],hasEngine:!0,disabledNum:0}},mounted:function(){this.$refs.table.toggleRowSelection(this.tableData,!0)},created:function(){this.fetchTypeList(),this.fetchMechanismList(),this.fetchRecogTypeList()},methods:{next:function(){this.active++},oneNext:function(){var e=this;this.multipleSelectionAll.length<1?this.$message.warning("请先选择设备"):(this.multipleSelectionAll.map(function(t){e.deviceIds.push(t.id)}),this.fetchVersionList(),this.active++)},upStep:function(){this.active--},getRowKeys:function(e){return e.id},searchDevice:function(e){var t=this;this.$refs[e].validate(function(e){if(!e)return!1;t.stepForm.currentPage=1,t.fetchData(),setTimeout(function(){t.selectNum=0},500)})},fetchData:function(e){var t=this;return r()(n.a.mark(function e(){var i;return n.a.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:return t.tableLoading=!0,e.next=3,c.a.search(l()({},t.stepForm));case 3:i=e.sent,t.tableData=i.data,t.hasEngine=!(t.tableData.length>0),t.total=i.total,t.tableLoading=!1,setTimeout(function(){t.setSelectRow(),t.fetchDisabledNum()},100),t.tableData.map(function(e){t.selectData.map(function(t){e.id==t&&(e.isSelect=!0)})});case 10:case"end":return e.stop()}},e,t)}))()},handleSizeChange:function(e){this.changePageCoreRecordData(),this.stepForm.rowsOfPage=e,this.fetchData()},handleCurrentChange:function(e){this.changePageCoreRecordData(),this.stepForm.currentPage=e,this.fetchData()},fetchTypeList:function(){var e=this;c.a.typeList().then(function(t){e.engineTypes=t}).catch(function(t){e.$message.error(t.message)})},fetchVersionList:function(){var e=this;c.a.versionList().then(function(t){e.versionList=t}).catch(function(t){e.$message.error(t.message)})},fetchCreateData:function(){var e=this,t=l()({},this.ruleForm);(this.ifEdit?c.a.edit(t):c.a.add(t)).then(function(t){e.$message.success(t.message)}).catch(function(t){e.$message.error(t.message)}),setTimeout(function(){e.$emit("fetchData")},500)},submitForm:function(e){var t=this;this.$refs[e].validate(function(e){if(!e)return!1;t.fetchCreateData()})},resetForm:function(e){this.$refs[e].resetFields(),this.tableData=[],this.total=0,this.multipleSelectionAll=[],this.hasEngine=!0},remoteMethod:function(e){var t=this;e?(this.loading=!0,setTimeout(function(){t.loading=!1,t.options4=t.list.filter(function(t){return t.label.toLowerCase().indexOf(e.toLowerCase())>-1})},200)):this.options4=[]},transterRecogType:function(e){if(e){var t=e.split("#"),i=t.length>1?t[1]:"";return this.engineRecogTypes.some(function(e){if(e.value===i)return i=e.label,!0}),i}return""},fetchRecogTypeList:function(){var e=this;c.a.typeRecogList().then(function(t){e.engineRecogTypes=t}).catch(function(t){e.$message.error(t.message)})},fetchMechanismList:function(){var e=this;c.a.mechanismList().then(function(t){e.mechanismTypes=t}).catch(function(t){e.$message.error(t.message)})},allDevice:function(){var e=this;this.tableData.forEach(function(t){e.$refs.table.toggleRowSelection(t,!0)}),this.isAllDevice=!0,this.selectNum=this.total,this.$refs.stepForm.validate(function(t){if(!t)return!1;0!=e.tableData.length?c.a.deviceList(l()({},e.stepForm,{currentPage:"",rowsOfPage:""})).then(function(t){e.allDeviceList=t.data,e.multipleSelectionAll=t.data,e.fetchDisabledNum()}).catch(function(t){e.$message.error(t.message)}):e.$message.warning("暂无设备")})},clearAll:function(){var e=this;this.multipleSelectionAll=[],this.tableData.forEach(function(t){e.$refs.table.toggleRowSelection(t,!1),e.isAllDevice=!1,e.selectNum=0})},checkSelectable:function(e){return!this.isAllDevice},setSelectRow:function(){if(this.multipleSelectionAll&&!(this.multipleSelectionAll.length<=0)){var e=this.idKey,t=[];this.multipleSelectionAll.forEach(function(i){t.push(i[e])});for(var i=0;i<this.tableData.length;i++)t.indexOf(this.tableData[i][e])>=0&&this.$refs.table.toggleRowSelection(this.tableData[i],!0)}},arrayUnique2:function(e,t){var i={};return e.reduce(function(e,a){return!i[a[t]]&&(i[a[t]]=e.push(a)),e},[])},fetchDisabledNum:function(){var e=this;this.disabledNum=0,this.multipleSelectionAll.forEach(function(t){1==t.deviceStatus&&e.disabledNum++})},changePageCoreRecordData:function(){var e=this.idKey,t=this;if(this.multipleSelectionAll.length<=0)this.multipleSelectionAll=this.multipleSelection;else{var i=[];this.multipleSelectionAll.forEach(function(t){i.push(t[e])});var a=[];this.multipleSelection.forEach(function(n){a.push(n[e]),i.indexOf(n[e])<0&&t.multipleSelectionAll.push(n)});var n=[];this.tableData.forEach(function(t){a.indexOf(t[e])<0&&n.push(t[e])}),n.forEach(function(a){if(i.indexOf(a)>=0)for(var n=0;n<t.multipleSelectionAll.length;n++)if(t.multipleSelectionAll[n][e]==a){t.multipleSelectionAll.splice(n,1);break}})}},selectAll:function(e){this.multipleSelectionAll=0==this.multipleSelectionAll.length?e:this.multipleSelectionAll,this.selectNum=this.multipleSelectionAll.length,this.getAllSelectionData()},getAllSelectionData:function(){var e=this;this.disabledNum=0,this.changePageCoreRecordData(),this.selectNum=this.multipleSelectionAll.length,this.multipleSelectionAll.forEach(function(t){1==t.deviceStatus&&e.disabledNum++})},handleSelectionChange:function(e){this.multipleSelection=e,this.disabledNum=0,this.multipleSelectionAll[0]&&this.multipleSelectionAll[0]instanceof Array&&this.multipleSelectionAll.shift(),this.selectNum=this.multipleSelectionAll.length},handleSelect:function(e,t){this.getAllSelectionData()},submitData:function(e){var t=this;this.startTime&&this.endTime?this.$refs[e].validate(function(e){if(!e)return!1;t.stepTwoForm.deviceIds=t.deviceIds,t.startTime.replace(/:/g,"")>t.endTime.replace(/:/g,"")?t.stepTwoForm.timeLimit=t.startTime+"~次日"+t.endTime:t.stepTwoForm.timeLimit=t.startTime+"~"+t.endTime,c.a.submitUpgrade(t.stepTwoForm).then(function(e){t.active++,t.stepThreeData=e.data,t.$message.success(e.message)}).catch(function(e){t.active++,t.isFalse=!0,t.errMessage=e.message})}):this.$message.warning("请选择升级时间")},newAgain:function(){this.$router.go(0)},goBack:function(){this.$router.go(-1)}}},h={render:function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",[i("div",{staticClass:"app-container"},[i("el-card",{staticStyle:{"margin-bottom":"24px","padding-bottom":"10px","margin-top":"14px","text-align":"center"}},[i("div",[i("span",[0==e.active?i("span",{staticClass:"red-icon"},[e._v("1")]):i("svg-icon",{staticClass:"icon",staticStyle:{width:"32px",height:"32px",position:"relative",top:"10px"},attrs:{"icon-class":"icon_step_sucess"}}),e._v(" "),i("span",{class:{"two-color":0==e.active,"one-color":0!=e.active}},[e._v("选择需要升级的设备")])],1),e._v(" "),i("span",{staticClass:"line-next"}),e._v(" "),i("span",[1==e.active?i("span",{staticClass:"red-icon"},[e._v("2")]):e._e(),e._v(" "),0==e.active?i("span",{staticClass:"gray-icon"},[e._v("2")]):e._e(),e._v(" "),2==e.active?i("svg-icon",{staticClass:"icon",staticStyle:{width:"32px",height:"32px",position:"relative",top:"10px"},attrs:{"icon-class":"icon_step_sucess"}}):e._e(),e._v(" "),i("span",{class:{"one-color":2==e.active,"two-color":1==e.active,"three-color":0==e.active}},[e._v("升级策略设置")])],1),e._v(" "),i("span",{staticClass:"line-next"}),e._v(" "),i("span",[2!=e.active?i("span",{staticClass:"gray-icon"},[e._v("3")]):i("span",{staticClass:"red-icon"},[e._v("3")]),e._v(" "),i("span",{class:{"two-color":2==e.active,"three-color":2!=e.active}},[e._v("完成")])])])]),e._v(" "),i("el-card",{staticClass:"upadd-card",attrs:{shadow:"hover"}},[i("div",{directives:[{name:"show",rawName:"v-show",value:0==e.active,expression:"active==0"}],staticClass:"stpe-one"},[i("div",{staticClass:"add-form"},[i("el-form",{ref:"stepForm",attrs:{inline:"","label-width":"120px",model:e.stepForm,rules:e.rules}},[i("el-form-item",{attrs:{label:"设备类型",prop:"deviceTypeId"}},[i("el-select",{model:{value:e.stepForm.deviceTypeId,callback:function(t){e.$set(e.stepForm,"deviceTypeId",t)},expression:"stepForm.deviceTypeId"}},e._l(e.engineTypes,function(e,t){return i("el-option",{key:t,attrs:{label:e.label,value:e.value}})}),1)],1),e._v(" "),i("el-form-item",{attrs:{label:"设备状态",prop:"deviceStatus"}},[i("el-select",{model:{value:e.stepForm.deviceStatus,callback:function(t){e.$set(e.stepForm,"deviceStatus",t)},expression:"stepForm.deviceStatus"}},e._l(e.deviceStatusList,function(e,t){return i("el-option",{key:t,attrs:{label:e.label,value:e.value}})}),1)],1),e._v(" "),i("el-form-item",{attrs:{label:"所属机构",prop:"orgId"}},[i("cascader",{model:{value:e.stepForm.orgId,callback:function(t){e.$set(e.stepForm,"orgId",t)},expression:"stepForm.orgId"}})],1),e._v(" "),i("el-form-item",{attrs:{label:"设备名称",prop:"deviceName"}},[i("el-input",{attrs:{placeholder:"请输入设备名称",maxlength:"32"},model:{value:e.stepForm.deviceName,callback:function(t){e.$set(e.stepForm,"deviceName","string"==typeof t?t.trim():t)},expression:"stepForm.deviceName"}})],1),e._v(" "),i("el-form-item",{attrs:{label:"设备编号",prop:"deviceCode"}},[i("el-input",{attrs:{placeholder:"请输入设备编号",maxlength:"32"},model:{value:e.stepForm.deviceCode,callback:function(t){e.$set(e.stepForm,"deviceCode","string"==typeof t?t.trim():t)},expression:"stepForm.deviceCode"}})],1),e._v(" "),i("el-form-item",[i("el-button",{attrs:{type:"warning"},on:{click:function(t){return e.searchDevice("stepForm")}}},[e._v("查询")]),e._v(" "),i("el-button",{on:{click:function(t){return e.resetForm("stepForm")}}},[e._v("重置")])],1)],1),e._v(" "),i("el-row",{staticStyle:{"margin-bottom":"24px"}},[i("el-tooltip",{staticClass:"item",attrs:{effect:"dark",content:"选择按查询条件搜索出来的全部设备",placement:"top"}},[i("el-button",{attrs:{type:"primary",disabled:e.hasEngine},on:{click:e.allDevice}},[e._v("全部设备")])],1),e._v(" "),i("p",{staticStyle:{"font-size":"12px",background:"#EEF0FC","margin-top":"24px","padding-left":"10px"}},[i("i",{staticClass:"el-icon-info label-icon",staticStyle:{color:"#546DE9"}}),e._v("\n 已选择\n "),i("span",{staticStyle:{color:"#546DE9"}},[e._v(e._s(e.selectNum))]),e._v(" 项 ,其中禁用设备"),i("span",{staticStyle:{color:"#546DE9"}},[e._v(e._s(e.disabledNum))]),e._v("项,禁用设备将不参与升级 \n "),i("el-button",{attrs:{type:"text",size:"small"},on:{click:e.clearAll}},[e._v("清空")])],1)],1),e._v(" "),i("el-table",{directives:[{name:"loading",rawName:"v-loading",value:e.tableLoading,expression:"tableLoading"}],ref:"table",staticStyle:{width:"100%"},attrs:{data:e.tableData},on:{"selection-change":e.handleSelectionChange,"select-all":e.selectAll,select:e.handleSelect}},[i("el-table-column",{attrs:{type:"selection",selectable:e.checkSelectable,width:"55"}}),e._v(" "),i("el-table-column",{attrs:{prop:"deviceName",label:"设备名称"}}),e._v(" "),i("el-table-column",{attrs:{prop:"deviceCode",label:"设备编号"}}),e._v(" "),i("el-table-column",{attrs:{prop:"deviceVersion",label:"版本号"}}),e._v(" "),i("el-table-column",{attrs:{prop:"deviceTypeName",label:"设备类型"}}),e._v(" "),i("el-table-column",{attrs:{prop:"recogniseType",label:"设备识别类型"},scopedSlots:e._u([{key:"default",fn:function(t){return[e._v(e._s(e.transterRecogType(t.row.recogniseType)))]}}])}),e._v(" "),i("el-table-column",{attrs:{prop:"orgName",label:"所属机构"}}),e._v(" "),i("el-table-column",{attrs:{prop:"address",label:"设备安装位置","show-overflow-tooltip":""}}),e._v(" "),i("el-table-column",{attrs:{prop:"applicationNameList",label:"关联应用","show-overflow-tooltip":""},scopedSlots:e._u([{key:"default",fn:function(t){return e._l(t.row.applicationNameList,function(t){return i("span",{key:t},[e._v(e._s(t.name))])})}}])}),e._v(" "),i("el-table-column",{attrs:{prop:"deviceStatus",label:"状态"},scopedSlots:e._u([{key:"default",fn:function(e){return[i("morer",{attrs:{disabled:3==e.row.deviceStatus,leave:"2"==e.row.deviceStatus,value:e.row.deviceStatus}})]}}])})],1),e._v(" "),i("el-pagination",{directives:[{name:"show",rawName:"v-show",value:!e.hidePage,expression:"!hidePage"}],attrs:{"current-page":e.pageNum,"page-sizes":[10,20,50,100],"page-size":e.pageSize,layout:"total, sizes, prev, pager, next, jumper",total:e.total},on:{"size-change":e.handleSizeChange,"current-change":e.handleCurrentChange}})],1)]),e._v(" "),i("div",{directives:[{name:"show",rawName:"v-show",value:1==e.active,expression:"active==1"}],staticClass:"stpe-two",staticStyle:{"text-align":"center"}},[i("el-form",{ref:"stepTwoForm",staticStyle:{width:"60%","margin-left":"22%"},attrs:{"label-width":"120px",model:e.stepTwoForm,rules:e.rules2}},[i("el-form-item",{attrs:{label:"升级任务名称",prop:"name"}},[i("el-input",{attrs:{placeholder:"请输入升级任务名称",maxlength:"32"},model:{value:e.stepTwoForm.name,callback:function(t){e.$set(e.stepTwoForm,"name",t)},expression:"stepTwoForm.name"}})],1),e._v(" "),i("el-form-item",{attrs:{label:"选择目标版本",prop:"upgradeId"}},[i("el-select",{attrs:{placeholder:"请选择选择目标版本"},model:{value:e.stepTwoForm.upgradeId,callback:function(t){e.$set(e.stepTwoForm,"upgradeId",t)},expression:"stepTwoForm.upgradeId"}},e._l(e.versionList,function(e,t){return i("el-option",{key:t,attrs:{label:e.label,value:e.value}})}),1)],1),e._v(" "),i("el-form-item",{attrs:{label:"宽带限制",prop:"netLimit"}},[i("el-input",{attrs:{maxlength:"6",placeholder:"请输入不影响主营业允许的带宽"},model:{value:e.stepTwoForm.netLimit,callback:function(t){e.$set(e.stepTwoForm,"netLimit",e._n(t))},expression:"stepTwoForm.netLimit"}}),e._v(" "),i("span",{staticStyle:{float:"right",position:"absolute",top:"0px",right:"-45px"}},[e._v("MB/s")])],1),e._v(" "),i("el-form-item",{attrs:{label:"升级时间",required:""}},[i("el-time-select",{staticClass:"time-select",attrs:{placeholder:"起始时间","picker-options":{start:"00:00",step:"00:15",end:"24:00"}},model:{value:e.startTime,callback:function(t){e.startTime=t},expression:"startTime"}}),e._v("-\n "),i("el-time-select",{staticClass:"time-select",staticStyle:{left:"15px"},attrs:{placeholder:"结束时间","picker-options":{start:"00:00",step:"00:15",end:"24:00"}},model:{value:e.endTime,callback:function(t){e.endTime=t},expression:"endTime"}}),e._v(" "),i("p",{staticStyle:{float:"left","font-size":"14px","padding-left":"20px",color:"rgba(0, 0, 0, 0.427450980392157)"}},[e._v("第二个输入框当值小于第一个时间的时间时,为次日")])],1)],1)],1),e._v(" "),i("div",{directives:[{name:"show",rawName:"v-show",value:2==e.active&&!e.isFalse,expression:"active==2 && !isFalse"}],staticClass:"step-three"},[i("div",[i("div",{staticClass:"success",staticStyle:{"margin-bottom":"15px"}},[i("svg-icon",{staticClass:"icon",staticStyle:{width:"50px",height:"50px"},attrs:{"icon-class":"icon_sucess"}})],1),e._v(" "),i("p",{staticStyle:{"font-size":"20px","margin-bottom":"10px","font-weight":"700"}},[e._v("操作成功")]),e._v(" "),i("p",{staticStyle:{"font-size":"12px"}},[e._v("任务即将开始执行")])]),e._v(" "),i("div",{staticClass:"detail-info"},[i("el-form",{staticStyle:{width:"43%","margin-left":"30%",background:"#F4F5F9","padding-left":"120px","padding-top":"24px","padding-bottom":"13px","margin-top":"50px","margin-bottom":"30px"},attrs:{"label-width":"120px"}},[i("el-form-item",{attrs:{label:"升级任务名称:"}},[i("span",[e._v(e._s(e.stepThreeData.name))])]),e._v(" "),i("el-form-item",{attrs:{label:"升级设备数:"}},[i("span",[e._v(e._s(e.stepThreeData.deviceTotal))])]),e._v(" "),i("el-form-item",{attrs:{label:"目标版本:"}},[i("span",[e._v(e._s(e.stepThreeData.targetVersion))])]),e._v(" "),i("el-form-item",{attrs:{label:"带宽限制:"}},[i("span",[e._v(e._s(e.stepThreeData.netLimit)+" MB/s")])]),e._v(" "),i("el-form-item",{attrs:{label:"升级时间:"}},[i("span",[e._v(e._s(e.stepThreeData.timeLimit))])])],1)],1)]),e._v(" "),i("div",{directives:[{name:"show",rawName:"v-show",value:2==e.active&&e.isFalse,expression:"active==2 && isFalse"}],staticClass:"step-three"},[i("div",[i("div",{staticClass:"success",staticStyle:{"margin-bottom":"15px"}},[i("svg-icon",{staticClass:"icon",staticStyle:{width:"50px",height:"50px"},attrs:{"icon-class":"icon_default"}})],1),e._v(" "),i("p",{staticStyle:{"font-size":"20px","margin-bottom":"10px","font-weight":"700"}},[e._v("任务新建失败")]),e._v(" "),i("p",{staticStyle:{"font-size":"12px"}},[e._v("请核对并修改以下信息后,再重新提交。")])]),e._v(" "),i("div",{staticClass:"detail-info",staticStyle:{width:"400px",margin:"0 auto","margin-top":"40px","text-align":"left"}},[i("p",{staticStyle:{"font-size":"14px","line-height":"30px","font-weight":"700","margin-bottom":"5px"}},[e._v("您提交的内容有以下问题:")]),e._v(" "),i("p",{staticStyle:{"font-size":"12px","line-height":"25px"}},[i("svg-icon",{staticClass:"icon",staticStyle:{width:"14px",height:"14px"},attrs:{"icon-class":"icon_default"}}),e._v("\n "+e._s(e.errMessage)+"\n ")],1)])])])],1),e._v(" "),i("div",{staticClass:"bottom-btn"},[0==e.active?i("el-button",{staticStyle:{float:"left","margin-left":"24px","margin-top":"16px"},attrs:{type:"primary"},on:{click:e.oneNext}},[e._v("下一步")]):e._e(),e._v(" "),1==e.active?i("el-button",{staticStyle:{float:"left","margin-left":"24px","margin-top":"16px"},attrs:{type:"primary"},on:{click:function(t){return e.submitData("stepTwoForm")}}},[e._v("提交")]):e._e(),e._v(" "),1==e.active?i("el-button",{staticStyle:{float:"left","margin-left":"24px","margin-top":"16px"},on:{click:e.upStep}},[e._v("上一步")]):e._e(),e._v(" "),2==e.active?i("el-button",{staticStyle:{float:"left","margin-left":"24px","margin-top":"16px"},attrs:{type:"primary"},on:{click:e.newAgain}},[e._v("再新建升级任务")]):e._e()],1)])},staticRenderFns:[]};var v=i("VU/8")(u,h,!1,function(e){i("iahh")},"data-v-b0f86678",null);t.default=v.exports},iahh:function(e,t,i){var a=i("x448");"string"==typeof a&&(a=[[e.i,a,""]]),a.locals&&(e.exports=a.locals);i("rjj0")("65922449",a,!0)},x448:function(e,t,i){(e.exports=i("FZ+f")(!1)).push([e.i,"\n[data-v-b0f86678] .el-select {\n width: 100%;\n}\n[data-v-b0f86678] .el-textarea {\n width: 96%;\n}\n.add-form[data-v-b0f86678] {\n width: 100%;\n}\n[data-v-b0f86678] .el-step__head.is-process {\n border-color: #303133 !important;\n}\n/* /deep/ .el-pagination .el-select .el-input .el-input__inner {\n width: 100px;\n} */\n.stpe-two[data-v-b0f86678] .el-input__inner {\n width: 527px;\n}\n.stpe-two[data-v-b0f86678] .el-form-item {\n width: 640px;\n}\n.time-select[data-v-b0f86678] {\n left: -36px;\n}\n.time-select[data-v-b0f86678] .el-input__inner {\n width: 240px !important;\n}\n[data-v-b0f86678] .el-pagination .el-select .el-input {\n width: 100px;\n}\n[data-v-b0f86678] .el-pagination__editor.el-input {\n width: 50px;\n}\n.step-three[data-v-b0f86678] {\n text-align: center;\n}\n.detail-info[data-v-b0f86678] .el-form-item__label {\n font-weight: 400;\n}\n.detail-info span[data-v-b0f86678] {\n float: left;\n word-break: break-all;\n text-align: left;\n}\n.detail-info[data-v-b0f86678] .el-form-item {\n margin-bottom: 10px;\n}\n.cur-input[data-v-b0f86678] .el-input {\n width: 50px;\n}\n.bottom-btn[data-v-b0f86678] {\n height: 60px;\n width: 100%;\n line-height: 60px;\n background: #fff;\n position: fixed;\n bottom: 0;\n z-index: 2;\n}\n.app-container .fixed-pagination-ctnr[data-v-b0f86678] {\n margin-left: 300px !important;\n}\n.upadd-card[data-v-b0f86678] {\n margin-bottom: 100px;\n padding-bottom: 18px;\n}\n.red-icon[data-v-b0f86678] {\n background: #e4071e;\n height: 32px;\n width: 32px;\n display: inline-block;\n text-align: center;\n line-height: 32px;\n color: #fff !important;\n border-radius: 50%;\n margin-right: 4px;\n}\n.gray-icon[data-v-b0f86678] {\n border: 1px solid #bcc0c5;\n height: 32px;\n width: 32px;\n display: inline-block;\n text-align: center;\n line-height: 32px;\n color: #bcc0c5;\n border-radius: 50%;\n margin-right: 4px;\n}\n.line-next[data-v-b0f86678] {\n display: inline-block;\n height: 1px;\n width: 192px;\n background: #e4e6e9;\n margin: 0 10px;\n margin-bottom: 5px;\n}\n.one-color[data-v-b0f86678] {\n color: #2c2d2f;\n}\n.two-color[data-v-b0f86678] {\n color: #2c2d2f;\n font-weight: 700;\n}\n.three-color[data-v-b0f86678] {\n color: #74777c;\n}\n",""])}}); |