diff --git a/src/views/projectAdmin/common/jChart/bar/JBarChart.vue b/src/views/projectAdmin/common/jChart/bar/JBarChart.vue index 9617a351..d562c392 100644 --- a/src/views/projectAdmin/common/jChart/bar/JBarChart.vue +++ b/src/views/projectAdmin/common/jChart/bar/JBarChart.vue @@ -93,7 +93,7 @@ export default { left: 20, itemWidth: 8, textStyle: { color: '#fff' }, - data: [{ name: '过磅次数' }, { name: '过磅重量' }] + data: [{ name: '计划用量' }, { name: '实际用量' }] }, tooltip, grid: { diff --git a/src/views/projectAdmin/fourEngin/progress/index.vue b/src/views/projectAdmin/fourEngin/progress/index.vue index cfe827de..f17ca93e 100644 --- a/src/views/projectAdmin/fourEngin/progress/index.vue +++ b/src/views/projectAdmin/fourEngin/progress/index.vue @@ -196,8 +196,9 @@ export default { width: 100%; height: 100%; margin-top: 20px; - position: relative; + // position: relative; overflow: hidden; + margin-top: 2%; // background: url(../assets/temp/4.png) no-repeat; // background-size: 100% 100%; @@ -209,7 +210,7 @@ export default { } .changeTab0 { position: absolute; - top: 5%; + margin-top:-38px; left: 30%; width: 212px; height: 38px; @@ -219,7 +220,7 @@ export default { } .changeTab1 { position: absolute; - top: 5%; + margin-top:-38px; left: 40%; width: 212px; height: 38px; @@ -229,7 +230,7 @@ export default { } .changeTab2 { position: absolute; - top: 5%; + margin-top:-38px; left: 50%; width: 212px; height: 38px; @@ -239,7 +240,7 @@ export default { } .show0 { position: absolute; - top: 5%; + margin-top:-38px; left: 30%; width: 212px; height: 38px; @@ -250,7 +251,7 @@ export default { } .show1 { position: absolute; - top: 5%; + margin-top:-38px; left: 40%; width: 212px; z-index: 98; @@ -261,7 +262,7 @@ export default { } .show2 { position: absolute; - top: 5%; + margin-top:-38px; left: 50%; width: 212px; z-index: 98; @@ -318,11 +319,12 @@ export default { // } .right { width: 100%; - height: 98%; + height: 96%; // background-image: url(../assets/temp/tab3.png); background-repeat: no-repeat; background-size: 100%; color: #fafbfa; + margin-bottom: 36px; iframe { width: 100%; height: 100%; diff --git a/src/views/projectAdmin/fourEngin/sourse/leftBottom.vue b/src/views/projectAdmin/fourEngin/sourse/leftBottom.vue index 2216c4f3..35b1cfef 100644 --- a/src/views/projectAdmin/fourEngin/sourse/leftBottom.vue +++ b/src/views/projectAdmin/fourEngin/sourse/leftBottom.vue @@ -12,15 +12,15 @@
- +
{{ item.materialName }}
{{ item.netWeight }}{{ "(吨)" }}
-
{{ item.poundType }}
+
{{ item.poundType==1?'收料':item.poundType==2?'发料':item.poundType==3?'直入直出':'无' }}
{{ item.warehouseName }}
-
{{ item.createTime }}
+
{{ item.weighingGrossTime }}
@@ -112,6 +112,7 @@ export default { this.sn = this.$store.state.projectSn getReceiptOrIssueRecord({ projectSn: this.sn }).then(res => { this.carList = res.result + console.log('this.carList ',this.carList); }) } } @@ -139,7 +140,7 @@ export default { // justify-content: center; font-size: 14px; &:not(:last-child) { - margin-bottom: 12px; + // margin-bottom: 12px; } div { box-sizing: border-box; @@ -150,6 +151,7 @@ export default { } &:not(:last-child) { width: 84px; + margin-left: -6px } &:last-child { flex: 1; diff --git a/src/views/projectAdmin/fourEngin/sourse/leftTop.vue b/src/views/projectAdmin/fourEngin/sourse/leftTop.vue index eb6b63c4..64521d6b 100644 --- a/src/views/projectAdmin/fourEngin/sourse/leftTop.vue +++ b/src/views/projectAdmin/fourEngin/sourse/leftTop.vue @@ -1,10 +1,10 @@ @@ -12,7 +12,6 @@