|
|
@@ -278,13 +278,14 @@
|
|
|
return this.dialogType === 'view';
|
|
|
},
|
|
|
statementAdvanceTotalPrice() {
|
|
|
- return (
|
|
|
- this.localList.reduce(
|
|
|
- (pre, cur) =>
|
|
|
- pre + Math.round((+cur.statementAdvanceConfirmAmount || 0) * 100),
|
|
|
- 0
|
|
|
- ) / 100
|
|
|
- );
|
|
|
+ // return (
|
|
|
+ // this.localList.reduce(
|
|
|
+ // (pre, cur) =>
|
|
|
+ // pre + Math.round((+cur.statementAdvanceConfirmAmount || 0) * 100),
|
|
|
+ // 0
|
|
|
+ // ) / 100
|
|
|
+ // );
|
|
|
+ return this.dataForm?.statReceipt?.statementAdvanceTotalPrice || 0;
|
|
|
},
|
|
|
receivedTotalPrice() {
|
|
|
return (
|