Parcourir la source

组装看板调整

callm il y a 5 mois
Parent
commit
0dd704e1dd

+ 1 - 23
src/components/assemblyechart/bottom/bottomLeft2Chart/chart.vue

@@ -147,23 +147,6 @@ export default {
             emphasis: {
               focus: 'series'
             }
-          }, {
-            name: 'UPH',
-            type: 'line',
-            barWidth: 15,
-            data:[],
-            //data: [12, 22, 32, 12, 32, 12, 32],
-            emphasis: {
-              focus: 'series'
-            },lineStyle: {
-              width: 4
-            },
-            label: {
-              show: true,
-              position: 'top',
-              fontSize:14,
-              fontWeight: "bold"
-            }
           }
         ]
       },
@@ -194,7 +177,7 @@ export default {
     },
     async getdata() {
       //20220211 -+formatDate(new Date()
-      var caller = 'WCDAYTURNOUT!ZZ';
+      var caller = 'ZZ!WCDAYTURNOUT';
       if (sessionStorage.getItem('li_code') == '所有'){
         caller = 'ZZ!WCDAYTURNOUT!ALL';
       }
@@ -228,11 +211,6 @@ export default {
           series2.push(element.v_ngqty);
           //良率
           series3.push(element.v_okrate);
-          //UPH
-          series4.push(element.uph);
-          if(element.uph>maxnumber){
-            maxnumber= element.uph;
-          }
         }
         this.options.xAxis[0].data = xAxis0;
         this.options.series[0].data = series0;

+ 1 - 1
src/components/assemblyechart/bottom/bottomRightChart/index.vue

@@ -60,7 +60,7 @@ export default {
               +"/"
               +(dateBase.getDate()  < 10 ? "0" + (dateBase.getDate() ) : dateBase.getDate() );
       //良率直通图
-      var caller1 = 'DAYTURNOUT!ZZ';
+      var caller1 = 'ZZ!DAYTURNOUT';
       if (sessionStorage.getItem('li_code') == '所有'){
         caller1 = 'ZZ!DAYTURNOUT!ALL';
       }

+ 4 - 4
src/components/assemblyechart/centerRight/centerChartRate/index.vue

@@ -2,10 +2,10 @@
   <div>
     <!-- 通过率/达标率 -->
     <Echart
-      :options="options"
-      :id="id"
-      height="200px"
-      width="200px"
+        :options="options"
+        :id="id"
+        height="100px"
+        width="100px"
     ></Echart>
   </div>
 </template>