|
|
|
@ -117,11 +117,7 @@
|
|
|
|
@blur="endEditTimes(scope.row)"></el-input>
|
|
|
|
@blur="endEditTimes(scope.row)"></el-input>
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
</el-table-column>
|
|
|
|
</el-table-column>
|
|
|
|
<el-table-column label="转入金额" align="center" min-width="90">
|
|
|
|
<el-table-column label="转入金额" align="center" prop="changeInMoney" min-width="90"></el-table-column>
|
|
|
|
<template >
|
|
|
|
|
|
|
|
<div>{{outMoneys}}</div>
|
|
|
|
|
|
|
|
</template>
|
|
|
|
|
|
|
|
</el-table-column>
|
|
|
|
|
|
|
|
<el-table-column label="欠款金额" v-if="sessionStorageData.allowdebt" align="center" prop="debtMoney"
|
|
|
|
<el-table-column label="欠款金额" v-if="sessionStorageData.allowdebt" align="center" prop="debtMoney"
|
|
|
|
min-width="90"></el-table-column>
|
|
|
|
min-width="90"></el-table-column>
|
|
|
|
<el-table-column label="成交金额" align="center" prop="transactionMoney" min-width="80">
|
|
|
|
<el-table-column label="成交金额" align="center" prop="transactionMoney" min-width="80">
|
|
|
|
@ -197,7 +193,6 @@ export default {
|
|
|
|
return time.getTime() > Date.now();
|
|
|
|
return time.getTime() > Date.now();
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
nums,
|
|
|
|
|
|
|
|
projectDialogVisible: false,
|
|
|
|
projectDialogVisible: false,
|
|
|
|
recDateShow: false,
|
|
|
|
recDateShow: false,
|
|
|
|
activeName: "现付",
|
|
|
|
activeName: "现付",
|
|
|
|
@ -429,7 +424,7 @@ export default {
|
|
|
|
// form.changeOutMoney =
|
|
|
|
// form.changeOutMoney =
|
|
|
|
// (form.courseConsumeCount * form.unitMoney).toFixed(2) * 1;
|
|
|
|
// (form.courseConsumeCount * form.unitMoney).toFixed(2) * 1;
|
|
|
|
form.changeOutMoney = 0;
|
|
|
|
form.changeOutMoney = 0;
|
|
|
|
form.changeOutTime = 1;
|
|
|
|
form.changeOutTime = 0;
|
|
|
|
form.changeOutTimeShow = false;
|
|
|
|
form.changeOutTimeShow = false;
|
|
|
|
form.accountId = form.id;
|
|
|
|
form.accountId = form.id;
|
|
|
|
this.outList.push(form);
|
|
|
|
this.outList.push(form);
|
|
|
|
|