Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
folacin-front
Project
Project
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
ynby
folacin-front
Commits
c43ed033
Commit
c43ed033
authored
Aug 07, 2021
by
罗成兵
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
分配记录
parent
6f0d3e04
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
6 deletions
+14
-6
folviteDistribution.vue
...ndexComponent/folviteDistribution/folviteDistribution.vue
+2
-2
addSupply.vue
...iews/indexComponent/supplyManage/components/addSupply.vue
+6
-3
global.less
static/css/global.less
+6
-1
No files found.
src/views/indexComponent/folviteDistribution/folviteDistribution.vue
View file @
c43ed033
...
...
@@ -80,8 +80,8 @@
<img
style=
"width: 100%"
:src=
"consentUrl"
height=
"100%"
/>
</div>
<div
v-else
>
<div
style=
"white-space:pre;text-indent:2em"
>
<div
v-html=
"consentInfo"
style=
"w
hite-space:pre
"
>
<div>
<div
v-html=
"consentInfo"
style=
"w
idth: 100%
"
>
</div>
<div
style=
"float: right;margin-right: 10px"
>
<div
style=
"height: 60px"
>
签名:
<img
style=
"width:200px;height: 40px;display: inline-block"
:src=
"applySignUrl"
height=
"100%"
/></div>
...
...
src/views/indexComponent/supplyManage/components/addSupply.vue
View file @
c43ed033
...
...
@@ -169,10 +169,13 @@
submitForm
()
{
let
vm
=
this
;
this
.
$refs
.
formRef
.
validate
(
valid
=>
{
if
(
true
)
{
if
(
valid
)
{
// vm.subLoad = true;
const
{
areaCode
,
areaName
,
...
others
}
=
vm
.
formData
let
areaInfo
=
areaCode
[
areaCode
.
length
-
1
]
const
{
areaCode
,
areaName
,
...
others
}
=
vm
.
formData
;
let
areaInfo
=
""
;
if
(
this
.
$api
.
utils
.
isNoBlank
(
areaCode
))
{
areaInfo
=
areaCode
[
areaCode
.
length
-
1
];
}
let
par
=
{
areaCode
:
areaInfo
,
...
others
...
...
static/css/global.less
View file @
c43ed033
...
...
@@ -300,5 +300,10 @@ ant-pagination-item:focus, .ant-pagination-item:hover {
color: #FF4D80;
border: 1px solid #FF4D80;
}
.ant-tag-blue{
background-color: #FF4D80;color: white;border: 0;cursor:pointer;
}
.ant-tag-blue:hover{
background-color: red;
}
//---------------------------------------------------------
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