|
@@ -1149,8 +1149,8 @@
|
|
|
// number = number.substring(number.length - 4, number.length)
|
|
|
// this.gridList.qualityNo = 'SGRK' + this.getdate() + this.commonWarehouseNo + number
|
|
|
}
|
|
|
- this.gridList.grade = this.gradeList[1].value
|
|
|
- this.gridList.gradeKey = this.gradeList[1].key
|
|
|
+ this.gridList.grade = this.gradeList[2].value
|
|
|
+ this.gridList.gradeKey = this.gradeList[2].key
|
|
|
this.$api.doRequest('get', '/inOutWarehouseTask/selectInOutWarehouseNo', {
|
|
|
flag: this.flag,
|
|
|
warehouseName: this.gridList.warehouseName
|
|
@@ -1328,8 +1328,8 @@
|
|
|
}
|
|
|
}
|
|
|
this.gridList.goodsNameKey = this.contractNolist.goodsNameKey
|
|
|
- this.gridList.grade = this.gradeList[1].value
|
|
|
- this.gridList.gradeKey = this.gradeList[1].key
|
|
|
+ this.gridList.grade = this.gradeList[2].value
|
|
|
+ this.gridList.gradeKey = this.gradeList[2].key
|
|
|
// this.gridList.grade = this.contractNolist.grade
|
|
|
this.gridList.inOutType = this.contractNolist.inOutType
|
|
|
|