huang_an 2 lat temu
rodzic
commit
105407a508

+ 2 - 2
src/views/bpm/handleTask/components/purchaseOrder/invoice/procurementWarehousing.vue

@@ -726,7 +726,7 @@
               </template>
             </el-table-column>
             <el-table-column label="重量" prop="weight" width="100">
-              <template slot-scope="{ row }">
+              <template slot-scope="{ row, $index }">
                 <el-input
                   v-if="!row.isPack && row.measuringUnit != row.weightUtil"
                   :ref="'weight' + $index"
@@ -1451,7 +1451,7 @@
       },
       //获取回执附件
       getQualityFile() {
-        return { qualityFile: this.qualityFile, id: this.infoData.id };
+        return { qualityFile: this.qualityFile, id: this.formData.id };
       },
       //获取质检状态(全部已检)
       getStatus() {

+ 1 - 1
src/views/bpm/handleTask/components/saleOrder/entrustedReceive/procurementWarehousing.vue

@@ -1452,7 +1452,7 @@
       },
       //获取回执附件
       getQualityFile() {
-        return { qualityFile: this.qualityFile, id: this.infoData.id };
+        return { qualityFile: this.qualityFile, id: this.formData.id };
       },
       //获取质检状态(全部已检)
       getStatus() {