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
ce3d8a82
authored
Apr 29, 2026
by
gyt
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Revert "feat(consignmentRecall): 导入地址修改"
This reverts commit
4e931d87
.
parent
4e931d87
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
3 deletions
src/views/consignmentManagement/batchRecall.vue
src/views/consignmentManagement/batchRecall.vue
View file @
ce3d8a82
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
<!--操作区-->
<!--操作区-->
<div
class=
"operation-area row verCenter bothSide"
>
<div
class=
"operation-area row verCenter bothSide"
>
<div
class=
"operation-button row verCenter"
>
<div
class=
"operation-button row verCenter"
>
<el-upload
v-bind:action=
"
batchRecallUpload"
:on-success=
"handleUploadSuccess"
:on-error=
"handleUploadError"
accept=
".csv"
:show-file-list=
"false"
>
<el-upload
action=
"/api/consignmentRecall/
batchRecallUpload"
:on-success=
"handleUploadSuccess"
:on-error=
"handleUploadError"
accept=
".csv"
:show-file-list=
"false"
>
<el-button
size=
"small"
type=
"primary"
>
上传文件
</el-button>
<el-button
size=
"small"
type=
"primary"
>
上传文件
</el-button>
</el-upload>
</el-upload>
<a
href=
"/批量召回.csv"
download
style=
"text-decoration: none;margin-left: 10px;"
>
<a
href=
"/批量召回.csv"
download
style=
"text-decoration: none;margin-left: 10px;"
>
...
@@ -43,7 +43,6 @@
...
@@ -43,7 +43,6 @@
</div>
</div>
</template>
</template>
<
script
>
<
script
>
import
{
NODE_ENVS
}
from
'@/ajax/index.js'
;
import
Vue
from
'vue'
;
import
Vue
from
'vue'
;
import
Menu
from
"@/components/menu.vue"
;
import
Menu
from
"@/components/menu.vue"
;
import
{
Autocomplete
,
Button
,
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
,
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'
...
@@ -56,7 +55,6 @@
...
@@ -56,7 +55,6 @@
name
:
"batchRecall"
,
name
:
"batchRecall"
,
data
()
{
data
()
{
return
{
return
{
batchRecallUpload
:
NODE_ENVS
+
'/api/consignmentRecall/batchRecallUpload'
,
total
:
0
,
total
:
0
,
page
:
1
,
page
:
1
,
limit
:
10
,
limit
:
10
,
...
...
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