80222c59 by 杨威

无使用期限的权利性质组件禁用状态判断

1 parent 173700ce
......@@ -254,7 +254,7 @@
ref="pzytdm"
:multiple="multiple"
:placeholder="placeholder"
:disabled="disabled"
:disabled="formData.qszt!='0'"
:data="$store.state.tdytList"
:props="treeProps"
:check-strictly="checkStrictly"
......@@ -269,7 +269,7 @@
ref="sjytdm"
:multiple="multiple"
:placeholder="placeholder"
:disabled="disabled"
:disabled="formData.qszt!='0'"
:data="$store.state.tdytList"
:props="treeProps"
:check-strictly="checkStrictly"
......@@ -281,6 +281,7 @@
<el-date-picker
v-model="childItem.tdsyqssj"
ref="tdsyqssj"
:disabled="formData.qszt!='0'"
:picker-options="childItem.pickerStart"
type="date"
value-format="yyyy-MM-dd"
......@@ -314,7 +315,7 @@
<input
type="text"
style="top: -1px;"
:disabled="formData.qszt!='0'"
v-model="childItem.pzytdm"
class="formInput"
/>
......@@ -322,7 +323,7 @@
<li>
<input
type="text"
:disabled="formData.qszt!='0'"
v-model="childItem.sjytdm"
class="formInput"
/>
......@@ -330,6 +331,7 @@
<li>
<el-date-picker
v-model="childItem.tdsyjssj"
:disabled="formData.qszt!='0'"
ref="tdsyjssj"
type="date"
value-format="yyyy-MM-dd"
......