Browse Source

看板字段修改

callm 5 months ago
parent
commit
27ae7afa5d

+ 0 - 5
src/views/compare/index.vue

@@ -131,11 +131,6 @@ export default {
     this.cancelLoading();
     this.cancelLoading();
     this.$nextTick(() => {
     this.$nextTick(() => {
         this.autoFullScreen();
         this.autoFullScreen();
-        this.$message({
-            showClose: true,
-            message: `当前屏幕分辨率,宽:${window.innerWidth},高:${window.innerHeight}`,
-            type: 'warning'
-        });
     })
     })
   },
   },
   beforeDestroy () {
   beforeDestroy () {

+ 0 - 5
src/views/makeprocess/index.vue

@@ -117,11 +117,6 @@ export default {
     this.cancelLoading();
     this.cancelLoading();
     this.$nextTick(() => {
     this.$nextTick(() => {
       this.autoFullScreen();
       this.autoFullScreen();
-      this.$message({
-          showClose: true,
-          message: `当前屏幕分辨率,宽:${window.innerWidth},高:${window.innerHeight}`,
-          type: 'warning'
-      });
     })
     })
     if (this.fromComponent) {
     if (this.fromComponent) {
       setTimeout(() => {
       setTimeout(() => {

+ 1 - 1
src/views/prodline/bottom1.vue

@@ -115,7 +115,7 @@ export default {
           item.push(`<span class="cell-text ${cellClass}">${element.v_planoutqty}</span>`);
           item.push(`<span class="cell-text ${cellClass}">${element.v_planoutqty}</span>`);
           item.push(`<span class="cell-text ${cellClass}">${element.v_madeqty}</span>`);
           item.push(`<span class="cell-text ${cellClass}">${element.v_madeqty}</span>`);
          // item.push(`<span class="cell-text ${cellClass}">${element.v_madejd}</span>`);
          // item.push(`<span class="cell-text ${cellClass}">${element.v_madejd}</span>`);
-          //item.push(`<span class="cell-text ${element.v_remark ? 'colorRemind' : cellClass}">${element.v_remark}</span>`);
+          item.push(`<span class="cell-text ${element.v_remark ? 'colorRemind' : cellClass}">${element.v_remark}</span>`);
           item.push(`<span class="cell-text ${cellClass}">${element.v_remark1}</span>`);
           item.push(`<span class="cell-text ${cellClass}">${element.v_remark1}</span>`);
           item.push(`<span class="cell-text ${element.v_yc ? 'colorRemind' : cellClass}">${element.v_yc}</span>`);
           item.push(`<span class="cell-text ${element.v_yc ? 'colorRemind' : cellClass}">${element.v_yc}</span>`);
 
 

+ 0 - 5
src/views/prodline/index.vue

@@ -144,11 +144,6 @@ export default {
     this.cancelLoading();
     this.cancelLoading();
     this.$nextTick(() => {
     this.$nextTick(() => {
       this.autoFullScreen();
       this.autoFullScreen();
-      this.$message({
-          showClose: true,
-          message: `当前屏幕分辨率,宽:${window.innerWidth},高:${window.innerHeight}`,
-          type: 'warning'
-      });
     })
     })
     setTimeout(() => {
     setTimeout(() => {
       this.$router.push("/makeprocess")
       this.$router.push("/makeprocess")

+ 0 - 5
src/views/quality/index.vue

@@ -137,11 +137,6 @@ export default {
     this.cancelLoading()
     this.cancelLoading()
     this.$nextTick(() => {
     this.$nextTick(() => {
       this.autoFullScreen();
       this.autoFullScreen();
-      this.$message({
-          showClose: true,
-          message: `当前屏幕分辨率,宽:${window.innerWidth},高:${window.innerHeight}`,
-          type: 'warning'
-      });
     })
     })
   },
   },
   beforeDestroy () {
   beforeDestroy () {

+ 0 - 5
src/views/total/index.vue

@@ -144,11 +144,6 @@ export default {
     this.cancelLoading();
     this.cancelLoading();
     this.$nextTick(() => {
     this.$nextTick(() => {
       this.autoFullScreen();
       this.autoFullScreen();
-      this.$message({
-          showClose: true,
-          message: `当前屏幕分辨率,宽:${window.innerWidth},高:${window.innerHeight}`,
-          type: 'warning'
-      });
     })
     })
   },
   },
   beforeDestroy () {
   beforeDestroy () {

+ 0 - 5
src/views/warehouse/index.vue

@@ -135,11 +135,6 @@ export default {
     this.cancelLoading()
     this.cancelLoading()
     this.$nextTick(() => {
     this.$nextTick(() => {
       this.autoFullScreen();
       this.autoFullScreen();
-      this.$message({
-          showClose: true,
-          message: `当前屏幕分辨率,宽:${window.innerWidth},高:${window.innerHeight}`,
-          type: 'warning'
-      });
     })
     })
   },
   },
   beforeDestroy () {
   beforeDestroy () {

+ 0 - 5
src/views/zz/index.vue

@@ -134,11 +134,6 @@ export default {
     this.cancelLoading();
     this.cancelLoading();
     this.$nextTick(() => {
     this.$nextTick(() => {
       this.autoFullScreen();
       this.autoFullScreen();
-      this.$message({
-          showClose: true,
-          message: `当前屏幕分辨率,宽:${window.innerWidth},高:${window.innerHeight}`,
-          type: 'warning'
-      });
     })
     })
   setTimeout(() => {
   setTimeout(() => {
       this.$router.push("/makeprocess")
       this.$router.push("/makeprocess")

+ 1 - 1
src/views/zz/up1.vue

@@ -103,7 +103,7 @@ export default {
         this.createCell(item.v_jitype, rowClass),
         this.createCell(item.v_jitype, rowClass),
         this.createCell(item.v_qty, rowClass),
         this.createCell(item.v_qty, rowClass),
         //this.createCell(item.v_blstatus, rowClass),
         //this.createCell(item.v_blstatus, rowClass),
-        //this.createCell(item.v_planoutqty, rowClass),
+        this.createCell(item.v_planoutqty, rowClass),
         this.createCell(item.v_madeqty, rowClass),
         this.createCell(item.v_madeqty, rowClass),
        // this.createCell(item.v_madejd, rowClass),
        // this.createCell(item.v_madejd, rowClass),
         //this.createCell(item.v_remark, rowClass),
         //this.createCell(item.v_remark, rowClass),