|
@@ -116,6 +116,7 @@
|
|
|
<el-input v-if="tab3.isRadio2" v-model="tab3.table.getdataListParm.parammaps.fname" class="filter-item filter-item1" style="width: 180px;" placeholder="栏舍名称" />
|
|
<el-input v-if="tab3.isRadio2" v-model="tab3.table.getdataListParm.parammaps.fname" class="filter-item filter-item1" style="width: 180px;" placeholder="栏舍名称" />
|
|
|
<el-input v-if="tab3.isRadio3" v-model="tab3.table.getdataListParm.parammaps.fname" class="filter-item filter-item1" style="width: 180px;" placeholder="日期" />
|
|
<el-input v-if="tab3.isRadio3" v-model="tab3.table.getdataListParm.parammaps.fname" class="filter-item filter-item1" style="width: 180px;" placeholder="日期" />
|
|
|
<el-input v-if="tab3.isRadio4" v-model="tab3.table.getdataListParm.parammaps.fname" class="filter-item filter-item1" style="width: 180px;" placeholder="TMR设备编号" />
|
|
<el-input v-if="tab3.isRadio4" v-model="tab3.table.getdataListParm.parammaps.fname" class="filter-item filter-item1" style="width: 180px;" placeholder="TMR设备编号" />
|
|
|
|
|
+
|
|
|
<el-button class="successBorder" @click="form_search('third')">查询</el-button>
|
|
<el-button class="successBorder" @click="form_search('third')">查询</el-button>
|
|
|
<el-button class="export" style="float: right;margin-right: 5px;" @click="handleExport('tab3')">导出</el-button>
|
|
<el-button class="export" style="float: right;margin-right: 5px;" @click="handleExport('tab3')">导出</el-button>
|
|
|
</div>
|
|
</div>
|
|
@@ -188,6 +189,7 @@ export default {
|
|
|
requestParams: [
|
|
requestParams: [
|
|
|
{ name: 'getPastureListJT', offset: 0, pagecount: 0, parammaps: { pastureid: Cookies.get('pastureid'), pasturename: '' }}
|
|
{ name: 'getPastureListJT', offset: 0, pagecount: 0, parammaps: { pastureid: Cookies.get('pastureid'), pasturename: '' }}
|
|
|
],
|
|
],
|
|
|
|
|
+ displayList:[{id:'1',name:'理论'},{id:'2',name:'实际'}],//列表显示
|
|
|
pastureList: [], // 牧场
|
|
pastureList: [], // 牧场
|
|
|
fileComment: [{ 'label': '商务文件评分', 'children': [{ 'label': '1' }, { 'label': '2' }, { 'label': '管理员' }] }],
|
|
fileComment: [{ 'label': '商务文件评分', 'children': [{ 'label': '1' }, { 'label': '2' }, { 'label': '管理员' }] }],
|
|
|
activeName: 'first',
|
|
activeName: 'first',
|
|
@@ -260,7 +262,8 @@ export default {
|
|
|
startTime: parseTime(new Date(), '{y}-{m}-{d}'),
|
|
startTime: parseTime(new Date(), '{y}-{m}-{d}'),
|
|
|
stopTime: parseTime(new Date(), '{y}-{m}-{d}'),
|
|
stopTime: parseTime(new Date(), '{y}-{m}-{d}'),
|
|
|
inputDatetime: [new Date(), new Date()],
|
|
inputDatetime: [new Date(), new Date()],
|
|
|
- fname: ''
|
|
|
|
|
|
|
+ fname: '',
|
|
|
|
|
+ typea :''
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
tableKey: 1,
|
|
tableKey: 1,
|