Commit 217ccdc1 authored by 15008242619's avatar 15008242619

退库单bug修改

parent 339f7547
......@@ -194,7 +194,7 @@ export default {
}
})
} 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.$refs.applyTable.$refs.asCom.getData()
}).catch(() => {
......
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