|
|
@@ -34,14 +34,14 @@
|
|
|
|
|
|
<span style="text-align: right;width: 100%; font-size: 50px; font-weight: bold;letter-spacing: .3em;">产线计划未完成订单明细</span>
|
|
|
</div>
|
|
|
- <div class="d-flex aside-width">
|
|
|
+ <div class="d-flex aside-width" style="width: 45%">
|
|
|
<div class="react-right bg-color-r mr-3">
|
|
|
<el-button type="text" class="text" style="width:50% ;font-size: 21px; color: #000000 !important;font-weight: bold;" @click="fullScreen" ref="fullScreen"
|
|
|
v-show=!isFullScreen >全屏</el-button>
|
|
|
<el-button type="text" class="text" style="width:50% ;font-size: 21px; color: #000000 !important;font-weight: bold;" @click="exitFullScreen" ref="exitFullScreen" v-show=isFullScreen>退出全屏</el-button>
|
|
|
</div>
|
|
|
- <div class="react-right mr-4 react-l-s" style="width: 900px">
|
|
|
- <span class="react-after"></span>
|
|
|
+ <div class="react-right mr-4 react-l-s" style="width: 90%">
|
|
|
+ <!-- <span class="react-after"></span> -->
|
|
|
<el-dropdown class="dropdown">
|
|
|
<span class="el-dropdown-link" ref="echarType">
|
|
|
生产进度看板<i class="el-icon-arrow-down el-icon--right"></i>
|
|
|
@@ -63,8 +63,9 @@
|
|
|
:value="item.LI_CODE"
|
|
|
></el-option>
|
|
|
</el-select>
|
|
|
- <span class="text"> </span>
|
|
|
- <span class="text datetext">{{ dateYear }} {{ dateWeek }} {{ dateDay }}</span>
|
|
|
+ <div class="text datetext">
|
|
|
+ {{ dateYear }} {{ dateWeek }} {{ dateDay }}
|
|
|
+ </div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|