解决冲突
This commit is contained in:
		| @ -247,7 +247,7 @@ export class InvoiceRequestedDetailComponent implements OnInit { | ||||
|           enum: [ | ||||
|             { label: '全部', value: '' }, | ||||
|             { label: '整车', value: '1' }, | ||||
|             { label: '大宗', value: '2' } | ||||
|             { label: '大宗', value: '2' }, | ||||
|           ], | ||||
|           ui: { | ||||
|             widget: 'select', | ||||
| @ -305,7 +305,7 @@ export class InvoiceRequestedDetailComponent implements OnInit { | ||||
|       { title: '订单完成日期', index: 'billfinTime', type: 'date', width: 150 }, | ||||
|       { title: '开票状态', index: 'vatappStsLabel', width: 100 }, | ||||
|       { title: '所属项目', index: 'projectIdName', width: 140 }, | ||||
|       { title: '订单类型', index: 'billType', width: 100, type: 'enum', enum: { 1: '整车', 2: '大宗' } }, | ||||
|       { title: '订单类型', index: 'billTypeLabel', width: 100,}, | ||||
|       { title: '装货地', index: 'loadingfrom', width: 220 }, | ||||
|       { title: '卸货地', index: 'loadingto', width: 220 }, | ||||
|       { title: '货物信息', index: 'goodsinfo', width: 150 }, | ||||
|  | ||||
		Reference in New Issue
	
	Block a user