|
@@ -57,6 +57,9 @@ export default {
|
|
},
|
|
},
|
|
settle: {
|
|
settle: {
|
|
prompt:"是否确认结算!",
|
|
prompt:"是否确认结算!",
|
|
|
|
+ conditions: ({ row, index, column }) => {
|
|
|
|
+ return row.totalAmount != row.giveAmount
|
|
|
|
+ },
|
|
click: ({ row, index, column }) => {
|
|
click: ({ row, index, column }) => {
|
|
var { websitId, workerId } = row
|
|
var { websitId, workerId } = row
|
|
enginMaterialLineSettlementHui({ websitId, workerId }).then(res => {
|
|
enginMaterialLineSettlementHui({ websitId, workerId }).then(res => {
|