master
lion 3 years ago
parent 6e60ab6dbe
commit e1b5700bd5

@ -187,6 +187,9 @@
}) })
}, },
onNavigationBarButtonTap(val) {
window.android.finish();
},
methods: { methods: {
loadDep() { loadDep() {
var that = this var that = this

@ -297,6 +297,9 @@
this.loadInfo(options.id) this.loadInfo(options.id)
} }
}, },
onNavigationBarButtonTap(val) {
window.android.finish();
},
methods: { methods: {
imgListPreview(item){ imgListPreview(item){
var urlList = [] var urlList = []

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

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

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

@ -88,6 +88,9 @@
this.loadInfo(options.id) this.loadInfo(options.id)
} }
}, },
onNavigationBarButtonTap(val) {
window.android.finish();
},
methods: { methods: {
imgListPreview(item){ imgListPreview(item){
var urlList = [] var urlList = []

@ -98,6 +98,9 @@
this.loadInfo(options.id) this.loadInfo(options.id)
} }
}, },
onNavigationBarButtonTap(val) {
window.android.finish();
},
methods: { methods: {
imgListPreview(item){ imgListPreview(item){
var urlList = [] var urlList = []

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

@ -162,6 +162,9 @@
this.loadPage(1); this.loadPage(1);
}, },
onNavigationBarButtonTap(val) {
window.android.finish();
},
methods: { methods: {
openmask(){ openmask(){
this.mask=true this.mask=true

@ -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
} }

@ -113,6 +113,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) {
let url = "/raininspection/raininspection/raininspection?roadid=" + road_id + "&roadname=" + road_name let url = "/raininspection/raininspection/raininspection?roadid=" + road_id + "&roadname=" + road_name

@ -400,6 +400,9 @@
}) })
}, },
onNavigationBarButtonTap(val) {
window.android.finish();
},
methods: { methods: {
selectBuildList() { selectBuildList() {
var that = this var that = this

@ -278,6 +278,9 @@
this.loadInfo(options.id) this.loadInfo(options.id)
} }
}, },
onNavigationBarButtonTap(val) {
window.android.finish();
},
methods: { methods: {
imgListPreview(item){ imgListPreview(item){
var urlList = [] var urlList = []

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

@ -154,6 +154,9 @@
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) {
return this.rainTypes.filter(m => { return this.rainTypes.filter(m => {

@ -315,6 +315,9 @@
}) })
}, },
onNavigationBarButtonTap(val) {
window.android.finish();
},
methods: { methods: {
confirmType(val) { confirmType(val) {
var that = this var that = this

@ -166,6 +166,9 @@
this.loadInfo(options.id) this.loadInfo(options.id)
} }
}, },
onNavigationBarButtonTap(val) {
window.android.finish();
},
methods: { methods: {
imgListPreview(item) { imgListPreview(item) {
var urlList = [] var urlList = []

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

@ -106,6 +106,9 @@
}) })
}, },
onNavigationBarButtonTap(val) {
window.android.finish();
},
methods: { methods: {
towhichtype() { towhichtype() {
if (this.road_id == "") { if (this.road_id == "") {

Loading…
Cancel
Save