标准拆分编辑按钮,状态显示

This commit is contained in:
shen_yan_pu
2021-08-12 15:43:47 +08:00
parent bb440da53d
commit c2ff22256c
4 changed files with 19 additions and 6 deletions
@@ -388,6 +388,7 @@
sarType: '',
loading: false,
standId: '',
statusId: '',
commentText: '',
textarea: '', // 意见
title: '', // 新增抽屉标题
@@ -401,6 +402,7 @@
itemsNum: '',
itemsName: '',
standId: '',
statusId: '',
itemsNum1: '',
itemsName1: '',
oldNumber: ''
@@ -622,6 +624,8 @@
this.form.standId = bringData[0].standId
this.sarType = bringData[0].standType
this.standId = bringData[0].standId
this.statusId = bringData[0].id
this.form.statusId = bringData[0].id
this.listModel = false;
this.listModel2 = true
this.$http.get('lawss/sarFileSplitItems/getSplitItemsByPage', {
@@ -388,6 +388,7 @@
sarType: '',
loading: false,
standId: '',
statusId: '',
commentText: '',
textarea: '', // 意见
title: '', // 新增抽屉标题
@@ -401,6 +402,7 @@
itemsNum: '',
itemsName: '',
standId: '',
statusId: '',
itemsNum1: '',
itemsName1: '',
oldNumber: ''
@@ -627,6 +629,8 @@
this.form.standId = bringData[0].standId
this.sarType = bringData[0].standType
this.standId = bringData[0].standId
this.statusId = bringData[0].id
this.form.statusId = bringData[0].id
this.listModel = false;
this.listModel2 = true
this.$http.get('lawss/sarFileSplitItems/getSplitItemsByPage', {