--no commit message
Showing
15 changed files
with
22 additions
and
19 deletions
... | @@ -147,7 +147,8 @@ | ... | @@ -147,7 +147,8 @@ |
147 | if (this.supplementarylist.length) { | 147 | if (this.supplementarylist.length) { |
148 | this.unitClick(0) | 148 | this.unitClick(0) |
149 | } else { | 149 | } else { |
150 | this.$emit("getCurrentSelectProps", this.currentSelectProps); | 150 | this.loadBdcdylist() |
151 | // this.$emit("getCurrentSelectProps", this.currentSelectProps); | ||
151 | } | 152 | } |
152 | }); | 153 | }); |
153 | }, | 154 | }, |
... | @@ -179,7 +180,6 @@ | ... | @@ -179,7 +180,6 @@ |
179 | }); | 180 | }); |
180 | this.$nextTick(() => { | 181 | this.$nextTick(() => { |
181 | this.getleftMenubl(); | 182 | this.getleftMenubl(); |
182 | this.blxxClick() | ||
183 | if (!this.supplementarylist.length) { | 183 | if (!this.supplementarylist.length) { |
184 | getdjblist() | 184 | getdjblist() |
185 | } | 185 | } |
... | @@ -285,5 +285,8 @@ | ... | @@ -285,5 +285,8 @@ |
285 | height: 27px; | 285 | height: 27px; |
286 | float: left; | 286 | float: left; |
287 | } | 287 | } |
288 | .el-icon-delete:hover{ | ||
289 | color: #0079fe; | ||
290 | } | ||
288 | } | 291 | } |
289 | </style> | 292 | </style> | ... | ... |
This diff is collapsed.
Click to expand it.
... | @@ -201,7 +201,7 @@ | ... | @@ -201,7 +201,7 @@ |
201 | </el-col> | 201 | </el-col> |
202 | </el-row> | 202 | </el-row> |
203 | </div> | 203 | </div> |
204 | <el-row class="btn" v-if="!ableOperation"> | 204 | <el-row class="btn" v-if="ableOperation"> |
205 | <el-form-item> | 205 | <el-form-item> |
206 | <el-button type="primary" @click="onSubmit">保存</el-button> | 206 | <el-button type="primary" @click="onSubmit">保存</el-button> |
207 | </el-form-item> | 207 | </el-form-item> | ... | ... |
... | @@ -194,7 +194,7 @@ | ... | @@ -194,7 +194,7 @@ |
194 | </el-col> | 194 | </el-col> |
195 | </el-row> | 195 | </el-row> |
196 | </div> | 196 | </div> |
197 | <el-row class="btn" v-if="!ableOperation"> | 197 | <el-row class="btn" v-if="ableOperation"> |
198 | <el-form-item> | 198 | <el-form-item> |
199 | <el-button type="primary" @click="onSubmit">保存</el-button> | 199 | <el-button type="primary" @click="onSubmit">保存</el-button> |
200 | </el-form-item> | 200 | </el-form-item> | ... | ... |
... | @@ -145,7 +145,7 @@ | ... | @@ -145,7 +145,7 @@ |
145 | </el-col> | 145 | </el-col> |
146 | </el-row> | 146 | </el-row> |
147 | </div> | 147 | </div> |
148 | <el-row class="btn" v-if="!ableOperation"> | 148 | <el-row class="btn" v-if="ableOperation"> |
149 | <el-form-item> | 149 | <el-form-item> |
150 | <el-button type="primary" @click="onSubmit">保存</el-button> | 150 | <el-button type="primary" @click="onSubmit">保存</el-button> |
151 | </el-form-item> | 151 | </el-form-item> | ... | ... |
... | @@ -177,7 +177,7 @@ | ... | @@ -177,7 +177,7 @@ |
177 | </el-col> | 177 | </el-col> |
178 | </el-row> | 178 | </el-row> |
179 | </div> | 179 | </div> |
180 | <el-row class="btn" v-if="!ableOperation"> | 180 | <el-row class="btn" v-if="ableOperation"> |
181 | <el-form-item> | 181 | <el-form-item> |
182 | <el-button type="primary" @click="onSubmit">保存</el-button> | 182 | <el-button type="primary" @click="onSubmit">保存</el-button> |
183 | </el-form-item> | 183 | </el-form-item> | ... | ... |
... | @@ -103,7 +103,7 @@ | ... | @@ -103,7 +103,7 @@ |
103 | </el-form-item> | 103 | </el-form-item> |
104 | </el-col> | 104 | </el-col> |
105 | </el-row> | 105 | </el-row> |
106 | <el-row :gutter="10"> | 106 | <!-- <el-row :gutter="10"> |
107 | <el-col :span="8"> | 107 | <el-col :span="8"> |
108 | <el-form-item label="使用期限:"> | 108 | <el-form-item label="使用期限:"> |
109 | <el-input v-model="ruleForm.jsydsyq.tdsyqx"></el-input> | 109 | <el-input v-model="ruleForm.jsydsyq.tdsyqx"></el-input> |
... | @@ -115,7 +115,7 @@ | ... | @@ -115,7 +115,7 @@ |
115 | <el-input v-model="ruleForm.jsydsyq.syqqzsj"></el-input> | 115 | <el-input v-model="ruleForm.jsydsyq.syqqzsj"></el-input> |
116 | </el-form-item> | 116 | </el-form-item> |
117 | </el-col> | 117 | </el-col> |
118 | </el-row> | 118 | </el-row> --> |
119 | <el-row :gutter="10"> | 119 | <el-row :gutter="10"> |
120 | <el-col> | 120 | <el-col> |
121 | <el-form-item label="附记:" prop="fj"> | 121 | <el-form-item label="附记:" prop="fj"> |
... | @@ -189,7 +189,7 @@ | ... | @@ -189,7 +189,7 @@ |
189 | </el-col> | 189 | </el-col> |
190 | </el-row> | 190 | </el-row> |
191 | </div> | 191 | </div> |
192 | <el-row class="btn" v-if="!ableOperation"> | 192 | <el-row class="btn" v-if="ableOperation"> |
193 | <el-form-item> | 193 | <el-form-item> |
194 | <el-button type="primary" @click="onSubmit">保存</el-button> | 194 | <el-button type="primary" @click="onSubmit">保存</el-button> |
195 | </el-form-item> | 195 | </el-form-item> | ... | ... |
... | @@ -105,7 +105,7 @@ | ... | @@ -105,7 +105,7 @@ |
105 | </el-form-item> | 105 | </el-form-item> |
106 | </el-col> | 106 | </el-col> |
107 | </el-row> | 107 | </el-row> |
108 | <el-row :gutter="10"> | 108 | <!-- <el-row :gutter="10"> |
109 | <el-col :span="8"> | 109 | <el-col :span="8"> |
110 | <el-form-item label="使用期限:"> | 110 | <el-form-item label="使用期限:"> |
111 | <el-input disabled v-model="ruleForm.jsydsyq.tdsyqx"></el-input> | 111 | <el-input disabled v-model="ruleForm.jsydsyq.tdsyqx"></el-input> |
... | @@ -117,7 +117,7 @@ | ... | @@ -117,7 +117,7 @@ |
117 | <el-input disabled v-model="ruleForm.jsydsyq.syqqzsj"></el-input> | 117 | <el-input disabled v-model="ruleForm.jsydsyq.syqqzsj"></el-input> |
118 | </el-form-item> | 118 | </el-form-item> |
119 | </el-col> | 119 | </el-col> |
120 | </el-row> | 120 | </el-row> --> |
121 | <el-row :gutter="10"> | 121 | <el-row :gutter="10"> |
122 | <el-col> | 122 | <el-col> |
123 | <el-form-item label="附记:" prop="fj"> | 123 | <el-form-item label="附记:" prop="fj"> |
... | @@ -183,7 +183,7 @@ | ... | @@ -183,7 +183,7 @@ |
183 | </el-col> | 183 | </el-col> |
184 | </el-row> | 184 | </el-row> |
185 | </div> | 185 | </div> |
186 | <el-row class="btn" v-if="!ableOperation"> | 186 | <el-row class="btn" v-if="ableOperation"> |
187 | <el-form-item> | 187 | <el-form-item> |
188 | <el-button type="primary" @click="onSubmit">保存</el-button> | 188 | <el-button type="primary" @click="onSubmit">保存</el-button> |
189 | </el-form-item> | 189 | </el-form-item> | ... | ... |
... | @@ -226,7 +226,7 @@ | ... | @@ -226,7 +226,7 @@ |
226 | </el-col> | 226 | </el-col> |
227 | </el-row> | 227 | </el-row> |
228 | </div> | 228 | </div> |
229 | <el-row class="btn" v-if="!ableOperation"> | 229 | <el-row class="btn" v-if="ableOperation"> |
230 | <el-form-item> | 230 | <el-form-item> |
231 | <el-button type="primary" @click="onSubmit">保存</el-button> | 231 | <el-button type="primary" @click="onSubmit">保存</el-button> |
232 | </el-form-item> | 232 | </el-form-item> | ... | ... |
... | @@ -368,7 +368,7 @@ | ... | @@ -368,7 +368,7 @@ |
368 | </el-col> | 368 | </el-col> |
369 | </el-row> | 369 | </el-row> |
370 | </div> | 370 | </div> |
371 | <el-row class="btn" v-if="!ableOperation"> | 371 | <el-row class="btn" v-if="ableOperation"> |
372 | <el-form-item> | 372 | <el-form-item> |
373 | <el-button type="primary" @click="onSubmit">保存</el-button> | 373 | <el-button type="primary" @click="onSubmit">保存</el-button> |
374 | </el-form-item> | 374 | </el-form-item> | ... | ... |
... | @@ -142,7 +142,7 @@ | ... | @@ -142,7 +142,7 @@ |
142 | </el-col> | 142 | </el-col> |
143 | </el-row> | 143 | </el-row> |
144 | </div> | 144 | </div> |
145 | <el-row class="btn" v-if="!ableOperation"> | 145 | <el-row class="btn" v-if="ableOperation"> |
146 | <el-form-item> | 146 | <el-form-item> |
147 | <el-button type="primary" @click="onSubmit">保存</el-button> | 147 | <el-button type="primary" @click="onSubmit">保存</el-button> |
148 | </el-form-item> | 148 | </el-form-item> | ... | ... |
... | @@ -145,7 +145,7 @@ | ... | @@ -145,7 +145,7 @@ |
145 | </el-col> | 145 | </el-col> |
146 | </el-row> | 146 | </el-row> |
147 | </div> | 147 | </div> |
148 | <el-row class="btn" v-if="!ableOperation"> | 148 | <el-row class="btn" v-if="ableOperation"> |
149 | <el-form-item> | 149 | <el-form-item> |
150 | <el-button type="primary" @click="onSubmit">保存</el-button> | 150 | <el-button type="primary" @click="onSubmit">保存</el-button> |
151 | </el-form-item> | 151 | </el-form-item> | ... | ... |
... | @@ -192,7 +192,7 @@ | ... | @@ -192,7 +192,7 @@ |
192 | </el-col> | 192 | </el-col> |
193 | </el-row> | 193 | </el-row> |
194 | </div> | 194 | </div> |
195 | <el-row class="btn" v-if="!ableOperation"> | 195 | <el-row class="btn" v-if="ableOperation"> |
196 | <el-form-item> | 196 | <el-form-item> |
197 | <el-button type="primary" @click="onSubmit">保存</el-button> | 197 | <el-button type="primary" @click="onSubmit">保存</el-button> |
198 | </el-form-item> | 198 | </el-form-item> | ... | ... |
... | @@ -196,7 +196,7 @@ | ... | @@ -196,7 +196,7 @@ |
196 | </el-row> | 196 | </el-row> |
197 | 197 | ||
198 | </div> | 198 | </div> |
199 | <el-row class="btn" v-if="!ableOperation"> | 199 | <el-row class="btn" v-if="ableOperation"> |
200 | <el-form-item> | 200 | <el-form-item> |
201 | <el-button type="primary" @click="onSubmitClick()">保存</el-button> | 201 | <el-button type="primary" @click="onSubmitClick()">保存</el-button> |
202 | </el-form-item> | 202 | </el-form-item> | ... | ... |
... | @@ -240,7 +240,7 @@ | ... | @@ -240,7 +240,7 @@ |
240 | </el-row> | 240 | </el-row> |
241 | 241 | ||
242 | </div> | 242 | </div> |
243 | <el-row class="btn" v-if="!ableOperation"> | 243 | <el-row class="btn" v-if="ableOperation"> |
244 | <el-form-item> | 244 | <el-form-item> |
245 | <el-button type="primary" @click="onSubmitClick()">保存</el-button> | 245 | <el-button type="primary" @click="onSubmitClick()">保存</el-button> |
246 | </el-form-item> | 246 | </el-form-item> | ... | ... |
-
Please register or sign in to post a comment