| | |
| | | defaultExpandAll: true, |
| | | treeLoad: function (node, resolve) { |
| | | // const parentId = (node.level === 0) ? 0 : node.data.id; |
| | | |
| | | |
| | | // treeCodeClassifyValue(condtionData).then( res=> { |
| | | // console.log(res); |
| | | // resolve(res.data.map(classifyValueItem => { |
| | |
| | | codeclassifysecoid: 'codeclassifysecoid', |
| | | children: 'children' |
| | | } |
| | | } |
| | | } |
| | |
| | | export default { |
| | | height:"210px", |
| | | height:"260px", |
| | | calcHeight: 30, |
| | | tip: false, |
| | | editBtn: false, |
| | |
| | | search: false, |
| | | }, |
| | | ] |
| | | } |
| | | } |
| | |
| | | export default { |
| | | height:'auto', |
| | | calcHeight: 30, |
| | | calcHeight: 20, |
| | | tip: false, |
| | | searchShow: true, |
| | | searchMenuSpan: 6, |
| | |
| | | message: "请输入规则编号", |
| | | trigger: "blur" |
| | | }], |
| | | labelWidth:120 |
| | | }, |
| | | { |
| | | label: "规则名称", |
| | |
| | | message: "请输入规则名称", |
| | | trigger: "blur" |
| | | }], |
| | | labelWidth:120 |
| | | }, |
| | | { |
| | | label: "描述", |
| | |
| | | message: "请输入描述", |
| | | trigger: "blur" |
| | | }], |
| | | labelWidth:120 |
| | | }, |
| | | { |
| | | label: "", |
| | |
| | | message: "请输入忽略大小写", |
| | | trigger: "blur" |
| | | }], |
| | | labelWidth:120 |
| | | }, |
| | | { |
| | | label: "忽略空格", |
| | |
| | | message: "请输入忽略空格", |
| | | trigger: "blur" |
| | | }], |
| | | labelWidth:120 |
| | | }, |
| | | { |
| | | label: "忽略全部空格", |
| | |
| | | message: "请输入忽略全部空格", |
| | | trigger: "blur" |
| | | }], |
| | | labelWidth:120 |
| | | }, |
| | | { |
| | | label: "忽略全半角", |
| | |
| | | message: "请输入忽略全半角", |
| | | trigger: "blur" |
| | | }], |
| | | labelWidth:120 |
| | | }, |
| | | ] |
| | | } |
| | |
| | | export default { |
| | | height:'auto', |
| | | calcHeight: 30, |
| | | calcHeight: 20, |
| | | tip: false, |
| | | searchShow: true, |
| | | searchMenuSpan: 6, |
| | |
| | | export default { |
| | | height:'auto', |
| | | calcHeight: 30, |
| | | height:'260', |
| | | tip: false, |
| | | editBtn: false, |
| | | addBtn: false, |
| | | searchShow: true, |
| | | searchShow: false, |
| | | searchMenuSpan: 5, |
| | | disablePage: false, |
| | | border: true, |
| | |
| | | dialogClickModal: false, |
| | | refreshBtn: true, |
| | | columnBtn: false, |
| | | searchShowBtn: false, |
| | | highlightCurrentRow: true, //行选中时高亮 |
| | | rowKey: "oid", //行数据的 Key,用来优化 Table 的渲染 |
| | | column: [ |
| | |
| | | } |
| | | |
| | | ] |
| | | } |
| | | } |
| | |
| | | export default { |
| | | height:"220px", |
| | | calcHeight: 30, |
| | | height:"270", |
| | | tip: false, |
| | | editBtn:false, |
| | | searchShow: true, |
| | |
| | | selection: true, |
| | | dialogClickModal: false, |
| | | columnBtn: false, |
| | | searchShowBtn: false, |
| | | highlightCurrentRow: true, |
| | | rowKey: "oid", //行数据的 Key,用来优化 Table 的渲染 |
| | | column: [ |
| | |
| | | display: false, |
| | | }, |
| | | ] |
| | | } |
| | | } |
| | |
| | | <!-- 码段码值管理对话框 --> |
| | | <el-dialog title="码段码值管理" |
| | | :visible.sync="isShowBasicSecCodeValueMgr" |
| | | :width="isShowFixedForm ? '68vw':'50vw'" |
| | | :width="isShowFixedForm ? '69vw':'50vw'" |
| | | append-to-body |
| | | style="height: 116vh; margin-top: -10vh;" |
| | | @close="clearFixedOrClassifyForm('close')" |
| | |
| | | <el-row v-show="!isShowFixedForm"> |
| | | <el-col :span="11"> |
| | | <basic-container> |
| | | <div class="box classify_value_box" style="height:65vh; margin-bottom:-40px"> |
| | | <el-scrollbar style="border-bottom-right-radius:8px "> |
| | | <div class="box classify_value_box" style="height:60vh; margin-bottom:-40px"> |
| | | <basic-container> |
| | | <div class="abox" style="height:54vh"> |
| | | <avue-tree |
| | |
| | | style="overflow-y: auto; height: 54vh"/> |
| | | </div> |
| | | </basic-container> |
| | | </el-scrollbar> |
| | | </div> |
| | | <div style="margin-top:20px; display: flex; align-items:center; justify-content:center;"> |
| | | <el-button size="mini" type="primary" icon="el-icon-arrow-up" class="button" @click="codeClassifyValueOpetion('up')">上移</el-button> |
| | |
| | | </el-col> |
| | | <el-col :span="13"> |
| | | <basic-container> |
| | | <div class="box" style="height:65vh; margin-bottom:-40px"> |
| | | <div class="box" style="height:60vh; margin-bottom:-40px"> |
| | | <el-form> |
| | | <el-form-item label="码值:" :label-width="50" required> |
| | | <el-input style="width: 18vw" v-model="codeClassifyForm.id"></el-input> |
| | |
| | | <el-form-item label="码值:" label-width="54px" required> |
| | | <el-input style="width: 19.5vw" v-model="codeFixdForm.id"></el-input> |
| | | </el-form-item > |
| | | <el-form-item label="描述:"> |
| | | <el-input type="textarea" style="width: 20vw;" v-model="codeFixdForm.description"></el-input> |
| | | <el-form-item label="描述:" label-width="54px"> |
| | | <el-input type="textarea" style="width: 19.5vw;" v-model="codeFixdForm.description"></el-input> |
| | | </el-form-item> |
| | | </el-form> |
| | | </div> |
| | |
| | | </script> |
| | | |
| | | <style> |
| | | |
| | | [class^="icon-"]{ |
| | | font-size: 12px !important; |
| | | } |
| | | .code-rule-crud > .avue-crud__search ,.code-basic-crud > .avue-crud__search { |
| | | margin-bottom: -15px; |
| | | } |