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