style:表头
Showing
8 changed files
with
15 additions
and
25 deletions
... | @@ -2,7 +2,7 @@ | ... | @@ -2,7 +2,7 @@ |
2 | <div class="from-clues"> | 2 | <div class="from-clues"> |
3 | <!-- 表单部分 --> | 3 | <!-- 表单部分 --> |
4 | <div class="from-clues-header"> | 4 | <div class="from-clues-header"> |
5 | <el-form :model="queryForm" ref="queryForm" @submit.native.prevent label-width="100px"> | 5 | <el-form :model="queryForm" ref="queryForm" @submit.native.prevent label-width="75px"> |
6 | <el-row> | 6 | <el-row> |
7 | <el-col :span="6"> | 7 | <el-col :span="6"> |
8 | <el-form-item label="查询来源"> | 8 | <el-form-item label="查询来源"> | ... | ... |
... | @@ -4,7 +4,7 @@ | ... | @@ -4,7 +4,7 @@ |
4 | <el-form :model="queryForm" ref="queryForm" @submit.native.prevent label-width="80px"> | 4 | <el-form :model="queryForm" ref="queryForm" @submit.native.prevent label-width="80px"> |
5 | <el-row> | 5 | <el-row> |
6 | <el-col :span="5"> | 6 | <el-col :span="5"> |
7 | <el-form-item label="业务来源"> | 7 | <el-form-item label="业务来源" label-width="70px"> |
8 | <el-select v-model="queryForm.ywly" class="width100" filterable | 8 | <el-select v-model="queryForm.ywly" class="width100" filterable |
9 | @change="handleSelect('ywly', 'ywlymc', 'ywly')" clearable placeholder="请选择业务来源"> | 9 | @change="handleSelect('ywly', 'ywlymc', 'ywly')" clearable placeholder="请选择业务来源"> |
10 | <el-option v-for="item in dictData['ywly']" :key="item.dcode" :label="item.dname" :value="item.dcode"> | 10 | <el-option v-for="item in dictData['ywly']" :key="item.dcode" :label="item.dname" :value="item.dcode"> | ... | ... |
... | @@ -5,7 +5,7 @@ | ... | @@ -5,7 +5,7 @@ |
5 | <el-form :model="queryForm" ref="queryForm" @submit.native.prevent label-width="80px"> | 5 | <el-form :model="queryForm" ref="queryForm" @submit.native.prevent label-width="80px"> |
6 | <el-row> | 6 | <el-row> |
7 | <el-col :span="5"> | 7 | <el-col :span="5"> |
8 | <el-form-item label="业务来源"> | 8 | <el-form-item label="业务来源" label-width="70px"> |
9 | <el-select v-model="queryForm.ywly" @change="handleSelect('ywly', 'ywlymc', 'ywly')" class="width100" | 9 | <el-select v-model="queryForm.ywly" @change="handleSelect('ywly', 'ywlymc', 'ywly')" class="width100" |
10 | filterable clearable placeholder="请选择业务来源"> | 10 | filterable clearable placeholder="请选择业务来源"> |
11 | <el-option v-for="item in dictData['ywly']" :key="item.dcode" :label="item.dname" :value="item.dcode"> | 11 | <el-option v-for="item in dictData['ywly']" :key="item.dcode" :label="item.dname" :value="item.dcode"> | ... | ... |
... | @@ -5,7 +5,7 @@ | ... | @@ -5,7 +5,7 @@ |
5 | <el-form :model="queryForm" ref="queryForm" @submit.native.prevent label-width="80px"> | 5 | <el-form :model="queryForm" ref="queryForm" @submit.native.prevent label-width="80px"> |
6 | <el-row> | 6 | <el-row> |
7 | <el-col :span="5"> | 7 | <el-col :span="5"> |
8 | <el-form-item label="业务来源"> | 8 | <el-form-item label="业务来源" label-width="70px"> |
9 | <el-select v-model="queryForm.ywly" class="width100" filterable clearable placeholder="请选择业务来源"> | 9 | <el-select v-model="queryForm.ywly" class="width100" filterable clearable placeholder="请选择业务来源"> |
10 | <el-option v-for="item in dictData['ywly']" :key="item.dcode" :label="item.dname" :value="item.dcode"> | 10 | <el-option v-for="item in dictData['ywly']" :key="item.dcode" :label="item.dname" :value="item.dcode"> |
11 | </el-option> | 11 | </el-option> | ... | ... |
... | @@ -5,7 +5,7 @@ | ... | @@ -5,7 +5,7 @@ |
5 | <el-form :model="queryForm" @submit.native.prevent ref="queryForm" label-width="80px"> | 5 | <el-form :model="queryForm" @submit.native.prevent ref="queryForm" label-width="80px"> |
6 | <el-row> | 6 | <el-row> |
7 | <el-col :span="5"> | 7 | <el-col :span="5"> |
8 | <el-form-item label="项目名称"> | 8 | <el-form-item label="项目名称" label-width="70px"> |
9 | <el-input placeholder="请输入项目名称" @clear="queryClick" v-model="queryForm.xmmc" clearable class="width100"> | 9 | <el-input placeholder="请输入项目名称" @clear="queryClick" v-model="queryForm.xmmc" clearable class="width100"> |
10 | </el-input> | 10 | </el-input> |
11 | </el-form-item> | 11 | </el-form-item> | ... | ... |
... | @@ -5,7 +5,7 @@ | ... | @@ -5,7 +5,7 @@ |
5 | <el-form :model="queryForm" ref="queryForm" label-width="80px"> | 5 | <el-form :model="queryForm" ref="queryForm" label-width="80px"> |
6 | <el-row> | 6 | <el-row> |
7 | <el-col :span="5"> | 7 | <el-col :span="5"> |
8 | <el-form-item label="项目名称"> | 8 | <el-form-item label="项目名称" label-width="70px"> |
9 | <el-input placeholder="请输入项目名称" v-model="queryForm.xmmc"> | 9 | <el-input placeholder="请输入项目名称" v-model="queryForm.xmmc"> |
10 | </el-input> | 10 | </el-input> |
11 | </el-form-item> | 11 | </el-form-item> |
... | @@ -31,11 +31,7 @@ | ... | @@ -31,11 +31,7 @@ |
31 | 31 | ||
32 | <el-col :span="4" class="btnColRight"> | 32 | <el-col :span="4" class="btnColRight"> |
33 | <el-form-item> | 33 | <el-form-item> |
34 | <el-button | 34 | <el-button type="primary" @click="queryClick">查询</el-button> |
35 | type="primary" | ||
36 | @click="queryClick" | ||
37 | >查询</el-button | ||
38 | > | ||
39 | <el-button @click="moreQueryClick">高级查询</el-button> | 35 | <el-button @click="moreQueryClick">高级查询</el-button> |
40 | </el-form-item> | 36 | </el-form-item> |
41 | </el-col> | 37 | </el-col> |
... | @@ -44,15 +40,9 @@ | ... | @@ -44,15 +40,9 @@ |
44 | </div> | 40 | </div> |
45 | <!-- 表格 --> | 41 | <!-- 表格 --> |
46 | <div class="from-clues-content"> | 42 | <div class="from-clues-content"> |
47 | <lb-table | 43 | <lb-table :page-size="pageData.size" :current-page.sync="pageData.current" :total="tableData.total" |
48 | :page-size="pageData.size" | 44 | @size-change="handleSizeChange" @p-current-change="handleCurrentChange" :column="tableData.columns" |
49 | :current-page.sync="pageData.current" | 45 | :data="tableData.data"> |
50 | :total="tableData.total" | ||
51 | @size-change="handleSizeChange" | ||
52 | @p-current-change="handleCurrentChange" | ||
53 | :column="tableData.columns" | ||
54 | :data="tableData.data" | ||
55 | > | ||
56 | </lb-table> | 46 | </lb-table> |
57 | </div> | 47 | </div> |
58 | </div> | 48 | </div> |
... | @@ -63,10 +53,10 @@ import { datas, sendThis } from "./zxgcdycx"; | ... | @@ -63,10 +53,10 @@ import { datas, sendThis } from "./zxgcdycx"; |
63 | export default { | 53 | export default { |
64 | components: {}, | 54 | components: {}, |
65 | mixins: [table], | 55 | mixins: [table], |
66 | mounted() { | 56 | mounted () { |
67 | sendThis(this); | 57 | sendThis(this); |
68 | }, | 58 | }, |
69 | data() { | 59 | data () { |
70 | return { | 60 | return { |
71 | queryForm: { | 61 | queryForm: { |
72 | xmmc: "", | 62 | xmmc: "", |
... | @@ -82,7 +72,7 @@ export default { | ... | @@ -82,7 +72,7 @@ export default { |
82 | }, | 72 | }, |
83 | methods: { | 73 | methods: { |
84 | // 查询 | 74 | // 查询 |
85 | queryClick() { | 75 | queryClick () { |
86 | }, | 76 | }, |
87 | 77 | ||
88 | }, | 78 | }, | ... | ... |
... | @@ -5,7 +5,7 @@ | ... | @@ -5,7 +5,7 @@ |
5 | <el-form :model="ruleForm" @submit.native.prevent label-width="80px"> | 5 | <el-form :model="ruleForm" @submit.native.prevent label-width="80px"> |
6 | <el-row> | 6 | <el-row> |
7 | <el-col :span="5"> | 7 | <el-col :span="5"> |
8 | <el-form-item label="分发编号"> | 8 | <el-form-item label="分发编号" label-width="70px"> |
9 | <el-input v-model="ruleForm.batchno" @clear="queryClick()" clearable placeholder="分发编号"></el-input> | 9 | <el-input v-model="ruleForm.batchno" @clear="queryClick()" clearable placeholder="分发编号"></el-input> |
10 | </el-form-item> | 10 | </el-form-item> |
11 | </el-col> | 11 | </el-col> | ... | ... |
... | @@ -5,7 +5,7 @@ | ... | @@ -5,7 +5,7 @@ |
5 | <el-form :model="ruleForm" @submit.native.prevent label-width="80px"> | 5 | <el-form :model="ruleForm" @submit.native.prevent label-width="80px"> |
6 | <el-row> | 6 | <el-row> |
7 | <el-col :span="5"> | 7 | <el-col :span="5"> |
8 | <el-form-item label="入库编号"> | 8 | <el-form-item label="入库编号" label-width="70px"> |
9 | <el-input v-model="ruleForm.batchno" @clear="queryClick()" clearable placeholder="入库编号"></el-input> | 9 | <el-input v-model="ruleForm.batchno" @clear="queryClick()" clearable placeholder="入库编号"></el-input> |
10 | </el-form-item> | 10 | </el-form-item> |
11 | </el-col> | 11 | </el-col> | ... | ... |
-
Please register or sign in to post a comment