guoyujia 1 년 전
부모
커밋
48a5014501
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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");
 }