Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-4
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
office
haoban-4
Commits
1ccb6e86
Commit
1ccb6e86
authored
Dec 01, 2020
by
无尘
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修改header
parent
72db7ad2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
perfect-sale-target.vue
src/views/apps/target-manage/perfect-sale-target.vue
+3
-3
target-set.vue
src/views/apps/target-manage/target-set.vue
+3
-3
No files found.
src/views/apps/target-manage/perfect-sale-target.vue
View file @
1ccb6e86
...
...
@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2020-11-12 10:48:40
* @LastEditors: 无尘
* @LastEditTime: 2020-1
1-30 09:24:53
* @LastEditTime: 2020-1
2-01 14:32:19
-->
<
template
>
<div
class=
"common-app-right"
>
...
...
@@ -194,7 +194,7 @@ export default {
performanceType
:
that
.
$route
.
query
.
performanceType
,
dataJson
:
JSON
.
stringify
(
that
.
tableData
)
};
changeStorePerformanceClerk
(
para
)
changeStorePerformanceClerk
(
para
,
{
headers
:
{
sign
:
that
.
brandId
}
}
)
.
then
(
res
=>
{
that
.
loadSave
=
false
;
if
(
res
.
code
==
'0000'
)
{
...
...
@@ -221,7 +221,7 @@ export default {
performanceType
:
that
.
$route
.
query
.
performanceType
,
performanceSubType
:
that
.
$route
.
query
.
performanceSubType
};
getStorePerformanceClerk
(
para
)
getStorePerformanceClerk
(
para
,
{
headers
:
{
sign
:
that
.
brandId
}
}
)
.
then
(
res
=>
{
if
(
res
.
code
==
'0000'
)
{
if
(
!!
res
.
result
&&
!!
res
.
result
.
length
)
{
...
...
src/views/apps/target-manage/target-set.vue
View file @
1ccb6e86
...
...
@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2020-11-09 10:05:27
* @LastEditors: 无尘
* @LastEditTime: 2020-1
1-25 18:09:43
* @LastEditTime: 2020-1
2-01 14:32:50
-->
<!-- -->
<
template
>
...
...
@@ -101,7 +101,7 @@ export default {
submitStaffId
:
that
.
userInfo
.
staffId
,
submitStaffName
:
that
.
userInfo
.
staffName
};
saveTargetSet
(
para
)
saveTargetSet
(
para
,
{
headers
:
{
sign
:
that
.
brandId
}
}
)
.
then
(
res
=>
{
that
.
loadingBtn
=
false
;
that
.
$message
.
success
(
'保存成功'
);
...
...
@@ -120,7 +120,7 @@ export default {
enterpriseId
:
that
.
brandId
,
wxEnterpriseId
:
that
.
wxEnterpriseId
};
getTargetSet
(
para
)
getTargetSet
(
para
,
{
headers
:
{
sign
:
that
.
brandId
}
}
)
.
then
(
res
=>
{
that
.
ruleForm
.
days
=
res
.
result
.
days
||
''
;
})
...
...
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