离线合同
This commit is contained in:
@@ -1668,12 +1668,12 @@ export default {
|
||||
this.loading2 = true
|
||||
searchMaterial22(check1, this.materialName, this.pageCurrent22, this.pageSize22).then(response => {
|
||||
console.log(response.data, 3333)
|
||||
this.tableData22 = response.data.rows
|
||||
this.total22 = response.data.total
|
||||
this.tableData22 = response.data.result
|
||||
this.total22 = parseInt(response.data.output[0].ItemCount)
|
||||
const supplier = []
|
||||
this.remarkFilters = []
|
||||
this.supplierFilters = []
|
||||
response.data.rows.map(v => {
|
||||
response.data.result.map(v => {
|
||||
if (v.供货商 === null) { v.供货商 = '' }
|
||||
if (!supplier.includes(v.供货商)) {
|
||||
supplier.push(v.供货商)
|
||||
|
||||
Reference in New Issue
Block a user