|
|
@ -3,7 +3,7 @@
|
|
|
|
<el-card>
|
|
|
|
<el-card>
|
|
|
|
<el-row type="flex">
|
|
|
|
<el-row type="flex">
|
|
|
|
<el-col style="flex: 1" v-show="Dictionary && vueRouteSource==1">
|
|
|
|
<el-col style="flex: 1" v-show="Dictionary && vueRouteSource==1">
|
|
|
|
<el-col v-show="showSearch" style="min-width: 200px; max-width: 100%">
|
|
|
|
<el-col v-show="showSearch1" style="min-width: 200px; max-width: 100%">
|
|
|
|
<el-tree
|
|
|
|
<el-tree
|
|
|
|
:data="treeList"
|
|
|
|
:data="treeList"
|
|
|
|
class="tree"
|
|
|
|
class="tree"
|
|
|
@ -37,7 +37,7 @@
|
|
|
|
</el-button>
|
|
|
|
</el-button>
|
|
|
|
<el-col style="border-left: 3px solid #dddddd; overflow-y: hidden">
|
|
|
|
<el-col style="border-left: 3px solid #dddddd; overflow-y: hidden">
|
|
|
|
<el-form
|
|
|
|
<el-form
|
|
|
|
v-if="queryList && queryList.length > 0 && showSearch"
|
|
|
|
v-if="queryList && queryList.length > 0 "
|
|
|
|
:model="filterQuery"
|
|
|
|
:model="filterQuery"
|
|
|
|
size="mini"
|
|
|
|
size="mini"
|
|
|
|
label-width="100px"
|
|
|
|
label-width="100px"
|
|
|
@ -193,6 +193,7 @@
|
|
|
|
<!-- </el-row>-->
|
|
|
|
<!-- </el-row>-->
|
|
|
|
<el-row style=" display:flex; flex-wrap: wrap; ">
|
|
|
|
<el-row style=" display:flex; flex-wrap: wrap; ">
|
|
|
|
<template v-for="(item, index) in queryList">
|
|
|
|
<template v-for="(item, index) in queryList">
|
|
|
|
|
|
|
|
<div v-if="showSearch || item.isImport">
|
|
|
|
<el-form-item v-if="item.columnType == 'input' && executeEval(row,item.expression,true)"
|
|
|
|
<el-form-item v-if="item.columnType == 'input' && executeEval(row,item.expression,true)"
|
|
|
|
:label="item.columnDesc+`:`" :key="item.id">
|
|
|
|
:label="item.columnDesc+`:`" :key="item.id">
|
|
|
|
<el-input
|
|
|
|
<el-input
|
|
|
@ -260,13 +261,14 @@
|
|
|
|
:placeholder="item.columnDesc"
|
|
|
|
:placeholder="item.columnDesc"
|
|
|
|
></el-date-picker>
|
|
|
|
></el-date-picker>
|
|
|
|
</el-form-item>
|
|
|
|
</el-form-item>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
</el-row>
|
|
|
|
</el-row>
|
|
|
|
</el-form>
|
|
|
|
</el-form>
|
|
|
|
<div class="top-right-btn">
|
|
|
|
<div class="top-right-btn">
|
|
|
|
<el-button-group>
|
|
|
|
<el-button-group>
|
|
|
|
<el-button icon="el-icon-view" type="primary" @click="hideSearch"
|
|
|
|
<el-button icon="el-icon-view" type="primary" @click="hideSearch"
|
|
|
|
>显示/隐藏搜索栏
|
|
|
|
>高级查询
|
|
|
|
</el-button
|
|
|
|
</el-button
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<el-button type="primary" icon="el-icon-refresh" @click="onReset"
|
|
|
|
<el-button type="primary" icon="el-icon-refresh" @click="onReset"
|
|
|
@ -1921,6 +1923,7 @@ import {postThirdProduct} from "@/api/thrsys/thrProductsExport";
|
|
|
|
import {
|
|
|
|
import {
|
|
|
|
getHead, executeFuc
|
|
|
|
getHead, executeFuc
|
|
|
|
} from "@/utils/customConfig";
|
|
|
|
} from "@/utils/customConfig";
|
|
|
|
|
|
|
|
import fa from 'element-ui/src/locale/lang/fa'
|
|
|
|
|
|
|
|
|
|
|
|
export default {
|
|
|
|
export default {
|
|
|
|
name: "prodcut",
|
|
|
|
name: "prodcut",
|
|
|
@ -1957,7 +1960,8 @@ export default {
|
|
|
|
selectHospProductVisible: false,
|
|
|
|
selectHospProductVisible: false,
|
|
|
|
selectUnBindHospProductVisible: false,
|
|
|
|
selectUnBindHospProductVisible: false,
|
|
|
|
loading: false,
|
|
|
|
loading: false,
|
|
|
|
showSearch: true,
|
|
|
|
showSearch: false,
|
|
|
|
|
|
|
|
showSearch1:true,
|
|
|
|
productType: null,
|
|
|
|
productType: null,
|
|
|
|
editQuery: null,
|
|
|
|
editQuery: null,
|
|
|
|
editFormat: {},
|
|
|
|
editFormat: {},
|
|
|
|