lph hace 1 año
padre
commit
648a998c8d

+ 2 - 2
zkqy-ui/src/views/bussiness/dialogCompments/GongYi/AppearanceInspection.vue

@@ -210,8 +210,8 @@ export default {
         indexType: "2", //1:物理指标  2:外观指标
         saleProductNo: this.saleProductNo, //销售产品编号
         inspectionListInfoList: [],
-        lot_number,
-        materieColorNumber
+        lotNumber: lot_number,
+        colourNumber: materieColorNumber,
       };
       // payLoad.inspectionListInfo = {
       //   ...this.dictForm,

+ 2 - 2
zkqy-ui/src/views/bussiness/dialogCompments/GongYi/PhysicalInspection.vue

@@ -208,8 +208,8 @@ export default {
         indexType: "1", //1:物理指标  2:外观指标
         saleProductNo: this.saleProductNo, //销售产品编号
         inspectionListInfoList: [],
-        lot_number,
-        materieColorNumber,
+        lotNumber: lot_number,
+        colourNumber: materieColorNumber,
       };
       // payLoad.inspectionListInfo = {
       //   ...this.dictForm,