|
|
|
@ -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;
|
|
|
|
|