guoyujia 1 year ago
parent
commit
48a5014501
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/views/business/productionBatch/computedMaterialForm.vue

+ 2 - 0
src/views/business/productionBatch/computedMaterialForm.vue

@@ -38,6 +38,7 @@
           <el-col :span="18">
             <el-form-item
               label="单批量(KG)"
+              v-model="form.peqty"
               prop="peqty"
               label-width="100px"
               style="margin-top: 30px"
@@ -112,6 +113,7 @@ function cancel() {
 function reset() {
   form.value = {
     lotNumber: 0,
+    materialpickUpQuantity:0
   };
   proxy.resetForm("formRef");
 }