This commit is contained in:
wangshiming
2022-04-09 17:02:04 +08:00
parent d8ec7e2b16
commit 60e96b0fea

View File

@ -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: '请选择',