Source/UBCS-WEB/src/components/Theme/ThemeAttrCrud.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
Source/UBCS-WEB/src/components/Theme/ThemeClassifyTreeform.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
Source/UBCS-WEB/src/components/Theme/ThemeClassifyTrees.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
Source/UBCS-WEB/src/components/Theme/ThemeTemplatePro.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
Source/UBCS-WEB/src/components/Theme/ThemeAttrCrud.vue
@@ -276,8 +276,8 @@ </el-dialog> <!-- 全屏编辑--> <el-dialog :before-close="escEdit" :visible.sync="attrEditVisible" append-to-body fullscreen="true"> <attrCrud :ProData="this.ProData" :attrFlagChiledren="this.attrFlag" :crudArrayFlag="this.crudArrayFlag" :editOpenFlag="editOpenFlag" :editStyleFlag="editStyleFlag" :btnAuthList="btnAuthList" <attrCrud :ProData="this.ProData" :attrFlagChiledren="this.attrFlag" :btnAuthList="btnAuthList" :crudArrayFlag="this.crudArrayFlag" :editOpenFlag="editOpenFlag" :editStyleFlag="editStyleFlag" @editCloseChildren="editClose"></attrCrud> </el-dialog> <!-- 组合规则--> @@ -325,8 +325,8 @@ ref="referAttrCrud" v-loading="loading" :data="ProData" :height="this.tableHeight" :header-cell-style="{background:'#FAFAFA',color:'#505050'}" :height="this.tableHeight" border style="width: 100%" @select="selectHandle" @@ -364,9 +364,10 @@ :style="{width:(item.width-10)+'px'}" controls-position="right" size="small" @blur="saveRows"></el-input-number> <el-select v-if="editingRows === row && editShows== item.prop && item.edit == 'select' " slot="prepend" :clearable="true" v-model="row[item.prop]" allow-create default-first-option filterable v-show="!AddCellFlag" <el-select v-if="editingRows === row && editShows== item.prop && item.edit == 'select' " v-show="!AddCellFlag" slot="prepend" v-model="row[item.prop]" :clearable="true" allow-create default-first-option filterable @blur="selectChangeHandler(item.editConfig,index)"> <el-option v-for="optionItem in item.data" @@ -2084,7 +2085,8 @@ } if (this.attrSelectList.length < 1) { this.$message.warning('请选择一条模板数据') return;; return; ; } if (this.attrSelectList.length === 1) { this.injectVisible = true; Source/UBCS-WEB/src/components/Theme/ThemeClassifyTreeform.vue
@@ -1,20 +1,20 @@ <template> <div> <avue-form v-model="loneTreeNewForm" :option="renonlyOption" v-if="flag == 'renonly'"> <avue-form v-if="flag == 'renonly'" v-model="loneTreeNewForm" :option="renonlyOption"> </avue-form> <avue-form v-model="loneTreeNewForm" :option="this.editOption" @submit="submits" v-else-if="flag == 'edit'"> <avue-form v-else-if="flag == 'edit'" v-model="loneTreeNewForm" :option="this.editOption" @submit="submits"> </avue-form> <div> <!-- 编码规则--> <ThemeChildren ref="ThemeMasterChildren" dialogTitle="编码规则" codeName="codeRuleOidName" codeType="coderule" code-lcstatus="Released" :visible.sync="MasterdialogVisible" :SelectOption="SelectOption" :TreeAddform="loneTreeNewForm" :visible.sync="MasterdialogVisible" code-lcstatus="Released" codeName="codeRuleOidName" codeType="coderule" dialogTitle="编码规则" @defineHandler="handlerDefine" ></ThemeChildren> <!-- 关键属性查询规则--> @@ -60,6 +60,7 @@ import {defaultReferDataGrid,referDataGrid} from '@/api/MasterData/master' import {TreeEditSave} from '@/api/template/templateAttr' import ThemeChildren from '@/components/FormTemplate/ThemeChildren' export default { components: {ThemeChildren}, name: "classifyTreeform.vue", Source/UBCS-WEB/src/components/Theme/ThemeClassifyTrees.vue
@@ -122,9 +122,9 @@ ></classify-auth-dialog> <!-- 数据授权对话框 --> <data-auth-dialog :TreeNode="TreeEditObj" :classifyData="classifyData" :visible.sync="dataAuthVisible" :TreeNode="TreeEditObj" ></data-auth-dialog> </basic-container> </el-aside> Source/UBCS-WEB/src/components/Theme/ThemeTemplatePro.vue
@@ -2,13 +2,16 @@ <basic-container> <avue-tabs :option="Taboption" @change="handleChange"></avue-tabs> <span v-if="type.prop==='tab1'"> <attrCrud :ProData="ProData" :btnAuthList="btnAuthList" :crudOid="crudOid" :checkStatus="checkStatus" :crudLCStatus="crudLCStatus" :crudArray="crudArray" :Formlist="Formlist" :codeClassifyOid="codeClassifyOid"></attrCrud> <attrCrud :Formlist="Formlist" :ProData="ProData" :btnAuthList="btnAuthList" :checkStatus="checkStatus" :codeClassifyOid="codeClassifyOid" :crudArray="crudArray" :crudLCStatus="crudLCStatus" :crudOid="crudOid"></attrCrud> </span> <span v-else-if="type.prop==='tab2'"> <FlowPath ref="FlowPath" :code="this.crudOid" :checkStatus="checkStatus" :crudLCStatus="crudLCStatus" :Formlist="Formlist"></FlowPath> <FlowPath ref="FlowPath" :Formlist="Formlist" :checkStatus="checkStatus" :code="this.crudOid" :crudLCStatus="crudLCStatus"></FlowPath> </span> <span v-else-if="type.prop==='tab3'"> <stage ref="stage" :code="this.crudOid" :Formlist="Formlist"></stage> <stage ref="stage" :Formlist="Formlist" :code="this.crudOid"></stage> </span> </basic-container> @@ -42,8 +45,7 @@ this.type = this.Taboption.column[0]; this.type.prop = "tab1"; }, watch:{ }, watch: {}, methods: { // Tab栏切换 handleChange(column) {