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
5ff46057
Commit
5ff46057
authored
Jul 21, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
e9b0d5a9
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
458 additions
and
2 deletions
+458
-2
addFinancialDocuments.vue
...ages/financial/financalDocument/addFinancialDocuments.vue
+1
-1
addReceivablesDocuments.vue
...es/financial/financalDocument/addReceivablesDocuments.vue
+1
-1
studentManage.vue
src/pages/stuMan/studentManage.vue
+451
-0
routes.js
src/router/routes.js
+5
-0
No files found.
src/pages/financial/financalDocument/addFinancialDocuments.vue
View file @
5ff46057
...
...
@@ -686,7 +686,7 @@
<p>
关联单号:
<span
style=
"border-bottom: 1px solid #111;height: 34px;line-height: 34px;"
>
<
el-input
type=
"text"
v-model=
'msg.RelevanceFrId'
placeholder=
"如:123,234"
onkeyup=
"this.value=this.value.replace(/[^0-9\,]/
,'')"
/>
<
input
type=
"text"
v-model=
'msg.RelevanceFrId'
placeholder=
"如:123,234"
onkeyup=
"this.value=this.value.replace(/[^\d\,]/g
,'')"
/>
</span>
</p>
<
template
v-if=
"GetDetail.FrID!=0"
>
...
...
src/pages/financial/financalDocument/addReceivablesDocuments.vue
View file @
5ff46057
...
...
@@ -588,7 +588,7 @@
<p>
关联单号:
<span
style=
"border-bottom: 1px solid #111;height: 34px;line-height: 34px;"
>
<
el-input
type=
"text"
v-model=
'msg.RelevanceFrId'
placeholder=
"如:123,234"
onkeyup=
"this.value=this.value.replace(/[^0-9\,]/
,'')"
/>
<
input
type=
"text"
v-model=
'msg.RelevanceFrId'
placeholder=
"如:123,234"
onkeyup=
"this.value=this.value.replace(/[^\d\,]/g
,'')"
/>
</span>
</p>
</div>
...
...
src/pages/stuMan/studentManage.vue
0 → 100644
View file @
5ff46057
This diff is collapsed.
Click to expand it.
src/router/routes.js
View file @
5ff46057
...
...
@@ -1037,6 +1037,11 @@ const routes = [{
component
:
()
=>
import
(
"pages/stuMan/classRecord"
)
},
{
path
:
"/stuMan/studentManage"
,
//学管 学员管理
component
:
()
=>
import
(
"pages/stuMan/studentManage"
)
},
],
},
...
...
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