|
|
|
|
@ -3,6 +3,12 @@
|
|
|
|
|
|
|
|
|
|
<el-row :gutter="10" class="mb8">
|
|
|
|
|
<el-col :span="1.5">
|
|
|
|
|
<el-button
|
|
|
|
|
type="warning"
|
|
|
|
|
plain
|
|
|
|
|
@click="handleRealTimeInventory"
|
|
|
|
|
v-hasPermi="['warehouse:WmsImportResult:query']"
|
|
|
|
|
>实时库存表</el-button>
|
|
|
|
|
<el-button
|
|
|
|
|
type="success"
|
|
|
|
|
plain
|
|
|
|
|
@ -15,12 +21,6 @@
|
|
|
|
|
@click="handleEquipmentStatus"
|
|
|
|
|
v-hasPermi="['warehouse:WmsImportResult:query']"
|
|
|
|
|
>设备运行状态</el-button>
|
|
|
|
|
<el-button
|
|
|
|
|
type="warning"
|
|
|
|
|
plain
|
|
|
|
|
@click="handleRealTimeInventory"
|
|
|
|
|
v-hasPermi="['warehouse:WmsImportResult:query']"
|
|
|
|
|
>实时库存表</el-button>
|
|
|
|
|
</el-col>
|
|
|
|
|
<right-toolbar v-model:showSearch="showSearch" @queryTable="getList"></right-toolbar>
|
|
|
|
|
</el-row>
|
|
|
|
|
@ -91,9 +91,9 @@ const equipmentData = ref([])
|
|
|
|
|
// 当前显示的组件
|
|
|
|
|
const currentComponent = shallowRef(EmptyContent)
|
|
|
|
|
|
|
|
|
|
// 页面加载时自动显示漆包机台运行状态表
|
|
|
|
|
// 页面加载时自动显示实时库存表
|
|
|
|
|
onMounted(() => {
|
|
|
|
|
handleEnamellingMachineStatus()
|
|
|
|
|
handleRealTimeInventory()
|
|
|
|
|
})
|
|
|
|
|
|
|
|
|
|
const data = reactive({
|
|
|
|
|
|