liuzhihui 2 lat temu
rodzic
commit
b9f25d914e

+ 3 - 2
CallCenterWeb.UI/RMYY/src/components/workOrder/vehicleDispatch/addOrEdit.vue

682
           this.ruleForm.deptname = res.F_ProposerDeptName
682
           this.ruleForm.deptname = res.F_ProposerDeptName
683
           this.ruleForm.usercode = res.F_ProposerCode
683
           this.ruleForm.usercode = res.F_ProposerCode
684
           this.ruleForm.username = res.F_ProposerName
684
           this.ruleForm.username = res.F_ProposerName
685
-          this.ruleForm.phon = res.F_Phon
685
+          this.ruleForm.phon = decrypt(res.F_PhonShow)
686
           this.ruleForm.contact = res.F_Contact
686
           this.ruleForm.contact = res.F_Contact
687
-          this.ruleForm.contactnumber = res.F_ContactNumber
687
+          this.ruleForm.contactnumber = decrypt(res.F_ContactNumberShow)
688
           this.ruleForm.cartype = res.F_CarType
688
           this.ruleForm.cartype = res.F_CarType
689
           this.ruleForm.startplace = res.F_DepartPlace
689
           this.ruleForm.startplace = res.F_DepartPlace
690
           this.ruleForm.endplace = res.F_Destination
690
           this.ruleForm.endplace = res.F_Destination
699
             this.$store.getters.deptmap[parseInt(res.F_ProposerDeptId)].ids
699
             this.$store.getters.deptmap[parseInt(res.F_ProposerDeptId)].ids
700
           this.ruleForm.needman = res.F_ProposerCode
700
           this.ruleForm.needman = res.F_ProposerCode
701
           this.usercodeSearch = res.F_ProposerCode
701
           this.usercodeSearch = res.F_ProposerCode
702
+          this.orderTypeData.type2Arr = [res.F_Type]
702
         }
703
         }
703
       })
704
       })
704
     }
705
     }