cz 1 year ago
parent
commit
4121f98360
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/JXSK/mes/receive/add.vue

+ 1 - 1
src/views/JXSK/mes/receive/add.vue

@@ -61,7 +61,7 @@ const formConfig = reactive([
     type: "input",
     itemType: "text",
     label: proxy.t('receive.productName'),
-    prop: "productionProcessesName",
+    prop: "productName",
     readonly: true,
   },
   {