|
@@ -408,6 +408,11 @@ Vue.component('keep-component', {
|
|
|
}
|
|
|
if (type) {
|
|
|
$.post('/salesLeads/retainedCapital', { source: 'article_collection' }).done(function (r) {
|
|
|
+ // 判断当前信息否在其他页面留资 如果全部留资 直接弹窗提交成功
|
|
|
+ if(r.info.branch && r.info.company && r.info.name && r.info.phone && r.info.position){
|
|
|
+ tempFn()
|
|
|
+ return true
|
|
|
+ }
|
|
|
if (r && r.error_msg === '' && r.data) {
|
|
|
if (r.data.retainedCapital) {
|
|
|
_this.$dialog.close()
|