Commit 5b0e892d authored by 15008242619's avatar 15008242619 Committed by jingnan

退库单bug修改

parent eed2b983
...@@ -194,7 +194,7 @@ export default { ...@@ -194,7 +194,7 @@ export default {
} }
}) })
} else if (isTkdBack === this.selectionRows.length) { } else if (isTkdBack === this.selectionRows.length) {
post('/InStorageRequestItem/purchaseApply/submit?applyIds=' + this.selectionRows.map(item => Number(item.id))).then(res => { post('/InventoryRequest/purchaseApply/submit?applyIds=' + this.selectionRows.map(item => Number(item.id))).then(res => {
this.$utils.showMessageSuccess('提交成功') this.$utils.showMessageSuccess('提交成功')
this.$refs.applyTable.$refs.asCom.getData() this.$refs.applyTable.$refs.asCom.getData()
}).catch(err => { }).catch(err => {
......
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