|
@@ -120,8 +120,8 @@
|
|
|
},
|
|
|
onShow() {
|
|
|
// this.compId = "2710b21efc1e4393930c5dc800010dc4"
|
|
|
- // this.qualityNo = "SGRK202112200080001"
|
|
|
- // this.cangid = "715d87adeea548cc9a70d03f72952816"
|
|
|
+ // this.qualityNo = "SGRK202201170060001"
|
|
|
+ // this.cangid = "374a8a02ecfe40dc9abdcd902dd564f5"
|
|
|
console.log("查看",this.qualityNo,this.compId,this.cangid)
|
|
|
if (this.cangid) { //判断是在哪扫码进入的
|
|
|
if(this.compId.indexOf(",") != -1){
|
|
@@ -188,7 +188,9 @@
|
|
|
this.status = this.detailData.qualityInspectionManagement.status
|
|
|
this.confirm = this.detailData.qualityInspectionManagement.confirm
|
|
|
this.weightStatus = this.detailData.status
|
|
|
- this.payStatus = this.detailData.paymentManagement.approveStatus
|
|
|
+ if(this.detailData.paymentManagement){
|
|
|
+ this.payStatus = this.detailData.paymentManagement.approveStatus
|
|
|
+ }
|
|
|
})
|
|
|
.catch(res => {
|
|
|
if (res.message) {
|