| | |
| | | <el-button plain size="small" style="margin-left: 20px" type="primary" @click="SelectFindeHandler">查询 |
| | | </el-button> |
| | | </template> |
| | | <avue-crud :data="masterData" :option="masterOption" @row-click="masterSelect"> |
| | | <avue-crud :data="masterData" :option="Option" @row-click="masterSelect"> |
| | | <template slot="radio" slot-scope="{row}"> |
| | | <el-radio v-model="masterRow" :label="row.$index" style="padding-left: 10px !important;">{{ '' }} |
| | | </el-radio> |
| | |
| | | <el-button plain size="small" style="margin-left: 20px" type="primary" @click="KeySelectFindeHandler">查询 |
| | | </el-button> |
| | | </template> |
| | | <avue-crud :data="KeyData" :option="masterOption" @row-click="KeySelect"> |
| | | <avue-crud :data="KeyData" :option="Option" @row-click="KeySelect"> |
| | | <template slot="radio" slot-scope="{row}"> |
| | | <el-radio v-model="masterRow" :label="row.$index" style="padding-left: 10px !important;">{{ '' }} |
| | | </el-radio> |
| | |
| | | <el-button plain size="small" style="margin-left: 20px" type="primary" @click="SimSelectFindeHandler">查询 |
| | | </el-button> |
| | | </template> |
| | | <avue-crud :data="simData" :option="masterOption" @row-click="simSelect"> |
| | | <avue-crud :data="simData" :option="Option" @row-click="simSelect"> |
| | | <template slot="radio" slot-scope="{row}"> |
| | | <el-radio v-model="masterRow" :label="row.$index" style="padding-left: 10px !important;">{{ '' }} |
| | | </el-radio> |
| | |
| | | }, |
| | | { |
| | | label: '业务类型名称', |
| | | prop: 'name' |
| | | }, |
| | | { |
| | | label: '描述', |
| | | prop: 'description' |
| | | } |
| | | ] |
| | | }, |
| | | Option:{ |
| | | addBtn: false, |
| | | index: true, |
| | | border: true, |
| | | menu: false, |
| | | height: 380, |
| | | column: [ |
| | | { |
| | | label: '', |
| | | prop: 'radio', |
| | | width: 60, |
| | | display: false |
| | | }, |
| | | { |
| | | label: '英文名称', |
| | | prop: 'id' |
| | | }, |
| | | { |
| | | label: '中文名称', |
| | | prop: 'name' |
| | | }, |
| | | { |
| | |
| | | BtmEscHandler(){ |
| | | this.SelectFInd=''; |
| | | this.SelectValue='id'; |
| | | this.masterRow=null; |
| | | this.BtmdialogVisible=false; |
| | | }, |
| | | //相似项关闭 |
| | | simEscHandler(){ |
| | | this.SelectFInd=''; |
| | | this.SelectValue='id'; |
| | | this.masterRow=null; |
| | | this.SimidialogVisible=false; |
| | | }, |
| | | //关键属性关闭 |
| | | KeyEscHandler(){ |
| | | this.SelectFInd=''; |
| | | this.SelectValue='id'; |
| | | this.masterRow=null; |
| | | this.KeydialogVisible=false; |
| | | }, |
| | | //编码规则关闭 |
| | | masterEscHandler(){ |
| | | this.SelectFInd=''; |
| | | this.SelectValue='id'; |
| | | this.masterRow=null; |
| | | this.MasterdialogVisible=false; |
| | | }, |
| | | // 关闭弹窗 |