123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679 |
- <template>
- <view>
- <view class="test">
- <view>时钟</view>
- <p class="time">{{time}}</p>
- <button class="btime" type="primary" @click="onShowDatePicker('time')">选择时间</button>
- </view>
- <mx-date-picker :show="showPicker" :type="type" :value="value" :show-tips="true" :begin-text="'1'"
- :end-text="'2'" :show-seconds="true" @confirm="onSelected" @cancel="onSelected" />
- <view class="example-body">
- <uni-badge class="uni-badge-left-margin" :inverted="Sunday" text="日" type="primary" @click="wek(7)" />
- <uni-badge class="uni-badge-left-margin" :inverted="Monday" text="一" type="primary" @click="wek(1)" />
- <uni-badge class="uni-badge-left-margin" :inverted="Tuesday" text="二" type="primary" @click="wek(2)" />
- <uni-badge class="uni-badge-left-margin" :inverted="Wednesday" text="三" type="primary" @click="wek(3)" />
- <uni-badge class="uni-badge-left-margin" :inverted="Thursday" text="四" type="primary" @click="wek(4)" />
- <uni-badge class="uni-badge-left-margin" :inverted="Friday" text="五" type="primary" @click="wek(5)" />
- <uni-badge class="uni-badge-left-margin" :inverted="Saturday" text="六" type="primary" @click="wek(6)" />
- </view>
- <view class="line"></view>
- <view class="uni-list-cell">
- <view class="uni-list-cell-left">
- 闹钟类型:
- </view>
- <view class="uni-list-cell-db">
- <picker @change="bindPickerChange" :value="indexType" :range="array">
- <view class="uni-input">{{array[indexType]}}</view>
- </picker>
- </view>
- </view>
- <!-- //查找 -->
- <view class="search">
- <view class="search-title">
- 输入编码添加
- </view>
- <view class="search-input">
- <input type="text" placeholder='输入设备编码后6位' v-model="searchClientId" />
- </view>
- <view class="search-button">
- <button type="primary" class="" @click="search()">
- <p class="">添加</P>
- </button>
- </view>
- </view>
- <!-- //多选下拉框 -->
- <view class="select-item">
- <ld-select :multiple="true" :list="equipmentNameList" label-key="label" value-key="value"
- placeholder="请选择机器或通过搜索添加" clearable v-model="equipmentIds" @change="selectChange2"></ld-select>
- </view>
- <view class="uni-list">
- <view class="uni-list-cell uni-list-cell-pd">
- <view class="uni-list-cell-db">是否开启闹钟</view>
- <switch :checked="status" @change="switchChange" />
- </view>
- </view>
- <!-- //提交按钮 -->
- <view class="tr">
- <button v-if="clock=='add'" type="primary" formType="submit" @click="add()" class="button">
- <p class="p1">添加</p>
- </button>
- <button v-if="clock!='add'" type="primary" formType="submit" @click="update()" class="button">
- <p class="p1">修改</p>
- </button>
- <button v-if="clock!='add'" type="warn" formType="submit" @click="delet()" class="button">
- <p class="p1">删除</p>
- </button>
- </view>
- </view>
- </template>
- <script>
- import {
- mapState,
- mapActions,
- mapMutations
- } from 'vuex'
- import MxDatePicker from "../../components/mx-datepicker/mx-datepicker.vue";
- import ldSelect from "../../components/ld-select/ld-select.vue";
- import likeButton from "../../components/like-button/like-button.vue";
- export default {
- components: {
- MxDatePicker,
- ldSelect,
- likeButton
- },
- data() {
- return {
- showPicker: false,
- // date: '2019/01/01',
- time: '22:00:00',
- // datetime: '2019/01/01 15:00:12',
- // range: ['2019/01/01','2019/01/06'],
- // rangetime: ['2019/01/08 14:00','2019/01/16 13:59'],
- type: 'rangetime',
- value: '',
- //0:炉头开启,1:炉头关闭,2:开始休眠,3:结束休眠
- array: ['开启炉头', '关闭炉头', '开始休眠', '结束休眠'],
- indexType: 0,
- Sunday: true,
- Monday: true,
- Tuesday: true,
- Wednesday: true,
- Thursday: true,
- Friday: true,
- Saturday: true,
- week: '',
- searchClientId: null,
- equipmentName: null,
- equipmentNameList: [],
- globalUser: {},
- equipmentIds: [],
- clock: null,
- status: true,
- }
- },
- onShow() {
- this.globalUser = uni.getStorageSync("globalUser");
- this.clock = uni.getStorageSync("clock");
- var token = uni.getStorageSync("token");
- if (token.length > 1) {
- this.getEquipmentListData();
- } else {
- uni.reLaunch({
- url: '../../../pages/Login/Login',
- });
- }
- },
- onLoad() {
- let that = this
- // 回显
- setTimeout(function() {
- if (that.clock != "add") {
- that.selectOne();
- }
- }, 2000)
- },
- methods: {
- ...mapActions('chart', ['getEquipmentListByUser', 'addAlarmClock', 'addAlarmClockItem', 'updateAlarmClock']),
- getEquipmentListData() {
- this.getEquipmentListByUser(this.globalUser)
- .then(data => {
- // this.merchantList = data;
- // console.log("1223");
- var listName = data[0].equipmentList;
- var equipmentNameList = this.equipmentNameList;
- var co = {};
- co["value"] = 'all';
- co["label"] = '全部机器';
- equipmentNameList.push(co);
- for (var i = 0; i < listName.length; i++) {
- var cov = {};
- cov["value"] = listName[i].id;
- cov["label"] = "名称:" + listName[i].name + " 编号:" + listName[i].clientId.substring(
- listName[i].clientId.length - 6, listName[i].clientId.length);
- equipmentNameList.push(cov);
- }
- this.equipmentNameList = equipmentNameList;
- var listId = data[0].id;
- if (listId != null && listId != '1') {
- uni.setStorageSync("listName", listName);
- }
- uni.stopPullDownRefresh();
- }, _ => void uni.stopPullDownRefresh());
- },
- selectOne() {
- var token = uni.getStorageSync("token");
- var id = this.clock;
- var that = this;
- uni.request({
- url: this.serverurl + '/TAlarmClock/selectOne',
- data: {
- "id": id
- },
- header: {
- 'token': token
- },
- method: "POST",
- success: (res) => {
- if (res.data.code) {
- var alarmClock = res.data.data;
- // console.log("list");
- var status = alarmClock.status;
- this.time = alarmClock.hour;
- if (status == '0') {
- this.status = false;
- }
- if (status == '1') {
- this.status = true;
- }
- var equipmentIds = alarmClock.equipmentIds;
- that.addEids(equipmentIds);
- var week = alarmClock.week;
- this.week = week;
- if (week != null || week != '') {
- var w = week.split(",").sort();
- for (var j = 0; j < w.length; j++) {
- var t = w[j];
- switch (t) {
- case "1":
- this.Monday = false;
- break;
- case "2":
- this.Tuesday = false;
- break;
- case "3":
- this.Wednesday = false;
- break;
- case "4":
- this.Thursday = false;
- break;
- case "5":
- this.Friday = false;
- break;
- case "6":
- this.Saturday = false;
- break;
- case "7":
- this.Sunday = false;
- break;
- default:
- }
- }
- var type = alarmClock.type;
- switch (type) { //0:炉头开启,1:炉头关闭,2:开始休眠,3:结束休眠
- case "0":
- this.indexType = 0;
- break;
- case "1":
- this.indexType = 1;
- break;
- case "2":
- this.indexType = 2;
- break;
- case "3":
- this.indexType = 3;
- break;
- default:
- }
- }
- } else {
- uni.showToast({
- title: res.data.message,
- duration: 2000
- });
- }
- },
- });
- },
- onShowDatePicker(type) { //显示
- this.type = type;
- this.showPicker = true;
- this.value = this[type];
- },
- onSelected(e) { //选择
- this.showPicker = false;
- if (e) {
- this[this.type] = e.value;
- //选择的值
- // console.log('value => ' + e.value);
- //原始的Date对象
- // console.log('date => ' + e.date);
- }
- },
- bindPickerChange: function(e) {
- this.indexType = e.target.value
- },
- wek(num) {
- if (num == 1) {
- if (this.Monday) {
- this.Monday = false;
- this.changWeek(1, num);
- } else {
- this.Monday = true;
- this.changWeek(0, num);
- }
- }
- if (num == 2) {
- if (this.Tuesday) {
- this.Tuesday = false;
- this.changWeek(1, num);
- } else {
- this.Tuesday = true;
- this.changWeek(0, num);
- }
- }
- if (num == 3) {
- if (this.Wednesday) {
- this.Wednesday = false;
- this.changWeek(1, num);
- } else {
- this.Wednesday = true;
- this.changWeek(0, num);
- }
- }
- if (num == 4) {
- if (this.Thursday) {
- this.Thursday = false;
- this.changWeek(1, num);
- } else {
- this.Thursday = true;
- this.changWeek(0, num);
- }
- }
- if (num == 5) {
- if (this.Friday) {
- this.Friday = false;
- this.changWeek(1, num);
- } else {
- this.Friday = true;
- this.changWeek(0, num);
- }
- }
- if (num == 6) {
- if (this.Saturday) {
- this.Saturday = false;
- this.changWeek(1, num);
- } else {
- this.Saturday = true;
- this.changWeek(0, num);
- }
- }
- if (num == 7) {
- if (this.Sunday) {
- this.Sunday = false;
- this.changWeek(1, num);
- } else {
- this.Sunday = true;
- this.changWeek(0, num);
- }
- }
- },
- changWeek(type, num) {
- var week = this.week;
- var we = '';
- //减
- if (type == 0) {
- var w = week.split(",").sort();
- for (var j = 1; j < w.length; j++) {
- var t = w[j];
- if (t != num) {
- we = we + t + ","
- }
- }
- }
- //加
- if (type == 1) {
- if (week == '' || week == null) {
- we = num + ","
- } else {
- week += num + ",";
- var w = week.split(",").sort();
- for (var j = 1; j < w.length; j++) {
- var t = w[j];
- we = we + t + ","
- }
- }
- }
- this.week = we;
- // console.log('we => ' + this.week);
- },
- addEids(equipmentIds) {
- // console.log('equipmentIds' + equipmentIds);
- var eids = equipmentIds.split(",");
- var idss = this.equipmentIds;
- var is = this.equipmentNameList
- for (var k = 0; k < eids.length; k++) {
- var id = eids[k];
- if (id != "" && id != '') {
- this.equipmentIds.push(parseInt(id));
- }
- }
- },
- search() {
- // console.log("search");
- var clientId = this.searchClientId;
- var list = uni.getStorageSync("listName");
- var n = 0;
- for (var i = 0; i < list.length; i++) {
- var code = list[i].clientId.substring(list[i].clientId.length - 6, list[i].clientId.length);
- if (code == clientId) {
- n++;
- var id = list[i].id;
- this.equipmentIds.push(id);
- break;
- }
- }
- if (n == 0) {
- uni.showModal({
- title: "提示",
- content: "找不到该机器",
- success: (res) => {
- }
- })
- }
- if (n > 0) {
- uni.showModal({
- title: "提示",
- content: "已添加该机器",
- success: (res) => {
- }
- })
- }
- },
- selectChange2(val) {
- //有改动文件 import likeButton from "../../components/like-button/like-button.vue";
- if (val == "all") {
- this.equipmentIds = [];
- var list = uni.getStorageSync("listName");
- for (var i = 0; i < list.length; i++) {
- this.equipmentIds.push(list[i].id);
- }
- } else {
- this.equipmentIds = val
- }
- // console.log('this.equipmentIds => ' + this.equipmentIds);
- },
- switchChange: function(e) {
- this.status = e.target.value;
- },
- add() {
- const param = {};
- param['week'] = this.week;
- param['hour'] = this.time;
- if (this.status) {
- param['status'] = "1";
- } else {
- param['status'] = "0";
- }
- param['type'] = this.indexType;
- var eids = '';
- var ids = this.equipmentIds;
- for (var j = 0; j < ids.length; j++) {
- var t = ids[j];
- eids = eids + t + ","
- }
- param['equipmentIds'] = eids;
- param['adminId'] = this.globalUser.id;
- // console.log("param =>" + param);
- this.addAlarmClock(param)
- .then(res => {
- if (res.code) {
- this.addAlarmClockItems(res.data);
- }
- // uni.showModal({
- // title: "提示",
- // content: res.message,
- // success: (re) => {
- // if (re.confirm) {
- // uni.reLaunch({
- // url: 'alarmClockList',
- // });
- // }
- // }
- // })
- uni.stopPullDownRefresh();
- }, _ => void uni.stopPullDownRefresh());
- },
- addAlarmClockItems(alarmClock) {
- console.log("alarmClock =>" + alarmClock);
- this.addAlarmClockItem(alarmClock)
- .then(res => {
- uni.showModal({
- title: "提示",
- content: res.message,
- success: (re) => {
- if (re.confirm) {
- // uni.navigateTo({
- // url: 'alarmClockList',
- // });
- uni.navigateBack({
- url:'alarmClockList'
- });
- }
- }
- })
-
- uni.stopPullDownRefresh();
- }, _ => void uni.stopPullDownRefresh());
- },
- update() {
- const param = {};
- param['id'] = this.clock;
- param['week'] = this.week;
- param['hour'] = this.time;
- if (this.status) {
- param['status'] = "1";
- } else {
- param['status'] = "0";
- }
- param['type'] = this.indexType;
- var eids = '';
- var ids = this.equipmentIds;
- for (var j = 0; j < ids.length; j++) {
- var t = ids[j];
- eids = eids + t + ","
- }
- param['equipmentIds'] = eids;
- param['adminId'] = this.globalUser.id;
- this.updateAlarmClock(param)
- .then(res => {
- uni.showToast({
- title: res.message,
- duration: 2000
- });
- uni.stopPullDownRefresh();
- }, _ => void uni.stopPullDownRefresh());
- },
- delet() {
- uni.showModal({
- title: "提示",
- content: "是否删除?",
- success: (res) => {
- if (res.confirm) {
- var eids = '';
- var ids = this.equipmentIds;
- for (var j = 0; j < ids.length; j++) {
- var t = ids[j];
- eids = eids + t + ","
- }
- var token = uni.getStorageSync("token");
- uni.request({
- url: this.serverurl + '/TAlarmClock/delete',
- data: {
- "id": this.clock,
- "adminId": this.globalUser.id,
- "equipmentIds": eids,
- "type": this.indexType
- },
- header: {
- 'token': token
- },
- method: "POST",
- success: (res) => {
- uni.showModal({
- title: "提示",
- content: res.data.message,
- success: (re) => {
- if (re.confirm) {
- // uni.navigateTo({
- // url: 'alarmClockList',
- // });
- uni.navigateBack({
- url:'alarmClockList'
- });
- }
- }
- })
- },
- });
- }
- }
- });
- },
- }
- }
- </script>
- <style>
- .test {
- text-align: center;
- padding: 10px 0;
- }
- .time {
- font-size: 78upx;
- }
- .btime {
- margin: 20upx;
- font-size: 28upx;
- }
- /* button {
- margin: 20upx;
- font-size: 28upx;
- } */
- /* #ifdef MP-ALIPAY */
- .uni-badge {
- margin-left: 20rpx;
- }
- /* #endif */
- .uni-badge {
- font-size: 40upx;
- }
- .example-body {
- flex-direction: row;
- justify-content: flex-start;
- padding-bottom: 15upx;
- font-size: 40upx;
- }
- .uni-badge-left-margin {
- font-size: 40upx;
- margin-left: 50upx;
- }
- .uni-list-cell {
- padding-top: 20upx;
- padding-bottom: 10upx;
- font-size: 35upx;
- }
- .line {
- height: 2upx;
- background: #8C959F;
- }
- .search {
- width: 100%;
- padding-top: 15upx;
- padding-bottom: 25upx;
- display: flex;
- flex-direction: row;
- justify-content: flex-start;
- }
- .search-title {
- width: 28%;
- text-align: center;
- font-size: 26upx;
- font-family: "PingFang-SC-Bold";
- }
- .search-input {
- width: 45%;
- text-align: center;
- font-size: 26upx;
- font-family: "PingFang-SC-Bold";
- box-shadow: 0upx 0upx 20upx #D3D3D3;
- border-radius: 5upx;
- }
- .search-button {
- width: 20%;
- padding-left: 7upx;
- text-align: center;
- }
- .select-item {
- /* padding-top: 20upx; */
- }
- .tr {
- padding-top: 15upx;
- display: flex;
- flex-direction: row;
- justify-content: flex-start;
- font-size: 48upx;
- font-family: "PingFang-SC-Bold";
- position: fixed;
- bottom: 100upx;
- width: 100%;
- }
- .button {
- margin: auto;
- width: 60%;
- height: 100upx;
- }
- .p1 {
- font-size: 48upx;
- }
- </style>
|