重庆大屏-去除原宁夏的二级页面
This commit is contained in:
parent
4216c34014
commit
d8c426d527
|
|
@ -7,7 +7,7 @@
|
|||
<div id="accessRateEchartsCenterBar"></div>
|
||||
</div>
|
||||
|
||||
<inputStoreAnalysisDialog ref="inputStoreAnalysisDialog" />
|
||||
<!-- <inputStoreAnalysisDialog ref="inputStoreAnalysisDialog" /> -->
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
|
@ -316,7 +316,7 @@ export default {
|
|||
startDate: params.name,
|
||||
type: params.seriesName == '验收数量' ? 1 : 2,
|
||||
}
|
||||
this.$refs.inputStoreAnalysisDialog.setOpen(data)
|
||||
// this.$refs.inputStoreAnalysisDialog.setOpen(data)
|
||||
})
|
||||
},
|
||||
}
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<inventoryDialog ref="inventoryDialog" />
|
||||
<!-- <inventoryDialog ref="inventoryDialog" /> -->
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
|
@ -117,9 +117,9 @@ export default {
|
|||
}
|
||||
},
|
||||
handleClickItem() {
|
||||
setTimeout(() => {
|
||||
this.$refs.inventoryDialog.setOpen({ open: true, maType: this.maType })
|
||||
}, 10)
|
||||
// setTimeout(() => {
|
||||
// this.$refs.inventoryDialog.setOpen({ open: true, maType: this.maType })
|
||||
// }, 10)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@
|
|||
<div v-if="suffix" class="count-flop-unit">{{ suffix }}</div>
|
||||
</div>
|
||||
|
||||
<getMaterialsDialog ref="materialsDialog"></getMaterialsDialog>
|
||||
<!-- <getMaterialsDialog ref="materialsDialog"></getMaterialsDialog> -->
|
||||
</div>
|
||||
</template>
|
||||
<script>
|
||||
|
|
@ -59,7 +59,7 @@ export default {
|
|||
open: true,
|
||||
maType: val
|
||||
}
|
||||
this.$refs.materialsDialog.setOpen(params);
|
||||
// this.$refs.materialsDialog.setOpen(params);
|
||||
}
|
||||
}
|
||||
};
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@
|
|||
<div v-if="suffix" class="count-flop-unit">{{ suffix }}</div>
|
||||
</div>
|
||||
|
||||
<returnMaterialsDialog ref="returnMaterialsDialog"></returnMaterialsDialog>
|
||||
<!-- <returnMaterialsDialog ref="returnMaterialsDialog"></returnMaterialsDialog> -->
|
||||
</div>
|
||||
</template>
|
||||
<script>
|
||||
|
|
@ -60,7 +60,7 @@ export default {
|
|||
open: true,
|
||||
maType: val
|
||||
}
|
||||
this.$refs.returnMaterialsDialog.setOpen(params);
|
||||
// this.$refs.returnMaterialsDialog.setOpen(params);
|
||||
}
|
||||
}
|
||||
};
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
<h5 class="access-rate-box-title">当月报废分析</h5>
|
||||
</div>
|
||||
<div id="accessRateEcharts" @click="handleClick">
|
||||
<scrapAnalysisDialog ref="scrapAnalysisDialog" />
|
||||
<!-- <scrapAnalysisDialog ref="scrapAnalysisDialog" /> -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -237,7 +237,7 @@ export default {
|
|||
},
|
||||
handleClick() {
|
||||
console.log('handleClick--报废分析')
|
||||
this.$refs.scrapAnalysisDialog.setOpen({ open: true, maType: this.maType})
|
||||
// this.$refs.scrapAnalysisDialog.setOpen({ open: true, maType: this.maType})
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -185,7 +185,7 @@ export default {
|
|||
this.getList()
|
||||
},
|
||||
handleReset() {
|
||||
this.$refs.form.resetFields()
|
||||
// this.$refs.form.resetFields()
|
||||
this.getList()
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
<div class="bg"></div>
|
||||
</div>
|
||||
</div>
|
||||
<materialAnalysisDialog ref="materialAnalysisDialog"></materialAnalysisDialog>
|
||||
<!-- <materialAnalysisDialog ref="materialAnalysisDialog"></materialAnalysisDialog> -->
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
|
@ -429,7 +429,7 @@ export default {
|
|||
}
|
||||
},
|
||||
handleClick() {
|
||||
this.$refs.materialAnalysisDialog.setOpen({ open: true, maType: this.maType })
|
||||
// this.$refs.materialAnalysisDialog.setOpen({ open: true, maType: this.maType })
|
||||
}
|
||||
},
|
||||
};
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<fixMaterialAnalysisDialog ref="fixMaterial" />
|
||||
<!-- <fixMaterialAnalysisDialog ref="fixMaterial" /> -->
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
|
@ -149,7 +149,7 @@ export default {
|
|||
myCharts.setOption(option)
|
||||
},
|
||||
handleClick() {
|
||||
this.$refs.fixMaterial.setOpen({ open: true, maType: this.maType })
|
||||
// this.$refs.fixMaterial.setOpen({ open: true, maType: this.maType })
|
||||
}
|
||||
},
|
||||
}
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<returnMaterialAnalysisDialog ref="returnMaterial" />
|
||||
<!-- <returnMaterialAnalysisDialog ref="returnMaterial" /> -->
|
||||
</div>
|
||||
</template>
|
||||
<script>
|
||||
|
|
@ -71,7 +71,7 @@ export default {
|
|||
},
|
||||
handleClick(item) {
|
||||
console.log('点击', item)
|
||||
this.$refs.returnMaterial.setOpen({ open: true, maType: this.maType })
|
||||
// this.$refs.returnMaterial.setOpen({ open: true, maType: this.maType })
|
||||
}
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue