Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gs1
Overview
Overview
Details
Activity
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
吴迪
gs1
Commits
20c06c31
Commit
20c06c31
authored
Apr 04, 2022
by
Lyan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
文字修改
parent
f2ef9dba
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
41 additions
and
39 deletions
+41
-39
table.vue
src/views/Business/copms/table.vue
+5
-4
notice.vue
src/views/Home/comps/notice.vue
+1
-1
index.vue
src/views/MyManage/UnVerify/index.vue
+2
-2
index.vue
src/views/MyManage/index.vue
+27
-27
Retail.vue
src/views/News/Retail.vue
+6
-5
No files found.
src/views/Business/copms/table.vue
View file @
20c06c31
<
template
>
<div
class=
"fqtable"
>
<div
class=
"row fqthead"
>
<div
class=
"col-lg-
2
"
>
序号
</div>
<div
class=
"col-lg-
8
"
>
标题
</div>
<div
class=
"col-lg-
1
"
>
序号
</div>
<div
class=
"col-lg-
9
"
>
标题
</div>
<div
class=
"col-lg-2"
>
类型
</div>
</div>
<div
class=
"fqtbody"
>
<div
class=
"row"
v-for=
"(tmp, i) in list"
:key=
"i"
@
click=
"handelClick(tmp)"
>
<div
class=
"col-lg-
2
"
>
{{
i
+
1
}}
</div>
<div
class=
"col-lg-
8
"
>
{{
tmp
.
name
}}
</div>
<div
class=
"col-lg-
1
"
>
{{
i
+
1
}}
</div>
<div
class=
"col-lg-
9
"
>
{{
tmp
.
name
}}
</div>
<div
class=
"col-lg-2"
>
{{
tmp
.
types
&&
tmp
.
types
.
name
}}
</div>
</div>
</div>
...
...
@@ -33,6 +33,7 @@ export default {
align-items
:
center
;
margin
:
0
;
padding
:
10px
0
;
font-size
:
14px
;
li
{
&:nth-child(1)
{
width
:
116px
;
...
...
src/views/Home/comps/notice.vue
View file @
20c06c31
...
...
@@ -70,7 +70,7 @@
</table>
</div>
<div
class=
"notice-note"
style=
"text-align: right"
>
<br
/>
202
0年2月28
日
<br
/>
202
2年6月30
日
</div>
</div>
</div>
...
...
src/views/MyManage/UnVerify/index.vue
View file @
20c06c31
...
...
@@ -50,7 +50,7 @@
<p
class=
"list-cnt"
>
快速申请、维护GLN信息,并对外提供GLN信息查询验证。帮助企业在EDI、GDSN、海关、追溯等应用场景中,有效识别企业主体与地理位置等信息。
</p>
<div
v-if=
"!tycpdmFirmInfo || (tycpdmFirmInfo.logoutFlag === -1 || tycpdmFirmInfo.logoutFlag === null)"
class=
"list-img row"
>
<
!--
<
div
v-if=
"!tycpdmFirmInfo || (tycpdmFirmInfo.logoutFlag === -1 || tycpdmFirmInfo.logoutFlag === null)"
class=
"list-img row"
>
<div
class=
"img-p col-lg-4"
>
<a
href=
"/MyManage/UnVerify/vendor"
>
<img
src=
"../../../assets/image/mymanage/tx.png"
alt=
""
/>
...
...
@@ -69,7 +69,7 @@
<p>
审核状态
</p>
</a>
</div>
</div>
</div>
-->
</li>
<!-- 一期先不上线检测校准申请,暂时把个人中心首页的检测校准申请相关内容进行隐藏(包括检测校准申请菜单项)-->
<!-- 校准未认证 -->
...
...
src/views/MyManage/index.vue
View file @
20c06c31
...
...
@@ -129,12 +129,12 @@ export default {
index
:
0
,
link
:
"/MyManage/UnVerify/personalInfo"
,
},
{
id
:
uuid
(
"gs_nav"
),
name
:
"企业信息"
,
index
:
1
,
link
:
'/MyManage/SystemMember/companyInfo'
},
//
{
//
id: uuid("gs_nav"),
//
name: "企业信息",
//
index: 1,
//
link: '/MyManage/SystemMember/companyInfo'
//
},
{
id
:
uuid
(
"gs_nav"
),
name
:
"修改登录密码"
,
...
...
@@ -176,12 +176,12 @@ export default {
index
:
2
,
link
:
"/MyManage/admin/status_change"
,
},
{
id
:
uuid
(
"gs_nav"
),
name
:
"企业信息修改"
,
index
:
3
,
link
:
"/MyManage/admin/ent_info"
,
},
//
{
//
id: uuid("gs_nav"),
//
name: "企业信息修改",
//
index: 3,
//
link: "/MyManage/admin/ent_info",
//
},
{
id
:
uuid
(
"gs_nav"
),
name
:
"日志查看"
,
...
...
@@ -257,21 +257,21 @@ export default {
this
.
routerList
[
2
].
children
=
this
.
routerList
[
2
].
children
.
filter
(
item
=>
item
.
name
!==
'修改手机号码'
)
}
this
.
routerList
[
0
].
link
=
'/MyManage/SystemMember/index'
if
(
this
.
loginInfo
.
isXT
===
1
&&
this
.
loginInfo
.
carno
)
{
// 申请条码卡的系统成员有企业信息菜单 和 变更企业信息菜单
this
.
routerList
[
2
].
children
.
push
({
id
:
uuid
(
"gs_nav"
),
name
:
"企业信息"
,
index
:
3
,
link
:
'/MyManage/SystemMember/companyInfo'
})
this
.
routerList
[
2
].
children
.
push
({
// 不做任何页面跳转,只是给出提示
id
:
uuid
(
"gs_nav"
),
name
:
"变更企业信息"
,
index
:
4
,
link
:
''
,
alert
:
()
=>
{
window
.
alert
(
'系统成员请联系所属分支机构办理企业信息变更!'
)}
})
}
//
if (this.loginInfo.isXT === 1 && this.loginInfo.carno) { // 申请条码卡的系统成员有企业信息菜单 和 变更企业信息菜单
//
this.routerList[2].children.push({
//
id: uuid("gs_nav"),
//
name: "企业信息",
//
index: 3,
//
link: '/MyManage/SystemMember/companyInfo'
//
})
//
this.routerList[2].children.push({ // 不做任何页面跳转,只是给出提示
//
id: uuid("gs_nav"),
//
name: "变更企业信息",
//
index: 4,
//
link: '',
//
alert: () => {window.alert('系统成员请联系所属分支机构办理企业信息变更!')}
//
})
//
}
if
(
this
.
loginInfo
.
userType
===
2
)
{
// 条码卡登陆用户,修改登录密码给出提示
this
.
routerList
[
2
].
children
.
some
(
item
=>
{
const
isReturn
=
item
.
name
===
'修改登录密码'
...
...
src/views/News/Retail.vue
View file @
20c06c31
...
...
@@ -187,14 +187,15 @@
</p>
<p
class=
"row justify-content-center"
>
<span
class=
"col-lg-4"
>
支俊凯
<i
class=
"bi bi-telephone-fill"
></i>
010-84295518
<i
class=
"bi bi-envelope-fill"
></i
>
zhijk@ancc.org.cn
</span>
<span
class=
"col-lg-4"
>
李弘凯
<i
class=
"bi bi-telephone-fill"
></i
>
010-84295522
<i
class=
"bi bi-envelope-fill"
></i>
lihk@ancc.org.cn
</span>
<span
class=
"col-lg-4"
>
支俊凯
<i
class=
"bi bi-telephone-fill"
></i>
010-84295518
<i
class=
"bi bi-envelope-fill"
></i
>
zhijk@ancc.org.cn
</span>
</p>
</div>
</div>
...
...
@@ -382,7 +383,7 @@ export default {
async
getQRCodeList
()
{
const
params
=
{
page
:
"1"
,
size
:
'
6
'
,
size
:
'
9
'
,
};
const
listRes
=
await
this
.
$api
.
sell
.
getQRCodeList
(
params
);
const
{
returnCode
,
data
}
=
listRes
;
...
...
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