解决冲突

This commit is contained in:
wangshiming
2022-02-25 15:35:01 +08:00
parent 4520daabe9
commit d734ec5f72
3 changed files with 13 additions and 21 deletions

View File

@ -812,12 +812,6 @@ export class SupplyManagementReleasePublishComponent implements OnInit {
const expenseList = [
{ expenseCode: 'PRE', expenseName: '预付', price: this.sf7.value.prePay, id: this.sf7data?.prePayId ? this.sf7data?.prePayId : '' },
{ expenseCode: 'RECE', expenseName: '到付', price: this.sf7.value.toPay, id: this.sf7data?.toPayId ? this.sf7data?.toPayId : '' },
{
expenseCode: 'OIL',
expenseName: '油卡',
price: 0,
id: ''
},
{
expenseCode: 'BACK',
expenseName: '回单付',