Browse Source

生产工单

baishaojie 1 month ago
parent
commit
1240e39473
1 changed files with 4 additions and 1 deletions
  1. 4 1
      src/views/productManagement/productionWorkOrder/index.vue

+ 4 - 1
src/views/productManagement/productionWorkOrder/index.vue

@@ -1219,6 +1219,8 @@
                     v-model="row.todayQuantity"
                     placeholder="今日完成量"
                     clearable
+                       type="number"
+                       oninput="value=value.replace(/[^\d]/g,'')"
                     style="padding-right:0px;"
                   />
                 </template>
@@ -2188,7 +2190,7 @@ console.log()
       this.formLabelAlign.totalQuantity = row.totalQuantity;
       this.formLabelAlign.days_diff = row.days_diff;
       this.formLabelAlign.estimatedCompletionTime = row.estimatedCompletionTime;
-
+      this.formLabelAlign.actualCompletionTime=  row.actualCompletionTime;
       
       console.log(this.productionOrderGoodsList);
       this.formLabelAlign.goodsCode = row.goodsCode
@@ -2444,6 +2446,7 @@ console.log()
       }
       ExecDataByConfig(this.createProductionOrderParm).then(response => {
         if (response.msg !== 'fail') {
+          this.get_production_work_order()
           this.$notify({
             title: '成功',
             message: '操作成功',