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
af1fbbaf
Commit
af1fbbaf
authored
Jan 24, 2022
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
cfc3068a
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
8 deletions
+5
-8
shift-form.vue
src/components/course/shift-form.vue
+0
-2
type-form.vue
src/components/system/type-form.vue
+1
-1
addFinancialDocuments.vue
...ages/financial/financalDocument/addFinancialDocuments.vue
+0
-1
addReceivablesDocuments.vue
...es/financial/financalDocument/addReceivablesDocuments.vue
+0
-1
studyabroad.vue
src/pages/studyAbroad/studyabroad.vue
+4
-3
No files found.
src/components/course/shift-form.vue
View file @
af1fbbaf
...
...
@@ -210,7 +210,6 @@ export default {
}
})
})
console
.
log
(
this
.
colorlist
)
},
//新增修改班次
Editshift
(
obj
)
{
...
...
@@ -225,7 +224,6 @@ export default {
break
}
}
console
.
log
(
Color
)
this
.
shiftOption
=
{
Id
:
0
,
Name
:
''
,
...
...
src/components/system/type-form.vue
View file @
af1fbbaf
...
...
@@ -123,7 +123,7 @@
this
.
typeMsg
.
CountryId
=
CountryId
;
GetStudyabroadTypeList
(
this
.
typeMsg
).
then
(
res
=>
{
if
(
res
.
Code
==
1
)
{
console
.
log
(
res
);
}
});
},
...
...
src/pages/financial/financalDocument/addFinancialDocuments.vue
View file @
af1fbbaf
...
...
@@ -2102,7 +2102,6 @@
}
if
(
this
.
$route
.
query
.
iscopy
){
this
.
iscopy
=
this
.
$route
.
query
.
iscopy
//复制的值
console
.
log
(
this
.
iscopy
)
}
let
userInfo
=
this
.
getLocalStorage
();
this
.
department
=
userInfo
.
DeptName
;
...
...
src/pages/financial/financalDocument/addReceivablesDocuments.vue
View file @
af1fbbaf
...
...
@@ -1870,7 +1870,6 @@
mounted
()
{
if
(
this
.
$route
.
query
.
iscopy
){
this
.
iscopy
=
this
.
$route
.
query
.
iscopy
//复制的值
console
.
log
(
this
.
iscopy
)
}
let
userInfo
=
this
.
getLocalStorage
();
this
.
department
=
userInfo
.
DeptName
;
...
...
src/pages/studyAbroad/studyabroad.vue
View file @
af1fbbaf
...
...
@@ -3,8 +3,8 @@
<div
class=
"page-search row items-center"
>
<div
class=
"col row wrap q-mr-lg q-col-gutter-md"
>
<div
class=
"col-3"
>
<q-input
@
input=
"resetSearch"
clearable
filled
v-model=
"msg.Name"
label=
"项目名称"
@
clear=
"resetSearch"
maxlength=
"20"
/>
<q-input
@
input=
"resetSearch"
clearable
filled
v-model=
"msg.Name"
label=
"项目名称"
@
clear=
"resetSearch"
maxlength=
"20"
/>
</div>
<div
class=
"col-3"
>
<q-select
class=
"q-pb-lg q-pr-lg"
filled
stack-label
clearable
option-value=
"Id"
option-label=
"Name"
...
...
@@ -370,7 +370,7 @@
'Remark'
,
'Name'
,
'StudyCountryName'
,
'SchoolName'
,
'SuggestPrice'
,
'SellPrice'
,
"PreferentialList"
,
"PreferentialListSellCommission"
,
"PreferentialListB2BCommission"
,
"EducationCommission"
,
'SaleStateName'
,
'Id'
,
'
SupplierName'
,
'ProductType
Name'
"EducationCommission"
,
'SaleStateName'
,
'Id'
,
'
ProductTypeName'
,
'Supplier
Name'
],
//可见列
PageCount
:
0
,
isShowStudy
:
false
,
//是否显示留学弹窗
...
...
@@ -405,6 +405,7 @@
return
x
;
}
});
return
action
&&
action
.
FunctionCode
;
}
return
false
;
...
...
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