Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
dwsproject
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
dws
dwsproject
Commits
b0760bef
Commit
b0760bef
authored
Feb 20, 2025
by
夏超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[fix] 玖姿收入支出添加类型字段
parent
02074aa0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
1 deletions
+14
-1
roke_product_income_expense/static/src/js/index.html
+14
-1
No files found.
roke_product_income_expense/static/src/js/index.html
View file @
b0760bef
...
...
@@ -245,6 +245,9 @@
},
// 获取列表数据
getDataList
()
{
if
(
!
this
.
datePickerValue
){
this
.
datePickerValue
=
[
''
,
''
]
}
this
.
loading
=
true
;
let
parameter
=
{
limit
:
10
,
//每页数量 非必填
...
...
@@ -350,6 +353,12 @@
},
// 保存
saveListData
()
{
if
(
!
this
.
createList
[
0
].
business_date
)
{
return
this
.
$message
({
type
:
"warning"
,
message
:
"请选择业务日期"
,
});
}
if
(
this
.
createList
[
0
].
machinery_type
==
''
)
{
this
.
$message
({
type
:
"warning"
,
...
...
@@ -381,9 +390,13 @@
income
:
''
,
expenditure
:
''
,
user_name
:
this
.
user_name
,
user_id
:
this
.
user_id
user_id
:
this
.
user_id
,
machinery_type
:
''
}
]
this
.
select_value
=
''
this
.
machinery_type_value
=
''
this
.
datePickerValue
=
''
this
.
getDataList
()
}
else
{
this
.
$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