更新
This commit is contained in:
parent
f64b0e96f6
commit
405a3e66ae
@ -1,14 +1,14 @@
|
|||||||
<!-- 发起订单 -->
|
<!-- 发起订单 -->
|
||||||
<template>
|
<template>
|
||||||
<view class="content">
|
<view class="content">
|
||||||
<!-- <view class="c-top">-->
|
<!-- <view class="c-top">-->
|
||||||
<!-- <view class="" @click="getback()">-->
|
<!-- <view class="" @click="getback()">-->
|
||||||
<!-- <uni-icons type="left" size="18"></uni-icons>-->
|
<!-- <uni-icons type="left" size="18"></uni-icons>-->
|
||||||
<!-- </view>-->
|
<!-- </view>-->
|
||||||
<!-- <view class="c-title" v-if="type == 'add'">新增设备</view>-->
|
<!-- <view class="c-title" v-if="type == 'add'">新增设备</view>-->
|
||||||
<!-- <view class="c-title" v-if="type == 'edit'">编辑设备</view>-->
|
<!-- <view class="c-title" v-if="type == 'edit'">编辑设备</view>-->
|
||||||
<!-- <view class=""></view>-->
|
<!-- <view class=""></view>-->
|
||||||
<!-- </view>-->
|
<!-- </view>-->
|
||||||
<headersVue :titles="pageName" style="position: static !important;">
|
<headersVue :titles="pageName" style="position: static !important;">
|
||||||
<u-icon name="arrow-left" color="#fff" size="18"></u-icon>
|
<u-icon name="arrow-left" color="#fff" size="18"></u-icon>
|
||||||
</headersVue>
|
</headersVue>
|
||||||
@ -161,7 +161,7 @@ export default {
|
|||||||
typeName: null,
|
typeName: null,
|
||||||
//附件列表
|
//附件列表
|
||||||
fileList3: [],
|
fileList3: [],
|
||||||
pageName:'新增设备',
|
pageName: '新增设备',
|
||||||
baseImageUrl: config.baseImageUrl,
|
baseImageUrl: config.baseImageUrl,
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -365,14 +365,14 @@ export default {
|
|||||||
request({
|
request({
|
||||||
url: '/system/equInfo/addFolder',
|
url: '/system/equInfo/addFolder',
|
||||||
method: 'post',
|
method: 'post',
|
||||||
data: this.box.id
|
data: JSON.stringify(this.box.id), // 手动转换为 JSON
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
this.box.folderId = res.data
|
this.box.folderId = res.data
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url: '/pages/manage/deviceManage?type=staff&folderId=' + this.box.folderId
|
url: '/pages/manage/deviceManage?type=staff&folderId=' + this.box.folderId
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
}else {
|
} else {
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url: '/pages/manage/deviceManage?type=staff&folderId=' + this.box.folderId
|
url: '/pages/manage/deviceManage?type=staff&folderId=' + this.box.folderId
|
||||||
})
|
})
|
||||||
|
@ -829,12 +829,13 @@ export default {
|
|||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
color: #666666;
|
color: #666666;
|
||||||
line-height: 15px;
|
line-height: 15px;
|
||||||
margin-right: 15px;
|
padding: 5rpx;
|
||||||
|
border: 2rpx solid #74A1E5;
|
||||||
}
|
}
|
||||||
|
|
||||||
.er {
|
.er {
|
||||||
width: 25px;
|
//width: 25px;
|
||||||
height: 25px;
|
//height: 25px;
|
||||||
background: #1890FF;
|
background: #1890FF;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
Loading…
Reference in New Issue
Block a user