上货管理

20240912_adapter_z
anthonywj 8 months ago
parent b7d34809b9
commit a690e9a4c2

@ -211,7 +211,6 @@
</el-table-column> </el-table-column>
</template> </template>
</el-table> </el-table>
<pagination <pagination
v-show="total>0" v-show="total>0"
:total="total" :total="total"
@ -613,5 +612,14 @@ export default {
</script> </script>
<style scoped> <style scoped>
.query-form {
display: flex;
flex-wrap: wrap;
width: 100%;
}
.query-form-item {
margin-right: 5px;
margin-bottom: 6px;
}
</style> </style>

@ -4,12 +4,14 @@
<el-tab-pane label="拆零库存"> <el-tab-pane label="拆零库存">
<fifoPanel <fifoPanel
style="margin: -15px"
:panelType="1" :panelType="1"
></fifoPanel> ></fifoPanel>
</el-tab-pane> </el-tab-pane>
<el-tab-pane label="整取库存"> <el-tab-pane label="整取库存">
<fifoPanel <fifoPanel
style="margin: -15px"
:panelType="2" :panelType="2"
></fifoPanel> ></fifoPanel>
</el-tab-pane> </el-tab-pane>

Loading…
Cancel
Save