申购bug修改

dev
郑明梁 2 years ago
parent a59c2229ad
commit 864de16933

@ -361,7 +361,7 @@ export default {
zczbhhzbapzbh: this.filterQuery.zczbhhzbapzbh, zczbhhzbapzbh: this.filterQuery.zczbhhzbapzbh,
manufacturer: this.filterQuery.manufacturer, manufacturer: this.filterQuery.manufacturer,
actionType: this.filterQuery.actionType, actionType: this.filterQuery.actionType,
fromCorp: this.filterQuery.fromCorp, keyWords: this.filterQuery.keyWords,
mainAction: this.filterQuery.mainAction, mainAction: this.filterQuery.mainAction,
action:this.filterQuery.action action:this.filterQuery.action

@ -210,7 +210,7 @@ export default {
methods: { methods: {
getThirdSysDetail() { getThirdSysDetail() {
let query = { let query = {
id: this.editQuery.rlId, id: this.editQuery.id,
}; };
thirdSysDetail(query) thirdSysDetail(query)
@ -242,7 +242,7 @@ export default {
this.checked=true this.checked=true
} }
let ttquery = { let ttquery = {
id: this.editQuery.rlId, id: this.editQuery.id,
page: 1, page: 1,
limit: 10, limit: 10,
}; };

@ -111,8 +111,8 @@
:default-sort="defaultSort" @sort-change="handleSortChange"> :default-sort="defaultSort" @sort-change="handleSortChange">
<el-table-column label="序号" type="index" width="60"></el-table-column> <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="billNo"></el-table-column>
<el-table-column label="申购部门" prop="deptName"></el-table-column> <el-table-column label="申购部门" prop="targetDeptName"></el-table-column>
<el-table-column label="申购仓库" prop="invName"></el-table-column> <el-table-column label="申购仓库" prop="targetInvName"></el-table-column>
<el-table-column label="紧急程度" prop="emergency"> <el-table-column label="紧急程度" prop="emergency">
<template slot-scope="scope"> <template slot-scope="scope">
{{ emergencyMap[scope.row.emergency] }} {{ emergencyMap[scope.row.emergency] }}

@ -355,6 +355,7 @@ export default {
} }
this.loading = true; this.loading = true;
this.filterQuery.status = 12; this.filterQuery.status = 12;
this.filterQuery.isInvCode=true
auditListApply(this.filterQuery) auditListApply(this.filterQuery)
.then((response) => { .then((response) => {
if (response.code == 20000) { if (response.code == 20000) {

Loading…
Cancel
Save