kaiguan-zfb/page_fenbao/statulist/taocanlist/addtaocan/index.vue

559 lines
13 KiB
Vue
Raw Normal View History

2024-05-10 17:37:36 +08:00
<template>
<view class="page">
2024-07-17 17:59:51 +08:00
<u-navbar title="套餐设置" :border-bottom="false" :background="bgc" title-color='#fff' back-icon-color="#fff"
title-size='36' height='50'></u-navbar>
2024-05-10 17:37:36 +08:00
<view class="box">
<view class="list">
2024-07-27 18:43:42 +08:00
<view class="" style="display: flex;
2024-07-29 18:03:40 +08:00
justify-content: space-between;
width: 100%;
align-items: center;">
2024-07-27 18:43:42 +08:00
<view class="title">
套餐名称
</view>
2024-07-31 18:01:34 +08:00
<input type="text" style="padding-right: 28rpx;box-sizing: border-box;" v-model="name" placeholder="输入套餐名称" />
2024-05-10 17:37:36 +08:00
</view>
2024-07-27 18:43:42 +08:00
<view class="" style="display: flex;
2024-07-29 18:03:40 +08:00
justify-content: space-between;
width: 100%;
align-items: center;margin-top: 30rpx;">
2024-07-27 18:43:42 +08:00
<view class="title">
价格
</view>
2024-07-31 18:01:34 +08:00
<input type="text" style="padding-right: 28rpx;box-sizing: border-box;" v-model="price" placeholder="输入价格" />
2024-05-10 17:37:36 +08:00
</view>
2024-07-27 18:43:42 +08:00
<view class="" style="display: flex;
2024-07-29 18:03:40 +08:00
justify-content: space-between;
width: 100%;
2024-07-31 18:01:34 +08:00
margin-top: 30rpx;
height: 50rpx;
line-height: 50rpx;">
2024-07-27 18:43:42 +08:00
<view class="title">
2024-07-17 17:59:51 +08:00
通电时长
2024-05-10 17:37:36 +08:00
</view>
<view class="" style="display: flex;justify-content: space-between;position: relative;">
2024-07-31 18:01:34 +08:00
<input type="number" style="height: 50rpx;
line-height: 50rpx;" v-model="value" placeholder="输入通电时长" />
2024-07-27 18:43:42 +08:00
<view class="picker" @click="btnxz">
{{array[index]}} <u-icon v-if="arrflag" name="arrow-down" color="#000" size="24"></u-icon>
<u-icon v-else name="arrow-right" color="#000" size="24"></u-icon>
</view>
<view class="arr_list" v-if="arrflag">
<view class="arr_item" v-for="(item,index) in array" :key="index" @click="btnxl(index)">
{{item}}
2024-07-17 17:59:51 +08:00
</view>
2024-07-27 18:43:42 +08:00
</view>
2024-07-17 17:59:51 +08:00
</view>
2024-07-27 18:43:42 +08:00
</view>
<view class="title" style="margin-top: 30rpx;margin-bottom: 20rpx;">
2024-05-10 17:37:36 +08:00
详细说明
</view>
2024-06-14 20:46:37 +08:00
<textarea v-model="description" placeholder="输入说明解释" auto-height="true" />
2024-05-10 17:37:36 +08:00
</view>
2024-07-27 18:43:42 +08:00
<!-- 应用设备 -->
2024-07-31 18:01:34 +08:00
<view class="shebei">
2024-07-27 18:43:42 +08:00
<view class="sbtit">应用设备</view>
<view class="sbarr">
2024-07-31 18:01:34 +08:00
<view class="sbarrval" v-for="(item,index) in deviceList" :key="index">
<text style="">{{item.deviceName}}</text>
<text style="font-size: 45rpx;" @click="sbdel(item.deviceId)">×</text>
2024-07-27 18:43:42 +08:00
</view>
</view>
<view class="btnsbadd" @click="btnaddsb">
+
</view>
2024-07-31 18:01:34 +08:00
</view>
2024-07-27 18:43:42 +08:00
2024-05-10 17:37:36 +08:00
<view class="trues" @click="btnadd">
{{title}}
</view>
2024-07-27 18:43:42 +08:00
<view v-if="title == '修改'" class="truess" @click="btndel">
删除
</view>
2024-07-29 18:03:40 +08:00
<view v-else class="trueqx" @click="btnqx">
取消
</view>
2024-05-10 17:37:36 +08:00
</view>
2024-07-17 17:59:51 +08:00
2024-05-10 17:37:36 +08:00
</view>
</template>
<script>
export default {
data() {
return {
deviceId: '',
name: '',
value: '',
description: '',
price: '',
title: '',
2024-07-17 17:59:51 +08:00
suitId: '',
array: ['天', '时', '分钟', '秒'],
2024-07-17 17:59:51 +08:00
index: 2,
2024-07-27 18:43:42 +08:00
timewz: '',
arrflag: false,
bgc: {
backgroundColor: "#8883f0",
},
2024-07-31 18:01:34 +08:00
deviceList:[],
list: '',
loading: false,
disabled: false,
btnWidth: 180,
show: false,
activeid: '',
checkboxes: [],
tcidlist: [],
titaoc: [],
newobj: [],
listflag:false
2024-05-10 17:37:36 +08:00
}
},
onLoad(option) {
if (option.suitId) {
this.deviceId = option.id
this.title = '修改'
this.suitId = option.suitId
} else {
this.deviceId = option.id
this.title = '确定'
}
},
2024-07-31 18:01:34 +08:00
onShow() {
if(uni.getStorageSync('tcidlist')){
this.deviceList = uni.getStorageSync('tcidlist')
}
setTimeout(()=>{
if (this.suitId) {
this.gettaocan(this.suitId)
} else {
}
},1)
},
2024-07-17 17:59:51 +08:00
// 分享到好友(会话)
2024-07-27 18:43:42 +08:00
onShareAppMessage: function() {
return {
title: '创想物联',
path: '/pages/shouye/index'
}
},
// 分享到朋友圈
onShareTimeline: function() {
return {
title: '创想物联',
query: '',
path: '/pages/shouye/index'
}
},
2024-07-31 18:01:34 +08:00
onUnload(){
uni.removeStorageSync('tcidlist')
},
onHide(){
uni.removeStorageSync('tcidlist')
},
2024-05-10 17:37:36 +08:00
methods: {
2024-07-31 18:01:34 +08:00
// 点击删除套餐里面的设备
sbdel(id){
if(this.title == '确定'){
this.deviceList = this.deviceList.filter(item => item.deviceId !== id)
}else{
const indexInTcidList = this.tcidlist.indexOf(id);
if (indexInTcidList !== -1) {
this.tcidlist.splice(indexInTcidList, 1);
} else {
this.tcidlist.push(id);
}
let that = this
uni.showModal({
title: '提示',
content: '您是否要将应用此套餐设备删除?',
success: function(res) {
if (res.confirm) {
let data = {
deviceIds: that.tcidlist,
suitId: that.suitId
}
that.$u.put(`/app/suit`, data).then((res) => {
if (res.code == 200) {
uni.showToast({
title: res.msg,
icon: 'success',
duration: 1000,
})
that.gettaocan(that.suitId)
}
})
} else if (res.cancel) {
}
}
})
}
},
2024-07-29 18:03:40 +08:00
btnqx(){
2024-07-31 18:01:34 +08:00
uni.removeStorageSync('tcidlist')
2024-07-29 18:03:40 +08:00
uni.navigateBack()
},
// bindPickerChange(e) {
// this.index = e.detail.value
// },
2024-07-27 18:43:42 +08:00
// 跳转选择设备
btnaddsb(){
uni.navigateTo({
2024-07-31 18:01:34 +08:00
url:'/page_components/shebeixz?id=' + this.suitId + '&title=' + this.title
2024-07-27 18:43:42 +08:00
})
},
btnxl(index) {
this.index = index
this.arrflag = false
},
2024-07-27 18:43:42 +08:00
btnxz() {
if (this.arrflag == true) {
this.arrflag = false
2024-07-27 18:43:42 +08:00
} else {
this.arrflag = true
}
2024-07-17 17:59:51 +08:00
},
2024-05-10 17:37:36 +08:00
gettaocan(suitId) {
this.$u.get(`/app/suit/${suitId}`).then((res) => {
if (res.code == 200) {
this.name = res.data.name
this.price = res.data.price
this.value = res.data.value
this.description = res.data.description
2024-07-31 18:01:34 +08:00
this.deviceList = res.data.deviceList
2024-07-17 17:59:51 +08:00
this.index = Number(res.data.timeUnit) - 1
2024-07-31 18:01:34 +08:00
this.deviceList.forEach(item => {
this.tcidlist.push(item.deviceId)
})
2024-05-10 17:37:36 +08:00
}
})
},
2024-07-27 18:43:42 +08:00
btndel() {
2024-07-29 18:03:40 +08:00
let that = this
uni.showModal({
title: '提示',
content: '您确定要删除该套餐吗?',
success: function(res) {
if (res.confirm) {
that.$u.delete(`/app/suit/${that.suitId}`).then((res) => {
if (res.code == 200) {
uni.showToast({
title: '删除成功',
icon: 'success',
duration: 1000,
})
setTimeout(() => {
uni.navigateBack()
}, 1000)
} else {
uni.showToast({
title: res.msg,
icon: 'none',
duration: 1000,
})
}
})
} else if (res.cancel) {
}
2024-07-27 18:43:42 +08:00
}
})
},
2024-05-10 17:37:36 +08:00
btnadd() {
let regex = /^\d+(\.\d{1,2})?$/
let regexs = /^\d+$/
2024-07-17 17:59:51 +08:00
if (this.name == '') {
2024-05-10 17:37:36 +08:00
uni.showToast({
title: '套餐名称不能为空',
icon: 'none',
duration: 1000,
})
2024-07-17 17:59:51 +08:00
} else if (this.price == '') {
2024-05-10 17:37:36 +08:00
uni.showToast({
title: '价格不能为空',
icon: 'none',
duration: 1000,
})
2024-07-17 17:59:51 +08:00
} else if (!regex.test(this.price)) {
2024-05-10 17:37:36 +08:00
uni.showToast({
title: '价格必须是数字且小数点只能两位',
icon: 'none',
duration: 2000,
})
2024-07-17 17:59:51 +08:00
} else if (this.value == '') {
2024-05-10 17:37:36 +08:00
uni.showToast({
title: '时长不能为空',
icon: 'none',
duration: 1000,
})
2024-07-17 17:59:51 +08:00
} else if (!regexs.test(this.value)) {
2024-05-10 17:37:36 +08:00
uni.showToast({
title: '时长必须是整数',
icon: 'none',
duration: 2000,
})
2024-07-17 17:59:51 +08:00
} else if (this.description == '') {
2024-05-10 17:37:36 +08:00
uni.showToast({
title: '详细说明不能为空',
icon: 'none',
duration: 1000,
})
2024-07-17 17:59:51 +08:00
} else {
2024-05-10 17:37:36 +08:00
if (this.title == '确定') {
2024-07-31 18:01:34 +08:00
let arrs = [...this.deviceList.map(item => item.deviceId)]
2024-05-10 17:37:36 +08:00
let data = {
// deviceId: this.deviceId,
2024-05-10 17:37:36 +08:00
name: this.name,
value: this.value,
price: this.price,
2024-07-17 17:59:51 +08:00
description: this.description,
2024-07-31 18:01:34 +08:00
timeUnit: Number(this.index) + 1,
deviceIds:arrs
2024-05-10 17:37:36 +08:00
}
this.$u.post('/app/suit', data).then((res) => {
if (res.code == 200) {
2024-07-31 18:01:34 +08:00
uni.removeStorageSync('tcidlist')
2024-05-10 17:37:36 +08:00
uni.showToast({
title: '新建套餐成功',
icon: 'success',
duration: 1000,
})
setTimeout(() => {
uni.navigateBack()
}, 1000)
}
})
2024-07-17 17:59:51 +08:00
} else {
2024-05-10 17:37:36 +08:00
let data = {
2024-07-17 17:59:51 +08:00
suitId: this.suitId,
// deviceId: this.deviceId,
2024-05-10 17:37:36 +08:00
name: this.name,
value: this.value,
price: this.price,
2024-07-17 17:59:51 +08:00
description: this.description,
2024-07-27 18:43:42 +08:00
timeUnit: Number(this.index) + 1
2024-05-10 17:37:36 +08:00
}
this.$u.put('/app/suit', data).then((res) => {
if (res.code == 200) {
uni.showToast({
title: '修改套餐成功',
icon: 'success',
duration: 1000,
})
setTimeout(() => {
uni.navigateBack()
}, 1000)
2024-07-17 17:59:51 +08:00
} else {
2024-06-14 20:22:07 +08:00
uni.showToast({
title: res.msg,
icon: 'none',
duration: 1000,
})
2024-05-10 17:37:36 +08:00
}
})
}
}
}
}
}
</script>
<style lang="scss">
2024-07-17 17:59:51 +08:00
/deep/ .u-title {
2024-06-03 16:47:25 +08:00
padding-bottom: 22rpx;
2024-05-24 16:48:42 +08:00
}
2024-07-17 17:59:51 +08:00
/deep/ .u-icon__icon {
2024-06-03 16:47:25 +08:00
padding-bottom: 22rpx;
2024-05-24 16:48:42 +08:00
}
2024-07-17 17:59:51 +08:00
2024-07-27 18:43:42 +08:00
.shebei {
width: 654rpx;
max-height: 100%;
background: #FFFFFF;
box-shadow: 0rpx 16rpx 40rpx 0rpx rgba(42, 130, 228, 0.1);
-webkit-filter: blur(0px);
filter: blur(0px);
margin: auto;
border-radius: 30rpx;
padding: 28rpx 38rpx;
box-sizing: border-box;
margin-top: 150rpx;
.sbtit {
font-size: 32rpx;
color: #000000;
font-weight: 600;
}
.sbarr{
display: flex;
flex-wrap: wrap;
width: 100%;
justify-content: space-between;
.sbarrval{
width: 48%;
height: 80rpx;
line-height: 80rpx;
background-color: #8883F0;
color: #fff;
2024-07-31 18:01:34 +08:00
text-align: right;
2024-07-27 18:43:42 +08:00
border-radius: 30rpx;
margin-top: 20rpx;
font-size: 30rpx;
2024-07-31 18:01:34 +08:00
text-align: right;
box-sizing: border-box;
display: flex;
justify-content: space-between;
padding: 0 20rpx;
box-sizing: border-box;
2024-07-27 18:43:42 +08:00
}
}
.btnsbadd{
width: 48%;
height: 80rpx;
line-height: 70rpx;
background-color: #8883F0;
color: #fff;
text-align: center;
border-radius: 30rpx;
margin-top: 20rpx;
font-size: 65rpx;
}
}
2024-05-10 17:37:36 +08:00
page {
background: linear-gradient(180deg, #8883F0 0%, rgba(255, 255, 255, 0) 100%);
}
2024-07-27 18:43:42 +08:00
@keyframes fadeIn {
from { opacity: 0; }
to { opacity: 1; }
}
.arr_list {
position: absolute;
2024-07-27 18:43:42 +08:00
top: 50rpx;
right: -20rpx;
background: #FFFFFF;
width: 140rpx;
2024-07-27 18:43:42 +08:00
height: 245rpx;
box-shadow: 0rpx 16rpx 40rpx 0rpx rgba(42, 130, 228, 0.1);
padding: 5rpx 0;
box-sizing: border-box;
border-radius: 10rpx;
z-index: 99;
2024-07-27 18:43:42 +08:00
opacity: 0;
animation-name: fadeIn;
animation-duration: .5s;
animation-fill-mode: forwards;
.arr_item:last-child {
border: none !important;
}
2024-07-27 18:43:42 +08:00
.arr_item {
text-align: center;
2024-07-27 18:43:42 +08:00
height: 60rpx;
line-height: 60rpx;
border-bottom: 1px solid #ccc;
}
}
2024-07-27 18:43:42 +08:00
.picker {
// margin-top: 30rpx;
margin-left: 20rpx;
}
2024-07-27 18:43:42 +08:00
2024-05-10 17:37:36 +08:00
.page {
width: 750rpx;
.box {
width: 750rpx;
background: #F4F5F7;
border-radius: 0rpx 0rpx 0rpx 0rpx;
padding-top: 32rpx;
2024-07-27 18:43:42 +08:00
padding-bottom: 400rpx;
box-sizing: border-box;
height: 100vh;
overflow: scroll;
overflow: hidden;
2024-05-10 17:37:36 +08:00
.list {
width: 654rpx;
2024-06-14 20:46:37 +08:00
max-height: 100%;
2024-05-10 17:37:36 +08:00
background: #FFFFFF;
box-shadow: 0rpx 16rpx 40rpx 0rpx rgba(42, 130, 228, 0.1);
filter: blur(0px);
margin: auto;
border-radius: 30rpx;
2024-07-29 18:03:40 +08:00
padding: 30rpx 38rpx;
2024-05-10 17:37:36 +08:00
box-sizing: border-box;
.title {
font-size: 32rpx;
color: #000000;
font-weight: 600;
}
input {
2024-07-27 18:43:42 +08:00
// margin-top: 30rpx;
// padding-left: 100rpx;
text-align: right;
2024-05-10 17:37:36 +08:00
}
}
.trues {
2024-07-27 18:43:42 +08:00
width: 290rpx;
2024-05-10 17:37:36 +08:00
height: 84rpx;
background: #8883F0;
filter: blur(0px);
text-align: center;
line-height: 84rpx;
position: fixed;
bottom: 76rpx;
2024-07-27 18:43:42 +08:00
left: 75%;
transform: translateX(-50%);
font-size: 36rpx;
color: #FFFFFF;
border-radius: 50rpx;
}
.truess {
width: 290rpx;
height: 84rpx;
background: red;
filter: blur(0px);
text-align: center;
line-height: 84rpx;
position: fixed;
bottom: 76rpx;
right: 33%;
2024-05-10 17:37:36 +08:00
transform: translateX(-50%);
font-size: 36rpx;
color: #FFFFFF;
border-radius: 50rpx;
}
2024-07-29 18:03:40 +08:00
.trueqx {
width: 290rpx;
height: 84rpx;
background: #ccc;
filter: blur(0px);
text-align: center;
line-height: 84rpx;
position: fixed;
bottom: 76rpx;
right: 33%;
transform: translateX(-50%);
font-size: 36rpx;
color: #FFFFFF;
border-radius: 50rpx;
}
2024-05-10 17:37:36 +08:00
}
}
</style>