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
c97b9f7a
Commit
c97b9f7a
authored
Nov 28, 2025
by
linjinhong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:修改供应商问题
parent
ee1e96d4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletions
+3
-1
components.d.ts
+1
-0
src/views/supply/supplierManagement/index.vue
+2
-1
No files found.
components.d.ts
View file @
c97b9f7a
...
...
@@ -34,6 +34,7 @@ declare module 'vue' {
ElImage
:
typeof
import
(
'element-plus/es'
)[
'ElImage'
]
ElInput
:
typeof
import
(
'element-plus/es'
)[
'ElInput'
]
ElInputNumber
:
typeof
import
(
'element-plus/es'
)[
'ElInputNumber'
]
ElLink
:
typeof
import
(
'element-plus/es'
)[
'ElLink'
]
ElMenu
:
typeof
import
(
'element-plus/es'
)[
'ElMenu'
]
ElMenuItem
:
typeof
import
(
'element-plus/es'
)[
'ElMenuItem'
]
ElOption
:
typeof
import
(
'element-plus/es'
)[
'ElOption'
]
...
...
src/views/supply/supplierManagement/index.vue
View file @
c97b9f7a
...
...
@@ -236,6 +236,7 @@ const {
})
const
dialogVisible
=
ref
(
false
)
const
editLoading
=
ref
(
false
)
const
goodsTableData
=
ref
([])
const
supplierTableData
=
ref
<
IgoodsType
[]
>
([])
...
...
@@ -899,11 +900,11 @@ async function addPice(product: IgoodsType) {
const
tempArr
=
product
.
supplierPriceItemList
||
product
.
customProductItemList
pricetableData
.
value
=
cloneDeep
(
tempArr
?.
map
((
el
)
=>
{
if
(
!
el
.
productItemId
)
el
.
productItemId
=
el
.
id
||
''
return
{
...
el
,
productItemImage
:
el
.
productItemImage
||
el
.
image
,
productItemSku
:
el
.
productItemSku
||
el
.
sku
,
productItemId
:
el
.
id
||
''
,
}
})
||
[],
)
...
...
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