|
|
@@ -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) {
|