Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
ElectricitySheep
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
黄媛媛
ElectricitySheep
Commits
285dbe28
Commit
285dbe28
authored
Dec 11, 2024
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
11
parent
a55854bb
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
1622 additions
and
1168 deletions
+1622
-1168
BuildingVehicle.vue
src/components/tradePavilion/BuildingVehicle.vue
+3
-2
firmEdit.vue
src/components/tradePavilion/firmEdit.vue
+262
-419
realAuthentication.vue
src/components/tradePavilion/realAuthentication.vue
+172
-179
tenementVehicle.vue
src/components/tradePavilion/tenementVehicle.vue
+381
-564
tradePavilionIndex.vue
src/components/tradePavilion/tradePavilionIndex.vue
+3
-3
ybRealAuthentication.vue
src/components/tradePavilion/ybRealAuthentication.vue
+794
-0
index.js
src/router/index.js
+7
-1
No files found.
src/components/tradePavilion/BuildingVehicle.vue
View file @
285dbe28
...
...
@@ -192,9 +192,10 @@
</el-input>
</el-form-item>
<el-form-item
label=
"开业时间"
>
<el-date-picker
v-model=
"addMsg.OpenTime"
clearable
value-format=
"yyyy-MM-dd HH:mm:ss"
size=
"small"
<el-input
v-model=
"addMsg.OpenTime"
size=
"small"
placeholder=
"请输入开业时间"
></el-input>
<!--
<el-date-picker
v-model=
"addMsg.OpenTime"
clearable
value-format=
"yyyy-MM-dd HH:mm:ss"
size=
"small"
type=
"datetime"
placeholder=
"请选择开业时间"
>
</el-date-picker>
</el-date-picker>
-->
</el-form-item>
<!--
<el-form-item
label=
"项目类型"
prop=
"ProjectType"
>
<el-select
...
...
src/components/tradePavilion/firmEdit.vue
View file @
285dbe28
This diff is collapsed.
Click to expand it.
src/components/tradePavilion/realAuthentication.vue
View file @
285dbe28
...
...
@@ -229,8 +229,6 @@
暂无意愿
</span>
</el-form-item>
</div>
</div>
</el-form>
...
...
@@ -280,20 +278,14 @@
<div>
{{
listInfo
.
CarrierModel
.
CarrierMetroList
[
0
].
MetroNum
}}
号线
{{
listInfo
.
CarrierModel
.
CarrierMetroList
[
0
].
MetroName
}}
,
{{
listInfo
.
CarrierModel
.
CarrierMetroList
[
0
].
Distance
}}
}}
,
{{
listInfo
.
CarrierModel
.
CarrierMetroList
[
0
].
Distance
}}
</div>
</div>
<div
v-else
>
无
</div>
</el-form-item>
</el-form>
</
template
>
</template>
</div>
...
...
@@ -321,7 +313,7 @@
</div>
</template>
<
script
>
export
default
{
export
default
{
data
()
{
return
{
resondialog2
:
false
,
...
...
@@ -462,29 +454,29 @@ export default {
}
},
auditfail
()
{
//失败理由
auditfail
()
{
//失败理由
this
.
resondialog2
=
true
;
this
.
AuditRemark
=
''
;
}
},
mounted
()
{
}
};
mounted
()
{
}
};
</
script
>
<
style
>
.realAuthentication
.content
.searchInput
{
.realAuthentication
.content
.searchInput
{
border
:
1px
solid
#DCDFE6
;
border-radius
:
4px
;
}
}
.realAuthentication
.content
.searchInput
.el-input__inner
{
.realAuthentication
.content
.searchInput
.el-input__inner
{
border
:
none
;
outline
:
none
;
height
:
30px
;
line-height
:
30px
;
}
}
.realAuthentication
.content
.searchInput
{
.realAuthentication
.content
.searchInput
{
line-height
:
normal
;
display
:
inline-table
;
width
:
100%
;
...
...
@@ -492,42 +484,43 @@ export default {
border-spacing
:
0
;
width
:
250px
;
margin-right
:
20px
;
}
}
.realAuthentication
.content
{
.realAuthentication
.content
{
background
:
#fff
;
margin-top
:
10px
;
padding
:
20px
;
box-sizing
:
border-box
;
}
}
.realAuthentication
.tradeLine
{
.realAuthentication
.tradeLine
{
display
:
inline-block
;
width
:
3px
;
height
:
10px
;
margin-right
:
5px
;
background-color
:
#409EFF
;
}
}
.realAuthentication
.realDetailInfo
{
.realAuthentication
.realDetailInfo
{
display
:
flex
;
justify-content
:
space-between
;
width
:
60%
;
}
}
.realAuthentication
.realDetailList
{
.realAuthentication
.realDetailList
{
padding-right
:
100px
;
}
}
.realAuthentication
.brandShuxing
{
.realAuthentication
.brandShuxing
{
display
:
flex
;
justify-content
:
space-between
;
width
:
850px
;
}
}
.realAuthentication
.brandShuxing_item
{
.realAuthentication
.brandShuxing_item
{
display
:
flex
;
justify-content
:
space-between
;
width
:
50%
;
}
}
</
style
>
src/components/tradePavilion/tenementVehicle.vue
View file @
285dbe28
This diff is collapsed.
Click to expand it.
src/components/tradePavilion/tradePavilionIndex.vue
View file @
285dbe28
...
...
@@ -311,9 +311,9 @@
<i
class=
"el-icon-menu"
></i><span>
咨询管理
</span>
</li>
<li
class=
"menu_item"
:class=
"
{ Fchecked: isChecked == '/
r
ealAuthentication' }" @click="
(isChecked = '/
r
ealAuthentication'),
CommonJump('
r
ealAuthentication')
<li
class=
"menu_item"
:class=
"
{ Fchecked: isChecked == '/
ybR
ealAuthentication' }" @click="
(isChecked = '/
ybR
ealAuthentication'),
CommonJump('
ybR
ealAuthentication')
">
<i
class=
"el-icon-menu"
></i><span>
企业认证
</span>
</li>
...
...
src/components/tradePavilion/ybRealAuthentication.vue
0 → 100644
View file @
285dbe28
This diff is collapsed.
Click to expand it.
src/router/index.js
View file @
285dbe28
...
...
@@ -863,6 +863,12 @@ export default new Router({
name
:
'realAuthentication'
,
component
:
resolve
=>
require
([
'@/components/tradePavilion/realAuthentication'
],
resolve
),
},
//商载通--企业认证
{
path
:
'/ybRealAuthentication'
,
name
:
'ybRealAuthentication'
,
component
:
resolve
=>
require
([
'@/components/tradePavilion/ybRealAuthentication'
],
resolve
),
},
//贸易管理--品牌分类
{
path
:
'/brandClassification'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment