Commit a17265fa authored by 李苏's avatar 李苏 💬

接口替换,新增查询条件 大屏调整

parent 1e12a7d7
......@@ -38,6 +38,7 @@
queryDetail: true,
/* 基本配置*/
url:'lxyl/ckgl/ckrw/lkck',
queryUrl:"lxyl/ckgl/ckrw/lkck/queryUckrws",
tableTitle: [
{
title: "状态",
......@@ -136,7 +137,7 @@
src: "wms/jcsj/hj/query",
}
},
{
label: '容器',
prop: 'rqInfo',
......@@ -198,6 +199,18 @@
type: 'input',
value: ''
}
],
[
{
label: "工位",
prop: "gwid",
span: 6,
type: "RelSelect",
value: "",
typeConfig: {
src: "lxyl/common/queryXlk",
}
}
]
],
/* 默认启停用 */
......
......@@ -87,7 +87,7 @@
"value": "id"
},
width: 80
},
},
{
title: "任务号",
field: "djid",
......@@ -168,7 +168,7 @@
width: 140,
fieldType: "timespan"
},
{
title: "业务类型",
field: "ywlx",
......@@ -305,6 +305,15 @@
type: 'input',
value: ''
},
],
[
{
label: '创建人',
prop: 'cjr',
span: 6,
type: 'input',
value: ''
},
]
],
}
......
<template>
<div ref='mx11' class="full" style="position: relative; ">
<div ref='mx11' class="full over" style="position: relative;">
<div class="full flex containerAll">
<div class="full flex1 container1">
<div ref="infoBox1" class="infoCar">
......@@ -34,6 +34,11 @@
>
</div>
</div>
<div class="zz flex-center ">
<div class="zzMain flex-center ">
柱 子
</div>
</div>
<div class="full flex1 container2">
<!-- 刻度x-->
......@@ -62,6 +67,11 @@
>
</div>
</div>
<div class="zz flex-center ">
<div class="zzMain flex-center ">
柱 子
</div>
</div>
<div class="full flex1 container3">
<!-- 刻度x-->
<div class="flex"
......@@ -89,6 +99,11 @@
>
</div>
</div>
<div class="zz flex-center ">
<div class="zzMain flex-center ">
柱 子
</div>
</div>
<div class="full flex1 container4">
<!-- 刻度x-->
<div class="flex"
......@@ -115,6 +130,11 @@
>
</div>
</div>
<div class="zz flex-center ">
<div class="zzMain flex-center ">
柱 子
</div>
</div>
<div class="full flex1 container5">
<!-- 刻度x-->
<div class="flex"
......@@ -141,6 +161,11 @@
>
</div>
</div>
<div class="zz flex-center ">
<div class="zzMain flex-center ">
柱 子
</div>
</div>
<div class="full flex1 container6">
<!-- 刻度x-->
<div class="flex"
......@@ -167,6 +192,11 @@
>
</div>
</div>
<div class="zz flex-center ">
<div class="zzMain flex-center ">
柱 子
</div>
</div>
<div class="full flex1 container7">
<!-- 刻度x-->
<div class="flex"
......@@ -192,6 +222,11 @@
>
</div>
</div>
<div class="zz flex-center ">
<div class="zzMain flex-center ">
柱 子
</div>
</div>
<div class="full flex1 container8">
<!-- 刻度x-->
<div class="flex"
......@@ -665,8 +700,35 @@
}
</script>
<style scoped>
<style lang="scss" scoped>
.zz{
height: 100%;
width: 40px;
padding: 10px;
.zzMain{
background-color: #554724;
font-size: 12px;
height: 80%;
width: 100%;
color: #fff;
writing-mode: vertical-rl; /* 竖排从右向左 */
text-orientation: upright; /* 竖排文字方向为直立 */
}
}
.over{
overflow-y: hidden;
&::-webkit-scrollbar {
height: 10px;
/* background-color: #032d60; */
}
&::-webkit-scrollbar-thumb {
background: #032d60;
/* 滚动条滑块颜色 */
}
}
.infoCar {
border: 2px solid #032d60;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment