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
725fe483
Commit
725fe483
authored
Nov 16, 2022
by
柳 佳乐
Browse files
20221116
parent
7f241502
Changes
4
Show whitespace changes
Inline
Side-by-side
src/views/Spendreimbursement/spendreimbursementList.vue
View file @
725fe483
...
...
@@ -1225,12 +1225,10 @@ export default {
if
(
this
.
queryDTOList
.
length
>
0
)
{
this
.
getshow
=
1
;
this
.
disabled
=
false
;
this
.
backii
();
this
.
delfile1
();
}
else
{
this
.
getshow
=
3
;
this
.
disabled
=
false
;
this
.
backii
();
this
.
delfile1
();
}
},
...
...
src/views/contract/components/addContract.vue
View file @
725fe483
...
...
@@ -12,7 +12,7 @@
<el-form-item
prop=
"contractParent"
>
<el-select
v-model=
"formData.contractParent"
:style=
"
{ width: '100%' }"
placeholder="请选择母合同名称">
<el-option
v-for=
"
(
item
, index)
in contractParentList"
:key=
"item.contractId"
<el-option
v-for=
"item in contractParentList"
:key=
"item.contractId"
:value=
"item.contractId"
:label=
"item.name"
></el-option>
</el-select>
</el-form-item>
...
...
src/views/project/income/incomeList.vue
View file @
725fe483
...
...
@@ -740,7 +740,6 @@ export default {
this
.
$refs
.
upload1
.
submit
();
this
.
getshow
=
1
;
//隐藏与显示
this
.
disabled
=
false
;
//this.backii();
this
.
$message
({
showClose
:
true
,
message
:
"
上传附件成功
"
,
...
...
src/views/reimbursement/reimbursementAdd.vue
View file @
725fe483
...
...
@@ -258,7 +258,7 @@ export default {
companyId
:
0
,
enclosureDescribe
:
""
,
status
:
2
,
userId
:
0
,
userId
:
null
,
},
};
},
...
...
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