| | |
| | | } |
| | | } |
| | | connectedCallback(){ |
| | | console.log('LexCreateOPDFromRentalApply init') |
| | | console.log('this.recordId = ' + this.recordId) |
| | | init({ |
| | | recordId: this.recordId |
| | | }).then(result=>{ |
| | | console.log('LexCreateOPDFromRentalApply init result = ' + JSON.stringify(result)) |
| | | this.hospitalId = result.hospitalId; |
| | | this.strategicDeptId = result.strategicDeptId; |
| | | this.accountId = result.accountId; |
| | |
| | | actionName: 'new' |
| | | }, |
| | | state: { |
| | | nooverride: '1', |
| | | //nooverride: '1', //2023-08-14 zhj |
| | | defaultFieldValues: defaultValues, |
| | | recordTypeId: this.recordTypeId |
| | | } |