fix bug
This commit is contained in:
@ -45,11 +45,11 @@ export class PayableOrderComponent implements OnInit {
|
||||
}
|
||||
});
|
||||
}
|
||||
if (this.sf.value?.ahxdate) {
|
||||
if (this.sf.value?.phxdate) {
|
||||
Object.assign(requestOptions.body, {
|
||||
ahxdate: {
|
||||
start: this.sf.value.ahxdate?.[0] || null,
|
||||
end: this.sf.value.ahxdate?.[1] || null
|
||||
phxdate: {
|
||||
start: this.sf.value.phxdate?.[0] || null,
|
||||
end: this.sf.value.phxdate?.[1] || null
|
||||
}
|
||||
});
|
||||
}
|
||||
@ -210,7 +210,7 @@ export class PayableOrderComponent implements OnInit {
|
||||
},
|
||||
remarks: {
|
||||
type: 'string',
|
||||
title: '付款备注',
|
||||
title: '核销备注',
|
||||
ui: {
|
||||
autocomplete: 'off',
|
||||
placeholder: '请选择',
|
||||
|
||||
Reference in New Issue
Block a user