Merge remote-tracking branch 'origin/master'
| New file |
| | |
| | | /* color palette from <https://github.com/vuejs/theme> */ |
| | | :root { |
| | | --vt-c-white: #ffffff; |
| | | --vt-c-white-soft: #f8f8f8; |
| | | --vt-c-white-mute: #f2f2f2; |
| | | |
| | | --vt-c-black: #181818; |
| | | --vt-c-black-soft: #222222; |
| | | --vt-c-black-mute: #282828; |
| | | |
| | | --vt-c-indigo: #2c3e50; |
| | | |
| | | --vt-c-divider-light-1: rgba(60, 60, 60, 0.29); |
| | | --vt-c-divider-light-2: rgba(60, 60, 60, 0.12); |
| | | --vt-c-divider-dark-1: rgba(84, 84, 84, 0.65); |
| | | --vt-c-divider-dark-2: rgba(84, 84, 84, 0.48); |
| | | |
| | | --vt-c-text-light-1: var(--vt-c-indigo); |
| | | --vt-c-text-light-2: rgba(60, 60, 60, 0.66); |
| | | --vt-c-text-dark-1: var(--vt-c-white); |
| | | --vt-c-text-dark-2: rgba(235, 235, 235, 0.64); |
| | | } |
| | | |
| | | /* semantic color variables for this project */ |
| | | :root { |
| | | --color-background: var(--vt-c-white); |
| | | --color-background-soft: var(--vt-c-white-soft); |
| | | --color-background-mute: var(--vt-c-white-mute); |
| | | |
| | | --color-border: var(--vt-c-divider-light-2); |
| | | --color-border-hover: var(--vt-c-divider-light-1); |
| | | |
| | | --color-heading: var(--vt-c-text-light-1); |
| | | --color-text: var(--vt-c-text-light-1); |
| | | |
| | | --section-gap: 160px; |
| | | } |
| | | |
| | | @media (prefers-color-scheme: dark) { |
| | | :root { |
| | | --color-background: var(--vt-c-black); |
| | | --color-background-soft: var(--vt-c-black-soft); |
| | | --color-background-mute: var(--vt-c-black-mute); |
| | | |
| | | --color-border: var(--vt-c-divider-dark-2); |
| | | --color-border-hover: var(--vt-c-divider-dark-1); |
| | | |
| | | --color-heading: var(--vt-c-text-dark-1); |
| | | --color-text: var(--vt-c-text-dark-2); |
| | | } |
| | | } |
| | | |
| | | *, |
| | | *::before, |
| | | *::after { |
| | | box-sizing: border-box; |
| | | margin: 0; |
| | | font-weight: normal; |
| | | } |
| | | |
| | | body { |
| | | min-height: 100vh; |
| | | color: var(--color-text); |
| | | background: var(--color-background); |
| | | transition: |
| | | color 0.5s, |
| | | background-color 0.5s; |
| | | line-height: 1.6; |
| | | font-family: |
| | | Inter, |
| | | -apple-system, |
| | | BlinkMacSystemFont, |
| | | 'Segoe UI', |
| | | Roboto, |
| | | Oxygen, |
| | | Ubuntu, |
| | | Cantarell, |
| | | 'Fira Sans', |
| | | 'Droid Sans', |
| | | 'Helvetica Neue', |
| | | sans-serif; |
| | | font-size: 15px; |
| | | text-rendering: optimizeLegibility; |
| | | -webkit-font-smoothing: antialiased; |
| | | -moz-osx-font-smoothing: grayscale; |
| | | } |
| | | /*滚动条整体部分*/ |
| | | .mytable-scrollbar ::-webkit-scrollbar { |
| | | width: 10px; |
| | | height: 10px; |
| | | } |
| | | /*滚动条的轨道*/ |
| | | .mytable-scrollbar ::-webkit-scrollbar-track { |
| | | background-color: #FFFFFF; |
| | | } |
| | | /*滚动条里面的小方块,能向上向下移动*/ |
| | | .mytable-scrollbar ::-webkit-scrollbar-thumb { |
| | | background-color: transparent; |
| | | border-radius: 5px; |
| | | border: 0 solid #F1F1F1; |
| | | /*box-shadow: inset 0 0 6px rgba(0,0,0,.3);*/ |
| | | } |
| | | .mytable-scrollbar ::-webkit-scrollbar-thumb:hover { |
| | | background-color: #ffffff; |
| | | box-shadow: inset 0 0 6px rgba(0,0,0,.3); |
| | | } |
| | | .mytable-scrollbar ::-webkit-scrollbar-thumb:active { |
| | | background-color: white; |
| | | } |
| | | /*边角,即两个滚动条的交汇处*/ |
| | | .mytable-scrollbar ::-webkit-scrollbar-corner { |
| | | background-color: #FFFFFF; |
| | | } |
| | | .vxe-grid{ |
| | | background-color: white; |
| | | } |
| | | |
| | | |
| | | |
| New file |
| | |
| | | <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 261.76 226.69"><path d="M161.096.001l-30.225 52.351L100.647.001H-.005l130.877 226.688L261.749.001z" fill="#41b883"/><path d="M161.096.001l-30.225 52.351L100.647.001H52.346l78.526 136.01L209.398.001z" fill="#34495e"/></svg> |
| New file |
| | |
| | | @import './base.css'; |
| | | |
| | | #app { |
| | | margin: 0 auto; |
| | | padding: 0; |
| | | /* background-color: #D5EAFF; */ |
| | | font-weight: normal; |
| | | height: 100%; |
| | | width: 100%; |
| | | /* min-width: 1536px; */ |
| | | /* min-height: 730px; */ |
| | | /* background-image: url("../../src/assets/background.jpg"); */ |
| | | } |
| | | |
| | | a, |
| | | .green { |
| | | text-decoration: none; |
| | | color: hsla(160, 100%, 37%, 1); |
| | | transition: 0.4s; |
| | | } |
| | | |
| | | @media (hover: hover) { |
| | | a:hover { |
| | | background-color: hsla(160, 100%, 37%, 0.2); |
| | | } |
| | | } |
| | | |
| | | @media (min-width: 1024px) { |
| | | body { |
| | | display: flex; |
| | | place-items: center; |
| | | } |
| | | |
| | | #app { |
| | | display: grid; |
| | | grid-template-columns: 1fr 1fr; |
| | | |
| | | } |
| | | } |
| | | *{ |
| | | margin: 0; |
| | | padding: 0; |
| | | |
| | | } |
| | | .mainDiv{ |
| | | height: 100vh; |
| | | width: 100vw; |
| | | } |
| | | html,body{ |
| | | height: 100%; |
| | | width: 100%; |
| | | margin: 0; |
| | | padding: 0; |
| | | } |
| New file |
| | |
| | | @media print { |
| | | body { |
| | | margin: 0px; |
| | | padding: 0px; |
| | | } |
| | | } |
| | | |
| | | @page { |
| | | margin: 0; |
| | | } |
| | | |
| | | .hiprint-printPaper * { |
| | | box-sizing: border-box; |
| | | -moz-box-sizing: border-box; /* Firefox */ |
| | | -webkit-box-sizing: border-box; /* Safari */ |
| | | } |
| | | |
| | | .hiprint-printPaper *:focus { |
| | | outline: -webkit-focus-ring-color auto 0px; |
| | | } |
| | | |
| | | .hiprint-printPaper { |
| | | position: relative; |
| | | padding: 0 0 0 0; |
| | | page-break-after: always; |
| | | -webkit-user-select: none; /* Chrome/Safari/Opera */ |
| | | -moz-user-select: none; /* Firefox */ |
| | | user-select: none; |
| | | overflow-x: hidden; |
| | | overflow: hidden; |
| | | } |
| | | |
| | | .hiprint-printPaper .hiprint-printPaper-content { |
| | | position: relative; |
| | | } |
| | | |
| | | /* 火狐浏览器打印 第一页过后 重叠问题 */ |
| | | @-moz-document url-prefix() { |
| | | .hiprint-printPaper .hiprint-printPaper-content { |
| | | position: relative; |
| | | margin-top: 20px; |
| | | top: -20px |
| | | } |
| | | } |
| | | |
| | | .hiprint-printPaper.design { |
| | | overflow: visible; |
| | | } |
| | | |
| | | |
| | | .hiprint-printTemplate .hiprint-printPanel { |
| | | page-break-after: always; |
| | | } |
| | | |
| | | .hiprint-printPaper, hiprint-printPanel { |
| | | box-sizing: border-box; |
| | | border: 0px; |
| | | } |
| | | |
| | | .hiprint-printPanel .hiprint-printPaper:last-child { |
| | | page-break-after: avoid; |
| | | } |
| | | |
| | | .hiprint-printTemplate .hiprint-printPanel:last-child { |
| | | page-break-after: avoid; |
| | | } |
| | | |
| | | .hiprint-printPaper .hideheaderLinetarget { |
| | | border-top: 0px dashed rgb(201, 190, 190) !important; |
| | | } |
| | | |
| | | .hiprint-printPaper .hidefooterLinetarget { |
| | | border-top: 0px dashed rgb(201, 190, 190) !important; |
| | | } |
| | | |
| | | .hiprint-printPaper.design { |
| | | border: 1px dashed rgba(170, 170, 170, 0.7); |
| | | } |
| | | |
| | | .design .hiprint-printElement-table-content, .design .hiprint-printElement-longText-content { |
| | | overflow: hidden; |
| | | box-sizing: border-box; |
| | | } |
| | | |
| | | .design .resize-panel { |
| | | box-sizing: border-box; |
| | | border: 1px dotted; |
| | | } |
| | | |
| | | .hiprint-printElement-text { |
| | | background-color: transparent; |
| | | background-repeat: repeat; |
| | | padding: 0 0 0 0; |
| | | border: 0.75pt none rgb(0, 0, 0); |
| | | direction: ltr; |
| | | font-family: 'SimSun'; |
| | | font-size: 9pt; |
| | | font-style: normal; |
| | | font-weight: normal; |
| | | padding-bottom: 0pt; |
| | | padding-left: 0pt; |
| | | padding-right: 0pt; |
| | | padding-top: 0pt; |
| | | text-align: left; |
| | | text-decoration: none; |
| | | line-height: 9.75pt; |
| | | box-sizing: border-box; |
| | | word-wrap: break-word; |
| | | word-break: break-all; |
| | | } |
| | | |
| | | .design .hiprint-printElement-text-content { |
| | | border: 1px dashed rgb(206, 188, 188); |
| | | box-sizing: border-box; |
| | | } |
| | | |
| | | .hiprint-printElement-longText { |
| | | background-color: transparent; |
| | | background-repeat: repeat; |
| | | border: 0.75pt none rgb(0, 0, 0); |
| | | direction: ltr; |
| | | font-family: 'SimSun'; |
| | | font-size: 9pt; |
| | | font-style: normal; |
| | | font-weight: normal; |
| | | padding-bottom: 0pt; |
| | | padding-left: 0pt; |
| | | padding-right: 0pt; |
| | | padding-top: 0pt; |
| | | text-align: left; |
| | | text-decoration: none; |
| | | line-height: 9.75pt; |
| | | box-sizing: border-box; |
| | | word-wrap: break-word; |
| | | word-break: break-all; |
| | | /*white-space: pre-wrap*/ |
| | | } |
| | | |
| | | |
| | | .hiprint-printElement-table { |
| | | background-color: transparent; |
| | | background-repeat: repeat; |
| | | color: rgb(0, 0, 0); |
| | | border-color: rgb(0, 0, 0); |
| | | border-style: none; |
| | | direction: ltr; |
| | | font-family: 'SimSun'; |
| | | font-size: 9pt; |
| | | font-style: normal; |
| | | font-weight: normal; |
| | | padding-bottom: 0pt; |
| | | padding-left: 0pt; |
| | | padding-right: 0pt; |
| | | padding-top: 0pt; |
| | | text-align: left; |
| | | text-decoration: none; |
| | | padding: 0 0 0 0; |
| | | box-sizing: border-box; |
| | | line-height: 9.75pt; |
| | | } |
| | | |
| | | .hiprint-printElement-table thead { |
| | | background: #e8e8e8; |
| | | font-weight: 700; |
| | | } |
| | | |
| | | table.hiprint-printElement-tableTarget { |
| | | width: 100%; |
| | | } |
| | | |
| | | .hiprint-printElement-tableTarget, .hiprint-printElement-tableTarget tr, .hiprint-printElement-tableTarget td { |
| | | border-color: rgb(0, 0, 0); |
| | | /*border-style: none;*/ |
| | | /*border: 1px solid rgb(0, 0, 0);*/ |
| | | font-weight: normal; |
| | | direction: ltr; |
| | | padding-bottom: 0pt; |
| | | padding-left: 4pt; |
| | | padding-right: 4pt; |
| | | padding-top: 0pt; |
| | | text-decoration: none; |
| | | vertical-align: middle; |
| | | box-sizing: border-box; |
| | | word-wrap: break-word; |
| | | word-break: break-all; |
| | | /*line-height: 9.75pt; |
| | | font-size: 9pt;*/ |
| | | } |
| | | |
| | | .hiprint-printElement-tableTarget-border-all { |
| | | border: 1px solid; |
| | | } |
| | | .hiprint-printElement-tableTarget-border-none { |
| | | border: 0px solid; |
| | | } |
| | | .hiprint-printElement-tableTarget-border-lr { |
| | | border-left: 1px solid; |
| | | border-right: 1px solid; |
| | | } |
| | | .hiprint-printElement-tableTarget-border-left { |
| | | border-left: 1px solid; |
| | | } |
| | | .hiprint-printElement-tableTarget-border-right { |
| | | border-right: 1px solid; |
| | | } |
| | | .hiprint-printElement-tableTarget-border-tb { |
| | | border-top: 1px solid; |
| | | border-bottom: 1px solid; |
| | | } |
| | | .hiprint-printElement-tableTarget-border-top { |
| | | border-top: 1px solid; |
| | | } |
| | | .hiprint-printElement-tableTarget-border-bottom { |
| | | border-bottom: 1px solid; |
| | | } |
| | | |
| | | .hiprint-printElement-tableTarget-border-td-none td { |
| | | border: 0px solid; |
| | | } |
| | | .hiprint-printElement-tableTarget-border-td-all td:not(:nth-last-child(-n+2)) { |
| | | border-right: 1px solid; |
| | | } |
| | | .hiprint-printElement-tableTarget-border-td-all td:last-child { |
| | | border-left: 1px solid; |
| | | } |
| | | .hiprint-printElement-tableTarget-border-td-all td:last-child:first-child { |
| | | border-left: none; |
| | | } |
| | | |
| | | /*.hiprint-printElement-tableTarget tr,*/ |
| | | .hiprint-printElement-tableTarget td { |
| | | height: 18pt; |
| | | } |
| | | |
| | | .hiprint-printPaper .hiprint-paperNumber { |
| | | font-size: 9pt; |
| | | } |
| | | |
| | | .design .hiprint-printElement-table-handle { |
| | | position: absolute; |
| | | height: 21pt; |
| | | width: 21pt; |
| | | background: red; |
| | | z-index: 1; |
| | | } |
| | | |
| | | .hiprint-printPaper .hiprint-paperNumber-disabled { |
| | | float: right !important; |
| | | right: 0 !important; |
| | | color: gainsboro !important; |
| | | } |
| | | |
| | | .hiprint-printElement-vline, .hiprint-printElement-hline { |
| | | border: 0px none rgb(0, 0, 0); |
| | | |
| | | } |
| | | |
| | | .hiprint-printElement-vline { |
| | | border-left: 0.75pt solid #000; |
| | | border-right: 0px none rgb(0, 0, 0) !important; |
| | | border-bottom: 0px none rgb(0, 0, 0) !important; |
| | | border-top: 0px none rgb(0, 0, 0) !important; |
| | | } |
| | | |
| | | .hiprint-printElement-hline { |
| | | border-top: 0.75pt solid #000; |
| | | border-right: 0px none rgb(0, 0, 0) !important; |
| | | border-bottom: 0px none rgb(0, 0, 0) !important; |
| | | border-left: 0px none rgb(0, 0, 0) !important; |
| | | } |
| | | |
| | | .hiprint-printElement-oval, .hiprint-printElement-rect { |
| | | border: 0.75pt solid #000; |
| | | } |
| | | |
| | | .hiprint-text-content-middle { |
| | | } |
| | | |
| | | .hiprint-text-content-middle > div { |
| | | display: grid; |
| | | align-items: center; |
| | | } |
| | | |
| | | .hiprint-text-content-bottom { |
| | | } |
| | | |
| | | .hiprint-text-content-bottom > div { |
| | | display: grid; |
| | | align-items: flex-end; |
| | | } |
| | | |
| | | .hiprint-text-content-wrap { |
| | | } |
| | | |
| | | .hiprint-text-content-wrap .hiprint-text-content-wrap-nowrap { |
| | | white-space: nowrap; |
| | | } |
| | | |
| | | .hiprint-text-content-wrap .hiprint-text-content-wrap-clip { |
| | | white-space: nowrap; |
| | | overflow: hidden; |
| | | text-overflow: clip; |
| | | } |
| | | |
| | | .hiprint-text-content-wrap .hiprint-text-content-wrap-ellipsis { |
| | | white-space: nowrap; |
| | | overflow: hidden; |
| | | text-overflow: ellipsis; |
| | | } |
| | | |
| | | /*hi-grid-row */ |
| | | .hi-grid-row { |
| | | position: relative; |
| | | height: auto; |
| | | margin-right: 0; |
| | | margin-left: 0; |
| | | zoom: 1; |
| | | display: block; |
| | | box-sizing: border-box; |
| | | } |
| | | |
| | | .hi-grid-row::after, .hi-grid-row::before { |
| | | display: table; |
| | | content: ''; |
| | | box-sizing: border-box; |
| | | } |
| | | |
| | | .hi-grid-col { |
| | | display: block; |
| | | box-sizing: border-box; |
| | | position: relative; |
| | | float: left; |
| | | flex: 0 0 auto; |
| | | } |
| | | |
| | | .table-grid-row { |
| | | margin-left: -0pt; |
| | | margin-right: -0pt; |
| | | } |
| | | |
| | | .tableGridColumnsGutterRow { |
| | | padding-left: 0pt; |
| | | padding-right: 0pt; |
| | | } |
| | | |
| | | .hiprint-gridColumnsFooter { |
| | | text-align: left; |
| | | clear: both; |
| | | } |
| | |
| | | takeon: 'The arrangement is complete', |
| | | }, |
| | | searchOrder: { |
| | | hollowPriority:'Hollow priority', |
| | | furnaces:'Number of full furnaces', |
| | | furnfullTemp: 'Total amount of glass', |
| | | startCell: 'Target layer number', |
| | |
| | | takeon:'준비가 완료되었습니다', |
| | | }, |
| | | searchOrder:{ |
| | | hollowPriority:'중공 우선 순위', |
| | | furnaces:'가득 차있는 용광로의 수', |
| | | furnfullTemp:'유리의 총량', |
| | | startCell:'대상 레이어 번호', |
| | |
| | | takeaway: 'Взять вручную', |
| | | }, |
| | | searchOrder: { |
| | | hollowPriority:'中空优先级', |
| | | furnaces:'满炉炉数', |
| | | furnfullTemp:'玻璃总量', |
| | | startCell:'目标层号', |
| | |
| | | takeon:'摆片完成', |
| | | }, |
| | | searchOrder:{ |
| | | hollowPriority:'中空优先级', |
| | | furnaces:'满炉炉数', |
| | | furnfullTemp:'玻璃总量', |
| | | startCell:'目标层号', |
| | |
| | | </div> |
| | | </el-card> |
| | | <div class="awatch"> |
| | | <img src="../../assets/woshihuancun.png" alt="" style="width: 50%;height: 100%;margin-left: 25%;position: relative;margin-top: 5px;"> |
| | | <img src="/woshihuancun.png" alt="" style="width: 50%;height: 100%;margin-left: 25%;position: relative;margin-top: 5px;"> |
| | | <div style="position: relative; width: 500px;height: 95px;margin-top: -146px;margin-left: 615px;"> |
| | | <div |
| | | v-for="(rect, index) in adjustedRects" |
| | |
| | | </div> |
| | | </el-card> |
| | | <div class="awatch"> |
| | | <img src="../../assets/woshihuancun.png" alt="" style="width: 50%;height: 100%;margin-left: 25%;margin-top: 5px;position: relative;"> |
| | | <img src="/woshihuancun.png" alt="" style="width: 50%;height: 100%;margin-left: 25%;margin-top: 5px;position: relative;"> |
| | | <div style="position: relative; width: 500px;height: 95px;margin-top: -227px;margin-left: 615px;"> |
| | | <div |
| | | v-for="(rect, index) in adjustedRects" |
| | |
| | | }
|
| | | .img-ypcc {
|
| | | margin-left: 80px;
|
| | | background-image: url("../../assets/ypcc.png");
|
| | | background-image: url("/ypcc.png");
|
| | | background-repeat: no-repeat;
|
| | | background-attachment: local;
|
| | | min-height: 600px;
|
| | |
| | | margin-top: 0px;
|
| | | }
|
| | | .img-car1 {
|
| | | background-image: url("../../assets/ypccche.png");
|
| | | background-image: url("/ypccche.png");
|
| | | position: absolute;
|
| | | background-repeat: no-repeat;
|
| | | background-attachment: local;
|
| | |
| | | .img-dlpl{ |
| | | margin-left: 330px; |
| | | margin-top: 10px; |
| | | background-image:url('../../assets/ypcc.png'); |
| | | background-image:url('/ypcc.png'); |
| | | background-repeat: no-repeat; |
| | | background-attachment: local; |
| | | min-height: 450px; |
| | |
| | | } |
| | | .img-car1{ |
| | | display: flex; |
| | | background-image:url('../../assets/C1.png'); |
| | | background-image:url('/C1.png'); |
| | | position: absolute; |
| | | background-repeat: no-repeat; |
| | | background-attachment: local; |
| | |
| | | <div id="main-login"> |
| | | <!-- <img |
| | | style="width: 100%; height: 99vh" |
| | | src="../../src/assets/background.jpg" |
| | | src="/background.jpg" |
| | | /> --> |
| | | <div> |
| | | <div style="position: absolute; left: 8vw; top: 6vw; "> |
| | | <img src="../../src/assets/3.png"> |
| | | <img src="/3.png"> |
| | | </div> |
| | | <div style="position: absolute; left: 15vw; top: 22vw; font-size: 55px;color: rgba(29, 33, 41, 1);"> |
| | | {{ $t('northglassMESsystem') }} |
| | |
| | | .mainDiv { |
| | | overflow: hidden; |
| | | min-width: 718px; |
| | | background-image: url('../../src/assets/background.jpg'); |
| | | background-image: url('/background.jpg'); |
| | | } |
| | | #main-login { |
| | | margin: 150px auto 0 auto; |
| | |
| | | <div id="main-login"> |
| | | <div> |
| | | <div style="position: absolute; left: 8vw; top: 6vw; "> |
| | | <img src="../../src/assets/3.png"> |
| | | <img src="/3.png"> |
| | | </div> |
| | | <div style="position: absolute; left: 15vw; top: 22vw; font-size: 55px;color: rgba(29, 33, 41, 1);"> |
| | | {{ $t('northglassMESsystem') }} |
| | |
| | | .mainDiv{ |
| | | overflow: hidden; |
| | | min-width: 718px; |
| | | background-image: url("../../src/assets/background.jpg"); |
| | | background-image: url("/background.jpg"); |
| | | } |
| | | #main-login{ |
| | | margin: 150px auto 0 auto; |
| | |
| | | <div style="display: flex;margin-left:5%"> |
| | | <div style="width: 55%;float: left;margin-left: 300px;"> |
| | | <div style="display: flex;"> |
| | | <img src="../../assets/shangpianji.png" alt="" |
| | | <img src="/shangpianji.png" alt="" |
| | | style="max-width: 20%;max-height: 25%;margin-left: 10%;margin-top: 3%;"> |
| | | <el-table :data="tableDataa" border style="margin-top: 10%;margin-left: 8%;" width="700" |
| | | :header-cell-style="{ background: '#F2F3F5 ', color: '#1D2129' }"> |
| | |
| | | <div style="display: flex;margin-left:5%"> |
| | | <div style="width: 55%;float: left;margin-left: 300px;"> |
| | | <div style="display: flex;"> |
| | | <img src="../../assets/shangpianji.png" alt="" |
| | | <img src="/shangpianji.png" alt="" |
| | | style="max-width: 20%;max-height: 25%;margin-left: 10%;margin-top: 3%;"> |
| | | <el-table :data="tableDataa" border style="margin-top: 10%;margin-left: 8%;" width="700" |
| | | :header-cell-style="{background:'#F2F3F5 ',color:'#1D2129'}" > |
| | |
| | | .img-dlpl{ |
| | | margin-left: 20px; |
| | | margin-top: 0px; |
| | | background-image:url('../../assets/ganghuaqian.png'); |
| | | background-image:url('/ganghuaqian.png'); |
| | | background-repeat: no-repeat; |
| | | background-attachment: local; |
| | | min-height: 380px; |
| | |
| | | } |
| | | .img-car1{ |
| | | display: flex; |
| | | background-image:url('../../assets/xiaoche.png'); |
| | | background-image:url('/xiaoche.png'); |
| | | position: absolute; |
| | | background-repeat: no-repeat; |
| | | background-attachment: local; |
| | |
| | | } |
| | | .img-car4{ |
| | | display: flex; |
| | | background-image:url('../../assets/xiaoche.png'); |
| | | background-image:url('/xiaoche.png'); |
| | | position: absolute; |
| | | background-repeat: no-repeat; |
| | | background-attachment: local; |
| | |
| | | .img-dlpl{ |
| | | margin-left: 70px; |
| | | margin-top: 70px; |
| | | background-image:url('../../assets/dlpl2.png'); |
| | | background-image:url('/dlpl2.png'); |
| | | background-repeat: no-repeat; |
| | | background-attachment: local; |
| | | min-height: 580px; |
| | |
| | | } |
| | | .img-car1{ |
| | | display: flex; |
| | | background-image:url('../../assets/xiaoche.png'); |
| | | background-image:url('/xiaoche.png'); |
| | | position: absolute; |
| | | background-repeat: no-repeat; |
| | | background-attachment: local; |
| | |
| | | } |
| | | .img-car4{ |
| | | display: flex; |
| | | background-image:url('../../assets/xiaoche.png'); |
| | | background-image:url('/xiaoche.png'); |
| | | position: absolute; |
| | | background-repeat: no-repeat; |
| | | background-attachment: local; |
| | |
| | | <template> |
| | | <!-- 父级框 --> |
| | | <div class="container"> |
| | | <img src="../../assets/d1.png" style="width: 1500px;height: 750px;" alt="Your Image"> |
| | | <img src="/d1.png" style="width: 1500px;height: 750px;" alt="Your Image"> |
| | | <div class="moving-rect vertical"></div> |
| | | <div class="moving-rect all"></div> |
| | | <div class="moving-rect horizontal"></div> |
| | |
| | | </script> |
| | | <template> |
| | | <div id="awatch"> |
| | | <img src="../../assets/d3.png" alt="" style="width: 100%;height: 160%;margin-top: 20px;"> |
| | | <img src="/d3.png" alt="" style="width: 100%;height: 160%;margin-top: 20px;"> |
| | | </div> |
| | | </template> |
| | | <style scoped> |
| | |
| | | </script> |
| | | <template> |
| | | <div id="awatch"> |
| | | <img src="../../assets/d2.png" alt="" style="width: 100%;height: 160%;margin-top: 20px;"> |
| | | <img src="/d2.png" alt="" style="width: 100%;height: 160%;margin-top: 20px;"> |
| | | </div> |
| | | </template> |
| | | <style scoped> |
| | |
| | | .img-zkdlpl{ |
| | | margin-left: 40px; |
| | | margin-top: 8px; |
| | | background-image:url('../../assets/zklpl2.png'); |
| | | background-image:url('/zklpl2.png'); |
| | | background-repeat: no-repeat; |
| | | background-attachment: local; |
| | | min-height: 800px; |
| | |
| | | } |
| | | .img-car1{ |
| | | display: flex; |
| | | background-image:url('../../assets/xiaoche.png'); |
| | | background-image:url('/xiaoche.png'); |
| | | position: absolute; |
| | | background-repeat: no-repeat; |
| | | background-attachment: local; |
| | |
| | | } |
| | | .img-car4{ |
| | | display: flex; |
| | | background-image:url('../../assets/xiaoche.png'); |
| | | background-image:url('/xiaoche.png'); |
| | | position: absolute; |
| | | background-repeat: no-repeat; |
| | | background-attachment: local; |
| | |
| | | const tableDatass = ref([]) |
| | | const ganghua = ref('') |
| | | const diaodu = ref('') |
| | | const hollowPriority = ref('') |
| | | const flowCardId = ref('') |
| | | const filmsId = ref('') |
| | | const adjust = ref([]); |
| | |
| | | catch (error) { |
| | | } |
| | | } |
| | | // 中空优先级开关 |
| | | // const handlehollowPriority = async () => { |
| | | // try { |
| | | // const body = { |
| | | // flag: hollowPriority.value, |
| | | // }; |
| | | // var url="/hollowGlass/hollowGlassOutRelationInfo/priorityHollowSwitch?flag="+hollowPriority.value; |
| | | // const response = await request.post(url) |
| | | // if (response.code == 200) { |
| | | // ElMessage.success(response.message); |
| | | // hollowPriority.value = response.data |
| | | // }else { |
| | | // ElMessage.error(response.message); |
| | | // } |
| | | // } |
| | | // catch (error) { |
| | | // } |
| | | // } |
| | | let socket = null; |
| | | const socketUrl = `ws://${WebSocketHost}:${host}/api/hollowGlass/api/talk/hollowGlassMessage`; |
| | | const handleMessage = (data) => { |
| | |
| | | }else{ |
| | | diaodu.value = '' |
| | | } |
| | | // if(data.priorityHollowSwitch!=null){ |
| | | // hollowPriority.value = data.priorityHollowSwitch[0] |
| | | // }else{ |
| | | // hollowPriority.value = '' |
| | | // } |
| | | if(data.bigStorageCageInfos!=null){ |
| | | adjustedRects.value = data.bigStorageCageInfos[0][1].map((rect, index) => ({ |
| | | id: index + 1, |
| | |
| | | <el-button style="margin-top: 7px;margin-left: 10px;" id="searchButton" type="success" @click="handlehistorical">{{ $t('searchOrder.historicaltasks') }}</el-button> |
| | | <el-button style="margin-top: 7px;margin-left: 10px;" id="searchButton" type="danger" @click="handleptask()">{{ $t('searchOrder.partask') }}</el-button> |
| | | <el-switch style="margin-top: 7px;margin-left: 10px;" v-model="diaodu" class="mb-2" :inactive-text="$t('searchOrder.Schedulingswitch')" @change="handlediaodu" /> |
| | | <!-- <el-switch style="margin-top: 7px;margin-left: 10px;" v-model="hollowPriority" class="mb-2" :inactive-text="$t('searchOrder.hollowPriority')" @change="handlehollowPriority" /> --> |
| | | <div id="dotClass"> |
| | | <div>{{ $t('searchOrder.inkageEntity') }}</div> |
| | | <i :style="{ marginTop: '2px', backgroundColor: inkageEntity, width: '18px', height: '18px', borderRadius: '50%', display: 'block' }"></i> |
| | |
| | | .img-zkdlpl{ |
| | | margin-left: 20px; |
| | | margin-top: 0px; |
| | | background-image:url('../../assets/zhongkong.png'); |
| | | background-image:url('/zhongkong.png'); |
| | | background-repeat: no-repeat; |
| | | background-attachment: local; |
| | | min-height: 500px; |
| | |
| | | } |
| | | .img-car1{ |
| | | display: flex; |
| | | background-image:url('../../assets/xiaoche.png'); |
| | | background-image:url('/xiaoche.png'); |
| | | position: absolute; |
| | | background-repeat: no-repeat; |
| | | background-attachment: local; |
| | |
| | | } |
| | | .img-car4{ |
| | | display: flex; |
| | | background-image:url('../../assets/xiaoche.png'); |
| | | background-image:url('/xiaoche.png'); |
| | | position: absolute; |
| | | background-repeat: no-repeat; |
| | | background-attachment: local; |
| | |
| | | </div> |
| | | <div style="display: flex;"> |
| | | <div class="parter" style="margin-top: 10px;margin-left: 150px; height: 240px;width: 1000px;"> |
| | | <img src="../../assets/dpxsa.png" style="margin-left: -10px; width: 100%;height: 100%;" alt="Your Image"> |
| | | <img src="/dpxsa.png" style="margin-left: -10px; width: 100%;height: 100%;" alt="Your Image"> |
| | | <div class="moving-rect lipiana" v-show="woshia"></div> |
| | | <div class="moving-rect lipianb" v-show="woshia"></div> |
| | | <div class="moving-rect lipianc" v-show="woshic"></div> |
| | |
| | | /* margin-top: 50px; */ |
| | | /* float: left; */ |
| | | position: relative; |
| | | background-image: url('../../assets/screen.png'); |
| | | background-image: url('/screen.png'); |
| | | width: 795px; |
| | | height: 700px; |
| | | background-size: contain; |
| | |
| | | dispatchHollowSwitch = redisUtil.getCacheObject("dispatchHollowSwitch"); |
| | | } |
| | | jsonObject.append("dispatchHollowSwitch", dispatchHollowSwitch); |
| | | //调度开关 |
| | | boolean priorityHollowSwitch = false; |
| | | if (redisUtil.getCacheObject("priorityHollowSwitch") == null) { |
| | | redisUtil.setCacheObject("priorityHollowSwitch", false); |
| | | } else { |
| | | priorityHollowSwitch = redisUtil.getCacheObject("priorityHollowSwitch"); |
| | | } |
| | | jsonObject.append("priorityHollowSwitch", priorityHollowSwitch); |
| | | |
| | | //理片笼使用情况 |
| | | List<Map<String, Object>> bigStorageCageUsage = hollowBigStorageCageService.selectBigStorageCageUsage(); |
| | | jsonObject.append("bigStorageCageUsage", bigStorageCageUsage); |