@ -361,7 +361,7 @@ export default {
zczbhhzbapzbh: this.filterQuery.zczbhhzbapzbh,
manufacturer: this.filterQuery.manufacturer,
actionType: this.filterQuery.actionType,
fromCorp: this.filterQuery.fromCorp,
keyWords: this.filterQuery.keyWords,
mainAction: this.filterQuery.mainAction,
action:this.filterQuery.action
@ -210,7 +210,7 @@ export default {
methods: {
getThirdSysDetail() {
let query = {
id: this.editQuery.rlId,
id: this.editQuery.id,
};
thirdSysDetail(query)
@ -242,7 +242,7 @@ export default {
this.checked=true
}
let ttquery = {
page: 1,
limit: 10,
@ -111,8 +111,8 @@
:default-sort="defaultSort" @sort-change="handleSortChange">
<el-table-column label="序号" type="index" width="60"></el-table-column>
<el-table-column label="申购单号" prop="billNo"></el-table-column>
<el-table-column label="申购部门" prop="deptName"></el-table-column>
<el-table-column label="申购仓库" prop="invName"></el-table-column>
<el-table-column label="申购部门" prop="targetDeptName"></el-table-column>
<el-table-column label="申购仓库" prop="targetInvName"></el-table-column>
<el-table-column label="紧急程度" prop="emergency">
<template slot-scope="scope">
{{ emergencyMap[scope.row.emergency] }}
@ -355,6 +355,7 @@ export default {
this.loading = true;
this.filterQuery.status = 12;
this.filterQuery.isInvCode=true
auditListApply(this.filterQuery)
.then((response) => {
if (response.code == 20000) {