|
@@ -306,7 +306,8 @@ export default {
|
|
|
projectName: Arr[v].projectName,
|
|
|
departmentId: Arr[v].departmentId,
|
|
|
customerWalletId: Arr[v].customerWalletId,
|
|
|
- invoiceType: Arr[v].invoiceType,
|
|
|
+ // invoiceType: Arr[v].invoiceType,
|
|
|
+ invoiceType: Arr[v].invoiceType ? Arr[v].invoiceType : "",
|
|
|
incomeDept: Arr[v].incomeDept,
|
|
|
totalAmount: Arr[v].totalAmount,
|
|
|
taxRate: Arr[v].taxRate,
|