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
44ec440d
authored
Apr 29, 2026
by
gyt
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
feat(consignmentRecall): 导入地址修改
parent
ce3d8a82
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
src/views/consignmentManagement/consignmentRecall.vue
src/views/consignmentManagement/consignmentRecall.vue
View file @
44ec440d
...
@@ -27,7 +27,7 @@
...
@@ -27,7 +27,7 @@
<div
class=
"operation-button row verCenter"
>
<div
class=
"operation-button row verCenter"
>
<el-button
type=
"primary"
@
click=
"$router.push('/createConsignmentRecallOrder')"
>
生成寄售召回单
</el-button>
<el-button
type=
"primary"
@
click=
"$router.push('/createConsignmentRecallOrder')"
>
生成寄售召回单
</el-button>
<el-button
type=
"danger"
@
click=
"popupEvent(2)"
>
作废
</el-button>
<el-button
type=
"danger"
@
click=
"popupEvent(2)"
>
作废
</el-button>
<el-upload
action=
"/api/consignmentRecall/
batchRecallUpload"
:on-success=
"handleUploadSuccess"
:on-error=
"handleUploadError"
:before-upload=
"handleBeforeUpload"
accept=
".xlsx,.xls"
:show-file-list=
"false"
name=
"file"
style=
"display: inline-block; margin-left: 10px;"
>
<el-upload
:action=
"
batchRecallUpload"
:on-success=
"handleUploadSuccess"
:on-error=
"handleUploadError"
:before-upload=
"handleBeforeUpload"
accept=
".xlsx,.xls"
:show-file-list=
"false"
name=
"file"
style=
"display: inline-block; margin-left: 10px;"
>
<el-button
type=
"primary"
:loading=
"uploadLoading"
>
导入
</el-button>
<el-button
type=
"primary"
:loading=
"uploadLoading"
>
导入
</el-button>
</el-upload>
</el-upload>
<a
href=
"http://cloud.liexindev.net/template/批量召回模板.xlsx"
download
style=
"text-decoration: none; margin-left: 10px;"
>
<a
href=
"http://cloud.liexindev.net/template/批量召回模板.xlsx"
download
style=
"text-decoration: none; margin-left: 10px;"
>
...
@@ -109,6 +109,7 @@
...
@@ -109,6 +109,7 @@
import
Menu
from
"@/components/menu.vue"
;
import
Menu
from
"@/components/menu.vue"
;
import
{
Autocomplete
,
Button
,
Cascader
,
DatePicker
,
Descriptions
,
DescriptionsItem
,
Dialog
,
Divider
,
Dropdown
,
DropdownItem
,
DropdownMenu
,
Form
,
FormItem
,
Input
,
Link
,
Message
,
MessageBox
,
Option
,
Pagination
,
Popover
,
Select
,
Table
,
TableColumn
,
Tag
,
Tooltip
,
Upload
}
from
'element-ui'
import
{
Autocomplete
,
Button
,
Cascader
,
DatePicker
,
Descriptions
,
DescriptionsItem
,
Dialog
,
Divider
,
Dropdown
,
DropdownItem
,
DropdownMenu
,
Form
,
FormItem
,
Input
,
Link
,
Message
,
MessageBox
,
Option
,
Pagination
,
Popover
,
Select
,
Table
,
TableColumn
,
Tag
,
Tooltip
,
Upload
}
from
'element-ui'
import
{
pcaTextArr
}
from
'element-china-area-data'
import
{
pcaTextArr
}
from
'element-china-area-data'
import
{
NODE_ENVS
}
from
"@/ajax/index"
Vue
.
prototype
.
$message
=
Message
Vue
.
prototype
.
$message
=
Message
Vue
.
prototype
.
$confirm
=
MessageBox
.
confirm
;
Vue
.
prototype
.
$confirm
=
MessageBox
.
confirm
;
...
@@ -118,6 +119,7 @@
...
@@ -118,6 +119,7 @@
name
:
"consignmentRecall"
,
name
:
"consignmentRecall"
,
data
()
{
data
()
{
return
{
return
{
batchRecallUpload
:
NODE_ENVS
+
'/api/consignmentRecall/batchRecallUpload'
,
options
:
pcaTextArr
,
options
:
pcaTextArr
,
selectedOptions
:
[
'广东省'
,
'深圳市'
,
'龙岗区'
],
selectedOptions
:
[
'广东省'
,
'深圳市'
,
'龙岗区'
],
multipleSelection
:
[],
multipleSelection
:
[],
...
...
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