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