master
lion 4 years ago
parent 6e60ab6dbe
commit e1b5700bd5

@ -186,6 +186,9 @@
} }
}) })
},
onNavigationBarButtonTap(val) {
window.android.finish();
}, },
methods: { methods: {
loadDep() { loadDep() {

@ -296,6 +296,9 @@
if(options.id){ if(options.id){
this.loadInfo(options.id) this.loadInfo(options.id)
} }
},
onNavigationBarButtonTap(val) {
window.android.finish();
}, },
methods: { methods: {
imgListPreview(item){ imgListPreview(item){

@ -188,6 +188,9 @@
}, },
onLoad(options) { onLoad(options) {
this.loadPage(1); this.loadPage(1);
},
onNavigationBarButtonTap(val) {
window.android.finish();
}, },
methods: { methods: {

@ -169,6 +169,9 @@
} }
that.askTypeArr = arr; that.askTypeArr = arr;
}); });
},
onNavigationBarButtonTap(val) {
window.android.finish();
}, },
methods: { methods: {
loadType(data, call) { loadType(data, call) {

@ -148,6 +148,9 @@
} }
}) })
},
onNavigationBarButtonTap(val) {
window.android.finish();
}, },
methods: { methods: {
onprogress(res){ onprogress(res){

@ -87,6 +87,9 @@
if(options.id){ if(options.id){
this.loadInfo(options.id) this.loadInfo(options.id)
} }
},
onNavigationBarButtonTap(val) {
window.android.finish();
}, },
methods: { methods: {
imgListPreview(item){ imgListPreview(item){

@ -97,6 +97,9 @@
if(options.id){ if(options.id){
this.loadInfo(options.id) this.loadInfo(options.id)
} }
},
onNavigationBarButtonTap(val) {
window.android.finish();
}, },
methods: { methods: {
imgListPreview(item){ imgListPreview(item){

@ -167,6 +167,9 @@
} }
}) })
},
onNavigationBarButtonTap(val) {
window.android.finish();
}, },
methods: { methods: {
toremove(index, lists, name, whatfile) { toremove(index, lists, name, whatfile) {

@ -161,6 +161,9 @@
onLoad(options) { onLoad(options) {
this.loadPage(1); this.loadPage(1);
},
onNavigationBarButtonTap(val) {
window.android.finish();
}, },
methods: { methods: {
openmask(){ openmask(){

@ -47,7 +47,16 @@
"path": "road/road/road", "path": "road/road/road",
"style": { "style": {
"navigationBarTitleText": "选择道路", "navigationBarTitleText": "选择道路",
"enablePullDownRefresh": false "enablePullDownRefresh": false,
"app-plus": { //uni-app"app-plus"
"titleNView": {
"autoBackButton": false,
"buttons": [{
"float": "right",
"type": "home"
}]
}
}
} }
} }
@ -59,21 +68,48 @@
"path": "generalPatrol/generalPatrol", "path": "generalPatrol/generalPatrol",
"style": { "style": {
"navigationBarTitleText": "通用巡查", "navigationBarTitleText": "通用巡查",
"enablePullDownRefresh": false "enablePullDownRefresh": false,
"app-plus": { //uni-app"app-plus"
"titleNView": {
"autoBackButton": false,
"buttons": [{
"float": "right",
"type": "home"
}]
}
}
} }
}, { }, {
"path": "generalList/generalList", "path": "generalList/generalList",
"style": { "style": {
"navigationBarTitleText": "通用巡查", "navigationBarTitleText": "通用巡查",
"enablePullDownRefresh": false "enablePullDownRefresh": false,
"app-plus": { //uni-app"app-plus"
"titleNView": {
"autoBackButton": false,
"buttons": [{
"float": "right",
"type": "home"
}]
}
}
} }
}, { }, {
"path": "generalPatrol/viewPatrol", "path": "generalPatrol/viewPatrol",
"style": { "style": {
"navigationBarTitleText": "通用巡查", "navigationBarTitleText": "通用巡查",
"enablePullDownRefresh": false "enablePullDownRefresh": false,
"app-plus": { //uni-app"app-plus"
"titleNView": {
"autoBackButton": false,
"buttons": [{
"float": "right",
"type": "home"
}]
}
}
} }
@ -84,20 +120,47 @@
"path": "dailyInspection/dailyInspection", "path": "dailyInspection/dailyInspection",
"style": { "style": {
"navigationBarTitleText": "日常监管巡查", "navigationBarTitleText": "日常监管巡查",
"enablePullDownRefresh": false "enablePullDownRefresh": false,
"app-plus": { //uni-app"app-plus"
"titleNView": {
"autoBackButton": false,
"buttons": [{
"float": "right",
"type": "home"
}]
}
}
} }
}, { }, {
"path": "dailyList/dailyList", "path": "dailyList/dailyList",
"style": { "style": {
"navigationBarTitleText": "日常监管巡查", "navigationBarTitleText": "日常监管巡查",
"enablePullDownRefresh": true "enablePullDownRefresh": true,
"app-plus": { //uni-app"app-plus"
"titleNView": {
"autoBackButton": false,
"buttons": [{
"float": "right",
"type": "home"
}]
}
}
} }
}, { }, {
"path": "dailyInfo/dailyInfo", "path": "dailyInfo/dailyInfo",
"style": { "style": {
"navigationBarTitleText": "日常监管巡查", "navigationBarTitleText": "日常监管巡查",
"enablePullDownRefresh": false "enablePullDownRefresh": false,
"app-plus": { //uni-app"app-plus"
"titleNView": {
"autoBackButton": false,
"buttons": [{
"float": "right",
"type": "home"
}]
}
}
} }
}] }]
@ -107,20 +170,47 @@
"path": "rainmaintain/rainmaintain", "path": "rainmaintain/rainmaintain",
"style": { "style": {
"navigationBarTitleText": "雨管养护", "navigationBarTitleText": "雨管养护",
"enablePullDownRefresh": false "enablePullDownRefresh": false,
"app-plus": { //uni-app"app-plus"
"titleNView": {
"autoBackButton": false,
"buttons": [{
"float": "right",
"type": "home"
}]
}
}
} }
}, { }, {
"path": "rainmaintainlist/rainmaintainList", "path": "rainmaintainlist/rainmaintainList",
"style": { "style": {
"navigationBarTitleText": "雨管养护", "navigationBarTitleText": "雨管养护",
"enablePullDownRefresh": true "enablePullDownRefresh": true,
"app-plus": { //uni-app"app-plus"
"titleNView": {
"autoBackButton": false,
"buttons": [{
"float": "right",
"type": "home"
}]
}
}
// "disableScroll": true // "disableScroll": true
} }
}, { }, {
"path": "rainmaintaininfo/rainmaintainInfo", "path": "rainmaintaininfo/rainmaintainInfo",
"style": { "style": {
"navigationBarTitleText": "雨管养护", "navigationBarTitleText": "雨管养护",
"enablePullDownRefresh": false "enablePullDownRefresh": false,
"app-plus": { //uni-app"app-plus"
"titleNView": {
"autoBackButton": false,
"buttons": [{
"float": "right",
"type": "home"
}]
}
}
// "disableScroll": true // "disableScroll": true
} }
@ -128,7 +218,16 @@
"path": "plan/plan", "path": "plan/plan",
"style": { "style": {
"navigationBarTitleText": "雨管养护", "navigationBarTitleText": "雨管养护",
"enablePullDownRefresh": false "enablePullDownRefresh": false,
"app-plus": { //uni-app"app-plus"
"titleNView": {
"autoBackButton": false,
"buttons": [{
"float": "right",
"type": "home"
}]
}
}
// "disableScroll": true // "disableScroll": true
} }
@ -139,20 +238,47 @@
"path": "raininspection/raininspection", "path": "raininspection/raininspection",
"style": { "style": {
"navigationBarTitleText": "雨管巡查", "navigationBarTitleText": "雨管巡查",
"enablePullDownRefresh": false "enablePullDownRefresh": false,
"app-plus": { //uni-app"app-plus"
"titleNView": {
"autoBackButton": false,
"buttons": [{
"float": "right",
"type": "home"
}]
}
}
} }
}, { }, {
"path": "raininspectionlist/raininspectionList", "path": "raininspectionlist/raininspectionList",
"style": { "style": {
"navigationBarTitleText": "雨管巡查", "navigationBarTitleText": "雨管巡查",
"enablePullDownRefresh": true "enablePullDownRefresh": true,
"app-plus": { //uni-app"app-plus"
"titleNView": {
"autoBackButton": false,
"buttons": [{
"float": "right",
"type": "home"
}]
}
}
// "disableScroll": true // "disableScroll": true
} }
}, { }, {
"path": "raininspectioninfo/raininspectionInfo", "path": "raininspectioninfo/raininspectionInfo",
"style": { "style": {
"navigationBarTitleText": "雨管巡查", "navigationBarTitleText": "雨管巡查",
"enablePullDownRefresh": false "enablePullDownRefresh": false,
"app-plus": { //uni-app"app-plus"
"titleNView": {
"autoBackButton": false,
"buttons": [{
"float": "right",
"type": "home"
}]
}
}
// "disableScroll": true // "disableScroll": true
} }
@ -160,7 +286,16 @@
"path": "plan/plan", "path": "plan/plan",
"style": { "style": {
"navigationBarTitleText": "雨管巡查", "navigationBarTitleText": "雨管巡查",
"enablePullDownRefresh": false "enablePullDownRefresh": false,
"app-plus": { //uni-app"app-plus"
"titleNView": {
"autoBackButton": false,
"buttons": [{
"float": "right",
"type": "home"
}]
}
}
// "disableScroll": true // "disableScroll": true
} }
@ -171,21 +306,48 @@
"path": "order/order", "path": "order/order",
"style": { "style": {
"navigationBarTitleText": "我的工单", "navigationBarTitleText": "我的工单",
"enablePullDownRefresh": false "enablePullDownRefresh": false,
"app-plus": { //uni-app"app-plus"
"titleNView": {
"autoBackButton": false,
"buttons": [{
"float": "right",
"type": "home"
}]
}
}
} }
}, { }, {
"path": "orderList/orderList", "path": "orderList/orderList",
"style": { "style": {
"navigationBarTitleText": "我的工单", "navigationBarTitleText": "我的工单",
"enablePullDownRefresh": true "enablePullDownRefresh": true,
"app-plus": { //uni-app"app-plus"
"titleNView": {
"autoBackButton": false,
"buttons": [{
"float": "right",
"type": "home"
}]
}
}
// "disableScroll": true // "disableScroll": true
} }
}, { }, {
"path": "orderInfo/orderInfo", "path": "orderInfo/orderInfo",
"style": { "style": {
"navigationBarTitleText": "我的工单", "navigationBarTitleText": "我的工单",
"enablePullDownRefresh": false "enablePullDownRefresh": false,
"app-plus": { //uni-app"app-plus"
"titleNView": {
"autoBackButton": false,
"buttons": [{
"float": "right",
"type": "home"
}]
}
}
// "disableScroll": true // "disableScroll": true
} }

@ -112,6 +112,9 @@
}, },
onLoad(options) { onLoad(options) {
this.loadPage(1); this.loadPage(1);
},
onNavigationBarButtonTap(val) {
window.android.finish();
}, },
methods: { methods: {
toInspection(road_id, road_name) { toInspection(road_id, road_name) {

@ -399,6 +399,9 @@
} }
}) })
},
onNavigationBarButtonTap(val) {
window.android.finish();
}, },
methods: { methods: {
selectBuildList() { selectBuildList() {

@ -277,6 +277,9 @@
if(options.id){ if(options.id){
this.loadInfo(options.id) this.loadInfo(options.id)
} }
},
onNavigationBarButtonTap(val) {
window.android.finish();
}, },
methods: { methods: {
imgListPreview(item){ imgListPreview(item){

@ -169,6 +169,9 @@
}, },
onLoad(options) { onLoad(options) {
this.loadPage(1); this.loadPage(1);
},
onNavigationBarButtonTap(val) {
window.android.finish();
}, },
methods: { methods: {
openmask(){ openmask(){

@ -153,6 +153,9 @@
onLoad(options) { onLoad(options) {
this.serachEntity.date = this.$moment().format("YYYY-MM"); this.serachEntity.date = this.$moment().format("YYYY-MM");
this.loadPage(1); this.loadPage(1);
},
onNavigationBarButtonTap(val) {
window.android.finish();
}, },
methods: { methods: {
toReturnType(type) { toReturnType(type) {

@ -314,6 +314,9 @@
} }
}) })
},
onNavigationBarButtonTap(val) {
window.android.finish();
}, },
methods: { methods: {
confirmType(val) { confirmType(val) {

@ -165,6 +165,9 @@
if (options.id) { if (options.id) {
this.loadInfo(options.id) this.loadInfo(options.id)
} }
},
onNavigationBarButtonTap(val) {
window.android.finish();
}, },
methods: { methods: {
imgListPreview(item) { imgListPreview(item) {

@ -183,6 +183,9 @@
}, },
onLoad(options) { onLoad(options) {
this.loadPage(1); this.loadPage(1);
},
onNavigationBarButtonTap(val) {
window.android.finish();
}, },
methods: { methods: {
openmask() { openmask() {

@ -105,6 +105,9 @@
} }
}) })
},
onNavigationBarButtonTap(val) {
window.android.finish();
}, },
methods: { methods: {
towhichtype() { towhichtype() {

Loading…
Cancel
Save