Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Q
qk_admin
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
quanku
qk_admin
Commits
0e718ef6
Commit
0e718ef6
authored
Aug 06, 2024
by
yaya
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 众筹发布功能优化
parent
e8b5066e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
18 additions
and
3 deletions
+18
-3
src/views/finance/financeList.vue
src/views/finance/financeList.vue
+1
-0
src/views/order/saleOrderView.vue
src/views/order/saleOrderView.vue
+2
-2
src/views/sale/groupAdd.vue
src/views/sale/groupAdd.vue
+15
-1
No files found.
src/views/finance/financeList.vue
View file @
0e718ef6
...
@@ -94,6 +94,7 @@
...
@@ -94,6 +94,7 @@
<
/template
>
<
/template
>
<
/el-table-column
>
<
/el-table-column
>
<
el
-
table
-
column
align
=
"
center
"
label
=
"
银行卡账号
"
width
=
"
200
"
prop
=
"
bankCardId
"
/>
<
el
-
table
-
column
align
=
"
center
"
label
=
"
银行卡账号
"
width
=
"
200
"
prop
=
"
bankCardId
"
/>
<
el
-
table
-
column
align
=
"
center
"
label
=
"
开户行信息
"
width
=
"
200
"
prop
=
"
bankName
"
/>
<
el
-
table
-
column
align
=
"
center
"
label
=
"
真实姓名
"
prop
=
"
realName
"
/>
<
el
-
table
-
column
align
=
"
center
"
label
=
"
真实姓名
"
prop
=
"
realName
"
/>
<
el
-
table
-
column
align
=
"
center
"
label
=
"
查看凭证
"
prop
=
"
voucher
"
>
<
el
-
table
-
column
align
=
"
center
"
label
=
"
查看凭证
"
prop
=
"
voucher
"
>
<
template
slot
-
scope
=
"
scope
"
>
<
template
slot
-
scope
=
"
scope
"
>
...
...
src/views/order/saleOrderView.vue
View file @
0e718ef6
...
@@ -157,7 +157,7 @@ export default {
...
@@ -157,7 +157,7 @@ export default {
listQuery
:
{
listQuery
:
{
page
:
1
,
page
:
1
,
size
:
20
,
size
:
20
,
typeStr
:
'
2,3
'
typeStr
:
'
2,3
,6
'
}
,
}
,
list
:
[],
list
:
[],
total
:
0
,
total
:
0
,
...
@@ -183,7 +183,7 @@ export default {
...
@@ -183,7 +183,7 @@ export default {
this
.
listQuery
=
{
this
.
listQuery
=
{
page
:
1
,
page
:
1
,
limit
:
20
,
limit
:
20
,
typeStr
:
'
2,3
'
typeStr
:
'
2,3
,6
'
}
}
this
.
getList
()
this
.
getList
()
}
,
}
,
...
...
src/views/sale/groupAdd.vue
View file @
0e718ef6
...
@@ -354,7 +354,13 @@ export default {
...
@@ -354,7 +354,13 @@ export default {
}
else
{
}
else
{
this
.
goods
.
images
=
''
this
.
goods
.
images
=
''
}
}
if
(
Number
(
this
.
goods
.
salePrice
)
<=
0
)
{
this
.
$message
({
type
:
'
error
'
,
message
:
'
众筹价需大于0!
'
}
)
return
}
if
(
!
this
.
timeValue
||
this
.
timeValue
.
length
===
0
)
{
if
(
!
this
.
timeValue
||
this
.
timeValue
.
length
===
0
)
{
this
.
$message
({
this
.
$message
({
type
:
'
error
'
,
type
:
'
error
'
,
...
@@ -369,6 +375,14 @@ export default {
...
@@ -369,6 +375,14 @@ export default {
}
)
}
)
return
return
}
}
if
(
this
.
goods
.
targetNum
<=
0
)
{
this
.
$message
({
type
:
'
error
'
,
message
:
'
众筹件数需大于0!
'
}
)
return
}
if
(
!
this
.
goods
.
wxQrcode
)
{
if
(
!
this
.
goods
.
wxQrcode
)
{
this
.
$message
({
this
.
$message
({
type
:
'
error
'
,
type
:
'
error
'
,
...
...
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