|
@@ -293,19 +293,19 @@ export default {
|
|
}
|
|
}
|
|
})
|
|
})
|
|
},
|
|
},
|
|
- getList() {
|
|
|
|
- shippingList({
|
|
|
|
- compId: sessionStorage.getItem('ws-pf_compId'),
|
|
|
|
- currentPage: this.currentPage,
|
|
|
|
- pageSize: this.pageSize,
|
|
|
|
- contractType: this.contractType,
|
|
|
|
- tranTypeKey: this.tranTypeKey,
|
|
|
|
- })
|
|
|
|
- .toPromise()
|
|
|
|
- .then((response) => {
|
|
|
|
- this.warehouseList = response
|
|
|
|
- })
|
|
|
|
- },
|
|
|
|
|
|
+ // getList() {
|
|
|
|
+ // shippingList({
|
|
|
|
+ // compId: sessionStorage.getItem('ws-pf_compId'),
|
|
|
|
+ // currentPage: this.currentPage,
|
|
|
|
+ // pageSize: this.pageSize,
|
|
|
|
+ // contractType: this.contractType,
|
|
|
|
+ // tranTypeKey: this.tranTypeKey,
|
|
|
|
+ // })
|
|
|
|
+ // .toPromise()
|
|
|
|
+ // .then((response) => {
|
|
|
|
+ // this.warehouseList = response
|
|
|
|
+ // })
|
|
|
|
+ // },
|
|
//返回按钮
|
|
//返回按钮
|
|
revert() {
|
|
revert() {
|
|
this.freightspace = []
|
|
this.freightspace = []
|