ydb-components-material 0.1.125 → 0.1.126
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/docs/404.html +3 -3
- package/build/docs/_demos/:uuid +3 -3
- package/build/docs/colorful-button.html +3 -3
- package/build/docs/colorful-input.html +3 -3
- package/build/docs/index.html +3 -3
- package/build/docs/{umi.35f02979.css → umi.57dda8ea.css} +1 -1
- package/build/docs/{umi.5327dbca.js → umi.af7442ae.js} +1 -1
- package/build/docs/~demos/:uuid.html +3 -3
- package/build/docs/~demos/colorful-button-demo.html +3 -3
- package/build/docs/~demos/colorful-input-demo.html +3 -3
- package/build/lowcode/3.js +2 -2
- package/build/lowcode/4.js +1 -1
- package/build/lowcode/5.js +1 -1
- package/build/lowcode/assets-daily.json +11 -11
- package/build/lowcode/assets-dev.json +2 -2
- package/build/lowcode/assets-prod.json +11 -11
- package/build/lowcode/index.js +1 -1
- package/build/lowcode/meta.js +1 -1
- package/build/lowcode/preview.js +9 -9
- package/build/lowcode/render/default/1.js +2 -2
- package/build/lowcode/render/default/2.js +1 -1
- package/build/lowcode/render/default/3.js +1 -1
- package/build/lowcode/render/default/view.css +1 -1
- package/build/lowcode/render/default/view.js +10 -10
- package/build/lowcode/view.css +1 -1
- package/build/lowcode/view.js +11 -11
- package/dist/1.js +2 -2
- package/dist/2.js +1 -1
- package/dist/3.js +1 -1
- package/dist/BizComps.css +1 -1
- package/dist/BizComps.js +15 -15
- package/dist/BizComps.js.map +1 -1
- package/es/components/file-list/item.js +3 -1
- package/es/components/guide-pc/comment.js +4 -4
- package/es/components/guide-pc/comment.scss +3 -3
- package/es/components/guide-pc/components/accept.js +3 -3
- package/es/components/guide-pc/components/accept.scss +3 -3
- package/es/components/guide-pc/components/basicInfo.js +31 -31
- package/es/components/guide-pc/components/basicInfo.scss +5 -5
- package/es/components/guide-pc/components/eventInfo.d.ts +7 -0
- package/es/components/guide-pc/components/eventInfo.js +45 -0
- package/es/components/guide-pc/components/eventInfo.scss +36 -0
- package/es/components/guide-pc/components/guideTabs.js +2 -2
- package/es/components/guide-pc/components/guideTabs.scss +3 -2
- package/es/components/guide-pc/components/guideTitle.js +4 -4
- package/es/components/guide-pc/components/guideTitle.scss +3 -3
- package/es/components/guide-pc/components/materialsList.js +46 -49
- package/es/components/guide-pc/components/materialsList.scss +22 -22
- package/es/components/guide-pc/components/places.js +21 -21
- package/es/components/guide-pc/components/places.scss +19 -19
- package/es/components/guide-pc/components/processImg.js +19 -19
- package/es/components/guide-pc/components/processImg.scss +16 -16
- package/es/components/guide-pc/components/result.js +36 -36
- package/es/components/guide-pc/components/result.scss +15 -15
- package/es/components/guide-pc/components/situation.d.ts +4 -0
- package/es/components/guide-pc/components/situation.js +35 -31
- package/es/components/guide-pc/components/situation.scss +9 -9
- package/es/components/guide-pc/imgs/icon1.png +0 -0
- package/es/components/guide-pc/imgs/icon2.png +0 -0
- package/es/components/guide-pc/index.d.ts +1 -3
- package/es/components/guide-pc/index.js +41 -88
- package/es/components/guide-pc/index.scss +43 -103
- package/lib/components/file-list/item.js +3 -1
- package/lib/components/guide-pc/comment.js +4 -4
- package/lib/components/guide-pc/comment.scss +3 -3
- package/lib/components/guide-pc/components/accept.js +3 -3
- package/lib/components/guide-pc/components/accept.scss +3 -3
- package/lib/components/guide-pc/components/basicInfo.js +31 -31
- package/lib/components/guide-pc/components/basicInfo.scss +5 -5
- package/lib/components/guide-pc/components/eventInfo.d.ts +7 -0
- package/lib/components/guide-pc/components/eventInfo.js +51 -0
- package/lib/components/guide-pc/components/eventInfo.scss +36 -0
- package/lib/components/guide-pc/components/guideTabs.js +2 -2
- package/lib/components/guide-pc/components/guideTabs.scss +3 -2
- package/lib/components/guide-pc/components/guideTitle.js +4 -4
- package/lib/components/guide-pc/components/guideTitle.scss +3 -3
- package/lib/components/guide-pc/components/materialsList.js +46 -49
- package/lib/components/guide-pc/components/materialsList.scss +22 -22
- package/lib/components/guide-pc/components/places.js +21 -21
- package/lib/components/guide-pc/components/places.scss +19 -19
- package/lib/components/guide-pc/components/processImg.js +19 -19
- package/lib/components/guide-pc/components/processImg.scss +16 -16
- package/lib/components/guide-pc/components/result.js +36 -36
- package/lib/components/guide-pc/components/result.scss +15 -15
- package/lib/components/guide-pc/components/situation.d.ts +4 -0
- package/lib/components/guide-pc/components/situation.js +35 -31
- package/lib/components/guide-pc/components/situation.scss +9 -9
- package/lib/components/guide-pc/imgs/icon1.png +0 -0
- package/lib/components/guide-pc/imgs/icon2.png +0 -0
- package/lib/components/guide-pc/index.d.ts +1 -3
- package/lib/components/guide-pc/index.js +41 -88
- package/lib/components/guide-pc/index.scss +43 -103
- package/lowcode/guide-pc/meta.ts +1 -32
- package/lowcode_es/guide-pc/meta.js +0 -30
- package/lowcode_es/meta.js +1 -1
- package/lowcode_lib/guide-pc/meta.js +0 -30
- package/lowcode_lib/meta.js +1 -1
- package/package.json +3 -3
- package/es/components/guide-pc/comment.vue +0 -117
- package/es/components/guide-pc/components/accept.vue +0 -50
- package/es/components/guide-pc/components/basicInfo.vue +0 -81
- package/es/components/guide-pc/components/guideTabs.vue +0 -48
- package/es/components/guide-pc/components/guideTitle.vue +0 -43
- package/es/components/guide-pc/components/materialsList.vue +0 -403
- package/es/components/guide-pc/components/places.vue +0 -198
- package/es/components/guide-pc/components/processImg.vue +0 -300
- package/es/components/guide-pc/components/result.vue +0 -191
- package/es/components/guide-pc/components/situation.vue +0 -430
- package/es/components/guide-pc/guide.vue +0 -179
- package/es/components/guide-pc/imgs/error.png +0 -0
- package/es/components/guide-pc/imgs/judge.png +0 -0
- package/es/components/guide-pc/imgs/pass.png +0 -0
- package/lib/components/guide-pc/comment.vue +0 -117
- package/lib/components/guide-pc/components/accept.vue +0 -50
- package/lib/components/guide-pc/components/basicInfo.vue +0 -81
- package/lib/components/guide-pc/components/guideTabs.vue +0 -48
- package/lib/components/guide-pc/components/guideTitle.vue +0 -43
- package/lib/components/guide-pc/components/materialsList.vue +0 -403
- package/lib/components/guide-pc/components/places.vue +0 -198
- package/lib/components/guide-pc/components/processImg.vue +0 -300
- package/lib/components/guide-pc/components/result.vue +0 -191
- package/lib/components/guide-pc/components/situation.vue +0 -430
- package/lib/components/guide-pc/guide.vue +0 -179
- package/lib/components/guide-pc/imgs/error.png +0 -0
- package/lib/components/guide-pc/imgs/judge.png +0 -0
- package/lib/components/guide-pc/imgs/pass.png +0 -0
|
@@ -1,117 +0,0 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<view class="comment-content">
|
|
3
|
-
<eventInfo ref="eventInfo" :showBtns="false" />
|
|
4
|
-
|
|
5
|
-
<view class="main-content">
|
|
6
|
-
<u-loading-page :loading="pageLoading" />
|
|
7
|
-
<!-- 放置评价页面的webview -->
|
|
8
|
-
<view v-if="webViewShow" class="webView-content">
|
|
9
|
-
<iframe
|
|
10
|
-
v-if="webViewShow"
|
|
11
|
-
id="iframe"
|
|
12
|
-
frameborder="0"
|
|
13
|
-
height="100%"
|
|
14
|
-
width="100%"
|
|
15
|
-
/>
|
|
16
|
-
<view class="btn-con">
|
|
17
|
-
<u-button text="关闭评价" shape="square" @click="closeComment"/>
|
|
18
|
-
</view>
|
|
19
|
-
</view>
|
|
20
|
-
</view>
|
|
21
|
-
</view>
|
|
22
|
-
</template>
|
|
23
|
-
|
|
24
|
-
<script>
|
|
25
|
-
import eventInfo from '../components/eventInfo.vue'
|
|
26
|
-
import { getGuideCommentUrlApi } from '@/api/business.js'
|
|
27
|
-
import apiConfig from '@/config/api.cofig'
|
|
28
|
-
export default {
|
|
29
|
-
components: { eventInfo },
|
|
30
|
-
data() {
|
|
31
|
-
return {
|
|
32
|
-
pageLoading: false,
|
|
33
|
-
webViewShow: false,
|
|
34
|
-
commentSrc: '',
|
|
35
|
-
}
|
|
36
|
-
},
|
|
37
|
-
mounted() {
|
|
38
|
-
this.getGuideCommentUrlFun()
|
|
39
|
-
},
|
|
40
|
-
methods: {
|
|
41
|
-
// 查询办事指南的评价页面
|
|
42
|
-
getGuideCommentUrlFun() {
|
|
43
|
-
this.pageLoading = true
|
|
44
|
-
const access_token = uni.getStorageSync('access_token')
|
|
45
|
-
const eventInfo = uni.getStorageSync('eventInfo')
|
|
46
|
-
const userInfo = uni.getStorageSync('userInfo')
|
|
47
|
-
const params = {
|
|
48
|
-
channel: '2',
|
|
49
|
-
itemCode: eventInfo.taskGeneralBasic.rowGuid, // 事项的rowGuid
|
|
50
|
-
itemName: eventInfo.taskGeneralBasic.taskHandleItemName, // 事项的名称
|
|
51
|
-
userId: userInfo.loginAccountId, // 当前登录用户的id
|
|
52
|
-
userName: userInfo.userName || userInfo.legalName,
|
|
53
|
-
token: access_token,
|
|
54
|
-
acctType: userInfo.acctType
|
|
55
|
-
}
|
|
56
|
-
getGuideCommentUrlApi(params).then((res) => {
|
|
57
|
-
this.pageLoading = false
|
|
58
|
-
const url = res.url
|
|
59
|
-
const { commentDomain } = apiConfig.domain
|
|
60
|
-
const { isProduct } = apiConfig
|
|
61
|
-
|
|
62
|
-
if(isProduct){
|
|
63
|
-
this.commentSrc = url
|
|
64
|
-
}else{
|
|
65
|
-
this.commentSrc = commentDomain + url.split('11013')[1]
|
|
66
|
-
}
|
|
67
|
-
this.webViewShow = true
|
|
68
|
-
setTimeout(() => {
|
|
69
|
-
document.getElementById('iframe').src = this.commentSrc
|
|
70
|
-
}, 500);
|
|
71
|
-
}).catch(err => {
|
|
72
|
-
console.log(err)
|
|
73
|
-
this.pageLoading = false
|
|
74
|
-
uni.showModal({
|
|
75
|
-
title: '提示',
|
|
76
|
-
content: '暂时不可评价该事项的办事指南',
|
|
77
|
-
confirmText: '知道了',
|
|
78
|
-
showCancel: false,
|
|
79
|
-
confirmColor: '#1678FF',
|
|
80
|
-
success: (res) => {
|
|
81
|
-
if (res.confirm) {
|
|
82
|
-
uni.navigateBack()
|
|
83
|
-
}
|
|
84
|
-
}
|
|
85
|
-
});
|
|
86
|
-
})
|
|
87
|
-
},
|
|
88
|
-
// 关闭评价页
|
|
89
|
-
closeComment() {
|
|
90
|
-
uni.navigateBack()
|
|
91
|
-
}
|
|
92
|
-
}
|
|
93
|
-
}
|
|
94
|
-
</script>
|
|
95
|
-
|
|
96
|
-
<style>
|
|
97
|
-
page{
|
|
98
|
-
background: #ffffff;
|
|
99
|
-
}
|
|
100
|
-
</style>
|
|
101
|
-
<style lang="scss" scoped>
|
|
102
|
-
.main-content{
|
|
103
|
-
width: 1200px;
|
|
104
|
-
margin: 0 auto;
|
|
105
|
-
padding-bottom: 100px;
|
|
106
|
-
.webView-content{
|
|
107
|
-
height: 800px;
|
|
108
|
-
width: 100%;
|
|
109
|
-
.btn-con{
|
|
110
|
-
// padding: 0 36rpx;
|
|
111
|
-
padding: 0 24rpx;
|
|
112
|
-
margin: -350rpx auto 0;
|
|
113
|
-
width: 150px;
|
|
114
|
-
}
|
|
115
|
-
}
|
|
116
|
-
}
|
|
117
|
-
</style>
|
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<view class="accept-content">
|
|
3
|
-
<guideTitle title="受理条件" />
|
|
4
|
-
|
|
5
|
-
<view class="inner-content">
|
|
6
|
-
<u-empty v-if="!acceptCondition" mode="data" text="暂无受理条件" />
|
|
7
|
-
<!-- <view v-else class="card-content">{{ acceptCondition }}</view> -->
|
|
8
|
-
<template v-else>
|
|
9
|
-
<view v-html="acceptCondition" class="card-content" />
|
|
10
|
-
</template>
|
|
11
|
-
</view>
|
|
12
|
-
</view>
|
|
13
|
-
</template>
|
|
14
|
-
|
|
15
|
-
<script>
|
|
16
|
-
import guideTitle from './guideTitle.vue'
|
|
17
|
-
export default {
|
|
18
|
-
components: { guideTitle },
|
|
19
|
-
data() {
|
|
20
|
-
return {
|
|
21
|
-
acceptCondition: '', // 受理条件
|
|
22
|
-
}
|
|
23
|
-
},
|
|
24
|
-
mounted() {
|
|
25
|
-
this.initData()
|
|
26
|
-
},
|
|
27
|
-
methods: {
|
|
28
|
-
// 初始化 受理条件
|
|
29
|
-
initData() {
|
|
30
|
-
const eventInfo = uni.getStorageSync('eventInfo')
|
|
31
|
-
this.acceptCondition = eventInfo.taskGeneralExtend.acceptCondition
|
|
32
|
-
},
|
|
33
|
-
}
|
|
34
|
-
}
|
|
35
|
-
</script>
|
|
36
|
-
|
|
37
|
-
<style lang="scss" scoped>
|
|
38
|
-
.accept-content{
|
|
39
|
-
margin-top: 24px;
|
|
40
|
-
.inner-content{
|
|
41
|
-
line-height: 25px;
|
|
42
|
-
font-size: 14px;
|
|
43
|
-
color: #222222;
|
|
44
|
-
margin-top: 24px;
|
|
45
|
-
background: #f9f9f9;
|
|
46
|
-
padding: 20px;
|
|
47
|
-
border-radius: 8px;
|
|
48
|
-
}
|
|
49
|
-
}
|
|
50
|
-
</style>
|
|
@@ -1,81 +0,0 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<view class="basicInfo-content">
|
|
3
|
-
<guideTitle title="基本信息" />
|
|
4
|
-
|
|
5
|
-
<el-descriptions class="inner" :column="2" border>
|
|
6
|
-
<el-descriptions-item label="事项编码">
|
|
7
|
-
{{ taskGeneralBasic.leadingCatalogCode || '-' }}
|
|
8
|
-
</el-descriptions-item>
|
|
9
|
-
<el-descriptions-item label="实施编码/业务办理项编码">
|
|
10
|
-
{{ itemBasic.taskHandleItem || '-' }}
|
|
11
|
-
</el-descriptions-item>
|
|
12
|
-
|
|
13
|
-
<el-descriptions-item label="是否承诺">
|
|
14
|
-
{{ taskGeneralBasic.projectTypeText || '-' }}
|
|
15
|
-
</el-descriptions-item>
|
|
16
|
-
<el-descriptions-item label="是否收费">
|
|
17
|
-
{{ taskGeneralExtend.isFeeText ? taskGeneralExtend.isFeeText == '是' ? '收费' : '不收费' : '不收费' }}
|
|
18
|
-
</el-descriptions-item>
|
|
19
|
-
|
|
20
|
-
<el-descriptions-item label="承诺办结时限">{{ taskGeneralExtend.promiseDay || '-' }}工作日</el-descriptions-item>
|
|
21
|
-
<el-descriptions-item label="法定办结时限">{{ taskGeneralExtend.anticipateDay || '-' }}工作日</el-descriptions-item>
|
|
22
|
-
<el-descriptions-item label="到现场次数">{{ taskGeneralExtend.workSceneNumber || '-' }}次</el-descriptions-item>
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
<el-descriptions-item label="实施主体">
|
|
26
|
-
{{ itemBasic.deptName || '-' }}
|
|
27
|
-
</el-descriptions-item>
|
|
28
|
-
|
|
29
|
-
<el-descriptions-item label="服务对象">
|
|
30
|
-
{{ taskGeneralExtend.serviceObjectTypeText || '-' }}
|
|
31
|
-
</el-descriptions-item>
|
|
32
|
-
<el-descriptions-item label="办事地址">
|
|
33
|
-
{{ taskGeneralExtend.transactAddr || '-' }}
|
|
34
|
-
</el-descriptions-item>
|
|
35
|
-
<el-descriptions-item label="办理时间">
|
|
36
|
-
{{ taskGeneralExtend.transactTime || '-' }}
|
|
37
|
-
</el-descriptions-item>
|
|
38
|
-
|
|
39
|
-
<el-descriptions-item label="咨询地址">
|
|
40
|
-
{{ taskGeneralExtend.seekWebsite || '-' }}
|
|
41
|
-
</el-descriptions-item>
|
|
42
|
-
<el-descriptions-item label="咨询电话">
|
|
43
|
-
{{ taskGeneralExtend.seekPhone || '-' }}
|
|
44
|
-
</el-descriptions-item>
|
|
45
|
-
</el-descriptions>
|
|
46
|
-
</view>
|
|
47
|
-
</template>
|
|
48
|
-
|
|
49
|
-
<script>
|
|
50
|
-
import guideTitle from './guideTitle.vue'
|
|
51
|
-
export default {
|
|
52
|
-
components: { guideTitle },
|
|
53
|
-
data() {
|
|
54
|
-
return {
|
|
55
|
-
taskGeneralBasic: {},
|
|
56
|
-
taskGeneralExtend: {},
|
|
57
|
-
itemBasic: {}
|
|
58
|
-
}
|
|
59
|
-
},
|
|
60
|
-
mounted() {
|
|
61
|
-
this.initData()
|
|
62
|
-
},
|
|
63
|
-
methods: {
|
|
64
|
-
initData() {
|
|
65
|
-
const eventInfo = uni.getStorageSync('eventInfo')
|
|
66
|
-
this.taskGeneralBasic = eventInfo.taskGeneralBasic
|
|
67
|
-
this.taskGeneralExtend = eventInfo.taskGeneralExtend
|
|
68
|
-
this.itemBasic = eventInfo.itemBasic
|
|
69
|
-
},
|
|
70
|
-
}
|
|
71
|
-
}
|
|
72
|
-
</script>
|
|
73
|
-
|
|
74
|
-
<style lang="scss" scoped>
|
|
75
|
-
.basicInfo-content{
|
|
76
|
-
margin-top: 20px;
|
|
77
|
-
.inner{
|
|
78
|
-
margin-top: 20px;
|
|
79
|
-
}
|
|
80
|
-
}
|
|
81
|
-
</style>
|
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<el-tabs
|
|
3
|
-
v-model="activeName"
|
|
4
|
-
stretch
|
|
5
|
-
@tab-click="handleClick"
|
|
6
|
-
>
|
|
7
|
-
<el-tab-pane
|
|
8
|
-
v-for="item, index in tabList"
|
|
9
|
-
:key="index"
|
|
10
|
-
:label="item.name"
|
|
11
|
-
:name="item.name"
|
|
12
|
-
/>
|
|
13
|
-
</el-tabs>
|
|
14
|
-
</template>
|
|
15
|
-
|
|
16
|
-
<script>
|
|
17
|
-
export default {
|
|
18
|
-
data() {
|
|
19
|
-
return {
|
|
20
|
-
activeName: '材料清单',
|
|
21
|
-
tabList: [
|
|
22
|
-
{ name: '材料清单' },
|
|
23
|
-
{ name: '事项信息' },
|
|
24
|
-
{ name: '办事流程' },
|
|
25
|
-
{ name: '受理条件' },
|
|
26
|
-
{ name: '办事大厅' },
|
|
27
|
-
{ name: '成效分析' },
|
|
28
|
-
],
|
|
29
|
-
}
|
|
30
|
-
},
|
|
31
|
-
methods: {
|
|
32
|
-
handleClick({ index }) {
|
|
33
|
-
console.log(index);
|
|
34
|
-
|
|
35
|
-
this.$emit('tabsChange', index)
|
|
36
|
-
}
|
|
37
|
-
}
|
|
38
|
-
}
|
|
39
|
-
</script>
|
|
40
|
-
<style>
|
|
41
|
-
</style>
|
|
42
|
-
<style lang="scss" scoped>
|
|
43
|
-
/deep/.el-tabs__item.is-active{
|
|
44
|
-
// color: red !important;
|
|
45
|
-
background: #E2EFFF;
|
|
46
|
-
padding: 0 !important;
|
|
47
|
-
}
|
|
48
|
-
</style>
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<view class="guideTitle-con">
|
|
3
|
-
<view class="titleImg" :style="{backgroundImage: `url(${titleL})`}" />
|
|
4
|
-
<view class="titleText">{{ title }}</view>
|
|
5
|
-
<view class="titleImg" :style="{backgroundImage: `url(${titleR})`}" />
|
|
6
|
-
</view>
|
|
7
|
-
</template>
|
|
8
|
-
|
|
9
|
-
<script>
|
|
10
|
-
export default {
|
|
11
|
-
props: {
|
|
12
|
-
title: {
|
|
13
|
-
type: String,
|
|
14
|
-
default: ''
|
|
15
|
-
}
|
|
16
|
-
},
|
|
17
|
-
data() {
|
|
18
|
-
return {
|
|
19
|
-
titleL: '../static/img/pc/declare/titleL.png',
|
|
20
|
-
titleR: '../static/img/pc/declare/titleR.png',
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
}
|
|
24
|
-
</script>
|
|
25
|
-
|
|
26
|
-
<style lang="scss" scoped>
|
|
27
|
-
.guideTitle-con{
|
|
28
|
-
display: flex;
|
|
29
|
-
justify-content: center;
|
|
30
|
-
align-items: center;
|
|
31
|
-
|
|
32
|
-
.titleText{
|
|
33
|
-
font-size: 24px;
|
|
34
|
-
font-weight: 500;
|
|
35
|
-
margin: 0 10px;
|
|
36
|
-
}
|
|
37
|
-
.titleImg{
|
|
38
|
-
width: 20px;
|
|
39
|
-
height: 21px;
|
|
40
|
-
background-size: 100% 100%;
|
|
41
|
-
}
|
|
42
|
-
}
|
|
43
|
-
</style>
|