|
|
|
@ -413,7 +413,6 @@ export default {
|
|
|
|
|
};
|
|
|
|
|
},
|
|
|
|
|
methods: {
|
|
|
|
|
|
|
|
|
|
//----------------仓库相关-----------------
|
|
|
|
|
onReset() { //重置
|
|
|
|
|
this.$router.push({
|
|
|
|
@ -689,6 +688,8 @@ export default {
|
|
|
|
|
this.currentInvInfo = {
|
|
|
|
|
invStorageCode: row.parentId,
|
|
|
|
|
invWarehouseCode: row.code,
|
|
|
|
|
flag:row.id,
|
|
|
|
|
page:1
|
|
|
|
|
};
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|