Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
factory_front
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
1
Merge Requests
1
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
qinjianhui
factory_front
Commits
24140a09
Commit
24140a09
authored
May 30, 2025
by
linjinhong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改物流报价
parent
4fbb7ab7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
7 deletions
+2
-7
src/views/logistics/logisticsPartition.vue
+2
-7
No files found.
src/views/logistics/logisticsPartition.vue
View file @
24140a09
...
...
@@ -61,10 +61,9 @@ import {
exportExcelLogisticsZone
,
getlogisticsWayAllList
,
}
from
'@/api/logistics'
import
type
{
ElForm
}
from
'element-plus'
import
SearchForm
from
'@/components/SearchForm.tsx'
import
LogDialog
from
'./components/LogDialog.tsx'
import
CustomizeForm
from
'@/components/CustomizeForm.tsx'
import
CustomizeTable
from
'@/components/VxeTable.tsx'
import
type
{
VxeTablePropTypes
}
from
'vxe-table'
import
{
useValue
}
from
'./hooks/useValue'
...
...
@@ -76,10 +75,7 @@ const [searchForm] = useValue<{
logisticsIdList
?:
string
[]
|
string
codePrefix
?:
string
}
>
({
logisticsIdList
:
[]
})
const
[
editForm
,
resetEditForm
]
=
useValue
({
logisticsList
:
[]
})
const
dialogVisible
=
ref
(
false
)
const
editFormRef
=
ref
<
InstanceType
<
typeof
ElForm
>
|
null
>
(
null
)
const
selection
=
ref
([])
const
mergeCells
=
ref
<
VxeTablePropTypes
.
MergeCells
>
([])
const
tableData
=
ref
([])
...
...
@@ -383,7 +379,6 @@ async function editClosed() {
getList
(
searchForm
.
value
)
}
}
catch
{
ElMessage
.
error
(
'修改失败!'
)
getList
(
searchForm
.
value
)
}
finally
{
editParams
.
value
=
{}
...
...
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