js/msg.js | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
pages/adgl/adhj.html | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
pages/adgl/adxy.html | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
js/msg.js
@@ -16,17 +16,17 @@ document.addEventListener("plusready", function() { var main = plus.android.runtimeMainActivity(); console.log(main,JSON.stringify(main)) var Context = plus.android.importClass("android.content.Context"); console.log(Context) var PowerManager = plus.android.importClass("android.os.PowerManager"); console.log(PowerManager) var pm = main.getSystemService(Context.POWER_SERVICE); console.log(JSON.stringify(pm)) g_wakelock = pm.newWakeLock(PowerManager.PARTIAL_WAKE_LOCK, "ANY_NAME"); console.log(JSON.stringify(g_wakelock)) g_wakelock.acquire(); // var main = plus.android.runtimeMainActivity(); // // console.log(main,JSON.stringify(main)) // var Context = plus.android.importClass("android.content.Context"); // // console.log(Context) // var PowerManager = plus.android.importClass("android.os.PowerManager"); // // console.log(PowerManager) // var pm = main.getSystemService(Context.POWER_SERVICE); // // console.log(JSON.stringify(pm)) // g_wakelock = pm.newWakeLock(PowerManager.PARTIAL_WAKE_LOCK, "ANY_NAME"); // // console.log(JSON.stringify(g_wakelock)) // g_wakelock.acquire(); message = document.getElementById("message"); @@ -219,28 +219,16 @@ }; $.connection.hub.url = 'http://121.196.36.24:8001/signalr' //hub连接开启 $.connection.hub.start().done(function() { var connection = $.connection.hub.start().done(function() { // $.connection.serverTimeoutInMilliseconds = 1000 * 60 * 30 var username = localStorage.getItem('username'); //发送上线信息 work.server.sendLogin(username); // console.log('222') // const aaa = [{ // "code": "Q", // "name": "呼叫质量", // "children": [{ // "usercode": "999", // "username": "楼先生" // }] // }] }) // work.server.sendByGroupList('楼先生', 'CJ002', 'SB001', aaa) }); }); pages/adgl/adhj.html
@@ -255,12 +255,10 @@ $.connection.hub.url = 'http://121.196.36.24:8001/signalr' //hub连接开启 $.connection.hub.start().done(function() { // $.connection.serverTimeoutInMilliseconds = 1000 * 60 * 30 var username = localStorage.getItem('username'); //发送上线信息 work.server.sendLogin(username); // const aaa = [{ // "code": "Q", // "name": "呼叫质量", @@ -269,9 +267,7 @@ // "username": "楼先生" // }] // }] // work.server.sendByGroupList('楼先生', 'CJ002', 'SB001', aaa) $('#submit').click(function() { // vant.Notify('点击了') // const data = { @@ -321,10 +317,13 @@ // }) // } // }) }) }); }); @@ -423,8 +422,8 @@ </script> </head> <!-- <body onload="scaned('SB001')"> --> <body> <body onload="scaned('SB001')"> <!-- <body> --> <div id="app"> <div class="body"> pages/adgl/adxy.html
@@ -113,7 +113,8 @@ res.data.forEach(i => { children.push({ typecode: i.typecode, typename: i.typename typename: i.typename, isTrue: false }) }) @@ -132,7 +133,7 @@ // } // }) console.log(cneterContent, 1) console.log(JSON.stringify(topContent), 1) falseArray.push({ id: '1' @@ -149,8 +150,8 @@ </script> </head> <!-- <body onload="scaned('SB001')"> --> <body> <body onload="scaned('SB001')"> <!-- <body> --> <div id="app"> <div class="body"> @@ -229,13 +230,13 @@ <div style="padding: 10px;display: flex;flex-direction: column" v-for="(item,index) in topContent[0].children"> v-for="(item,index) in topContent[topContent.map(i => i.eqp_code).indexOf(radioValue)].children"> <!-- v-for="(item,index) in centerContent"> --> <div style="display: flex;justify-content: space-between;align-items: center;"> <div style="margin-left: 10px;">{{item.typename}}</div> <div style="margin-right: 10px;"> <van-switch size="24" v-model="item.typecode" @change='val=>switchChange(val,item)' <van-switch size="24" v-model="item.isTrue" @change='val=>switchChange(val,item)' active-color="#ee0a24" inactive-color="#dcdee0" /> </div> </div> @@ -319,22 +320,27 @@ this.$forceUpdate() }, submit() { setTimeout(() => { const data = { username: localStorage.getItem('username'), eqpcode: topContent.find(i => i.code === radioValue).code, wkshpcode: topContent.find(i => i.code === radioValue).wksp_code eqpcode: topContent.find(i => i.eqp_code === radioValue).eqp_code, // wkshpcode: topContent.find(i => i.code === radioValue).wksp_code } const DATA = [] const DATA = topContent.find(i => i.eqp_code === radioValue).children.map(r => { if (r.isTrue) { return { code: r.typecode, name: r.typename } } }) console.log(data, DATA) console.log(data, DATA.filter(i=>i!==undefined)) submitIsDisabled = true // falseArray.push({ // id: '1' // }) this.$forceUpdate() post('AppDeviceManage/AppDeviceAnDengCallSave' + formatParams(data), DATA).then( post('AppDeviceManage/AppDeviceAnDengLampResponseSave' + formatParams(data), DATA.filter(i=>i!==undefined)).then( res => { if (res.code === '200') { vant.Notify({ @@ -342,51 +348,22 @@ message: '提交成功!' }) topContent.forEach((r, i) => { if (r.code === radioValue) { if (r.eqp_code === radioValue) { topContent.splice(i, 1) } }) if (topContent.length >= 1) { radioValue = topContent[0].code this.topContentClick(radioValue) radioValue = topContent[0].eqp_code } submitIsDisabled = false this.$forceUpdate() } }) }, 100) }, topContentClick(code) { // 明天研究一下 列表选项切换问题 radioValue = code // this.$forceUpdate() // console.log(JSON.stringify(radioValue), JSON.stringify(topContent)) let children = [] topContent.find(i => i.eqp_code === radioValue).forEach(i => { children.push({ typecode: i.typecode, typename: i.typename }) }) topContent.unshift({ eqp_code: res.data[0].eqp_code, eqp_name: res.data[0].eqp_name, org_name: res.data[0].org_name, children }) console.log(JSON.stringify(topContent)) this.$forceUpdate() },