Merge remote-tracking branch 'origin/dev_2nd_LCYH' into dev_2nd_LCYH

This commit is contained in:
wangzhijiang
2023-03-31 13:43:22 +08:00
3 changed files with 56 additions and 48 deletions
@@ -43,25 +43,23 @@
<span class="Required">*</span> <span class="Required">*</span>
<span class="title-text-text" :title="$t('upgraderecordnumber')">{{ $t('upgraderecordnumber') }}</span> <span class="title-text-text" :title="$t('upgraderecordnumber')">{{ $t('upgraderecordnumber') }}</span>
</div> </div>
<div style="width:78%">
<!-- <span class="title-text-text">中文</span> --> <!-- <span class="title-text-text">中文</span> -->
<a-form-model-item prop="babh"> <a-form-model-item class="itemModel" prop="babh">
<a-input class="box-input" v-model="form.babh" :title='form.babh' :placeholder="$t('pleaseEnter')" <a-input class="box-input" v-model="form.babh" :title='form.babh' :placeholder="$t('pleaseEnter')"
style="width:93%" :max-length="50"></a-input> style="width:100%" :max-length="50"></a-input>
</a-form-model-item> </a-form-model-item>
</div> </div>
</div>
</a-col> </a-col>
<a-col :span="24"> <a-col :span="24">
<div class="box-title-text-add"> <div class="box-title-text-add">
<div class="title-text-add"> <div class="title-text-add">
<span class="title-text-text" :title="$t('theNameOfFirm')">{{ $t('theNameOfFirm') }}</span> <span class="title-text-text" :title="$t('theNameOfFirm')">{{ $t('theNameOfFirm') }}</span>
</div> </div>
<div class="title-text-add-input">
<!-- <span class="title-text-text">中文</span> --> <!-- <span class="title-text-text">中文</span> -->
<a-form-model-item class="itemModel">
<a-input class="box-input" v-model="form.qymc" :title='form.qymc' :placeholder="$t('pleaseEnter')" <a-input class="box-input" v-model="form.qymc" :title='form.qymc' :placeholder="$t('pleaseEnter')"
disabled style="width:93%" :max-length="50"></a-input> disabled style="width:100%" :max-length="50"></a-input>
</div> </a-form-model-item>
</div> </div>
</a-col> </a-col>
@@ -123,32 +121,33 @@
<div class="title-text-add"> <div class="title-text-add">
<span class="title-text-text plus2" :title="$t('Vehicledynamictype')">{{ $t('Vehicledynamictype') }}</span> <span class="title-text-text plus2" :title="$t('Vehicledynamictype')">{{ $t('Vehicledynamictype') }}</span>
</div> </div>
<a-form-model-item class="itemModel" style="width: 38%;margin-right:12px"> <a-form-model-item class="itemModel " >
<!-- <j-dict-select-tag class="box-input" <div style="display:flex;flex-wrap: nowrap;width: 100%;">
:disabled="disabled" <div style="width: 90%;margin-right: 20px;">
@change="projectNameChange"
:placeholder="$t('PleaseSelect')"
:type="'select'"
:triggerChange="false"
v-model="form.Vehicledynamictype"/> -->
<a-select class="box-input" v-model="form.dllx1" :disabled="disabled" :placeholder="$t('PleaseSelect')" <a-select class="box-input" v-model="form.dllx1" :disabled="disabled" :placeholder="$t('PleaseSelect')"
@change="changeSelect($event, target)"> @change="changeSelect($event, target)"
style="width: 100%;"
>
<a-select-option v-for="(item, key) in projectNameList1" :key="key" :value="item"> <a-select-option v-for="(item, key) in projectNameList1" :key="key" :value="item">
{{ item }} {{ item }}
</a-select-option> </a-select-option>
</a-select> </a-select>
</a-form-model-item> </div>
<a-form-model-item class="itemModel" style="width: 40%;"> <div style="width: 100%;">
<a-select v-model="form.dllx2" class="box-input" :disabled="disabled" :placeholder="$t('PleaseSelect')" <a-select v-model="form.dllx2" class="box-input" :disabled="disabled" :placeholder="$t('PleaseSelect')"
@change="update2"> @change="update2"
style="width: 100%;"
>
<a-select-option v-for="(item, key) in projectNameList2" :key="key" :value="item"> <a-select-option v-for="(item, key) in projectNameList2" :key="key" :value="item">
{{ item }} {{ item }}
<!-- <span style="display: inline-block;width: 100%" :title=" item.projectName ">
{{ item.projectName}}
</span> -->
</a-select-option> </a-select-option>
</a-select> </a-select>
</div>
</div>
</a-form-model-item> </a-form-model-item>
</div> </div>
</a-col> </a-col>
@@ -430,6 +429,7 @@ export default {
width: calc(100% - 130px); width: calc(100% - 130px);
display: inline-block; display: inline-block;
margin-top: 2px; margin-top: 2px;
max-width: 486px;
} }
.box-input { .box-input {
@@ -461,4 +461,6 @@ export default {
.Required { .Required {
color: red; color: red;
margin-right: 3px; margin-right: 3px;
}</style> }
</style>
@@ -155,9 +155,10 @@
<a-col :span="24"> <a-col :span="24">
<div class="plus"> <div class="plus">
<div class="title-text-add"> <div class="title-text-add">
<span class="title-text-text" :title="$t('usernotificationmode')">{{$t('usernotificationmode')}}</span> <h1 style='position: relative;left: -8px;'>{{$t('usernotificationmode')}}</h1>
<!-- <span class="title-text-text" :title="$t('usernotificationmode')">{{$t('usernotificationmode')}}</span>-->
</div> </div>
<a-form-model-item class="itemModel" prop="gzyhfs"> <a-form-model-item class="itemModel" prop="gzyhfs" style='margin-top: 40px;'>
<j-multi-select-tag class="box-input" <j-multi-select-tag class="box-input"
v-model="formInline.gzyhfs" v-model="formInline.gzyhfs"
:placeholder="$t('PleaseSelect')" :placeholder="$t('PleaseSelect')"
@@ -170,9 +171,10 @@
<a-col :span="24"> <a-col :span="24">
<div class="plus"> <div class="plus">
<div class="title-text-add"> <div class="title-text-add">
<span class="title-text-text" :title="$t('userinformstherelevantfile')">{{$t('userinformstherelevantfile')}}</span> <h1 style='position: relative;left: -34px;'>{{$t('userinformstherelevantfile')}}</h1>
<!-- <span class="title-text-text" :title="$t('userinformstherelevantfile')">{{$t('userinformstherelevantfile')}}</span>-->
</div> </div>
<a-form-model-item class="itemModel" prop="gzscnr"> <a-form-model-item class="itemModel" prop="gzscnr" style='margin-top: 40px;'>
<a-button type="primary" @click="clickButtonToUpload('xgwj')" v-model="formInline.xgwj"> <a-button type="primary" @click="clickButtonToUpload('xgwj')" v-model="formInline.xgwj">
{{ (formInline.xgwj === 'null' || formInline.xgwj === '' || {{ (formInline.xgwj === 'null' || formInline.xgwj === '' ||
formInline.xgwj == null) ? $t('uploadattachment') : $t('viewUploadedFiles') formInline.xgwj == null) ? $t('uploadattachment') : $t('viewUploadedFiles')
@@ -155,16 +155,18 @@
<div class="title-text-add"> <div class="title-text-add">
<span class="title-text-text plus3" :title="$t('Vehicledynamictype')">{{$t('Vehicledynamictype')}}</span> <span class="title-text-text plus3" :title="$t('Vehicledynamictype')">{{$t('Vehicledynamictype')}}</span>
</div> </div>
<a-form-model-item class="itemModel" style="width: 38%"> <a-form-model-item class="itemModel">
<a-select class="box-input" v-model="form.dllx1" allowClear :disabled="disabled" :placeholder="$t('PleaseSelect')" @change="changeSelect($event,target)"> <div style="display:flex;flex-wrap: nowrap;width: 100%;">
<div style="width: 90%;margin-right: 20px;">
<a-select class="box-input" style="width: 100%;" v-model="form.dllx1" allowClear :disabled="disabled" :placeholder="$t('PleaseSelect')" @change="changeSelect($event,target)">
<a-select-option v-for="(item, key) in projectNameList1" <a-select-option v-for="(item, key) in projectNameList1"
:key="key" :key="key"
:value="item"> :value="item">
{{ item }} {{ item }}
</a-select-option> </a-select-option>
</a-select> </a-select>
</a-form-model-item> </div>
<a-form-model-item class="itemModel" style="width: 40%;margin-left:20px"> <div style="width: 100%;">
<a-select v-model="form.dllx2" class="box-input" allowClear :disabled="disabled" :placeholder="$t('PleaseSelect')" @change="update"> <a-select v-model="form.dllx2" class="box-input" allowClear :disabled="disabled" :placeholder="$t('PleaseSelect')" @change="update">
<a-select-option v-for="(item, key) in projectNameList2" <a-select-option v-for="(item, key) in projectNameList2"
:key="key" :key="key"
@@ -175,6 +177,8 @@
</span> --> </span> -->
</a-select-option> </a-select-option>
</a-select> </a-select>
</div>
</div>
</a-form-model-item> </a-form-model-item>
</div> </div>
</a-col> </a-col>