廖井涛
2025-05-27 d687ff755f0f3022dcd1f57a03104b0e91536ab3
ºÓ±±ÍûÃÀÏîÄ¿/MES_11/src/main/webapp/WEB-INF/views/mes/view/DP_chanliang.jsp
@@ -7,15 +7,11 @@
         <div class="modal-content" style="background-color: #d9d9d9;">
            <div class="modal-header">
               <div class="form-group" style="margin: auto; text-align: center">
                  <button type="button" class="btn btn-primary close"
                     data-dismiss="modal" aria-hidden="true">【关闭】</button>
               </div>
            </div>
            <div class="modal-body" style=" width:1200px;height: 600px; display: flex;">
               <div id="cl_container2" style=" width: 400px;height: 600px; float:left;"></div>
               <div id="cl_container3" style=" width: 1200px;height: 600px; float:left;"></div>
               
@@ -25,7 +21,6 @@
      </div>
   </form>
</div>
<script>
function modalDPShow_chanliang() {
   $("#div_daping_chanliang").modal('toggle');
@@ -89,10 +84,10 @@
   zongzhi2=y2;
}
var chartDom11 = document.getElementById('cl_container2');
var myChart11 = echarts.init(chartDom11);
var option11;
option11 = {
  title: {
    text:'产量',//主标题文本
            left:'center',
@@ -167,7 +162,6 @@
    }
  ]
};
option11 && myChart11.setOption(option11);