Commit 51bcf05d2e5fadbb72f0368b478543b9d3223448

Authored by boyang
1 parent 376bd084

fix:内部生产表接口参数

src/views/project/finance/financeProfit/ProductProfit/InnerProduce/FinanceEdit.vue
@@ -216,12 +216,8 @@ @@ -216,12 +216,8 @@
216 } else { 216 } else {
217 await getServiceEdit({ 217 await getServiceEdit({
218 projectNoPrefix: id.value, 218 projectNoPrefix: id.value,
219 - developmentCopyRmbTotalPrice: input1.value,  
220 - spainPaidRmbCommission: input2.value,  
221 - projectStartTime: input3.value,  
222 - projectEndTime: input4.value,  
223 - paidRmbCommission: input5.value,  
224 - actualExchangeRate: input6.value, 219 + projectInnerProfitInfoStartTime: input3.value,
  220 + projectInnerProfitInfoEndTime: input4.value,
225 }); 221 });
226 emit('success'); 222 emit('success');
227 closeDrawer(); 223 closeDrawer();