修改文字说明
This commit is contained in:
parent
087f4ef037
commit
2231a2fb82
|
@ -16,7 +16,7 @@ $this->headTitle()->setSeparator(' - ');
|
||||||
|
|
||||||
<h5>文件信息</h5>
|
<h5>文件信息</h5>
|
||||||
<ul>
|
<ul>
|
||||||
<li>文件行數:<?= $this->Count ?></li>
|
<li>文件行数:<?= $this->Count ?></li>
|
||||||
<li>文件大小:<?= $this->Size ?></li>
|
<li>文件大小:<?= $this->Size ?></li>
|
||||||
<li>文件类型:<?= $this->Type ?></li>
|
<li>文件类型:<?= $this->Type ?></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -47,7 +47,7 @@ $this->headTitle()->setSeparator(' - ');
|
||||||
{
|
{
|
||||||
$('#clt-next').removeClass('disabled');
|
$('#clt-next').removeClass('disabled');
|
||||||
$('#clt-next').attr('href','/admin/data/dataimport/ac/target?file=<?= $this->file ?>');
|
$('#clt-next').attr('href','/admin/data/dataimport/ac/target?file=<?= $this->file ?>');
|
||||||
alert("數據完整性檢查成功,可以進行下一步");
|
alert("数据完整性检查成功,可以进行下一步");
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
$('.error-alerts').show();
|
$('.error-alerts').show();
|
||||||
|
@ -60,7 +60,7 @@ $this->headTitle()->setSeparator(' - ');
|
||||||
},
|
},
|
||||||
'timeout': 30000,
|
'timeout': 30000,
|
||||||
'beforeSend' : function(){
|
'beforeSend' : function(){
|
||||||
$('#error-loading').html("正在對文件進行初始化檢查......");
|
$('#error-loading').html("正在对文件进行初始化检查......");
|
||||||
$('#error-loading').show();
|
$('#error-loading').show();
|
||||||
},
|
},
|
||||||
'complete' : function(){
|
'complete' : function(){
|
||||||
|
|
|
@ -14,7 +14,7 @@ $theme->AppendPlus($this,"jquery-fileupload");
|
||||||
<h3>数据导入</h3>
|
<h3>数据导入</h3>
|
||||||
<hr />
|
<hr />
|
||||||
|
|
||||||
<label>上传文件,请选择Excel文件进行上传</label>
|
<label>上传文件,请选择CSV格式文件(可以用EXCEL导出)进行上传</label>
|
||||||
|
|
||||||
<span class="btn btn-success fileinput-button file-upload-ctls">上传文件<input id="fileupload" type="file" name="FileData"></span>
|
<span class="btn btn-success fileinput-button file-upload-ctls">上传文件<input id="fileupload" type="file" name="FileData"></span>
|
||||||
<a href="javascript:void(0);" class="btn btn-info" id="ctl-show-files">查看已上传的文件</a>
|
<a href="javascript:void(0);" class="btn btn-info" id="ctl-show-files">查看已上传的文件</a>
|
||||||
|
|
Loading…
Reference in New Issue