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
b9bb0717
Commit
b9bb0717
authored
May 17, 2021
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
b8b01bbd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
4 deletions
+1
-4
addSuppliesStockOut-from.vue
src/components/sale/addSuppliesStockOut-from.vue
+0
-2
SuppliesStockOutApplyForMan.vue
src/pages/sale/SuppliesStockOutApplyForMan.vue
+1
-2
No files found.
src/components/sale/addSuppliesStockOut-from.vue
View file @
b9bb0717
...
...
@@ -452,7 +452,6 @@
if
(
this
.
model
.
Type
===
1
){
this
.
model
.
DetailList
=
[]
this
.
dataList_class
.
map
(
item
=>
{
console
.
log
(
item
)
if
(
item
.
haocaiList
.
length
>
0
){
item
.
haocaiList
.
map
(
_item
=>
{
let
obj
=
{
...
...
@@ -495,7 +494,6 @@
}
})
}
console
.
log
(
this
.
model
)
SuppliesStockOutApply
(
this
.
model
).
then
(
res
=>
{
if
(
res
.
data
.
resultCode
===
1
){
this
.
$emit
(
"success"
)
...
...
src/pages/sale/SuppliesStockOutApplyForMan.vue
View file @
b9bb0717
...
...
@@ -468,7 +468,6 @@
},
//取消
quxiao
(
row
){
console
.
log
(
row
)
this
.
$q
.
dialog
({
title
:
'提示信息'
,
message
:
'是否确定取消?'
,
...
...
@@ -496,7 +495,7 @@
},
gocaiwu
(
item
){
console
.
log
(
item
)
//
console.log(item)
let
tempStr
=
'/financial/financalDocument/FinancialDocumentsDetail?id='
+
item
;
this
.
$router
.
push
({
path
:
tempStr
...
...
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