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