dianlixunjian
徐景良 2024-07-11 18:38:10 +08:00
commit 9ac2c4edb8
3 changed files with 19 additions and 15 deletions

View File

@ -29,16 +29,12 @@
</div>
<div class="screen-item">
<div class="screen-item-label" style="margin-right:9px;">批次</div>
<a-select
<a-input
allowClear
style="width: 117px"
class="item-input"
style="width:117px;"
v-model:value="props.batch"
:options="batchOptions"
@change="
(value) => {
emits('auditProgressScreenChange', value, 'batch');
}
"
@change="(value) => emits('auditProgressScreenChange',value.target.value,'batch')"
/>
</div>
</div>
@ -141,6 +137,15 @@
color: #000000;
// width: 33.3%;
display: flex;
.item-input{
width:223px;
font-family: Alibaba PuHuiTi;
font-weight: 500;
font-size: 17px;
color: #000000;
line-height: 30px;
box-shadow: 2px 3px 3px 1px rgba(13,13,13,0.05);
}
.screen-item-label {
font-family: Alibaba PuHuiTi;
font-weight: 500;

View File

@ -21,11 +21,11 @@
</div>
<div class="screen-item" style="margin-bottom:15px;">
<div class="screen-item-label">批次</div>
<a-select
<a-input
allowClear
class="item-input"
style="width:117px;"
v-model:value="params.picihao"
:options="props.batchOptions"
/>
</div>
<div class="screen-item" style="margin-right:13px;">

View File

@ -33,12 +33,11 @@
</div>
<div class="screen-item">
<div class="screen-item-label">批次</div>
<a-select
allowClear
style="flex: 1;"
<a-input
class="item-input"
style="width:117px;"
v-model:value="props.infoScreenData.batch"
:options="batchOptions"
@change="(value) => emits('mapListScreenChange',value,'batch')"
@change="(value) => emits('mapListScreenChange',value.target.value,'batch')"
/>
</div>
<div class="screen-item">