Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
hg-front
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
platform
hg-front
Commits
dfcad55f
Commit
dfcad55f
authored
Aug 05, 2024
by
zhangzhen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
结算单功能完善
parent
b73bd5b7
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
settlement-doc.js
api/settlement-doc.js
+1
-1
add.vue
pages/settlement-doc/add.vue
+2
-2
edit.vue
pages/settlement-doc/edit.vue
+0
-0
select-list.vue
pages/settlement-doc/select-list.vue
+1
-1
No files found.
api/settlement-doc.js
View file @
dfcad55f
...
...
@@ -164,7 +164,7 @@ export const save = (data,Detail) => {
}
export
const
updateSubmitStatus
=
(
data
)
=>
{
let
url
=
`/service/S_XS_
KK_03
`
let
url
=
`/service/S_XS_
JS_08
`
let
d
=
setResultData
(
data
);
return
http
.
post
(
url
,
d
)
}
...
...
pages/settlement-doc/add.vue
View file @
dfcad55f
...
...
@@ -390,7 +390,7 @@
console
.
log
(
val
)
let
ids
=
''
if
(
this
.
formList
.
length
){
ids
=
this
.
formList
.
filter
(
item
=>
Number
(
item
.
selectIndex
)
===
val
).
map
(
item
=>
item
.
i
d
).
join
();
ids
=
this
.
formList
.
filter
(
item
=>
Number
(
item
.
selectIndex
)
===
val
).
map
(
item
=>
item
.
rowI
d
).
join
();
}
uni
.
navigateTo
({
...
...
@@ -576,7 +576,7 @@
cumulativeSettlementTax
:
this
.
orderInfo
.
cumulativeSettlementTax
.
toString
(),
cumulativePriceTax
:
this
.
orderInfo
.
cumulativePriceTax
.
toString
(),
},).
then
(
res
=>
{
},
formList
).
then
(
res
=>
{
uni
.
hideLoading
();
if
(
res
.
data
.
__sys__
.
status
===
0
)
{
uni
.
showToast
({
...
...
pages/settlement-doc/edit.vue
View file @
dfcad55f
This diff is collapsed.
Click to expand it.
pages/settlement-doc/select-list.vue
View file @
dfcad55f
...
...
@@ -217,7 +217,7 @@
let
thisEngineeringQuantity
=
this
.
projectDataList
[
this
.
current
].
provisionalQuantity
||
1
this
.
eventChannel
.
emit
(
'acceptDataFromOpenedPage2'
,
{
i
d
:
this
.
projectDataList
[
this
.
current
].
id
,
rowI
d
:
this
.
projectDataList
[
this
.
current
].
id
,
settlementBasis
:
this
.
selectTypeEnum
[
this
.
selectIndex
],
taskName
:
''
,
engineeringContent
:
""
,
...
...
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