标准拆分编辑按钮,状态显示
This commit is contained in:
@@ -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', {
|
||||
|
||||
Reference in New Issue
Block a user