chenrui 4 yıl önce
ebeveyn
işleme
955f55b607

+ 1 - 1
src/layouts/BasicLayout.vue

@@ -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>
   </a-layout>
 

+ 1 - 1
src/views/allocationManagement/storeTransferOut/list.vue

@@ -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()

+ 1 - 1
src/views/allocationManagement/warehouseAllocation/list.vue

@@ -222,7 +222,7 @@ export default {
         content: '确认要审核通过吗?',
         centered: true,
         onOk () {
-          allocWarehouseAudit({ id: row.id }).then(res => {
+          allocWarehouseAudit({ allocationWarehouseSn: row.allocationWarehouseSn }).then(res => {
             if (res.status == 200) {
               _this.$message.success(res.message)
               _this.$refs.table.refresh()