layer.open({
type: 2,
title: '新增',
shade: 0.1,
area: ['30%', '40%'],
content: '/modules/oms/cargo/consignorManager.html',
btn: ['确定', '取消'],
yes: function (index) {
$("#layui-layer-iframe" + index)[0].contentWindow.saveConsignorInfo();// 主要就是这一行saveConsignorInfo是子页面的方法
//延时执行
setTimeout("closeCu()",3000);
},
cancel: function (index) {
layer.close(index)
}
})layer.open({
type: 2,
title: '新增',