merge
commit
9ac2c4edb8
|
|
@ -29,16 +29,12 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="screen-item">
|
<div class="screen-item">
|
||||||
<div class="screen-item-label" style="margin-right:9px;">批次</div>
|
<div class="screen-item-label" style="margin-right:9px;">批次</div>
|
||||||
<a-select
|
<a-input
|
||||||
allowClear
|
allowClear
|
||||||
style="width: 117px"
|
class="item-input"
|
||||||
|
style="width:117px;"
|
||||||
v-model:value="props.batch"
|
v-model:value="props.batch"
|
||||||
:options="batchOptions"
|
@change="(value) => emits('auditProgressScreenChange',value.target.value,'batch')"
|
||||||
@change="
|
|
||||||
(value) => {
|
|
||||||
emits('auditProgressScreenChange', value, 'batch');
|
|
||||||
}
|
|
||||||
"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -141,6 +137,15 @@
|
||||||
color: #000000;
|
color: #000000;
|
||||||
// width: 33.3%;
|
// width: 33.3%;
|
||||||
display: flex;
|
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 {
|
.screen-item-label {
|
||||||
font-family: Alibaba PuHuiTi;
|
font-family: Alibaba PuHuiTi;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
|
|
|
||||||
|
|
@ -21,11 +21,11 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="screen-item" style="margin-bottom:15px;">
|
<div class="screen-item" style="margin-bottom:15px;">
|
||||||
<div class="screen-item-label">批次</div>
|
<div class="screen-item-label">批次</div>
|
||||||
<a-select
|
<a-input
|
||||||
allowClear
|
allowClear
|
||||||
|
class="item-input"
|
||||||
style="width:117px;"
|
style="width:117px;"
|
||||||
v-model:value="params.picihao"
|
v-model:value="params.picihao"
|
||||||
:options="props.batchOptions"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div class="screen-item" style="margin-right:13px;">
|
<div class="screen-item" style="margin-right:13px;">
|
||||||
|
|
|
||||||
|
|
@ -33,12 +33,11 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="screen-item">
|
<div class="screen-item">
|
||||||
<div class="screen-item-label">批次</div>
|
<div class="screen-item-label">批次</div>
|
||||||
<a-select
|
<a-input
|
||||||
allowClear
|
class="item-input"
|
||||||
style="flex: 1;"
|
style="width:117px;"
|
||||||
v-model:value="props.infoScreenData.batch"
|
v-model:value="props.infoScreenData.batch"
|
||||||
:options="batchOptions"
|
@change="(value) => emits('mapListScreenChange',value.target.value,'batch')"
|
||||||
@change="(value) => emits('mapListScreenChange',value,'batch')"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div class="screen-item">
|
<div class="screen-item">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue