Commit eb4c4d20 authored by xioln's avatar xioln

召回出库

parent a0ed7cf1
...@@ -43,6 +43,7 @@ export default { ...@@ -43,6 +43,7 @@ export default {
computed: {}, computed: {},
created() { created() {
// 初始化数据 // 初始化数据
console.log('this.basicData', this.basicData)
}, },
methods: { methods: {
searchEvent(val) { searchEvent(val) {
...@@ -72,7 +73,7 @@ export default { ...@@ -72,7 +73,7 @@ export default {
if (selection.length) { if (selection.length) {
const data = selection.map(r => { const data = selection.map(r => {
return { return {
'subTypeName': 'OutStorageRecall', 'subTypeName': 'OutStorageRecallItem',
'reqStatus': 'Apply', 'reqStatus': 'Apply',
'outStorageId': r.jobResponseId, 'outStorageId': r.jobResponseId,
'outStorageIdType': r.jobResponseIdType, 'outStorageIdType': r.jobResponseIdType,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment