Mr.Zhang
2023-10-24 2a4c325293b3c738d6606cc5ee244a15e4dee0a3
minipro_standard/pages_adjust/pages/workOrderReporting/workOrderReporting.vue
@@ -764,7 +764,8 @@
               workorderId: this.workorderId,
               duration: this.form.duration ? this.form.duration : 0,
               qualifiedNum: this.produceFrom.qualified ? this.produceFrom.qualified : 0,
               unQualifiedNum: this.produceFrom.undesirable ? this.produceFrom.undesirable : 0
               unQualifiedNum: this.produceFrom.undesirable ? this.produceFrom.undesirable : 0,
               type: this.form.type
            }
            // id: route.query.id
            comfirmDoneStandard({
@@ -1573,7 +1574,7 @@
      }
   }
   .content {
      height: 100vh;
      // height: 100vh;
      background-color: #f7f7f7;
   }
</style>