@@ -51,7 +51,7 @@
</a-layout-footer>
<!-- Setting Drawer (show in development mode) -->
- <setting-drawer v-if="!production"></setting-drawer>
+ <!-- <setting-drawer v-if="!production"></setting-drawer> -->
</a-layout>
@@ -222,7 +222,7 @@ export default {
content: '确认要进行出库操作吗?',
centered: true,
onOk () {
- storeCallOutOut({ id: row.id }).then(res => {
+ storeCallOutOut({ storeCallOutSn: row.storeCallOutSn }).then(res => {
if (res.status == 200) {
_this.$message.success(res.message)
_this.$refs.table.refresh()
content: '确认要审核通过吗?',
- allocWarehouseAudit({ id: row.id }).then(res => {
+ allocWarehouseAudit({ allocationWarehouseSn: row.allocationWarehouseSn }).then(res => {