Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tl_estate
Project
Project
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
hujun
tl_estate
Commits
b859ff6a
Commit
b859ff6a
authored
Aug 14, 2019
by
hujun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
工作学习
parent
59e49a0a
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
20 additions
and
1 deletion
+20
-1
OfficePayLog.php
application/index/controller/OfficePayLog.php
+8
-1
methodOfAnalysis.html
application/index/view/work_learning/methodOfAnalysis.html
+3
-0
qualityAssessment.html
application/index/view/work_learning/qualityAssessment.html
+3
-0
valueAssessment.html
application/index/view/work_learning/valueAssessment.html
+3
-0
route.php
application/route.php
+3
-0
No files found.
application/index/controller/OfficePayLog.php
View file @
b859ff6a
...
@@ -2248,6 +2248,13 @@ class OfficePayLog extends Basic
...
@@ -2248,6 +2248,13 @@ class OfficePayLog extends Basic
if
(
$id
>
0
&&
is_array
(
$this
->
params
[
'img_arr'
]))
{
if
(
$id
>
0
&&
is_array
(
$this
->
params
[
'img_arr'
]))
{
$m_img
=
new
OfficeOImg
();
$m_img
=
new
OfficeOImg
();
$m_img
->
addImgAll
(
$id
,
4
,
$this
->
params
[
'img_arr'
]);
$m_img
->
addImgAll
(
$id
,
4
,
$this
->
params
[
'img_arr'
]);
$push
=
new
PushMessageService
();
$m_order
=
new
OfficeOrderModel
();
$house_title
=
$m_order
->
getOrderById
(
'house_id,house_title'
,
$refund_data
[
0
][
'order_id'
]);
$record_data
[
'message'
]
=
'['
.
$house_title
[
'house_title'
]
.
']退款成功'
;
$record_data
[
'order_id'
]
=
$refund_data
[
0
][
'order_id'
];
$push
->
record
(
18
,
$house_title
[
'house_id'
],
[
$refund_data
[
0
][
'agent_id'
]],
$this
->
userId
,
$record_data
);
}
}
break
;
break
;
case
4
:
case
4
:
...
@@ -2260,7 +2267,7 @@ class OfficePayLog extends Basic
...
@@ -2260,7 +2267,7 @@ class OfficePayLog extends Basic
$house_title
=
$m_order
->
getOrderById
(
'house_id,house_title'
,
$refund_data
[
0
][
'order_id'
]);
$house_title
=
$m_order
->
getOrderById
(
'house_id,house_title'
,
$refund_data
[
0
][
'order_id'
]);
$record_data
[
'message'
]
=
'['
.
$house_title
[
'house_title'
]
.
']退款被驳回,驳回原因:'
.
$save_data
[
'remark'
];
$record_data
[
'message'
]
=
'['
.
$house_title
[
'house_title'
]
.
']退款被驳回,驳回原因:'
.
$save_data
[
'remark'
];
$record_data
[
'order_id'
]
=
$refund_data
[
0
][
'order_id'
];
$record_data
[
'order_id'
]
=
$refund_data
[
0
][
'order_id'
];
$push
->
record
(
1
4
,
$house_title
[
'house_id'
],
[
$refund_data
[
0
][
'agent_id'
]],
$this
->
userId
,
$record_data
);
$push
->
record
(
1
7
,
$house_title
[
'house_id'
],
[
$refund_data
[
0
][
'agent_id'
]],
$this
->
userId
,
$record_data
);
}
}
if
(
$num
)
{
if
(
$num
)
{
...
...
application/index/view/work_learning/methodOfAnalysis.html
0 → 100644
View file @
b859ff6a
{layout name="global/frame_two_tpl" /}
方法分析
\ No newline at end of file
application/index/view/work_learning/qualityAssessment.html
0 → 100644
View file @
b859ff6a
{layout name="global/frame_two_tpl" /}
素质测评
\ No newline at end of file
application/index/view/work_learning/valueAssessment.html
0 → 100644
View file @
b859ff6a
{layout name="global/frame_two_tpl" /}
价值观考核
\ No newline at end of file
application/route.php
View file @
b859ff6a
...
@@ -571,6 +571,9 @@ Route::group('index', [
...
@@ -571,6 +571,9 @@ Route::group('index', [
'DailyUncommittedList'
=>
[
'index/DailyUncommitted/DailyUncommittedList'
,
[
'method'
=>
'POST|GET'
]],
'DailyUncommittedList'
=>
[
'index/DailyUncommitted/DailyUncommittedList'
,
[
'method'
=>
'POST|GET'
]],
'selectDailyUncommitted'
=>
[
'index/DailyUncommitted/selectDailyUncommitted'
,
[
'method'
=>
'POST|GET'
]],
'selectDailyUncommitted'
=>
[
'index/DailyUncommitted/selectDailyUncommitted'
,
[
'method'
=>
'POST|GET'
]],
'methodOfAnalysis'
=>
[
'index/WorkLearning/methodOfAnalysis'
,
[
'method'
=>
'GET'
]],
//方法分析
'qualityAssessment'
=>
[
'index/WorkLearning/qualityAssessment'
,
[
'method'
=>
'GET'
]],
//素质测评
'valueAssessment'
=>
[
'index/WorkLearning/valueAssessment'
,
[
'method'
=>
'GET'
]],
//价值观考核
]);
]);
...
...
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