Browse Source

成本分配表-辅料余下数量-导出

jbb 1 year ago
parent
commit
2930a38ccb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/cost-allocation-total/modal/ingRemQuaModal.vue

+ 1 - 1
src/views/cost-allocation-total/modal/ingRemQuaModal.vue

@@ -101,7 +101,7 @@ export default {
       console.log('需导出的fileName:', fileName)
       const params = {
         planNum:this.planNum,
-        sytransferIngreDeent :this.data,
+        syRemainingIngreDeent :this.data,
         sheetName:'辅料余下'
       }
       console.log('导出参数', params)