库存条件整合

20240912_adapter_z
zane 7 months ago
parent f84de49369
commit 528e5477b9

@ -461,11 +461,11 @@ import ioSplitFifoCodeRemindSetDialog from "./ioSplitFifoCodeRemindSetDialog.vue
export default { export default {
name: "IoSplitFifoCodePanel", name: "IoSplitFifoCodePanel",
props: { props: {
panelType: { // panelType: {
type: Object, // type: Object,
default: 1, // default: 1,
required: true // required: true
}, // },
workPlaceCode: { workPlaceCode: {
type: Number, type: Number,
default: null, default: null,
@ -573,7 +573,7 @@ export default {
getList() { getList() {
this.loading = true; this.loading = true;
this.filterQuery.fifoSplit = this.panelType // this.filterQuery.fifoSplit = this.panelType
splitFifoPage(this.filterQuery).then(res => { splitFifoPage(this.filterQuery).then(res => {
this.loading = false this.loading = false
this.list = res.data.list || [] this.list = res.data.list || []
@ -666,7 +666,7 @@ export default {
this.viewType = 1 this.viewType = 1
} }
this.findWorkPlace(this,"") this.findWorkPlace(this,"")
console.log(this.panelType) // console.log(this.panelType)
getHead("ioSplitFifoCode", "1").then((re) => { getHead("ioSplitFifoCode", "1").then((re) => {
// //
this.tableObj = re.data; this.tableObj = re.data;

@ -1,7 +1,7 @@
<template> <template>
<div> <div>
<el-tabs type="border-card" style="margin: 15px"> <!-- <el-tabs type="border-card" style="margin: 15px">
<el-tab-pane label="拆零库存"> <el-tab-pane label="拆零库存">
<fifoPanel <fifoPanel
@ -17,10 +17,13 @@
:panelType="2" :panelType="2"
:workPlaceCode="workPlaceCode" :workPlaceCode="workPlaceCode"
></fifoPanel> ></fifoPanel>
</el-tab-pane> </el-tab-pane>
</el-tabs> </el-tabs>-->
<fifoPanel
:workPlaceCode="workPlaceCode"
></fifoPanel>
</div> </div>
</template> </template>

Loading…
Cancel
Save