提交 764388cb authored 作者: chengye's avatar chengye

抄表单上传支持多种格式jpg,png,gif,doc,docx,xls,xlsx,zip,rar,pdf

上级 39e8717d
......@@ -267,9 +267,10 @@
//上传电表照片
var upPhoto = upload.render({
elem: '#up_photo' ,
url: '/up_photo',
field: 'cp_photo',
elem: '#up_photo' ,
url: '/upFile',
field: 'up_file',
accept: 'file',
done: function (res) {
if(res.status == 1){
layMsg(res.message)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论