diff --git a/pages/bus/busDataInfo/form.vue b/pages/bus/busDataInfo/form.vue
index 3b4dfaf..c7cf2a6 100644
--- a/pages/bus/busDataInfo/form.vue
+++ b/pages/bus/busDataInfo/form.vue
@@ -175,7 +175,7 @@
备注
-
+
@@ -599,15 +599,17 @@
border-radius: 30rpx;
.remark_item{
color: #333;
- font-size: 30rpx;
- font-weight: bold;
+
.left{
margin-top: 20rpx;
+ font-size: 30rpx;
+ font-weight: bold;
margin-bottom: 30rpx;
}
.right{
+ font-size: 28rpx;
/deep/ .is-input-border{
border: 1rpx solid #c1c1c1 !important;
border-radius: 30rpx !important;
diff --git a/pages/portShipping/pilotStation/form.vue b/pages/portShipping/pilotStation/form.vue
index 066531b..2d0aa57 100644
--- a/pages/portShipping/pilotStation/form.vue
+++ b/pages/portShipping/pilotStation/form.vue
@@ -25,7 +25,7 @@
{{timeName ? timeName : '请选择统计时段'}}
-
+
@@ -318,6 +318,7 @@ import { calcMom, checkNotEmpty, getDateStr } from '../../../common/util'
title: '提交中...',
mask: true
})
+ console.log(this.form)
this.$request(getApp().globalData.baseUrl + '/api/biz/bizPilotData/saveOrUpdate', this.form,"POST").then(res =>{
uni.hideLoading();
if (res.code == 200) {
@@ -401,15 +402,17 @@ import { calcMom, checkNotEmpty, getDateStr } from '../../../common/util'
.remark_item{
color: #333;
- font-size: 30rpx;
- font-weight: bold;
+
.left{
+ font-size: 30rpx;
+ font-weight: bold;
margin-top: 20rpx;
margin-bottom: 30rpx;
}
.right{
+ font-size: 28rpx;
/deep/ .is-input-border{
border: 1rpx solid #c1c1c1 !important;
border-radius: 30rpx !important;
@@ -429,7 +432,7 @@ import { calcMom, checkNotEmpty, getDateStr } from '../../../common/util'
.left{
// margin-left: 30rpx;
- min-width: 400rpx;
+ // min-width: 400rpx;
color: #666;
font-size: 26rpx;
}
diff --git a/pages/roadTransport/dataSubmission/form.vue b/pages/roadTransport/dataSubmission/form.vue
index 4f8894e..3e05cc9 100644
--- a/pages/roadTransport/dataSubmission/form.vue
+++ b/pages/roadTransport/dataSubmission/form.vue
@@ -35,7 +35,7 @@
{{timeName ? timeName : '请选择统计时段'}}
-
+
@@ -118,7 +118,6 @@
}
},
onLoad(options) {
- this.getRoadTime();
if(options.type == 'edit'){
this.pageType = 'edit'
let row = JSON.parse(options.item);
@@ -127,6 +126,7 @@
// this.synthData.reportDatetime = this.synthData.reportDatetime ? this.synthData.reportDatetime.substring(0,10) : ''
}else if(options.type == 'add'){
this.pageType = 'add'
+ this.getRoadTime();
let now = new Date();
this.synthData.reportDatetime = getDateStr(now, -1);//默认前一天
}
@@ -143,6 +143,7 @@
// console.log('综合运输详情===>',res)
this.synthData = res.data;
this.synthData.reportDatetime = this.synthData.reportDatetime ? this.synthData.reportDatetime.substring(0,10) : ''
+ this.getRoadTime();
})
},
//选择统计日期
diff --git a/pages/roadTransport/transportData/form.vue b/pages/roadTransport/transportData/form.vue
index 0a24364..73cc425 100644
--- a/pages/roadTransport/transportData/form.vue
+++ b/pages/roadTransport/transportData/form.vue
@@ -18,7 +18,7 @@
-->
-
+
{{roadData.reportingUnitId}}
@@ -45,7 +45,7 @@
{{timeName ? timeName : '请选择统计时段'}}
-
+
@@ -465,73 +465,73 @@ import { calcMom, calcYoy, checkNotEmpty, getDateStr, lastYearDate } from '../..
peopleIndex:'',
peopleName:'',
treeData:[
- {
- children: [
- {
- deptId: 459,
- deptName: "青岛公路管理局1",
- children:[],
- isExpand:false,
- },
- {
- deptId: 460,
- deptName: "青岛公路管理局2",
- children:[],
- isExpand:false,
- },
- ],
- isExpand:true,
- deptId: 458,
- deptName: "青岛公路管理局",
- },
- {
- children: [
- {
- deptId: 463,
- deptName: "青岛公路管理局1",
- isExpand:true,
- children: [
- {
- deptId:101,
- deptName:'管理局1',
- isExpand:false,
- children:[]
- },
- {
- deptId:102,
- deptName:'管理局2',
- isExpand:true,
- children:[
- {
- deptId:103,
- deptName:'管理局3',
- isExpand:false,
- children:[]
- }
- ]
- },
- ]
- },
- {
- deptId: 464,
- deptName: "青岛公路管理局2",
- children:[]
- },
- {
- deptId: 465,
- deptName: "青岛公路管理局3",
- children:[]
- },
- ],
- deptId: 462,
- isExpand:false,
- deptName: "青岛公路局",
- },
- {
- deptId: 468,
- deptName: "公路局",
- children:[]
- },
+ // {
+ // children: [
+ // {
+ // deptId: 459,
+ // deptName: "青岛公路管理局1",
+ // children:[],
+ // isExpand:false,
+ // },
+ // {
+ // deptId: 460,
+ // deptName: "青岛公路管理局2",
+ // children:[],
+ // isExpand:false,
+ // },
+ // ],
+ // isExpand:true,
+ // deptId: 458,
+ // deptName: "青岛公路管理局",
+ // },
+ // {
+ // children: [
+ // {
+ // deptId: 463,
+ // deptName: "青岛公路管理局1",
+ // isExpand:true,
+ // children: [
+ // {
+ // deptId:101,
+ // deptName:'管理局1',
+ // isExpand:false,
+ // children:[]
+ // },
+ // {
+ // deptId:102,
+ // deptName:'管理局2',
+ // isExpand:true,
+ // children:[
+ // {
+ // deptId:103,
+ // deptName:'管理局3',
+ // isExpand:false,
+ // children:[]
+ // }
+ // ]
+ // },
+ // ]
+ // },
+ // {
+ // deptId: 464,
+ // deptName: "青岛公路管理局2",
+ // children:[]
+ // },
+ // {
+ // deptId: 465,
+ // deptName: "青岛公路管理局3",
+ // children:[]
+ // },
+ // ],
+ // deptId: 462,
+ // isExpand:false,
+ // deptName: "青岛公路局",
+ // },
+ // {
+ // deptId: 468,
+ // deptName: "公路局",
+ // children:[]
+ // },
],
newArr:[],
treeIndex:'',
@@ -814,7 +814,8 @@ import { calcMom, calcYoy, checkNotEmpty, getDateStr, lastYearDate } from '../..
let index = e.target.value //取其下标
var selected = this.roadTime[index] //获取选中的数组
this.roadData.reportPhase = selected.dictValue;
- this.timeName = selected.dictLabel
+ this.timeName = selected.dictLabel;
+ this.getRatio()
},
formatDigit(data) {
return (data+'').indexOf('.') > -1 && (data+'').substring((data+'').indexOf('.')).length > 2 ? data.toFixed(2) : data;
@@ -878,15 +879,17 @@ import { calcMom, calcYoy, checkNotEmpty, getDateStr, lastYearDate } from '../..
.remark_item{
color: #333;
- font-size: 30rpx;
- font-weight: bold;
+
.left{
+ font-weight: bold;
margin-top: 20rpx;
+ font-size: 30rpx;
margin-bottom: 30rpx;
}
.right{
+ font-size: 28rpx;
/deep/ .is-input-border{
border: 1rpx solid #c1c1c1 !important;
border-radius: 30rpx !important;