|
@@ -506,6 +506,13 @@ import {
|
|
|
companyNo: that.curItem.companyNo,
|
|
|
userNo: uni.getStorageSync('userNo'),
|
|
|
});
|
|
|
+ if(that.curItem.systemStatus==1){
|
|
|
+ uni.showToast({
|
|
|
+ title: (that.current==0?'此需求':'此供应')+'已删除,不能联系',
|
|
|
+ icon: 'none'
|
|
|
+ })
|
|
|
+ return false;
|
|
|
+ }
|
|
|
request.post('/slbBisContact/add', params).then(res => {
|
|
|
if (res.success) {
|
|
|
that.showContact = true;
|