123
chenjingwu
2024-04-11 d29f75b84fccd06917fb8e2c2ee70e9d76f868cd
force-app/main/default/lwc/tEnquiry/tEnquiry.js
@@ -34,33 +34,7 @@
    IsLeftStyle = "" //提示框的样式
    BgColorStyle = "" 
    toastTime = null;
    isSuccess = false;
    message;
    visible;
    closeAction(){
        this.visible = false;
    }
    showToast(msg,type) {
        try {
            if(type == 'success'){
                this.isSuccess = true;
            }else{
                this.isSuccess = false;
            }
            this.message = msg;
            this.visible = true;
            let delay = 5000;
            console.log(this.message);
            console.log('1');
            // setTimeout(() => {
            //     this.visible = false;
            // }, delay );
        } catch (error) {
            console.log(error);
        }
    }
    IsLeftStyle = "width: 100%;top: 14%;display: flex;justify-content: center;"
    Alert(content,error = false,left = false){
        this.Tongzhishow = false
        clearTimeout(this.toastTime)
@@ -69,17 +43,16 @@
        
        if (error) {
            this.TongzhiIcon = "utility:error";
            this.BgColorStyle = "background-color:#ba0517 !important;padding: 9px 9px 9px 18px;";
            this.BgColorStyle = "background-color:#ba0517 !important;padding:0.65rem 0.75rem 0.65rem 1.25rem;";
        }else{
            this.TongzhiIcon = "utility:success";
            this.BgColorStyle = "background-color:rgb(46, 132, 74)!important;padding: 9px 9px 9px 18px;";
            toastTime = setTimeout(() => {
               this.Tongzhishow = false
            },3000)
            this.BgColorStyle = "background-color:rgb(46, 132, 74)!important;padding:0.65rem 0.75rem 0.65rem 1.25rem;";
            // this.toastTime = setTimeout(() => {
            //    this.Tongzhishow = false
            // },3000)
        }
        // if (left) {
        //     // this.IsLeftStyle = "left: 0.25rem;"
            this.IsLeftStyle = "width: 100%;top: 14%;display: flex;justify-content: center;"
        // }else{
        //     this.IsLeftStyle = "color:#fff"
        // }
@@ -94,7 +67,7 @@
        }
        
    }
    inputValue = "";
    //==================获取招投标项目id================
    ParamIdStr = ''; // url 参数Id
    getQueryVariable(variable)
@@ -159,7 +132,7 @@
            this.departmentId = Datas[0].department__c;
            // this.yyId = Datas[0].Hospital__c;
            this.yyId = Datas[0].Hospital__c;
            // 20210914 战略科室修改
            this.depart_sels = Datas[0].department_selection__c;
@@ -181,8 +154,7 @@
                if (isloading == 2) {
                    this.OnLoading(false);
                    if (flag) {
                        // this.Alert("保存成功",false);
                        this.showToast('保存成功','success');
                        this.Alert("保存成功",false);
                    }
                }
            })
@@ -202,8 +174,7 @@
                if (isloading == 2) {
                    this.OnLoading(false);
                    if (flag) {
                        // this.Alert("保存成功",false);
                        this.showToast('保存成功','success');
                        this.Alert("保存成功",false);
                    }
                }
               
@@ -300,23 +271,26 @@
    SearchFn(event){
        debugger;
        console.log(this.inputValue,'搜索内容')
        if (this.yyId != undefined && this.yyId != '') {
            this.YYSelectedId = this.yyId;
        }
        if ((this.XJBMValue == '' || this.XJBMValue == ' ') && (this.YYSelectedId == '' || this.YYSelectedId == ' ')) {
            this.OnLoading(true);
            GetNormalProductDataSearch({noStr:undefined,IdStr:this.ParamIdStr,hospital:this.YYSelectedId,hospitalArr:this.hisotryData,departments:this.depart_sels}).then(response=>{
                var datas = JSON.parse(response);
                this.notselectdata = datas;
                this.template.querySelector('[data-parent-id="table1"]').refreshdata(this.selectdata,this.notselectdata);
                this.OnLoading(false);
            })
            return ;
        }
        // if ((this.XJBMValue == '' || this.XJBMValue == ' ')
        // //  && (this.YYSelectedId == '' || this.YYSelectedId == ' ')
        // ) {
        //     this.OnLoading(true);
        //     GetNormalProductDataSearch({noStr:undefined,inputText:this.inputValue,IdStr:this.ParamIdStr,hospital:this.YYSelectedId,hospitalArr:this.hisotryData,departments:this.depart_sels}).then(response=>{
        //         var datas = JSON.parse(response);
        //         this.notselectdata = datas;
        //         this.template.querySelector('[data-parent-id="table1"]').refreshdata(this.selectdata,this.notselectdata);
        //         this.OnLoading(false);
        //     })
        //     return ;
        // }
        this.OnLoading(true);
        
        GetNormalProductDataSearch({noStr:this.XJBMValue,IdStr:this.ParamIdStr,hospital:this.YYSelectedId,hospitalArr:this.hisotryData,departments:this.depart_sels}).then(response=>{
        GetNormalProductDataSearch({noStr:this.XJBMValue,IdStr:this.ParamIdStr,inputText:this.inputValue,hospital:this.YYSelectedId,hospitalArr:this.hisotryData,departments:this.depart_sels}).then(response=>{
            
            var datas = JSON.parse(response);
            this.notselectdata = datas;
@@ -343,12 +317,11 @@
            isloading ++;
            if (isloading == 2) {
                this.OnLoading(false);
                // this.Alert("保存成功",false);
                this.showToast('保存成功','success');
                this.Alert("保存成功",false);
            }
        })
        
        GetNormalProductDataSearch({noStr:this.XJBMValue,IdStr:this.ParamIdStr,hospital:this.YYSelectedId,hospitalArr:this.hisotryData,departments:this.depart_sels}).then(response=>{
        GetNormalProductDataSearch({noStr:this.XJBMValue,IdStr:this.ParamIdStr,inputText:this.inputValue,hospital:this.YYSelectedId,hospitalArr:this.hisotryData,departments:this.depart_sels}).then(response=>{
            
            var datas = JSON.parse(response);
            this.notselectdata = datas;
@@ -356,8 +329,7 @@
            isloading ++;
            if (isloading == 2) {
                this.OnLoading(false);
                // this.Alert("保存成功",false);
                this.showToast('保存成功','success');
                this.Alert("保存成功",false);
            }
        })
    }
@@ -371,8 +343,7 @@
        var flag =  this.compareSelected();
        if (flag == false) {
            this.OnLoading(false);
            // this.Alert("医院不匹配,保存失败!",true);
            this.showToast('医院不匹配,保存失败!','error');
            this.Alert("医院不匹配,保存失败!",true);
            return;
        }
        debugger;
@@ -389,12 +360,10 @@
                this.UpdateDatas(this.notselected);
                window.location.hash = "Refresh"+"=="+this.ParamIdStr;
                this.OnLoading(false);
                // this.Alert('保存成功',false);
                this.showToast('保存成功','success');
                this.Alert('保存成功',false);
            }else{
                this.OnLoading(false);
                // this.Alert(response,true);
                this.showToast(response,'error');
                this.Alert(response,true);
            }
     
        });
@@ -527,7 +496,10 @@
        this.YYSelectedId = event.detail.value;
     
     }
    onsearchchange2(e){
        this.inputValue = e.target.value
        console.log(e,e.target.value,'xAAA')
    }
    //关联医院