@@ -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})
}
})
@@ -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>
+ <iframe frameborder="no" src="http://10.70.192.123/webroot/decision/view/form?viewlet=大屏正式使用/营销网建看板.frm" width="100%" height="100%"></iframe>
+ name: "营销网建看板",
@@ -0,0 +1,24 @@
+ <iframe frameborder="no" src="http://10.70.192.123/webroot/decision/view/form?viewlet=大屏正式使用/营销业务看板.frm" width="100%" height="100%"></iframe>
+ name: "营销业务看板",
+ <iframe frameborder="no" src="http://10.70.192.123/webroot/decision/view/form?viewlet=大屏正式使用/专卖看板.frm" width="100%" height="100%"></iframe>
+ name: "专卖看板",