|
@@ -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 {
|