Browse Source

2025-11-11

pda其它入库优化
master
fengyuan_yang 2 months ago
parent
commit
a5d86a5cab
  1. 26
      src/views/modules/other-inout/otherInboundDetail.vue

26
src/views/modules/other-inout/otherInboundDetail.vue

@ -69,8 +69,8 @@
<!-- 入库数量 -->
<div class="input-item quantity-item">
<span class="input-label">入库数</span>
<el-input class="inlineNumber numInput" v-model="actualQty" placeholder="入库数" type="number" @keyup.enter.native="handleAddMaterial" clearable/>
<span class="input-label">入库数</span>
<el-input class="inlineNumber numInput" v-model="actualQty" placeholder="入库数" type="number" @keyup.enter.native="handleAddMaterial" clearable/>
</div>
<!-- 批次号 -->
@ -691,12 +691,12 @@ export default {
}
.material-code-item {
flex: 1.2;
flex: 1.5;
}
.unit-item {
flex: 1;
min-width: 60px;
min-width: 70px;
}
.quantity-item {
@ -707,8 +707,6 @@ export default {
flex: 1;
}
.material-name-area {
flex: 1;
width: 100%;
@ -758,19 +756,19 @@ export default {
background: linear-gradient(135deg, #17B3A3 0%, #0d8f7f 100%);
color: white;
border: none;
border-radius: 8px;
padding: 10px 24px;
border-radius: 5px;
padding: 6px 14px;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
gap: 8px;
font-size: 15px;
gap: 5px;
font-size: 13px;
font-weight: 600;
transition: all 0.3s ease;
min-width: 140px;
box-shadow: 0 3px 10px rgba(23, 179, 163, 0.25);
letter-spacing: 0.5px;
min-width: 90px;
box-shadow: 0 2px 6px rgba(23, 179, 163, 0.2);
letter-spacing: 0.2px;
}
.add-material-btn:hover {
@ -785,7 +783,7 @@ export default {
}
.add-material-btn i {
font-size: 18px;
font-size: 14px;
font-weight: bold;
}

Loading…
Cancel
Save