Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
confucius
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
罗超
confucius
Commits
a49fb9d1
Commit
a49fb9d1
authored
Mar 22, 2021
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
5431d0f7
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
16 deletions
+11
-16
studyAbroad-form.vue
src/components/studyAbroad/studyAbroad-form.vue
+1
-1
studyproaudit-form.vue
src/components/studyAbroad/studyproaudit-form.vue
+6
-9
studyproauditinfo-form.vue
src/components/studyAbroad/studyproauditinfo-form.vue
+4
-6
No files found.
src/components/studyAbroad/studyAbroad-form.vue
View file @
a49fb9d1
...
@@ -26,7 +26,7 @@
...
@@ -26,7 +26,7 @@
</div>
</div>
<div
class=
"row wrap"
>
<div
class=
"row wrap"
>
<q-input
filled
stack-label
:dense=
"false"
v-model=
"objOption.Remark"
style=
"margin-top: 20px"
type=
"textarea"
<q-input
filled
stack-label
:dense=
"false"
v-model=
"objOption.Remark"
style=
"margin-top: 20px"
type=
"textarea"
class=
"col-12"
label=
"备注"
/>
class=
"col-12"
label=
"备注"
maxlength=
"300"
/>
</div>
</div>
</q-card-section>
</q-card-section>
<q-separator
/>
<q-separator
/>
...
...
src/components/studyAbroad/studyproaudit-form.vue
View file @
a49fb9d1
...
@@ -141,16 +141,13 @@
...
@@ -141,16 +141,13 @@
<span>
创建时间:
{{
saveObj
.
CreateTimeStr
}}
</span>
<span>
创建时间:
{{
saveObj
.
CreateTimeStr
}}
</span>
</div>
</div>
</div>
</div>
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"col-6"
>
<div
class=
"col-6"
>
<div>
供应商:
{{
saveObj
.
SupplierName
}}
<div>
供应商:
{{
saveObj
.
SupplierName
}}
<a
:href=
"saveObj.SupplierContract"
v-if=
"saveObj.SupplierContract!=''"
style=
"text-decoration:none;color:#2961fe;"
target=
"_blank"
>
<a
v-if=
"saveObj.SupplierContract&&saveObj.SupplierContract!=''"
:href=
"saveObj.SupplierContract"
style=
"text-decoration:none;color:#2961fe;"
target=
"_blank"
>
<i
class=
"iconfont icon-view"
style=
"font-size:18px;cursor:pointer;"
@
click=
""
title=
"查看合同"
></i>
<i
class=
"iconfont icon-view"
style=
"font-size:18px;cursor:pointer;"
@
click=
""
title=
"查看合同"
></i>
</a>
</a>
</div>
<a
v-else
style=
"font-size:12px;color:red;"
>
(未上传合同)
</a>
<div
v-if=
"saveObj.SupplierContract==''"
>
<span
style=
"font-size:12px;"
>
暂无合同
</span>
</div>
</div>
</div>
</div>
<div
class=
"col-6"
>
<div
class=
"col-6"
>
...
@@ -159,10 +156,10 @@
...
@@ -159,10 +156,10 @@
</div>
</div>
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"col-6"
>
<div
class=
"col-6"
>
<span>
建议卖价:
{{
saveObj
.
SuggestPrice
}}
</span>
<span>
建议卖价:
{{
saveObj
.
SuggestPrice
.
toFixed
(
2
)
}}
</span>
</div>
</div>
<div
class=
"col-6"
>
<div
class=
"col-6"
>
<span>
实际卖价:
{{
saveObj
.
SellPrice
}}
</span>
<span>
实际卖价:
{{
saveObj
.
SellPrice
.
toFixed
(
2
)
}}
</span>
</div>
</div>
</div>
</div>
<div
class=
"row"
>
<div
class=
"row"
>
...
@@ -308,7 +305,7 @@
...
@@ -308,7 +305,7 @@
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"col-12"
>
<div
class=
"col-12"
>
<q-input
filled
stack-label
:dense=
"false"
v-model=
"directorMsg.DirectorOpinion"
style=
"margin-top: 20px"
<q-input
filled
stack-label
:dense=
"false"
v-model=
"directorMsg.DirectorOpinion"
style=
"margin-top: 20px"
type=
"textarea"
class=
"col-12"
label=
"审核意见"
/>
type=
"textarea"
class=
"col-12"
label=
"审核意见"
maxlength=
"200"
/>
</div>
</div>
</div>
</div>
<div
style=
"margin:30px 10px 0 0;text-align:right;"
>
<div
style=
"margin:30px 10px 0 0;text-align:right;"
>
...
@@ -375,7 +372,7 @@
...
@@ -375,7 +372,7 @@
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"col-12"
>
<div
class=
"col-12"
>
<q-input
filled
stack-label
:dense=
"false"
v-model=
"managerMsg.ManagerOpinion"
style=
"margin-top: 20px"
<q-input
filled
stack-label
:dense=
"false"
v-model=
"managerMsg.ManagerOpinion"
style=
"margin-top: 20px"
type=
"textarea"
class=
"col-12"
label=
"审核意见"
/>
type=
"textarea"
class=
"col-12"
label=
"审核意见"
maxlength=
"200"
/>
</div>
</div>
</div>
</div>
<div
style=
"margin:30px 10px 90px 0;text-align:right;"
>
<div
style=
"margin:30px 10px 90px 0;text-align:right;"
>
...
...
src/components/studyAbroad/studyproauditinfo-form.vue
View file @
a49fb9d1
...
@@ -149,12 +149,10 @@
...
@@ -149,12 +149,10 @@
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"col-6"
>
<div
class=
"col-6"
>
<div>
供应商:
{{
saveObj
.
SupplierName
}}
<div>
供应商:
{{
saveObj
.
SupplierName
}}
<a
:href=
"saveObj.SupplierContract"
v-if=
"saveObj.SupplierContract!=''"
style=
"text-decoration:none;color:#2961fe;"
target=
"_blank"
>
<a
:href=
"saveObj.SupplierContract"
v-if=
"saveObj.SupplierContract
&&saveObj.SupplierContract
!=''"
style=
"text-decoration:none;color:#2961fe;"
target=
"_blank"
>
<i
class=
"iconfont icon-view"
style=
"font-size:18px;cursor:pointer;"
@
click=
""
title=
"查看合同"
></i>
<i
class=
"iconfont icon-view"
style=
"font-size:18px;cursor:pointer;"
@
click=
""
title=
"查看合同"
></i>
</a>
</a>
</div>
<a
v-else
style=
"font-size:12px;color:red;"
>
(未上传合同)
</a>
<div
v-if=
"saveObj.SupplierContract==''"
>
<span
style=
"font-size:12px;"
>
暂无合同
</span>
</div>
</div>
</div>
</div>
<div
class=
"col-6"
>
<div
class=
"col-6"
>
...
@@ -163,10 +161,10 @@
...
@@ -163,10 +161,10 @@
</div>
</div>
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"col-6"
>
<div
class=
"col-6"
>
<span>
建议卖价:
{{
saveObj
.
SuggestPrice
}}
</span>
<span>
建议卖价:
{{
saveObj
.
SuggestPrice
.
toFixed
(
2
)
}}
</span>
</div>
</div>
<div
class=
"col-6"
>
<div
class=
"col-6"
>
<span>
实际卖价:
{{
saveObj
.
SellPrice
}}
</span>
<span>
实际卖价:
{{
saveObj
.
SellPrice
.
toFixed
(
2
)
}}
</span>
</div>
</div>
</div>
</div>
<div
class=
"row"
>
<div
class=
"row"
>
...
...
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