chengsc
2024-10-15 86985a3e211ab4cc1e94a696c15a6f77d21c462a
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,