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
4ae1078e
Commit
4ae1078e
authored
Sep 07, 2022
by
黄卓
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
后台订单入仓时修改商品品牌;然后再查看该订单详情时,商品的品牌会回显成id值(若选择的是有品牌的则展示有品牌,否则展示无品牌)
http://zentao.jdshangmen.com/bug-view-317.html
parent
2b3b33a4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
+3
-4
edit.vue
src/views/ecw/order/edit.vue
+2
-3
editDialog.vue
src/views/ecw/order/warehousing/components/editDialog.vue
+1
-1
No files found.
src/views/ecw/order/edit.vue
View file @
4ae1078e
...
...
@@ -125,7 +125,7 @@
<el-table-column
label=
"品牌"
width=
"100px"
>
<
template
slot-scope=
"{row}"
>
<dict-selector
v-model=
"row.brand"
:type=
"DICT_TYPE.ECW_IS_BRAND"
defaultable
@
input=
"calculationPrice(row)"
:disabled=
"!form.lineId || !productEditable"
/>
<dict-selector
v-model=
"row.brand
Type
"
:type=
"DICT_TYPE.ECW_IS_BRAND"
defaultable
@
input=
"calculationPrice(row)"
:disabled=
"!form.lineId || !productEditable"
/>
</
template
>
</el-table-column>
<el-table-column
label=
"件数"
width=
"90px"
>
...
...
@@ -726,7 +726,7 @@ export default {
this
.
importList
.
forEach
(
item
=>
{
this
.
productList
.
push
({
prodId
:
item
.
prodId
,
brand
:
item
.
brandType
,
brand
Type
:
item
.
brandType
,
num
:
item
.
num
,
quantity
:
item
.
quantity
,
volume
:
item
.
volume
,
...
...
@@ -875,7 +875,6 @@ export default {
this
.
productList
.
map
(
item
=>
{
item
.
prodAttrIds
=
item
.
prodAttrArr
.
join
(
'
,
'
)
item
.
brandType
=
item
.
brand
===
'
1
'
?
1
:
0
})
this
.
transportList
.
map
(
item
=>
{
if
(
item
.
_enabled
){
...
...
src/views/ecw/order/warehousing/components/editDialog.vue
View file @
4ae1078e
...
...
@@ -37,7 +37,7 @@
<dict-selector
:type=
"DICT_TYPE.ECW_PRODUCT_MATERIAL"
v-model=
"form.material"
></dict-selector>
</el-form-item>
<el-form-item
label=
"入仓时间"
>
<el-date-picker
v-model=
"form.inTime"
type=
"datetime"
placeholder=
"请选择入仓时间"
></el-date-picker>
<el-date-picker
v-model=
"form.inTime"
type=
"datetime"
placeholder=
"请选择入仓时间"
value-format=
"yyyy-MM-dd HH:mm:ss"
></el-date-picker>
</el-form-item>
</el-form>
...
...
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