|
|
|
@ -29,6 +29,9 @@ |
|
|
|
style="width: 100%;"> |
|
|
|
<el-table-column prop="referenceNo" header-align="center" align="center" label="序列号" width="165"></el-table-column> |
|
|
|
<el-table-column prop="status" header-align="center" align="center" label="单据状态" width="120"></el-table-column> |
|
|
|
<el-table-column prop="nodeId" header-align="center" align="center" label="当前节点ID" width="130"></el-table-column> |
|
|
|
<el-table-column prop="nodeName" header-align="center" align="center" label="当前节点" width="150"></el-table-column> |
|
|
|
<el-table-column prop="currentApprover" header-align="center" align="center" label="当前节点审批人" width="170"></el-table-column> |
|
|
|
<el-table-column prop="applicant" header-align="center" align="center" label="申请人编码" width="130"></el-table-column> |
|
|
|
<el-table-column prop="applicantName" header-align="center" align="center" label="申请人名称" width="150"></el-table-column> |
|
|
|
<el-table-column prop="pm" header-align="center" align="center" label="PM编码" width="130"></el-table-column> |
|
|
|
@ -1016,6 +1019,9 @@ export default { |
|
|
|
isSameMaterialDiffSize: '', |
|
|
|
ifsPartNo: '', |
|
|
|
materialList: [], |
|
|
|
stepId: null, |
|
|
|
rejectFlag: '', |
|
|
|
rejectStepId: null, |
|
|
|
createBy2: '', |
|
|
|
isReject: 'Y', |
|
|
|
tpProcessControl: 'N', |
|
|
|
@ -1208,6 +1214,7 @@ export default { |
|
|
|
page: this.pageIndex, |
|
|
|
limit: this.pageSize, |
|
|
|
site: this.$store.state.user.site, |
|
|
|
menuId: this.menuId, |
|
|
|
referenceNo: this.searchData.referenceNo, |
|
|
|
applicant: this.searchData.applicant |
|
|
|
} |
|
|
|
@ -1223,6 +1230,9 @@ export default { |
|
|
|
buyerName: '', |
|
|
|
endCustomerName: '', |
|
|
|
projectName: '', |
|
|
|
nodeId: '', |
|
|
|
nodeName: '', |
|
|
|
currentApprover: '', |
|
|
|
commGroup1Desc: '', |
|
|
|
commGroup2Desc: '', |
|
|
|
commGroup3Desc: '', |
|
|
|
@ -1399,6 +1409,9 @@ export default { |
|
|
|
isSameMaterialDiffSize: '', |
|
|
|
ifsPartNo: '', |
|
|
|
materialList: [], |
|
|
|
stepId: 10, |
|
|
|
rejectFlag: 'N', |
|
|
|
rejectStepId: null, |
|
|
|
createBy2: '', |
|
|
|
isReject: 'Y', |
|
|
|
tpProcessControl: 'N', |
|
|
|
|