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
a3a0ce2c
Commit
a3a0ce2c
authored
Jul 12, 2024
by
罗成兵
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
申请记录发放可修改
parent
8dac47b0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
receiveApply.vue
folacin-app/src/views/receiveApply/receiveApply.vue
+3
-3
addFolviteDistribution.vue
...folviteDistribution/components/addFolviteDistribution.vue
+1
-1
No files found.
folacin-app/src/views/receiveApply/receiveApply.vue
View file @
a3a0ce2c
...
...
@@ -65,7 +65,7 @@
<div
class=
"item_box"
>
<span>
*
</span>
<van-field
type=
"number"
v-model
.
trim=
"formData.height"
@
blur=
"onBlur(1,formData.height)"
label=
"身高(cm)"
placeholder=
"请输入身高,
1000以内数值
"
/>
placeholder=
"请输入身高,
范围100cm-200cm
"
/>
</div>
<div
class=
"item_box"
>
<span>
*
</span>
...
...
@@ -361,8 +361,8 @@ export default {
this
.
formData
.
womenIdCard
=
null
;
}
}
if
(
isEmpty
(
this
.
formData
.
height
)
||
this
.
formData
.
height
<
0
||
this
.
formData
.
height
>
10
00
)
{
this
.
$toast
.
tips
(
'请输入身高
,1000以内的数值
'
);
if
(
isEmpty
(
this
.
formData
.
height
)
||
this
.
formData
.
height
<
100
||
this
.
formData
.
height
>
2
00
)
{
this
.
$toast
.
tips
(
'请输入身高
,范围100cm-200cm
'
);
return
false
;
}
if
(
isEmpty
(
this
.
formData
.
weight
)
||
this
.
formData
.
weight
<
0
||
this
.
formData
.
weight
>
1000
)
{
...
...
folacin-pc/src/views/indexComponent/folviteDistribution/components/addFolviteDistribution.vue
View file @
a3a0ce2c
...
...
@@ -386,7 +386,7 @@ export default {
this
.
modelType
=
this
.
routerParams
.
routerFlag
;
if
(
this
.
modelType
==
'applyGrant'
||
this
.
modelType
==
'updateRecord'
)
{
//从申请过来的发放
if
(
this
.
modelType
==
'applyGrant'
)
{
this
.
disabled
=
true
;
//
this.disabled = true;
this
.
getApplyDetail
()
}
else
{
this
.
getStockListDetail
()
...
...
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