zxz 2 年之前
父节点
当前提交
275108b1c6
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. 4 4
      src/views/houseSelfCollect/inspectionManagementNew.vue

+ 4 - 4
src/views/houseSelfCollect/inspectionManagementNew.vue

@@ -1131,8 +1131,8 @@ export default {
         if (this.deptBudgetList.goodsName.indexOf('潮粮') != -1) {
           this.deptBudgetList.type = '潮粮'
           if(!this.deptBudgetList.grade){
-            this.deptBudgetList.grade = this.gradeList[1].constValue
-				    this.deptBudgetList.gradeKey = this.gradeList[1].constKey
+            this.deptBudgetList.grade = this.gradeList[2].constValue
+				    this.deptBudgetList.gradeKey = this.gradeList[2].constKey
           }
           this.deptBudgetList.imperfectGrain=8
 					this.deptBudgetList.impurity=1
@@ -1141,8 +1141,8 @@ export default {
         } else {
           this.deptBudgetList.type = '干粮'
           if(!this.deptBudgetList.grade){
-            this.deptBudgetList.grade = this.gradeList[1].constValue
-				    this.deptBudgetList.gradeKey = this.gradeList[1].constKey
+            this.deptBudgetList.grade = this.gradeList[2].constValue
+				    this.deptBudgetList.gradeKey = this.gradeList[2].constKey
           }
           this.deptBudgetList.imperfectGrain=8
 					this.deptBudgetList.impurity=1