cz 1 year ago
parent
commit
0605cd7129
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/views/MES/supplementaryOrder/add.vue

+ 1 - 0
src/views/MES/supplementaryOrder/add.vue

@@ -151,6 +151,7 @@ const formConfig = reactive([
         if (current) {
           formData.data.materialCode = current.productCode;
           formData.data.productQuantity = current.quantity;
+          formData.data.materialType = current.type;
         }
       }
       data.showPicker = false;