Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
hg-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
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
platform
hg-front
Commits
57fecd32
Commit
57fecd32
authored
Oct 17, 2024
by
zhangzhen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
细节优化
parent
fa318f50
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
8 additions
and
7 deletions
+8
-7
index.vue
pages/after-sale/index.vue
+2
-2
create.vue
pages/market-promotion/create.vue
+1
-1
create.vue
pages/notice-manager/create.vue
+3
-2
index.vue
pages/sales-performance/index.vue
+1
-1
view.vue
pages/visit-return/view.vue
+1
-1
No files found.
pages/after-sale/index.vue
View file @
57fecd32
...
...
@@ -7,7 +7,7 @@
</view>
</block>
<block
slot=
"content"
>
<text
class=
"text-white"
>
客户售后
</text>
<text
class=
"text-white"
>
售后服务
</text>
</block>
<block
slot=
"right"
>
<view
class=
"margin-right text-xxl"
@
tap=
"onPopOpen"
>
...
...
@@ -116,7 +116,7 @@
</view>
<view
class=
"create_btn"
@
click=
"gotoSkip"
>
新建售后
新建售后
单
</view>
<u-popup
:show=
"show"
mode=
"right"
:closeOnClickOverlay=
"true"
:zIndex=
"455"
:safeAreaInsetBottom=
"true"
:safeAreaInsetTop=
"true"
round=
"6"
@
close=
"onPopClose"
>
...
...
pages/market-promotion/create.vue
View file @
57fecd32
...
...
@@ -285,7 +285,7 @@
}
else
{
let
fileData
=
{
matId
:
this
.
dataInfo
.
id
,
bizType
:
'
HP
YX010'
,
bizType
:
'YX010'
,
docId
:
this
.
fileList
[
i
].
id
,
docName
:
this
.
fileList
[
i
].
name
,
docSize
:
this
.
fileList
[
i
].
size
,
...
...
pages/notice-manager/create.vue
View file @
57fecd32
...
...
@@ -197,8 +197,9 @@
})
orderSave
(
this
.
formData
).
then
(
res
=>
{
if
(
res
.
data
.
__sys__
.
status
===
0
)
{
if
(
res
.
data
.
detail
&&
this
.
fileList
.
length
)
{
this
.
dataInfo
=
res
.
data
.
detail
;
let
list
=
toJsonData
(
res
.
data
.
__blocks__
.
result
.
rows
,
res
.
data
.
__blocks__
.
result
.
meta
.
columns
)
if
(
list
&&
list
.
length
&&
this
.
fileList
.
length
)
{
this
.
dataInfo
=
list
[
0
];
this
.
onFileBindByRecord
(
0
)
}
else
{
this
.
onSaveSuccess
()
...
...
pages/sales-performance/index.vue
View file @
57fecd32
...
...
@@ -7,7 +7,7 @@
</view>
</block>
<block
slot=
"content"
>
<text
class=
"text-white"
>
营销
业绩
</text>
<text
class=
"text-white"
>
销售
业绩
</text>
</block>
<block
slot=
"right"
>
<view
class=
"margin-right text-xxl"
@
tap=
"onPopOpen"
>
...
...
pages/visit-return/view.vue
View file @
57fecd32
...
...
@@ -166,7 +166,7 @@
list
.
forEach
(
item
=>
{
if
([
'image'
,
'png'
,
'jpg'
,
'jpeg'
,
'webp'
].
includes
(
item
.
docType
)){
this
.
fileList
.
push
({
img
:
this
.
assetsPath
+
"/h
pjx
/file/download/"
+
item
.
docId
img
:
this
.
assetsPath
+
"/h
ggp
/file/download/"
+
item
.
docId
})
}
})
...
...
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