Sfoglia il codice sorgente

私有应收-手续费、跟单批量修改比例 加参数区分

@dongkboy 2 mesi fa
parent
commit
641acba576

+ 3 - 2
src/views/receivable/documentary/index.vue

@@ -889,11 +889,12 @@ const handleBatchEdit = () => {
 const handleBatchEditSubmit = async () => {
   const params = {
     incomeIds: selectedList.value.map(item => item.id),
-    jqSuperviseCostsProportion: editForm.value.jqInsurance,
-    sySuperviseCostsProportion: editForm.value.syInsurance,
+    jgOtherCostsProportion: editForm.value.jqInsurance,
+    syOtherCostsProportion: editForm.value.syInsurance,
     signingTime: editForm.value.signTime,
     contractUserName: editForm.value.name,
     contractPhone: editForm.value.phone,
+    updateFlag: '2'
   }
   const { code, data, msg } = await api.financeApi.batchModify(params)
   if (code === 200) {

+ 1 - 0
src/views/receivable/handingFee/index.vue

@@ -898,6 +898,7 @@ const handleBatchEditSubmit = async () => {
     signingTime: editForm.value.signTime,
     contractUserName: editForm.value.name,
     contractPhone: editForm.value.phone,
+    updateFlag: '1'
   }
   const { code, data, msg } = await api.financeApi.batchModify(params)
   if (code === 200) {