18513069273 il y a 4 ans
Parent
commit
c3a344c001

+ 1 - 1
src/views/contractManagement/purchaseContract.vue

@@ -527,7 +527,7 @@ export default {
       console.log(row)
       this.$router.push({
         name: 'purchaseContractExamine',
-        query: { id: row.id, status: row.status, con },
+        query: { id: row.id, status: row.status },
       })
     },
     handleAdd() {

+ 4 - 2
src/views/contractManagement/purchaseContractAdd.vue

@@ -619,6 +619,8 @@ export default {
     this.deptBudgetList.contractGoodsInfo.goodsNameKey = 1
     this.deptBudgetList.contractProcessInfo.grade = '未回收'
     this.deptBudgetList.contractProcessInfo.gradeKey = 1
+    this.deptBudgetList.contractGoodsInfo.grade = '一等品'
+    this.deptBudgetList.contractGoodsInfo.gradeKey = 1
     this.loaddata()
     this.showType = this.isShow
   },
@@ -1391,7 +1393,7 @@ export default {
   margin: 15px 0px;
 }
 .wenzi {
-  width: 900px;
+  width: 70%;
   margin: 0 auto;
 }
 .wenzi h3 {
@@ -1402,7 +1404,7 @@ export default {
   display: inline-block;
 }
 .center {
-  width: 900px;
+  width: 70%;
   margin: 0 auto;
 }
 .el-form-item {