HTML/views/SOSetting/ExportNoticeAddFrom.html
@@ -274,10 +274,21 @@ },function() {}); return; } if($("#Type").val()=='6'){ if($("#CustomerNo").val()==''){ layer.msg("代储单据请选择货主!", { icon: 2, time: 2000 //2秒关闭(如果不配置,默认是3秒) }, function () { }); return; } } layer.open({ type: 2, title: '选择物品信息', content: 'ExportSelectSkuFrom.html?Type='+$("#Type").val(), content: 'ExportSelectSkuFrom.html?Type='+$("#Type").val()+'&OwnerNo='+$("#CustomerNo").val(), maxmin: true, area: ['950px', '90%'], fixed: false,