| | |
| | | //获取主数据类ID |
| | | this.ClsID = this.param.master_cls?.id; |
| | | if (this.ClsID) { |
| | | this.loadData(options.paramValue) |
| | | const paramValue = options.paramValue ?JSON.parse(options.paramValue) :undefined |
| | | this.loadData(paramValue) |
| | | } else { |
| | | uni.showModal({ |
| | | title: this.translateSys("error"), |
| | |
| | | //获取数据类的自定义表单参数 |
| | | await this.Head_UIStyleGetInfo(this.ClsID, this.param.Input_UI_Style.ID); |
| | | //传入参数值 |
| | | console.log(paramValue) |
| | | if (paramValue) { |
| | | const attrs = paramValue.attrs || []; |
| | | (this.head_styledef?.form?.items || []).forEach(async (ele, index) => { |
| | |
| | | |
| | | button { |
| | | text-align: left; |
| | | line-height: 1.5; |
| | | line-height: 1.6; |
| | | border: none; |
| | | |
| | | margin-right: 10rpx; |