refactor: add installmentNo in node
This commit is contained in:
parent
814ef87d6c
commit
13a7194793
1 changed files with 3 additions and 0 deletions
|
|
@ -271,6 +271,7 @@ function mapNode() {
|
|||
detail: p.product.detail,
|
||||
remark: p.product.remark,
|
||||
value: {
|
||||
installmentNo: p.installmentNo,
|
||||
workerIndex: [],
|
||||
vat: 0,
|
||||
pricePerUnit,
|
||||
|
|
@ -322,6 +323,7 @@ function mapNode() {
|
|||
service: v.raw,
|
||||
work: w,
|
||||
product: p.product,
|
||||
installmentNo: p.installmentNo,
|
||||
},
|
||||
};
|
||||
}),
|
||||
|
|
@ -349,6 +351,7 @@ function mapNode() {
|
|||
discount: 0,
|
||||
amount: 0,
|
||||
product: v.raw,
|
||||
installmentNo: v.installmentNo,
|
||||
},
|
||||
checked: true,
|
||||
icon: 'mdi-shopping-outline',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue