Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
linshenxs-shop
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
陈超
linshenxs-shop
Commits
a95c9498
Commit
a95c9498
authored
Jul 14, 2022
by
cpa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加商品接口未发现
parent
1267995f
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
src/views/businessGoods/goodsEdit/goods_edit.vue
+5
-4
src/views/businessOrder/index.vue
+0
-1
No files found.
src/views/businessGoods/goodsEdit/goods_edit.vue
View file @
a95c9498
...
@@ -691,12 +691,13 @@
...
@@ -691,12 +691,13 @@
{
account
:
account
}
{
account
:
account
}
).
then
(
response
=>
{
).
then
(
response
=>
{
this
.
form
.
merchantId
=
response
.
data
.
data
.
id
this
.
form
.
merchantId
=
response
.
data
.
data
.
id
alert
(
JSON
.
stringify
(
this
.
form
))
addOrEditGoods
(
JSON
.
stringify
(
this
.
form
)).
then
(
data
=>
{
this
.
$http
.
post
(
'/admin/mallGoods/addOrEdit'
,
JSON
.
stringify
(
this
.
form
),
{
headers
:{
'Content-Type'
:
'application/json;charset=UTF-8'
}})
.
then
((
res
)
=>
{
this
.
$message
.
success
(
'添加成功'
)
this
.
$message
.
success
(
'添加成功'
)
done
()
}).
catch
(
e
=>
{
}).
catch
(()
=>
{
this
.
$message
.
success
(
'添加失败'
)
});
});
}).
catch
(()
=>
{
}).
catch
(()
=>
{
this
.
tableLoading
=
false
this
.
tableLoading
=
false
...
...
src/views/businessOrder/index.vue
View file @
a95c9498
...
@@ -249,7 +249,6 @@
...
@@ -249,7 +249,6 @@
viewLogistics
(
row
){
viewLogistics
(
row
){
// 1.打开对话框
// 1.打开对话框
this
.
dialogVisible
=
true
this
.
dialogVisible
=
true
alert
(
row
.
waybillNo
+
row
.
expressCompany
)
viewLogisticsApi
(
viewLogisticsApi
(
{
waybillNo
:
row
.
waybillNo
,
expressCompany
:
row
.
expressCompany
}
{
waybillNo
:
row
.
waybillNo
,
expressCompany
:
row
.
expressCompany
}
...
...
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