| | |
| | | ref="FormTemplateDialog"
|
| | | type="detail"
|
| | | :visible.sync="formTemplateVisible"
|
| | | :templateOid="this.resembleTemplateOid"
|
| | | :templateOid="resembleTemplateOid"
|
| | | :rowOid="rowOid"
|
| | | title="查看详细信息"
|
| | | :codeClassifyOid="this.resembleCodeClassifyOid"
|
| | |
| | | type: {
|
| | | type: String,
|
| | | default: "add",
|
| | | },
|
| | | form: {
|
| | | type: Object,
|
| | | default: () => ({}),
|
| | | },
|
| | | }
|
| | | },
|
| | | data() {
|
| | | return {
|
| | |
| | | activeName: "findlike",
|
| | | tableData: [],
|
| | | loading: false,
|
| | | resembleTemplateOid: "78B8C7C5-A042-0B96-FE6D-65421451782A",
|
| | | resembleCodeClassifyOid: "4524E801-6CC6-92E8-1AC3-2AB9604E8F96",
|
| | | resembleTemplateOid: "",
|
| | | resembleCodeClassifyOid: "",
|
| | | rowOid: '',
|
| | | defaultValue: {},
|
| | | secVOList: [],
|
| | |
| | | },
|
| | |
|
| | | openFormTemlpate(row) {
|
| | | this.codetemplateoid = row.codetemplateoid;
|
| | | this.rowOid = row.iod
|
| | | this.resembleTemplateOid = row.codetemplateoid
|
| | | this.resembleCodeClassifyOid = row.codeClassifyOid
|
| | | this.rowOid = row.oid
|
| | | this.formTemplateVisible = true;
|
| | | },
|
| | | getDefaultValueAndFormValues(form) {
|