无使用期限的权利性质组件禁用状态判断
Showing
1 changed file
with
6 additions
and
4 deletions
| ... | @@ -254,7 +254,7 @@ | ... | @@ -254,7 +254,7 @@ |
| 254 | ref="pzytdm" | 254 | ref="pzytdm" |
| 255 | :multiple="multiple" | 255 | :multiple="multiple" |
| 256 | :placeholder="placeholder" | 256 | :placeholder="placeholder" |
| 257 | :disabled="disabled" | 257 | :disabled="formData.qszt!='0'" |
| 258 | :data="$store.state.tdytList" | 258 | :data="$store.state.tdytList" |
| 259 | :props="treeProps" | 259 | :props="treeProps" |
| 260 | :check-strictly="checkStrictly" | 260 | :check-strictly="checkStrictly" |
| ... | @@ -269,7 +269,7 @@ | ... | @@ -269,7 +269,7 @@ |
| 269 | ref="sjytdm" | 269 | ref="sjytdm" |
| 270 | :multiple="multiple" | 270 | :multiple="multiple" |
| 271 | :placeholder="placeholder" | 271 | :placeholder="placeholder" |
| 272 | :disabled="disabled" | 272 | :disabled="formData.qszt!='0'" |
| 273 | :data="$store.state.tdytList" | 273 | :data="$store.state.tdytList" |
| 274 | :props="treeProps" | 274 | :props="treeProps" |
| 275 | :check-strictly="checkStrictly" | 275 | :check-strictly="checkStrictly" |
| ... | @@ -281,6 +281,7 @@ | ... | @@ -281,6 +281,7 @@ |
| 281 | <el-date-picker | 281 | <el-date-picker |
| 282 | v-model="childItem.tdsyqssj" | 282 | v-model="childItem.tdsyqssj" |
| 283 | ref="tdsyqssj" | 283 | ref="tdsyqssj" |
| 284 | :disabled="formData.qszt!='0'" | ||
| 284 | :picker-options="childItem.pickerStart" | 285 | :picker-options="childItem.pickerStart" |
| 285 | type="date" | 286 | type="date" |
| 286 | value-format="yyyy-MM-dd" | 287 | value-format="yyyy-MM-dd" |
| ... | @@ -314,7 +315,7 @@ | ... | @@ -314,7 +315,7 @@ |
| 314 | <input | 315 | <input |
| 315 | type="text" | 316 | type="text" |
| 316 | style="top: -1px;" | 317 | style="top: -1px;" |
| 317 | 318 | :disabled="formData.qszt!='0'" | |
| 318 | v-model="childItem.pzytdm" | 319 | v-model="childItem.pzytdm" |
| 319 | class="formInput" | 320 | class="formInput" |
| 320 | /> | 321 | /> |
| ... | @@ -322,7 +323,7 @@ | ... | @@ -322,7 +323,7 @@ |
| 322 | <li> | 323 | <li> |
| 323 | <input | 324 | <input |
| 324 | type="text" | 325 | type="text" |
| 325 | 326 | :disabled="formData.qszt!='0'" | |
| 326 | v-model="childItem.sjytdm" | 327 | v-model="childItem.sjytdm" |
| 327 | class="formInput" | 328 | class="formInput" |
| 328 | /> | 329 | /> |
| ... | @@ -330,6 +331,7 @@ | ... | @@ -330,6 +331,7 @@ |
| 330 | <li> | 331 | <li> |
| 331 | <el-date-picker | 332 | <el-date-picker |
| 332 | v-model="childItem.tdsyjssj" | 333 | v-model="childItem.tdsyjssj" |
| 334 | :disabled="formData.qszt!='0'" | ||
| 333 | ref="tdsyjssj" | 335 | ref="tdsyjssj" |
| 334 | type="date" | 336 | type="date" |
| 335 | value-format="yyyy-MM-dd" | 337 | value-format="yyyy-MM-dd" | ... | ... |
-
Please register or sign in to post a comment