平台件项目库修改bug
This commit is contained in:
+20
-38
@@ -380,6 +380,7 @@
|
||||
<PersonnelSelection
|
||||
:query="{db_field_name:'dutyPerson',db_field_txt:$t('personLiable')}"
|
||||
:personneQuery="formInline"
|
||||
:isSingleChoice="true"
|
||||
v-if="personnelVisible"
|
||||
@change="PersonnelSelectionChange"
|
||||
:disabled="disabled"
|
||||
@@ -387,44 +388,6 @@
|
||||
</a-form-model-item>
|
||||
</div>
|
||||
</a-col>
|
||||
<a-col :span="12" v-if="formInline.taskConfirmEndTime">
|
||||
<div class="box-title-text">
|
||||
<div class="title-text">
|
||||
<span class="title-text-text" :title="$t('taskConfirmEndTime')">{{$t('taskConfirmEndTime')}}</span>
|
||||
</div>
|
||||
<a-form-model-item class="itemModel">
|
||||
<a-date-picker class="box-input"
|
||||
@change="dateChange({db_field_name:'taskConfirmEndTime'})"
|
||||
format="YYYY-MM-DD"
|
||||
:disabled="true"
|
||||
:disabledDate="disabledDate"
|
||||
:getCalendarContainer="(trigger) => trigger.parentNode"
|
||||
v-model="formInline.taskConfirmEndTime"
|
||||
style="width: 100%"/>
|
||||
</a-form-model-item>
|
||||
</div>
|
||||
</a-col>
|
||||
<!-- <a-col :span="12">-->
|
||||
<!-- <div class="box-title-text">-->
|
||||
<!-- <div class="title-text">-->
|
||||
<!-- <span class="Required">*</span>-->
|
||||
<!-- <span class="title-text-text" :title="$t('configurationItem')">{{$t('configurationItem')}}</span>-->
|
||||
<!-- </div>-->
|
||||
<!-- <a-form-model-item-->
|
||||
<!-- class="itemModel"-->
|
||||
<!-- :prop="'configItem'"-->
|
||||
<!-- >-->
|
||||
<!-- <a-input class="box-input"-->
|
||||
<!-- v-model.trim="formInline.configItem"-->
|
||||
<!-- :placeholder="$t('PleaseEnter')+$t('configurationItem')"/>-->
|
||||
<!-- <!– <j-dict-select-tag class="box-input" v-model="formInline.configItem"–>-->
|
||||
<!-- <!– @input="handleInput('configItem')"–>-->
|
||||
<!-- <!– :placeholder="$t('PleaseSelect')+$t('configurationItem')"–>-->
|
||||
<!-- <!– :type="'select'"–>-->
|
||||
<!-- <!– :triggerChange="false" :dictCode="'ren4_zheng4_qing1_dan1_-_pei4_zhi4_xiang4'"/>–>-->
|
||||
<!-- </a-form-model-item>-->
|
||||
<!-- </div>-->
|
||||
<!-- </a-col>-->
|
||||
<a-col :span="12">
|
||||
<div class="box-title-text">
|
||||
<div class="title-text">
|
||||
@@ -511,6 +474,25 @@
|
||||
</a-col>
|
||||
|
||||
</a-row>
|
||||
<a-row :gutter="24" v-if="formInline.taskConfirmEndTime">
|
||||
<a-col :span="12">
|
||||
<div class="box-title-text">
|
||||
<div class="title-text">
|
||||
<span class="title-text-text" :title="$t('taskConfirmEndTime')">{{$t('taskConfirmEndTime')}}</span>
|
||||
</div>
|
||||
<a-form-model-item class="itemModel">
|
||||
<a-date-picker class="box-input"
|
||||
@change="dateChange({db_field_name:'taskConfirmEndTime'})"
|
||||
format="YYYY-MM-DD"
|
||||
:disabled="true"
|
||||
:disabledDate="disabledDate"
|
||||
:getCalendarContainer="(trigger) => trigger.parentNode"
|
||||
v-model="formInline.taskConfirmEndTime"
|
||||
style="width: 100%"/>
|
||||
</a-form-model-item>
|
||||
</div>
|
||||
</a-col>
|
||||
</a-row>
|
||||
|
||||
<a-row :gutter="24">
|
||||
<a-col :span="12">
|
||||
|
||||
Reference in New Issue
Block a user