Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jiedao-app-operator-master
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lanbaoming
jiedao-app-operator-master
Commits
ed8c64c9
Commit
ed8c64c9
authored
Oct 29, 2024
by
332784038@qq.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
商品列表包装要求与商品材质回显bug修复
parent
5a478551
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
12 deletions
+11
-12
index.vue
src/views/ecw/product/index.vue
+11
-12
No files found.
src/views/ecw/product/index.vue
View file @
ed8c64c9
...
...
@@ -236,15 +236,15 @@
</
template
>
</el-table-column>
<el-table-column
:label=
"$t('商品材质')"
align=
"center"
prop=
"materialType"
>
<el-table-column
:label=
"$t('商品材质')"
align=
"center"
>
<
template
slot-scope=
"scope"
>
<
span>
{{
getMaterialTypeName
(
scope
.
row
.
materialType
)
}}
</span
>
<
dict-tag
:type=
"DICT_TYPE.ECW_PRODUCT_MATERIAL"
:value=
"scope.row.materialType"
/
>
</
template
>
</el-table-column>
<el-table-column
:label=
"$t('包装要求')"
align=
"center"
prop=
"packaging"
>
<el-table-column
:label=
"$t('包装要求')"
align=
"center"
>
<
template
slot-scope=
"scope"
>
<
span>
{{
getPackagingName
(
scope
.
row
.
packaging
)
}}
</span
>
<
dict-tag
:type=
"DICT_TYPE.ECW_PACKAGING_TYPE"
:value=
"scope.row.packaging"
/
>
</
template
>
</el-table-column>
...
...
@@ -638,10 +638,12 @@ import { uploadFile } from "@/api/infra/file";
import
ImageUpload
from
"
@/components/ImageUpload
"
;
import
PackagingType
from
"
@/views/ecw/channel/componrnts/packaging-type.vue
"
;
import
ProductDialog
from
"
@/views/ecw/product/product-dialog.vue
"
;
import
Template
from
"
@/views/cms/template/index.vue
"
;
export
default
{
name
:
"
EcwProductIndex
"
,
components
:
{
Template
,
ProductDialog
,
PackagingType
,
ImageUpload
,
...
...
@@ -659,12 +661,7 @@ export default {
attrList
:
[],
//类型列表
typeList
:
[],
//材质列表
materialList
:
[],
//包装列表
packagingList
:
[],
//货柜位置
locationList
:
[],
// 遮罩层
loading
:
true
,
...
...
@@ -741,10 +738,12 @@ export default {
CommonStatusEnum
:
CommonStatusEnum
,
AuditStatusEnum
:
AuditStatusEnum
,
statusDictDatas
:
getDictDatas
(
DICT_TYPE
.
COMMON_STATUS
),
statusDictDatas
:
getDictDatas
(
DICT_TYPE
.
COMMON_STATUS
),
auditStatusDictDatas
:
getDictDatas
(
DICT_TYPE
.
AUDIT_STATUS
),
// 材质列表
materialList
:
getDictDatas
(
DICT_TYPE
.
ECW_PRODUCT_MATERIAL
),
packagingList
:
getDictDatas
(
DICT_TYPE
.
ECW_PACKAAGING_TYPE
),
//包装列表
packagingList
:
getDictDatas
(
DICT_TYPE
.
ECW_PACKAGING_TYPE
),
//货柜位置
locationList
:
getDictDatas
(
DICT_TYPE
.
ECW_CONTAINER_LOCATION
),
preferentialList
:
[],
exceptionProductId
:
0
,
//新增商品异常传的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