Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gdtel-gztel-school-center-ui
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
吴学德
gdtel-gztel-school-center-ui
Commits
09826e20
Commit
09826e20
authored
Feb 24, 2021
by
罗承锋
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复后台展示问题
parent
826729d5
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
7 deletions
+9
-7
src/views/school-center/order/order.vue
+4
-4
src/views/school-center/order/orderView.vue
+3
-1
src/views/school-center/schoolmanager/schoolmanagement.vue
+2
-2
No files found.
src/views/school-center/order/order.vue
View file @
09826e20
...
@@ -1206,10 +1206,10 @@
...
@@ -1206,10 +1206,10 @@
this
.
edit
=
false
;
this
.
edit
=
false
;
},
},
showDrawer
(
data
,
type
)
{
showDrawer
(
data
,
type
)
{
this
.
certificatePhoto
.
push
(
this
.
apis
+
data
.
idCardz
.
replace
(
"manager"
,
"app
"
));
this
.
certificatePhoto
.
push
(
this
.
apis
+
(
data
.
idCardz
!=
null
?
data
.
idCardz
.
replace
(
"manager"
,
"app"
)
:
"
"
));
this
.
certificatePhoto
.
push
(
this
.
apis
+
data
.
idCardf
.
replace
(
"manager"
,
"app
"
));
this
.
certificatePhoto
.
push
(
this
.
apis
+
(
data
.
idCardf
!=
null
?
data
.
idCardf
.
replace
(
"manager"
,
"app"
)
:
"
"
));
this
.
certificatePhoto
.
push
(
this
.
apis
+
data
.
idCardzs
.
replace
(
"manager"
,
"app
"
));
this
.
certificatePhoto
.
push
(
this
.
apis
+
(
data
.
idCardzs
!=
null
?
data
.
idCardzs
.
replace
(
"manager"
,
"app"
)
:
"
"
));
this
.
certificatePhoto
.
push
(
this
.
apis
+
data
.
studentCard
.
replace
(
"manager"
,
"app
"
));
this
.
certificatePhoto
.
push
(
this
.
apis
+
(
data
.
studentCard
!=
null
?
data
.
studentCard
.
replace
(
"manager"
,
"app"
)
:
"
"
));
/* this.certificatePhoto.push('http://yrym.winsun-aly.com/gdtel-xyzx-hhr/images/yrym-ruanyan-logo.png')
/* this.certificatePhoto.push('http://yrym.winsun-aly.com/gdtel-xyzx-hhr/images/yrym-ruanyan-logo.png')
this.certificatePhoto.push('http://yrym.winsun-aly.com/gdtel-xyzx-hhr/images/yrym-ruanyan-logo.png')
this.certificatePhoto.push('http://yrym.winsun-aly.com/gdtel-xyzx-hhr/images/yrym-ruanyan-logo.png')
this.certificatePhoto.push('http://yrym.winsun-aly.com/gdtel-xyzx-hhr/images/yrym-ruanyan-logo.png')
this.certificatePhoto.push('http://yrym.winsun-aly.com/gdtel-xyzx-hhr/images/yrym-ruanyan-logo.png')
...
...
src/views/school-center/order/orderView.vue
View file @
09826e20
...
@@ -328,7 +328,7 @@
...
@@ -328,7 +328,7 @@
<p
:style=
"pStyle"
>
数据信息
</p>
<p
:style=
"pStyle"
>
数据信息
</p>
<a-row>
<a-row>
<a-col
:span=
"12"
>
<a-col
:span=
"12"
>
<p>
预留字段1:
</p>
<p>
备注:{{orderInfo.msg}}
</p>
</a-col>
</a-col>
<a-col
:span=
"12"
>
<a-col
:span=
"12"
>
<p>
预留字段2:{{ orderInfo.orderRf2 }}
</p>
<p>
预留字段2:{{ orderInfo.orderRf2 }}
</p>
...
@@ -565,6 +565,7 @@ export default {
...
@@ -565,6 +565,7 @@ export default {
orderStatus
:
""
,
//订单状态
orderStatus
:
""
,
//订单状态
id
:
""
,
id
:
""
,
idCard
:
""
,
idCard
:
""
,
msg
:
""
};
};
this
.
visible
=
false
;
this
.
visible
=
false
;
},
},
...
@@ -602,6 +603,7 @@ export default {
...
@@ -602,6 +603,7 @@ export default {
orderStatus
:
data
.
orderStatus
,
//订单状态
orderStatus
:
data
.
orderStatus
,
//订单状态
id
:
data
.
id
,
id
:
data
.
id
,
idCard
:
data
.
idCard
,
idCard
:
data
.
idCard
,
msg
:
data
.
msg
};
};
this
.
visible
=
true
;
this
.
visible
=
true
;
},
},
...
...
src/views/school-center/schoolmanager/schoolmanagement.vue
View file @
09826e20
...
@@ -560,9 +560,9 @@
...
@@ -560,9 +560,9 @@
let
url
=
""
;
let
url
=
""
;
console
.
log
(
data
);
console
.
log
(
data
);
if
(
data
.
serviceQrcode
!=
undefined
)
{
if
(
data
.
serviceQrcode
!=
undefined
)
{
url
=
this
.
baseuploadUrl
()
+
"
manager
/ciop"
+
data
.
serviceQrcode
.
replace
(
"enclosure"
,
""
);
url
=
this
.
baseuploadUrl
()
+
"
app
/ciop"
+
data
.
serviceQrcode
.
replace
(
"enclosure"
,
""
);
}
else
{
}
else
{
url
=
this
.
baseuploadUrl
()
+
"
manager
/"
;
url
=
this
.
baseuploadUrl
()
+
"
app
/"
;
}
}
if
(
!
(
data
.
serviceQrcode
==
null
||
data
.
serviceQrcode
==
""
))
{
if
(
!
(
data
.
serviceQrcode
==
null
||
data
.
serviceQrcode
==
""
))
{
...
...
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