单据类型
作者:
private get billTypeId() {
const billTypeId =
this.presenter.options.dataOptions.billTypeId ||
(this.form.select('billType').value && this.form.select('billType').value.id);
return billTypeId;
}
作者:
private get billTypeId() {
const billTypeId =
this.presenter.options.dataOptions.billTypeId ||
(this.form.select('billType').value && this.form.select('billType').value.id);
return billTypeId;
}