Merge branch 'develop' of https://gitlab.eascs.com/tms-ui/tms-obc-web into develop

This commit is contained in:
wangshiming
2022-05-10 15:33:44 +08:00
2 changed files with 13 additions and 13 deletions

View File

@ -30,7 +30,7 @@ export class PayableOrderDetailComponent implements OnInit {
this.loadHeadInfo(); this.loadHeadInfo();
} }
ngOnInit(): void {} ngOnInit(): void { }
loadHeadInfo() { loadHeadInfo() {
this.service.request(this.service.$api_get_fico_ph_header, { id: this.id }).subscribe(res => { this.service.request(this.service.$api_get_fico_ph_header, { id: this.id }).subscribe(res => {
@ -117,17 +117,17 @@ export class PayableOrderDetailComponent implements OnInit {
placeholder: '请输入' placeholder: '请输入'
} }
}, },
cno: { // cno: {
type: 'string', // type: 'string',
title: '结算客户', // title: '结算客户',
ui: { // ui: {
widget: 'select', // widget: 'select',
placeholder: '请选择', // placeholder: '请选择',
allowClear: true, // allowClear: true,
asyncData: () => this.service.getCloseAccount() // asyncData: () => this.service.getCloseAccount()
}, // },
default: '' // default: ''
}, // },
feedate: { feedate: {
title: '费用日期', title: '费用日期',
type: 'string', type: 'string',

View File

@ -114,7 +114,7 @@ export class InputInvoiceComponent extends BasicTableComponent {
title: '发票类型', title: '发票类型',
enum: [ enum: [
{ value: '', label: '全部' }, { value: '', label: '全部' },
{ value: '1', label: '运输专票' } { value: '运输专票', label: '运输专票' }
], ],
ui: { ui: {
widget: 'select', widget: 'select',