|
|
|
@ -83,9 +83,9 @@
|
|
|
|
|
|
|
|
|
|
</style>
|
|
|
|
|
<body>
|
|
|
|
|
<div style="width: 100%;line-height: 100px;font-size: 25px;font-weight: 600;text-align: center;">
|
|
|
|
|
<!-- <div style="width: 100%;line-height: 100px;font-size: 25px;font-weight: 600;text-align: center;">
|
|
|
|
|
海南万盟天下科技有限公司
|
|
|
|
|
</div>
|
|
|
|
|
</div> -->
|
|
|
|
|
<div style="display: flex;margin: auto;">
|
|
|
|
|
<div class="tab-content tabcon1711" id="firstPartBaseInfo">
|
|
|
|
|
<table border="0" cellspacing="0" cellpadding="0">
|
|
|
|
@ -525,7 +525,6 @@
|
|
|
|
|
},
|
|
|
|
|
createStatement(){
|
|
|
|
|
$("#createStatement").on("click",function(){
|
|
|
|
|
alert(1);
|
|
|
|
|
//验证信息
|
|
|
|
|
for (const key in DATAOBJ) {
|
|
|
|
|
if(DATAOBJ[key] === false){
|
|
|
|
@ -570,10 +569,10 @@
|
|
|
|
|
|
|
|
|
|
PUBLIC.postData("{:U('doAddCpStatement')}",DATAOBJ,function(data){
|
|
|
|
|
if(data.success){
|
|
|
|
|
layer.closeAll('loading');
|
|
|
|
|
layer.msg('添加成功');
|
|
|
|
|
setTimeout(function(){
|
|
|
|
|
layer.closeAll('loading');
|
|
|
|
|
layer.msg('添加成功');
|
|
|
|
|
//
|
|
|
|
|
window.parent.reload();
|
|
|
|
|
},350);
|
|
|
|
|
}else{
|
|
|
|
|
alert("添加失败,请联系管理员")
|
|
|
|
|