Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
柳 佳乐
finance
Commits
b4c905f8
Commit
b4c905f8
authored
Nov 17, 2022
by
柳 佳乐
Browse files
20221117
parent
f43d32ab
Changes
2
Show whitespace changes
Inline
Side-by-side
src/views/Spendreimbursement/spendreimbursementList.vue
View file @
b4c905f8
...
...
@@ -908,7 +908,6 @@ export default {
if
(
resu
.
success
)
{
this
.
$message
.
success
(
"
添加成功!
"
);
this
.
insertvioiceFrom
=
false
;
this
.
table
=
false
;
}
else
{
this
.
$message
.
error
(
resu
.
msg
);
}
...
...
@@ -943,7 +942,6 @@ export default {
message
:
"
删除成功!
"
,
});
// 关闭窗口
this
.
table
=
false
;
}
else
{
this
.
$message
.
error
(
result
.
msg
);
}
...
...
src/views/Spendreimbursement/spendreimbursementListUpdate.vue
View file @
b4c905f8
...
...
@@ -260,7 +260,6 @@ export default {
lodgingCost
:
""
,
insuranceCost
:
""
,
otherCost
:
""
,
remarks
:
""
,
nobillExplain
:
""
,
applyTotalAmountLarge
:
""
,
applyTotalAmountSmall
:
""
,
...
...
@@ -332,8 +331,6 @@ export default {
lodgingCost
:
[{
validator
:
money
,
trigger
:
"
blur
"
}],
insuranceCost
:
[{
validator
:
money
,
trigger
:
"
blur
"
}],
otherCost
:
[{
validator
:
money
,
trigger
:
"
blur
"
}],
remarks
:
[{
required
:
true
,
message
:
"
此项不能为空!
"
}],
projectId
:
[
{
required
:
true
,
...
...
@@ -343,7 +340,7 @@ export default {
],
startTime
:
[{
required
:
true
,
message
:
"
此项不能为空!
"
}],
endTime
:
[{
required
:
true
,
message
:
"
此项不能为空!
"
}],
nobillExplain
:
[{
required
:
true
,
message
:
"
此项不能为空!
"
}],
},
};
},
...
...
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