Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
肖康
/
cloudSystem
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
da10f658
authored
Sep 26, 2022
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
bug
parent
f7d9ba2e
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
src/views/List/quote.vue
src/views/Store/goodslist.vue
src/views/List/quote.vue
View file @
da10f658
...
...
@@ -101,7 +101,7 @@
<
script
>
import
Vue
from
'vue'
;
import
Menu
from
"@/components/menu.vue"
;
import
{
Form
,
FormItem
,
Select
,
Option
,
Input
,
DatePicker
,
Button
,
Dropdown
,
DropdownMenu
,
DropdownItem
,
Table
,
TableColumn
,
MessageBox
,
Message
,
Dialog
,
Pagination
,
Autocomplete
,
Tooltip
,
Popover
}
from
'element-ui'
import
{
Autocomplete
,
Button
,
DatePicker
,
Dialog
,
Dropdown
,
DropdownItem
,
DropdownMenu
,
Form
,
FormItem
,
Input
,
Message
,
MessageBox
,
Option
,
Pagination
,
Popover
,
Select
,
Table
,
TableColumn
,
Tooltip
}
from
'element-ui'
import
{
NODE_ENVS
}
from
"../../ajax"
;
import
Tool
from
'../../tool'
...
...
@@ -236,11 +236,9 @@ export default {
});
return
;
}
for
(
var
i
=
0
;
i
<
this
.
multipleSelection
.
length
;
i
++
)
{
arr
.
push
(
this
.
multipleSelection
[
i
][
'id'
])
}
arr
=
this
.
multipleSelection
.
map
(
obj
=>
{
return
obj
.
quote_id
;
})
this
.
$http
(
'post'
,
"/api/quote/close"
,
{
ids
:
arr
.
join
(
","
)
}).
then
(
res
=>
{
...
...
src/views/Store/goodslist.vue
View file @
da10f658
...
...
@@ -374,6 +374,9 @@ export default {
});
return
false
;
}
this
.
addBestgoods
.
dialogVisibleUpdate
=
true
;
this
.
updateBestgoodsParam
.
push
({
best_goods_id
:
this
.
multipleSelection
[
0
].
id
,
goods_name
:
this
.
multipleSelection
[
0
].
goods_name
,
...
...
@@ -385,7 +388,6 @@ export default {
stock_number
:
this
.
multipleSelection
[
0
].
stock_number
,
join_inquiry
:
this
.
multipleSelection
[
0
].
join_inquiry
});
this
.
addBestgoods
.
dialogVisibleUpdate
=
true
;
},
//增加行
addRow
()
{
...
...
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