Merge branch 'develop' of https://gitlab.eascs.com/tms-ui/tms-obc-web into develop
This commit is contained in:
		| @ -298,26 +298,26 @@ export class InvoiceRequestedComponent implements OnInit { | |||||||
|           }, |           }, | ||||||
|           default: '' |           default: '' | ||||||
|         }, |         }, | ||||||
|         sts: { |         // sts1: { | ||||||
|           type: 'string', |         //   type: 'string', | ||||||
|           title: '处理进度', |         //   title: '处理进度', | ||||||
|           enum: [ |         //   enum: [ | ||||||
|             { label: '全部', value: '' }, |         //     { label: '全部', value: '' }, | ||||||
|             { label: '待审核', value: '待审核' }, |         //     { label: '待审核', value: '待审核' }, | ||||||
|             { label: '处理中', value: '处理中' }, |         //     { label: '处理中', value: '处理中' }, | ||||||
|             { label: '已完成', value: '已完成' }, |         //     { label: '已完成', value: '已完成' }, | ||||||
|             { label: '已拒绝', value: '已拒绝' }, |         //     { label: '已拒绝', value: '已拒绝' }, | ||||||
|             { label: '已撤销', value: '已撤销' } |         //     { label: '已撤销', value: '已撤销' } | ||||||
|           ], |         //   ], | ||||||
|           ui: { |         //   ui: { | ||||||
|             widget: 'select', |         //     widget: 'select', | ||||||
|             placeholder: '请选择', |         //     placeholder: '请选择', | ||||||
|             visibleIf: { |         //     visibleIf: { | ||||||
|               expand: (value: boolean) => value |         //       expand: (value: boolean) => value | ||||||
|             } |         //     } | ||||||
|           }, |         //   }, | ||||||
|           default: '' |         //   default: '' | ||||||
|         }, |         // }, | ||||||
|         createTime: { |         createTime: { | ||||||
|           title: '申请时间', |           title: '申请时间', | ||||||
|           type: 'string', |           type: 'string', | ||||||
| @ -449,6 +449,8 @@ export class InvoiceRequestedComponent implements OnInit { | |||||||
|     this.resourceStatus = e; |     this.resourceStatus = e; | ||||||
|     this.initST(); |     this.initST(); | ||||||
|     setTimeout(() => { |     setTimeout(() => { | ||||||
|  |       console.log(this.resourceStatus); | ||||||
|  |        | ||||||
|       this.st.load(); |       this.st.load(); | ||||||
|     }, 500); |     }, 500); | ||||||
|   } |   } | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user