|
@@ -307,18 +307,13 @@ export default {
|
|
})
|
|
})
|
|
},
|
|
},
|
|
getList () {
|
|
getList () {
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
this.$post('/api/storage-restructure/contractDetails/outPage', {...this.params})
|
|
this.$post('/api/storage-restructure/contractDetails/outPage', {...this.params})
|
|
.then((res) => {
|
|
.then((res) => {
|
|
-
|
|
|
|
this.data = res.data.records
|
|
this.data = res.data.records
|
|
this.params.total = res.data.total
|
|
this.params.total = res.data.total
|
|
})
|
|
})
|
|
this.$post('/api/storage-restructure/contractDetails/outStatistics', {...this.params})
|
|
this.$post('/api/storage-restructure/contractDetails/outStatistics', {...this.params})
|
|
.then((res) => {
|
|
.then((res) => {
|
|
-
|
|
|
|
this.tableFilter[6].text = '出库总数量:' + res.data.sum || 0
|
|
this.tableFilter[6].text = '出库总数量:' + res.data.sum || 0
|
|
this.tableFilter[7].text = '出库件数:' + res.data.count || 0
|
|
this.tableFilter[7].text = '出库件数:' + res.data.count || 0
|
|
})
|
|
})
|