修改流程bug
This commit is contained in:
@@ -531,7 +531,7 @@ export default {
|
||||
queryTaskFirst({
|
||||
bpnId: this.$route.query.bpnId
|
||||
}).then(res => {
|
||||
console.log(mes.form.dataList);
|
||||
let mes = JSON.parse(res.mes);
|
||||
this.listForm = mes.form;
|
||||
this.roleForm = mes.roleForm;
|
||||
this.commentText = mes.commentText;
|
||||
@@ -763,6 +763,7 @@ export default {
|
||||
this.listForm.standNumber = this.selectedList[0].standSortShow + '\xa0\xa0' + this.selectedList[0].standNumber + '-' + this.selectedList[0].standYear ;
|
||||
this.listForm.standName = this.selectedList[0].standName;
|
||||
this.listForm.standType = this.selectedList[0].standType;
|
||||
this.listForm.standId = this.selectedList[0].id;
|
||||
this.listForm.id = this.selectedList[0].id;
|
||||
this.$http.get("SarStandItems/sar-stand-items/findAllItems", {
|
||||
ids: this.listForm.id,
|
||||
|
||||
@@ -736,6 +736,7 @@ export default {
|
||||
this.listForm.standNumber = this.selectedList[0].standSortShow + '\xa0\xa0' + this.selectedList[0].standNumber + '-' + this.selectedList[0].standYear ;
|
||||
this.listForm.standName = this.selectedList[0].standName;
|
||||
this.listForm.standType = this.selectedList[0].standType;
|
||||
this.listForm.standId = this.selectedList[0].id;
|
||||
this.listForm.XCXSSRQ = this.selectedList[0].xcxssrqgj
|
||||
this.listForm.ZCCSSRQ = this.selectedList[0].zccssrqgj
|
||||
this.listForm.id = this.selectedList[0].id;
|
||||
|
||||
@@ -64,7 +64,7 @@
|
||||
style="width: 100%"
|
||||
border
|
||||
@selection-change="selectStandChange"
|
||||
:height="sarProStateTableHeight"
|
||||
height="56%"
|
||||
:header-cell-style="{background: '#e8e8e8', color: '#333333', fontSize: '16px',
|
||||
fontWeight: 'bold', fontFamily: 'MicrosoftYaHei-Bold', height: '48px'}">
|
||||
<el-table-column
|
||||
|
||||
@@ -64,7 +64,7 @@
|
||||
style="width: 100%"
|
||||
border
|
||||
@selection-change="selectStandChange"
|
||||
:height="sarProStateTableHeight"
|
||||
height="55%"
|
||||
:header-cell-style="{background: '#e8e8e8', color: '#333333', fontSize: '16px',
|
||||
fontWeight: 'bold', fontFamily: 'MicrosoftYaHei-Bold', height: '48px'}">
|
||||
<el-table-column
|
||||
|
||||
@@ -64,7 +64,7 @@
|
||||
style="width: 100%"
|
||||
border
|
||||
@selection-change="selectStandChange"
|
||||
:height="sarProStateTableHeight"
|
||||
height="55%"
|
||||
:header-cell-style="{background: '#e8e8e8', color: '#333333', fontSize: '16px',
|
||||
fontWeight: 'bold', fontFamily: 'MicrosoftYaHei-Bold', height: '48px'}">
|
||||
<el-table-column
|
||||
|
||||
@@ -64,7 +64,7 @@
|
||||
style="width: 100%"
|
||||
border
|
||||
@selection-change="selectStandChange"
|
||||
:height="sarProStateTableHeight"
|
||||
height="55%"
|
||||
:header-cell-style="{background: '#e8e8e8', color: '#333333', fontSize: '16px',
|
||||
fontWeight: 'bold', fontFamily: 'MicrosoftYaHei-Bold', height: '48px'}">
|
||||
<el-table-column
|
||||
|
||||
Reference in New Issue
Block a user