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
e6458a1f
Commit
e6458a1f
authored
Sep 29, 2024
by
332784038@qq.com
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master-fix' into pre-release
parents
249d6ef8
b4443768
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
6 deletions
+2
-6
addPotentialCustom.vue
src/views/ecw/customer/addPotentialCustom.vue
+1
-1
edit.vue
src/views/ecw/productPrice/edit.vue
+1
-5
No files found.
src/views/ecw/customer/addPotentialCustom.vue
View file @
e6458a1f
...
...
@@ -145,7 +145,7 @@ export default {
if
(
valId
)
{
let
p
=
{...
this
.
form
}
p
.
type
=
p
.
type
.
join
(
'
,
'
)
p
.
customerContacts
[
0
].
name
=
p
.
name
+
p
.
customerContacts
[
0
].
phoneNew
p
.
customerContacts
[
0
].
name
=
p
.
name
createPotential
(
p
).
then
(
r
=>
{
if
(
r
.
code
===
0
)
{
this
.
$emit
(
'
change
'
);
...
...
src/views/ecw/productPrice/edit.vue
View file @
e6458a1f
...
...
@@ -874,11 +874,7 @@ export default {
return
packging
.
filter
((
item
)
=>
!!
item
.
packagingTypes
)
.
map
((
item
)
=>
{
if
(
item
.
packagingTypes
.
length
===
0
){
item
.
packagingTypes
=
""
;
}
else
{
item
.
packagingTypes
=
item
.
packagingTypes
?.
join
(
"
,
"
)
||
""
;
}
item
.
packagingTypes
=
item
.
packagingTypes
?.
join
(
"
,
"
)
||
""
;
return
item
;
});
},
...
...
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