|
|
@@ -398,6 +398,7 @@ export default {
|
|
398
|
398
|
methods: {
|
|
399
|
399
|
clickEye(){
|
|
400
|
400
|
this.orderDetailData.F_Phon = decrypt(this.orderDetailData.F_PhonShow)
|
|
|
401
|
+ this.orderDetailData.F_IDNumber = decrypt(this.orderDetailData.F_IDNumberShow)
|
|
401
|
402
|
this.clickbefore = 1
|
|
402
|
403
|
// const params = {
|
|
403
|
404
|
// workordercode:this.orderDetailData.F_WorkOrderCode,
|
|
|
@@ -443,7 +444,7 @@ export default {
|
|
443
|
444
|
} else {
|
|
444
|
445
|
const res = response.data[0];
|
|
445
|
446
|
this.orderDetailData = res;
|
|
446
|
|
- this.zjh = this.orderDetailData.F_IDNumber;
|
|
|
447
|
+ this.zjh = decrypt(this.orderDetailData.F_IDNumberShow);
|
|
447
|
448
|
this.getJiuzhenArr();
|
|
448
|
449
|
let thisTypeInfo;
|
|
449
|
450
|
if (
|