更新
This commit is contained in:
@@ -23,7 +23,7 @@ export function selectBidBond() {
|
|||||||
UserID: state.state.user.id,
|
UserID: state.state.user.id,
|
||||||
ModularID: router.currentRoute.path,
|
ModularID: router.currentRoute.path,
|
||||||
type: '1',
|
type: '1',
|
||||||
name: '投标保证金管理_投标保证金查询',
|
name: '投标保证金管理_投标保证金查询_新',
|
||||||
param: '保金类型_check=' + arguments[0] + '&保金类型=' + arguments[1] + '&投标人_check=' + arguments[2] + '&投标人=' + arguments[3] + '&招标企业_check=' + arguments[4] + '&招标企业=' + arguments[5] + '&开始日期_check=' + arguments[6] + '&开始日期=' + arguments[7] + '&结束日期_check=' + arguments[8] + '&结束日期=' + arguments[9],
|
param: '保金类型_check=' + arguments[0] + '&保金类型=' + arguments[1] + '&投标人_check=' + arguments[2] + '&投标人=' + arguments[3] + '&招标企业_check=' + arguments[4] + '&招标企业=' + arguments[5] + '&开始日期_check=' + arguments[6] + '&开始日期=' + arguments[7] + '&结束日期_check=' + arguments[8] + '&结束日期=' + arguments[9],
|
||||||
Pagination: arguments[10] + '&' + arguments[11]
|
Pagination: arguments[10] + '&' + arguments[11]
|
||||||
}
|
}
|
||||||
@@ -37,7 +37,7 @@ export function selectBidBond_excel() {
|
|||||||
UserID: state.state.user.id,
|
UserID: state.state.user.id,
|
||||||
ModularID: router.currentRoute.path,
|
ModularID: router.currentRoute.path,
|
||||||
type: '1',
|
type: '1',
|
||||||
name: '投标保证金管理_投标保证金查询',
|
name: '投标保证金管理_投标保证金查询_新',
|
||||||
param: '保金类型_check=' + arguments[0] + '&保金类型=' + arguments[1] + '&投标人_check=' + arguments[2] + '&投标人=' + arguments[3] + '&招标企业_check=' + arguments[4] + '&招标企业=' + arguments[5] + '&开始日期_check=' + arguments[6] + '&开始日期=' + arguments[7] + '&结束日期_check=' + arguments[8] + '&结束日期=' + arguments[9]
|
param: '保金类型_check=' + arguments[0] + '&保金类型=' + arguments[1] + '&投标人_check=' + arguments[2] + '&投标人=' + arguments[3] + '&招标企业_check=' + arguments[4] + '&招标企业=' + arguments[5] + '&开始日期_check=' + arguments[6] + '&开始日期=' + arguments[7] + '&结束日期_check=' + arguments[8] + '&结束日期=' + arguments[9]
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -81,7 +81,7 @@ export function searchPurchaseContract(check, num) {
|
|||||||
ModularID: router.currentRoute.path,
|
ModularID: router.currentRoute.path,
|
||||||
type: '1',
|
type: '1',
|
||||||
name: '车间采购管理_采购合同_查询数据_请款',
|
name: '车间采购管理_采购合同_查询数据_请款',
|
||||||
param: `供应商流水号_check=${check}&供应商流水号=${num}`
|
param: `供应商流水号_check=${check}&供应商流水号=${num}&供应商名称_check=0`
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -88,7 +88,7 @@
|
|||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column label="库存" align="center" width="50">
|
<el-table-column label="库存" align="center" width="50">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
{{ scope.row.货位存量1 }}
|
{{ scope.row.货位存量1 ? scope.row.货位存量1 : 0 }}
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column label="已领" align="center" width="50">
|
<el-table-column label="已领" align="center" width="50">
|
||||||
@@ -735,7 +735,8 @@ export default {
|
|||||||
background: #D8DDE6 !important;
|
background: #D8DDE6 !important;
|
||||||
}
|
}
|
||||||
.el-table .weilingwan-row {
|
.el-table .weilingwan-row {
|
||||||
background: #E9F0F9 !important;
|
background: #4395D0 !important;
|
||||||
|
color: white;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
|||||||
@@ -87,7 +87,7 @@
|
|||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column label="已领数量" align="center" min-width="70">
|
<el-table-column label="已领数量" align="center" min-width="70">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
{{ scope.row.出库数量 }}
|
{{ scope.row.出库数量1 }}
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column v-if="true" label="备料确认" align="center" width="100">
|
<el-table-column v-if="true" label="备料确认" align="center" width="100">
|
||||||
|
|||||||
@@ -701,6 +701,6 @@ export default {
|
|||||||
background: #9bd7fc !important;
|
background: #9bd7fc !important;
|
||||||
}
|
}
|
||||||
.disCompleteColor{
|
.disCompleteColor{
|
||||||
background: rgb(233,240,250) !important;
|
background: #C6D7B3 !important;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
@@ -314,6 +314,7 @@ export default {
|
|||||||
this.dateRange ? check1 = 1 : (check1 = 0, this.dateRange = '')
|
this.dateRange ? check1 = 1 : (check1 = 0, this.dateRange = '')
|
||||||
this.supplierValue ? check2 = 1 : check2 = 0
|
this.supplierValue ? check2 = 1 : check2 = 0
|
||||||
searchRequestFund(this.pageCurrent1, this.pageSize1, check1, this.dateRange[0], this.dateRange[1], check2, this.supplierValue).then(response => {
|
searchRequestFund(this.pageCurrent1, this.pageSize1, check1, this.dateRange[0], this.dateRange[1], check2, this.supplierValue).then(response => {
|
||||||
|
console.log(response, 111)
|
||||||
this.tableData1 = response.data.rows
|
this.tableData1 = response.data.rows
|
||||||
this.total1 = response.data.total
|
this.total1 = response.data.total
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user