移动端发布调整
This commit is contained in:
parent
326b9592c3
commit
42ed863012
@ -2010,8 +2010,6 @@ function dealPublishCheck(isCheck, type) {
|
||||
|
||||
// 单独保存子表操作
|
||||
function saveFormData(type) {
|
||||
alert(1111111)
|
||||
debugger
|
||||
$.simpleAlert('正在保存', 'loading');
|
||||
var saveData = [];
|
||||
if (type == 'new') {
|
||||
|
||||
@ -256,11 +256,11 @@ function showlist(data, type, pageNumber, start){
|
||||
var json=JSON.parse(upFileJson);
|
||||
var upName = json.upFileName;
|
||||
var openUrl = json.openUrl;
|
||||
|
||||
html +='<tr>';
|
||||
html +='<td class="form-grid-mobile-common-row" width=100%>';
|
||||
html +='<span class="form-grid-mobile-common-tap" onclick="openUrl(\'' + openUrl + '\')">' +'关联附件: '+ upName+'</span>';
|
||||
html +='</td>';
|
||||
|
||||
html +='</tr>';
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user