Sfoglia il codice sorgente

大屏填报更新和大屏地址更新

ZHOUTD 1 anno fa
parent
commit
21db134cf5

+ 1 - 1
xzl-ui/src/views/rpt/form.vue

@@ -99,7 +99,7 @@
             t.form.forEach(f => {
               items.forEach(o => {
                 if (o.reportDataItem == f.name) {
-                  f.field.push({name: o.reportDataField, value: o.reportDataValue, id: o.id})
+                  f.field.push({name: o.reportDataField+"("+o.reportDataName+")", value: o.reportDataValue, id: o.id})
                 }
               })
             })

+ 23 - 0
xzl-ui/src/views/screen/wuliu.vue

@@ -0,0 +1,23 @@
+<template>
+  <div id="screen" >
+    <iframe frameborder="no"  src="http://10.70.192.123/webroot/decision/view/form?viewlet=大屏正式使用/物流实时配送签收大屏.frm" width="100%" height="100%"></iframe>
+  </div>
+</template>
+<script>
+export default {
+  name: "物流实时配送签收大屏",
+};
+</script>
+
+<style>
+#screen{
+  padding:0px;
+  margin:0px;
+  position:absolute;
+  top:0px;
+  left:0px;
+  width:100%;
+  height:100%;
+  border:hidden;
+}
+</style>

+ 23 - 0
xzl-ui/src/views/screen/yingxiaowangjian.vue

@@ -0,0 +1,23 @@
+<template>
+  <div id="screen" >
+    <iframe frameborder="no"  src="http://10.70.192.123/webroot/decision/view/form?viewlet=大屏正式使用/营销网建看板.frm" width="100%" height="100%"></iframe>
+  </div>
+</template>
+<script>
+export default {
+  name: "营销网建看板",
+};
+</script>
+
+<style>
+#screen{
+  padding:0px;
+  margin:0px;
+  position:absolute;
+  top:0px;
+  left:0px;
+  width:100%;
+  height:100%;
+  border:hidden;
+}
+</style>

+ 24 - 0
xzl-ui/src/views/screen/yingxiaoyewu.vue

@@ -0,0 +1,24 @@
+<template>
+  <div id="screen" >
+    <iframe frameborder="no"  src="http://10.70.192.123/webroot/decision/view/form?viewlet=大屏正式使用/营销业务看板.frm" width="100%" height="100%"></iframe>
+
+  </div>
+</template>
+<script>
+export default {
+  name: "营销业务看板",
+};
+</script>
+
+<style>
+#screen{
+  padding:0px;
+  margin:0px;
+  position:absolute;
+  top:0px;
+  left:0px;
+  width:100%;
+  height:100%;
+  border:hidden;
+}
+</style>

+ 23 - 0
xzl-ui/src/views/screen/zhuanmai.vue

@@ -0,0 +1,23 @@
+<template>
+  <div id="screen" >
+    <iframe frameborder="no"  src="http://10.70.192.123/webroot/decision/view/form?viewlet=大屏正式使用/专卖看板.frm" width="100%" height="100%"></iframe>
+  </div>
+</template>
+<script>
+export default {
+  name: "专卖看板",
+};
+</script>
+
+<style>
+#screen{
+  padding:0px;
+  margin:0px;
+  position:absolute;
+  top:0px;
+  left:0px;
+  width:100%;
+  height:100%;
+  border:hidden;
+}
+</style>