Commit eb4c4d20 authored by xioln's avatar xioln

召回出库

parent a0ed7cf1
......@@ -43,6 +43,7 @@ export default {
computed: {},
created() {
// 初始化数据
console.log('this.basicData', this.basicData)
},
methods: {
searchEvent(val) {
......@@ -72,7 +73,7 @@ export default {
if (selection.length) {
const data = selection.map(r => {
return {
'subTypeName': 'OutStorageRecall',
'subTypeName': 'OutStorageRecallItem',
'reqStatus': 'Apply',
'outStorageId': r.jobResponseId,
'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