|
@@ -621,7 +621,9 @@ const clickSettlement = (row) => {
|
|
|
const clickCancelSettlement = (row) => {
|
|
|
proxy
|
|
|
.post("/saleStatement/update", {
|
|
|
- id: row.contractId,
|
|
|
+ ...row,
|
|
|
+ grossGrofit: row.grossProfit,
|
|
|
+ grossRofitMargin: row.grossProfitMargin,
|
|
|
settlementStatus: 0,
|
|
|
})
|
|
|
.then(() => {
|