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
4d78361f
Commit
4d78361f
authored
Jul 06, 2018
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug 修改
parent
0250959e
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
9 deletions
+11
-9
index.html
application/index/view/news/index.html
+2
-2
new_text.html
application/index/view/news/new_text.html
+4
-4
reportDetails.vue
public/appnew/src/components/reportDetails/reportDetails.vue
+1
-1
schoolBusiness.js
public/resource/js/schoolBusiness.js
+4
-2
No files found.
application/index/view/news/index.html
View file @
4d78361f
...
...
@@ -376,10 +376,10 @@
<div
class=
"form-group"
style=
"width: 100%;"
>
<!--<label for="" style="width: 100%;">内容</label>-->
<div
class=
"input-group"
style=
"width: 100%;"
id=
"dajiangtang"
>
<?php
<
!--<
?php
create_editor('describe');
?>
</div>
</div>
-->
</div>
</div>
...
...
application/index/view/news/new_text.html
View file @
4d78361f
...
...
@@ -324,7 +324,7 @@
<!--<label for="" style="width: 100%;">内容</label>-->
<div
class=
"input-group"
style=
"width: 100%;"
id=
"dajiangtang"
>
<?php
create_editor('goods_sup_id'
,''
);
create_editor('goods_sup_id');
?>
</div>
</div>
...
...
@@ -433,9 +433,9 @@
<div
class=
"form-group"
style=
"width: 100%;"
>
<!--<label for="" style="width: 100%;">内容</label>-->
<div
class=
"input-group"
style=
"width: 100%;"
id=
"dajiangtang"
>
<?php
create_editor('
goods_sup_id','
');
?>
<
!--<
?php
create_editor('
describe
');
?>
-->
</div>
</div>
</div>
...
...
public/appnew/src/components/reportDetails/reportDetails.vue
View file @
4d78361f
...
...
@@ -46,7 +46,7 @@
</li>
<li
class=
"main-sec-li"
>
<div>
应收佣金
<span
class=
"left"
>
{{
commission
}}
元
</span></div>
<div
class=
"bottom-border"
>
应收佣金
<span
class=
"left"
>
{{
commission
}}
元
</span></div>
</li>
<li
class=
"main-sec-li"
v-if=
"!(estimated_receipt_date==''||estimated_receipt_date==null)"
>
<div>
预计收款时间
<span
class=
"left"
>
{{
estimated_receipt_date
}}
</span></div>
...
...
public/resource/js/schoolBusiness.js
View file @
4d78361f
...
...
@@ -369,7 +369,9 @@ define (['doT', 'text!temp/schoolBusiness_template_tpl.html','ckfinder','ckfinde
'0'
:
_data
[
'cover_plan'
]
}));
};
_dajiangtangObj
.
find
(
'iframe'
).
contents
().
find
(
'body'
).
html
(
_data
[
'content'
]);
//大讲堂
//获取编辑器里的内容
// setCKeditorValue(id,content)
setCKeditorValue
(
"goods_sup_id"
,
_data
[
'content'
]);
}
else
{
}
}
...
...
@@ -427,7 +429,7 @@ define (['doT', 'text!temp/schoolBusiness_template_tpl.html','ckfinder','ckfinde
$
(
"#modal_add_user"
).
modal
(
'hide'
);
//提交成功 关闭模态框
user
.
getList
(
1
);
alert
(
'提交成功'
)
//
window.location.href='/index/business_school';
window
.
location
.
href
=
'/index/business_school'
;
console
.
log
(
66
);
}
else
{
alert
(
data
.
msg
);
...
...
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