Browse Source

HL-6195WMS 库存转移申请页面,缺少新增按钮。

hella_online_20241011
yufei_wang 4 months ago
parent
commit
82b933cb6a
  1. 3
      src/views/wms/moveManage/inventorymove/inventorymoveRequestMainMOVE/index.vue

3
src/views/wms/moveManage/inventorymove/inventorymoveRequestMainMOVE/index.vue

@ -378,7 +378,7 @@ const { getList, setSearchParams } = tableMethods
//
const HeadButttondata = [
defaultButtons.defaultAddBtn({hasPermi:`wms:${routeName.value}::create`}), //
defaultButtons.defaultAddBtn({hasPermi:`wms:${routeName.value}:create`}), //
defaultButtons.defaultImportBtn({hasPermi:`wms:${routeName.value}:import`}), //
defaultButtons.defaultExportBtn({hasPermi:`wms:${routeName.value}:export`}), //
defaultButtons.defaultFreshBtn(null), //
@ -720,6 +720,7 @@ const searchList = (model)=>{
/** 初始化 **/
onMounted(async () => {
getList()
// InventorymoveRequestMain
if(routeName.value == "InventorymoveRequestMain"){

Loading…
Cancel
Save