diff --git a/antd_color.less b/antd_color.less index b746b9c..bdf6854 100644 --- a/antd_color.less +++ b/antd_color.less @@ -1389,7 +1389,7 @@ tr.ant-table-expanded-row:hover {background: #fbfbfb;} .ant-tag-gold-inverse {color: #fff;background: #faad14;border-color: #faad14;} .ant-tag-cyan {color: #13c2c2;background: #e6fffb;border-color: #87e8de;} .ant-tag-cyan-inverse {color: #fff;background: #13c2c2;border-color: #13c2c2;} -.ant-tag-lime {color: #a0d911;background: #fcffe6;border-color: #eaff8f;} +.ant-tag-lime {color: #a0d911;background: color(~`colorPalette("@{text-color}", 1)`);border-color: #eaff8f;} .ant-tag-lime-inverse {color: #fff;background: #a0d911;border-color: #a0d911;} .ant-tag-green {color: #52c41a;background: #f6ffed;border-color: #b7eb8f;} .ant-tag-green-inverse {color: #fff;background: #52c41a;border-color: #52c41a;} diff --git a/index.html b/index.html index dec9d85..2082078 100644 --- a/index.html +++ b/index.html @@ -1 +1 @@ -
t.nums.column?a("a-tabs",{attrs:{"default-active-key":"1","tab-position":"left"},on:{change:t.changeTabLeft}},t._l(t.latticeColumn,(function(e){return a("a-tab-pane",{key:e},[a("span",{attrs:{slot:"tab"},slot:"tab"},[t._v(" "+t._s(t.getRandom(e,t.latticeColumn,t.nums.column,t.total.column))+" "),1===t.status.column[e]?a("a-icon",{staticStyle:{color:"#d81e06"},attrs:{type:"close-circle"}}):2===t.status.column[e]?a("a-icon",{staticStyle:{color:"#1afa29"},attrs:{type:"check-circle"}}):a("a-icon",{staticStyle:{color:"#909399"},attrs:{type:"exclamation-circle"}})],1)])})),1):t._e()],1),a("a-layout-content",[a("div",{staticClass:"roadway-buttom"},[a("div",{staticClass:"roadway-box"},t._l(t.total.column,(function(e,n){return e>=t.random.column[0]&&e<=t.random.column[1]?a("div",{key:n,staticClass:"line"},t._l(t.total.row,(function(n,i){return n>=t.random.row[0]&&n<=t.random.row[1]?a("div",{key:i,staticClass:"el"},[a("span",{staticClass:"default",attrs:{id:t.shelveId+"-"+n+"-"+e},on:{click:function(a){return t.tocheckPage(n,e)}}},[t._v(" "+t._s(n)+"-"+t._s(e)+" ")])]):t._e()})),0):t._e()})),0)])])],1),a("a-layout-footer",[t.total.row>t.nums.row?a("a-tabs",{attrs:{"default-active-key":"1","tab-position":"bottom"},on:{change:t.changeTab}},t._l(t.latticeRow,(function(e){return a("a-tab-pane",{key:e},[a("span",{attrs:{slot:"tab"},slot:"tab"},[t._v(" "+t._s(t.getRandom(e,t.latticeRow,t.nums.row,t.total.row))+" "),1===t.status.row[e]?a("a-icon",{staticStyle:{color:"#d81e06"},attrs:{type:"close-circle"}}):2===t.status.row[e]?a("a-icon",{staticStyle:{color:"#1afa29"},attrs:{type:"check-circle"}}):a("a-icon",{staticStyle:{color:"#909399"},attrs:{type:"exclamation-circle"}})],1)])})),1):t._e()],1)],1)],1)},s=[],c=(a("99af"),a("d81d"),a("a9e3"),a("ac1f"),a("1276"),a("b85c")),l={name:"Subsection",components:{},props:{select:{type:Object,default:function(){return{row:1,column:1}}},total:{type:Object,default:function(){return{}}},nums:{type:Object,default:function(){return{row:15,column:10}}},shelveId:{type:String,default:function(){return{}}},streetId:{type:Number,default:function(){return{}}},streetName:{type:String,default:function(){return{}}},type:{type:String,default:function(){return{}}},inOut:{type:String,default:function(){return{}}}},computed:{latticeRow:function(){return parseInt(this.total.row/this.nums.row)+(this.total.row%this.nums.row>0?1:0)},latticeColumn:function(){return parseInt(this.total.column/this.nums.column)+(this.total.column%this.nums.column>0?1:0)},random:function(){return{row:this.getRandomRow(this.select.row),column:this.getRandomColumn(this.select.column)}},watchShelveIdInfo:function(){return this.shelveId}},watch:{watchShelveIdInfo:function(){this.getStatus()},immediate:!0},data:function(){return{status:{row:{},column:{}}}},mounted:function(){var t=this;this.$nextTick((function(){t.getStatus()}))},created:function(){},destroyed:function(){},methods:{changeTab:function(t){this.select.row=t,this.getStatus()},changeTabLeft:function(t){this.select.column=t,this.getStatus()},getRandom:function(t,e,a,n){return t!==e?"".concat((t-1)*a+1," - ").concat(t*a):"".concat((t-1)*a+1," - ").concat(n)},getRandomRow:function(t){return this.getRandom(t,this.latticeRow,this.nums.row,this.total.row).split(" - ").map((function(t){return Number(t)}))},getRandomColumn:function(t){return this.getRandom(t,this.latticeColumn,this.nums.column,this.total.column).split(" - ").map((function(t){return Number(t)}))},getStatusBg:function(t,e,a){var n=document.getElementById(this.shelveId+"-"+t+"-"+e),i=1==a?"#d81e06":2==a?"#1afa29":"#bfbfbf";n.style.background=i},getStatusTab:function(t,e,a){var n=document.getElementById(this.shelveId+"-"+a+"-"+t);console.log(n),console.log(this.shelveId+"-"+a+"-"+t),n.style.type="close-circle";var i=1==e?"#d81e06":2==e?"#1afa29":"#bfbfbf";n.style.color=i,console.log(n)},getStatus:function(){var t=this;if("{}"!=JSON.stringify(this.shelveId)){for(var e=[],a=1;a<=this.latticeColumn;a++){var n=this.getRandom(a,this.latticeColumn,this.nums.column,this.total.column);e.push(n)}for(var i=[],o=1;o<=this.latticeRow;o++){var r=this.getRandom(o,this.latticeRow,this.nums.row,this.total.row);i.push(r)}this.$api.httpApi.getStatusByRowColumn({data:{columnStart:this.random.column[0],columnEnd:this.random.column[1],rowStart:this.random.row[0],rowEnd:this.random.row[1],shelveId:this.shelveId,rowTabs:i,columnTabs:e}}).then((function(e){if(200==e.code){if(e.data.stocks){var a,n=Object(c["a"])(e.data.stocks);try{for(n.s();!(a=n.n()).done;){var i=a.value;t.getStatusBg(i.row,i.column,i.status)}}catch(u){n.e(u)}finally{n.f()}}var o=1;for(var r in e.data.columnTabStatus)t.status.column[o]=e.data.columnTabStatus[r],o++;var s=1;for(var l in e.data.rowTabStatus)t.status.row[s]=e.data.rowTabStatus[l],s++;console.log(t.status)}})).catch((function(t){}))}},tocheckPage:function(t,e){this.$router.push({name:"checkOperation",query:{row:t,column:e,shelveId:this.shelveId,id:this.streetId,name:this.streetName,type:this.type,type2:this.inOut}})}}},u=l,d=(a("d9b1"),a("2877")),h=Object(d["a"])(u,r,s,!1,null,"5d7948c7",null),f=h.exports,p={name:"checkManage",data:function(){return{size:"leftOutsideShelveId",size2:"rightOutsideShelveId",data:[],select:"",streetId:0,streetDetail:{},checkList:[],stockInfo:{left:{},right:{}},timer:null,shelveId:"",leftShelveId:{},rightShelveId:{}}},computed:{},mounted:function(){this.request()},activated:function(){this.request()},beforeRouteLeave:function(t,e,a){this.timer&&clearInterval(this.timer),a()},methods:{request:function(){var t=this;this.$api.httpApi.getStreetList({data:{pageNum:1,pageSize:50}}).then((function(e){t.data=e.data.list,t.select=e.data.list[0].id,t.getStreetDetail(e.data.list[0].id)})).catch((function(t){}))},getStockRowColumn:function(){var t=this;return Object(o["a"])(regeneratorRuntime.mark((function e(){return regeneratorRuntime.wrap((function(e){while(1)switch(e.prev=e.next){case 0:t.rightShelveChange(),t.leftShelveChange();case 2:case"end":return e.stop()}}),e)})))()},rightShelveChange:function(){var t,e="none";this.streetDetail.rightShelveId?t=this.streetDetail.rightShelveId:this.streetDetail.rightInsideShelveId&&"rightInsideShelveId"==this.size2?(t=this.streetDetail.rightInsideShelveId,e="inside"):this.streetDetail.rightOutsideShelveId&&"rightOutsideShelveId"==this.size2&&(t=this.streetDetail.rightOutsideShelveId,e="out"),this.rightShelveId.shelveId=t,this.rightShelveId.shelveType=e},leftShelveChange:function(){var t,e="none";this.streetDetail.leftShelveId?t=this.streetDetail.leftShelveId:this.streetDetail.leftInsideShelveId&&"leftInsideShelveId"==this.size?(t=this.streetDetail.leftInsideShelveId,e="inside"):this.streetDetail.leftOutsideShelveId&&"leftOutsideShelveId"==this.size&&(t=this.streetDetail.leftOutsideShelveId,e="out"),this.leftShelveId.shelveId=t,this.leftShelveId.shelveType=e},getStatus:function(t,e){return(t[e]||{}).status},getStatusBg:function(t,e){var a=this.getStatus(t,e);return 1==a?"#d81e06":2==a?"#1afa29":"#bfbfbf"},getStreetDetail:function(t){var e=this;this.$axios.get("/street/"+t,{data:{}}).then((function(t){e.streetDetail=t.data,e.leftShelveChange(),e.rightShelveChange()})).catch((function(t){}))},handleChange:function(t){this.select=t,this.getStreetDetail(t),this.leftShelveChange(),this.rightShelveChange()},tocheckOperation:function(t,e){console.log(t),console.log(e),this.$router.push({name:"checkOperation",query:{checkObj:t,item:e}})},exportStock:function(){var t=this;this.$api.httpApi.exportStock({params:{streetId:this.select}}).then((function(e){var a=new Blob([e],{type:"application/vnd.ms-excel"});t.$utils.downloadFile("巷道列表.xls",a)})).catch((function(t){}))}},components:{Subsection:f}},v=p,g=(a("f597"),Object(d["a"])(v,n,i,!1,null,"b318fcce",null));e["default"]=g.exports},"3b15":function(t,e,a){var n=a("24fb");e=n(!1),e.push([t.i,".alarm .ant-form-item-label[data-v-5d7948c7]{text-align:left}.subsection[data-v-5d7948c7] {width:100%;height:360px;overflow:hidden}.subsection[data-v-5d7948c7] .ant-tabs-nav .ant-tabs-tab{margin-right:0}.subsection[data-v-5d7948c7] .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled){background:#40a9ff;border-color:#40a9ff;box-shadow:-1px 0 0 0 #40a9ff}.subsection[data-v-5d7948c7] .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover{background:#40a9ff;border-color:#40a9ff}.subsection[data-v-5d7948c7] .ant-radio-button-wrapper-checked{box-shadow:-1px 0 0 0 #40a9ff}.subsection[data-v-5d7948c7] .radio-button-cell{width:100px;text-align:center}.subsection[data-v-5d7948c7] .ant-layout-sider{height:100%}.subsection[data-v-5d7948c7] .ant-layout-sider .ant-tabs{height:300px}.subsection[data-v-5d7948c7] .ant-layout-sider .ant-tabs-tab{padding:8px;margin-bottom:5px;width:104px}.subsection[data-v-5d7948c7] .ant-layout-footer{padding:0 0 0 110px}.subsection[data-v-5d7948c7] .ant-layout-footer .ant-tabs-bottom-bar{margin-top:0}.subsection[data-v-5d7948c7] .ant-layout,.subsection[data-v-5d7948c7] .ant-layout-footer,.subsection[data-v-5d7948c7] .ant-layout-sider{background-color:#fff}.subsection[data-v-5d7948c7] roadway-buttom{padding:5px 0;width:100%}.subsection[data-v-5d7948c7] .roadway-box{padding:10px 10px 0 0}.subsection[data-v-5d7948c7] .roadway-box .line{display:flex}.subsection[data-v-5d7948c7] .roadway-box .line .el{width:46px;height:25px;line-height:25px;margin:2px;font-size:12px;text-align:center;border-radius:4px;cursor:pointer;position:relative}.subsection[data-v-5d7948c7] .roadway-box .line .el .default{position:absolute;top:0;left:0;right:0;bottom:0}",""]),t.exports=e},5899:function(t,e){t.exports="\t\n\v\f\r \u2028\u2029\ufeff"},"58a8":function(t,e,a){var n=a("1d80"),i=a("5899"),o="["+i+"]",r=RegExp("^"+o+o+"*"),s=RegExp(o+o+"*$"),c=function(t){return function(e){var a=String(n(e));return 1&t&&(a=a.replace(r,"")),2&t&&(a=a.replace(s,"")),a}};t.exports={start:c(1),end:c(2),trim:c(3)}},"6d5d":function(t,e,a){var n=a("3b15");"string"===typeof n&&(n=[[t.i,n,""]]),n.locals&&(t.exports=n.locals);var i=a("499e").default;i("9e2eda0a",n,!0,{sourceMap:!1,shadowMode:!1})},7156:function(t,e,a){var n=a("861d"),i=a("d2bb");t.exports=function(t,e,a){var o,r;return i&&"function"==typeof(o=e.constructor)&&o!==a&&n(r=o.prototype)&&r!==a.prototype&&i(t,r),t}},"99af":function(t,e,a){"use strict";var n=a("23e7"),i=a("d039"),o=a("e8b5"),r=a("861d"),s=a("7b0b"),c=a("50c4"),l=a("8418"),u=a("65f0"),d=a("1dde"),h=a("b622"),f=a("2d00"),p=h("isConcatSpreadable"),v=9007199254740991,g="Maximum allowed index exceeded",b=f>=51||!i((function(){var t=[];return t[p]=!1,t.concat()[0]!==t})),m=d("concat"),y=function(t){if(!r(t))return!1;var e=t[p];return void 0!==e?!!e:o(t)},S=!b||!m;n({target:"Array",proto:!0,forced:S},{concat:function(t){var e,a,n,i,o,r=s(this),d=u(r,0),h=0;for(e=-1,n=arguments.length;e