Browse Source

刷新列表

master_hella_20240701
王宇飞 12 months ago
parent
commit
19a620dc13
  1. 9
      src/views/wms/moveManage/inventorymove/inventorymoveJobMain/index.vue

9
src/views/wms/moveManage/inventorymove/inventorymoveJobMain/index.vue

@ -250,11 +250,14 @@ const buttonTableClick = async (val, row) => {
if (val == 'mainJobExe') { // if (val == 'mainJobExe') { //
InventorymoveJobMainApi.executeInventorymoveMain(row.masterId) InventorymoveJobMainApi.executeInventorymoveMain(row.masterId)
} else if (val == 'mainJobAba') { // } else if (val == 'mainJobAba') { //
InventorymoveJobMainApi.abandonInventorymoveMain(row.masterId) await InventorymoveJobMainApi.abandonInventorymoveMain(row.masterId)
getList()
} else if (val == 'mainJobClo') { // } else if (val == 'mainJobClo') { //
InventorymoveJobMainApi.closeInventorymoveMain(row.masterId) await InventorymoveJobMainApi.closeInventorymoveMain(row.masterId)
getList()
} else if (val == 'mainJobAcc') { // } else if (val == 'mainJobAcc') { //
InventorymoveJobMainApi.acceptInventorymoveMain(row.masterId) await InventorymoveJobMainApi.acceptInventorymoveMain(row.masterId)
getList()
} }
} }
// //

Loading…
Cancel
Save