assign error
This commit is contained in:
@@ -147,11 +147,18 @@ export class OwnersjobPage implements OnInit {
|
||||
*/
|
||||
|
||||
async sendOfferToMarket(){
|
||||
if ( this.job_duration== undefined || this.job_duration < 1){
|
||||
alert("Select Duration");
|
||||
return;
|
||||
}
|
||||
this.reqData = {
|
||||
if ( this.job_duration== undefined || this.job_duration < 1){
|
||||
alert("Select Duration");
|
||||
return;
|
||||
}
|
||||
|
||||
if ( this.jobData.job_uid == this.depend_uid ){
|
||||
alert("A task cannot depend on itself");
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
this.reqData = {
|
||||
action:13025,
|
||||
member_id: this.sessionDataProviderService.member_id,
|
||||
uid: this.sessionDataProviderService.member_uid,
|
||||
|
||||
Reference in New Issue
Block a user