库存条件整合

20240912_adapter_z
zane 7 months ago
parent f84de49369
commit 528e5477b9

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

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

Loading…
Cancel
Save