Merge branch 'master' of http://yun.pashanhoo.com:9090/bdc/bdcdj-web
Showing
3 changed files
with
7 additions
and
6 deletions
... | @@ -2,7 +2,7 @@ | ... | @@ -2,7 +2,7 @@ |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | :show-message="false" | 4 | :show-message="false" |
5 | * @LastEditTime: 2023-08-03 14:56:50 | 5 | * @LastEditTime: 2023-08-07 17:32:31 |
6 | 610102123666GS00003W00000000 | 6 | 610102123666GS00003W00000000 |
7 | --> | 7 | --> |
8 | <template> | 8 | <template> | ... | ... |
1 | <!-- | 1 | <!-- |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-08-02 10:02:46 | 4 | * @LastEditTime: 2023-08-07 17:31:43 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <div class="from-clues"> | 7 | <div class="from-clues"> |
... | @@ -96,16 +96,16 @@ | ... | @@ -96,16 +96,16 @@ |
96 | </el-col> | 96 | </el-col> |
97 | </el-row> | 97 | </el-row> |
98 | <el-row> | 98 | <el-row> |
99 | <el-col :span="7"> | 99 | <el-col :span="6"> |
100 | <el-form-item label="项目名称"> | 100 | <el-form-item label="项目名称"> |
101 | <el-input placeholder="请输入项目名称" v-model="querydzForm.xmmc"></el-input> | 101 | <el-input placeholder="请输入项目名称" v-model="querydzForm.xmmc"></el-input> |
102 | </el-form-item> | 102 | </el-form-item> |
103 | </el-col> | 103 | </el-col> |
104 | 104 | ||
105 | <el-col :span="3" class="btnColRight"> | 105 | <el-col :span="18" class="btnColRight"> |
106 | <el-form-item> | 106 | <el-form-item> |
107 | <el-button type="primary" @click="resetForm(true)">重置</el-button> | 107 | <el-button type="primary" @click="resetForm(true)">重置</el-button> |
108 | <el-button type="primary" @click="handleSearch">查询11</el-button> | 108 | <el-button type="primary" @click="handleSearch">查询</el-button> |
109 | </el-form-item> | 109 | </el-form-item> |
110 | </el-col> | 110 | </el-col> |
111 | </el-row> | 111 | </el-row> | ... | ... |
... | @@ -198,10 +198,11 @@ | ... | @@ -198,10 +198,11 @@ |
198 | if (data[index].sffqlc == "1") { | 198 | if (data[index].sffqlc == "1") { |
199 | this.selectParam = data[index]; | 199 | this.selectParam = data[index]; |
200 | this.btnDisabled = false; | 200 | this.btnDisabled = false; |
201 | // this.djqxList = [] | ||
201 | } else { | 202 | } else { |
202 | this.btnDisabled = true; | 203 | this.btnDisabled = true; |
203 | this.getNextNode(data[index].bsmSqyw); | ||
204 | } | 204 | } |
205 | this.getNextNode(data[index].bsmSqyw); | ||
205 | }, | 206 | }, |
206 | //获取下个节点类型数据 | 207 | //获取下个节点类型数据 |
207 | /** | 208 | /** | ... | ... |
-
Please register or sign in to post a comment