Commit 93f52f28 authored by 黄自鹏's avatar 黄自鹏

调整

parent 4eb7da53
...@@ -10,6 +10,12 @@ ...@@ -10,6 +10,12 @@
<span class="search-span">设备信息:</span> <span class="search-span">设备信息:</span>
<el-input v-model="queryParams.sbxx"></el-input> <el-input v-model="queryParams.sbxx"></el-input>
</div> </div>
</el-col>
<el-col :span="4" class="search-col">
<div class="search-item">
<span class="search-span">公司:</span>
<RelSelect style="width: 100%;" src='jcsj/common/bm/queryGs' filterable clearable :match="{value:'id',label:'bmmc'}" v-model='queryParams.gsid' ></RelSelect>
</div>
</el-col> </el-col>
<!--<el-col :span="6" class="search-col">--> <!--<el-col :span="6" class="search-col">-->
<!--<div class="search-item">--> <!--<div class="search-item">-->
...@@ -91,6 +97,7 @@ ...@@ -91,6 +97,7 @@
sbxx: '', sbxx: '',
doc:'', doc:'',
xtfl:"0", xtfl:"0",
gsid:""
}, },
/* 表格标题对应参数*/ /* 表格标题对应参数*/
tableTitle: [ tableTitle: [
...@@ -110,7 +117,7 @@ ...@@ -110,7 +117,7 @@
{label: "制造日期", prop: "ccrq", fieldType: "ftDateTime"}, {label: "制造日期", prop: "ccrq", fieldType: "ftDateTime"},
// {label: "计量单位", prop: "jldw", fieldType: "ftString",width:120}, // {label: "计量单位", prop: "jldw", fieldType: "ftString",width:120},
{label: "启用日期", prop: "qyrq", fieldType: "ftDateTime"}, {label: "启用日期", prop: "qyrq", fieldType: "ftDateTime"},
{label: "检验日期", prop: "scjyrq", fieldType: "ftDateTime"}, {label: "检验日期", prop: "scjyrq", fielNdType: "ftDateTime"},
{label: "下次检验日期", prop: "xcjyrq", fieldType: "ftDateTime"}, {label: "下次检验日期", prop: "xcjyrq", fieldType: "ftDateTime"},
{label: "检验周期", prop: "jyzq", fieldType: "ftString"}, {label: "检验周期", prop: "jyzq", fieldType: "ftString"},
/* {label: "停用日期", prop: "tyrq", fieldType: "ftDateTime"}, */ /* {label: "停用日期", prop: "tyrq", fieldType: "ftDateTime"}, */
......
...@@ -83,7 +83,7 @@ ...@@ -83,7 +83,7 @@
/* 表格标题对应参数*/ /* 表格标题对应参数*/
tableTitle: [ tableTitle: [
{label: "编码", prop: "code", fieldType: "ftString",width:120}, {label: "编码", prop: "code", fieldType: "ftString",width:120},
{label: "名称111", prop: "name", fieldType: "ftString",width:300}, {label: "名称", prop: "name", fieldType: "ftString",width:300},
{label: "保养周期-天", prop: "byzq", fieldType: "int",width:252}, {label: "保养周期-天", prop: "byzq", fieldType: "int",width:252},
// {label: "公司", prop: "gsName", fieldType: "ftString",width:192}, // {label: "公司", prop: "gsName", fieldType: "ftString",width:192},
// {label: "停用标志", prop: "tybz", fieldType: "ftString",width:100}, // {label: "停用标志", prop: "tybz", fieldType: "ftString",width:100},
......
...@@ -81,9 +81,9 @@ ...@@ -81,9 +81,9 @@
{label: "名称", prop: "byxmName", fieldType: "ftString",width:300}, {label: "名称", prop: "byxmName", fieldType: "ftString",width:300},
{label: "保养周期-天", prop: "byzq", fieldType: "int",width:252}, {label: "保养周期-天", prop: "byzq", fieldType: "int",width:252},
{label: "上次保养日期", prop: "scbyrq", ...this.$common('ftDate'),width:192}, {label: "上次保养日期", prop: "scbyrq", ...this.$common('ftDateTime'),width:192},
{label: "上次保养人", prop: "scbyrName", fieldType: "ftString",width:200}, {label: "上次保养人", prop: "scbyrName", fieldType: "ftString",width:200},
{label: "预计下次保养日期", prop: "xcbyrq", ...this.$common('ftDate'),width:192}, {label: "预计下次保养日期", prop: "xcbyrq", ...this.$common('ftDateTime'),width:192},
// {label: "公司", prop: "gsName", fieldType: "ftString",width:192}, // {label: "公司", prop: "gsName", fieldType: "ftString",width:192},
......
...@@ -108,7 +108,9 @@ props:['app'], ...@@ -108,7 +108,9 @@ props:['app'],
if(res.success){ if(res.success){
this.$success('反馈成功') this.$success('反馈成功')
this.app.showDialog=false this.app.showDialog=false
} this.app.$refs['TablePager'].pageQuery()
}
}) })
} }
......
...@@ -9,19 +9,19 @@ ...@@ -9,19 +9,19 @@
<div class="search" v-condition> <div class="search" v-condition>
<SearchButton :app='app'></SearchButton> <SearchButton :app='app'></SearchButton>
<el-row :gutter="20" class="search-row-1"> <el-row :gutter="20" class="search-row-1">
<el-col :span="6" class="search-col"> <!--<el-col :span="6" class="search-col">
<div class="search-item"> <div class="search-item">
<span class="search-span">档案编号:</span> <span class="search-span">档案编号:</span>
<el-input v-model="queryParams.dabh"></el-input> <el-input v-model="queryParams.dabh"></el-input>
</div> </div>
</el-col> </el-col>-->
<el-col :span="6" class="search-col"> <el-col :span="6" class="search-col">
<div class="search-item"> <div class="search-item">
<span class="search-span">设备名称:</span> <span class="search-span">设备名称:</span>
<el-input v-model="queryParams.sbxx"></el-input> <el-input v-model="queryParams.sbxx"></el-input>
</div> </div>
</el-col> </el-col>
<el-col :span="6" class="search-col"> <!--<el-col :span="6" class="search-col">
<div class="search-item"> <div class="search-item">
<span class="search-span">是否已入档:</span> <span class="search-span">是否已入档:</span>
<el-select v-model="queryParams.doc" placeholder="请选择"> <el-select v-model="queryParams.doc" placeholder="请选择">
...@@ -33,7 +33,13 @@ ...@@ -33,7 +33,13 @@
</el-option> </el-option>
</el-select> </el-select>
</div> </div>
</el-col> </el-col>-->
<!--<el-col :span="4" class="search-col">
<div class="search-item">
<span class="search-span">公司:</span>
<RelSelect style="width: 100%;" src='jcsj/common/bm/queryGs' filterable clearable :match="{value:'id',label:'bmmc'}" v-model='queryParams.gsid' ></RelSelect>
</div>
</el-col>-->
</el-row> </el-row>
</div> </div>
......
...@@ -10,6 +10,12 @@ ...@@ -10,6 +10,12 @@
<el-input v-model="queryParams.info"></el-input> <el-input v-model="queryParams.info"></el-input>
</div> </div>
</el-col> </el-col>
<el-col :span="4" class="search-col">
<div class="search-item">
<span class="search-span">公司:</span>
<RelSelect style="width: 100%;" src='jcsj/common/bm/queryGs' filterable clearable :match="{value:'id',label:'bmmc'}" v-model='queryParams.gsid' ></RelSelect>
</div>
</el-col>
</el-row> </el-row>
</div> </div>
<!-- 按钮操作--> <!-- 按钮操作-->
...@@ -70,7 +76,8 @@ ...@@ -70,7 +76,8 @@
baseUrl: '/aqgl/sbgl/sbbyxm', baseUrl: '/aqgl/sbgl/sbbyxm',
/* 查询参数*/ /* 查询参数*/
queryParams: { queryParams: {
info: '' info: '',
gsid:''
}, },
/* 表格标题对应参数*/ /* 表格标题对应参数*/
tableTitle: [ tableTitle: [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment